Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 927618 Details for
Bug 1130852
PartitionException: Attempting to remove a partition that is not owned by any disk.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda-tb
anaconda-tb (text/plain), 422.29 KB, created by
Ankur Sinha (FranciscoD)
on 2014-08-18 03:28:55 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Ankur Sinha (FranciscoD)
Created:
2014-08-18 03:28:55 UTC
Size:
422.29 KB
patch
obsolete
>anaconda 22.3-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/parted/disk.py", line 269, in removePartition > if self.__disk.remove_partition(partition.getPedPartition()): > File "/usr/lib/python2.7/site-packages/parted/decorators.py", line 41, in new > ret = fn(*args, **kwds) > File "/usr/lib/python2.7/site-packages/blivet/formats/disklabel.py", line 325, in removePartition > self.partedDisk.removePartition(partition) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 438, in _removeDevice > dev.disk.format.removePartition(dev.partedPartition) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 496, in registerAction > self._removeDevice(action.device) > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1298, in destroyDevice > self.devicetree.registerAction(action) > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1708, in _destroy_device > self._storage_playground.destroyDevice(device) > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 121, in decorated > return func(*args, **kwargs) > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1831, in on_remove_clicked > self._destroy_device(dev) >PartitionException: Attempting to remove a partition that is not owned by any disk. > >Local variables in innermost frame: >self: parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0xb197720c> > PedDisk: <_ped.Disk object at 0xb19771cc> >partition: parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > > >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 MainWindow.lightbox_on of <MainWindow object at 0xb49ed2d4 (pyanaconda+ui+gui+MainWindow at 0x95db150)>> > _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=sda ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=enp3s0 --onboot=off --ipv6=auto >network --hostname=localhost.localdomain ># SELinux configuration >selinux --enforcing ># System timezone >timezone America/New_York --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda ># Partition clearing information >clearpart --none --initlabel --drives=sda > >%addon com_redhat_kdump --disable --reserve-mb='128' > >%end > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'sda': 129} > _intf.storage.dasd: None > _intf.storage.roots: [Root instance, containing members: > mounts: {'/boot': existing 500 MiB partition sda1 (11) >, '/': existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >} > swaps: [existing 968 MiB lvmlv fedora-swap (23) with existing swap >] > name: Unknown Linux >] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat._label: Skipped > origFormat.exists: True > origFormat._mountpoint: None > origFormat._targetSize: 500 MiB > origFormat._minInstanceSize: 0 B > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 14 > origFormat._size: Already dumped (Size instance) > origFormat.errors: False > origFormat.uuid: d1f09e51-5d11-46d2-a07a-4a298fa103dc > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.dirty: False > origFormat._device: /dev/sda1 > container: None > id: 158 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 160 > _applied: True >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._pvInfo: {'/dev/sda2': {'LVM2_PV_UUID': 'LdirCQ-mMW4-dUIP-3cgB-NMOB-Vjgq-ZsBYKT', 'LVM2_PE_START': '1024.00', 'LVM2_VG_FREE_COUNT': '11', 'LVM2_PV_NAME': '/dev/sda2', 'LVM2_PV_COUNT': '1', 'LVM2_VG_EXTENT_COUNT': '1796', 'LVM2_VG_EXTENT_SIZE': '4096.00', 'LVM2_VG_NAME': 'fedora', 'LVM2_VG_UUID': 'pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS', 'LVM2_VG_FREE': '45056.00', 'LVM2_VG_SIZE': '7356416.00'}} > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 7687.97 MiB disk sda (6) with existing msdos disklabel >, existing 7186 MiB partition sda2 (16) with existing lvmpv >, existing 7184 MiB lvmvg fedora (20) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 34 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0xb19fe70c) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 34 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0xb19fe70c) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 34 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 37 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0xb19fee8c) -- > name = loop0 status = False kids = 0 id = 37 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (34)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0xb19fee8c) -- > name = loop0 status = False kids = 0 id = 37 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (34)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 42 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0xb19fedec) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 42 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0xb19fedec) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 42 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 45 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0xb1a0004c) -- > name = loop1 status = False kids = 1 id = 45 > parents = ['existing 0 B file /LiveOS/rootfs.img (42)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0xb1a0004c) -- > name = loop1 status = False kids = 1 id = 45 > parents = ['existing 0 B file /LiveOS/rootfs.img (42)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.exists: True > _format._mountpoint: None > _format._targetSize: 2048 MiB > _format._minInstanceSize: 0 B > _format.mountopts: None > _format.mountpoint: None > _format.id: 48 > _format._size: Already dumped (Size instance) > _format.errors: False > _format.uuid: be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 > _format._mountType: ext4 > _format.fsprofile: None > _format.dirty: False > _format._device: /dev/loop1 > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 48 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 50 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0xafde968c) -- > name = /overlay (deleted) status = False kids = 1 id = 50 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0xafde968c) -- > name = /overlay (deleted) status = False kids = 1 id = 50 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 53 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0xb2088bac) -- > name = loop2 status = False kids = 1 id = 53 > parents = ['existing 0 B file /overlay (deleted) (50)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0xb2088bac) -- > name = loop2 status = False kids = 1 id = 53 > parents = ['existing 0 B file /overlay (deleted) (50)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, existing 2048 MiB dm live-rw (62) with existing ext4 filesystem >, existing 2048 MiB dm live-base (67) with existing ext4 filesystem >, existing 1996.83 MiB disk zram0 (58) >, existing 3861 MiB disk sdb (1) with existing iso9660 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sdb1, sda, sda2, fedora, fedora-swap, fedora-root, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, sdb, zram0] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sdb, zram0] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [LABEL=Fedora-rawhide-i386, /dev/zram0] > _intf.storage.fsset.devicetree._lvInfo: {'fedora-swap': {'LVM2_LV_ATTR': '-wi-a-----', 'LVM2_SEGTYPE': 'linear', 'LVM2_LV_NAME': 'swap', 'LVM2_VG_NAME': 'fedora', 'LVM2_LV_SIZE': '991232.00', 'LVM2_LV_UUID': 'vZ1umm-cEbC-QOSD-A43y-7jSn-B1dh-37v6hr'}, 'fedora-root': {'LVM2_LV_ATTR': '-wi-a-----', 'LVM2_SEGTYPE': 'linear', 'LVM2_LV_NAME': 'root', 'LVM2_VG_NAME': 'fedora', 'LVM2_LV_SIZE': '6320128.00', 'LVM2_LV_UUID': 'ggUsZe-ctSW-cECd-Dk2v-zYKJ-ngtM-K2S13U'}} > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [LABEL=Fedora-rawhide-i386, /dev/zram0] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda] > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 0 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: Already dumped (DiskDevice instance) > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.fcoe.added_nics: [] > _intf.storage.autoPartitionRequests: [PartSpec instance (0xb1f77f2c) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True > >, PartSpec instance (0xb1f77fac) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0xb1f77fec) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0xb1f77f4c) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1024 KiB maxSize = None grow = False > >, PartSpec instance (0xb1fe730c) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf.mainWindow: MainWindow instance, containing members: > _intf.mainWindow._current_action: SummaryHub instance, containing members: > _intf.mainWindow._current_action._window: HubWindow instance, containing members: > _intf.mainWindow._current_action._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._tx_id: None > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes._addonStates: {} > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._environmentListBox: ListBox instance, containing members: > _intf.mainWindow._current_action._spokes._addonListBox: ListBox instance, containing members: > _intf.mainWindow._current_action._spokes.selectedGroups: [] > _intf.mainWindow._current_action._spokes._origAddons: [] > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._origEnvironment: None > _intf.mainWindow._current_action._spokes._selectFlag: True > _intf.mainWindow._current_action._spokes._errorMsgs: None > _intf.mainWindow._current_action._spokes.excludedGroups: [] > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.payload: YumPayload instance, containing members: > _intf.mainWindow._current_action._spokes.payload._groups: Skipped > _intf.mainWindow._current_action._spokes.payload.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.payload._rescueVersionList: [] > _intf.mainWindow._current_action._spokes.payload.install_device: None > _intf.mainWindow._current_action._spokes.payload._environmentAddons: {} > _intf.mainWindow._current_action._spokes.payload._root_dir: /tmp/yum.root > _intf.mainWindow._current_action._spokes.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.mainWindow._current_action._spokes.payload._setup: True > _intf.mainWindow._current_action._spokes.payload.storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.payload.requiredGroups: [] > _intf.mainWindow._current_action._spokes.payload._base_repo: None > _intf.mainWindow._current_action._spokes.payload.txID: None > _intf.mainWindow._current_action._spokes.payload._rpm_macros: [] > _intf.mainWindow._current_action._spokes.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.mainWindow._current_action._spokes.payload._createdInitrds: False > _intf.mainWindow._current_action._spokes.payload._packages: [] > _intf.mainWindow._current_action._spokes.payload.requiredPackages: [] > _intf.mainWindow._current_action._spokes.payload._space_required: 2861.02 MiB > _intf.mainWindow._current_action._spokes.payload._yum: Skipped > _intf.mainWindow._current_action._spokes.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.payload._kernelVersionList: [] > _intf.mainWindow._current_action._spokes.environment: None >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes.ancestors: [] > _intf.mainWindow._current_action._spokes._store: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: True > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes.disks: [] > _intf.mainWindow._current_action._spokes.selector: None > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._notebook: Notebook instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.pages: [SearchPage instance, containing members: > _lunEntry: Entry instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _wwidEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > _wwidEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, OtherPage instance, containing members: > _idEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, ZPage instance, containing members: > filterActive: False > _isS390: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >] > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.selected_disks: [] > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf.mainWindow._current_action._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf.mainWindow._current_action._spokes.network_control_box.dev_cfg_store: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf.mainWindow._current_action._spokes.network_control_box._running_nmce: None > _intf.mainWindow._current_action._spokes.network_control_box.selected_ssid: Tanwar's Network > _intf.mainWindow._current_action._spokes.network_control_box.client: Client instance, containing members: > _intf.mainWindow._current_action._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf.mainWindow._current_action._spokes.network_control_box._updating_device: False >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._updatesBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._repoNameWarningBox: None > _intf.mainWindow._current_action._spokes._networkButton: RadioButton instance, containing members: > _intf.mainWindow._current_action._spokes._nfsOptsBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._autodetectButton: RadioButton instance, containing members: > _intf.mainWindow._current_action._spokes._autodetectLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes._repoNameWarningLabel: None > _intf.mainWindow._current_action._spokes._repoStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._repoEntryBox: Grid instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._cdrom: None > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._proxyUrl: Skipped > _intf.mainWindow._current_action._spokes._isoChooserButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._duplicateRepoCheck: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._run_check: <bound method SourceSpoke._checkDuplicateRepos of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0xaeb06e4c>> > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._parent: Already dumped (SourceSpoke instance) > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._input_obj: Already dumped (ListStore instance) > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._data: None > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._check_status: None > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._enabled: True > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._repoURLChecks: {} > _intf.mainWindow._current_action._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf.mainWindow._current_action._spokes._proxyButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._repoView: TreeView instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes._repoNameChecks: {} > _intf.mainWindow._current_action._spokes._autodetectBox: Grid instance, containing members: > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._verifyIsoButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._currentIsoFile: None > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._origIsoChooserButton: _Choose an ISO > _intf.mainWindow._current_action._spokes._repoProxyChecks: {} > _intf.mainWindow._current_action._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf.mainWindow._current_action._spokes._urlEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._repoUrlEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._repoNameEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._error: False > _intf.mainWindow._current_action._spokes._repoSelection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._urlCheck: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._urlCheck._run_check: <bound method SourceSpoke._checkURLEntry of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0xaeb06e4c>> > _intf.mainWindow._current_action._spokes._urlCheck._parent: Already dumped (SourceSpoke instance) > _intf.mainWindow._current_action._spokes._urlCheck._input_obj: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._urlCheck._data: None > _intf.mainWindow._current_action._spokes._urlCheck._check_status: None > _intf.mainWindow._current_action._spokes._urlCheck._enabled: False > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._proxyChange: False > _intf.mainWindow._current_action._spokes._ready: True > _intf.mainWindow._current_action._spokes._check_list: [Already dumped (InputCheck instance) >, Already dumped (InputCheck instance) >] > _intf.mainWindow._current_action._spokes._networkBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._isoBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._isoButton: RadioButton instance, containing members: >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._store: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._selection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._spokes._xkl_wrapper: Skipped > _intf.mainWindow._current_action._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf.mainWindow._current_action._spokes._switching_dialog._window: None > _intf.mainWindow._current_action._spokes._switching_dialog.applyOnSkip: False > _intf.mainWindow._current_action._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf.mainWindow._current_action._spokes._switching_dialog.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._switching_dialog.skipTo: None > _intf.mainWindow._current_action._spokes._switching_dialog._xkl_wrapper: Skipped > _intf.mainWindow._current_action._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._switching_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._removeButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._add_dialog: AddLayoutDialog instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._window: None > _intf.mainWindow._current_action._spokes._add_dialog._treeModelFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog.applyOnSkip: False > _intf.mainWindow._current_action._spokes._add_dialog.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._newLayoutSelection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._confirmAddButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog.skipTo: None > _intf.mainWindow._current_action._spokes._add_dialog._treeModelSort: TreeModelSort instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._xkl_wrapper: Skipped > _intf.mainWindow._current_action._spokes._add_dialog._store: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._add_dialog._chosen_layouts: [] > _intf.mainWindow._current_action._spokes._add_dialog._entry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._downButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._layoutSwitchLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._confirmed: False > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._previewButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._ready: True > _intf.mainWindow._current_action._spokes._remove_last_attempt: False > _intf.mainWindow._current_action._spokes._upButton: ToolButton instance, containing members: >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._typeStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._configureBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._device_container_name: None > _intf.mainWindow._current_action._spokes._accordion: Accordion instance, containing members: > _intf.mainWindow._current_action._spokes._accordion._expanders: [Expander instance, containing members: >, Expander instance, containing members: >] > _intf.mainWindow._current_action._spokes._fs_types: [ext4, ext3, ext2, swap, BIOS Boot, xfs, vfat] > _intf.mainWindow._current_action._spokes._initialized: True > _intf.mainWindow._current_action._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._min_ram: 410 > _intf.mainWindow._current_action._spokes._addButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes._modifyContainerButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes.passphrase: Skipped > _intf.mainWindow._current_action._spokes._incompleteDeviceOptionsLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._incompleteDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._partitionsViewport: Viewport instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._removeButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes._typeCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._current_selector: MountpointSelector instance, containing members: > _intf.mainWindow._current_action._spokes._current_selector._root: None > _intf.mainWindow._current_action._spokes._current_selector._device: existing 500 MiB partition sda1 (11) > _intf.mainWindow._current_action._spokes._labelEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._partitionsNotebook: Notebook instance, containing members: > _intf.mainWindow._current_action._spokes._totalSpaceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._resetButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._mainSpokeClass: StorageSpoke > _intf.mainWindow._current_action._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes._mountPointEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._uneditableDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._uneditableDeviceDescLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._whenCreateLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._selectedDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._selectedDeviceDescLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._encryptedDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes._device_container_size: 0 > _intf.mainWindow._current_action._spokes._device_container_encrypted: False > _intf.mainWindow._current_action._spokes._summaryLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._containerCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._nameEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes.selector: None > _intf.mainWindow._current_action._spokes._containerLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._hidden_disks: [existing 3861 MiB disk sdb (1) with existing iso9660 filesystem >, existing 1996.83 MiB disk zram0 (58) >] > _intf.mainWindow._current_action._spokes._back_already_clicked: False > _intf.mainWindow._current_action._spokes._applyButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._passphraseEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._device_size_text: 500 MiB > _intf.mainWindow._current_action._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._availableSpaceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._sizeEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._containerStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._error: None > _intf.mainWindow._current_action._spokes._configButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._encryptedDeviceDescLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._raidLevelLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._storage_playground: Skipped > _intf.mainWindow._current_action._spokes._device_disks: [existing 7687.97 MiB disk sda (6) with existing msdos disklabel >] > _intf.mainWindow._current_action._spokes._devices: [FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 42 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0xb197472c) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 42 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0xb197472c) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 42 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 50 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0xb197452c) -- > name = /overlay (deleted) status = False kids = 1 id = 50 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0xb197452c) -- > name = /overlay (deleted) status = False kids = 1 id = 50 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 34 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0xb197468c) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 34 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0xb197468c) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 34 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, existing 2048 MiB dm live-base (67) with existing ext4 filesystem >, existing 2048 MiB dm live-rw (62) with existing ext4 filesystem >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 37 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0xb19747ac) -- > name = loop0 status = False kids = 0 id = 37 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (34)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0xb19747ac) -- > name = loop0 status = False kids = 0 id = 37 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (34)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 45 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0xb197446c) -- > name = loop1 status = False kids = 1 id = 45 > parents = ['existing 0 B file /LiveOS/rootfs.img (42)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0xb197446c) -- > name = loop1 status = False kids = 1 id = 45 > parents = ['existing 0 B file /LiveOS/rootfs.img (42)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.exists: True > _format._mountpoint: None > _format.mountpoint: None > _format._targetSize: 2048 MiB > _format._minInstanceSize: 0 B > _format.mountopts: None > _format._size: Already dumped (Size instance) > _format.id: 48 > _format._device: /dev/loop1 > _format.errors: False > _format.uuid: be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 > _format._mountType: ext4 > _format.fsprofile: None > _format.dirty: False > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 48 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 53 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0xb197410c) -- > name = loop2 status = False kids = 1 id = 53 > parents = ['existing 0 B file /overlay (deleted) (50)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0xb197410c) -- > name = loop2 status = False kids = 1 id = 53 > parents = ['existing 0 B file /overlay (deleted) (50)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, Already dumped (DiskDevice instance) >, Already dumped (PartitionDevice instance) >] > _intf.mainWindow._current_action._spokes._fsCombo: ComboBoxText instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._free_space: 7687.94 MiB > _intf.mainWindow._current_action._spokes._device_container_raid_level: None > _intf.mainWindow._current_action._spokes._device_name_dict: {0: 00, 1: 00, 2: sda1, 3: 00, 4: , 5: 00} > _intf.mainWindow._current_action._spokes._incompleteDeviceDescLabel: Label instance, containing members: >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._langSelection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._spokes._localeStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._localeView: TreeView instance, containing members: > _intf.mainWindow._current_action._spokes._left_arrow: Image instance, containing members: > _intf.mainWindow._current_action._spokes._arrow: None > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._langView: TreeView instance, containing members: > _intf.mainWindow._current_action._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._right_arrow: Image instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._languageEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf.mainWindow._current_action._spokes._selected_locales: set([]) > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._localeSelection: None > _intf.mainWindow._current_action._spokes._languageStore: ListStore instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._kickstarted: False > _intf.mainWindow._current_action._spokes._monthCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._radioButton24h: RadioButton instance, containing members: > _intf.mainWindow._current_action._spokes._amPmLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._monthsStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes._ntpSwitch: Switch instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._regions_zones: {'Africa': set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka']), 'America': set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay']), 'Antarctica': set(['Troll', 'DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson']), 'Arctic': set(['Longyearbyen']), 'Asia': set(['Karachi', 'Choibalsan', 'Vladivostok', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Almaty', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Srednekolymsk', 'Beirut', 'Nicosia', 'Aden', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Ust-Nera', 'Pontianak', 'Makassar', 'Kabul', 'Krasnoyarsk', 'Kathmandu', 'Chita', 'Urumqi', 'Oral', 'Tbilisi', 'Taipei', 'Seoul', 'Ho_Chi_Minh', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane']), 'Atlantic': set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia']), 'Australia': set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide']), 'Europe': set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Zaporozhye', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo']), 'Indian': set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas']), 'Pacific': set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji']), 'US': set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska']), 'Etc': set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT'])} > _intf.mainWindow._current_action._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf.mainWindow._current_action._spokes._tzmap: TimezoneMap instance, containing members: > _intf.mainWindow._current_action._spokes._yearCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._update_datetime_timer_id: None > _intf.mainWindow._current_action._spokes._cityCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._regionCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._dayCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._amPmUp: Button instance, containing members: > _intf.mainWindow._current_action._spokes._citiesStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._amPmDown: Button instance, containing members: > _intf.mainWindow._current_action._spokes._minutesLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._yearsStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._daysStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._window: Dialog instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog.applyOnSkip: False > _intf.mainWindow._current_action._spokes._config_dialog.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._epoch: 0 > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._run_check: <bound method NTPconfigDialog._validateServer of <pyanaconda.ui.gui.spokes.datetime_spoke.NTPconfigDialog object at 0xafdc782c>> > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._parent: Already dumped (NTPconfigDialog instance) > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._input_obj: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._data: None > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._check_status: Skipped > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._enabled: True > _intf.mainWindow._current_action._spokes._config_dialog._epoch_lock: <thread.lock object at 0xb4a21c50> > _intf.mainWindow._current_action._spokes._config_dialog.skipTo: None > _intf.mainWindow._current_action._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._addButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._check_list: [Already dumped (InputCheck instance) >] > _intf.mainWindow._current_action._spokes._config_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._config_dialog._serverEntry: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._old_region: America > _intf.mainWindow._current_action._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes._start_updating_timer_id: None > _intf.mainWindow._current_action._spokes._hoursLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._regionsStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._old_city: New_York > _intf.mainWindow._current_action._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf.mainWindow._current_action._spokes.clearPartType: 2 > _intf.mainWindow._current_action._spokes.encrypted: False > _intf.mainWindow._current_action._spokes._min_ram: 410 > _intf.mainWindow._current_action._spokes.passphrase: Skipped > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: True > _intf.mainWindow._current_action._spokes.autopart: False > _intf.mainWindow._current_action._spokes._cur_clicked_overview: None > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._customPart: RadioButton instance, containing members: > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes.specialized_disks_box: Box instance, containing members: > _intf.mainWindow._current_action._spokes._mainSpokeClass: StorageSpoke > _intf.mainWindow._current_action._spokes.selected_disks: [sda] > _intf.mainWindow._current_action._spokes._previous_autopart: False > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.autoPartType: 0 > _intf.mainWindow._current_action._spokes._encrypted: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes.local_disks_box: Box instance, containing members: > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._last_clicked_overview: None > _intf.mainWindow._current_action._spokes._reclaim: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes.disks: [Already dumped (DiskDevice instance) >] > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._ready: True >} > _intf.mainWindow._current_action._checker: FileSystemSpaceChecker instance, containing members: > _intf.mainWindow._current_action._checker.error_message: Not enough space in file systems for the current software selection. An additional 2861.02 MiB is needed. > _intf.mainWindow._current_action._checker.storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._checker.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._checker.success: False > _intf.mainWindow._current_action._checker.deficit: 2861.02 MiB > _intf.mainWindow._current_action.applyOnSkip: False > _intf.mainWindow._current_action.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/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/python2.7/site-packages/pyanaconda/ui/gui/gui/spokes'), ('com_redhat_kdump.gui.spokes.%s', '/usr/share/anaconda/addons/com_redhat_kdump/gui/spokes')], 'categories': [('pyanaconda.ui.categories.%s', '/tmp/updates/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('com_redhat_kdump.gui.categories.%s', '/usr/share/anaconda/addons/com_redhat_kdump/gui/categories')]} > _intf.mainWindow._current_action.builder: Builder instance, containing members: > _intf.mainWindow._current_action._inSpoke: True > _intf.mainWindow._current_action.skipTo: None > _intf.mainWindow._current_action._environs: [anaconda] > _intf.mainWindow._current_action._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._autoContinue: False > _intf.mainWindow._current_action._notReadySpokes: [] > _intf.mainWindow._current_action._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._incompleteSpokes: [Already dumped (SourceSpoke instance) >, Already dumped (SoftwareSelectionSpoke instance) >, Already dumped (StorageSpoke instance) >] > _intf.mainWindow._overlay: Overlay instance, containing members: > _intf.mainWindow._transparent_base: Pixbuf instance, containing members: > _intf.mainWindow._stack_contents: set([<pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0xafe2da0c>, <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c>, <pyanaconda.ui.gui.spokes.welcome.WelcomeLanguageSpoke object at 0xb1ef73cc>, <pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0xaeb10a6c>, <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0xb1af056c>]) > _intf.mainWindow._overlay_img: None > _intf.mainWindow._accel_group: AccelGroup instance, containing members: > _intf.mainWindow._stack: Stack instance, containing members: > _intf._ui: None > _intf._distributionText: <function distributionText at 0xb725a8ec> > _intf._actions: Skipped > _intf.payload: Already dumped (YumPayload instance) > _intf._currentAction: Already dumped (SummaryHub instance) >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: None >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: hd:LABEL=Fedora-rawhide-i386 >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >dbus_session_connection: None >dbus_inhibit_id: None >mehConfig: Config instance, containing members: > mehConfig.programArch: i686 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0xb1ff69cc>, True), 'type': (<function <lambda> at 0xb1ff6b1c>, True), 'addons': (<function list_addons_callback at 0xb1ff6a74>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0xb1ff6a04>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 22.3-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/dnf.log, /tmp/dnf.rpm.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: Namespace instance, containing members: > opts.mpath: True > opts.updateSrc: None > opts.selinux: True > opts.syslog: None > opts.eject: True > opts.leavebootorder: False > opts.images: [] > opts.runres: None > opts.armPlatform: None > opts.dnf: False > opts.memcheck: True > opts.dirinstall: False > opts.xdriver: None > opts.display_mode: g > opts.stage2: hd:LABEL=Fedora-rawhide-i386 > opts.dmraid: True > opts.method: None > opts.vncpassword: Skipped > opts.vnc: False > opts.rescue: False > opts.noverifyssl: False > opts.geoloc: None > opts.proxy: None > opts.vncconnect: None > opts.mpathfriendlynames: True > opts.lang: None > opts.askmethod: False > opts.liveinst: False > opts.loglevel: None > opts.multiLib: False > opts.rescue_nomount: False > opts.keymap: None > opts.ksfile: None > opts.ibft: True > opts.debug: False > opts.extlinux: False >proxy: None > >Registered callbacks: >addons: >com_redhat_kdump > > >/tmp/anaconda.log: >03:21:07,424 INFO anaconda: /sbin/anaconda 22.3-1 >03:21:09,601 INFO anaconda: 2097152 kB (2048 MB) are available >03:21:09,830 INFO anaconda: check_memory(): total:2097152, needed:320, graphical:410 >03:21:09,910 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >03:21:09,918 INFO anaconda: Default encoding = utf-8 >03:21:10,154 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >03:21:10,334 INFO anaconda: 2097152 kB (2048 MB) are available >03:21:12,859 WARN anaconda.stdout: Not asking for VNC because we don't have a network >03:21:12,869 INFO anaconda: Display mode = g >03:21:12,877 INFO anaconda: 2097152 kB (2048 MB) are available >03:21:13,059 INFO anaconda: check_memory(): total:2097152, needed:320, graphical:410 >03:21:17,905 DEBUG anaconda: X server has signalled a successful start. >03:21:17,944 INFO anaconda: Starting window manager, pid 1069. >03:21:18,457 INFO anaconda: Started spice-vdagent. >03:21:24,146 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >03:21:24,157 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >03:21:24,162 INFO anaconda: using only installclass _Fedora >03:21:27,452 INFO anaconda: bootloader GRUB2 on X86 platform >03:21:27,683 INFO anaconda: bootloader GRUB2 on X86 platform >03:21:27,964 DEBUG anaconda: network: devices found ['enp3s0', 'wlp1s0', 'wlp0s29f7u3'] >03:21:29,727 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on enp3s0 >03:21:30,066 DEBUG anaconda: network: setting autoconnect of enp3s0 to False >03:21:30,163 DEBUG anaconda: network: missing ifcfgs created for devices ['enp3s0'] >03:21:30,294 DEBUG anaconda: updating host name localhost.localdomain >03:21:30,547 INFO anaconda: Running Thread: AnaStorageThread (-1276044480) >03:21:30,553 INFO anaconda: Running Thread: AnaTimeInitThread (-1313899712) >03:21:30,559 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (-1322292416) >03:21:30,567 INFO anaconda: Running Thread: AnaPayloadThread (-1330685120) >03:21:30,769 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (-1322292416) >03:21:30,797 ERR anaconda: Geolocation refresh failed - no connectivity >03:21:42,076 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:21:42,084 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:21:42,091 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:21:42,095 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:21:42,104 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:21:42,116 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:21:42,123 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkMisc:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:21:42,127 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:21:59,490 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >03:21:59,566 WARN anaconda: logo image is missing, using a substitute >03:22:30,213 INFO anaconda: Thread Done: AnaStorageThread (-1276044480) >03:22:31,019 INFO anaconda: Thread Done: AnaTimeInitThread (-1313899712) >03:22:31,886 INFO anaconda: Thread Done: AnaPayloadThread (-1330685120) >03:23:16,017 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:23:16,023 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkAlignment:yscale is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:23:16,028 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkAlignment:top-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:23:16,318 DEBUG anaconda: network standalone spoke (init): completed: True >03:23:16,391 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >03:23:16,394 DEBUG anaconda: Entered hub: SummaryHub >03:23:18,452 INFO anaconda: Running Thread: AnaNTPserver1 (-1330685120) >03:23:18,459 INFO anaconda: Running Thread: AnaNTPserver2 (-1313899712) >03:23:18,468 INFO anaconda: Running Thread: AnaNTPserver3 (-1276044480) >03:23:18,490 INFO anaconda: Running Thread: AnaNTPserver4 (-1322292416) >03:23:18,525 INFO anaconda: Running Thread: AnaDateTimeThread (-1355568320) >03:23:18,568 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >03:23:19,478 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (-1437152448) >03:23:19,483 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0xafde4a8c>> on <dictionary-keyiterator object at 0xafde5af4> >03:23:19,506 INFO anaconda: Running Thread: AnaGtkBatchPre1 (-1445545152) >03:23:19,558 INFO anaconda: Thread Done: AnaNTPserver2 (-1313899712) >03:23:19,568 INFO anaconda: Thread Done: AnaGtkBatchPre1 (-1445545152) >03:23:19,632 INFO anaconda: Thread Done: AnaDateTimeThread (-1355568320) >03:23:19,646 INFO anaconda: Thread Done: AnaNTPserver1 (-1330685120) >03:23:19,812 INFO anaconda: Thread Done: AnaNTPserver4 (-1322292416) >03:23:19,857 INFO anaconda: Thread Done: AnaNTPserver3 (-1276044480) >03:23:20,048 INFO anaconda: Running Thread: AnaKeyboardThread (-1276044480) >03:23:20,074 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >03:23:20,580 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >03:23:20,851 INFO anaconda: Running Thread: AnaSourceWatcher (-1322292416) >03:23:20,992 INFO anaconda: Running Thread: AnaSoftwareWatcher (-1330685120) >03:23:21,338 INFO anaconda: Running Thread: AnaStorageWatcher (-1355568320) >03:23:21,362 INFO anaconda: Thread Done: AnaStorageWatcher (-1355568320) >03:23:21,796 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkMisc:xpad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:23:21,949 INFO anaconda: Running Thread: AnaCustomStorageInit (-1355568320) >03:23:22,172 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:133: Warning: The property GtkTreeView:rules-hint is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >03:23:22,964 DEBUG anaconda: Setting up repos: [] >03:23:24,531 DEBUG anaconda: network: GUI, device configuration added: connection None device wlp0s29f7u3 >03:23:24,959 DEBUG anaconda: network: GUI, device configuration added: connection None device wlp1s0 >03:23:26,015 DEBUG anaconda: network: GUI, device configuration added: connection 855c3155-993d-4712-a107-e71f3166a02d device enp3s0 >03:23:26,137 DEBUG anaconda: network: GUI, connection 855c3155-993d-4712-a107-e71f3166a02d found >03:23:27,981 DEBUG anaconda: updating host name localhost.localdomain >03:23:28,990 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0xafdd08ec> >03:23:29,052 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0xafde744c> >03:23:29,063 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0xafde744c> status to: Getting list of layouts... >03:23:29,071 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0xaeb06e4c> status to: Probing storage... >03:23:29,074 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0xaeb06e4c> status to: Downloading package metadata... >03:23:29,078 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0xaeb0924c> status to: Downloading package metadata... >03:23:29,081 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0xaeb0924c> status to: Downloading group metadata... >03:23:29,085 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> status to: Probing storage... >03:23:29,122 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> >23:23:48,969 INFO anaconda: Thread Done: AnaSoftwareWatcher (-1330685120) >23:23:49,027 INFO anaconda: Thread Done: AnaSourceWatcher (-1322292416) >23:23:49,497 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0xaeb0924c> >23:23:49,537 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0xaeb06e4c> >23:23:52,285 INFO anaconda: Thread Done: AnaCustomStorageInit (-1355568320) >23:23:57,354 DEBUG anaconda: Entered spoke: NetworkSpoke >23:24:08,320 INFO anaconda: network: selected access point: Tanwar's Network >23:24:08,389 DEBUG anaconda: network: on_wireless_ap_changed: SettingsNotFoundError("Tanwar's Network",) >23:24:08,559 DEBUG anaconda: network: secrets requested path '/org/freedesktop/NetworkManager/Settings/1' setting '802-11-wireless-security' hints 'dbus.Array([], signature=dbus.Signature('s'))' new 5 >23:24:11,436 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0xafde4a8c>> on <dictionary-keyiterator object at 0xafde5af4> >23:24:11,439 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (-1437152448) >23:24:11,442 INFO anaconda: Thread Done: AnaKeyboardThread (-1276044480) >23:24:11,477 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0xafde744c> >23:24:12,722 DEBUG anaconda: updating host name localhost.localdomain >23:24:12,985 DEBUG anaconda: updating host name localhost.localdomain >23:24:12,993 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0xb1af056c> status to: Connecting... >23:24:28,402 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0xb1af056c> status to: Wireless connected to Tanwar's Network >23:24:31,640 DEBUG anaconda: updating host name localhost.localdomain >23:24:33,144 DEBUG anaconda: updating host name localhost.localdomain >23:24:33,148 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0xb1af056c> status to: Wireless connected to Tanwar's Network >23:24:40,282 DEBUG anaconda: updating host name localhost.localdomain >23:24:40,363 DEBUG anaconda: network: apply ksdata # Network information >network --bootproto=dhcp --device=enp3s0 --onboot=off --ipv6=auto >network --hostname=localhost.localdomain > >23:24:40,366 INFO anaconda: setting installation environment host name to localhost.localdomain >23:24:40,972 DEBUG anaconda: Left spoke: NetworkSpoke >23:24:45,376 DEBUG anaconda: Entered spoke: StorageSpoke >23:24:54,271 DEBUG anaconda: disk free: 1984.5 KiB fs free: 0 B sw needs: 2861.02 MiB auto swap: 2048 MiB >23:24:54,556 DEBUG anaconda: Left spoke: StorageSpoke >23:24:54,561 INFO anaconda: Running Thread: AnaExecuteStorageThread (-1437152448) >23:24:56,609 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >23:24:56,913 DEBUG anaconda: new disk order: [] >23:24:57,038 DEBUG anaconda: new disk order: [] >23:24:57,766 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:24:57,772 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:24:57,778 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:24:57,791 DEBUG anaconda: _is_valid_disklabel(sda) returning True >23:24:57,794 DEBUG anaconda: _is_valid_size(sda) returning True >23:24:57,796 DEBUG anaconda: _is_valid_location(sda) returning True >23:24:57,799 DEBUG anaconda: _is_valid_format(sda) returning True >23:24:57,801 DEBUG anaconda: is_valid_stage1_device(sda) returning True >23:24:57,804 INFO anaconda: Thread Done: AnaExecuteStorageThread (-1437152448) >23:24:59,170 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2'] >23:25:00,005 DEBUG anaconda: ui: unused=[] >23:25:00,008 DEBUG anaconda: ui: new_devices=[] >23:25:00,997 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:25:00,999 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:25:01,002 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:25:01,854 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> >23:25:01,857 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> status to: Saving storage configuration... >23:25:01,886 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> >23:25:14,396 DEBUG anaconda: page clicked: Unknown Linux >23:25:14,399 DEBUG anaconda: show mountpoint: Unknown Linux >23:25:14,412 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda1 (11) with existing ext4 filesystem >23:25:14,494 DEBUG anaconda: updated device_disks to ['sda'] >23:25:14,496 DEBUG anaconda: updated device_container_name to None >23:25:14,499 DEBUG anaconda: updated device_container_raid_level to None >23:25:14,501 DEBUG anaconda: updated device_container_encrypted to False >23:25:14,503 DEBUG anaconda: updated device_container_size to 0 >23:25:14,535 DEBUG anaconda: fs type changed: ext4 >23:25:14,562 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0xaeafc52c> >23:25:14,573 DEBUG anaconda: populate_raid: 2, None >23:25:14,582 DEBUG anaconda: populate_raid: 2, None >23:25:14,588 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda1 (11) with existing ext4 filesystem >23:25:14,670 DEBUG anaconda: updated device_disks to ['sda'] >23:25:14,672 DEBUG anaconda: updated device_container_name to None >23:25:14,674 DEBUG anaconda: updated device_container_raid_level to None >23:25:14,676 DEBUG anaconda: updated device_container_encrypted to False >23:25:14,678 DEBUG anaconda: updated device_container_size to 0 >23:25:14,715 DEBUG anaconda: populate_raid: 2, None >23:25:18,126 DEBUG anaconda: removing device 'existing 500 MiB partition sda1 (11) with existing ext4 filesystem' from page Unknown Linux >23:25:20,199 INFO anaconda: ui: removed device sda1 >23:25:20,638 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda2'] >23:25:21,003 DEBUG anaconda: ui: unused=[] >23:25:21,005 DEBUG anaconda: ui: new_devices=[] >23:25:21,539 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:25:21,541 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:25:21,548 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:25:23,453 DEBUG anaconda: page clicked: Unknown Linux >23:25:23,455 DEBUG anaconda: show mountpoint: Unknown Linux >23:25:23,459 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:23,554 DEBUG anaconda: updated device_disks to ['sda'] >23:25:23,556 DEBUG anaconda: updated device_container_name to fedora >23:25:23,558 DEBUG anaconda: updated device_container_raid_level to None >23:25:23,560 DEBUG anaconda: updated device_container_encrypted to False >23:25:23,563 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:23,682 DEBUG anaconda: device_type_changed: 0 <gi.overrides.Gtk.TreeModelRow object at 0xafde8a8c> >23:25:23,687 DEBUG anaconda: populate_raid: 0, None >23:25:23,694 DEBUG anaconda: populate_raid: 0, None >23:25:25,948 DEBUG anaconda: new container selection: fedora >23:25:25,951 DEBUG anaconda: default container is fedora >23:25:25,961 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:26,053 DEBUG anaconda: updated device_disks to ['sda'] >23:25:26,055 DEBUG anaconda: updated device_container_name to fedora >23:25:26,057 DEBUG anaconda: updated device_container_raid_level to None >23:25:26,059 DEBUG anaconda: updated device_container_encrypted to False >23:25:26,062 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:26,187 DEBUG anaconda: populate_raid: 0, None >23:25:28,298 DEBUG anaconda: new container selection: fedora >23:25:28,301 DEBUG anaconda: default container is fedora >23:25:28,327 DEBUG anaconda: page clicked: Unknown Linux >23:25:28,330 DEBUG anaconda: current selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:28,437 DEBUG anaconda: show mountpoint: Unknown Linux >23:25:28,439 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:28,537 DEBUG anaconda: updated device_disks to ['sda'] >23:25:28,539 DEBUG anaconda: updated device_container_name to fedora >23:25:28,542 DEBUG anaconda: updated device_container_raid_level to None >23:25:28,544 DEBUG anaconda: updated device_container_encrypted to False >23:25:28,546 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:28,664 DEBUG anaconda: populate_raid: 0, None >23:25:30,804 DEBUG anaconda: new container selection: fedora >23:25:30,807 DEBUG anaconda: default container is fedora >23:25:30,827 WARN anaconda: /usr/lib/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:595: Warning: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed > Gtk.main() > >23:25:33,700 DEBUG anaconda: page clicked: Unknown Linux >23:25:33,703 DEBUG anaconda: current selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:33,798 DEBUG anaconda: show mountpoint: Unknown Linux >23:25:33,801 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:33,995 DEBUG anaconda: updated device_disks to ['sda'] >23:25:33,997 DEBUG anaconda: updated device_container_name to fedora >23:25:33,999 DEBUG anaconda: updated device_container_raid_level to None >23:25:34,001 DEBUG anaconda: updated device_container_encrypted to False >23:25:34,003 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:34,198 DEBUG anaconda: populate_raid: 0, None >23:25:36,785 DEBUG anaconda: new container selection: fedora >23:25:36,788 DEBUG anaconda: default container is fedora >23:25:36,794 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:36,891 DEBUG anaconda: updated device_disks to ['sda'] >23:25:36,893 DEBUG anaconda: updated device_container_name to fedora >23:25:36,896 DEBUG anaconda: updated device_container_raid_level to None >23:25:36,898 DEBUG anaconda: updated device_container_encrypted to False >23:25:36,900 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:37,032 DEBUG anaconda: populate_raid: 0, None >23:25:39,177 DEBUG anaconda: new container selection: fedora >23:25:39,181 DEBUG anaconda: default container is fedora >23:25:39,199 DEBUG anaconda: page clicked: Unknown Linux >23:25:39,201 DEBUG anaconda: current selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:39,305 DEBUG anaconda: show mountpoint: Unknown Linux >23:25:39,308 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:39,414 DEBUG anaconda: updated device_disks to ['sda'] >23:25:39,417 DEBUG anaconda: updated device_container_name to fedora >23:25:39,419 DEBUG anaconda: updated device_container_raid_level to None >23:25:39,421 DEBUG anaconda: updated device_container_encrypted to False >23:25:39,423 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:39,552 DEBUG anaconda: populate_raid: 0, None >23:25:41,631 DEBUG anaconda: new container selection: fedora >23:25:41,634 DEBUG anaconda: default container is fedora >23:25:45,910 DEBUG anaconda: page clicked: Unknown Linux >23:25:45,912 DEBUG anaconda: current selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:46,008 DEBUG anaconda: show mountpoint: Unknown Linux >23:25:46,011 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:46,106 DEBUG anaconda: updated device_disks to ['sda'] >23:25:46,109 DEBUG anaconda: updated device_container_name to fedora >23:25:46,111 DEBUG anaconda: updated device_container_raid_level to None >23:25:46,113 DEBUG anaconda: updated device_container_encrypted to False >23:25:46,115 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:46,234 DEBUG anaconda: populate_raid: 0, None >23:25:48,366 DEBUG anaconda: new container selection: fedora >23:25:48,370 DEBUG anaconda: default container is fedora >23:25:48,376 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:48,481 DEBUG anaconda: updated device_disks to ['sda'] >23:25:48,484 DEBUG anaconda: updated device_container_name to fedora >23:25:48,486 DEBUG anaconda: updated device_container_raid_level to None >23:25:48,488 DEBUG anaconda: updated device_container_encrypted to False >23:25:48,491 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:48,623 DEBUG anaconda: populate_raid: 0, None >23:25:50,748 DEBUG anaconda: new container selection: fedora >23:25:50,751 DEBUG anaconda: default container is fedora >23:25:50,771 DEBUG anaconda: page clicked: Unknown Linux >23:25:50,773 DEBUG anaconda: current selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:50,884 DEBUG anaconda: show mountpoint: Unknown Linux >23:25:50,886 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:25:50,983 DEBUG anaconda: updated device_disks to ['sda'] >23:25:50,985 DEBUG anaconda: updated device_container_name to fedora >23:25:50,987 DEBUG anaconda: updated device_container_raid_level to None >23:25:50,989 DEBUG anaconda: updated device_container_encrypted to False >23:25:50,991 DEBUG anaconda: updated device_container_size to 7184 MiB >23:25:51,111 DEBUG anaconda: populate_raid: 0, None >23:25:53,179 DEBUG anaconda: new container selection: fedora >23:25:53,182 DEBUG anaconda: default container is fedora >23:25:53,210 DEBUG anaconda: new disk order: [] >23:25:53,836 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:25:53,841 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:25:53,846 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:25:53,855 DEBUG anaconda: _is_valid_disklabel(sda) returning True >23:25:53,857 DEBUG anaconda: _is_valid_size(sda) returning True >23:25:53,859 DEBUG anaconda: _is_valid_location(sda) returning True >23:25:53,861 DEBUG anaconda: _is_valid_format(sda) returning True >23:25:53,863 DEBUG anaconda: is_valid_stage1_device(sda) returning True >23:25:53,879 DEBUG anaconda: _is_valid_disklabel(sda) returning True >23:25:53,882 DEBUG anaconda: _is_valid_size(sda) returning True >23:25:53,884 DEBUG anaconda: _is_valid_location(sda) returning True >23:25:53,886 DEBUG anaconda: _is_valid_format(sda) returning True >23:25:53,888 DEBUG anaconda: is_valid_stage1_device(sda) returning True >23:25:53,893 ERR anaconda: You have not defined a root partition (/), which is required for installation of Fedora to continue. >23:25:53,896 ERR anaconda: You have not created a bootable partition. >23:25:53,945 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> >23:25:53,948 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> status to: Checking storage configuration... >23:25:53,974 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> >23:26:07,124 DEBUG anaconda: page clicked: Unknown Linux >23:26:07,126 DEBUG anaconda: current selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:07,219 DEBUG anaconda: show mountpoint: Unknown Linux >23:26:07,221 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:07,315 DEBUG anaconda: updated device_disks to ['sda'] >23:26:07,317 DEBUG anaconda: updated device_container_name to fedora >23:26:07,319 DEBUG anaconda: updated device_container_raid_level to None >23:26:07,321 DEBUG anaconda: updated device_container_encrypted to False >23:26:07,323 DEBUG anaconda: updated device_container_size to 7184 MiB >23:26:07,443 DEBUG anaconda: populate_raid: 0, None >23:26:09,518 DEBUG anaconda: new container selection: fedora >23:26:09,520 DEBUG anaconda: default container is fedora >23:26:09,526 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:09,623 DEBUG anaconda: updated device_disks to ['sda'] >23:26:09,625 DEBUG anaconda: updated device_container_name to fedora >23:26:09,627 DEBUG anaconda: updated device_container_raid_level to None >23:26:09,629 DEBUG anaconda: updated device_container_encrypted to False >23:26:09,631 DEBUG anaconda: updated device_container_size to 7184 MiB >23:26:09,753 DEBUG anaconda: populate_raid: 0, None >23:26:11,859 DEBUG anaconda: new container selection: fedora >23:26:11,862 DEBUG anaconda: default container is fedora >23:26:11,878 DEBUG anaconda: page clicked: Unknown Linux >23:26:11,881 DEBUG anaconda: current selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:11,978 DEBUG anaconda: show mountpoint: Unknown Linux >23:26:11,980 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:12,079 DEBUG anaconda: updated device_disks to ['sda'] >23:26:12,081 DEBUG anaconda: updated device_container_name to fedora >23:26:12,084 DEBUG anaconda: updated device_container_raid_level to None >23:26:12,086 DEBUG anaconda: updated device_container_encrypted to False >23:26:12,088 DEBUG anaconda: updated device_container_size to 7184 MiB >23:26:12,221 DEBUG anaconda: populate_raid: 0, None >23:26:14,321 DEBUG anaconda: new container selection: fedora >23:26:14,323 DEBUG anaconda: default container is fedora >23:26:18,016 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >23:26:19,682 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> >23:26:21,980 DEBUG anaconda: Entered spoke: StorageSpoke >23:26:29,068 DEBUG anaconda: disk free: 501.94 MiB fs free: 0 B sw needs: 2861.02 MiB auto swap: 0 B >23:26:29,238 DEBUG anaconda: Left spoke: StorageSpoke >23:26:29,245 INFO anaconda: Running Thread: AnaExecuteStorageThread (-1437152448) >23:26:30,890 DEBUG anaconda: new disk order: [] >23:26:31,467 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >23:26:31,815 DEBUG anaconda: new disk order: [] >23:26:32,489 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:26:32,495 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:26:32,500 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:26:32,511 DEBUG anaconda: _is_valid_disklabel(sda) returning True >23:26:32,514 DEBUG anaconda: _is_valid_size(sda) returning True >23:26:32,516 DEBUG anaconda: _is_valid_location(sda) returning True >23:26:32,518 DEBUG anaconda: _is_valid_format(sda) returning True >23:26:32,521 DEBUG anaconda: is_valid_stage1_device(sda) returning True >23:26:32,524 INFO anaconda: Thread Done: AnaExecuteStorageThread (-1437152448) >23:26:33,370 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2'] >23:26:34,004 DEBUG anaconda: ui: unused=['sda1'] >23:26:34,007 DEBUG anaconda: ui: new_devices=[] >23:26:35,503 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:26:35,505 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:26:35,508 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:26:36,246 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> >23:26:36,249 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> status to: Saving storage configuration... >23:26:36,275 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xaeb1304c> >23:26:39,245 DEBUG anaconda: page clicked: Unknown Linux >23:26:39,248 DEBUG anaconda: show mountpoint: Unknown Linux >23:26:39,251 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:39,348 DEBUG anaconda: updated device_disks to ['sda'] >23:26:39,350 DEBUG anaconda: updated device_container_name to fedora >23:26:39,352 DEBUG anaconda: updated device_container_raid_level to None >23:26:39,355 DEBUG anaconda: updated device_container_encrypted to False >23:26:39,357 DEBUG anaconda: updated device_container_size to 7184 MiB >23:26:39,477 DEBUG anaconda: populate_raid: 0, None >23:26:41,638 DEBUG anaconda: new container selection: fedora >23:26:41,642 DEBUG anaconda: default container is fedora >23:26:41,650 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:41,745 DEBUG anaconda: updated device_disks to ['sda'] >23:26:41,747 DEBUG anaconda: updated device_container_name to fedora >23:26:41,749 DEBUG anaconda: updated device_container_raid_level to None >23:26:41,751 DEBUG anaconda: updated device_container_encrypted to False >23:26:41,753 DEBUG anaconda: updated device_container_size to 7184 MiB >23:26:41,877 DEBUG anaconda: populate_raid: 0, None >23:26:43,943 DEBUG anaconda: new container selection: fedora >23:26:43,946 DEBUG anaconda: default container is fedora >23:26:43,964 DEBUG anaconda: page clicked: Unknown >23:26:43,967 DEBUG anaconda: current selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:44,072 DEBUG anaconda: show mountpoint: Unknown >23:26:44,075 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda1 (11) with existing ext4 filesystem >23:26:44,160 DEBUG anaconda: updated device_disks to ['sda'] >23:26:44,162 DEBUG anaconda: updated device_container_name to None >23:26:44,164 DEBUG anaconda: updated device_container_raid_level to None >23:26:44,166 DEBUG anaconda: updated device_container_encrypted to False >23:26:44,169 DEBUG anaconda: updated device_container_size to 0 >23:26:44,205 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0xb1a7d84c> >23:26:44,211 DEBUG anaconda: populate_raid: 2, None >23:26:44,218 DEBUG anaconda: populate_raid: 2, None >23:26:47,163 DEBUG anaconda: current selector: existing 500 MiB partition sda1 (11) with existing ext4 filesystem >23:26:47,253 DEBUG anaconda: new selector: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:47,347 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:47,441 DEBUG anaconda: updated device_disks to ['sda'] >23:26:47,443 DEBUG anaconda: updated device_container_name to fedora >23:26:47,445 DEBUG anaconda: updated device_container_raid_level to None >23:26:47,448 DEBUG anaconda: updated device_container_encrypted to False >23:26:47,450 DEBUG anaconda: updated device_container_size to 7184 MiB >23:26:47,570 DEBUG anaconda: device_type_changed: 0 <gi.overrides.Gtk.TreeModelRow object at 0xb1974a8c> >23:26:47,576 DEBUG anaconda: populate_raid: 0, None >23:26:47,582 DEBUG anaconda: populate_raid: 0, None >23:26:49,628 DEBUG anaconda: new container selection: fedora >23:26:49,630 DEBUG anaconda: default container is fedora >23:26:49,638 DEBUG anaconda: populate_right_side: existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:49,731 DEBUG anaconda: updated device_disks to ['sda'] >23:26:49,734 DEBUG anaconda: updated device_container_name to fedora >23:26:49,736 DEBUG anaconda: updated device_container_raid_level to None >23:26:49,738 DEBUG anaconda: updated device_container_encrypted to False >23:26:49,740 DEBUG anaconda: updated device_container_size to 7184 MiB >23:26:49,861 DEBUG anaconda: populate_raid: 0, None >23:26:51,901 DEBUG anaconda: new container selection: fedora >23:26:51,904 DEBUG anaconda: default container is fedora >23:26:54,132 DEBUG anaconda: removing device 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem' from page Unknown Linux >23:26:58,258 INFO anaconda: ui: removed device fedora-root >23:26:58,692 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1'] >23:26:59,069 DEBUG anaconda: ui: unused=['sda1'] >23:26:59,071 DEBUG anaconda: ui: new_devices=[] >23:26:59,848 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:26:59,850 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:26:59,856 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:27:02,146 DEBUG anaconda: page clicked: Unknown >23:27:02,148 DEBUG anaconda: show mountpoint: Unknown >23:27:02,152 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda1 (11) with existing ext4 filesystem >23:27:02,234 DEBUG anaconda: updated device_disks to ['sda'] >23:27:02,237 DEBUG anaconda: updated device_container_name to None >23:27:02,239 DEBUG anaconda: updated device_container_raid_level to None >23:27:02,241 DEBUG anaconda: updated device_container_encrypted to False >23:27:02,243 DEBUG anaconda: updated device_container_size to 0 >23:27:02,278 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0xb1ab524c> >23:27:02,284 DEBUG anaconda: populate_raid: 2, None >23:27:02,290 DEBUG anaconda: populate_raid: 2, None >23:27:04,578 DEBUG anaconda: removing device 'existing 500 MiB partition sda1 (11) with existing ext4 filesystem' from page Unknown >23:27:08,335 DEBUG anaconda: running handleException >23:27:08,340 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1831, in on_remove_clicked > self._destroy_device(dev) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 121, in decorated > return func(*args, **kwargs) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1708, in _destroy_device > self._storage_playground.destroyDevice(device) > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1298, in destroyDevice > self.devicetree.registerAction(action) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 496, in registerAction > self._removeDevice(action.device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 438, in _removeDevice > dev.disk.format.removePartition(dev.partedPartition) > > File "/usr/lib/python2.7/site-packages/blivet/formats/disklabel.py", line 325, in removePartition > self.partedDisk.removePartition(partition) > > File "/usr/lib/python2.7/site-packages/parted/decorators.py", line 41, in new > ret = fn(*args, **kwds) > > File "/usr/lib/python2.7/site-packages/parted/disk.py", line 269, in removePartition > if self.__disk.remove_partition(partition.getPedPartition()): > >PartitionException: Attempting to remove a partition that is not owned by any disk. > >23:27:08,351 DEBUG anaconda: Gtk running, queuing exception handler to the main loop > > >/tmp/packaging.log: >03:22:30,221 INFO packaging: configuring base repo >03:22:30,548 INFO packaging: Error downloading treeinfo: [Errno 14] curl#37 - "Couldn't open file /run/install/repo/treeinfo" >03:22:30,704 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >03:22:30,707 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >03:22:30,709 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >03:22:30,712 DEBUG yum.verbose.plugin: Adding en_US to language list >03:22:30,731 DEBUG yum.verbose.YumBase: Config time: 0.168 >03:22:30,973 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >03:22:30,975 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >03:22:30,976 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >03:22:30,980 DEBUG yum.verbose.plugin: Adding en_US to language list >03:22:30,995 DEBUG yum.verbose.YumBase: Config time: 0.055 >03:22:31,305 INFO packaging: adding yum repo, name: anaconda, baseurl: file:///run/install/repo, mirrorlist: None >03:22:31,335 ERR packaging: base repo (cdrom/file:///run/install/repo) not valid -- removing it >03:22:31,357 INFO packaging: using default repos from local yum configuration >03:22:31,693 INFO packaging: gathering repo metadata >03:22:31,708 INFO packaging: skipping disabled repo fedora >03:22:31,715 INFO packaging: skipping disabled repo updates-testing >03:22:31,723 INFO packaging: gathering repo metadata for rawhide >03:22:31,770 ERR packaging: failed to grab repo metadata for rawhide: Cannot retrieve metalink for repository: rawhide/i386. Please verify its path and try again >03:22:31,827 INFO packaging: skipping disabled repo updates >03:22:31,829 INFO packaging: Refreshing environmentAddons >03:22:31,838 DEBUG yum.verbose.YumBase: Setting up Package Sacks >03:22:31,844 INFO_2 yum.verbose.plugin: Determining fastest mirrors >03:22:31,847 DEBUG yum.verbose.YumBase: group time: 0.009 >03:22:31,857 INFO packaging: metadata retrieval complete > > >/tmp/program.log: >03:21:09,604 INFO program: Running... losetup --list >03:21:10,341 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >03:21:10,486 DEBUG program: Return code: 0 >03:21:10,492 INFO program: Running... udevadm settle --timeout=300 >03:21:11,658 DEBUG program: Return code: 0 >03:21:11,981 INFO program: Running... modprobe fcoe >03:21:12,592 DEBUG program: Return code: 0 >03:21:12,598 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >03:21:12,710 INFO program: No FCoE boot disk information is found in EDD! >03:21:12,715 DEBUG program: Return code: 1 >03:21:12,880 INFO program: Running... losetup --list >03:21:17,958 INFO program: Running... metacity --display :1 --sm-disable >03:21:17,984 INFO program: Running... spice-vdagent >03:21:18,447 DEBUG program: Return code: 0 >03:21:30,597 INFO program: Running... udevadm settle --timeout=300 >03:21:30,852 DEBUG program: Return code: 0 >03:21:30,856 INFO program: Running... systemctl start chronyd.service >03:21:32,849 DEBUG program: Return code: 0 >03:21:32,863 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >03:21:34,217 DEBUG program: Return code: 0 >03:21:34,222 INFO program: Running... udevadm settle --timeout=300 >03:21:34,574 DEBUG program: Return code: 0 >03:21:34,723 INFO program: Running... udevadm settle --timeout=300 >03:21:35,049 DEBUG program: Return code: 0 >03:21:35,203 INFO program: Running... udevadm settle --timeout=300 >03:21:35,826 DEBUG program: Return code: 0 >03:21:36,611 INFO program: Running... multipath -c /dev/sdb >03:21:36,928 INFO program: /dev/sdb is not a valid multipath device path >03:21:36,932 DEBUG program: Return code: 1 >03:21:42,796 INFO program: Running... multipath -c /dev/sda >03:21:43,221 INFO program: /dev/sda is not a valid multipath device path >03:21:43,226 DEBUG program: Return code: 1 >03:21:46,241 INFO program: Running... dumpe2fs -h /dev/sda1 >03:21:46,574 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >03:21:46,582 INFO program: Filesystem volume name: <none> >03:21:46,585 INFO program: Last mounted on: <not available> >03:21:46,589 INFO program: Filesystem UUID: d1f09e51-5d11-46d2-a07a-4a298fa103dc >03:21:46,597 INFO program: Filesystem magic number: 0xEF53 >03:21:46,603 INFO program: Filesystem revision #: 1 (dynamic) >03:21:46,606 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >03:21:46,610 INFO program: Filesystem flags: signed_directory_hash >03:21:46,616 INFO program: Default mount options: user_xattr acl >03:21:46,622 INFO program: Filesystem state: clean >03:21:46,625 INFO program: Errors behavior: Continue >03:21:46,627 INFO program: Filesystem OS type: Linux >03:21:46,633 INFO program: Inode count: 128016 >03:21:46,636 INFO program: Block count: 512000 >03:21:46,642 INFO program: Reserved block count: 25600 >03:21:46,645 INFO program: Free blocks: 485332 >03:21:46,650 INFO program: Free inodes: 128005 >03:21:46,653 INFO program: First block: 1 >03:21:46,659 INFO program: Block size: 1024 >03:21:46,662 INFO program: Fragment size: 1024 >03:21:46,664 INFO program: Reserved GDT blocks: 256 >03:21:46,669 INFO program: Blocks per group: 8192 >03:21:46,675 INFO program: Fragments per group: 8192 >03:21:46,681 INFO program: Inodes per group: 2032 >03:21:46,684 INFO program: Inode blocks per group: 254 >03:21:46,686 INFO program: Flex block group size: 16 >03:21:46,692 INFO program: Filesystem created: Sun Aug 17 11:48:24 2014 >03:21:46,695 INFO program: Last mount time: Sun Aug 17 11:48:57 2014 >03:21:46,701 INFO program: Last write time: Sun Aug 17 11:54:13 2014 >03:21:46,708 INFO program: Mount count: 1 >03:21:46,710 INFO program: Maximum mount count: -1 >03:21:46,717 INFO program: Last checked: Sun Aug 17 11:48:24 2014 >03:21:46,720 INFO program: Check interval: 0 (<none>) >03:21:46,723 INFO program: Lifetime writes: 24 MB >03:21:46,729 INFO program: Reserved blocks uid: 0 (user root) >03:21:46,732 INFO program: Reserved blocks gid: 0 (group root) >03:21:46,738 INFO program: First inode: 11 >03:21:46,741 INFO program: Inode size: 128 >03:21:46,743 INFO program: Journal inode: 8 >03:21:46,749 INFO program: Default directory hash: half_md4 >03:21:46,752 INFO program: Directory Hash Seed: 0c6922a3-d9e8-4a42-85f5-f4cc519cabee >03:21:46,759 INFO program: Journal backup: inode blocks >03:21:46,762 INFO program: Journal features: (none) >03:21:46,768 INFO program: Journal size: 8M >03:21:46,771 INFO program: Journal length: 8192 >03:21:46,777 INFO program: Journal sequence: 0x00000005 >03:21:46,779 INFO program: Journal start: 0 >03:21:46,785 INFO program: >03:21:46,788 DEBUG program: Return code: 0 >03:21:46,796 INFO program: Running... resize2fs -P /dev/sda1 >03:21:47,006 INFO program: resize2fs 1.42.11 (09-Jul-2014) >03:21:47,024 INFO program: Please run 'e2fsck -f /dev/sda1' first. >03:21:47,044 INFO program: >03:21:47,056 DEBUG program: Return code: 1 >03:21:48,811 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --unquoted --noheadings -opv_name,pv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] filter=["r|/sdb1$|"] } global {locking_type=4} >03:21:49,178 INFO program: LVM2_PV_NAME=/dev/sda2 LVM2_PV_UUID=LdirCQ-mMW4-dUIP-3cgB-NMOB-Vjgq-ZsBYKT LVM2_PE_START=1024.00 LVM2_VG_NAME=fedora LVM2_VG_UUID=pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS LVM2_VG_SIZE=7356416.00 LVM2_VG_FREE=45056.00 LVM2_VG_EXTENT_SIZE=4096.00 LVM2_VG_EXTENT_COUNT=1796 LVM2_VG_FREE_COUNT=11 LVM2_PV_COUNT=1 >03:21:49,187 DEBUG program: Return code: 0 >03:21:49,579 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --unquoted --noheadings -ovg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] filter=["r|/sdb1$|"] } global {locking_type=4} >03:21:49,927 INFO program: LVM2_VG_NAME=fedora LVM2_LV_NAME=root LVM2_LV_UUID=ggUsZe-ctSW-cECd-Dk2v-zYKJ-ngtM-K2S13U LVM2_LV_SIZE=6320128.00 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear >03:21:49,936 INFO program: LVM2_VG_NAME=fedora LVM2_LV_NAME=swap LVM2_LV_UUID=vZ1umm-cEbC-QOSD-A43y-7jSn-B1dh-37v6hr LVM2_LV_SIZE=991232.00 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear >03:21:49,939 DEBUG program: Return code: 0 >03:22:08,653 INFO program: Running... dumpe2fs -h /dev/mapper/fedora-root >03:22:08,852 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >03:22:08,859 INFO program: Filesystem volume name: <none> >03:22:08,862 INFO program: Last mounted on: /mnt/sysimage >03:22:08,868 INFO program: Filesystem UUID: d41b5413-9d13-4dcb-8d2d-269b8d94baa2 >03:22:08,871 INFO program: Filesystem magic number: 0xEF53 >03:22:08,878 INFO program: Filesystem revision #: 1 (dynamic) >03:22:08,881 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 >03:22:08,884 INFO program: Filesystem flags: signed_directory_hash >03:22:08,892 INFO program: Default mount options: user_xattr acl >03:22:08,895 INFO program: Filesystem state: clean >03:22:08,901 INFO program: Errors behavior: Continue >03:22:08,904 INFO program: Filesystem OS type: Linux >03:22:08,910 INFO program: Inode count: 395136 >03:22:08,913 INFO program: Block count: 1580032 >03:22:08,916 INFO program: Reserved block count: 79001 >03:22:08,924 INFO program: Free blocks: 1519257 >03:22:08,927 INFO program: Free inodes: 395087 >03:22:08,929 INFO program: First block: 0 >03:22:08,935 INFO program: Block size: 4096 >03:22:08,941 INFO program: Fragment size: 4096 >03:22:08,944 INFO program: Reserved GDT blocks: 385 >03:22:08,950 INFO program: Blocks per group: 32768 >03:22:08,953 INFO program: Fragments per group: 32768 >03:22:08,959 INFO program: Inodes per group: 8064 >03:22:08,962 INFO program: Inode blocks per group: 504 >03:22:08,964 INFO program: Flex block group size: 16 >03:22:08,981 INFO program: Filesystem created: Sun Aug 17 11:48:41 2014 >03:22:08,990 INFO program: Last mount time: Sun Aug 17 11:48:56 2014 >03:22:09,000 INFO program: Last write time: Sun Aug 17 11:54:15 2014 >03:22:09,006 INFO program: Mount count: 1 >03:22:09,009 INFO program: Maximum mount count: -1 >03:22:09,015 INFO program: Last checked: Sun Aug 17 11:48:41 2014 >03:22:09,018 INFO program: Check interval: 0 (<none>) >03:22:09,024 INFO program: Lifetime writes: 227 MB >03:22:09,027 INFO program: Reserved blocks uid: 0 (user root) >03:22:09,034 INFO program: Reserved blocks gid: 0 (group root) >03:22:09,036 INFO program: First inode: 11 >03:22:09,042 INFO program: Inode size: 256 >03:22:09,045 INFO program: Required extra isize: 28 >03:22:09,051 INFO program: Desired extra isize: 28 >03:22:09,054 INFO program: Journal inode: 8 >03:22:09,057 INFO program: Default directory hash: half_md4 >03:22:09,063 INFO program: Directory Hash Seed: 51e7cdd7-29ba-40db-a232-e8f48983253f >03:22:09,066 INFO program: Journal backup: inode blocks >03:22:09,073 INFO program: Journal features: (none) >03:22:09,077 INFO program: Journal size: 128M >03:22:09,079 INFO program: Journal length: 32768 >03:22:09,091 INFO program: Journal sequence: 0x0000000d >03:22:09,098 INFO program: Journal start: 0 >03:22:09,106 INFO program: >03:22:09,111 DEBUG program: Return code: 0 >03:22:09,120 INFO program: Running... resize2fs -P /dev/mapper/fedora-root >03:22:09,333 INFO program: resize2fs 1.42.11 (09-Jul-2014) >03:22:09,341 INFO program: Please run 'e2fsck -f /dev/mapper/fedora-root' first. >03:22:09,351 INFO program: >03:22:09,362 DEBUG program: Return code: 1 >03:22:11,679 INFO program: Running... dumpe2fs -h /dev/loop1 >03:22:11,820 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >03:22:11,824 INFO program: Filesystem volume name: Anaconda >03:22:11,827 INFO program: Last mounted on: / >03:22:11,830 INFO program: Filesystem UUID: be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 >03:22:11,833 INFO program: Filesystem magic number: 0xEF53 >03:22:11,835 INFO program: Filesystem revision #: 1 (dynamic) >03:22:11,838 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >03:22:11,841 INFO program: Filesystem flags: signed_directory_hash >03:22:11,845 INFO program: Default mount options: user_xattr acl >03:22:11,848 INFO program: Filesystem state: clean >03:22:11,850 INFO program: Errors behavior: Continue >03:22:11,853 INFO program: Filesystem OS type: Linux >03:22:11,857 INFO program: Inode count: 131072 >03:22:11,859 INFO program: Block count: 2097152 >03:22:11,862 INFO program: Reserved block count: 0 >03:22:11,865 INFO program: Free blocks: 1166773 >03:22:11,867 INFO program: Free inodes: 97647 >03:22:11,870 INFO program: First block: 1 >03:22:11,873 INFO program: Block size: 1024 >03:22:11,875 INFO program: Fragment size: 1024 >03:22:11,878 INFO program: Reserved GDT blocks: 256 >03:22:11,881 INFO program: Blocks per group: 8192 >03:22:11,884 INFO program: Fragments per group: 8192 >03:22:11,887 INFO program: Inodes per group: 512 >03:22:11,890 INFO program: Inode blocks per group: 128 >03:22:11,893 INFO program: Flex block group size: 16 >03:22:11,896 INFO program: Filesystem created: Sat Aug 16 12:10:59 2014 >03:22:11,898 INFO program: Last mount time: Sat Aug 16 12:17:25 2014 >03:22:11,901 INFO program: Last write time: Sat Aug 16 12:17:40 2014 >03:22:11,904 INFO program: Mount count: 2 >03:22:11,907 INFO program: Maximum mount count: -1 >03:22:11,910 INFO program: Last checked: Sat Aug 16 12:10:59 2014 >03:22:11,913 INFO program: Check interval: 0 (<none>) >03:22:11,915 INFO program: Lifetime writes: 32 MB >03:22:11,918 INFO program: Reserved blocks uid: 0 (user root) >03:22:11,921 INFO program: Reserved blocks gid: 0 (group root) >03:22:11,923 INFO program: First inode: 11 >03:22:11,926 INFO program: Inode size: 256 >03:22:11,929 INFO program: Required extra isize: 28 >03:22:11,932 INFO program: Desired extra isize: 28 >03:22:11,934 INFO program: Journal inode: 8 >03:22:11,937 INFO program: Default directory hash: half_md4 >03:22:11,940 INFO program: Directory Hash Seed: aa630597-49c0-4acc-b177-f7140ad9b44a >03:22:11,943 INFO program: Journal backup: inode blocks >03:22:11,945 INFO program: Journal features: (none) >03:22:11,948 INFO program: Journal size: 32M >03:22:11,951 INFO program: Journal length: 32768 >03:22:11,954 INFO program: Journal sequence: 0x00000048 >03:22:11,956 INFO program: Journal start: 0 >03:22:11,959 INFO program: >03:22:11,962 DEBUG program: Return code: 0 >03:22:11,966 INFO program: Running... resize2fs -P /dev/loop1 >03:22:12,126 INFO program: resize2fs 1.42.11 (09-Jul-2014) >03:22:12,135 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >03:22:12,141 INFO program: Couldn't find valid filesystem superblock. >03:22:12,145 DEBUG program: Return code: 1 >03:22:12,627 INFO program: Running... multipath -c /dev/zram0 >03:22:12,745 DEBUG program: Return code: 1 >03:22:13,627 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >03:22:13,799 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >03:22:13,804 INFO program: Filesystem volume name: Anaconda >03:22:13,807 INFO program: Last mounted on: / >03:22:13,810 INFO program: Filesystem UUID: be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 >03:22:13,813 INFO program: Filesystem magic number: 0xEF53 >03:22:13,816 INFO program: Filesystem revision #: 1 (dynamic) >03:22:13,819 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >03:22:13,822 INFO program: Filesystem flags: signed_directory_hash >03:22:13,825 INFO program: Default mount options: user_xattr acl >03:22:13,828 INFO program: Filesystem state: clean >03:22:13,830 INFO program: Errors behavior: Continue >03:22:13,834 INFO program: Filesystem OS type: Linux >03:22:13,836 INFO program: Inode count: 131072 >03:22:13,840 INFO program: Block count: 2097152 >03:22:13,842 INFO program: Reserved block count: 0 >03:22:13,845 INFO program: Free blocks: 1166773 >03:22:13,848 INFO program: Free inodes: 97647 >03:22:13,851 INFO program: First block: 1 >03:22:13,853 INFO program: Block size: 1024 >03:22:13,856 INFO program: Fragment size: 1024 >03:22:13,859 INFO program: Reserved GDT blocks: 256 >03:22:13,862 INFO program: Blocks per group: 8192 >03:22:13,865 INFO program: Fragments per group: 8192 >03:22:13,867 INFO program: Inodes per group: 512 >03:22:13,870 INFO program: Inode blocks per group: 128 >03:22:13,873 INFO program: Flex block group size: 16 >03:22:13,875 INFO program: Filesystem created: Sat Aug 16 12:10:59 2014 >03:22:13,878 INFO program: Last mount time: Mon Aug 18 03:20:11 2014 >03:22:13,881 INFO program: Last write time: Mon Aug 18 03:20:11 2014 >03:22:13,884 INFO program: Mount count: 3 >03:22:13,886 INFO program: Maximum mount count: -1 >03:22:13,889 INFO program: Last checked: Sat Aug 16 12:10:59 2014 >03:22:13,892 INFO program: Check interval: 0 (<none>) >03:22:13,895 INFO program: Lifetime writes: 32 MB >03:22:13,898 INFO program: Reserved blocks uid: 0 (user root) >03:22:13,901 INFO program: Reserved blocks gid: 0 (group root) >03:22:13,904 INFO program: First inode: 11 >03:22:13,907 INFO program: Inode size: 256 >03:22:13,910 INFO program: Required extra isize: 28 >03:22:13,913 INFO program: Desired extra isize: 28 >03:22:13,916 INFO program: Journal inode: 8 >03:22:13,918 INFO program: Default directory hash: half_md4 >03:22:13,921 INFO program: Directory Hash Seed: aa630597-49c0-4acc-b177-f7140ad9b44a >03:22:13,924 INFO program: Journal backup: inode blocks >03:22:13,927 INFO program: Journal features: (none) >03:22:13,929 INFO program: Journal size: 32M >03:22:13,932 INFO program: Journal length: 32768 >03:22:13,935 INFO program: Journal sequence: 0x00000049 >03:22:13,939 INFO program: Journal start: 1 >03:22:13,941 INFO program: >03:22:13,944 DEBUG program: Return code: 0 >03:22:13,948 INFO program: Running... resize2fs -P /dev/mapper/live-rw >03:22:14,055 INFO program: resize2fs 1.42.11 (09-Jul-2014) >03:22:14,062 INFO program: Estimated minimum size of the filesystem: 1026144 >03:22:14,069 DEBUG program: Return code: 0 >03:22:14,907 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >03:22:15,017 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >03:22:15,021 INFO program: Filesystem volume name: Anaconda >03:22:15,024 INFO program: Last mounted on: / >03:22:15,027 INFO program: Filesystem UUID: be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 >03:22:15,030 INFO program: Filesystem magic number: 0xEF53 >03:22:15,033 INFO program: Filesystem revision #: 1 (dynamic) >03:22:15,036 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >03:22:15,039 INFO program: Filesystem flags: signed_directory_hash >03:22:15,042 INFO program: Default mount options: user_xattr acl >03:22:15,045 INFO program: Filesystem state: clean >03:22:15,048 INFO program: Errors behavior: Continue >03:22:15,050 INFO program: Filesystem OS type: Linux >03:22:15,053 INFO program: Inode count: 131072 >03:22:15,056 INFO program: Block count: 2097152 >03:22:15,059 INFO program: Reserved block count: 0 >03:22:15,062 INFO program: Free blocks: 1166773 >03:22:15,065 INFO program: Free inodes: 97647 >03:22:15,068 INFO program: First block: 1 >03:22:15,071 INFO program: Block size: 1024 >03:22:15,074 INFO program: Fragment size: 1024 >03:22:15,077 INFO program: Reserved GDT blocks: 256 >03:22:15,080 INFO program: Blocks per group: 8192 >03:22:15,082 INFO program: Fragments per group: 8192 >03:22:15,085 INFO program: Inodes per group: 512 >03:22:15,088 INFO program: Inode blocks per group: 128 >03:22:15,091 INFO program: Flex block group size: 16 >03:22:15,093 INFO program: Filesystem created: Sat Aug 16 12:10:59 2014 >03:22:15,096 INFO program: Last mount time: Sat Aug 16 12:17:25 2014 >03:22:15,099 INFO program: Last write time: Sat Aug 16 12:17:40 2014 >03:22:15,102 INFO program: Mount count: 2 >03:22:15,104 INFO program: Maximum mount count: -1 >03:22:15,107 INFO program: Last checked: Sat Aug 16 12:10:59 2014 >03:22:15,110 INFO program: Check interval: 0 (<none>) >03:22:15,113 INFO program: Lifetime writes: 32 MB >03:22:15,115 INFO program: Reserved blocks uid: 0 (user root) >03:22:15,118 INFO program: Reserved blocks gid: 0 (group root) >03:22:15,122 INFO program: First inode: 11 >03:22:15,124 INFO program: Inode size: 256 >03:22:15,127 INFO program: Required extra isize: 28 >03:22:15,130 INFO program: Desired extra isize: 28 >03:22:15,133 INFO program: Journal inode: 8 >03:22:15,136 INFO program: Default directory hash: half_md4 >03:22:15,139 INFO program: Directory Hash Seed: aa630597-49c0-4acc-b177-f7140ad9b44a >03:22:15,142 INFO program: Journal backup: inode blocks >03:22:15,145 INFO program: Journal features: (none) >03:22:15,147 INFO program: Journal size: 32M >03:22:15,150 INFO program: Journal length: 32768 >03:22:15,153 INFO program: Journal sequence: 0x00000048 >03:22:15,155 INFO program: Journal start: 0 >03:22:15,158 INFO program: >03:22:15,161 DEBUG program: Return code: 0 >03:22:15,166 INFO program: Running... resize2fs -P /dev/mapper/live-base >03:22:15,279 INFO program: resize2fs 1.42.11 (09-Jul-2014) >03:22:15,290 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >03:22:15,297 INFO program: Couldn't find valid filesystem superblock. >03:22:15,303 DEBUG program: Return code: 1 >03:22:22,878 INFO program: Running... udevadm settle --timeout=300 >03:22:23,030 DEBUG program: Return code: 0 >03:22:23,108 INFO program: Running... udevadm settle --timeout=300 >03:22:23,254 DEBUG program: Return code: 0 >03:22:23,296 INFO program: Running... udevadm settle --timeout=300 >03:22:23,439 DEBUG program: Return code: 0 >03:22:23,481 INFO program: Running... udevadm settle --timeout=300 >03:22:23,628 DEBUG program: Return code: 0 >03:22:23,646 INFO program: Running... lvm lvchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] filter=["r|/sdb1$|"] } fedora/swap >03:22:24,136 DEBUG program: Return code: 0 >03:22:24,182 INFO program: Running... udevadm settle --timeout=300 >03:22:24,324 DEBUG program: Return code: 0 >03:22:24,344 INFO program: Running... lvm vgchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] filter=["r|/sdb1$|"] } fedora >03:22:24,796 INFO program: 0 logical volume(s) in volume group "fedora" now active >03:22:24,800 DEBUG program: Return code: 0 >03:22:24,853 INFO program: Running... udevadm settle --timeout=300 >03:22:25,005 DEBUG program: Return code: 0 >03:22:25,058 INFO program: Running... udevadm settle --timeout=300 >03:22:25,207 DEBUG program: Return code: 0 >03:22:25,288 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >03:22:25,431 DEBUG program: Return code: 0 >03:22:25,450 INFO program: Running... udevadm settle --timeout=300 >03:22:25,606 DEBUG program: Return code: 0 >03:22:25,611 INFO program: Running... umount /mnt/sysimage >03:22:25,725 DEBUG program: Return code: 0 >03:22:25,729 INFO program: Running... udevadm settle --timeout=300 >03:22:25,873 DEBUG program: Return code: 0 >03:22:25,913 INFO program: Running... udevadm settle --timeout=300 >03:22:26,059 DEBUG program: Return code: 0 >03:22:26,110 INFO program: Running... lvm lvchange -a y --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] filter=["r|/sdb1$|"] } fedora/root >03:22:26,731 DEBUG program: Return code: 0 >03:22:26,736 INFO program: Running... udevadm settle --timeout=300 >03:22:26,884 DEBUG program: Return code: 0 >03:22:26,893 INFO program: Running... mount -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >03:22:27,014 DEBUG program: Return code: 0 >03:22:27,022 INFO program: Running... arch >03:22:27,160 ERR program: Error running arch: No such file or directory >03:22:27,525 INFO program: Running... udevadm settle --timeout=300 >03:22:27,670 DEBUG program: Return code: 0 >03:22:27,674 INFO program: Running... umount /mnt/sysimage >03:22:27,772 DEBUG program: Return code: 0 >03:22:27,777 INFO program: Running... udevadm settle --timeout=300 >03:22:27,921 DEBUG program: Return code: 0 >03:22:27,938 INFO program: Running... lvm lvchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] filter=["r|/sdb1$|"] } fedora/root >03:22:28,380 DEBUG program: Return code: 0 >03:22:30,225 INFO program: Running... hwclock --hctosys --utc >03:22:31,015 DEBUG program: Return code: 0 >03:23:21,519 INFO program: Running... udevadm settle --timeout=300 >03:23:21,971 DEBUG program: Return code: 0 >03:23:22,034 INFO program: Running... mount -t iso9660 -o ro /dev/sdb /tmp/tmpClDlgd >03:23:22,292 DEBUG program: Return code: 0 >03:23:22,296 INFO program: Running... udevadm settle --timeout=300 >03:23:22,716 DEBUG program: Return code: 0 >03:23:22,720 INFO program: Running... umount /tmp/tmpClDlgd >03:23:22,959 DEBUG program: Return code: 0 >03:23:23,014 INFO program: Running... modprobe btrfs >03:23:24,018 DEBUG program: Return code: 0 >03:23:24,249 INFO program: Running... modprobe xfs >03:23:26,184 DEBUG program: Return code: 0 >03:23:26,827 INFO program: Running... modprobe vfat >03:23:27,529 DEBUG program: Return code: 0 >23:24:40,370 INFO program: Running... hostnamectl set-hostname localhost.localdomain >23:24:40,964 DEBUG program: Return code: 0 >23:24:57,041 INFO program: Running... udevadm settle --timeout=300 >23:24:57,207 DEBUG program: Return code: 0 >23:24:57,266 INFO program: Running... udevadm settle --timeout=300 >23:24:57,416 DEBUG program: Return code: 0 >23:25:53,213 INFO program: Running... udevadm settle --timeout=300 >23:25:53,366 DEBUG program: Return code: 0 >23:25:53,419 INFO program: Running... udevadm settle --timeout=300 >23:25:53,565 DEBUG program: Return code: 0 >23:26:30,900 INFO program: Running... udevadm settle --timeout=300 >23:26:31,358 DEBUG program: Return code: 0 >23:26:31,476 INFO program: Running... udevadm settle --timeout=300 >23:26:31,627 DEBUG program: Return code: 0 >23:26:31,818 INFO program: Running... udevadm settle --timeout=300 >23:26:31,970 DEBUG program: Return code: 0 >23:26:32,028 INFO program: Running... udevadm settle --timeout=300 >23:26:32,179 DEBUG program: Return code: 0 > > >/tmp/storage.log: >03:21:11,954 DEBUG blivet: IGNORED: Caught exception, continuing. >03:21:11,957 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >03:21:11,960 DEBUG blivet: IGNORED: Begin exception details. >03:21:11,963 DEBUG blivet: IGNORED: Traceback (most recent call last): >03:21:11,965 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >03:21:11,967 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >03:21:11,970 DEBUG blivet: IGNORED: IOError: Unknown error >03:21:11,972 DEBUG blivet: IGNORED: End exception details. >03:21:11,975 INFO blivet: ISCSID is /sbin/iscsid >03:21:11,978 INFO blivet: no initiator set >03:21:12,717 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >03:21:12,720 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >03:21:23,908 DEBUG blivet: trying to set new default fstype to 'ext4' >03:21:24,062 DEBUG blivet: Ext4FS.supported: supported: True ; >03:21:24,068 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >03:21:24,079 DEBUG blivet: Ext4FS.supported: supported: True ; >03:21:24,091 DEBUG blivet: IGNORED: Caught exception, continuing. >03:21:24,094 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >03:21:24,097 DEBUG blivet: IGNORED: Begin exception details. >03:21:24,101 DEBUG blivet: IGNORED: Traceback (most recent call last): >03:21:24,104 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >03:21:24,106 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >03:21:24,108 DEBUG blivet: IGNORED: IOError: Unknown error >03:21:24,110 DEBUG blivet: IGNORED: End exception details. >03:21:27,463 INFO blivet: Detected 2048 MiB of memory >03:21:27,575 INFO blivet: Suggested swap size (2048 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >03:21:27,680 INFO blivet: Swap attempt of 0.0 >03:21:30,551 INFO blivet: resetting Blivet (version 0.61) instance <blivet.Blivet object at 0xb4a4166c> >03:21:30,561 INFO blivet: no initiator set >03:21:30,572 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >03:21:30,579 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >03:21:34,716 DEBUG blivet: protected device spec LABEL=Fedora-rawhide-i386 resolved to sdb >03:21:35,194 DEBUG blivet: protected device spec /dev/zram0 resolved to zram0 >03:21:36,178 INFO blivet: devices to scan: ['sdb', 'sdb1', 'sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'zram0', 'dm-0', 'dm-1', 'dm-2', 'dm-3'] >03:21:36,269 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-hp_v210w_AA00000000003614-0:0 /dev/disk/by-label/Fedora-rawhide-i386 /dev/disk/by-path/pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-08-16-12-38-28-00', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/host2/target2:0:0/2:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-rawhide-i386', > 'ID_FS_LABEL_ENC': 'Fedora-rawhide-i386', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-08-16-12-38-28-00', > 'ID_FS_UUID_ENC': '2014-08-16-12-38-28-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'v210w', > 'ID_MODEL_ENC': 'v210w\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '5607', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '09d5a1ef', > 'ID_PATH': 'pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1d_7-usb-0_2_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'hp_v210w_AA00000000003614-0:0', > 'ID_SERIAL_SHORT': 'AA00000000003614', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'hp', > 'ID_VENDOR_ENC': 'hp\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '03f0', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '203912', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/usb-hp_v210w_AA00000000003614-0:0', > '/dev/disk/by-label/Fedora-rawhide-i386', > '/dev/disk/by-path/pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-08-16-12-38-28-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/host2/target2:0:0/2:0:0:0/block/sdb'} ; name: sdb ; >03:21:36,292 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/host2/target2:0:0/2:0:0:0/block/sdb)... >03:21:36,415 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >03:21:36,496 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:21:36,520 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >03:21:36,561 INFO blivet: sdb is a disk >03:21:36,566 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >03:21:36,600 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >03:21:36,939 INFO blivet: added disk sdb (id 1) to device tree >03:21:36,952 DEBUG blivet: looking up parted Device: /dev/sdb >03:21:36,946 INFO blivet: got device: DiskDevice instance (0xb1efed6c) -- > name = sdb status = True kids = 0 id = 1 > parents = [] > uuid = None size = 3861 MiB > format = existing None > major = 8 minor = 16 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: hp v210w path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7907328 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (3861, 64, 32) biosGeometry: (492, 255, 63) > PedDevice: <_ped.Device object at 0xb1f182cc> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0xb1f2b54c> >03:21:42,065 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >03:21:42,074 INFO blivet: type detected on 'sdb' is 'iso9660' >03:21:42,099 DEBUG blivet: Iso9660FS.supported: supported: True ; >03:21:42,106 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 4 >03:21:42,120 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: iso9660 ; >03:21:42,130 INFO blivet: got format: existing iso9660 filesystem >03:21:42,191 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-hp_v210w_AA00000000003614-0:0-part1 /dev/disk/by-label/Fedora-rawhide-i386 /dev/disk/by-path/pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-08-16-12-38-28-00', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-rawhide-i386', > 'ID_FS_LABEL_ENC': 'Fedora-rawhide-i386', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-08-16-12-38-28-00', > 'ID_FS_UUID_ENC': '2014-08-16-12-38-28-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'v210w', > 'ID_MODEL_ENC': 'v210w\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '5607', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '946176', > 'ID_PART_ENTRY_TYPE': '0x17', > 'ID_PART_ENTRY_UUID': '09d5a1ef-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '09d5a1ef', > 'ID_PATH': 'pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1d_7-usb-0_2_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'hp_v210w_AA00000000003614-0:0', > 'ID_SERIAL_SHORT': 'AA00000000003614', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'hp', > 'ID_VENDOR_ENC': 'hp\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '03f0', > 'MAJOR': '8', > 'MINOR': '17', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '237380', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/usb-hp_v210w_AA00000000003614-0:0-part1', > '/dev/disk/by-label/Fedora-rawhide-i386', > '/dev/disk/by-path/pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2014-08-16-12-38-28-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >03:21:42,201 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1)... >03:21:42,222 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb1 ; incomplete: False ; >03:21:42,236 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:21:42,242 INFO blivet: sdb1 is a partition >03:21:42,263 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >03:21:42,280 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >03:21:42,327 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3861 MiB disk sdb (1) with existing iso9660 filesystem >03:21:42,593 DEBUG blivet: lvm filter: adding sdb1 to the reject list >03:21:42,601 DEBUG blivet: ignoring partition sdb1 on iso9660 >03:21:42,608 DEBUG blivet: no device obtained for sdb1 >03:21:42,648 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ASUS-JM_S41_SSD_000010006433', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ASUS-JM_S41_SSD', > 'ID_MODEL_ENC': 'ASUS-JM\\x20S41\\x20SSD\\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_PART_TABLE_UUID': '25e7ccb4', > 'ID_REVISION': '081028', > 'ID_SERIAL': 'ASUS-JM_S41_SSD_000010006433', > 'ID_SERIAL_SHORT': '000010006433', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '359848', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-ASUS-JM_S41_SSD_000010006433'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >03:21:42,666 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >03:21:42,684 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >03:21:42,698 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:21:42,727 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >03:21:42,749 INFO blivet: sda is a disk >03:21:42,752 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >03:21:42,788 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >03:21:43,232 INFO blivet: added disk sda (id 6) to device tree >03:21:43,258 DEBUG blivet: looking up parted Device: /dev/sda >03:21:43,257 INFO blivet: got device: DiskDevice instance (0xb01a750c) -- > name = sda status = True kids = 0 id = 6 > parents = [] > uuid = None size = 7687.97 MiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ASUS-JM S41 SSD path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 15744960 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (980, 255, 63) biosGeometry: (980, 255, 63) > PedDevice: <_ped.Device object at 0xb01b20ec> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb01a402c> >03:21:44,182 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >03:21:44,204 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >03:21:44,219 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >03:21:44,226 DEBUG blivet: required disklabel type for sda (1) is None >03:21:44,233 DEBUG blivet: default disklabel type for sda is msdos >03:21:44,237 DEBUG blivet: selecting msdos disklabel for sda based on size >03:21:44,259 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >03:21:44,492 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0xb01aa9cc>, <parted.partition.Partition object at 0xb01aab4c>] > device: <parted.device.Device object at 0xb01aa4ac> > PedDisk: <_ped.Disk object at 0xb01aa7cc> >03:21:44,540 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 9 >03:21:44,593 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >03:21:44,729 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ASUS-JM_S41_SSD_000010006433-part1 /dev/disk/by-uuid/d1f09e51-5d11-46d2-a07a-4a298fa103dc', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'd1f09e51-5d11-46d2-a07a-4a298fa103dc', > 'ID_FS_UUID_ENC': 'd1f09e51-5d11-46d2-a07a-4a298fa103dc', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ASUS-JM_S41_SSD', > 'ID_MODEL_ENC': 'ASUS-JM\\x20S41\\x20SSD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '25e7ccb4-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '25e7ccb4', > 'ID_REVISION': '081028', > 'ID_SERIAL': 'ASUS-JM_S41_SSD_000010006433', > 'ID_SERIAL_SHORT': '000010006433', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '363973', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-ASUS-JM_S41_SSD_000010006433-part1', > '/dev/disk/by-uuid/d1f09e51-5d11-46d2-a07a-4a298fa103dc'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >03:21:44,744 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >03:21:44,802 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >03:21:44,827 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:21:44,836 INFO blivet: sda1 is a partition >03:21:44,854 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >03:21:44,869 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >03:21:44,885 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >03:21:45,086 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >03:21:45,103 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >03:21:45,112 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 12 >03:21:45,130 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >03:21:45,136 DEBUG blivet: looking up parted Partition: /dev/sda1 >03:21:45,152 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >03:21:45,175 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >03:21:45,194 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >03:21:45,205 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >03:21:45,216 INFO blivet: added partition sda1 (id 11) to device tree >03:21:45,290 DEBUG blivet: looking up parted Device: /dev/sda1 >03:21:45,219 INFO blivet: got device: PartitionDevice instance (0xb018766c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: <parted.filesystem.FileSystem object at 0xb01aac8c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aaa6c> PedPartition: <_ped.Partition object at 0xb01ae86c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >03:21:46,208 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >03:21:46,228 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >03:21:46,230 DEBUG blivet: device sda1 does not contain a disklabel >03:21:46,233 INFO blivet: type detected on 'sda1' is 'ext4' >03:21:47,071 DEBUG blivet: size=0 B, current=500 MiB >03:21:47,265 DEBUG blivet: using current size 0 as min size >03:21:47,284 DEBUG blivet: Ext4FS.supported: supported: True ; >03:21:47,293 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 14 >03:21:47,313 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >03:21:47,330 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >03:21:47,336 INFO blivet: got format: existing ext4 filesystem >03:21:47,386 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ASUS-JM_S41_SSD_000010006433-part2 /dev/disk/by-id/lvm-pv-uuid-LdirCQ-mMW4-dUIP-3cgB-NMOB-Vjgq-ZsBYKT', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'LdirCQ-mMW4-dUIP-3cgB-NMOB-Vjgq-ZsBYKT', > 'ID_FS_UUID_ENC': 'LdirCQ-mMW4-dUIP-3cgB-NMOB-Vjgq-ZsBYKT', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'ASUS-JM_S41_SSD', > 'ID_MODEL_ENC': 'ASUS-JM\\x20S41\\x20SSD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '14716928', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '25e7ccb4-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '25e7ccb4', > 'ID_REVISION': '081028', > 'ID_SERIAL': 'ASUS-JM_S41_SSD_000010006433', > 'ID_SERIAL_SHORT': '000010006433', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '365579', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-ASUS-JM_S41_SSD_000010006433-part2', > '/dev/disk/by-id/lvm-pv-uuid-LdirCQ-mMW4-dUIP-3cgB-NMOB-Vjgq-ZsBYKT'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >03:21:47,398 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >03:21:47,410 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda2 ; incomplete: False ; >03:21:47,426 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:21:47,434 INFO blivet: sda2 is a partition >03:21:47,449 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >03:21:47,461 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >03:21:47,482 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >03:21:47,696 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >03:21:47,714 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >03:21:47,721 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 17 >03:21:47,739 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >03:21:47,745 DEBUG blivet: looking up parted Partition: /dev/sda2 >03:21:47,761 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >03:21:47,782 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >03:21:47,798 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >03:21:47,818 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >03:21:47,824 INFO blivet: added partition sda2 (id 16) to device tree >03:21:47,894 DEBUG blivet: looking up parted Device: /dev/sda2 >03:21:47,831 INFO blivet: got device: PartitionDevice instance (0xb1c0610c) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aa9ac> PedPartition: <_ped.Partition object at 0xb01ae89c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm >03:21:48,785 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >03:21:48,800 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: None ; >03:21:48,804 DEBUG blivet: device sda2 does not contain a disklabel >03:21:49,192 INFO blivet: type detected on 'sda2' is 'LVM2_member' >03:21:49,219 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: LdirCQ-mMW4-dUIP-3cgB-NMOB-Vjgq-ZsBYKT ; exists: True ; vgUuid: pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS ; label: None ; peStart: 1024 KiB ; device: /dev/sda2 ; serial: 000010006433 ; >03:21:49,391 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance with object id 19 >03:21:49,408 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >03:21:49,427 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >03:21:49,430 INFO blivet: got format: existing lvmpv >03:21:49,450 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >03:21:49,463 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS ; incomplete: True ; >03:21:49,480 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >03:21:49,511 DEBUG blivet: LVMVolumeGroupDevice._addParent: fedora ; member: sda2 ; >03:21:49,538 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >03:21:49,546 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 21 >03:21:49,565 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >03:21:49,576 INFO blivet: added lvmvg fedora (id 20) to device tree >03:21:49,965 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >03:21:49,981 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:21:50,000 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: vZ1umm-cEbC-QOSD-A43y-7jSn-B1dh-37v6hr ; incomplete: False ; >03:21:50,020 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >03:21:50,047 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >03:21:50,054 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 24 >03:21:50,077 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: None ; >03:21:50,082 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-swap >03:21:50,329 DEBUG blivet: Adding fedora-swap/968 MiB to fedora >03:21:50,502 INFO blivet: added lvmlv fedora-swap (id 23) to device tree >03:21:50,522 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-swap ; status: True ; controllable: True ; orig: False ; >03:21:50,548 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-swap ; status: True ; >03:21:50,569 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-swap ; status: True ; >03:21:50,621 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSvZ1ummcEbCQOSDA43y7jSnB1dh37v6hr /dev/disk/by-uuid/19991469-f462-4e88-9b74-d5b8940217bb /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSvZ1ummcEbCQOSDA43y7jSnB1dh37v6hr', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '19991469-f462-4e88-9b74-d5b8940217bb', > 'ID_FS_UUID_ENC': '19991469-f462-4e88-9b74-d5b8940217bb', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '783644', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSvZ1ummcEbCQOSDA43y7jSnB1dh37v6hr', > '/dev/disk/by-uuid/19991469-f462-4e88-9b74-d5b8940217bb', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-swap ; >03:21:50,631 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-2)... >03:21:50,652 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >03:21:50,670 DEBUG blivet: DeviceTree.getDeviceByName returned existing 968 MiB lvmlv fedora-swap (23) >03:21:51,151 DEBUG blivet: looking up parted Device: /dev/fedora >03:21:51,283 DEBUG blivet: fedora size is 7184 MiB >03:21:51,484 DEBUG blivet: vg fedora has 6216 MiB free >03:21:51,670 DEBUG blivet: fedora size is 7184 MiB >03:21:51,875 DEBUG blivet: vg fedora has 6216 MiB free >03:21:50,866 INFO blivet: got device: LVMLogicalVolumeDevice instance (0xb1c259ac) -- > name = fedora-swap status = True kids = 0 id = 23 > parents = ['existing 7184 MiB lvmvg fedora (20)'] > uuid = vZ1umm-cEbC-QOSD-A43y-7jSn-B1dh-37v6hr size = 968 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 1982464 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (123, 255, 63) biosGeometry: (123, 255, 63) > PedDevice: <_ped.Device object at 0xb01855cc> > target size = 968 MiB path = /dev/mapper/fedora-swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0xb1c18a4c) -- > name = fedora status = True kids = 1 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 6216 MiB > free extents = 1554 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23)'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 968 MiB >03:21:53,128 DEBUG blivet: looking up parted Device: /dev/fedora >03:21:53,343 DEBUG blivet: fedora size is 7184 MiB >03:21:53,601 DEBUG blivet: vg fedora has 6216 MiB free >03:21:53,781 DEBUG blivet: fedora size is 7184 MiB >03:21:53,976 DEBUG blivet: vg fedora has 6216 MiB free >03:21:54,815 DEBUG blivet: looking up parted Device: /dev/fedora >03:21:54,943 DEBUG blivet: fedora size is 7184 MiB >03:21:55,134 DEBUG blivet: vg fedora has 6216 MiB free >03:21:55,317 DEBUG blivet: fedora size is 7184 MiB >03:21:55,506 DEBUG blivet: vg fedora has 6216 MiB free >03:21:56,384 DEBUG blivet: looking up parted Device: /dev/fedora >03:21:56,549 DEBUG blivet: fedora size is 7184 MiB >03:21:56,784 DEBUG blivet: vg fedora has 6216 MiB free >03:21:57,009 DEBUG blivet: fedora size is 7184 MiB >03:21:57,224 DEBUG blivet: vg fedora has 6216 MiB free >03:21:57,942 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-swap ; >03:21:57,965 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-swap ; label_type: None ; >03:21:57,971 DEBUG blivet: device fedora-swap does not contain a disklabel >03:21:57,978 INFO blivet: type detected on 'fedora-swap' is 'swap' >03:21:57,999 DEBUG blivet: SwapSpace.__init__: device: /dev/mapper/fedora-swap ; serial: None ; uuid: 19991469-f462-4e88-9b74-d5b8940217bb ; exists: True ; label: None ; >03:21:58,007 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 26 >03:21:58,028 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >03:21:58,033 INFO blivet: got format: existing swap >03:21:58,051 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-root ; incomplete: False ; >03:21:58,075 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:21:58,094 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: ggUsZe-ctSW-cECd-Dk2v-zYKJ-ngtM-K2S13U ; incomplete: False ; >03:21:58,109 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >03:21:58,138 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >03:21:58,145 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 29 >03:21:58,168 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: None ; >03:21:58,175 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-root >03:21:58,399 DEBUG blivet: Adding fedora-root/6172 MiB to fedora >03:21:58,619 INFO blivet: added lvmlv fedora-root (id 28) to device tree >03:21:58,638 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; status: True ; controllable: True ; orig: False ; >03:21:58,683 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-root ; status: True ; >03:21:58,703 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >03:21:58,759 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-root /dev/disk/by-id/dm-uuid-LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSggUsZectSWcECdDk2vzYKJngtMK2S13U /dev/disk/by-uuid/d41b5413-9d13-4dcb-8d2d-269b8d94baa2 /dev/fedora/root /dev/mapper/fedora-root', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSggUsZectSWcECdDk2vzYKJngtMK2S13U', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'd41b5413-9d13-4dcb-8d2d-269b8d94baa2', > 'ID_FS_UUID_ENC': 'd41b5413-9d13-4dcb-8d2d-269b8d94baa2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '848550', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-root', > '/dev/disk/by-id/dm-uuid-LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSggUsZectSWcECdDk2vzYKJngtMK2S13U', > '/dev/disk/by-uuid/d41b5413-9d13-4dcb-8d2d-269b8d94baa2', > '/dev/fedora/root', > '/dev/mapper/fedora-root'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-root ; >03:21:58,771 INFO blivet: scanning fedora-root (/devices/virtual/block/dm-3)... >03:21:58,794 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-root ; incomplete: False ; >03:21:58,811 DEBUG blivet: DeviceTree.getDeviceByName returned existing 6172 MiB lvmlv fedora-root (28) >03:21:59,474 DEBUG blivet: looking up parted Device: /dev/fedora >03:21:59,633 DEBUG blivet: fedora size is 7184 MiB >03:21:59,849 DEBUG blivet: vg fedora has 44 MiB free >03:22:00,041 DEBUG blivet: fedora size is 7184 MiB >03:22:00,264 DEBUG blivet: vg fedora has 44 MiB free >03:21:59,010 INFO blivet: got device: LVMLogicalVolumeDevice instance (0xb1c2526c) -- > name = fedora-root status = True kids = 0 id = 28 > parents = ['existing 7184 MiB lvmvg fedora (20)'] > uuid = ggUsZe-ctSW-cECd-Dk2v-zYKJ-ngtM-K2S13U size = 6172 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12640256 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (786, 255, 63) biosGeometry: (786, 255, 63) > PedDevice: <_ped.Device object at 0xb0185f8c> > target size = 6172 MiB path = /dev/mapper/fedora-root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0xb1c18a4c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28)'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 6172 MiB >03:22:01,508 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:01,636 DEBUG blivet: fedora size is 7184 MiB >03:22:02,262 DEBUG blivet: vg fedora has 44 MiB free >03:22:02,523 DEBUG blivet: fedora size is 7184 MiB >03:22:03,199 DEBUG blivet: vg fedora has 44 MiB free >03:22:05,206 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:05,339 DEBUG blivet: fedora size is 7184 MiB >03:22:05,567 DEBUG blivet: vg fedora has 44 MiB free >03:22:05,790 DEBUG blivet: fedora size is 7184 MiB >03:22:05,990 DEBUG blivet: vg fedora has 44 MiB free >03:22:07,037 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:07,169 DEBUG blivet: fedora size is 7184 MiB >03:22:07,418 DEBUG blivet: vg fedora has 44 MiB free >03:22:07,630 DEBUG blivet: fedora size is 7184 MiB >03:22:07,869 DEBUG blivet: vg fedora has 44 MiB free >03:22:08,614 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-root ; >03:22:08,636 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-root ; label_type: None ; >03:22:08,642 DEBUG blivet: device fedora-root does not contain a disklabel >03:22:08,646 INFO blivet: type detected on 'fedora-root' is 'ext4' >03:22:09,373 DEBUG blivet: size=0 B, current=6172 MiB >03:22:09,912 DEBUG blivet: using current size 0 as min size >03:22:09,937 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:09,946 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 31 >03:22:09,972 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >03:22:09,981 INFO blivet: got format: existing ext4 filesystem >03:22:10,008 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >03:22:10,026 DEBUG blivet: DeviceTree.getDeviceByName returned existing 968 MiB lvmlv fedora-swap (23) with existing swap >03:22:10,239 DEBUG blivet: set fedora-swap copies to 1, metadata size to 0 B, log size to 0 B, total size 968 MiB >03:22:10,492 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-root ; incomplete: False ; >03:22:10,505 DEBUG blivet: DeviceTree.getDeviceByName returned existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >03:22:10,743 DEBUG blivet: set fedora-root copies to 1, metadata size to 0 B, log size to 0 B, total size 6172 MiB >03:22:10,987 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '310573', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >03:22:10,999 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >03:22:11,011 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >03:22:11,029 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:11,037 INFO blivet: loop0 is a loop device >03:22:11,051 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >03:22:11,069 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/install/repo/LiveOS/squashfs.img ; incomplete: False ; >03:22:11,086 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:11,092 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 35 >03:22:11,111 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >03:22:11,126 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 34) to device tree >03:22:11,153 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >03:22:11,163 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 38 >03:22:11,177 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >03:22:11,188 INFO blivet: added loop loop0 (id 37) to device tree >03:22:11,190 INFO blivet: got device: LoopDevice instance (0xb1c2574c) -- > name = loop0 status = False kids = 0 id = 37 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (34)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >03:22:11,283 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >03:22:11,297 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >03:22:11,303 DEBUG blivet: device loop0 does not contain a disklabel >03:22:11,311 INFO blivet: type detected on 'loop0' is 'squashfs' >03:22:11,318 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 40 >03:22:11,331 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >03:22:11,361 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > 'ID_FS_UUID_ENC': 'be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '358505', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >03:22:11,371 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >03:22:11,388 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >03:22:11,404 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:11,409 INFO blivet: loop1 is a loop device >03:22:11,421 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >03:22:11,445 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/rootfs.img ; incomplete: False ; >03:22:11,461 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:11,464 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 43 >03:22:11,481 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >03:22:11,487 INFO blivet: added file /LiveOS/rootfs.img (id 42) to device tree >03:22:11,508 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >03:22:11,514 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 46 >03:22:11,556 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >03:22:11,562 INFO blivet: added loop loop1 (id 45) to device tree >03:22:11,565 INFO blivet: got device: LoopDevice instance (0xb1ca736c) -- > name = loop1 status = False kids = 0 id = 45 > parents = ['existing 0 B file /LiveOS/rootfs.img (42)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >03:22:11,635 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >03:22:11,654 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >03:22:11,665 DEBUG blivet: device loop1 does not contain a disklabel >03:22:11,676 INFO blivet: type detected on 'loop1' is 'ext4' >03:22:12,154 DEBUG blivet: size=0 B, current=2048 MiB >03:22:12,297 DEBUG blivet: using current size 0 as min size >03:22:12,310 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:12,314 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 48 >03:22:12,325 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >03:22:12,327 INFO blivet: got format: existing ext4 filesystem >03:22:12,345 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '358730', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >03:22:12,350 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >03:22:12,360 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >03:22:12,370 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:12,373 INFO blivet: loop2 is a loop device >03:22:12,383 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >03:22:12,392 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >03:22:12,403 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:12,407 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 51 >03:22:12,419 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >03:22:12,422 INFO blivet: added file /overlay (deleted) (id 50) to device tree >03:22:12,443 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >03:22:12,449 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 54 >03:22:12,473 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >03:22:12,481 INFO blivet: added loop loop2 (id 53) to device tree >03:22:12,484 INFO blivet: got device: LoopDevice instance (0xb1ca7a2c) -- > name = loop2 status = False kids = 0 id = 53 > parents = ['existing 0 B file /overlay (deleted) (50)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None >03:22:12,522 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >03:22:12,532 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >03:22:12,534 DEBUG blivet: device loop2 does not contain a disklabel >03:22:12,539 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >03:22:12,542 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 56 >03:22:12,553 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >03:22:12,567 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'zram0', > 'DEVPATH': '/devices/virtual/block/zram0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '708447', > 'name': 'zram0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/zram0'} ; name: zram0 ; >03:22:12,574 INFO blivet: scanning zram0 (/devices/virtual/block/zram0)... >03:22:12,584 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: zram0 ; incomplete: False ; >03:22:12,593 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:12,603 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: zram0 ; >03:22:12,609 INFO blivet: zram0 is a disk >03:22:12,613 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 59 >03:22:12,624 DEBUG blivet: DiskDevice._setFormat: zram0 ; current: None ; type: None ; >03:22:12,750 INFO blivet: added disk zram0 (id 58) to device tree >03:22:12,755 DEBUG blivet: looking up parted Device: /dev/zram0 >03:22:12,753 INFO blivet: got device: DiskDevice instance (0xb1c0a68c) -- > name = zram0 status = True kids = 0 id = 58 > parents = [] > uuid = None size = 1996.83 MiB > format = existing None > major = 252 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/zram0 partedDevice = parted.Device instance -- > model: Unknown path: /dev/zram0 type: 0 > sectorSize: 4096 physicalSectorSize: 4096 > length: 511189 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (31, 255, 63) biosGeometry: (31, 255, 63) > PedDevice: <_ped.Device object at 0xb018614c> > target size = 0 B path = /dev/zram0 > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb1c25fec> >03:22:12,934 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: zram0 ; >03:22:12,945 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: zram0 ; label_type: None ; >03:22:12,947 DEBUG blivet: device zram0 does not contain a disklabel >03:22:12,953 DEBUG blivet: no type or existing type for zram0, bailing >03:22:12,976 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > 'ID_FS_UUID_ENC': 'be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '985216', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >03:22:12,982 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >03:22:12,991 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >03:22:13,001 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:13,004 INFO blivet: live-rw is a device-mapper device >03:22:13,015 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >03:22:13,026 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-swap ; status: True ; >03:22:13,037 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >03:22:13,047 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >03:22:13,057 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (45) with existing ext4 filesystem >03:22:13,076 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >03:22:13,087 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (53) >03:22:13,106 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >03:22:13,117 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:13,130 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >03:22:13,133 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 63 >03:22:13,144 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >03:22:13,147 INFO blivet: added dm live-rw (id 62) to device tree >03:22:13,154 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >03:22:13,150 INFO blivet: got device: DMDevice instance (0xb1c1878c) -- > name = live-rw status = True kids = 0 id = 62 > parents = ['existing 0 B loop loop2 (53)'] > uuid = None size = 2048 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0xb018602c> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >03:22:13,607 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >03:22:13,617 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >03:22:13,619 DEBUG blivet: device live-rw does not contain a disklabel >03:22:13,623 INFO blivet: type detected on 'live-rw' is 'ext4' >03:22:14,076 DEBUG blivet: size=1002.09 MiB, current=2048 MiB >03:22:14,307 DEBUG blivet: padding min size from 1050771456 up to 1050771956 >03:22:14,320 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:14,324 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 65 >03:22:14,335 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >03:22:14,338 INFO blivet: got format: existing ext4 filesystem >03:22:14,366 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > 'ID_FS_UUID_ENC': 'be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '207333', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/be8ffbc3-62c4-4b2c-b4ef-5fb10e173a70', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >03:22:14,372 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >03:22:14,381 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >03:22:14,391 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:14,394 INFO blivet: live-base is a device-mapper device >03:22:14,404 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >03:22:14,414 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-swap ; status: True ; >03:22:14,426 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >03:22:14,440 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >03:22:14,464 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >03:22:14,486 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (45) with existing ext4 filesystem >03:22:14,507 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >03:22:14,519 DEBUG blivet: DeviceTree.getDeviceByName returned None >03:22:14,533 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >03:22:14,536 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 68 >03:22:14,547 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >03:22:14,550 INFO blivet: added dm live-base (id 67) to device tree >03:22:14,558 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >03:22:14,554 INFO blivet: got device: DMDevice instance (0xb1c1a8cc) -- > name = live-base status = True kids = 0 id = 67 > parents = ['existing 0 B loop loop1 (45) with existing ext4 filesystem'] > uuid = None size = 2048 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0xb018638c> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >03:22:14,887 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >03:22:14,897 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >03:22:14,900 DEBUG blivet: device live-base does not contain a disklabel >03:22:14,903 INFO blivet: type detected on 'live-base' is 'ext4' >03:22:15,309 DEBUG blivet: size=0 B, current=2048 MiB >03:22:15,464 DEBUG blivet: using current size 0 as min size >03:22:15,479 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:15,484 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 70 >03:22:15,495 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >03:22:15,497 INFO blivet: got format: existing ext4 filesystem >03:22:15,532 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSvZ1ummcEbCQOSDA43y7jSnB1dh37v6hr /dev/disk/by-uuid/19991469-f462-4e88-9b74-d5b8940217bb /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSvZ1ummcEbCQOSDA43y7jSnB1dh37v6hr', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '19991469-f462-4e88-9b74-d5b8940217bb', > 'ID_FS_UUID_ENC': '19991469-f462-4e88-9b74-d5b8940217bb', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '783644', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSvZ1ummcEbCQOSDA43y7jSnB1dh37v6hr', > '/dev/disk/by-uuid/19991469-f462-4e88-9b74-d5b8940217bb', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-swap ; >03:22:15,540 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-2)... >03:22:15,550 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >03:22:15,559 DEBUG blivet: DeviceTree.getDeviceByName returned existing 968 MiB lvmlv fedora-swap (23) with existing swap >03:22:15,847 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:15,918 DEBUG blivet: fedora size is 7184 MiB >03:22:16,028 DEBUG blivet: vg fedora has 44 MiB free >03:22:16,154 DEBUG blivet: fedora size is 7184 MiB >03:22:16,264 DEBUG blivet: vg fedora has 44 MiB free >03:22:15,697 INFO blivet: got device: LVMLogicalVolumeDevice instance (0xb1c259ac) -- > name = fedora-swap status = True kids = 0 id = 23 > parents = ['existing 7184 MiB lvmvg fedora (20)'] > uuid = vZ1umm-cEbC-QOSD-A43y-7jSn-B1dh-37v6hr size = 968 MiB > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 1982464 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (123, 255, 63) biosGeometry: (123, 255, 63) > PedDevice: <_ped.Device object at 0xb01855cc> > target size = 968 MiB path = /dev/mapper/fedora-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0xb1c18a4c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 968 MiB >03:22:16,745 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:16,817 DEBUG blivet: fedora size is 7184 MiB >03:22:16,927 DEBUG blivet: vg fedora has 44 MiB free >03:22:17,023 DEBUG blivet: fedora size is 7184 MiB >03:22:17,134 DEBUG blivet: vg fedora has 44 MiB free >03:22:17,609 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:17,680 DEBUG blivet: fedora size is 7184 MiB >03:22:17,789 DEBUG blivet: vg fedora has 44 MiB free >03:22:17,885 DEBUG blivet: fedora size is 7184 MiB >03:22:17,993 DEBUG blivet: vg fedora has 44 MiB free >03:22:18,487 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:18,561 DEBUG blivet: fedora size is 7184 MiB >03:22:18,669 DEBUG blivet: vg fedora has 44 MiB free >03:22:18,766 DEBUG blivet: fedora size is 7184 MiB >03:22:18,876 DEBUG blivet: vg fedora has 44 MiB free >03:22:19,204 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-swap ; >03:22:19,215 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-swap ; label_type: None ; >03:22:19,218 DEBUG blivet: device fedora-swap does not contain a disklabel >03:22:19,221 DEBUG blivet: no type or existing type for fedora-swap, bailing >03:22:19,247 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-root /dev/disk/by-id/dm-uuid-LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSggUsZectSWcECdDk2vzYKJngtMK2S13U /dev/disk/by-uuid/d41b5413-9d13-4dcb-8d2d-269b8d94baa2 /dev/fedora/root /dev/mapper/fedora-root', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1408332022', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSggUsZectSWcECdDk2vzYKJngtMK2S13U', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'd41b5413-9d13-4dcb-8d2d-269b8d94baa2', > 'ID_FS_UUID_ENC': 'd41b5413-9d13-4dcb-8d2d-269b8d94baa2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '848550', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-root', > '/dev/disk/by-id/dm-uuid-LVM-pm34jxzu3hM0Agc44Ac3PcZ6NfYnjDaSggUsZectSWcECdDk2vzYKJngtMK2S13U', > '/dev/disk/by-uuid/d41b5413-9d13-4dcb-8d2d-269b8d94baa2', > '/dev/fedora/root', > '/dev/mapper/fedora-root'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-root ; >03:22:19,255 INFO blivet: scanning fedora-root (/devices/virtual/block/dm-3)... >03:22:19,266 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-root ; incomplete: False ; >03:22:19,275 DEBUG blivet: DeviceTree.getDeviceByName returned existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >03:22:19,547 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:19,616 DEBUG blivet: fedora size is 7184 MiB >03:22:19,726 DEBUG blivet: vg fedora has 44 MiB free >03:22:19,821 DEBUG blivet: fedora size is 7184 MiB >03:22:19,928 DEBUG blivet: vg fedora has 44 MiB free >03:22:19,387 INFO blivet: got device: LVMLogicalVolumeDevice instance (0xb1c2526c) -- > name = fedora-root status = True kids = 0 id = 28 > parents = ['existing 7184 MiB lvmvg fedora (20)'] > uuid = ggUsZe-ctSW-cECd-Dk2v-zYKJ-ngtM-K2S13U size = 6172 MiB > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12640256 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (786, 255, 63) biosGeometry: (786, 255, 63) > PedDevice: <_ped.Device object at 0xb0185f8c> > target size = 6172 MiB path = /dev/mapper/fedora-root > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0xb1c18a4c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 6172 MiB >03:22:20,410 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:20,480 DEBUG blivet: fedora size is 7184 MiB >03:22:20,589 DEBUG blivet: vg fedora has 44 MiB free >03:22:20,685 DEBUG blivet: fedora size is 7184 MiB >03:22:20,794 DEBUG blivet: vg fedora has 44 MiB free >03:22:21,269 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:21,340 DEBUG blivet: fedora size is 7184 MiB >03:22:21,450 DEBUG blivet: vg fedora has 44 MiB free >03:22:21,547 DEBUG blivet: fedora size is 7184 MiB >03:22:21,656 DEBUG blivet: vg fedora has 44 MiB free >03:22:22,143 DEBUG blivet: looking up parted Device: /dev/fedora >03:22:22,212 DEBUG blivet: fedora size is 7184 MiB >03:22:22,320 DEBUG blivet: vg fedora has 44 MiB free >03:22:22,417 DEBUG blivet: fedora size is 7184 MiB >03:22:22,528 DEBUG blivet: vg fedora has 44 MiB free >03:22:22,858 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-root ; >03:22:22,869 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-root ; label_type: None ; >03:22:22,871 DEBUG blivet: device fedora-root does not contain a disklabel >03:22:22,875 DEBUG blivet: no type or existing type for fedora-root, bailing >03:22:23,104 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >03:22:23,270 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >03:22:23,282 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >03:22:23,293 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >03:22:23,453 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: True ; controllable: True ; >03:22:23,466 DEBUG blivet: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >03:22:23,478 DEBUG blivet: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >03:22:23,643 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-swap ; status: True ; controllable: True ; >03:22:24,153 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >03:22:24,167 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora ; status: False ; type: None ; >03:22:24,180 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora ; status: False ; type: None ; >03:22:24,341 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >03:22:24,820 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >03:22:24,835 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >03:22:24,850 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >03:22:25,023 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >03:22:25,040 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >03:22:25,056 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >03:22:25,222 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >03:22:25,233 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >03:22:25,236 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >03:22:25,244 INFO blivet: edd: collected mbr signatures: {'sda': '0x25e7ccb4'} >03:22:25,254 DEBUG blivet: edd: data extracted from 0x80: > type: None, ata_device: None > channel: None, mbr_signature: 0x09d5a1ef > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 7907328 >03:22:25,258 ERR blivet: edd: unable to match edd entry 0x80 >03:22:25,261 DEBUG blivet: edd: data extracted from 0x81: > type: None, ata_device: None > channel: None, mbr_signature: 0x25e7ccb4 > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 15744960 >03:22:25,264 INFO blivet: edd: matched 0x81 to sda using MBR sig >03:22:25,284 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >03:22:25,446 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >03:22:25,887 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >03:22:25,899 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >03:22:25,910 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >03:22:26,073 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; status: False ; controllable: True ; orig: False ; >03:22:26,084 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >03:22:26,097 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >03:22:26,107 DEBUG blivet: LVMLogicalVolumeDevice._setup: fedora-root ; status: False ; controllable: True ; orig: False ; >03:22:27,166 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >03:22:27,176 INFO blivet: IGNORED: Caught exception, continuing. >03:22:27,179 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >03:22:27,182 INFO blivet: IGNORED: Begin exception details. >03:22:27,185 INFO blivet: IGNORED: Traceback (most recent call last): >03:22:27,188 INFO blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 3194, in parseFSTab >03:22:27,191 INFO blivet: IGNORED: blkidTab.parse() >03:22:27,194 INFO blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2254, in parse >03:22:27,197 INFO blivet: IGNORED: with open(path) as f: >03:22:27,200 INFO blivet: IGNORED: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >03:22:27,204 INFO blivet: IGNORED: End exception details. >03:22:27,207 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >03:22:27,210 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >03:22:27,219 DEBUG blivet: IGNORED: Caught exception, continuing. >03:22:27,221 DEBUG blivet: IGNORED: Problem description: failed to parse blkid.tab >03:22:27,224 DEBUG blivet: IGNORED: Begin exception details. >03:22:27,227 DEBUG blivet: IGNORED: Traceback (most recent call last): >03:22:27,229 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2302, in parse >03:22:27,232 DEBUG blivet: IGNORED: self.blkidTab.parse() >03:22:27,234 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2254, in parse >03:22:27,237 DEBUG blivet: IGNORED: with open(path) as f: >03:22:27,240 DEBUG blivet: IGNORED: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >03:22:27,242 DEBUG blivet: IGNORED: End exception details. >03:22:27,245 DEBUG blivet: crypttab maps: [] >03:22:27,249 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >03:22:27,266 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora-root ; hidden: False ; incomplete: False ; >03:22:27,276 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >03:22:27,384 DEBUG blivet: resolved '/dev/mapper/fedora-root' to 'fedora-root' (lvmlv) >03:22:27,387 DEBUG blivet: resolved 'UUID=d1f09e51-5d11-46d2-a07a-4a298fa103dc' to 'sda1' (partition) >03:22:27,397 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora-swap ; hidden: False ; incomplete: False ; >03:22:27,406 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 968 MiB lvmlv fedora-swap (23) with existing swap >03:22:27,507 DEBUG blivet: resolved '/dev/mapper/fedora-swap' to 'fedora-swap' (lvmlv) >03:22:27,518 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-root ; status: True ; controllable: True ; >03:22:27,935 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-root ; status: True ; controllable: True ; >03:22:28,937 DEBUG blivet: fedora size is 7184 MiB >03:22:29,048 DEBUG blivet: vg fedora has 44 MiB free >03:22:29,145 DEBUG blivet: fedora size is 7184 MiB >03:22:29,250 DEBUG blivet: vg fedora has 44 MiB free >03:22:29,357 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:29,387 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:29,405 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:29,421 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:29,442 DEBUG blivet: Ext4FS.supported: supported: True ; >03:22:29,467 DEBUG blivet: Iso9660FS.supported: supported: True ; >03:22:30,305 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >03:22:30,384 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >03:22:30,408 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdb ; hidden: False ; incomplete: False ; >03:22:30,428 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3861 MiB disk sdb (1) with existing iso9660 filesystem >03:22:31,011 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >03:22:31,025 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >03:22:31,034 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdb ; hidden: False ; incomplete: False ; >03:22:31,043 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3861 MiB disk sdb (1) with existing iso9660 filesystem >03:23:21,116 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: cdrom ; >03:23:21,132 DEBUG blivet: DeviceTree.getDevicesByType returned [] >03:23:21,135 INFO blivet: updating format of device: existing 3861 MiB disk sdb (1) with existing iso9660 filesystem >03:23:21,506 DEBUG blivet: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/host2/target2:0:0/2:0:0:0/block/sdb >03:23:22,002 DEBUG blivet: Iso9660FS.supported: supported: True ; >03:23:22,006 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >03:23:22,023 DEBUG blivet: Iso9660FS.supported: supported: True ; >03:23:22,021 DEBUG blivet: no type or existing type for sdb, bailing >03:23:22,165 DEBUG blivet: NFSv4.supported: supported: False ; >03:23:22,208 DEBUG blivet: NFSv4.supported: supported: False ; >03:23:22,233 DEBUG blivet: SELinuxFS.supported: supported: False ; >03:23:22,252 DEBUG blivet: SELinuxFS.supported: supported: False ; >03:23:22,269 DEBUG blivet: Ext4FS.supported: supported: True ; >03:23:22,427 DEBUG blivet: Ext4FS.supported: supported: True ; >03:23:22,495 DEBUG blivet: Ext3FS.supported: supported: True ; >03:23:22,531 DEBUG blivet: Ext3FS.supported: supported: True ; >03:23:22,565 DEBUG blivet: Ext2FS.supported: supported: True ; >03:23:22,591 DEBUG blivet: Ext2FS.supported: supported: True ; >03:23:22,627 DEBUG blivet: SysFS.supported: supported: False ; >03:23:22,642 DEBUG blivet: SysFS.supported: supported: False ; >03:23:22,671 DEBUG blivet: MultipathMember.__init__: >03:23:22,691 DEBUG blivet: MDRaidMember.__init__: >03:23:22,722 DEBUG blivet: ProcFS.supported: supported: False ; >03:23:22,883 DEBUG blivet: ProcFS.supported: supported: False ; >03:23:22,906 DEBUG blivet: SwapSpace.__init__: >03:23:22,933 DEBUG blivet: DMRaidMember.__init__: >03:23:22,968 DEBUG blivet: DevPtsFS.supported: supported: False ; >03:23:22,991 DEBUG blivet: DevPtsFS.supported: supported: False ; >03:23:23,006 DEBUG blivet: BTRFS.supported: supported: True ; >03:23:24,085 DEBUG blivet: USBFS.supported: supported: False ; >03:23:24,114 DEBUG blivet: USBFS.supported: supported: False ; >03:23:24,141 DEBUG blivet: DiskLabel.__init__: >03:23:24,153 INFO blivet: DiskLabel.partedDevice returning None >03:23:24,187 DEBUG blivet: HFSPlus.supported: supported: False ; >03:23:24,200 DEBUG blivet: HFSPlus.supported: supported: False ; >03:23:24,228 DEBUG blivet: XFS.supported: supported: True ; >03:23:26,208 DEBUG blivet: XFS.supported: supported: True ; >03:23:26,244 DEBUG blivet: TmpFS.supported: supported: True ; >03:23:26,537 DEBUG blivet: LUKS.__init__: >03:23:26,569 DEBUG blivet: NTFS.supported: supported: False ; >03:23:26,596 DEBUG blivet: NTFS.supported: supported: False ; >03:23:26,622 DEBUG blivet: BindFS.supported: supported: False ; >03:23:26,636 DEBUG blivet: BindFS.supported: supported: False ; >03:23:26,666 DEBUG blivet: HFS.supported: supported: False ; >03:23:26,687 DEBUG blivet: HFS.supported: supported: False ; >03:23:26,715 DEBUG blivet: LVMPhysicalVolume.__init__: >03:23:26,745 DEBUG blivet: NFS.supported: supported: False ; >03:23:26,762 DEBUG blivet: NFS.supported: supported: False ; >03:23:26,808 DEBUG blivet: FATFS.supported: supported: True ; >03:23:27,549 DEBUG blivet: FATFS.supported: supported: True ; >03:23:27,593 DEBUG blivet: NoDevFS.supported: supported: False ; >03:23:27,618 DEBUG blivet: NoDevFS.supported: supported: False ; >23:24:45,400 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:24:45,408 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb018766c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: <parted.filesystem.FileSystem object at 0xb01aac8c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aaa6c> PedPartition: <_ped.Partition object at 0xb01ae86c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb1c0610c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aa9ac> PedPartition: <_ped.Partition object at 0xb01ae89c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:24:46,199 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >23:24:46,206 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:24:46,316 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:24:46,325 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb018766c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: <parted.filesystem.FileSystem object at 0xb01aac8c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aaa6c> PedPartition: <_ped.Partition object at 0xb01ae86c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb1c0610c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aa9ac> PedPartition: <_ped.Partition object at 0xb01ae89c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:24:52,590 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:24:52,596 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb018766c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: <parted.filesystem.FileSystem object at 0xb01aac8c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aaa6c> PedPartition: <_ped.Partition object at 0xb01ae86c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb1c0610c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aa9ac> PedPartition: <_ped.Partition object at 0xb01ae89c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:24:53,307 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:24:53,316 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb018766c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: <parted.filesystem.FileSystem object at 0xb01aac8c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aaa6c> PedPartition: <_ped.Partition object at 0xb01ae86c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb1c0610c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aa9ac> PedPartition: <_ped.Partition object at 0xb01ae89c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:24:54,019 INFO blivet: Detected 2048 MiB of memory >23:24:54,145 INFO blivet: Swap attempt of 2048 MiB >23:24:54,584 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:24:54,630 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb018766c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: <parted.filesystem.FileSystem object at 0xb01aac8c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aaa6c> PedPartition: <_ped.Partition object at 0xb01ae86c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb1c0610c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aa9ac> PedPartition: <_ped.Partition object at 0xb01ae89c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:24:56,892 DEBUG blivet: clearpart: looking at sda2 >23:24:56,895 DEBUG blivet: clearpart: looking at sda1 >23:24:56,899 DEBUG blivet: checking whether disk sda has an empty extended >23:24:56,902 DEBUG blivet: extended is None ; logicals is [] >23:24:56,922 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:24:56,930 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:24:57,033 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:24:57,482 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:24:57,494 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:24:57,614 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:24:57,623 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:24:57,632 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:24:57,751 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:24:57,813 DEBUG blivet: starting Blivet copy >23:24:58,004 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:24:58,015 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19f26cc) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: <parted.filesystem.FileSystem object at 0xb01aac8c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aaa6c> PedPartition: <_ped.Partition object at 0xb01ae86c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb01aa28c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb01aa9ac> PedPartition: <_ped.Partition object at 0xb01ae89c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:24:58,729 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >23:24:58,731 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> >23:24:58,756 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >23:24:58,758 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> >23:24:58,784 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 23 ; incomplete: False ; >23:24:58,793 DEBUG blivet: DeviceTree.getDeviceByID returned existing 968 MiB lvmlv fedora-swap (23) with existing swap >23:24:58,911 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 11 ; incomplete: False ; >23:24:58,922 DEBUG blivet: DeviceTree.getDeviceByID returned existing 500 MiB partition sda1 (11) with existing ext4 filesystem >23:24:59,025 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 28 ; incomplete: False ; >23:24:59,035 DEBUG blivet: DeviceTree.getDeviceByID returned existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:24:59,144 DEBUG blivet: finished Blivet copy >23:24:59,149 INFO storage.ui: hiding device disk sdb (id 1) >23:24:59,152 INFO storage.ui: removed disk sdb (id 1) from device tree >23:24:59,154 DEBUG storage.ui: lvm filter: adding sdb to the reject list >23:24:59,157 INFO storage.ui: hiding device disk zram0 (id 58) >23:24:59,159 INFO storage.ui: removed disk zram0 (id 58) from device tree >23:24:59,162 DEBUG storage.ui: lvm filter: adding zram0 to the reject list >23:24:59,184 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:24:59,194 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19f26cc) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:25:00,284 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:25:00,294 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19f26cc) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:25:01,016 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:25:01,028 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19f26cc) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot, PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:25:14,547 DEBUG blivet: Ext4FS.supported: supported: True ; >23:25:14,551 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 157 >23:25:20,166 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >23:25:20,169 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 159 >23:25:20,177 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: ext4 ; type: None ; >23:25:20,180 INFO storage.ui: registered action: [158] destroy format ext4 filesystem on partition sda1 (id 11) >23:25:20,184 INFO storage.ui: removed partition sda1 (id 11) from device tree >23:25:20,193 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:25:20,195 INFO storage.ui: registered action: [160] destroy device partition sda1 (id 11) >23:25:20,211 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:25:20,220 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:25:20,667 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:25:20,689 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:25:21,187 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:25:21,196 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:25:23,698 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:23,707 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:23,761 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:23,832 DEBUG blivet: fedora size is 7184 MiB >23:25:23,941 DEBUG blivet: vg fedora has 44 MiB free >23:25:24,033 DEBUG blivet: fedora size is 7184 MiB >23:25:24,133 DEBUG blivet: vg fedora has 44 MiB free >23:25:23,716 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:24,448 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:24,516 DEBUG blivet: fedora size is 7184 MiB >23:25:24,615 DEBUG blivet: vg fedora has 44 MiB free >23:25:24,704 DEBUG blivet: fedora size is 7184 MiB >23:25:24,809 DEBUG blivet: vg fedora has 44 MiB free >23:25:25,118 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:25,181 DEBUG blivet: fedora size is 7184 MiB >23:25:25,280 DEBUG blivet: vg fedora has 44 MiB free >23:25:25,368 DEBUG blivet: fedora size is 7184 MiB >23:25:25,468 DEBUG blivet: vg fedora has 44 MiB free >23:25:25,734 DEBUG blivet: fedora size is 7184 MiB >23:25:25,838 DEBUG blivet: vg fedora has 44 MiB free >23:25:26,189 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:26,201 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:26,242 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:26,302 DEBUG blivet: fedora size is 7184 MiB >23:25:26,398 DEBUG blivet: vg fedora has 44 MiB free >23:25:26,480 DEBUG blivet: fedora size is 7184 MiB >23:25:26,570 DEBUG blivet: vg fedora has 44 MiB free >23:25:26,210 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:26,875 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:26,942 DEBUG blivet: fedora size is 7184 MiB >23:25:27,039 DEBUG blivet: vg fedora has 44 MiB free >23:25:27,121 DEBUG blivet: fedora size is 7184 MiB >23:25:27,214 DEBUG blivet: vg fedora has 44 MiB free >23:25:27,498 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:27,557 DEBUG blivet: fedora size is 7184 MiB >23:25:27,649 DEBUG blivet: vg fedora has 44 MiB free >23:25:27,730 DEBUG blivet: fedora size is 7184 MiB >23:25:27,829 DEBUG blivet: vg fedora has 44 MiB free >23:25:28,077 DEBUG blivet: fedora size is 7184 MiB >23:25:28,176 DEBUG blivet: vg fedora has 44 MiB free >23:25:28,667 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:28,678 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:28,719 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:28,777 DEBUG blivet: fedora size is 7184 MiB >23:25:28,882 DEBUG blivet: vg fedora has 44 MiB free >23:25:28,986 DEBUG blivet: fedora size is 7184 MiB >23:25:29,088 DEBUG blivet: vg fedora has 44 MiB free >23:25:28,686 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:29,405 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:29,471 DEBUG blivet: fedora size is 7184 MiB >23:25:29,561 DEBUG blivet: vg fedora has 44 MiB free >23:25:29,641 DEBUG blivet: fedora size is 7184 MiB >23:25:29,737 DEBUG blivet: vg fedora has 44 MiB free >23:25:30,031 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:30,090 DEBUG blivet: fedora size is 7184 MiB >23:25:30,181 DEBUG blivet: vg fedora has 44 MiB free >23:25:30,262 DEBUG blivet: fedora size is 7184 MiB >23:25:30,353 DEBUG blivet: vg fedora has 44 MiB free >23:25:30,598 DEBUG blivet: fedora size is 7184 MiB >23:25:30,690 DEBUG blivet: vg fedora has 44 MiB free >23:25:34,203 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:34,214 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:34,257 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:34,355 DEBUG blivet: fedora size is 7184 MiB >23:25:34,516 DEBUG blivet: vg fedora has 44 MiB free >23:25:34,656 DEBUG blivet: fedora size is 7184 MiB >23:25:34,802 DEBUG blivet: vg fedora has 44 MiB free >23:25:34,223 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:35,254 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:35,313 DEBUG blivet: fedora size is 7184 MiB >23:25:35,439 DEBUG blivet: vg fedora has 44 MiB free >23:25:35,594 DEBUG blivet: fedora size is 7184 MiB >23:25:35,686 DEBUG blivet: vg fedora has 44 MiB free >23:25:35,982 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:36,042 DEBUG blivet: fedora size is 7184 MiB >23:25:36,136 DEBUG blivet: vg fedora has 44 MiB free >23:25:36,222 DEBUG blivet: fedora size is 7184 MiB >23:25:36,318 DEBUG blivet: vg fedora has 44 MiB free >23:25:36,578 DEBUG blivet: fedora size is 7184 MiB >23:25:36,670 DEBUG blivet: vg fedora has 44 MiB free >23:25:37,036 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:37,049 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:37,096 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:37,162 DEBUG blivet: fedora size is 7184 MiB >23:25:37,265 DEBUG blivet: vg fedora has 44 MiB free >23:25:37,349 DEBUG blivet: fedora size is 7184 MiB >23:25:37,443 DEBUG blivet: vg fedora has 44 MiB free >23:25:37,059 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:37,730 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:37,788 DEBUG blivet: fedora size is 7184 MiB >23:25:37,880 DEBUG blivet: vg fedora has 44 MiB free >23:25:37,965 DEBUG blivet: fedora size is 7184 MiB >23:25:38,057 DEBUG blivet: vg fedora has 44 MiB free >23:25:38,362 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:38,420 DEBUG blivet: fedora size is 7184 MiB >23:25:38,511 DEBUG blivet: vg fedora has 44 MiB free >23:25:38,593 DEBUG blivet: fedora size is 7184 MiB >23:25:38,693 DEBUG blivet: vg fedora has 44 MiB free >23:25:38,957 DEBUG blivet: fedora size is 7184 MiB >23:25:39,054 DEBUG blivet: vg fedora has 44 MiB free >23:25:39,554 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:39,567 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:39,608 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:39,670 DEBUG blivet: fedora size is 7184 MiB >23:25:39,769 DEBUG blivet: vg fedora has 44 MiB free >23:25:39,865 DEBUG blivet: fedora size is 7184 MiB >23:25:39,960 DEBUG blivet: vg fedora has 44 MiB free >23:25:39,576 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:40,268 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:40,326 DEBUG blivet: fedora size is 7184 MiB >23:25:40,418 DEBUG blivet: vg fedora has 44 MiB free >23:25:40,499 DEBUG blivet: fedora size is 7184 MiB >23:25:40,591 DEBUG blivet: vg fedora has 44 MiB free >23:25:40,866 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:40,926 DEBUG blivet: fedora size is 7184 MiB >23:25:41,018 DEBUG blivet: vg fedora has 44 MiB free >23:25:41,099 DEBUG blivet: fedora size is 7184 MiB >23:25:41,191 DEBUG blivet: vg fedora has 44 MiB free >23:25:41,435 DEBUG blivet: fedora size is 7184 MiB >23:25:41,525 DEBUG blivet: vg fedora has 44 MiB free >23:25:46,237 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:46,248 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:46,289 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:46,348 DEBUG blivet: fedora size is 7184 MiB >23:25:46,447 DEBUG blivet: vg fedora has 44 MiB free >23:25:46,539 DEBUG blivet: fedora size is 7184 MiB >23:25:46,638 DEBUG blivet: vg fedora has 44 MiB free >23:25:46,256 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:46,940 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:47,004 DEBUG blivet: fedora size is 7184 MiB >23:25:47,101 DEBUG blivet: vg fedora has 44 MiB free >23:25:47,187 DEBUG blivet: fedora size is 7184 MiB >23:25:47,284 DEBUG blivet: vg fedora has 44 MiB free >23:25:47,571 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:47,633 DEBUG blivet: fedora size is 7184 MiB >23:25:47,726 DEBUG blivet: vg fedora has 44 MiB free >23:25:47,817 DEBUG blivet: fedora size is 7184 MiB >23:25:47,912 DEBUG blivet: vg fedora has 44 MiB free >23:25:48,158 DEBUG blivet: fedora size is 7184 MiB >23:25:48,250 DEBUG blivet: vg fedora has 44 MiB free >23:25:48,626 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:48,638 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:48,684 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:48,750 DEBUG blivet: fedora size is 7184 MiB >23:25:48,852 DEBUG blivet: vg fedora has 44 MiB free >23:25:48,945 DEBUG blivet: fedora size is 7184 MiB >23:25:49,044 DEBUG blivet: vg fedora has 44 MiB free >23:25:48,648 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:49,333 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:49,392 DEBUG blivet: fedora size is 7184 MiB >23:25:49,489 DEBUG blivet: vg fedora has 44 MiB free >23:25:49,581 DEBUG blivet: fedora size is 7184 MiB >23:25:49,680 DEBUG blivet: vg fedora has 44 MiB free >23:25:49,972 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:50,031 DEBUG blivet: fedora size is 7184 MiB >23:25:50,123 DEBUG blivet: vg fedora has 44 MiB free >23:25:50,205 DEBUG blivet: fedora size is 7184 MiB >23:25:50,295 DEBUG blivet: vg fedora has 44 MiB free >23:25:50,543 DEBUG blivet: fedora size is 7184 MiB >23:25:50,634 DEBUG blivet: vg fedora has 44 MiB free >23:25:51,114 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:25:51,125 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:25:51,166 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:51,225 DEBUG blivet: fedora size is 7184 MiB >23:25:51,317 DEBUG blivet: vg fedora has 44 MiB free >23:25:51,399 DEBUG blivet: fedora size is 7184 MiB >23:25:51,491 DEBUG blivet: vg fedora has 44 MiB free >23:25:51,134 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:25:51,774 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:51,842 DEBUG blivet: fedora size is 7184 MiB >23:25:51,935 DEBUG blivet: vg fedora has 44 MiB free >23:25:52,019 DEBUG blivet: fedora size is 7184 MiB >23:25:52,113 DEBUG blivet: vg fedora has 44 MiB free >23:25:52,397 DEBUG blivet: looking up parted Device: /dev/fedora >23:25:52,455 DEBUG blivet: fedora size is 7184 MiB >23:25:52,547 DEBUG blivet: vg fedora has 44 MiB free >23:25:52,630 DEBUG blivet: fedora size is 7184 MiB >23:25:52,724 DEBUG blivet: vg fedora has 44 MiB free >23:25:52,976 DEBUG blivet: fedora size is 7184 MiB >23:25:53,069 DEBUG blivet: vg fedora has 44 MiB free >23:25:53,625 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:25:53,632 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:25:53,723 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:25:53,730 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:25:53,737 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:25:53,826 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:26:07,446 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:26:07,459 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:26:07,502 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:07,569 DEBUG blivet: fedora size is 7184 MiB >23:26:07,666 DEBUG blivet: vg fedora has 44 MiB free >23:26:07,751 DEBUG blivet: fedora size is 7184 MiB >23:26:07,851 DEBUG blivet: vg fedora has 44 MiB free >23:26:07,467 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:26:08,135 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:08,194 DEBUG blivet: fedora size is 7184 MiB >23:26:08,283 DEBUG blivet: vg fedora has 44 MiB free >23:26:08,363 DEBUG blivet: fedora size is 7184 MiB >23:26:08,456 DEBUG blivet: vg fedora has 44 MiB free >23:26:08,738 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:08,802 DEBUG blivet: fedora size is 7184 MiB >23:26:08,891 DEBUG blivet: vg fedora has 44 MiB free >23:26:08,973 DEBUG blivet: fedora size is 7184 MiB >23:26:09,063 DEBUG blivet: vg fedora has 44 MiB free >23:26:09,316 DEBUG blivet: fedora size is 7184 MiB >23:26:09,407 DEBUG blivet: vg fedora has 44 MiB free >23:26:09,756 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:26:09,768 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:26:09,815 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:09,877 DEBUG blivet: fedora size is 7184 MiB >23:26:09,967 DEBUG blivet: vg fedora has 44 MiB free >23:26:10,046 DEBUG blivet: fedora size is 7184 MiB >23:26:10,140 DEBUG blivet: vg fedora has 44 MiB free >23:26:09,777 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:26:10,424 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:10,482 DEBUG blivet: fedora size is 7184 MiB >23:26:10,573 DEBUG blivet: vg fedora has 44 MiB free >23:26:10,654 DEBUG blivet: fedora size is 7184 MiB >23:26:10,743 DEBUG blivet: vg fedora has 44 MiB free >23:26:11,018 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:11,077 DEBUG blivet: fedora size is 7184 MiB >23:26:11,177 DEBUG blivet: vg fedora has 44 MiB free >23:26:11,268 DEBUG blivet: fedora size is 7184 MiB >23:26:11,367 DEBUG blivet: vg fedora has 44 MiB free >23:26:11,634 DEBUG blivet: fedora size is 7184 MiB >23:26:11,735 DEBUG blivet: vg fedora has 44 MiB free >23:26:12,224 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb19f28cc>, 0, [], {} >23:26:12,236 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:26:12,280 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:12,341 DEBUG blivet: fedora size is 7184 MiB >23:26:12,436 DEBUG blivet: vg fedora has 44 MiB free >23:26:12,520 DEBUG blivet: fedora size is 7184 MiB >23:26:12,610 DEBUG blivet: vg fedora has 44 MiB free >23:26:12,245 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb19fe58c) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:26:12,895 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:12,955 DEBUG blivet: fedora size is 7184 MiB >23:26:13,044 DEBUG blivet: vg fedora has 44 MiB free >23:26:13,122 DEBUG blivet: fedora size is 7184 MiB >23:26:13,211 DEBUG blivet: vg fedora has 44 MiB free >23:26:13,541 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:13,606 DEBUG blivet: fedora size is 7184 MiB >23:26:13,701 DEBUG blivet: vg fedora has 44 MiB free >23:26:13,781 DEBUG blivet: fedora size is 7184 MiB >23:26:13,874 DEBUG blivet: vg fedora has 44 MiB free >23:26:14,125 DEBUG blivet: fedora size is 7184 MiB >23:26:14,215 DEBUG blivet: vg fedora has 44 MiB free >23:26:18,001 INFO blivet: unhiding device disk zram0 (id 58) >23:26:18,004 DEBUG blivet: lvm filter: removing zram0 from the reject list >23:26:18,006 INFO blivet: unhiding device disk sdb (id 1) >23:26:18,009 DEBUG blivet: lvm filter: removing sdb from the reject list >23:26:22,001 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:22,009 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:26:22,378 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >23:26:22,384 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:26:22,478 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:22,485 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:26:28,743 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:28,749 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:26:29,263 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:29,298 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb19fe52c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:26:30,813 DEBUG blivet: clearpart: looking at sda2 >23:26:30,828 DEBUG blivet: checking whether disk sda has an empty extended >23:26:30,841 DEBUG blivet: extended is None ; logicals is [] >23:26:31,691 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:26:31,699 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:26:31,804 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:26:32,244 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:26:32,253 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:26:32,357 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:26:32,366 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:26:32,375 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7687.97 MiB disk sda (6) with existing msdos disklabel >23:26:32,477 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:26:32,528 DEBUG blivet: starting Blivet copy >23:26:32,719 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:32,728 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1974d6c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d18ac> PedPartition: <_ped.Partition object at 0xb1a0b4dc> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm] >23:26:33,043 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >23:26:33,046 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb1977bec> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb1a7d22c> PedPartition: <_ped.Partition object at 0xb1969c8c> >23:26:33,069 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 23 ; incomplete: False ; >23:26:33,077 DEBUG blivet: DeviceTree.getDeviceByID returned existing 968 MiB lvmlv fedora-swap (23) with existing swap >23:26:33,172 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 11 ; incomplete: False ; >23:26:33,180 DEBUG blivet: DeviceTree.getDeviceByID returned None >23:26:33,188 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 28 ; incomplete: False ; >23:26:33,195 DEBUG blivet: DeviceTree.getDeviceByID returned existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem >23:26:33,289 DEBUG blivet: finished Blivet copy >23:26:33,294 INFO storage.ui: hiding device disk sdb (id 1) >23:26:33,297 INFO storage.ui: added partition sda1 (id 11) to device tree >23:26:33,299 INFO storage.ui: canceled action [160] destroy device partition sda1 (id 11) >23:26:33,311 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >23:26:33,321 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >23:26:33,324 INFO storage.ui: canceled action [158] destroy format ext4 filesystem on partition sda1 (id 11) >23:26:33,327 INFO storage.ui: removed disk sdb (id 1) from device tree >23:26:33,330 DEBUG storage.ui: lvm filter: adding sdb to the reject list >23:26:33,332 INFO storage.ui: hiding device disk zram0 (id 58) >23:26:33,335 INFO storage.ui: removed disk zram0 (id 58) from device tree >23:26:33,337 DEBUG storage.ui: lvm filter: adding zram0 to the reject list >23:26:33,382 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:33,392 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1974d6c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb1977bec> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb1a7d22c> PedPartition: <_ped.Partition object at 0xb1969c8c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm, PartitionDevice instance (0xb1977c0c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot] >23:26:34,186 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:34,195 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1974d6c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb1977bec> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb1a7d22c> PedPartition: <_ped.Partition object at 0xb1969c8c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm, PartitionDevice instance (0xb1977c0c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot] >23:26:34,818 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:34,827 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1974d6c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb1977bec> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb1a7d22c> PedPartition: <_ped.Partition object at 0xb1969c8c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm, PartitionDevice instance (0xb1977c0c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot] >23:26:35,522 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:35,532 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1974d6c) -- > name = sda2 status = True kids = 1 id = 16 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7186 MiB > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14716928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (916, 255, 63) biosGeometry: (916, 255, 63) > PedDevice: <_ped.Device object at 0xb018538c> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb1977bec> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb1a7d22c> PedPartition: <_ped.Partition object at 0xb1969c8c> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 1026048 end = 15742975 length = 14716928 > flags = lvm, PartitionDevice instance (0xb1977c0c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot] >23:26:39,480 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb1974acc>, 0, [], {} >23:26:39,492 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:26:39,532 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:39,595 DEBUG blivet: fedora size is 7184 MiB >23:26:39,685 DEBUG blivet: vg fedora has 44 MiB free >23:26:39,768 DEBUG blivet: fedora size is 7184 MiB >23:26:39,871 DEBUG blivet: vg fedora has 44 MiB free >23:26:39,500 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb1974ccc) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:26:40,178 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:40,242 DEBUG blivet: fedora size is 7184 MiB >23:26:40,342 DEBUG blivet: vg fedora has 44 MiB free >23:26:40,429 DEBUG blivet: fedora size is 7184 MiB >23:26:40,527 DEBUG blivet: vg fedora has 44 MiB free >23:26:40,815 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:40,879 DEBUG blivet: fedora size is 7184 MiB >23:26:40,971 DEBUG blivet: vg fedora has 44 MiB free >23:26:41,053 DEBUG blivet: fedora size is 7184 MiB >23:26:41,145 DEBUG blivet: vg fedora has 44 MiB free >23:26:41,420 DEBUG blivet: fedora size is 7184 MiB >23:26:41,521 DEBUG blivet: vg fedora has 44 MiB free >23:26:41,879 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb1974acc>, 0, [], {} >23:26:41,891 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:26:41,933 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:41,994 DEBUG blivet: fedora size is 7184 MiB >23:26:42,086 DEBUG blivet: vg fedora has 44 MiB free >23:26:42,170 DEBUG blivet: fedora size is 7184 MiB >23:26:42,262 DEBUG blivet: vg fedora has 44 MiB free >23:26:41,900 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb1974ccc) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:26:42,550 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:42,610 DEBUG blivet: fedora size is 7184 MiB >23:26:42,702 DEBUG blivet: vg fedora has 44 MiB free >23:26:42,785 DEBUG blivet: fedora size is 7184 MiB >23:26:42,879 DEBUG blivet: vg fedora has 44 MiB free >23:26:43,157 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:43,218 DEBUG blivet: fedora size is 7184 MiB >23:26:43,312 DEBUG blivet: vg fedora has 44 MiB free >23:26:43,396 DEBUG blivet: fedora size is 7184 MiB >23:26:43,488 DEBUG blivet: vg fedora has 44 MiB free >23:26:43,737 DEBUG blivet: fedora size is 7184 MiB >23:26:43,834 DEBUG blivet: vg fedora has 44 MiB free >23:26:47,585 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb1974acc>, 0, [], {} >23:26:47,596 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:26:47,635 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:47,695 DEBUG blivet: fedora size is 7184 MiB >23:26:47,787 DEBUG blivet: vg fedora has 44 MiB free >23:26:47,873 DEBUG blivet: fedora size is 7184 MiB >23:26:47,965 DEBUG blivet: vg fedora has 44 MiB free >23:26:47,603 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb1974ccc) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:26:48,249 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:48,308 DEBUG blivet: fedora size is 7184 MiB >23:26:48,399 DEBUG blivet: vg fedora has 44 MiB free >23:26:48,480 DEBUG blivet: fedora size is 7184 MiB >23:26:48,572 DEBUG blivet: vg fedora has 44 MiB free >23:26:48,853 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:48,912 DEBUG blivet: fedora size is 7184 MiB >23:26:49,003 DEBUG blivet: vg fedora has 44 MiB free >23:26:49,087 DEBUG blivet: fedora size is 7184 MiB >23:26:49,180 DEBUG blivet: vg fedora has 44 MiB free >23:26:49,429 DEBUG blivet: fedora size is 7184 MiB >23:26:49,519 DEBUG blivet: vg fedora has 44 MiB free >23:26:49,864 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0xb1974acc>, 0, [], {} >23:26:49,874 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:26:49,915 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:49,976 DEBUG blivet: fedora size is 7184 MiB >23:26:50,067 DEBUG blivet: vg fedora has 44 MiB free >23:26:50,150 DEBUG blivet: fedora size is 7184 MiB >23:26:50,242 DEBUG blivet: vg fedora has 44 MiB free >23:26:49,884 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0xb1974ccc) -- > name = fedora status = True kids = 2 id = 20 > parents = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > uuid = pm34jx-zu3h-M0Ag-c44A-c3Pc-Z6Nf-YnjDaS size = 7184 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 7184 MiB path = /dev/fedora > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 1796 > PE Free = 11 PV Count = 1 > modified = False extents = 1796 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 7186 MiB partition sda2 (16) with existing lvmpv'] > LVs = ['existing 968 MiB lvmlv fedora-swap (23) with existing swap', > 'existing 6172 MiB lvmlv fedora-root (28) with existing ext4 filesystem']] >23:26:50,522 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:50,582 DEBUG blivet: fedora size is 7184 MiB >23:26:50,673 DEBUG blivet: vg fedora has 44 MiB free >23:26:50,755 DEBUG blivet: fedora size is 7184 MiB >23:26:50,847 DEBUG blivet: vg fedora has 44 MiB free >23:26:51,125 DEBUG blivet: looking up parted Device: /dev/fedora >23:26:51,186 DEBUG blivet: fedora size is 7184 MiB >23:26:51,277 DEBUG blivet: vg fedora has 44 MiB free >23:26:51,356 DEBUG blivet: fedora size is 7184 MiB >23:26:51,444 DEBUG blivet: vg fedora has 44 MiB free >23:26:51,693 DEBUG blivet: fedora size is 7184 MiB >23:26:51,785 DEBUG blivet: vg fedora has 44 MiB free >23:26:58,135 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 213 >23:26:58,143 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: ext4 ; type: None ; >23:26:58,145 INFO storage.ui: registered action: [212] destroy format ext4 filesystem on lvmlv fedora-root (id 28) >23:26:58,149 INFO storage.ui: removed lvmlv fedora-root (id 28) from device tree >23:26:58,156 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora ; >23:26:58,158 INFO storage.ui: registered action: [214] destroy device lvmlv fedora-root (id 28) >23:26:58,163 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 216 >23:26:58,171 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: swap ; type: None ; >23:26:58,175 INFO storage.ui: registered action: [215] destroy format swap on lvmlv fedora-swap (id 23) >23:26:58,178 INFO storage.ui: removed lvmlv fedora-swap (id 23) from device tree >23:26:58,186 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: fedora ; >23:26:58,188 INFO storage.ui: registered action: [217] destroy device lvmlv fedora-swap (id 23) >23:26:58,192 INFO storage.ui: removed lvmvg fedora (id 20) from device tree >23:26:58,202 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sda2 ; >23:26:58,204 INFO storage.ui: registered action: [218] destroy device lvmvg fedora (id 20) >23:26:58,219 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; >23:26:58,221 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 220 >23:26:58,233 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; current: lvmpv ; type: None ; >23:26:58,236 INFO storage.ui: registered action: [219] destroy format lvmpv on partition sda2 (id 16) >23:26:58,241 INFO storage.ui: removed partition sda2 (id 16) from device tree >23:26:58,252 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:26:58,254 INFO storage.ui: registered action: [221] destroy device partition sda2 (id 16) >23:26:58,269 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:58,277 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1977c0c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot] >23:26:58,717 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:58,741 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1977c0c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot] >23:26:59,108 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:59,115 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1977c0c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot] >23:26:59,457 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:26:59,466 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0xb1977c0c) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 7687.97 MiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xb01b21ac> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb19fe34c> fileSystem: <parted.filesystem.FileSystem object at 0xb19d1a6c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb19d1a2c> PedPartition: <_ped.Partition object at 0xb1a0b4ac> > disk = existing 7687.97 MiB disk sda (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot] >23:27:08,316 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >23:27:08,319 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 223 >23:27:08,327 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: ext4 ; type: None ; >23:27:08,330 INFO storage.ui: registered action: [222] destroy format ext4 filesystem on partition sda1 (id 11) > > >/tmp/ifcfg.log: >03:21:27,971 DEBUG ifcfg: content of files (network initialization): >03:21:28,088 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 36, 140, 40, 191, 11]}, 'connection': {'timestamp': 1408332043L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': '855c3155-993d-4712-a107-e71f3166a02d'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >03:21:30,169 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['enp3s0']): >03:21:30,172 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp3s0: >03:21:30,174 DEBUG ifcfg: TYPE=Ethernet >03:21:30,175 DEBUG ifcfg: BOOTPROTO=dhcp >03:21:30,176 DEBUG ifcfg: DEFROUTE=yes >03:21:30,178 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >03:21:30,179 DEBUG ifcfg: IPV6INIT=yes >03:21:30,181 DEBUG ifcfg: IPV6_AUTOCONF=yes >03:21:30,182 DEBUG ifcfg: IPV6_DEFROUTE=yes >03:21:30,183 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >03:21:30,185 DEBUG ifcfg: NAME=enp3s0 >03:21:30,186 DEBUG ifcfg: UUID=855c3155-993d-4712-a107-e71f3166a02d >03:21:30,188 DEBUG ifcfg: ONBOOT=no >03:21:30,189 DEBUG ifcfg: HWADDR=00:24:8C:28:BF:0B >03:21:30,191 DEBUG ifcfg: PEERDNS=yes >03:21:30,192 DEBUG ifcfg: PEERROUTES=yes >03:21:30,193 DEBUG ifcfg: IPV6_PEERDNS=yes >03:21:30,195 DEBUG ifcfg: IPV6_PEERROUTES=yes >03:21:30,262 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 36, 140, 40, 191, 11]}, 'connection': {'timestamp': 1408332043L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp3s0', 'uuid': '855c3155-993d-4712-a107-e71f3166a02d'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >03:23:26,830 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >03:23:26,929 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >23:24:39,494 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-Tanwar's_Network >23:24:39,500 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >23:24:39,506 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 > > >/proc/cmdline: >BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-rawhide-i386 quiet > > >/tmp/syslog: >03:20:31,763 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.10" x-pid="912" x-info="http://www.rsyslog.com"] start >03:20:31,891 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >03:20:31,941 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >03:20:31,941 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >03:20:31,941 NOTICE kernel:[ 0.000000] Linux version 3.17.0-0.rc0.git6.1.fc22.i686 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 4.9.1 20140813 (Red Hat 4.9.1-7) (GCC) ) #1 SMP Fri Aug 15 13:55:15 UTC 2014 >03:20:31,941 INFO kernel:[ 0.000000] Disabled fast string operations >03:20:31,941 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f77ffff] usable >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007f780000-0x000000007f78ffff] ACPI data >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007f790000-0x000000007f7cffff] ACPI NVS >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007f7d0000-0x000000007f7ddfff] reserved >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007f7e0000-0x000000007f7fffff] reserved >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >03:20:31,941 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved >03:20:31,941 NOTICE kernel:[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! >03:20:31,941 INFO kernel:[ 0.000000] SMBIOS 2.5 present. >03:20:31,941 DEBUG kernel:[ 0.000000] DMI: ASUSTeK Computer INC. 701SD/701SD, BIOS 0602 10/06/2008 >03:20:31,941 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >03:20:31,941 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >03:20:31,941 INFO kernel:[ 0.000000] e820: last_pfn = 0x7f780 max_arch_pfn = 0x100000 >03:20:31,941 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >03:20:31,941 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >03:20:31,941 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >03:20:31,941 DEBUG kernel:[ 0.000000] A0000-DFFFF uncachable >03:20:31,941 DEBUG kernel:[ 0.000000] E0000-EFFFF write-through >03:20:31,941 DEBUG kernel:[ 0.000000] F0000-FFFFF write-protect >03:20:31,941 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >03:20:31,941 DEBUG kernel:[ 0.000000] 0 base 000000000 mask F80000000 write-back >03:20:31,941 DEBUG kernel:[ 0.000000] 1 base 07F800000 mask FFF800000 uncachable >03:20:31,941 DEBUG kernel:[ 0.000000] 2 disabled >03:20:31,941 DEBUG kernel:[ 0.000000] 3 disabled >03:20:31,941 DEBUG kernel:[ 0.000000] 4 disabled >03:20:31,941 DEBUG kernel:[ 0.000000] 5 disabled >03:20:31,941 DEBUG kernel:[ 0.000000] 6 disabled >03:20:31,941 DEBUG kernel:[ 0.000000] 7 disabled >03:20:31,941 INFO kernel:[ 0.000000] PAT not supported by CPU. >03:20:31,941 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780] >03:20:31,941 INFO kernel:[ 0.000000] Scanning 1 areas for low memory corruption >03:20:31,941 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff] >03:20:31,941 DEBUG kernel:[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384 >03:20:31,941 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >03:20:31,941 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >03:20:31,942 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x36c00000-0x36ffffff] >03:20:31,942 DEBUG kernel:[ 0.000000] [mem 0x36c00000-0x36ffffff] page 2M >03:20:31,942 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x30000000-0x36bfffff] >03:20:31,942 DEBUG kernel:[ 0.000000] [mem 0x30000000-0x36bfffff] page 2M >03:20:31,942 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff] >03:20:31,942 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x003fffff] page 4k >03:20:31,942 DEBUG kernel:[ 0.000000] [mem 0x00400000-0x2fffffff] page 2M >03:20:31,942 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fdfff] >03:20:31,942 DEBUG kernel:[ 0.000000] [mem 0x37000000-0x373fdfff] page 4k >03:20:31,942 DEBUG kernel:[ 0.000000] BRK [0x01a25000, 0x01a25fff] PGTABLE >03:20:31,942 DEBUG kernel:[ 0.000000] BRK [0x01a26000, 0x01a27fff] PGTABLE >03:20:31,942 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7ce64000-0x7f77ffff] >03:20:31,942 INFO kernel:[ 0.000000] Allocated new RAMDISK: [mem 0x34ae2000-0x373fd9fb] >03:20:31,942 INFO kernel:[ 0.000000] Move RAMDISK from [mem 0x7ce64000-0x7f77f9fb] to [mem 0x34ae2000-0x373fd9fb] >03:20:31,942 INFO kernel:[ 0.000000] ACPI: Early table checksum verification disabled >03:20:31,942 WARNING kernel:[ 0.000000] ACPI: RSDP 0x000FBEA0 000014 (v00 ACPIAM) >03:20:31,942 WARNING kernel:[ 0.000000] ACPI: RSDT 0x7F780000 000034 (v01 A M I OEMRSDT 10000806 MSFT 00000097) >03:20:31,942 WARNING kernel:[ 0.000000] ACPI: FACP 0x7F780200 000081 (v01 A M I OEMFACP 10000806 MSFT 00000097) >03:20:31,942 WARNING kernel:[ 0.000000] ACPI: DSDT 0x7F780400 005E11 (v01 A1027 A1027042 00000042 INTL 20051117) >03:20:31,942 WARNING kernel:[ 0.000000] ACPI: FACS 0x7F790000 000040 >03:20:31,942 WARNING kernel:[ 0.000000] ACPI: APIC 0x7F780390 000068 (v01 A M I OEMAPIC 10000806 MSFT 00000097) >03:20:31,942 WARNING kernel:[ 0.000000] ACPI: OEMB 0x7F790040 000046 (v01 A M I AMI_OEM 10000806 MSFT 00000097) >03:20:31,942 WARNING kernel:[ 0.000000] ACPI: MCFG 0x7F786220 00003C (v01 A M I OEMMCFG 10000806 MSFT 00000097) >03:20:31,942 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >03:20:31,942 NOTICE kernel:[ 0.000000] 1155MB HIGHMEM available. >03:20:31,942 NOTICE kernel:[ 0.000000] 883MB LOWMEM available. >03:20:31,942 INFO kernel:[ 0.000000] mapped low ram: 0 - 373fe000 >03:20:31,942 INFO kernel:[ 0.000000] low ram: 0 - 373fe000 >03:20:31,942 DEBUG kernel:[ 0.000000] BRK [0x01a28000, 0x01a28fff] PGTABLE >03:20:31,942 WARNING kernel:[ 0.000000] Zone ranges: >03:20:31,942 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >03:20:31,942 WARNING kernel:[ 0.000000] Normal [mem 0x01000000-0x373fdfff] >03:20:31,942 WARNING kernel:[ 0.000000] HighMem [mem 0x373fe000-0x7f77ffff] >03:20:31,942 WARNING kernel:[ 0.000000] Movable zone start for each node >03:20:31,942 WARNING kernel:[ 0.000000] Early memory node ranges >03:20:31,942 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >03:20:31,942 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x7f77ffff] >03:20:31,942 DEBUG kernel:[ 0.000000] On node 0 totalpages: 522014 >03:20:31,942 DEBUG kernel:[ 0.000000] free_area_init_node: node 0, pgdat c0e7bd40, node_mem_map f3af2020 >03:20:31,942 DEBUG kernel:[ 0.000000] DMA zone: 32 pages used for memmap >03:20:31,942 DEBUG kernel:[ 0.000000] DMA zone: 0 pages reserved >03:20:31,942 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >03:20:31,942 DEBUG kernel:[ 0.000000] Normal zone: 1736 pages used for memmap >03:20:31,953 DEBUG kernel:[ 0.000000] Normal zone: 222206 pages, LIFO batch:31 >03:20:31,953 DEBUG kernel:[ 0.000000] HighMem zone: 2312 pages used for memmap >03:20:31,953 DEBUG kernel:[ 0.000000] HighMem zone: 295810 pages, LIFO batch:31 >03:20:31,953 INFO kernel:[ 0.000000] Using APIC driver default >03:20:31,953 INFO kernel:[ 0.000000] Reserving Intel graphics stolen memory at 0x7f800000-0x7fffffff >03:20:31,953 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x808 >03:20:31,953 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >03:20:31,953 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >03:20:31,953 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) >03:20:31,953 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 >03:20:31,953 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >03:20:31,953 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >03:20:31,953 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >03:20:31,953 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >03:20:31,953 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >03:20:31,953 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >03:20:31,953 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >03:20:31,953 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >03:20:31,953 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >03:20:31,953 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff] >03:20:31,953 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff] >03:20:31,953 INFO kernel:[ 0.000000] e820: [mem 0x80000000-0xfedfffff] available for PCI devices >03:20:31,953 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >03:20:31,953 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >03:20:31,953 INFO kernel:[ 0.000000] PERCPU: Embedded 334 pages/cpu @f397d000 s1346944 r0 d21120 u1368064 >03:20:31,953 DEBUG kernel:[ 0.000000] pcpu-alloc: s1346944 r0 d21120 u1368064 alloc=334*4096 >03:20:31,953 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >03:20:31,953 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520246 >03:20:31,953 NOTICE kernel:[ 0.000000] Kernel command line: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-rawhide-i386 quiet >03:20:31,953 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) >03:20:31,953 INFO kernel:[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) >03:20:31,953 INFO kernel:[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) >03:20:31,953 INFO kernel:[ 0.000000] Initializing CPU#0 >03:20:31,953 INFO kernel:[ 0.000000] allocated 4176888 bytes of page_cgroup >03:20:31,953 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >03:20:31,953 INFO kernel:[ 0.000000] Initializing HighMem for node 0 (000373fe:0007f780) >03:20:31,953 INFO kernel:[ 0.000000] Initializing Movable for node 0 (00000000:00000000) >03:20:32,021 WARNING kernel:[ 0.000000] Memory: 2000512K/2088056K available (7310K kernel code, 781K rwdata, 2752K rodata, 2124K init, 9636K bss, 87544K reserved, 1183240K highmem) >03:20:32,021 INFO kernel:[ 0.000000] virtual kernel memory layout: >03:20:32,021 INFO kernel:[ 0.000000] fixmap : 0xffa96000 - 0xfffff000 (5540 kB) >03:20:32,021 INFO kernel:[ 0.000000] pkmap : 0xff400000 - 0xff800000 (4096 kB) >03:20:32,021 INFO kernel:[ 0.000000] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB) >03:20:32,021 INFO kernel:[ 0.000000] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB) >03:20:32,021 INFO kernel:[ 0.000000] .init : 0xc0e9a000 - 0xc10ad000 (2124 kB) >03:20:32,021 INFO kernel:[ 0.000000] .data : 0xc0b23cef - 0xc0e98480 (3537 kB) >03:20:32,021 INFO kernel:[ 0.000000] .text : 0xc0400000 - 0xc0b23cef (7311 kB) >03:20:32,021 INFO kernel:[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. >03:20:32,021 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >03:20:32,021 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >03:20:32,021 INFO kernel:[ 0.000000] RCU lockdep checking is enabled. >03:20:32,021 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=1. >03:20:32,021 INFO kernel:[ 0.000000] Offload RCU callbacks from all CPUs >03:20:32,021 INFO kernel:[ 0.000000] Offload RCU callbacks from CPUs: 0. >03:20:32,021 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 >03:20:32,021 INFO kernel:[ 0.000000] NR_IRQS:2304 nr_irqs:256 0 >03:20:32,021 DEBUG kernel:[ 0.000000] CPU 0 irqstacks, hard=f3008000 soft=f300a000 >03:20:32,021 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >03:20:32,021 INFO kernel:[ 0.000000] console [tty0] enabled >03:20:32,021 WARNING kernel:[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >03:20:32,021 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >03:20:32,021 WARNING kernel:[ 0.000000] ... MAX_LOCK_DEPTH: 48 >03:20:32,021 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >03:20:32,021 WARNING kernel:[ 0.000000] ... CLASSHASH_SIZE: 4096 >03:20:32,021 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768 >03:20:32,021 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536 >03:20:32,021 WARNING kernel:[ 0.000000] ... CHAINHASH_SIZE: 32768 >03:20:32,021 WARNING kernel:[ 0.000000] memory used by lock dependency info: 5167 kB >03:20:32,021 WARNING kernel:[ 0.000000] per task-struct memory footprint: 1920 bytes >03:20:32,021 INFO kernel:[ 0.000000] kmemleak: Kernel memory leak detector disabled >03:20:32,021 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >03:20:32,021 INFO kernel:[ 0.000000] tsc: Detected 897.790 MHz processor >03:20:32,021 INFO kernel:[ 0.001100] Calibrating delay loop (skipped), value calculated using timer frequency.. 1795.58 BogoMIPS (lpj=897790) >03:20:32,021 INFO kernel:[ 0.001113] pid_max: default: 32768 minimum: 301 >03:20:32,022 INFO kernel:[ 0.001235] ACPI: Core revision 20140724 >03:20:32,022 WARNING kernel:[ 0.058933] ACPI: All ACPI Tables successfully acquired >03:20:32,022 INFO kernel:[ 0.060165] Security Framework initialized >03:20:32,022 INFO kernel:[ 0.060189] SELinux: Initializing. >03:20:32,022 DEBUG kernel:[ 0.060370] SELinux: Starting in permissive mode >03:20:32,022 INFO kernel:[ 0.060583] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) >03:20:32,022 INFO kernel:[ 0.060595] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) >03:20:32,022 INFO kernel:[ 0.064469] Initializing cgroup subsys memory >03:20:32,022 INFO kernel:[ 0.064534] Initializing cgroup subsys devices >03:20:32,022 INFO kernel:[ 0.064607] Initializing cgroup subsys freezer >03:20:32,022 INFO kernel:[ 0.064677] Initializing cgroup subsys net_cls >03:20:32,022 INFO kernel:[ 0.064697] Initializing cgroup subsys blkio >03:20:32,022 INFO kernel:[ 0.064716] Initializing cgroup subsys perf_event >03:20:32,022 INFO kernel:[ 0.064734] Initializing cgroup subsys net_prio >03:20:32,022 INFO kernel:[ 0.064865] Disabled fast string operations >03:20:32,022 INFO kernel:[ 0.064884] mce: CPU supports 5 MCE banks >03:20:32,022 INFO kernel:[ 0.064902] CPU0: Thermal monitoring enabled (TM1) >03:20:32,022 INFO kernel:[ 0.064935] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2 >03:20:32,022 INFO kernel:[ 0.064935] Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8, 1GB 0 >03:20:32,022 INFO kernel:[ 0.077992] Freeing SMP alternatives memory: 24K (c10ad000 - c10b3000) >03:20:32,022 INFO kernel:[ 0.081704] ftrace: allocating 26364 entries in 52 pages >03:20:32,022 INFO kernel:[ 0.099134] Enabling APIC mode: Flat. Using 1 I/O APICs >03:20:32,022 INFO kernel:[ 0.100000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >03:20:32,022 INFO kernel:[ 0.110177] smpboot: CPU0: Intel(R) Celeron(R) M processor 900MHz (fam: 06, model: 0d, stepping: 08) >03:20:32,022 INFO kernel:[ 0.111000] Performance Events: p6 PMU driver. >03:20:32,022 INFO kernel:[ 0.111000] ... version: 0 >03:20:32,022 INFO kernel:[ 0.111000] ... bit width: 32 >03:20:32,022 INFO kernel:[ 0.111000] ... generic registers: 2 >03:20:32,022 INFO kernel:[ 0.111000] ... value mask: 00000000ffffffff >03:20:32,022 INFO kernel:[ 0.111000] ... max period: 000000007fffffff >03:20:32,022 INFO kernel:[ 0.111000] ... fixed-purpose events: 0 >03:20:32,022 INFO kernel:[ 0.111000] ... event mask: 0000000000000003 >03:20:32,022 INFO kernel:[ 0.119054] x86: Booted up 1 node, 1 CPUs >03:20:32,022 INFO kernel:[ 0.119066] smpboot: Total of 1 processors activated (1795.58 BogoMIPS) >03:20:32,022 INFO kernel:[ 0.121457] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >03:20:32,022 INFO kernel:[ 0.123483] devtmpfs: initialized >03:20:32,022 INFO kernel:[ 0.126842] PM: Registering ACPI NVS region [mem 0x7f790000-0x7f7cffff] (262144 bytes) >03:20:32,022 INFO kernel:[ 0.133924] atomic64_test: passed for i586+ platform with CX8 and with SSE >03:20:32,022 INFO kernel:[ 0.133942] pinctrl core: initialized pinctrl subsystem >03:20:32,022 INFO kernel:[ 0.134880] RTC time: 3:19:31, date: 08/18/14 >03:20:32,022 INFO kernel:[ 0.136222] NET: Registered protocol family 16 >03:20:32,022 INFO kernel:[ 0.138443] cpuidle: using governor menu >03:20:32,028 INFO kernel:[ 0.139323] ACPI: bus type PCI registered >03:20:32,028 INFO kernel:[ 0.139333] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >03:20:32,028 INFO kernel:[ 0.140506] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >03:20:32,028 INFO kernel:[ 0.140516] PCI: not using MMCONFIG >03:20:32,028 INFO kernel:[ 0.140742] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5 >03:20:32,029 INFO kernel:[ 0.140747] PCI: Using configuration type 1 for base access >03:20:32,029 INFO kernel:[ 0.173217] ACPI: Added _OSI(Module Device) >03:20:32,029 INFO kernel:[ 0.173229] ACPI: Added _OSI(Processor Device) >03:20:32,029 INFO kernel:[ 0.173237] ACPI: Added _OSI(3.0 _SCP Extensions) >03:20:32,029 INFO kernel:[ 0.173245] ACPI: Added _OSI(Processor Aggregator Device) >03:20:32,029 WARNING kernel:[ 0.217419] ACPI: Executed 1 blocks of module-level executable AML code >03:20:32,029 INFO kernel:[ 0.250657] ACPI: Interpreter enabled >03:20:32,029 WARNING kernel:[ 0.250715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580) >03:20:32,030 WARNING kernel:[ 0.250739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580) >03:20:32,030 INFO kernel:[ 0.250954] ACPI: (supports S0 S3 S4 S5) >03:20:32,030 INFO kernel:[ 0.250961] ACPI: Using IOAPIC for interrupt routing >03:20:32,030 INFO kernel:[ 0.251211] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >03:20:32,030 INFO kernel:[ 0.263538] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources >03:20:32,030 INFO kernel:[ 0.263545] PCI: Using MMCONFIG for extended config space >03:20:32,030 INFO kernel:[ 0.263686] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >03:20:32,030 INFO kernel:[ 0.334020] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >03:20:32,030 INFO kernel:[ 0.334055] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >03:20:32,030 INFO kernel:[ 0.334287] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >03:20:32,030 INFO kernel:[ 0.339166] PCI host bridge to bus 0000:00 >03:20:32,030 INFO kernel:[ 0.339184] pci_bus 0000:00: root bus resource [bus 00-ff] >03:20:32,030 INFO kernel:[ 0.339193] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >03:20:32,030 INFO kernel:[ 0.339201] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >03:20:32,030 INFO kernel:[ 0.339209] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >03:20:32,030 INFO kernel:[ 0.339217] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff] >03:20:32,030 INFO kernel:[ 0.339225] pci_bus 0000:00: root bus resource [mem 0x7f810000-0xffffffff] >03:20:32,030 DEBUG kernel:[ 0.339309] pci 0000:00:00.0: [8086:2590] type 00 class 0x060000 >03:20:32,030 DEBUG kernel:[ 0.340836] pci 0000:00:02.0: [8086:2592] type 00 class 0x030000 >03:20:32,030 DEBUG kernel:[ 0.340890] pci 0000:00:02.0: reg 0x10: [mem 0xf3f00000-0xf3f7ffff] >03:20:32,030 DEBUG kernel:[ 0.340919] pci 0000:00:02.0: reg 0x14: [io 0xbc00-0xbc07] >03:20:32,030 DEBUG kernel:[ 0.340948] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref] >03:20:32,030 DEBUG kernel:[ 0.340977] pci 0000:00:02.0: reg 0x1c: [mem 0xf3ec0000-0xf3efffff] >03:20:32,030 DEBUG kernel:[ 0.342580] pci 0000:00:02.1: [8086:2792] type 00 class 0x038000 >03:20:32,030 DEBUG kernel:[ 0.342628] pci 0000:00:02.1: reg 0x10: [mem 0xf3f80000-0xf3ffffff] >03:20:32,030 DEBUG kernel:[ 0.344045] pci 0000:00:1b.0: [8086:2668] type 00 class 0x040300 >03:20:32,030 DEBUG kernel:[ 0.344115] pci 0000:00:1b.0: reg 0x10: [mem 0xf3eb8000-0xf3ebbfff 64bit] >03:20:32,030 DEBUG kernel:[ 0.344431] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >03:20:32,059 DEBUG kernel:[ 0.345819] pci 0000:00:1c.0: [8086:2660] type 01 class 0x060400 >03:20:32,059 DEBUG kernel:[ 0.346166] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >03:20:32,070 INFO kernel:[ 0.346832] pci 0000:00:1c.0: System wakeup disabled by ACPI >03:20:32,070 DEBUG kernel:[ 0.347560] pci 0000:00:1c.1: [8086:2662] type 01 class 0x060400 >03:20:32,070 DEBUG kernel:[ 0.347889] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold >03:20:32,070 INFO kernel:[ 0.348509] pci 0000:00:1c.1: System wakeup disabled by ACPI >03:20:32,070 DEBUG kernel:[ 0.349229] pci 0000:00:1c.2: [8086:2664] type 01 class 0x060400 >03:20:32,099 DEBUG kernel:[ 0.349558] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >03:20:32,099 INFO kernel:[ 0.350174] pci 0000:00:1c.2: System wakeup disabled by ACPI >03:20:32,099 DEBUG kernel:[ 0.350872] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300 >03:20:32,099 DEBUG kernel:[ 0.351043] pci 0000:00:1d.0: reg 0x20: [io 0xb400-0xb41f] >03:20:32,099 INFO kernel:[ 0.351684] pci 0000:00:1d.0: System wakeup disabled by ACPI >03:20:32,099 DEBUG kernel:[ 0.352407] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300 >03:20:32,099 DEBUG kernel:[ 0.352548] pci 0000:00:1d.1: reg 0x20: [io 0xb480-0xb49f] >03:20:32,099 INFO kernel:[ 0.353226] pci 0000:00:1d.1: System wakeup disabled by ACPI >03:20:32,099 DEBUG kernel:[ 0.353900] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300 >03:20:32,099 DEBUG kernel:[ 0.354075] pci 0000:00:1d.2: reg 0x20: [io 0xb800-0xb81f] >03:20:32,099 INFO kernel:[ 0.354713] pci 0000:00:1d.2: System wakeup disabled by ACPI >03:20:32,099 DEBUG kernel:[ 0.355420] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300 >03:20:32,099 DEBUG kernel:[ 0.355562] pci 0000:00:1d.3: reg 0x20: [io 0xb880-0xb89f] >03:20:32,099 INFO kernel:[ 0.356271] pci 0000:00:1d.3: System wakeup disabled by ACPI >03:20:32,099 DEBUG kernel:[ 0.356977] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320 >03:20:32,099 DEBUG kernel:[ 0.357073] pci 0000:00:1d.7: reg 0x10: [mem 0xf3eb7c00-0xf3eb7fff] >03:20:32,099 DEBUG kernel:[ 0.357361] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold >03:20:32,099 INFO kernel:[ 0.357929] pci 0000:00:1d.7: System wakeup disabled by ACPI >03:20:32,099 DEBUG kernel:[ 0.358658] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 >03:20:32,099 INFO kernel:[ 0.359430] pci 0000:00:1e.0: System wakeup disabled by ACPI >03:20:32,099 DEBUG kernel:[ 0.360138] pci 0000:00:1f.0: [8086:2641] type 00 class 0x060100 >03:20:32,099 DEBUG kernel:[ 0.360414] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000 >03:20:32,099 INFO kernel:[ 0.360441] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0800-0x087f]: address conflict with ACPI CPU throttle [io 0x0810-0x0815] >03:20:32,099 INFO kernel:[ 0.360459] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO >03:20:32,099 INFO kernel:[ 0.360474] pci 0000:00:1f.0: LPC Generic IO decode 2 PIO at 0380-038f >03:20:32,099 DEBUG kernel:[ 0.361575] pci 0000:00:1f.2: [8086:2653] type 00 class 0x010180 >03:20:32,099 DEBUG kernel:[ 0.361629] pci 0000:00:1f.2: reg 0x10: [io 0x0000-0x0007] >03:20:32,099 DEBUG kernel:[ 0.361661] pci 0000:00:1f.2: reg 0x14: [io 0x0000-0x0003] >03:20:32,099 DEBUG kernel:[ 0.361691] pci 0000:00:1f.2: reg 0x18: [io 0x0000-0x0007] >03:20:32,099 DEBUG kernel:[ 0.361722] pci 0000:00:1f.2: reg 0x1c: [io 0x0000-0x0003] >03:20:32,099 DEBUG kernel:[ 0.361753] pci 0000:00:1f.2: reg 0x20: [io 0xffa0-0xffaf] >03:20:32,099 INFO kernel:[ 0.361817] pci 0000:00:1f.2: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] >03:20:32,099 INFO kernel:[ 0.361824] pci 0000:00:1f.2: legacy IDE quirk: reg 0x14: [io 0x03f6] >03:20:32,099 INFO kernel:[ 0.361831] pci 0000:00:1f.2: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] >03:20:32,099 INFO kernel:[ 0.361838] pci 0000:00:1f.2: legacy IDE quirk: reg 0x1c: [io 0x0376] >03:20:32,099 DEBUG kernel:[ 0.361937] pci 0000:00:1f.2: PME# supported from D3hot >03:20:32,099 DEBUG kernel:[ 0.363182] pci 0000:00:1f.3: [8086:266a] type 00 class 0x0c0500 >03:20:32,099 DEBUG kernel:[ 0.363334] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f] >03:20:32,099 INFO kernel:[ 0.364921] pci 0000:00:1c.0: PCI bridge to [bus 04] >03:20:32,099 DEBUG kernel:[ 0.365566] pci 0000:03:00.0: [1969:1026] type 00 class 0x020000 >03:20:32,099 DEBUG kernel:[ 0.365647] pci 0000:03:00.0: reg 0x10: [mem 0xfbfc0000-0xfbffffff 64bit] >03:20:32,099 DEBUG kernel:[ 0.365683] pci 0000:03:00.0: reg 0x18: [io 0xec00-0xec7f] >03:20:32,099 DEBUG kernel:[ 0.366042] pci 0000:03:00.0: PME# supported from D3hot D3cold >03:20:32,099 INFO kernel:[ 0.366780] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' >03:20:32,099 INFO kernel:[ 0.367039] pci 0000:00:1c.1: PCI bridge to [bus 03] >03:20:32,099 DEBUG kernel:[ 0.367057] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff] >03:20:32,099 DEBUG kernel:[ 0.367071] pci 0000:00:1c.1: bridge window [mem 0xfbf00000-0xfbffffff] >03:20:32,099 DEBUG kernel:[ 0.367658] pci 0000:01:00.0: [10ec:8199] type 00 class 0x028000 >03:20:32,099 DEBUG kernel:[ 0.367718] pci 0000:01:00.0: reg 0x10: [io 0xd800-0xd8ff] >03:20:32,099 DEBUG kernel:[ 0.367754] pci 0000:01:00.0: reg 0x14: [mem 0xfbefc000-0xfbefffff] >03:20:32,100 DEBUG kernel:[ 0.368170] pci 0000:01:00.0: supports D1 D2 >03:20:32,100 DEBUG kernel:[ 0.368178] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold >03:20:32,100 INFO kernel:[ 0.368977] pci 0000:00:1c.2: PCI bridge to [bus 01-02] >03:20:32,100 DEBUG kernel:[ 0.369023] pci 0000:00:1c.2: bridge window [io 0xc000-0xdfff] >03:20:32,100 DEBUG kernel:[ 0.369037] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xfbefffff] >03:20:32,100 DEBUG kernel:[ 0.369060] pci 0000:00:1c.2: bridge window [mem 0xdc000000-0xdfffffff 64bit pref] >03:20:32,100 INFO kernel:[ 0.369681] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode) >03:20:32,100 DEBUG kernel:[ 0.369717] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) >03:20:32,100 DEBUG kernel:[ 0.369726] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) >03:20:32,100 DEBUG kernel:[ 0.369734] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) >03:20:32,100 DEBUG kernel:[ 0.369742] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode) >03:20:32,100 DEBUG kernel:[ 0.369749] pci 0000:00:1e.0: bridge window [mem 0x7f810000-0xffffffff] (subtractive decode) >03:20:32,100 DEBUG kernel:[ 0.369865] pci_bus 0000:00: on NUMA node 0 >03:20:32,100 INFO kernel:[ 0.377434] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 12 14 15) >03:20:32,100 INFO kernel:[ 0.378167] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15) >03:20:32,100 INFO kernel:[ 0.378855] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15) >03:20:32,100 INFO kernel:[ 0.379571] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 10 11 12 14 15) >03:20:32,100 INFO kernel:[ 0.380284] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >03:20:32,100 INFO kernel:[ 0.380966] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >03:20:32,100 INFO kernel:[ 0.381680] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >03:20:32,100 INFO kernel:[ 0.382397] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15) >03:20:32,100 INFO kernel:[ 0.384283] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62 >03:20:32,100 INFO kernel:[ 0.386266] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >03:20:32,100 INFO kernel:[ 0.386322] vgaarb: loaded >03:20:32,100 INFO kernel:[ 0.386326] vgaarb: bridge control possible 0000:00:02.0 >03:20:32,100 NOTICE kernel:[ 0.387123] SCSI subsystem initialized >03:20:32,100 DEBUG kernel:[ 0.387590] libata version 3.00 loaded. >03:20:32,100 INFO kernel:[ 0.388080] ACPI: bus type USB registered >03:20:32,100 INFO kernel:[ 0.388375] usbcore: registered new interface driver usbfs >03:20:32,100 INFO kernel:[ 0.388525] usbcore: registered new interface driver hub >03:20:32,100 INFO kernel:[ 0.388807] usbcore: registered new device driver usb >03:20:32,100 INFO kernel:[ 0.389809] PCI: Using ACPI for IRQ routing >03:20:32,100 DEBUG kernel:[ 0.389916] PCI: pci_cache_line_size set to 64 bytes >03:20:32,100 WARNING kernel:[ 0.390146] Expanded resource reserved due to conflict with PCI Bus 0000:00 >03:20:32,100 DEBUG kernel:[ 0.390157] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >03:20:32,100 DEBUG kernel:[ 0.390205] e820: reserve RAM buffer [mem 0x7f780000-0x7fffffff] >03:20:32,116 INFO kernel:[ 0.393083] NetLabel: Initializing >03:20:32,117 INFO kernel:[ 0.393090] NetLabel: domain hash size = 128 >03:20:32,117 INFO kernel:[ 0.393094] NetLabel: protocols = UNLABELED CIPSOv4 >03:20:32,117 INFO kernel:[ 0.393278] NetLabel: unlabeled traffic allowed by default >03:20:32,117 DEBUG kernel:[ 0.393777] hpet clockevent registered >03:20:32,117 INFO kernel:[ 0.393787] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >03:20:32,117 INFO kernel:[ 0.393796] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >03:20:32,117 INFO kernel:[ 0.393813] hpet0: 3 comparators, 64-bit 14.318180 MHz counter >03:20:32,117 INFO kernel:[ 0.396923] Switched to clocksource hpet >03:20:32,117 INFO kernel:[ 0.624509] pnp: PnP ACPI init >03:20:32,117 INFO kernel:[ 0.625442] system 00:00: [mem 0xfed13000-0xfed19fff] has been reserved >03:20:32,117 DEBUG kernel:[ 0.625565] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) >03:20:32,117 DEBUG kernel:[ 0.626241] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >03:20:32,117 DEBUG kernel:[ 0.626914] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) >03:20:32,117 DEBUG kernel:[ 0.627764] pnp 00:03: Plug and Play ACPI device, IDs SYN0a00 SYN0a01 SYN0a04 SYN0002 PNP0f13 (active) >03:20:32,117 INFO kernel:[ 0.629381] system 00:04: [io 0x04d0-0x04d1] has been reserved >03:20:32,117 INFO kernel:[ 0.629406] system 00:04: [io 0x0800-0x087f] could not be reserved >03:20:32,117 INFO kernel:[ 0.629418] system 00:04: [io 0x0480-0x04bf] has been reserved >03:20:32,117 INFO kernel:[ 0.629429] system 00:04: [io 0x0380-0x0395] has been reserved >03:20:32,117 INFO kernel:[ 0.629443] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved >03:20:32,117 INFO kernel:[ 0.629454] system 00:04: [mem 0xfed20000-0xfed8ffff] has been reserved >03:20:32,142 INFO kernel:[ 0.629465] system 00:04: [mem 0xfff80000-0xfffcffff] has been reserved >03:20:32,142 INFO kernel:[ 0.629477] system 00:04: [mem 0xfffd0000-0xfffeb3ff] has been reserved >03:20:32,142 INFO kernel:[ 0.629488] system 00:04: [mem 0xfffec000-0xfffeebff] has been reserved >03:20:32,142 INFO kernel:[ 0.629500] system 00:04: [mem 0xffff0000-0xffffffff] has been reserved >03:20:32,142 DEBUG kernel:[ 0.629524] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) >03:20:32,142 INFO kernel:[ 0.631142] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved >03:20:32,142 INFO kernel:[ 0.631156] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved >03:20:32,142 DEBUG kernel:[ 0.631179] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) >03:20:32,142 INFO kernel:[ 0.632066] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved >03:20:32,142 DEBUG kernel:[ 0.632092] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) >03:20:32,142 INFO kernel:[ 0.633305] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved >03:20:32,142 DEBUG kernel:[ 0.633329] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) >03:20:32,142 INFO kernel:[ 0.635157] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved >03:20:32,142 INFO kernel:[ 0.635175] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved >03:20:32,142 INFO kernel:[ 0.635190] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved >03:20:32,142 INFO kernel:[ 0.635205] system 00:08: [mem 0x00100000-0x7f7fffff] could not be reserved >03:20:32,142 DEBUG kernel:[ 0.635227] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active) >03:20:32,142 INFO kernel:[ 0.636871] pnp: PnP ACPI: found 9 devices >03:20:32,142 DEBUG kernel:[ 0.702551] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000 >03:20:32,142 DEBUG kernel:[ 0.702568] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 >03:20:32,142 DEBUG kernel:[ 0.702578] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 >03:20:32,142 DEBUG kernel:[ 0.702611] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 >03:20:32,142 WARNING kernel:[ 0.702674] pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment >03:20:32,142 DEBUG kernel:[ 0.702687] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 >03:20:32,142 DEBUG kernel:[ 0.702696] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 >03:20:32,142 DEBUG kernel:[ 0.702704] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 >03:20:32,142 DEBUG kernel:[ 0.702712] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 >03:20:32,142 INFO kernel:[ 0.702733] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff] >03:20:32,142 INFO kernel:[ 0.702747] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref] >03:20:32,142 INFO kernel:[ 0.702761] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref] >03:20:32,142 INFO kernel:[ 0.702776] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff] >03:20:32,142 INFO kernel:[ 0.702803] pci 0000:00:1c.0: PCI bridge to [bus 04] >03:20:32,142 INFO kernel:[ 0.702815] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff] >03:20:32,142 INFO kernel:[ 0.702833] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff] >03:20:32,142 INFO kernel:[ 0.702847] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref] >03:20:32,142 INFO kernel:[ 0.702867] pci 0000:00:1c.1: PCI bridge to [bus 03] >03:20:32,142 INFO kernel:[ 0.702878] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff] >03:20:32,142 INFO kernel:[ 0.702895] pci 0000:00:1c.1: bridge window [mem 0xfbf00000-0xfbffffff] >03:20:32,142 INFO kernel:[ 0.702909] pci 0000:00:1c.1: bridge window [mem 0x80400000-0x805fffff 64bit pref] >03:20:32,142 INFO kernel:[ 0.702930] pci 0000:00:1c.2: PCI bridge to [bus 01-02] >03:20:32,142 INFO kernel:[ 0.702940] pci 0000:00:1c.2: bridge window [io 0xc000-0xdfff] >03:20:32,142 INFO kernel:[ 0.702957] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xfbefffff] >03:20:32,142 INFO kernel:[ 0.702971] pci 0000:00:1c.2: bridge window [mem 0xdc000000-0xdfffffff 64bit pref] >03:20:32,142 INFO kernel:[ 0.702991] pci 0000:00:1e.0: PCI bridge to [bus 05] >03:20:32,142 DEBUG kernel:[ 0.703069] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >03:20:32,143 DEBUG kernel:[ 0.703077] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >03:20:32,143 DEBUG kernel:[ 0.703084] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >03:20:32,143 DEBUG kernel:[ 0.703091] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff] >03:20:32,143 DEBUG kernel:[ 0.703099] pci_bus 0000:00: resource 8 [mem 0x7f810000-0xffffffff] >03:20:32,143 DEBUG kernel:[ 0.703106] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff] >03:20:32,143 DEBUG kernel:[ 0.703114] pci_bus 0000:04: resource 1 [mem 0x80000000-0x801fffff] >03:20:32,143 DEBUG kernel:[ 0.703121] pci_bus 0000:04: resource 2 [mem 0x80200000-0x803fffff 64bit pref] >03:20:32,143 DEBUG kernel:[ 0.703129] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] >03:20:32,143 DEBUG kernel:[ 0.703136] pci_bus 0000:03: resource 1 [mem 0xfbf00000-0xfbffffff] >03:20:32,143 DEBUG kernel:[ 0.703143] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref] >03:20:32,143 DEBUG kernel:[ 0.703151] pci_bus 0000:01: resource 0 [io 0xc000-0xdfff] >03:20:32,143 DEBUG kernel:[ 0.703158] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xfbefffff] >03:20:32,143 DEBUG kernel:[ 0.703165] pci_bus 0000:01: resource 2 [mem 0xdc000000-0xdfffffff 64bit pref] >03:20:32,143 DEBUG kernel:[ 0.703173] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7] >03:20:32,143 DEBUG kernel:[ 0.703180] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff] >03:20:32,143 DEBUG kernel:[ 0.703187] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff] >03:20:32,143 DEBUG kernel:[ 0.703194] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff] >03:20:32,143 DEBUG kernel:[ 0.703201] pci_bus 0000:05: resource 8 [mem 0x7f810000-0xffffffff] >03:20:32,143 INFO kernel:[ 0.703465] NET: Registered protocol family 2 >03:20:32,143 INFO kernel:[ 0.705767] TCP established hash table entries: 8192 (order: 3, 32768 bytes) >03:20:32,143 INFO kernel:[ 0.705977] TCP bind hash table entries: 8192 (order: 6, 360448 bytes) >03:20:32,143 INFO kernel:[ 0.707901] TCP: Hash tables configured (established 8192 bind 8192) >03:20:32,143 INFO kernel:[ 0.708262] TCP: reno registered >03:20:32,143 INFO kernel:[ 0.708299] UDP hash table entries: 512 (order: 3, 49152 bytes) >03:20:32,143 INFO kernel:[ 0.708535] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes) >03:20:32,143 INFO kernel:[ 0.709690] NET: Registered protocol family 1 >03:20:32,143 DEBUG kernel:[ 0.709792] pci 0000:00:02.0: Boot video device >03:20:32,216 DEBUG kernel:[ 0.718145] PCI: CLS 16 bytes, default 64 >03:20:32,216 INFO kernel:[ 0.719697] Unpacking initramfs... >03:20:32,216 INFO kernel:[ 16.286000] Freeing initrd memory: 42096K (f4ae2000 - f73fe000) >03:20:32,216 INFO kernel:[ 16.349116] DMA-API: preallocated 65536 debug entries >03:20:32,216 INFO kernel:[ 16.349127] DMA-API: debugging enabled by kernel config >03:20:32,216 INFO kernel:[ 16.351833] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) >03:20:32,216 NOTICE kernel:[ 16.351842] apm: overridden by ACPI. >03:20:32,216 INFO kernel:[ 16.352233] Scanning for low memory corruption every 60 seconds >03:20:32,216 INFO kernel:[ 16.356953] futex hash table entries: 256 (order: 2, 16384 bytes) >03:20:32,216 WARNING kernel:[ 16.357589] cryptomgr_test (27) used greatest stack depth: 6948 bytes left >03:20:32,216 NOTICE kernel:[ 16.357651] Initialise system trusted keyring >03:20:32,216 INFO kernel:[ 16.358078] audit: initializing netlink subsys (disabled) >03:20:32,216 NOTICE kernel:[ 16.358360] audit: type=2000 audit(1408331987.357:1): initialized >03:20:32,216 INFO kernel:[ 16.361691] HugeTLB registered 4 MB page size, pre-allocated 0 pages >03:20:32,216 INFO kernel:[ 16.396812] zpool: loaded >03:20:32,216 NOTICE kernel:[ 16.399269] VFS: Disk quotas dquot_6.5.2 >03:20:32,216 WARNING kernel:[ 16.399935] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) >03:20:32,216 INFO kernel:[ 16.407202] msgmni has been set to 1678 >03:20:32,216 NOTICE kernel:[ 16.408535] Key type big_key registered >03:20:32,216 DEBUG kernel:[ 16.408553] SELinux: Registering netfilter hooks >03:20:32,216 WARNING kernel:[ 16.411420] cryptomgr_test (30) used greatest stack depth: 6328 bytes left >03:20:32,216 WARNING kernel:[ 16.413878] cryptomgr_test (33) used greatest stack depth: 6212 bytes left >03:20:32,216 INFO kernel:[ 16.416383] alg: No test for stdrng (krng) >03:20:32,216 INFO kernel:[ 16.416433] NET: Registered protocol family 38 >03:20:32,216 NOTICE kernel:[ 16.416581] Key type asymmetric registered >03:20:32,216 NOTICE kernel:[ 16.416647] Asymmetric key parser 'x509' registered >03:20:32,216 INFO kernel:[ 16.416849] bounce: pool size: 64 pages >03:20:32,216 INFO kernel:[ 16.417559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >03:20:32,216 INFO kernel:[ 16.418466] io scheduler noop registered >03:20:32,216 INFO kernel:[ 16.418486] io scheduler deadline registered >03:20:32,216 INFO kernel:[ 16.418602] io scheduler cfq registered (default) >03:20:32,216 DEBUG kernel:[ 16.418615] start plist test >03:20:32,216 DEBUG kernel:[ 16.428134] end plist test >03:20:32,216 INFO kernel:[ 16.431602] pcieport 0000:00:1c.0: enabling device (0104 -> 0107) >03:20:32,216 DEBUG kernel:[ 16.432705] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X >03:20:32,216 DEBUG kernel:[ 16.434500] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X >03:20:32,216 DEBUG kernel:[ 16.436001] pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X >03:20:32,216 INFO kernel:[ 16.436981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >03:20:32,216 INFO kernel:[ 16.437586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >03:20:32,216 DEBUG kernel:[ 16.438957] intel_idle: does not run on family 6 model 13 >03:20:32,216 INFO kernel:[ 16.440529] ACPI: AC Adapter [AC0] (on-line) >03:20:32,233 INFO kernel:[ 16.442493] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 >03:20:32,233 INFO kernel:[ 16.447756] ACPI: Lid Switch [LID] >03:20:32,233 INFO kernel:[ 16.448536] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 >03:20:32,233 INFO kernel:[ 16.448692] ACPI: Sleep Button [SLPB] >03:20:32,233 INFO kernel:[ 16.449428] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2 >03:20:32,233 INFO kernel:[ 16.449449] ACPI: Power Button [PWRB] >03:20:32,233 INFO kernel:[ 16.450183] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 >03:20:32,233 INFO kernel:[ 16.450204] ACPI: Power Button [PWRF] >03:20:32,233 INFO kernel:[ 16.475222] thermal LNXTHERM:00: registered as thermal_zone0 >03:20:32,233 INFO kernel:[ 16.475238] ACPI: Thermal Zone [TZ00] (58 C) >03:20:32,233 INFO kernel:[ 16.475904] GHES: HEST is not enabled! >03:20:32,233 INFO kernel:[ 16.476477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >03:20:32,233 INFO kernel:[ 16.488431] Non-volatile memory driver v1.3 >03:20:32,233 INFO kernel:[ 16.488456] Linux agpgart interface v0.103 >03:20:32,233 INFO kernel:[ 16.490223] agpgart-intel 0000:00:00.0: Intel 915GM Chipset >03:20:32,233 INFO kernel:[ 16.490337] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable >03:20:32,233 INFO kernel:[ 16.490488] agpgart-intel 0000:00:00.0: detected 8192K stolen memory >03:20:32,233 INFO kernel:[ 16.491628] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000 >03:20:32,233 DEBUG kernel:[ 16.493958] ahci 0000:00:1f.2: version 3.0 >03:20:32,233 INFO kernel:[ 16.495196] ahci 0000:00:1f.2: controller is in combined mode, can't enable AHCI mode >03:20:32,233 DEBUG kernel:[ 16.496507] ata_piix 0000:00:1f.2: version 2.13 >03:20:32,233 INFO kernel:[ 16.497490] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ] >03:20:32,233 INFO kernel:[ 16.521941] scsi host0: ata_piix >03:20:32,233 INFO kernel:[ 16.524143] scsi host1: ata_piix >03:20:32,233 INFO kernel:[ 16.524919] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 >03:20:32,233 INFO kernel:[ 16.524927] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 >03:20:32,233 INFO kernel:[ 16.526669] libphy: Fixed MDIO Bus: probed >03:20:32,233 INFO kernel:[ 16.527646] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >03:20:32,233 INFO kernel:[ 16.527703] ehci-pci: EHCI PCI platform driver >03:20:32,233 INFO kernel:[ 16.530572] ehci-pci 0000:00:1d.7: EHCI Host Controller >03:20:32,233 INFO kernel:[ 16.534609] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1 >03:20:32,233 INFO kernel:[ 16.534951] ehci-pci 0000:00:1d.7: debug port 1 >03:20:32,233 DEBUG kernel:[ 16.539408] ehci-pci 0000:00:1d.7: cache line size of 16 is not supported >03:20:32,233 INFO kernel:[ 16.539678] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf3eb7c00 >03:20:32,233 INFO kernel:[ 16.545105] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 >03:20:32,233 INFO kernel:[ 16.546913] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >03:20:32,233 INFO kernel:[ 16.546924] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >03:20:32,233 INFO kernel:[ 16.546932] usb usb1: Product: EHCI Host Controller >03:20:32,233 INFO kernel:[ 16.546939] usb usb1: Manufacturer: Linux 3.17.0-0.rc0.git6.1.fc22.i686 ehci_hcd >03:20:32,233 INFO kernel:[ 16.546946] usb usb1: SerialNumber: 0000:00:1d.7 >03:20:32,233 INFO kernel:[ 16.551153] hub 1-0:1.0: USB hub found >03:20:32,233 INFO kernel:[ 16.551391] hub 1-0:1.0: 8 ports detected >03:20:32,233 INFO kernel:[ 16.559623] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >03:20:32,233 INFO kernel:[ 16.559690] ohci-pci: OHCI PCI platform driver >03:20:32,233 INFO kernel:[ 16.559854] uhci_hcd: USB Universal Host Controller Interface driver >03:20:32,233 INFO kernel:[ 16.561267] uhci_hcd 0000:00:1d.0: UHCI Host Controller >03:20:32,233 INFO kernel:[ 16.562161] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 >03:20:32,233 INFO kernel:[ 16.562202] uhci_hcd 0000:00:1d.0: detected 2 ports >03:20:32,233 INFO kernel:[ 16.562266] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b400 >03:20:32,233 INFO kernel:[ 16.563165] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >03:20:32,233 INFO kernel:[ 16.563175] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >03:20:32,233 INFO kernel:[ 16.563182] usb usb2: Product: UHCI Host Controller >03:20:32,233 INFO kernel:[ 16.563190] usb usb2: Manufacturer: Linux 3.17.0-0.rc0.git6.1.fc22.i686 uhci_hcd >03:20:32,233 INFO kernel:[ 16.563197] usb usb2: SerialNumber: 0000:00:1d.0 >03:20:32,233 INFO kernel:[ 16.566678] hub 2-0:1.0: USB hub found >03:20:32,234 INFO kernel:[ 16.566788] hub 2-0:1.0: 2 ports detected >03:20:32,234 INFO kernel:[ 16.569928] uhci_hcd 0000:00:1d.1: UHCI Host Controller >03:20:32,234 INFO kernel:[ 16.570757] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 >03:20:32,234 INFO kernel:[ 16.570836] uhci_hcd 0000:00:1d.1: detected 2 ports >03:20:32,234 INFO kernel:[ 16.570987] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b480 >03:20:32,234 INFO kernel:[ 16.571904] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >03:20:32,234 INFO kernel:[ 16.571913] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >03:20:32,234 INFO kernel:[ 16.571921] usb usb3: Product: UHCI Host Controller >03:20:32,234 INFO kernel:[ 16.571929] usb usb3: Manufacturer: Linux 3.17.0-0.rc0.git6.1.fc22.i686 uhci_hcd >03:20:32,234 INFO kernel:[ 16.571936] usb usb3: SerialNumber: 0000:00:1d.1 >03:20:32,234 INFO kernel:[ 16.574322] hub 3-0:1.0: USB hub found >03:20:32,234 INFO kernel:[ 16.574414] hub 3-0:1.0: 2 ports detected >03:20:32,234 INFO kernel:[ 16.577331] uhci_hcd 0000:00:1d.2: UHCI Host Controller >03:20:32,234 INFO kernel:[ 16.579394] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 >03:20:32,234 INFO kernel:[ 16.579434] uhci_hcd 0000:00:1d.2: detected 2 ports >03:20:32,234 INFO kernel:[ 16.579584] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b800 >03:20:32,234 INFO kernel:[ 16.580359] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >03:20:32,234 INFO kernel:[ 16.580368] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >03:20:32,234 INFO kernel:[ 16.580376] usb usb4: Product: UHCI Host Controller >03:20:32,234 INFO kernel:[ 16.580384] usb usb4: Manufacturer: Linux 3.17.0-0.rc0.git6.1.fc22.i686 uhci_hcd >03:20:32,234 INFO kernel:[ 16.580391] usb usb4: SerialNumber: 0000:00:1d.2 >03:20:32,234 INFO kernel:[ 16.582596] hub 4-0:1.0: USB hub found >03:20:32,234 INFO kernel:[ 16.582688] hub 4-0:1.0: 2 ports detected >03:20:32,234 INFO kernel:[ 16.585816] uhci_hcd 0000:00:1d.3: UHCI Host Controller >03:20:32,234 INFO kernel:[ 16.586681] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 >03:20:32,234 INFO kernel:[ 16.586720] uhci_hcd 0000:00:1d.3: detected 2 ports >03:20:32,234 INFO kernel:[ 16.586868] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000b880 >03:20:32,234 INFO kernel:[ 16.587570] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 >03:20:32,234 INFO kernel:[ 16.587579] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >03:20:32,234 INFO kernel:[ 16.587586] usb usb5: Product: UHCI Host Controller >03:20:32,234 INFO kernel:[ 16.587594] usb usb5: Manufacturer: Linux 3.17.0-0.rc0.git6.1.fc22.i686 uhci_hcd >03:20:32,234 INFO kernel:[ 16.587601] usb usb5: SerialNumber: 0000:00:1d.3 >03:20:32,234 INFO kernel:[ 16.589791] hub 5-0:1.0: USB hub found >03:20:32,234 INFO kernel:[ 16.589881] hub 5-0:1.0: 2 ports detected >03:20:32,234 INFO kernel:[ 16.593922] usbcore: registered new interface driver usbserial >03:20:32,234 INFO kernel:[ 16.594150] usbcore: registered new interface driver usbserial_generic >03:20:32,234 INFO kernel:[ 16.594546] usbserial: USB Serial support registered for generic >03:20:32,234 INFO kernel:[ 16.594990] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 >03:20:32,234 INFO kernel:[ 16.624491] serio: i8042 KBD port at 0x60,0x64 irq 1 >03:20:32,234 INFO kernel:[ 16.624888] serio: i8042 AUX port at 0x60,0x64 irq 12 >03:20:32,234 INFO kernel:[ 16.627541] mousedev: PS/2 mouse device common for all mice >03:20:32,234 INFO kernel:[ 16.633863] rtc_cmos 00:01: RTC can wake from S4 >03:20:32,234 INFO kernel:[ 16.635364] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >03:20:32,241 INFO kernel:[ 16.635460] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs >03:20:32,241 INFO kernel:[ 16.636945] device-mapper: uevent: version 1.0.3 >03:20:32,241 INFO kernel:[ 16.638708] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >03:20:32,241 INFO kernel:[ 16.648116] hidraw: raw HID events driver (C) Jiri Kosina >03:20:32,241 INFO kernel:[ 16.650269] usbcore: registered new interface driver usbhid >03:20:32,241 INFO kernel:[ 16.650276] usbhid: USB HID core driver >03:20:32,241 INFO kernel:[ 16.650540] drop_monitor: Initializing network drop monitor service >03:20:32,241 INFO kernel:[ 16.651510] ip_tables: (C) 2000-2006 Netfilter Core Team >03:20:32,284 INFO kernel:[ 16.651698] TCP: cubic registered >03:20:32,284 INFO kernel:[ 16.651731] Initializing XFRM netlink socket >03:20:32,284 INFO kernel:[ 16.654436] NET: Registered protocol family 10 >03:20:32,284 INFO kernel:[ 16.661788] mip6: Mobile IPv6 >03:20:32,284 INFO kernel:[ 16.661922] NET: Registered protocol family 17 >03:20:32,284 INFO kernel:[ 16.663938] Using IPI No-Shortcut mode >03:20:32,284 NOTICE kernel:[ 16.665942] Loading compiled-in X.509 certificates >03:20:32,284 NOTICE kernel:[ 16.680866] Loaded X.509 cert 'Fedora kernel signing key: 2416be31691b3409c104323be77c0be0af2bb79b' >03:20:32,284 INFO kernel:[ 16.681331] registered taskstats version 1 >03:20:32,284 INFO kernel:[ 16.689873] ata1.00: ATA-8: ASUS-JM S41 SSD, 081028, max UDMA/100 >03:20:32,284 INFO kernel:[ 16.689886] ata1.00: 15744960 sectors, multi 0: LBA >03:20:32,284 INFO kernel:[ 16.690430] Magic number: 10:949:310 >03:20:32,284 INFO kernel:[ 16.690500] tty tty39: hash matches >03:20:32,284 INFO kernel:[ 16.690680] rtc_cmos 00:01: setting system clock to 2014-08-18 03:19:48 UTC (1408331988) >03:20:32,284 DEBUG kernel:[ 16.692203] PM: Hibernation image not present or could not be loaded. >03:20:32,284 INFO kernel:[ 16.697323] ata1.00: configured for UDMA/100 >03:20:32,285 INFO kernel:[ 16.700072] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 >03:20:32,285 INFO kernel:[ 16.712538] ACPI: Battery Slot [BAT0] (battery present) >03:20:32,285 NOTICE kernel:[ 16.716559] scsi 0:0:0:0: Direct-Access ATA ASUS-JM S41 SSD 28 PQ: 0 ANSI: 5 >03:20:32,285 NOTICE kernel:[ 16.720989] sd 0:0:0:0: [sda] 15744960 512-byte logical blocks: (8.06 GB/7.50 GiB) >03:20:32,285 NOTICE kernel:[ 16.721470] sd 0:0:0:0: [sda] Write Protect is off >03:20:32,285 DEBUG kernel:[ 16.721480] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >03:20:32,285 NOTICE kernel:[ 16.721654] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >03:20:32,285 NOTICE kernel:[ 16.732069] sd 0:0:0:0: Attached scsi generic sg0 type 0 >03:20:32,285 INFO kernel:[ 16.736732] sda: sda1 sda2 >03:20:32,285 NOTICE kernel:[ 16.745087] sd 0:0:0:0: [sda] Attached SCSI disk >03:20:32,285 INFO kernel:[ 16.750125] Freeing unused kernel memory: 2124K (c0e9a000 - c10ad000) >03:20:32,285 INFO kernel:[ 16.753158] Write protecting the kernel text: 7312k >03:20:32,285 INFO kernel:[ 16.753998] Write protecting the kernel read-only data: 2756k >03:20:32,285 NOTICE kernel:[ 16.797899] random: systemd urandom read with 17 bits of entropy available >03:20:32,285 INFO kernel:[ 16.865662] usb 1-2: new high-speed USB device number 2 using ehci-pci >03:20:32,285 INFO kernel:[ 16.987153] usb 1-2: New USB device found, idVendor=03f0, idProduct=5607 >03:20:32,285 INFO kernel:[ 16.987166] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >03:20:32,285 INFO kernel:[ 16.987174] usb 1-2: Product: v210w >03:20:32,285 INFO kernel:[ 16.987182] usb 1-2: Manufacturer: HP >03:20:32,285 INFO kernel:[ 16.987189] usb 1-2: SerialNumber: AA00000000003614 >03:20:32,285 INFO kernel:[ 17.095349] usb 1-3: new high-speed USB device number 3 using ehci-pci >03:20:32,285 WARNING kernel:[ 17.122290] dracut-rootfs-g (58) used greatest stack depth: 5936 bytes left >03:20:32,286 INFO kernel:[ 17.230153] usb 1-3: New USB device found, idVendor=148f, idProduct=5370 >03:20:32,286 INFO kernel:[ 17.230166] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >03:20:32,286 INFO kernel:[ 17.230173] usb 1-3: Product: 802.11 n WLAN >03:20:32,286 INFO kernel:[ 17.230181] usb 1-3: Manufacturer: Ralink >03:20:32,286 INFO kernel:[ 17.230187] usb 1-3: SerialNumber: 1.0 >03:20:32,286 DEBUG kernel:[ 17.327850] psmouse serio1: hgpk: ID: 10 00 64 >03:20:32,286 INFO kernel:[ 17.341327] usb 1-8: new high-speed USB device number 4 using ehci-pci >03:20:32,286 INFO kernel:[ 17.352605] tsc: Refined TSC clocksource calibration: 897.749 MHz >03:20:32,286 INFO kernel:[ 17.486481] usb 1-8: New USB device found, idVendor=093a, idProduct=2700 >03:20:32,286 INFO kernel:[ 17.486494] usb 1-8: New USB device strings: Mfr=16, Product=96, SerialNumber=0 >03:20:32,286 INFO kernel:[ 17.486501] usb 1-8: Product: Digital_Camera >03:20:32,286 INFO kernel:[ 17.486509] usb 1-8: Manufacturer: PixArt Imaging Inc. >03:20:32,286 INFO kernel:[ 17.793510] device-mapper: multipath: version 1.7.0 loaded >03:20:32,286 INFO kernel:[ 17.916220] psmouse serio1: elantech: assuming hardware version 1 (with firmware version 0x020022) >03:20:32,286 INFO kernel:[ 18.003228] psmouse serio1: elantech: Synaptics capabilities query result 0x10, 0x02, 0x64. >03:20:32,286 INFO kernel:[ 18.378636] Switched to clocksource tsc >03:20:32,286 INFO kernel:[ 18.663131] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6 >03:20:32,286 INFO kernel:[ 19.239467] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found >03:20:32,286 INFO kernel:[ 21.405364] squashfs: version 4.0 (2009/01/31) Phillip Lougher >03:20:32,286 INFO kernel:[ 21.454472] Loading iSCSI transport class v2.0-870. >03:20:32,286 NOTICE kernel:[ 21.518783] iscsi: registered transport (tcp) >03:20:32,286 INFO kernel:[ 24.881593] floppy0: no floppy controllers found >03:20:32,286 INFO kernel:[ 24.881634] work still pending >03:20:32,286 INFO kernel:[ 24.954644] No iBFT detected. >03:20:32,286 INFO kernel:[ 24.989546] md: raid0 personality registered for level 0 >03:20:32,286 INFO kernel:[ 25.031299] md: raid1 personality registered for level 1 >03:20:32,286 WARNING kernel:[ 25.109087] raid6: mmxx1 921 MB/s >03:20:32,286 WARNING kernel:[ 25.126063] raid6: mmxx2 1054 MB/s >03:20:32,286 WARNING kernel:[ 25.143106] raid6: sse1x1 679 MB/s >03:20:32,286 WARNING kernel:[ 25.160062] raid6: sse1x2 1085 MB/s >03:20:32,286 WARNING kernel:[ 25.177077] raid6: sse2x1 1156 MB/s >03:20:32,286 WARNING kernel:[ 25.194059] raid6: sse2x2 1316 MB/s >03:20:32,286 WARNING kernel:[ 25.194065] raid6: using algorithm sse2x2 (1316 MB/s) >03:20:32,286 WARNING kernel:[ 25.194070] raid6: using intx1 recovery algorithm >03:20:32,286 INFO kernel:[ 25.210775] async_tx: api initialized (async) >03:20:32,286 INFO kernel:[ 25.229632] xor: measuring software checksum speed >03:20:32,286 INFO kernel:[ 25.239028] pIII_sse : 2304.000 MB/sec >03:20:32,286 INFO kernel:[ 25.249027] prefetch64-sse: 2520.000 MB/sec >03:20:32,286 INFO kernel:[ 25.249033] xor: using function: prefetch64-sse (2520.000 MB/sec) >03:20:32,286 INFO kernel:[ 25.353848] md: raid6 personality registered for level 6 >03:20:32,286 INFO kernel:[ 25.353860] md: raid5 personality registered for level 5 >03:20:32,286 INFO kernel:[ 25.353866] md: raid4 personality registered for level 4 >03:20:32,315 INFO kernel:[ 25.433750] md: raid10 personality registered for level 10 >03:20:32,315 INFO kernel:[ 25.467510] md: linear personality registered for level -1 >03:20:32,315 INFO kernel:[ 25.580527] device-mapper: multipath round-robin: version 1.0.0 loaded >03:20:32,315 INFO kernel:[ 25.838746] RPC: Registered named UNIX socket transport module. >03:20:32,315 INFO kernel:[ 25.838761] RPC: Registered udp transport module. >03:20:32,315 INFO kernel:[ 25.838767] RPC: Registered tcp transport module. >03:20:32,315 INFO kernel:[ 25.838773] RPC: Registered tcp NFSv4.1 backchannel transport module. >03:20:32,315 WARNING kernel:[ 25.942610] rpcbind (389) used greatest stack depth: 5932 bytes left >03:20:32,315 WARNING kernel:[ 26.263706] rpc.statd (393) used greatest stack depth: 5708 bytes left >03:20:32,315 INFO kernel:[ 27.896440] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) >03:20:32,315 INFO kernel:[ 27.909534] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7 >03:20:32,315 INFO kernel:[ 28.518582] usb-storage 1-2:1.0: USB Mass Storage device detected >03:20:32,315 INFO kernel:[ 28.529228] scsi host2: usb-storage 1-2:1.0 >03:20:32,315 INFO kernel:[ 28.540519] usbcore: registered new interface driver usb-storage >03:20:32,315 INFO kernel:[ 28.611977] usbcore: registered new interface driver uas >03:20:32,315 INFO kernel:[ 28.685373] [drm] Initialized drm 1.1.0 20060810 >03:20:32,315 INFO kernel:[ 29.415087] ATL1E 0000:03:00.0 enp3s0: renamed from eth0 >03:20:32,315 NOTICE kernel:[ 29.516582] random: nonblocking pool is initialized >03:20:32,315 NOTICE kernel:[ 29.548370] scsi 2:0:0:0: Direct-Access hp v210w 1100 PQ: 0 ANSI: 4 >03:20:32,315 NOTICE kernel:[ 29.556000] sd 2:0:0:0: [sdb] 7907328 512-byte logical blocks: (4.04 GB/3.77 GiB) >03:20:32,315 NOTICE kernel:[ 29.557129] sd 2:0:0:0: [sdb] Write Protect is off >03:20:32,315 DEBUG kernel:[ 29.557142] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00 >03:20:32,315 ERR kernel:[ 29.560313] sd 2:0:0:0: [sdb] No Caching mode page found >03:20:32,315 ERR kernel:[ 29.560385] sd 2:0:0:0: [sdb] Assuming drive cache: write through >03:20:32,315 INFO kernel:[ 29.568437] sdb: sdb1 >03:20:32,315 NOTICE kernel:[ 29.574893] sd 2:0:0:0: Attached scsi generic sg1 type 0 >03:20:32,315 NOTICE kernel:[ 29.579371] sd 2:0:0:0: [sdb] Attached SCSI removable disk >03:20:32,315 INFO kernel:[ 30.018557] [drm] Memory usable by graphics device = 256M >03:20:32,315 INFO kernel:[ 30.018571] [drm] Replacing VGA console driver >03:20:32,315 INFO kernel:[ 30.026767] Console: switching to colour dummy device 80x25 >03:20:32,315 INFO kernel:[ 30.061280] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >03:20:32,315 INFO kernel:[ 30.061292] [drm] Driver supports precise vblank timestamp query. >03:20:32,315 ERR kernel:[ 30.063285] [drm:i915_stolen_to_physical] *ERROR* conflict detected with stolen region: [0x7f800000 - 0x7ffc0000] >03:20:32,315 INFO kernel:[ 30.065882] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem >03:20:32,315 INFO kernel:[ 30.085578] [drm] initialized overlay support >03:20:32,316 INFO kernel:[ 30.334221] fbcon: inteldrmfb (fb0) is primary device >03:20:32,316 ERR kernel:[ 30.341503] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags(DRM_MODE_FLAG_NHSYNC) (expected 2, found 0) >03:20:32,316 INFO kernel:[ 30.970457] Console: switching to colour frame buffer device 100x30 >03:20:32,316 INFO kernel:[ 30.980627] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device >03:20:32,316 INFO kernel:[ 30.980635] i915 0000:00:02.0: registered panic notifier >03:20:32,316 INFO kernel:[ 30.984822] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0 >03:20:32,316 WARNING kernel:[ 31.230708] blkid (507) used greatest stack depth: 5680 bytes left >03:20:32,316 WARNING kernel:[ 31.592451] systemd-udevd (487) used greatest stack depth: 5316 bytes left >03:20:32,316 WARNING kernel:[ 31.600391] systemd-udevd (490) used greatest stack depth: 5276 bytes left >03:20:32,316 WARNING kernel:[ 31.619773] systemd-udevd (488) used greatest stack depth: 4464 bytes left >03:20:32,316 DEBUG kernel:[ 36.764434] ISO 9660 Extensions: Microsoft Joliet Level 3 >03:20:32,316 DEBUG kernel:[ 36.798282] ISO 9660 Extensions: RRIP_1991A >03:20:32,316 INFO kernel:[ 37.395489] loop: module loaded >03:20:32,316 INFO kernel:[ 40.180239] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >03:20:32,316 DEBUG kernel:[ 45.031563] SELinux: 2048 avtab hash slots, 108642 rules. >03:20:32,316 DEBUG kernel:[ 45.160798] SELinux: 2048 avtab hash slots, 108642 rules. >03:20:32,316 DEBUG kernel:[ 45.411160] SELinux: 8 users, 103 roles, 4897 types, 291 bools, 1 sens, 1024 cats >03:20:32,316 DEBUG kernel:[ 45.411175] SELinux: 83 classes, 108642 rules >03:20:32,316 INFO kernel:[ 45.458544] SELinux: Permission audit_read in class capability2 not defined in policy. >03:20:32,316 INFO kernel:[ 45.458568] SELinux: the above unknown classes and permissions will be allowed >03:20:32,316 DEBUG kernel:[ 45.458597] SELinux: Completing initialization. >03:20:32,316 DEBUG kernel:[ 45.458602] SELinux: Setting up existing superblocks. >03:20:32,316 DEBUG kernel:[ 45.459109] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 45.459729] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.460216] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.460378] SELinux: initialized (dev proc, type proc), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.462072] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 45.466203] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.506101] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >03:20:32,316 DEBUG kernel:[ 45.506432] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >03:20:32,316 DEBUG kernel:[ 45.506747] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.507103] SELinux: initialized (dev aio, type aio), not configured for labeling >03:20:32,316 DEBUG kernel:[ 45.507277] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 45.507825] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 45.508359] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 45.508658] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.509175] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.520505] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.520594] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 45.520649] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 45.521390] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 45.521861] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522308] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522398] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522420] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522446] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522636] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522704] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522724] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522744] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.522969] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.523348] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.523745] SELinux: initialized (dev drm, type drm), not configured for labeling >03:20:32,316 DEBUG kernel:[ 45.524129] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.524486] SELinux: initialized (dev sdb, type iso9660), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 45.525104] SELinux: initialized (dev loop0, type squashfs), uses xattr >03:20:32,316 DEBUG kernel:[ 45.526573] SELinux: initialized (dev dm-0, type ext4), uses xattr >03:20:32,316 NOTICE kernel:[ 45.570711] audit: type=1403 audit(1408332017.378:2): policy loaded auid=4294967295 ses=4294967295 >03:20:32,316 DEBUG kernel:[ 48.217220] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >03:20:32,316 DEBUG kernel:[ 49.011977] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >03:20:32,316 DEBUG kernel:[ 49.761337] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >03:20:32,316 NOTICE kernel:[ 59.879470] audit: type=1400 audit(1408332031.687:3): avc: denied { unlink } for pid=912 comm="rsyslogd" name="log" dev="devtmpfs" ino=10421 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:device_t:s0 tclass=lnk_file permissive=1 >03:20:34,044 INFO kernel:[ 62.211113] zram: Created 1 device(s) ... >03:20:34,437 INFO kernel:[ 62.619711] zram0: detected capacity change from 0 to 2093830144 >03:20:35,764 INFO kernel:[ 63.952751] Adding 2044752k swap on /dev/zram0. Priority:100 extents:1 across:2044752k SSFS >03:20:36,893 INFO NetworkManager: <info> NetworkManager (version 0.9.10.0-3.git20140704.fc22) is starting... >03:20:36,894 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >03:20:36,895 INFO NetworkManager: <info> WEXT support is enabled >03:20:37,433 NOTICE kernel:[ 65.623001] eeepc_laptop: Eee PC Hotkey Driver >03:20:37,453 NOTICE kernel:[ 65.643319] eeepc_laptop: Hotkey init flags 0x41 >03:20:37,504 INFO kernel:[ 65.694902] eeepc_laptop: TYPE (2000000) not reported by BIOS, enabling anyway >03:20:37,504 INFO kernel:[ 65.694935] eeepc_laptop: Get control methods supported: 0x2101711 >03:20:37,529 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >03:20:37,847 INFO kernel:[ 66.037885] input: Asus EeePC extra buttons as /devices/platform/eeepc/input/input8 >03:20:37,984 INFO polkitd: Started polkitd version 0.112 >03:20:38,770 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >03:20:38,967 WARNING NetworkManager: <warn> Could not get hostname: failed to read /etc/sysconfig/network >03:20:38,975 INFO NetworkManager: <info> Acquired D-Bus service com.redhat.ifcfgrh1 >03:20:38,977 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >03:20:38,978 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >03:20:39,399 INFO NetworkManager: <info> parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >03:20:39,440 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >03:20:39,499 WARNING kernel:[ 67.689540] eeepc_laptop: Unable to find port >03:20:39,866 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >03:20:39,956 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >03:20:40,056 INFO NetworkManager: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/platform/eeepc/rfkill/rfkill0) (platform driver eeepc) >03:20:40,422 WARNING kernel:[ 68.612321] ACPI Warning: SystemIO range 0x00000828-0x0000082f conflicts with OpRegion 0x00000800-0x0000087f (\PMIO) (20140724/utaddress-258) >03:20:40,422 WARNING kernel:[ 68.612348] ACPI Warning: SystemIO range 0x00000828-0x0000082f conflicts with OpRegion 0x00000800-0x0000083f (\_SB_.PCI0.SBRG.PMS0) (20140724/utaddress-258) >03:20:40,422 INFO kernel:[ 68.612366] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >03:20:40,422 WARNING kernel:[ 68.612379] ACPI Warning: SystemIO range 0x000004b0-0x000004bf conflicts with OpRegion 0x00000480-0x000004bf (\_SB_.PCI0.SBRG.GPBX) (20140724/utaddress-258) >03:20:40,422 INFO kernel:[ 68.612396] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >03:20:40,422 WARNING kernel:[ 68.612403] ACPI Warning: SystemIO range 0x00000480-0x000004af conflicts with OpRegion 0x00000480-0x000004bf (\_SB_.PCI0.SBRG.GPBX) (20140724/utaddress-258) >03:20:40,422 INFO kernel:[ 68.612419] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >03:20:40,422 WARNING kernel:[ 68.612425] lpc_ich: Resource conflict(s) found affecting gpio_ich >03:20:40,890 WARNING kernel:[ 69.080426] ACPI Warning: SystemIO range 0x00000400-0x0000041f conflicts with OpRegion 0x00000400-0x0000040f (\SMRG) (20140724/utaddress-258) >03:20:40,890 WARNING kernel:[ 69.080454] ACPI Warning: SystemIO range 0x00000400-0x0000041f conflicts with OpRegion 0x00000400-0x0000040f (\_SB_.PCI0.SBRG.SMRG) (20140724/utaddress-258) >03:20:40,890 INFO kernel:[ 69.080472] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >03:20:41,179 INFO NetworkManager: <info> WiFi hardware radio set enabled >03:20:41,180 INFO NetworkManager: <info> WWAN hardware radio set enabled >03:20:41,240 INFO NetworkManager: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wifi.so >03:20:41,263 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >03:20:41,264 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >03:20:41,265 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >03:20:41,266 INFO NetworkManager: <info> Networking is enabled by state file >03:20:41,267 INFO NetworkManager: <info> startup complete >03:20:43,086 INFO kernel:[ 71.276501] cfg80211: Calling CRDA to update world regulatory domain >03:20:43,211 INFO NetworkManager: <info> (enp3s0): carrier is OFF >03:20:43,231 INFO NetworkManager: <info> (enp3s0): new Ethernet device (driver: 'ATL1E' ifindex: 2) >03:20:43,236 INFO NetworkManager: <info> (enp3s0): exported as /org/freedesktop/NetworkManager/Devices/0 >03:20:43,246 INFO NetworkManager: <info> (enp3s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >03:20:43,294 INFO kernel:[ 71.484215] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready >03:20:43,322 INFO NetworkManager: <info> (enp3s0): preparing device >03:20:43,363 INFO NetworkManager: <info> read connection 'Wired connection 1' >03:20:43,405 INFO NetworkManager: <info> (enp3s0): created default wired connection 'Wired connection 1' >03:20:43,926 INFO kernel:[ 72.116439] microcode: CPU0 sig=0x6d8, pf=0x20, revision=0x20 >03:20:44,214 INFO kernel:[ 72.404285] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >03:20:46,150 INFO NetworkManager: <info> (lo): link connected >03:20:46,150 INFO NetworkManager: <info> (lo): carrier is ON >03:20:46,152 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >03:20:46,154 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/1 >03:20:51,926 DEBUG kernel:[ 80.116625] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' >03:20:52,002 INFO kernel:[ 80.192627] ieee80211 phy0: hwaddr 00224368e027, RTL8187SE + rtl8225-se >03:20:52,237 INFO NetworkManager: <info> rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:01:00.0/ieee80211/phy0/rfkill1) (driver rtl818x_pci) >03:20:52,422 INFO kernel:[ 80.612507] rtl818x_pci 0000:01:00.0 wlp1s0: renamed from wlan0 >03:20:52,590 INFO NetworkManager: <info> (wlp1s0): using nl80211 for WiFi device control >03:20:52,600 INFO NetworkManager: <info> (wlp1s0): new 802.11 WiFi device (driver: 'rtl818x_pci' ifindex: 3) >03:20:52,601 INFO NetworkManager: <info> (wlp1s0): exported as /org/freedesktop/NetworkManager/Devices/2 >03:20:52,617 INFO NetworkManager: <info> (wlp1s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >03:20:52,638 INFO kernel:[ 80.828179] usb 1-3: reset high-speed USB device number 3 using ehci-pci >03:20:52,815 INFO kernel:[ 81.005310] ieee80211 phy1: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected >03:20:53,511 INFO kernel:[ 81.254218] ieee80211 phy0: RTL8225-SE version not-D >03:20:53,511 INFO kernel:[ 81.656409] ieee80211 phy0: NO Xtal cal >03:20:53,555 INFO kernel:[ 81.743698] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready >03:20:53,557 INFO NetworkManager: <info> (wlp1s0): preparing device >03:20:53,569 NOTICE dbus: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >03:20:53,587 INFO kernel:[ 81.777788] ieee80211 phy1: rt2x00_set_rf: Info - RF chipset 5370 detected >03:20:53,602 DEBUG kernel:[ 81.792329] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' >03:20:53,716 INFO kernel:[ 81.906820] usbcore: registered new interface driver rt2800usb >03:20:53,973 INFO NetworkManager: <info> rfkill2: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/ieee80211/phy1/rfkill2) (driver rt2800usb) >03:20:54,190 INFO kernel:[ 82.380607] rt2800usb 1-3:1.0 wlp0s29f7u3: renamed from wlan0 >03:20:54,252 NOTICE dbus: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >03:20:54,270 INFO NetworkManager: <info> wpa_supplicant started >03:20:54,335 INFO NetworkManager: <info> (wlp0s29f7u3): using nl80211 for WiFi device control >03:20:54,341 INFO NetworkManager: <info> (wlp0s29f7u3): driver supports Access Point (AP) mode >03:20:54,348 INFO NetworkManager: <info> (wlp0s29f7u3): new 802.11 WiFi device (driver: 'rt2800usb' ifindex: 4) >03:20:54,349 INFO NetworkManager: <info> (wlp0s29f7u3): exported as /org/freedesktop/NetworkManager/Devices/3 >03:20:54,353 INFO NetworkManager: <info> (wlp0s29f7u3): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >03:20:54,378 INFO kernel:[ 82.567535] ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin' >03:20:54,525 INFO kernel:[ 82.714293] ieee80211 phy1: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29 >03:20:55,337 INFO kernel:[ 83.525996] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u3: link is not ready >03:20:55,347 INFO NetworkManager: <info> (wlp0s29f7u3): preparing device >03:20:55,415 INFO NetworkManager: <info> (wlp1s0) supports 4 scan SSIDs >03:20:55,424 INFO NetworkManager: <info> (wlp1s0): supplicant interface state: starting -> ready >03:20:55,425 INFO NetworkManager: <info> (wlp1s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] >03:20:55,432 INFO NetworkManager: <info> (wlp0s29f7u3) supports 4 scan SSIDs >03:20:55,435 INFO NetworkManager: <info> (wlp0s29f7u3): supplicant interface state: starting -> ready >03:20:55,436 INFO NetworkManager: <info> (wlp0s29f7u3): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] >03:20:55,441 INFO NetworkManager: <info> (wlp1s0): supplicant interface state: ready -> disconnected >03:20:55,445 INFO NetworkManager: <info> (wlp1s0) supports 4 scan SSIDs >03:20:55,470 INFO NetworkManager: <info> (wlp0s29f7u3): supplicant interface state: ready -> disconnected >03:20:55,471 INFO NetworkManager: <info> (wlp0s29f7u3) supports 4 scan SSIDs >03:20:57,066 INFO NetworkManager: <info> (wlp1s0): supplicant interface state: disconnected -> inactive >03:20:57,399 INFO NetworkManager: <info> (wlp0s29f7u3): supplicant interface state: disconnected -> inactive >03:21:09,897 NOTICE kernel:[ 98.087316] audit: type=1400 audit(1408332069.895:4): avc: denied { read write } for pid=1029 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=10244 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >03:21:32,045 INFO chronyd: chronyd version 1.30 starting >03:21:32,071 INFO chronyd: Generated key 1 >03:22:25,408 INFO kernel:[ 173.598796] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >03:22:25,415 DEBUG kernel:[ 173.605678] SELinux: initialized (dev sda1, type ext4), uses xattr >03:22:27,002 INFO kernel:[ 175.192859] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >03:22:27,002 DEBUG kernel:[ 175.192902] SELinux: initialized (dev dm-2, type ext4), uses xattr >03:23:24,003 INFO kernel:[ 232.198511] Btrfs loaded >03:23:26,143 INFO kernel:[ 234.339581] SGI XFS with ACLs, security attributes, no debug enabled >03:24:08,462 INFO NetworkManager: <info> read connection 'Tanwar's Network' >03:24:08,470 INFO NetworkManager: <info> Activation (wlp1s0) starting connection 'Tanwar's Network' >03:24:08,471 INFO NetworkManager: <info> Activation (wlp1s0) Stage 1 of 5 (Device Prepare) scheduled... >03:24:08,488 INFO NetworkManager: <info> Activation (wlp1s0) Stage 1 of 5 (Device Prepare) started... >03:24:08,491 INFO NetworkManager: <info> (wlp1s0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >03:24:08,493 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >03:24:08,495 INFO NetworkManager: <info> Activation (wlp1s0) Stage 2 of 5 (Device Configure) scheduled... >03:24:08,496 INFO NetworkManager: <info> Activation (wlp1s0) Stage 1 of 5 (Device Prepare) complete. >03:24:08,519 INFO NetworkManager: <info> Activation (wlp1s0) Stage 2 of 5 (Device Configure) starting... >03:24:08,525 INFO NetworkManager: <info> (wlp1s0): device state change: prepare -> config (reason 'none') [40 50 0] >03:24:08,529 INFO NetworkManager: <info> Activation (wlp1s0/wireless): access point 'Tanwar's Network' has security, but secrets are required. >03:24:08,531 INFO NetworkManager: <info> (wlp1s0): device state change: config -> need-auth (reason 'none') [50 60 0] >03:24:08,533 INFO NetworkManager: <info> Activation (wlp1s0) Stage 2 of 5 (Device Configure) complete. >03:24:21,123 INFO NetworkManager: <info> Activation (wlp1s0) Stage 1 of 5 (Device Prepare) scheduled... >03:24:21,128 INFO NetworkManager: <info> Activation (wlp1s0) Stage 1 of 5 (Device Prepare) started... >03:24:21,128 INFO NetworkManager: <info> (wlp1s0): device state change: need-auth -> prepare (reason 'none') [60 40 0] >03:24:21,130 INFO NetworkManager: <info> Activation (wlp1s0) Stage 2 of 5 (Device Configure) scheduled... >03:24:21,133 INFO NetworkManager: <info> Activation (wlp1s0) Stage 1 of 5 (Device Prepare) complete. >03:24:21,136 INFO NetworkManager: <info> Activation (wlp1s0) Stage 2 of 5 (Device Configure) starting... >03:24:21,139 INFO NetworkManager: <info> (wlp1s0): device state change: prepare -> config (reason 'none') [40 50 0] >03:24:21,143 INFO NetworkManager: <info> Activation (wlp1s0/wireless): connection 'Tanwar's Network' has security, and secrets exist. No new secrets needed. >03:24:21,144 INFO NetworkManager: <info> Config: added 'ssid' value 'Tanwar's Network' >03:24:21,147 INFO NetworkManager: <info> Config: added 'scan_ssid' value '1' >03:24:21,148 INFO NetworkManager: <info> Config: added 'key_mgmt' value 'WPA-PSK' >03:24:21,149 INFO NetworkManager: <info> Config: added 'auth_alg' value 'OPEN' >03:24:21,149 INFO NetworkManager: <info> Config: added 'psk' value '<omitted>' >03:24:21,152 INFO NetworkManager: <info> Activation (wlp1s0) Stage 2 of 5 (Device Configure) complete. >03:24:21,153 INFO NetworkManager: <info> Config: set interface ap_scan to 1 >03:24:21,339 INFO NetworkManager: <info> (wlp1s0): supplicant interface state: inactive -> scanning >03:24:22,017 WARNING kernel:[ 290.214030] perf interrupt took too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 >03:24:22,770 INFO kernel:[ 290.965586] wlp1s0: authenticate with 60:33:4b:e8:12:ad >03:24:22,874 INFO kernel:[ 291.068305] wlp1s0: send auth to 60:33:4b:e8:12:ad (try 1/3) >03:24:22,876 INFO kernel:[ 291.071796] wlp1s0: authenticated >03:24:22,882 INFO NetworkManager: <info> (wlp1s0): supplicant interface state: scanning -> authenticating >03:24:22,893 INFO kernel:[ 291.088411] wlp1s0: associate with 60:33:4b:e8:12:ad (try 1/3) >03:24:22,901 INFO kernel:[ 291.095469] wlp1s0: RX AssocResp from 60:33:4b:e8:12:ad (capab=0x1431 status=0 aid=3) >03:24:22,901 INFO kernel:[ 291.097076] wlp1s0: associated >03:24:22,901 INFO kernel:[ 291.097150] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready >03:24:22,911 INFO kernel:[ 291.104536] cfg80211: Calling CRDA to update world regulatory domain >03:24:23,173 INFO NetworkManager: <info> (wlp1s0): supplicant interface state: authenticating -> completed >03:24:23,174 INFO NetworkManager: <info> Activation (wlp1s0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'Tanwar's Network'. >03:24:23,174 INFO NetworkManager: <info> Activation (wlp1s0) Stage 3 of 5 (IP Configure Start) scheduled. >03:24:23,174 INFO NetworkManager: <info> Activation (wlp1s0) Stage 3 of 5 (IP Configure Start) started... >03:24:23,174 INFO NetworkManager: <info> (wlp1s0): device state change: config -> ip-config (reason 'none') [50 70 0] >03:24:23,182 INFO NetworkManager: <info> Activation (wlp1s0) Beginning DHCPv4 transaction (timeout in 45 seconds) >03:24:23,267 INFO NetworkManager: <info> dhclient started with pid 1263 >03:24:23,307 INFO NetworkManager: <info> Activation (wlp1s0) Stage 3 of 5 (IP Configure Start) complete. >03:24:24,360 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.1 >03:24:24,366 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >03:24:24,367 INFO dhclient: All rights reserved. >03:24:24,369 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >03:24:24,371 INFO dhclient: >03:24:24,535 INFO NetworkManager: <info> (wlp1s0): DHCPv4 state changed nbi -> preinit >03:24:24,552 INFO dhclient: Listening on LPF/wlp1s0/00:22:43:68:e0:27 >03:24:24,556 INFO dhclient: Sending on LPF/wlp1s0/00:22:43:68:e0:27 >03:24:24,562 INFO dhclient: Sending on Socket/fallback >03:24:24,568 INFO dhclient: Created duid \000\001\000\001\033\204.h\000\"Ch\340'. >03:24:24,570 INFO dhclient: DHCPDISCOVER on wlp1s0 to 255.255.255.255 port 67 interval 8 (xid=0x584c9e45) >03:24:24,664 INFO dhclient: DHCPREQUEST on wlp1s0 to 255.255.255.255 port 67 (xid=0x584c9e45) >03:24:24,668 INFO dhclient: DHCPOFFER from 10.0.1.1 >03:24:24,681 INFO dhclient: DHCPACK from 10.0.1.1 (xid=0x584c9e45) >03:24:24,799 INFO NetworkManager: <info> (wlp1s0): DHCPv4 state changed preinit -> bound >03:24:24,814 INFO dhclient: bound to 10.0.1.115 -- renewal in 39340 seconds. >03:24:24,819 INFO NetworkManager: <info> address 10.0.1.115 >03:24:24,820 INFO NetworkManager: <info> plen 24 (255.255.255.0) >03:24:24,820 INFO NetworkManager: <info> gateway 10.0.1.1 >03:24:24,821 INFO NetworkManager: <info> server identifier 10.0.1.1 >03:24:24,822 INFO NetworkManager: <info> lease time 86400 >03:24:24,822 INFO NetworkManager: <info> nameserver '10.0.1.1' >03:24:24,825 INFO NetworkManager: <info> Activation (wlp1s0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >03:24:24,847 INFO NetworkManager: <info> Activation (wlp1s0) Stage 5 of 5 (IPv4 Commit) started... >03:24:24,854 INFO NetworkManager: <info> (wlp1s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >03:24:24,856 INFO NetworkManager: <info> Activation (wlp1s0) Stage 5 of 5 (IPv4 Commit) complete. >03:24:24,887 INFO NetworkManager: <info> (wlp1s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >03:24:24,898 INFO NetworkManager: <info> (wlp1s0): device state change: secondaries -> activated (reason 'none') [90 100 0] >03:24:24,901 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >03:24:24,911 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >03:24:24,912 INFO NetworkManager: <info> Policy set 'Tanwar's Network' (wlp1s0) as default for IPv4 routing and DNS. >03:24:24,917 INFO NetworkManager: <info> Activation (wlp1s0) successful, device activated. >03:24:24,924 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >03:24:25,192 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >03:24:25,226 NOTICE nm-dispatcher: Dispatching action 'up' for wlp1s0 >03:24:32,615 INFO chronyd: Selected source 121.0.0.42 >03:24:32,615 WARNING chronyd: System clock wrong by -0.575402 seconds, adjustment started >03:24:40,569 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >03:24:40,665 DEBUG kernel:[ 308.861474] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >03:24:40,910 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >03:25:37,923 INFO chronyd: Selected source 121.0.0.41
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 1130852
: 927618 |
927619
|
927620
|
927621
|
927622
|
927623
|
927624
|
927625
|
927626
|
927627
|
927628