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 937633 Details for
Bug 1141825
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), 780.49 KB, created by
A.J. Werkman
on 2014-09-15 14:27:09 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
A.J. Werkman
Created:
2014-09-15 14:27:09 UTC
Size:
780.49 KB
patch
obsolete
>anaconda 21.48.6-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/parted/disk.py", line 269, in removePartition > if self.__disk.remove_partition(partition.getPedPartition()): > File "/usr/lib64/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 521, in cancelAction > self._removeDevice(action.device) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1967, in hide > self.cancelAction(action) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 354, in _hide_unusable_disks > self._storage_playground.devicetree.hide(disk) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 122, in decorated > return func(*args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 362, in _reset_storage > self._hide_unusable_disks() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 377, in refresh > self._reset_storage() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 355, in _on_spoke_clicked > spoke.refresh() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 387, in spoke_done > self._on_spoke_clicked(self._spokes[dest].selector, None, self._spokes[dest]) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 51, in on_back_clicked > self.main_window.current_action.spoke_done(self) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 870, in on_back_clicked > NormalSpoke.on_back_clicked(self, button) >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: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f941c7a5890>, <parted.partition.Partition object at 0x7f941c7a5a10>] > device: <parted.device.Device object at 0x7f941d372590> > PedDisk: <_ped.Disk object at 0x7f941c7ab098> >partition: parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > > >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 0x7f9427f1a3c0 (pyanaconda+ui+gui+MainWindow at 0x17ca240)>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use network installation >url --url="http://thlin.digifarma.nl/fedora/development/21_Alpha_TC7/Server/x86_64/os" ># 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 --activate >network --hostname=dh03.lc.digifarma.nl ># SELinux configuration >selinux --enforcing ># System services >services --enabled="chronyd" ># System timezone >timezone Europe/Amsterdam --isUtc ># System bootloader configuration >bootloader --location=mbr ># Partition clearing information >clearpart --none --initlabel --drives=sda > >%packages >@container-management >@core >@domain-client >@hardware-support >@headless-management >@server-product >@standard >chrony > >%end > >%addon com_redhat_kdump --disable --reserve-mb='128' > >%end > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: None > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [ActionCreateDevice instance, containing members: > device: non-existent 50 GiB partition sda5 (245) with non-existent ext4 filesystem mounted at / > container: None > id: 247 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: None > _format.errors: False > _format.uuid: None > _format.exists: None > _format._mountpoint: None > _format._minInstanceSize: None > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 0 B > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: / > _format.id: 244 > _format._device: /dev/req0 > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 248 > _applied: True >, ActionCreateDevice instance, containing members: > device: non-existent 121.69 GiB partition sda6 (251) with non-existent ext4 filesystem mounted at /home > container: None > id: 253 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: None > _format.errors: False > _format.uuid: None > _format.exists: None > _format._mountpoint: None > _format._minInstanceSize: None > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 0 B > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: /home > _format.id: 250 > _format._device: /dev/req1 > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 254 > _applied: True >, ActionCreateDevice instance, containing members: > device: non-existent 500 MiB partition sda5 (257) with non-existent ext4 filesystem mounted at /boot > container: None > id: 259 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: None > _format.errors: False > _format.uuid: None > _format.exists: None > _format._mountpoint: None > _format._minInstanceSize: None > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 0 B > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: /boot > _format.id: 256 > _format._device: /dev/req2 > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 260 > _applied: True >, ActionCreateDevice instance, containing members: > device: non-existent 200 MiB partition sda3 (263) with non-existent efi filesystem mounted at /boot/efi > container: None > id: 265 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: EFIFS instance, containing members: > _format._label: None > _format.uuid: None > _format.exists: None > _format._mountpoint: None > _format._minInstanceSize: None > _format.fsprofile: None > _format._targetSize: 0 B > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: /boot/efi > _format.id: 262 > _format._device: /dev/req3 > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 266 > _applied: True >, ActionCreateDevice instance, containing members: > device: non-existent 7680 MiB partition sda6 (269) with non-existent swap > container: None > id: 271 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: non-existent swap > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 272 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 277 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 278 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 279 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 280 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 281 > _applied: True >, ActionDestroyDevice instance, containing members: > device: non-existent 179.69 GiB partition sda4 (274) > container: None > id: 282 > _applied: True >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._pvInfo: None > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 238.47 GiB disk sda (6) with existing msdos disklabel >, existing 100 MiB partition sda1 (11) with existing ntfs filesystem >, existing 58.5 GiB partition sda2 (16) with existing ntfs filesystem >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: None > exists: True > _size: 0 B > id: 21 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x7f941d297d90) -- > name = sr0 status = True kids = 0 id = 21 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method OpticalDevice._removeParent of OpticalDevice instance (0x7f941d297d90) -- > name = sr0 status = True kids = 0 id = 21 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None> > controllable: True > uuid: None > _format: existing None > sysfsPath: /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-HL-DT-ST_BDDVDRW_GGC-H20L_K5682BL4115] > _targetSize: Already dumped (Size instance) > _model: HL-DT-ST_BDDVDRW_GGC-H20L > kids: 0 > _vendor: None > _name: sr0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 25 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f941d297f10) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 25 > 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 (0x7f941d297f10) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 25 > 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: 28 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f941d299050) -- > name = loop0 status = False kids = 0 id = 28 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (25)'] > 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 (0x7f941d299050) -- > name = loop0 status = False kids = 0 id = 28 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (25)'] > 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: 33 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f941d299150) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 33 > 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 (0x7f941d299150) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 33 > 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: 36 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f941d299250) -- > name = loop1 status = False kids = 1 id = 36 > parents = ['existing 0 B file /LiveOS/rootfs.img (33)'] > 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 (0x7f941d299250) -- > name = loop1 status = False kids = 1 id = 36 > parents = ['existing 0 B file /LiveOS/rootfs.img (33)'] > 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: 39 > _format._size: Already dumped (Size instance) > _format.errors: False > _format.uuid: 8a9caf9e-f3a3-4a45-8428-ec05f4009a69 > _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/8a9caf9e-f3a3-4a45-8428-ec05f4009a69] > _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: 39 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 8a9caf9e-f3a3-4a45-8428-ec05f4009a69 > 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: 41 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f941d299350) -- > name = /overlay (deleted) status = False kids = 1 id = 41 > 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 (0x7f941d299350) -- > name = /overlay (deleted) status = False kids = 1 id = 41 > 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: 44 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f941d299450) -- > name = loop2 status = False kids = 1 id = 44 > parents = ['existing 0 B file /overlay (deleted) (41)'] > 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 (0x7f941d299450) -- > name = loop2 status = False kids = 1 id = 44 > parents = ['existing 0 B file /overlay (deleted) (41)'] > 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 (48) with existing ext4 filesystem >, existing 2048 MiB dm live-base (53) with existing ext4 filesystem >, existing 3823 MiB disk sdb (1) with existing iso9660 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sda, sda1, sda2, sr0, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, sdb] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sdb] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [LABEL=Fedora-S-21_A_T7-x86_64] > _intf.storage.fsset.devicetree._lvInfo: None > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [LABEL=Fedora-S-21_A_T7-x86_64] > _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: EFIGRUB instance, containing members: > _intf.storage._bootloader.efi_dir: BOOT > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.linux_images: [] > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader.password: None > _intf.storage._bootloader.boot_args: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._timeout: None > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: True > _intf.storage._nextID: 5 > _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 (0x7f941c690a90) -- > 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 (0x7f941c690e90) -- > 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 (0x7f941c690bd0) -- > 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 (0x7f941c690f90) -- > mountpoint = /boot/efi lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = efi encrypted = False > size = 20 MiB maxSize = 200 MiB grow = True > >, PartSpec instance (0x7f941c60f110) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 7680 MiB 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: 1410790884.49 > _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._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: server-product-environment > _intf.mainWindow._current_action._spokes._selectFlag: False > _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: {'server-product-environment': (['web-server', 'dns-server', 'directory-server', 'dogtag', 'ftp-server', 'freeipa-server', 'guest-agents', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'sql-server', 'printing', 'virtualization', 'smb-server'], ['c-development', 'container-management', 'development-tools', 'domain-client', 'headless-management', 'rpm-development-tools', 'system-tools'])} > _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: anaconda > _intf.mainWindow._current_action._spokes.payload.txID: 1410790884.49 > _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: 1260.33 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: server-product-environment >, '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: None > _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 0x7f941d4e9410>> > _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: False > _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 0x7f941d4e9410>> > _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: True > _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, EFI System Partition, swap, 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._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: Already dumped (PartitionDevice instance) > _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._incompleteDeviceLabel: Label 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 3823 MiB disk sdb (1) with existing iso9660 filesystem >] > _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: 100 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: [Already dumped (DiskDevice instance) >] > _intf.mainWindow._current_action._spokes._devices: [Already dumped (FileDevice instance) >, Already dumped (FileDevice instance) >, Already dumped (FileDevice instance) >, Already dumped (DMDevice instance) >, Already dumped (DMDevice instance) >, Already dumped (LoopDevice instance) >, Already dumped (LoopDevice instance) >, Already dumped (LoopDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (OpticalDevice 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: 179.88 GiB > _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', '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', 'Ust-Nera']), 'Atlantic': set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia']), 'Australia': set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide']), 'Europe': set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo']), 'Indian': set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas']), 'Pacific': set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji']), 'US': set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska']), 'Etc': set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT'])} > _intf.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: False > _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 0x7f9427e3cb50>> > _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 0x7f94358a9eb0> > _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: Europe > _intf.mainWindow._current_action._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes._start_updating_timer_id: 7723 > _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: Amsterdam > _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: DiskOverview instance, containing members: > _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 filesystems 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/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/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/python2.7/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib64/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 (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.spokes.source.SourceSpoke object at 0x7f941d4e9410>, <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f941c058c50>, <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90>, <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f9427e3c4d0>, <pyanaconda.ui.gui.spokes.welcome.WelcomeLanguageSpoke object at 0x7f942852a0d0>, <pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0x7f94244c8d10>, <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50>, <pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0x7f941d4e9550>]) > _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 0x7f944c47cc80> > _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-S-21_A_T7-x86_64 >rescue_mount: True >_bootloader: EFIGRUB instance, containing members: > _bootloader.efi_dir: BOOT > _bootloader._update_only: False > _bootloader.stage1_device: None > _bootloader.stage2_device: None > _bootloader.stage1_disk: None > _bootloader.dracut_args: > _bootloader.errors: [] > _bootloader.console: Skipped > _bootloader.stage2_is_preferred_stage1: False > _bootloader._default_image: None > _bootloader.console_options: Skipped > _bootloader.linux_images: [] > _bootloader.encrypted_password: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.problems: [] > _bootloader.password: None > _bootloader.boot_args: > _bootloader._disk_order: [] > _bootloader.disks: [] > _bootloader._timeout: None >_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: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f943389bed8>, True), 'type': (<function <lambda> at 0x7f94338a91b8>, True), 'addons': (<function list_addons_callback at 0x7f94338a90c8>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f943389bf50>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 21.48.6-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-S-21_A_T7-x86_64 > 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: >14:18:46,532 INFO anaconda: /sbin/anaconda 21.48.6-1 >14:18:46,913 INFO anaconda: 7864320 kB (7680 MB) are available >14:18:47,043 INFO anaconda: check_memory(): total:7864320, needed:320, graphical:410 >14:18:47,059 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >14:18:47,059 INFO anaconda: Default encoding = utf-8 >14:18:47,081 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >14:18:47,098 INFO anaconda: 7864320 kB (7680 MB) are available >14:18:47,391 INFO anaconda: Display mode = g >14:18:47,391 INFO anaconda: 7864320 kB (7680 MB) are available >14:18:47,495 INFO anaconda: check_memory(): total:7864320, needed:320, graphical:410 >14:18:48,386 DEBUG anaconda: X server has signalled a successful start. >14:18:48,388 INFO anaconda: Starting window manager, pid 1123. >14:18:48,421 INFO anaconda: Started spice-vdagent. >14:18:49,094 INFO anaconda: _Fedora is the highest priority installclass, using it >14:18:49,532 INFO anaconda: bootloader EFIGRUB on EFI platform >14:18:49,547 INFO anaconda: bootloader EFIGRUB on EFI platform >14:18:49,566 DEBUG anaconda: network: devices found ['enp3s0'] >14:18:49,635 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on enp3s0 >14:18:49,652 DEBUG anaconda: network: setting autoconnect of enp3s0 to False >14:18:49,652 DEBUG anaconda: network: missing ifcfgs created for devices ['enp3s0'] >14:18:49,659 DEBUG anaconda: updating hostname localhost.localdomain >14:18:49,685 INFO anaconda: Running Thread: AnaStorageThread (140274484098816) >14:18:49,686 INFO anaconda: Running Thread: AnaTimeInitThread (140274281625344) >14:18:49,686 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140274273232640) >14:18:49,686 INFO anaconda: Running Thread: AnaPayloadThread (140274264839936) >14:18:49,692 DEBUG anaconda: waiting for connecting NM (dhcp?) >14:18:51,521 INFO anaconda: Thread Done: AnaStorageThread (140274484098816) >14:18:51,522 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >14:18:51,522 DEBUG anaconda: _is_valid_size(sda1) returning True >14:18:51,523 DEBUG anaconda: _is_valid_location(sda1) returning True >14:18:51,523 DEBUG anaconda: _is_valid_partition(sda1) returning True >14:18:51,523 DEBUG anaconda: _is_valid_format(sda1) returning True >14:18:51,523 DEBUG anaconda: is_valid_stage2_device(sda1) returning False >14:18:51,523 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >14:18:51,524 DEBUG anaconda: _is_valid_size(sda2) returning True >14:18:51,524 DEBUG anaconda: _is_valid_location(sda2) returning True >14:18:51,524 DEBUG anaconda: _is_valid_partition(sda2) returning True >14:18:51,524 DEBUG anaconda: _is_valid_format(sda2) returning True >14:18:51,524 DEBUG anaconda: is_valid_stage2_device(sda2) returning False >14:18:52,002 INFO anaconda: Thread Done: AnaTimeInitThread (140274281625344) >14:18:56,142 DEBUG anaconda: connected, waited 6 seconds >14:18:56,161 DEBUG anaconda: updating hostname dh03.lc.digifarma.nl >14:18:56,169 INFO anaconda: got 0 NTP servers from DHCP >14:18:56,169 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140274273232640) >14:18:56,189 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140274273232640) >14:18:56,192 INFO anaconda: Starting geolocation lookup >14:18:56,192 INFO anaconda: Geolocation provider: Fedora GeoIP >14:18:56,277 DEBUG anaconda: Using UEFI PlatformLang 'en_US.UTF-8' ('en_US.UTF-8') as our language. >14:18:56,980 DEBUG anaconda: Geoloc: URLError for Fedora GeoIP API lookup: ><urlopen error [Errno 113] No route to host> >14:18:56,980 INFO anaconda: Geolocation lookup finished in 0.8 seconds >14:18:56,980 INFO anaconda: no results from geolocation >14:18:56,981 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140274273232640) >14:18:56,993 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:18:56,993 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:18:56,994 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:18:56,994 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:18:56,994 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:18:56,994 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:18:56,994 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:18:56,994 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:18:57,661 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >14:18:57,664 WARN anaconda: logo image is missing, using a substitute >14:18:59,142 INFO anaconda: Thread Done: AnaPayloadThread (140274264839936) >14:19:07,608 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:19:07,608 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:19:07,609 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:19:07,667 DEBUG anaconda: network standalone spoke (init): completed: ['enp3s0'] >14:19:07,701 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >14:19:07,701 DEBUG anaconda: Entered hub: SummaryHub >14:19:07,940 INFO anaconda: Running Thread: AnaNTPserver1 (140274264839936) >14:19:07,940 INFO anaconda: Running Thread: AnaNTPserver2 (140274281625344) >14:19:07,941 INFO anaconda: Running Thread: AnaNTPserver3 (140274273232640) >14:19:07,941 INFO anaconda: Running Thread: AnaNTPserver4 (140274484098816) >14:19:07,942 INFO anaconda: Running Thread: AnaDateTimeThread (140274132100864) >14:19:07,963 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >14:19:07,971 INFO anaconda: Thread Done: AnaDateTimeThread (140274132100864) >14:19:08,010 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (140274132100864) >14:19:08,011 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f9427e3c7d0>> on <dictionary-keyiterator object at 0x7f941d4de520> >14:19:08,011 INFO anaconda: Running Thread: AnaGtkBatchPre1 (140274123446016) >14:19:08,012 INFO anaconda: Thread Done: AnaGtkBatchPre1 (140274123446016) >14:19:08,035 INFO anaconda: Running Thread: AnaKeyboardThread (140274123446016) >14:19:08,038 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >14:19:08,071 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >14:19:08,091 INFO anaconda: Running Thread: AnaSourceWatcher (140274115053312) >14:19:08,122 INFO anaconda: Running Thread: AnaSoftwareWatcher (140274099631872) >14:19:08,238 INFO anaconda: Running Thread: AnaStorageWatcher (140274091239168) >14:19:08,239 INFO anaconda: Thread Done: AnaStorageWatcher (140274091239168) >14:19:08,247 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:19:08,253 INFO anaconda: Running Thread: AnaCustomStorageInit (140274091239168) >14:19:08,256 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: 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) > >14:19:08,524 DEBUG anaconda: network: GUI, device configuration added: connection dec891a8-4f8b-4520-b84d-438a7c8f0c9c device enp3s0 >14:19:08,530 DEBUG anaconda: network: GUI, connection dec891a8-4f8b-4520-b84d-438a7c8f0c9c found >14:19:08,576 DEBUG anaconda: updating hostname dh03.lc.digifarma.nl >14:19:09,029 DEBUG anaconda: Setting up repos: [] >14:19:09,148 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f9427e3c4d0> >14:19:09,151 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f9427e3ce50> >14:19:09,151 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f9427e3ce50> status to: Getting list of layouts... >14:19:09,152 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> status to: Probing storage... >14:19:09,152 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> status to: Downloading package metadata... >14:19:09,152 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> status to: Downloading package metadata... >14:19:09,152 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> status to: Downloading group metadata... >14:19:09,152 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> status to: Probing storage... >14:19:09,155 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:19:09,562 INFO anaconda: Thread Done: AnaSoftwareWatcher (140274099631872) >10:19:09,691 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> >10:19:10,031 INFO anaconda: Thread Done: AnaSourceWatcher (140274115053312) >10:19:10,056 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> >10:19:10,503 INFO anaconda: Thread Done: AnaCustomStorageInit (140274091239168) >10:19:10,676 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f9427e3c7d0>> on <dictionary-keyiterator object at 0x7f941d4de520> >10:19:10,676 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (140274132100864) >10:19:10,677 INFO anaconda: Thread Done: AnaKeyboardThread (140274123446016) >10:19:10,716 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f9427e3ce50> >10:19:10,813 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f941c058c50> status to: Wired (enp3s0) connected >10:19:12,968 INFO anaconda: Thread Done: AnaNTPserver2 (140274281625344) >10:19:12,976 INFO anaconda: Thread Done: AnaNTPserver3 (140274273232640) >10:19:12,982 INFO anaconda: Thread Done: AnaNTPserver1 (140274264839936) >10:19:12,991 INFO anaconda: Thread Done: AnaNTPserver4 (140274484098816) >10:19:14,836 DEBUG anaconda: Entered spoke: NetworkSpoke >10:19:17,012 DEBUG anaconda: updating hostname dh03.lc.digifarma.nl >10:19:17,019 DEBUG anaconda: network: apply ksdata # Network information >network --bootproto=dhcp --device=enp3s0 --onboot=off --ipv6=auto --activate >network --hostname=dh03.lc.digifarma.nl > >10:19:17,020 INFO anaconda: setting installation environment hostname to dh03.lc.digifarma.nl >10:19:17,088 DEBUG anaconda: Left spoke: NetworkSpoke >10:19:25,260 DEBUG anaconda: Entered spoke: SourceSpoke >10:19:25,381 DEBUG anaconda: Setting up repos: [] >10:19:39,174 INFO anaconda: Running Thread: AnaPayloadMDThread (140274484098816) >10:19:39,175 DEBUG anaconda: Left spoke: SourceSpoke >10:19:39,243 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> >10:19:39,246 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> >10:19:39,246 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> status to: Setting up installation source... >10:19:40,234 INFO anaconda: Thread Done: AnaPayloadMDThread (140274484098816) >10:19:40,247 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> status to: Downloading package metadata... >10:19:40,247 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> status to: Error downloading package metadata... >10:19:40,250 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> >10:19:40,252 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> >10:19:44,228 DEBUG anaconda: Entered spoke: SourceSpoke >10:19:44,335 DEBUG anaconda: Setting up repos: [] >10:20:44,304 INFO anaconda: Running Thread: AnaPayloadMDThread (140274484098816) >10:20:44,304 DEBUG anaconda: Left spoke: SourceSpoke >10:20:44,373 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> >10:20:44,376 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> >10:20:44,376 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> status to: Setting up installation source... >10:20:45,378 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> status to: Downloading package metadata... >10:20:45,937 INFO anaconda: Thread Done: AnaPayloadMDThread (140274484098816) >10:20:45,985 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> >10:20:45,987 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> >10:20:47,188 DEBUG anaconda: Entered spoke: SoftwareSelectionSpoke >10:21:24,488 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140274484098816) >10:21:24,489 DEBUG anaconda: Left spoke: SoftwareSelectionSpoke >10:21:24,608 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> >10:21:24,612 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> >10:21:24,612 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> status to: Checking software dependencies... >10:21:26,898 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140274484098816) >10:21:26,920 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f941c058c90> >10:21:26,922 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f941d4e9410> >10:21:29,772 DEBUG anaconda: Entered spoke: DatetimeSpoke >10:21:29,778 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/datetime_spoke.py:753: Warning: Source ID 7720 was not found when attempting to remove it > GLib.source_remove(self._update_datetime_timer_id) > >10:21:29,963 INFO anaconda: Running Thread: AnaNTPserver5 (140274484098816) >10:21:29,964 INFO anaconda: Running Thread: AnaNTPserver6 (140274264839936) >10:21:29,964 INFO anaconda: Running Thread: AnaNTPserver7 (140274273232640) >10:21:29,965 INFO anaconda: Running Thread: AnaNTPserver8 (140274281625344) >16:21:33,348 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/datetime_spoke.py:515: Warning: Source ID 7720 was not found when attempting to remove it > GLib.source_remove(self._update_datetime_timer_id) > >16:21:33,365 DEBUG anaconda: Left spoke: DatetimeSpoke >10:21:35,000 INFO anaconda: System time set to Mon Sep 15 10:21:35 2014 >10:21:35,232 INFO anaconda: Thread Done: AnaNTPserver6 (140274264839936) >10:21:35,234 INFO anaconda: Thread Done: AnaNTPserver8 (140274281625344) >10:21:35,240 INFO anaconda: Thread Done: AnaNTPserver7 (140274273232640) >10:21:35,250 INFO anaconda: Thread Done: AnaNTPserver5 (140274484098816) >10:21:35,947 DEBUG anaconda: Entered spoke: StorageSpoke >10:21:48,215 DEBUG anaconda: Need disklabel: gpt have: msdos >10:21:48,230 DEBUG anaconda: disk free: 0 fs free: 0 sw needs: 1260.33 MiB auto swap: 7680 MiB >10:21:48,241 INFO anaconda: Running Thread: AnaExecuteStorageThread (140274484098816) >10:21:48,241 DEBUG anaconda: Left spoke: StorageSpoke >10:21:48,306 DEBUG anaconda: new disk order: [] >10:21:48,318 DEBUG anaconda: new disk order: [] >10:21:48,348 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >10:21:48,373 DEBUG anaconda: stage1 device cannot be of type disk >10:21:48,374 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >10:21:48,374 DEBUG anaconda: _is_valid_size(sda1) returning True >10:21:48,374 DEBUG anaconda: _is_valid_location(sda1) returning True >10:21:48,375 DEBUG anaconda: _is_valid_format(sda1) returning False >10:21:48,375 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >10:21:48,375 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >10:21:48,376 DEBUG anaconda: _is_valid_size(sda2) returning True >10:21:48,376 DEBUG anaconda: _is_valid_location(sda2) returning True >10:21:48,376 WARN anaconda: sda2 not bootable >10:21:48,376 DEBUG anaconda: _is_valid_format(sda2) returning False >10:21:48,377 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >10:21:48,377 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >10:21:48,377 INFO anaconda: Thread Done: AnaExecuteStorageThread (140274484098816) >10:21:48,438 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sr0'] >10:21:48,478 DEBUG anaconda: ui: unused=['sda1', 'sda2'] >10:21:48,478 DEBUG anaconda: ui: new_devices=[] >10:21:48,613 DEBUG anaconda: page clicked: New Fedora-Server 21_Alpha_TC7 Installation >10:21:48,613 DEBUG anaconda: show mountpoint: New Fedora-Server 21_Alpha_TC7 Installation >10:21:48,614 DEBUG anaconda: show mountpoint: New Fedora-Server 21_Alpha_TC7 Installation >10:21:48,664 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:21:48,664 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> status to: Saving storage configuration... >10:21:48,665 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> status to: Failed to save storage configuration... >10:21:48,667 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:21:54,539 DEBUG anaconda: running automatic partitioning >10:21:54,540 DEBUG anaconda: new disk order: [] >10:21:54,685 DEBUG anaconda: stage1 device cannot be of type disk >10:21:54,685 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >10:21:54,686 DEBUG anaconda: _is_valid_size(sda1) returning True >10:21:54,686 DEBUG anaconda: _is_valid_location(sda1) returning True >10:21:54,686 DEBUG anaconda: _is_valid_format(sda1) returning False >10:21:54,686 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >10:21:54,687 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >10:21:54,687 DEBUG anaconda: _is_valid_size(sda2) returning True >10:21:54,687 DEBUG anaconda: _is_valid_location(sda2) returning True >10:21:54,687 WARN anaconda: sda2 not bootable >10:21:54,687 DEBUG anaconda: _is_valid_format(sda2) returning False >10:21:54,687 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >10:21:56,597 DEBUG anaconda: new disk order: [] >10:21:56,640 DEBUG anaconda: stage1 device cannot be of type disk >10:21:56,640 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >10:21:56,640 DEBUG anaconda: _is_valid_size(sda1) returning True >10:21:56,641 DEBUG anaconda: _is_valid_location(sda1) returning True >10:21:56,641 DEBUG anaconda: _is_valid_format(sda1) returning False >10:21:56,641 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >10:21:56,641 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >10:21:56,642 DEBUG anaconda: _is_valid_size(sda2) returning True >10:21:56,642 DEBUG anaconda: _is_valid_location(sda2) returning True >10:21:56,642 WARN anaconda: sda2 not bootable >10:21:56,642 DEBUG anaconda: _is_valid_format(sda2) returning False >10:21:56,642 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >10:21:56,643 DEBUG anaconda: _is_valid_disklabel(sda3) returning False >10:21:56,643 DEBUG anaconda: _is_valid_size(sda3) returning True >10:21:56,643 DEBUG anaconda: _is_valid_location(sda3) returning True >10:21:56,643 WARN anaconda: sda3 not bootable >10:21:56,644 DEBUG anaconda: _is_valid_format(sda3) returning True >10:21:56,644 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >10:21:56,644 DEBUG anaconda: _is_valid_disklabel(sda4) returning False >10:21:56,644 DEBUG anaconda: _is_valid_size(sda4) returning True >10:21:56,644 DEBUG anaconda: _is_valid_location(sda4) returning True >10:21:56,644 WARN anaconda: sda4 not bootable >10:21:56,645 DEBUG anaconda: _is_valid_format(sda4) returning False >10:21:56,645 DEBUG anaconda: is_valid_stage1_device(sda4) returning False >10:21:56,645 DEBUG anaconda: _is_valid_disklabel(sda5) returning False >10:21:56,645 DEBUG anaconda: _is_valid_size(sda5) returning True >10:21:56,645 DEBUG anaconda: _is_valid_location(sda5) returning True >10:21:56,646 DEBUG anaconda: _is_valid_format(sda5) returning False >10:21:56,646 DEBUG anaconda: is_valid_stage1_device(sda5) returning False >10:21:56,646 DEBUG anaconda: _is_valid_disklabel(sda6) returning False >10:21:56,647 DEBUG anaconda: _is_valid_size(sda6) returning True >10:21:56,647 DEBUG anaconda: _is_valid_location(sda6) returning True >10:21:56,647 WARN anaconda: sda6 not bootable >10:21:56,647 DEBUG anaconda: _is_valid_format(sda6) returning False >10:21:56,647 DEBUG anaconda: is_valid_stage1_device(sda6) returning False >10:21:56,648 DEBUG anaconda: _is_valid_disklabel(sda7) returning False >10:21:56,648 DEBUG anaconda: _is_valid_size(sda7) returning True >10:21:56,648 DEBUG anaconda: _is_valid_location(sda7) returning True >10:21:56,648 WARN anaconda: sda7 not bootable >10:21:56,648 DEBUG anaconda: _is_valid_format(sda7) returning False >10:21:56,648 DEBUG anaconda: is_valid_stage1_device(sda7) returning False >10:21:56,649 DEBUG anaconda: _is_valid_disklabel(sda8) returning False >10:21:56,649 DEBUG anaconda: _is_valid_size(sda8) returning True >10:21:56,649 DEBUG anaconda: _is_valid_location(sda8) returning True >10:21:56,649 WARN anaconda: sda8 not bootable >10:21:56,649 DEBUG anaconda: _is_valid_format(sda8) returning False >10:21:56,650 DEBUG anaconda: is_valid_stage1_device(sda8) returning False >10:21:56,650 ERR anaconda: doAutoPartition failed: failed to find a suitable stage1 device >10:21:56,711 DEBUG anaconda: finished automatic partitioning >10:21:56,713 ERR anaconda: You have not defined a root partition (/), which is required for installation of Fedora-Server to continue. >10:21:56,713 ERR anaconda: No valid bootloader target device found. See below for details. >10:21:56,713 ERR anaconda: For a UEFI installation, you must include an EFI System Partition on a GPT-formatted disk, mounted at /boot/efi. >10:21:56,713 WARN anaconda: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. >10:21:56,713 ERR anaconda: doAutoPartition failed: You have not defined a root partition (/), which is required for installation of Fedora-Server to continue. >No valid bootloader target device found. See below for details. >For a UEFI installation, you must include an EFI System Partition on a GPT-formatted disk, mounted at /boot/efi. >10:21:56,773 DEBUG anaconda: refreshing ui >10:21:56,776 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sr0'] >10:21:56,817 DEBUG anaconda: ui: unused=['sda1', 'sda2'] >10:21:56,817 DEBUG anaconda: ui: new_devices=[] >10:21:56,950 DEBUG anaconda: page clicked: New Fedora-Server 21_Alpha_TC7 Installation >10:21:56,950 DEBUG anaconda: show mountpoint: New Fedora-Server 21_Alpha_TC7 Installation >10:21:56,951 DEBUG anaconda: show mountpoint: New Fedora-Server 21_Alpha_TC7 Installation >10:21:56,951 DEBUG anaconda: finished refreshing ui >10:21:56,951 DEBUG anaconda: updating space display >10:21:56,996 DEBUG anaconda: finished updating space display >10:22:06,259 DEBUG anaconda: page clicked: Unknown >10:22:06,260 DEBUG anaconda: show mountpoint: Unknown >10:22:06,264 DEBUG anaconda: populate_right_side: existing 100 MiB partition sda1 (11) with existing ntfs filesystem >10:22:06,285 DEBUG anaconda: updated device_disks to ['sda'] >10:22:06,285 DEBUG anaconda: updated device_container_name to None >10:22:06,285 DEBUG anaconda: updated device_container_raid_level to None >10:22:06,286 DEBUG anaconda: updated device_container_encrypted to False >10:22:06,286 DEBUG anaconda: updated device_container_size to 0 >10:22:06,293 DEBUG anaconda: fs type changed: ntfs >10:22:06,297 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f941c6a0f10> >10:22:06,299 DEBUG anaconda: populate_raid: 2, None >10:22:06,300 DEBUG anaconda: populate_raid: 2, None >10:22:17,653 DEBUG anaconda: new disk order: [] >10:22:17,684 DEBUG anaconda: stage1 device cannot be of type disk >10:22:17,685 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >10:22:17,685 DEBUG anaconda: _is_valid_size(sda1) returning True >10:22:17,685 DEBUG anaconda: _is_valid_location(sda1) returning True >10:22:17,685 DEBUG anaconda: _is_valid_format(sda1) returning False >10:22:17,686 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >10:22:17,686 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >10:22:17,686 DEBUG anaconda: _is_valid_size(sda2) returning True >10:22:17,686 DEBUG anaconda: _is_valid_location(sda2) returning True >10:22:17,686 WARN anaconda: sda2 not bootable >10:22:17,687 DEBUG anaconda: _is_valid_format(sda2) returning False >10:22:17,687 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >10:22:17,687 ERR anaconda: storage configuration failed: failed to find a suitable stage1 device >10:22:17,688 ERR anaconda: You have not defined a root partition (/), which is required for installation of Fedora-Server to continue. >10:22:17,688 ERR anaconda: No valid bootloader target device found. See below for details. >10:22:17,689 ERR anaconda: For a UEFI installation, you must include an EFI System Partition on a GPT-formatted disk, mounted at /boot/efi. >10:22:17,689 WARN anaconda: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. >10:22:17,693 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:22:17,693 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> status to: Checking storage configuration... >10:22:17,696 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:22:19,734 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >10:22:19,806 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:22:21,443 DEBUG anaconda: Entered spoke: StorageSpoke >10:22:30,307 DEBUG anaconda: Need disklabel: gpt have: msdos >10:22:30,308 DEBUG anaconda: disk free: 0 fs free: 0 sw needs: 1260.33 MiB auto swap: 0 B >10:22:56,324 DEBUG anaconda: Need disklabel: gpt have: msdos >10:22:56,325 DEBUG anaconda: disk free: 0 fs free: 0 sw needs: 1260.33 MiB auto swap: 0 B >10:23:13,658 INFO anaconda: Running Thread: AnaExecuteStorageThread (140274484098816) >10:23:13,658 DEBUG anaconda: Left spoke: StorageSpoke >10:23:13,723 DEBUG anaconda: new disk order: [] >10:23:13,771 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:23:13,771 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> status to: Saving storage configuration... >10:23:13,838 DEBUG anaconda: stage1 device cannot be of type disk >10:23:13,838 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >10:23:13,839 DEBUG anaconda: _is_valid_size(sda1) returning True >10:23:13,839 DEBUG anaconda: _is_valid_location(sda1) returning True >10:23:13,839 DEBUG anaconda: _is_valid_format(sda1) returning False >10:23:13,839 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >10:23:13,840 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >10:23:13,840 DEBUG anaconda: _is_valid_size(sda2) returning True >10:23:13,840 DEBUG anaconda: _is_valid_location(sda2) returning True >10:23:13,840 WARN anaconda: sda2 not bootable >10:23:13,840 DEBUG anaconda: _is_valid_format(sda2) returning False >10:23:13,840 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >10:23:15,759 DEBUG anaconda: new disk order: [] >10:23:15,808 DEBUG anaconda: stage1 device cannot be of type disk >10:23:15,809 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >10:23:15,809 DEBUG anaconda: _is_valid_size(sda1) returning True >10:23:15,810 DEBUG anaconda: _is_valid_location(sda1) returning True >10:23:15,810 DEBUG anaconda: _is_valid_format(sda1) returning False >10:23:15,810 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >10:23:15,811 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >10:23:15,811 DEBUG anaconda: _is_valid_size(sda2) returning True >10:23:15,811 DEBUG anaconda: _is_valid_location(sda2) returning True >10:23:15,811 WARN anaconda: sda2 not bootable >10:23:15,812 DEBUG anaconda: _is_valid_format(sda2) returning False >10:23:15,812 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >10:23:15,813 DEBUG anaconda: _is_valid_disklabel(sda3) returning False >10:23:15,813 DEBUG anaconda: _is_valid_size(sda3) returning True >10:23:15,813 DEBUG anaconda: _is_valid_location(sda3) returning True >10:23:15,813 WARN anaconda: sda3 not bootable >10:23:15,813 DEBUG anaconda: _is_valid_format(sda3) returning True >10:23:15,813 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >10:23:15,814 DEBUG anaconda: _is_valid_disklabel(sda4) returning False >10:23:15,814 DEBUG anaconda: _is_valid_size(sda4) returning True >10:23:15,814 DEBUG anaconda: _is_valid_location(sda4) returning True >10:23:15,815 WARN anaconda: sda4 not bootable >10:23:15,815 DEBUG anaconda: _is_valid_format(sda4) returning False >10:23:15,815 DEBUG anaconda: is_valid_stage1_device(sda4) returning False >10:23:15,815 DEBUG anaconda: _is_valid_disklabel(sda5) returning False >10:23:15,816 DEBUG anaconda: _is_valid_size(sda5) returning True >10:23:15,816 DEBUG anaconda: _is_valid_location(sda5) returning True >10:23:15,816 DEBUG anaconda: _is_valid_format(sda5) returning False >10:23:15,816 DEBUG anaconda: is_valid_stage1_device(sda5) returning False >10:23:15,817 DEBUG anaconda: _is_valid_disklabel(sda6) returning False >10:23:15,817 DEBUG anaconda: _is_valid_size(sda6) returning True >10:23:15,817 DEBUG anaconda: _is_valid_location(sda6) returning True >10:23:15,817 WARN anaconda: sda6 not bootable >10:23:15,818 DEBUG anaconda: _is_valid_format(sda6) returning False >10:23:15,818 DEBUG anaconda: is_valid_stage1_device(sda6) returning False >10:23:15,818 DEBUG anaconda: _is_valid_disklabel(sda7) returning False >10:23:15,819 DEBUG anaconda: _is_valid_size(sda7) returning True >10:23:15,819 DEBUG anaconda: _is_valid_location(sda7) returning True >10:23:15,819 WARN anaconda: sda7 not bootable >10:23:15,819 DEBUG anaconda: _is_valid_format(sda7) returning False >10:23:15,819 DEBUG anaconda: is_valid_stage1_device(sda7) returning False >10:23:15,820 DEBUG anaconda: _is_valid_disklabel(sda8) returning False >10:23:15,820 DEBUG anaconda: _is_valid_size(sda8) returning True >10:23:15,820 DEBUG anaconda: _is_valid_location(sda8) returning True >10:23:15,820 WARN anaconda: sda8 not bootable >10:23:15,821 DEBUG anaconda: _is_valid_format(sda8) returning False >10:23:15,821 DEBUG anaconda: is_valid_stage1_device(sda8) returning False >10:23:15,821 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >10:23:15,821 INFO anaconda: Thread Done: AnaExecuteStorageThread (140274484098816) >10:23:15,872 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> status to: Failed to save storage configuration... >10:23:15,876 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:23:20,019 DEBUG anaconda: Entered spoke: StorageSpoke >10:23:26,464 DEBUG anaconda: Need disklabel: gpt have: msdos >10:23:26,465 DEBUG anaconda: disk free: 0 fs free: 0 sw needs: 1260.33 MiB auto swap: 7680 MiB >10:23:26,476 INFO anaconda: Running Thread: AnaExecuteStorageThread (140274484098816) >10:23:26,476 DEBUG anaconda: Left spoke: StorageSpoke >10:23:26,541 DEBUG anaconda: new disk order: [] >10:23:26,552 DEBUG anaconda: new disk order: [] >10:23:26,581 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >10:23:26,604 DEBUG anaconda: stage1 device cannot be of type disk >10:23:26,605 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >10:23:26,605 DEBUG anaconda: _is_valid_size(sda1) returning True >10:23:26,605 DEBUG anaconda: _is_valid_location(sda1) returning True >10:23:26,605 DEBUG anaconda: _is_valid_format(sda1) returning False >10:23:26,606 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >10:23:26,606 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >10:23:26,607 DEBUG anaconda: _is_valid_size(sda2) returning True >10:23:26,607 DEBUG anaconda: _is_valid_location(sda2) returning True >10:23:26,607 WARN anaconda: sda2 not bootable >10:23:26,607 DEBUG anaconda: _is_valid_format(sda2) returning False >10:23:26,607 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >10:23:26,607 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >10:23:26,608 INFO anaconda: Thread Done: AnaExecuteStorageThread (140274484098816) >10:23:26,672 DEBUG anaconda: running handleException >10:23:26,673 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 870, in on_back_clicked > NormalSpoke.on_back_clicked(self, button) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 51, in on_back_clicked > self.main_window.current_action.spoke_done(self) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 387, in spoke_done > self._on_spoke_clicked(self._spokes[dest].selector, None, self._spokes[dest]) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 355, in _on_spoke_clicked > spoke.refresh() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 377, in refresh > self._reset_storage() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 362, in _reset_storage > self._hide_unusable_disks() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 122, in decorated > return func(*args, **kwargs) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 354, in _hide_unusable_disks > self._storage_playground.devicetree.hide(disk) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1967, in hide > self.cancelAction(action) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 521, in cancelAction > 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/lib64/python2.7/site-packages/parted/decorators.py", line 41, in new > ret = fn(*args, **kwds) > > File "/usr/lib64/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. > >10:23:26,673 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >10:23:26,676 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> >10:23:26,676 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> status to: Saving storage configuration... >10:23:26,676 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> status to: Failed to save storage configuration... >10:23:26,679 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f941c064f50> > > >/tmp/packaging.log: >14:18:56,170 INFO packaging: configuring base repo >14:18:56,179 INFO packaging: Error downloading treeinfo: [Errno 14] curl#37 - "Couldn't open file /run/install/repo/treeinfo" >14:18:56,236 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >14:18:56,236 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >14:18:56,236 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >14:18:56,236 DEBUG yum.verbose.plugin: Adding en_US to language list >14:18:56,238 DEBUG yum.verbose.YumBase: Config time: 0.058 >14:18:56,252 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >14:18:56,252 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >14:18:56,252 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >14:18:56,253 DEBUG yum.verbose.plugin: Adding en_US to language list >14:18:56,254 DEBUG yum.verbose.YumBase: Config time: 0.005 >14:18:56,274 INFO packaging: adding yum repo, name: anaconda, baseurl: file:///run/install/repo, mirrorlist: None >14:18:56,277 ERR packaging: base repo (cdrom/file:///run/install/repo) not valid -- removing it >14:18:56,279 INFO packaging: using default repos from local yum configuration >14:18:56,286 INFO packaging: gathering repo metadata >14:18:56,287 INFO packaging: gathering repo metadata for fedora >14:18:57,116 ERR packaging: failed to grab repo metadata for fedora: Cannot retrieve metalink for repository: fedora/21/x86_64. Please verify its path and try again >14:18:57,119 INFO packaging: gathering repo metadata for updates-testing >14:18:57,122 ERR packaging: failed to grab repo metadata for updates-testing: Cannot retrieve metalink for repository: updates-testing/21/x86_64. Please verify its path and try again >14:18:57,124 INFO packaging: gathering repo metadata for updates >14:18:59,133 ERR packaging: failed to grab repo metadata for updates: Cannot retrieve metalink for repository: updates/21/x86_64. Please verify its path and try again >14:18:59,135 INFO packaging: Refreshing environmentAddons >14:18:59,136 DEBUG yum.verbose.YumBase: Setting up Package Sacks >14:18:59,137 INFO_2 yum.verbose.plugin: Determining fastest mirrors >14:18:59,138 DEBUG yum.verbose.YumBase: group time: 0.001 >14:18:59,139 INFO packaging: metadata retrieval complete >10:19:40,177 INFO packaging: configuring base repo >10:19:40,188 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >10:19:40,188 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >10:19:40,189 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >10:19:40,189 DEBUG yum.verbose.plugin: Adding en_US to language list >10:19:40,192 DEBUG yum.verbose.YumBase: Config time: 0.010 >10:19:40,205 INFO packaging: using default repos from local yum configuration >10:19:40,214 INFO packaging: gathering repo metadata >10:19:40,215 INFO packaging: gathering repo metadata for fedora >10:19:40,219 ERR packaging: failed to grab repo metadata for fedora: Cannot retrieve metalink for repository: fedora/21/x86_64. Please verify its path and try again >10:19:40,221 INFO packaging: gathering repo metadata for updates-testing >10:19:40,224 ERR packaging: failed to grab repo metadata for updates-testing: Cannot retrieve metalink for repository: updates-testing/21/x86_64. Please verify its path and try again >10:19:40,225 INFO packaging: gathering repo metadata for updates >10:19:40,228 ERR packaging: failed to grab repo metadata for updates: Cannot retrieve metalink for repository: updates/21/x86_64. Please verify its path and try again >10:19:40,229 INFO packaging: Refreshing environmentAddons >10:19:40,230 DEBUG yum.verbose.YumBase: Setting up Package Sacks >10:19:40,230 INFO_2 yum.verbose.plugin: Loading mirror speeds from cached hostfile >10:19:40,231 DEBUG yum.verbose.YumBase: group time: 0.001 >10:19:40,231 INFO packaging: metadata retrieval complete >10:20:45,306 INFO packaging: configuring base repo >10:20:45,324 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >10:20:45,324 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >10:20:45,324 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >10:20:45,324 DEBUG yum.verbose.plugin: Adding en_US to language list >10:20:45,326 DEBUG yum.verbose.YumBase: Config time: 0.007 >10:20:45,344 INFO packaging: adding yum repo, name: anaconda, baseurl: http://thlin.digifarma.nl/fedora/development/21_Alpha_TC7/Server/x86_64/os, mirrorlist: >10:20:45,361 INFO packaging: gathering repo metadata >10:20:45,362 INFO packaging: skipping disabled repo fedora >10:20:45,363 INFO packaging: gathering repo metadata for anaconda >10:20:45,468 INFO packaging: skipping disabled repo updates-testing >10:20:45,468 INFO packaging: skipping disabled repo updates >10:20:45,468 INFO packaging: Refreshing environmentAddons >10:20:45,469 DEBUG yum.verbose.YumBase: Setting up Package Sacks >10:20:45,469 INFO_2 yum.verbose.plugin: Loading mirror speeds from cached hostfile >10:20:45,773 DEBUG yum.verbose.YumBase: pkgsack time: 0.304 >10:20:45,805 DEBUG yum.verbose.YumBase: group time: 0.336 >10:20:45,935 INFO packaging: metadata retrieval complete >10:21:24,490 INFO packaging: checking software selection >10:21:24,497 DEBUG yum.verbose.YumBase: Setting up Package Sacks >10:21:24,556 DEBUG yum.verbose.YumBase: pkgsack time: 0.059 >10:21:24,594 DEBUG yum.verbose.YumBase: group time: 0.098 >10:21:24,595 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >10:21:24,615 DEBUG yum.verbose.YumBase: Obs Init time: 0.017 >10:21:24,631 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >10:21:24,637 DEBUG yum.verbose.YumBase: No package named ql23xx-firmware available to be installed >10:21:24,640 DEBUG yum.verbose.YumBase: No package named ql2200-firmware available to be installed >10:21:24,642 DEBUG yum.verbose.YumBase: No package named ql2100-firmware available to be installed >10:21:24,666 DEBUG yum.verbose.YumBase: No package named PackageKit-yum-plugin available to be installed >10:21:24,679 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >10:21:24,680 INFO packaging: no kernel-PAE package >10:21:24,681 INFO packaging: selected kernel >10:21:24,682 INFO packaging: checking dependencies >10:21:24,714 DEBUG yum.verbose.YumBase: Building updates object >10:21:24,763 DEBUG yum.verbose.YumBase: up:simple updates time: 0.007 >10:21:24,764 DEBUG yum.verbose.YumBase: up:obs time: 0.000 >10:21:24,764 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >10:21:24,764 DEBUG yum.verbose.YumBase: updates time: 0.050 >10:21:24,765 DEBUG yum.verbose.YumBase: TSINFO: Marking ppp-2.4.7-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,766 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.10.0-4.git20140704.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,767 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.25-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,768 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.41.4-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,769 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-4.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,769 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.3-5.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,770 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-215-11.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,771 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.x86_64 to require for libnl-genl-3.so.200(libnl_3)(64bit) >10:21:24,771 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.x86_64 to require for libnl-3.so.200(libnl_3)(64bit) >10:21:24,772 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.9.1-7.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,772 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.9.1-7.fc21.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >10:21:24,774 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.21-11.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,775 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.71-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,776 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-29.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,777 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.25.1-0.1.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,777 DEBUG yum.verbose.YumBase: TSINFO: Marking teamd-1.12-1.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,779 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.17.0-2.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,780 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.47.4-2.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,781 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-7.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,782 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.7-1.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,782 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.7-1.fc21.x86_64 to require for libplc4.so()(64bit) >10:21:24,783 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.17.0-1.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,784 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.10.0-4.git20140704.fc21.x86_64 to require for libnm-glib.so.4()(64bit) >10:21:24,784 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.x86_64 to require for libnl-genl-3.so.200()(64bit) >10:21:24,784 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.x86_64 to require for libnl-3.so.200()(64bit) >10:21:24,784 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.4-2.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,785 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-215-11.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,786 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.4-3.fc21.x86_64 to require for libgmodule-2.0.so.0()(64bit) >10:21:24,786 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.4-3.fc21.x86_64 to require for libglib-2.0.so.0()(64bit) >10:21:24,786 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.4-3.fc21.x86_64 to require for libgio-2.0.so.0()(64bit) >10:21:24,787 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.8.6-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.x86_64 >10:21:24,789 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-3.4.1-14.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,790 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-glib-0.9.5-1.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,790 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.3-14.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,791 DEBUG yum.verbose.YumBase: TSINFO: Marking comps-extras-23-2.fc21.noarch as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,792 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.6-2.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,793 DEBUG yum.verbose.YumBase: TSINFO: Marking libsolv-0.6.4-3.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,793 DEBUG yum.verbose.YumBase: Quick matched libsolv-0.6.4-3.fc21.x86_64 to require for libsolv.so.0()(64bit) >10:21:24,793 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.12.0-0.rc1.1.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,794 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.12.0-0.rc1.1.fc21.x86_64 to require for librpm.so.3()(64bit) >10:21:24,794 DEBUG yum.verbose.YumBase: TSINFO: Marking librepo-1.7.5-2.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,795 DEBUG yum.verbose.YumBase: TSINFO: Marking libhif-0.1.3-1.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,796 DEBUG yum.verbose.YumBase: TSINFO: Marking hawkey-0.5.0-2.fc21.x86_64 as install for PackageKit-0.9.5-1.fc21.x86_64 >10:21:24,797 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,798 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-ureport-2.2.3-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,799 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-logger-2.2.3-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,800 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-bugzilla-2.2.3-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,801 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-fedora-2.2.3-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,801 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-tui-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,802 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-retrace-client-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,803 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-plugin-bodhi-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,804 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-xorg-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,804 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-vmcore-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,805 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python3-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,806 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,807 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-pstoreoops-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,807 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-kerneloops-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,808 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-ccpp-2.2.2-4.fc21.x86_64 as install for abrt-cli-2.2.2-4.fc21.x86_64 >10:21:24,809 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-7.fc21.x86_64 as install for acl-2.2.52-7.fc21.x86_64 >10:21:24,810 DEBUG yum.verbose.YumBase: Quick matched libacl-2.2.52-7.fc21.x86_64 to require for libacl.so.1(ACL_1.0)(64bit) >10:21:24,810 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-9.fc21.x86_64 as install for acl-2.2.52-7.fc21.x86_64 >10:21:24,812 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-16.fc21.x86_64 as install for at-3.1.14-5.fc21.x86_64 >10:21:24,813 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.3-4.fc21.x86_64 as install for at-3.1.14-5.fc21.x86_64 >10:21:24,814 DEBUG yum.verbose.YumBase: Quick matched pam-1.1.8-16.fc21.x86_64 to require for libpam.so.0()(64bit) >10:21:24,816 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.4-1.fc21.x86_64 as install for audit-2.4-1.fc21.x86_64 >10:21:24,817 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.12.2-3.fc21.x86_64 as install for audit-2.4-1.fc21.x86_64 >10:21:24,818 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.2-3.fc21.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >10:21:24,818 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.62-2.fc21.x86_64 as install for audit-2.4-1.fc21.x86_64 >10:21:24,819 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-79.fc21.x86_64 as install for audit-2.4-1.fc21.x86_64 >10:21:24,820 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.2-3.fc21.x86_64 to require for libgssapi_krb5.so.2()(64bit) >10:21:24,820 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.4-1.fc21.x86_64 to require for libaudit.so.1()(64bit) >10:21:24,821 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.8-4.1.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >10:21:24,822 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.4-2.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >10:21:24,823 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.17-4.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >10:21:24,824 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1i-3.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >10:21:24,825 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-18-3.fc21.x86_64 as install for b43-openfwwf-5.2-11.fc21.noarch >10:21:24,827 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-16.20140323.fc21.x86_64 as install for bash-4.3.22-1.fc21.x86_64 >10:21:24,828 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-6.fc21.x86_64 as install for 1:bash-completion-2.1-5.fc21.noarch >10:21:24,829 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.2-5.fc21.x86_64 as install for bc-1.06.95-13.fc21.x86_64 >10:21:24,831 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-5.fc21.x86_64 as install for 32:bind-utils-9.9.5-9.P1.fc21.x86_64 >10:21:24,832 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-7.fc21.x86_64 as install for 32:bind-utils-9.9.5-9.P1.fc21.x86_64 >10:21:24,833 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-5.fc21.x86_64 as install for 32:bind-utils-9.9.5-9.P1.fc21.x86_64 >10:21:24,834 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-9.9.5-9.P1.fc21.x86_64 as install for 32:bind-utils-9.9.5-9.P1.fc21.x86_64 >10:21:24,834 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-9.P1.fc21.x86_64 to require for libisccfg.so.90()(64bit) >10:21:24,835 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-9.P1.fc21.x86_64 to require for libisccc.so.90()(64bit) >10:21:24,835 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-9.P1.fc21.x86_64 to require for libisc.so.95()(64bit) >10:21:24,835 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1i-3.fc21.x86_64 as install for 32:bind-utils-9.9.5-9.P1.fc21.x86_64 >10:21:24,836 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.11-3.fc21.x86_64 as install for 32:bind-utils-9.9.5-9.P1.fc21.x86_64 >10:21:24,837 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.24-7.fc21.x86_64 as install for 32:bind-utils-9.9.5-9.P1.fc21.x86_64 >10:21:24,839 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.25.1-0.1.fc21.x86_64 as install for btrfs-progs-3.16-1.fc21.x86_64 >10:21:24,840 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.25.1-0.1.fc21.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >10:21:24,840 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.25.1-0.1.fc21.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >10:21:24,840 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.08-3.fc21.x86_64 as install for btrfs-progs-3.16-1.fc21.x86_64 >10:21:24,841 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.11-3.fc21.x86_64 as install for btrfs-progs-3.16-1.fc21.x86_64 >10:21:24,842 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-14.fc21.x86_64 as install for bzip2-1.0.6-14.fc21.x86_64 >10:21:24,844 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libwbclient-4.1.11-1.fc21.2.x86_64 as install for cifs-utils-6.4-2.fc21.x86_64 >10:21:24,845 DEBUG yum.verbose.YumBase: TSINFO: Marking libtalloc-2.1.1-3.fc21.x86_64 as install for cifs-utils-6.4-2.fc21.x86_64 >10:21:24,846 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.9-4.fc21.x86_64 as install for cifs-utils-6.4-2.fc21.x86_64 >10:21:24,846 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.9-4.fc21.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >10:21:24,846 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-1.5.9-4.fc21.x86_64 as install for cifs-utils-6.4-2.fc21.x86_64 >10:21:24,848 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.4-7.fc21.x86_64 as install for cifs-utils-6.4-2.fc21.x86_64 >10:21:24,850 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks2-2.1.3-4.fc21.x86_64 as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,851 DEBUG yum.verbose.YumBase: TSINFO: Marking storaged-0.3.0-3.fc21.x86_64 as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,852 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-2.02.110-1.fc21.x86_64 as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,853 DEBUG yum.verbose.YumBase: TSINFO: Marking glib-networking-2.41.4-2.fc21.x86_64 as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,854 DEBUG yum.verbose.YumBase: TSINFO: Marking cockpit-assets-0.23-1.fc21.noarch as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,855 DEBUG yum.verbose.YumBase: TSINFO: Marking libudisks2-2.1.3-4.fc21.x86_64 as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,855 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh-0.6.3-3.fc21.x86_64 as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,856 DEBUG yum.verbose.YumBase: TSINFO: Marking json-glib-1.0.2-4.fc21.x86_64 as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,857 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-libs-0.6.37-3.fc21.x86_64 as install for cockpit-0.23-1.fc21.x86_64 >10:21:24,859 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-libs-1.8.11-3.fc21.x86_64 as install for coolkey-1.1.0-26.fc21.x86_64 >10:21:24,860 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-1.8.11-3.fc21.x86_64 as install for coolkey-1.1.0-26.fc21.x86_64 >10:21:24,861 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.17.0-2.fc21.x86_64 as install for coolkey-1.1.0-26.fc21.x86_64 >10:21:24,862 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.9.1-7.fc21.x86_64 as install for coolkey-1.1.0-26.fc21.x86_64 >10:21:24,862 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.1-7.fc21.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >10:21:24,862 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.1-7.fc21.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >10:21:24,863 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.17.0-1.fc21.x86_64 as install for coolkey-1.1.0-26.fc21.x86_64 >10:21:24,864 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-ccid-1.4.17-2.fc21.x86_64 as install for coolkey-1.1.0-26.fc21.x86_64 >10:21:24,867 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.20-3.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >10:21:24,867 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-6.0.0-7.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >10:21:24,868 DEBUG yum.verbose.YumBase: Quick matched 1:gmp-6.0.0-7.fc21.x86_64 to require for libgmp.so.10()(64bit) >10:21:24,869 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-9.fc21.x86_64 as install for cronie-1.4.11-9.fc21.x86_64 >10:21:24,872 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-9.fc21.x86_64 as install for cronie-1.4.11-9.fc21.x86_64 >10:21:24,873 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.6-1.fc21.x86_64 as install for cryptsetup-1.6.6-1.fc21.x86_64 >10:21:24,874 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-7.fc21.x86_64 as install for cryptsetup-1.6.6-1.fc21.x86_64 >10:21:24,875 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.16-5.fc21.x86_64 as install for cryptsetup-1.6.6-1.fc21.x86_64 >10:21:24,877 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.37.0-6.fc21.x86_64 as install for curl-7.37.0-6.fc21.x86_64 >10:21:24,878 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-15.fc21.x86_64 as install for curl-7.37.0-6.fc21.x86_64 >10:21:24,879 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-7.fc21.x86_64 as install for curl-7.37.0-6.fc21.x86_64 >10:21:24,880 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.39-11.fc21.x86_64 as install for curl-7.37.0-6.fc21.x86_64 >10:21:24,880 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.39-11.fc21.x86_64 to require for liblber-2.4.so.2()(64bit) >10:21:24,881 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-19.fc21.x86_64 as install for cyrus-sasl-plain-2.1.26-19.fc21.x86_64 >10:21:24,883 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-10.fc21.x86_64 as install for 1:dbus-1.8.6-3.fc21.x86_64 >10:21:24,884 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-14alpha.fc21.x86_64 as install for deltarpm-3.6-6.fc21.x86_64 >10:21:24,885 DEBUG yum.verbose.YumBase: Quick matched xz-libs-5.1.2-14alpha.fc21.x86_64 to require for liblzma.so.5()(64bit) >10:21:24,886 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.3.1-6.fc21.x86_64 as install for 12:dhclient-4.3.1-6.fc21.x86_64 >10:21:24,887 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.3.1-6.fc21.x86_64 as install for 12:dhclient-4.3.1-6.fc21.x86_64 >10:21:24,888 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.1-5.fc21.x86_64 as install for 12:dhclient-4.3.1-6.fc21.x86_64 >10:21:24,889 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 as install for 12:dhclient-4.3.1-6.fc21.x86_64 >10:21:24,889 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 to require for libisc-export.so.95()(64bit) >10:21:24,889 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 to require for libirs-export.so.91()(64bit) >10:21:24,889 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 to require for libdns-export.so.100()(64bit) >10:21:24,890 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-14alpha.fc21.x86_64 as install for docker-io-1.2.0-2.fc21.x86_64 >10:21:24,891 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.89-1.fc21.x86_64 as install for docker-io-1.2.0-2.fc21.x86_64 >10:21:24,892 DEBUG yum.verbose.YumBase: Quick matched device-mapper-libs-1.02.89-1.fc21.x86_64 to require for libdevmapper.so.1.02()(64bit) >10:21:24,893 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-038-15.git20140724.fc21.x86_64 as install for dracut-config-rescue-038-15.git20140724.fc21.x86_64 >10:21:24,894 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:rmt-1.5.3-2.fc21.x86_64 as install for 1:dump-0.4-0.23.b44.fc21.x86_64 >10:21:24,896 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.11-3.fc21.x86_64 as install for e2fsprogs-1.42.11-3.fc21.x86_64 >10:21:24,896 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.11-3.fc21.x86_64 to require for libss.so.2()(64bit) >10:21:24,898 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-21-0.13.noarch as install for fedora-release-server-21-0.13.noarch >10:21:24,899 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.19-4.fc21.x86_64 as install for file-5.19-4.fc21.x86_64 >10:21:24,899 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.19-4.fc21.x86_64 to require for libmagic.so.1()(64bit) >10:21:24,900 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-3.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >10:21:24,901 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-5.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >10:21:24,902 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.13.91-1.fc21.x86_64 as install for firewalld-0.3.11-3.fc21.noarch >10:21:24,904 DEBUG yum.verbose.YumBase: TSINFO: Marking firewalld-config-server-0.3.11-3.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >10:21:24,905 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-16.fc21.x86_64 as install for firewalld-0.3.11-3.fc21.noarch >10:21:24,906 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-6.fc21.x86_64 as install for firewalld-0.3.11-3.fc21.noarch >10:21:24,907 DEBUG yum.verbose.YumBase: TSINFO: Marking fprintd-0.5.1-3.fc21.x86_64 as install for fprintd-pam-0.5.1-3.fc21.x86_64 >10:21:24,910 DEBUG yum.verbose.YumBase: TSINFO: Marking freeipa-python-4.0.2-1.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,911 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-1.32.5-1906.svn2451.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,912 DEBUG yum.verbose.YumBase: TSINFO: Marking certmonger-0.75.14-1.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,913 DEBUG yum.verbose.YumBase: TSINFO: Marking python-ldap-2.4.6-7.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,913 DEBUG yum.verbose.YumBase: TSINFO: Marking python-krbV-1.0.90-9.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,914 DEBUG yum.verbose.YumBase: TSINFO: Marking python-dns-1.11.1-4.fc21.noarch as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,915 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-ssl_match_hostname-3.4.0.2-3.fc21.noarch as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,915 DEBUG yum.verbose.YumBase: TSINFO: Marking ntp-4.2.6p5-23.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,916 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-1.12.0-7.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,918 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfsidmap-0.26-0.1.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,919 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-workstation-1.12.2-3.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,919 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-gssapi-2.1.26-19.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,920 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:autofs-5.1.0-6.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,921 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-client-1.32.5-1906.svn2451.fc21.x86_64 as install for freeipa-client-4.0.2-1.fc21.x86_64 >10:21:24,923 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.19.90-36.fc21.x86_64 as install for glibc-2.19.90-36.fc21.x86_64 >10:21:24,924 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.17.0-1.fc21.x86_64 as install for glibc-2.19.90-36.fc21.x86_64 >10:21:24,924 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.17.0-1.fc21.x86_64 to require for libfreebl3.so()(64bit) >10:21:24,926 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.3-7.fc21.x86_64 as install for gnupg2-2.0.25-2.fc21.x86_64 >10:21:24,927 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.6.1-7.fc21.x86_64 as install for gnupg2-2.0.25-2.fc21.x86_64 >10:21:24,927 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-5.fc21.x86_64 as install for gnupg2-2.0.25-2.fc21.x86_64 >10:21:24,928 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-25.fc21.x86_64 as install for gnupg2-2.0.25-2.fc21.x86_64 >10:21:24,929 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.13-3.fc21.x86_64 as install for gnupg2-2.0.25-2.fc21.x86_64 >10:21:24,931 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-US-0.20121024-8.fc21.noarch as install for hunspell-1.3.3-3.fc21.x86_64 >10:21:24,933 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.12-7.fc21.x86_64 as install for initscripts-9.55-2.fc21.x86_64 >10:21:24,935 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-9.fc21.x86_64 as install for iproute-3.16.0-2.fc21.x86_64 >10:21:24,935 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-11.fc21.x86_64 as install for iproute-3.16.0-2.fc21.x86_64 >10:21:24,937 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-4.fc21.x86_64 as install for iptstate-2.2.5-5.fc21.x86_64 >10:21:24,940 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-4.fc21.x86_64 as install for 2:irqbalance-1.0.7-8.fc21.x86_64 >10:21:24,940 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-4.fc21.x86_64 to require for libnuma.so.1(libnuma_1.1)(64bit) >10:21:24,940 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-4.fc21.x86_64 to require for libnuma.so.1()(64bit) >10:21:24,941 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn2-0.8-7.fc21.x86_64 as install for jwhois-4.0-37.fc21.x86_64 >10:21:24,943 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-2.0.2-3.fc21.noarch as install for kbd-2.0.2-3.fc21.x86_64 >10:21:24,943 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-2.0.2-3.fc21.noarch as install for kbd-2.0.2-3.fc21.x86_64 >10:21:24,952 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-3.16.1-301.fc21.x86_64 as install for kernel-3.16.1-301.fc21.x86_64 >10:21:24,965 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-core-3.16.1-301.fc21.x86_64 as install for kernel-3.16.1-301.fc21.x86_64 >10:21:24,968 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-11.fc21.x86_64 as install for less-458-13.fc21.x86_64 >10:21:24,971 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.3.7-1.fc21.x86_64 as install for lftp-4.5.4-3.fc21.x86_64 >10:21:24,971 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.3.7-1.fc21.x86_64 to require for libgnutls.so.28()(64bit) >10:21:24,973 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-5.fc21.x86_64 as install for man-db-2.6.7.1-6.fc21.x86_64 >10:21:24,974 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.3.0-4.fc21.x86_64 as install for man-db-2.6.7.1-6.fc21.x86_64 >10:21:24,975 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.11-4.fc21.x86_64 as install for man-db-2.6.7.1-6.fc21.x86_64 >10:21:24,976 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.2.3-4.fc21.x86_64 as install for mdadm-3.3.2-1.fc21.x86_64 >10:21:24,982 DEBUG yum.verbose.YumBase: TSINFO: Marking libtirpc-0.2.5-0.1.fc21.x86_64 as install for 1:nfs-utils-1.3.0-6.0.fc21.x86_64 >10:21:24,982 DEBUG yum.verbose.YumBase: TSINFO: Marking rpcbind-0.2.1-2.0.fc21.x86_64 as install for 1:nfs-utils-1.3.0-6.0.fc21.x86_64 >10:21:24,983 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.25.1-0.1.fc21.x86_64 as install for 1:nfs-utils-1.3.0-6.0.fc21.x86_64 >10:21:24,984 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25.1-0.1.fc21.x86_64 to require for libmount >10:21:24,984 DEBUG yum.verbose.YumBase: TSINFO: Marking libevent-2.0.21-6.fc21.x86_64 as install for 1:nfs-utils-1.3.0-6.0.fc21.x86_64 >10:21:24,986 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.5.3-5.fc21.x86_64 as install for 2:nmap-ncat-6.47-1.fc21.x86_64 >10:21:24,987 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-8.fc21.x86_64 as install for 2:nmap-ncat-6.47-1.fc21.x86_64 >10:21:24,989 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.17-4.fc21.x86_64 as install for ntsysv-1.3.62-2.fc21.x86_64 >10:21:24,989 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.17-4.fc21.x86_64 to require for libnewt.so.0.52()(64bit) >10:21:24,991 DEBUG yum.verbose.YumBase: TSINFO: Marking oddjob-0.33-3.fc21.x86_64 as install for oddjob-mkhomedir-0.33-3.fc21.x86_64 >10:21:24,992 DEBUG yum.verbose.YumBase: TSINFO: Marking psmisc-22.21-5.fc21.x86_64 as install for oddjob-mkhomedir-0.33-3.fc21.x86_64 >10:21:24,993 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-software-0.4.2-4.fc21.noarch as install for openlmi-1.0.1-4.fc21.noarch >10:21:24,994 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-service-0.4.2-4.fc21.x86_64 as install for openlmi-1.0.1-4.fc21.noarch >10:21:24,995 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-providers-0.4.2-4.fc21.x86_64 as install for openlmi-1.0.1-4.fc21.noarch >10:21:24,996 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-powermanagement-0.4.2-4.fc21.x86_64 as install for openlmi-1.0.1-4.fc21.noarch >10:21:24,997 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-hardware-0.4.2-4.fc21.x86_64 as install for openlmi-1.0.1-4.fc21.noarch >10:21:24,997 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-account-0.4.2-4.fc21.x86_64 as install for openlmi-1.0.1-4.fc21.noarch >10:21:24,998 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-storage-0.7.1-3.fc21.noarch as install for openlmi-1.0.1-4.fc21.noarch >10:21:24,999 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-networking-0.2.2-5.fc21.x86_64 as install for openlmi-1.0.1-4.fc21.noarch >10:21:25,001 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.6.1p1-4.fc21.x86_64 as install for openssh-clients-6.6.1p1-4.fc21.x86_64 >10:21:25,002 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-8.20140213cvs.fc21.x86_64 as install for openssh-clients-6.6.1p1-4.fc21.x86_64 >10:21:25,008 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.3-4.fc21.x86_64 as install for parted-3.2-3.fc21.x86_64 >10:21:25,009 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-6.fc21.x86_64 as install for passwd-0.79-5.fc21.x86_64 >10:21:25,011 DEBUG yum.verbose.YumBase: TSINFO: Marking passwdqc-lib-1.3.0-3.fc21.x86_64 as install for passwdqc-1.3.0-3.fc21.x86_64 >10:21:25,012 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-4.fc21.x86_64 as install for pciutils-3.2.1-4.fc21.x86_64 >10:21:25,012 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-4.fc21.x86_64 to require for libpci.so.3(LIBPCI_3.2)(64bit) >10:21:25,013 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-4.fc21.x86_64 to require for libpci.so.3(LIBPCI_3.1)(64bit) >10:21:25,013 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-4.fc21.x86_64 to require for libpci.so.3(LIBPCI_3.0)(64bit) >10:21:25,013 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-18-3.fc21.x86_64 as install for pciutils-3.2.1-4.fc21.x86_64 >10:21:25,014 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.269-1.fc21.noarch as install for pciutils-3.2.1-4.fc21.x86_64 >10:21:25,015 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-17.fc21.x86_64 as install for pcmciautils-018-8.fc21.x86_64 >10:21:25,016 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.25.rc2.fc21.noarch as install for pinfo-0.6.10-10.fc21.x86_64 >10:21:25,018 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-7.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-7.2013.08.14.fc21.x86_64 >10:21:25,019 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-7.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-7.2013.08.14.fc21.x86_64 >10:21:25,019 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-7.2013.08.14.fc21.x86_64 to require for libply-splash-core.so.2()(64bit) >10:21:25,019 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.56-2.fc21.x86_64 as install for plymouth-0.8.9-7.2013.08.14.fc21.x86_64 >10:21:25,021 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.3-4.fc21.x86_64 as install for policycoreutils-2.3-7.1.fc21.x86_64 >10:21:25,022 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.3-6.fc21.x86_64 as install for policycoreutils-2.3-7.1.fc21.x86_64 >10:21:25,023 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-9.fc21.x86_64 as install for policycoreutils-2.3-7.1.fc21.x86_64 >10:21:25,025 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:quota-nls-4.01-14.fc21.noarch as install for 1:quota-4.01-14.fc21.x86_64 >10:21:25,028 DEBUG yum.verbose.YumBase: TSINFO: Marking python-futures-2.1.6-3.fc21.noarch as install for rolekit-0.0.3-1.fc21.noarch >10:21:25,030 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-9.fc21.x86_64 as install for rpm-4.12.0-0.rc1.1.fc21.x86_64 >10:21:25,031 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.160-1.fc21.x86_64 as install for rpm-4.12.0-0.rc1.1.fc21.x86_64 >10:21:25,032 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.1.2-10.fc21.x86_64 as install for rpm-4.12.0-0.rc1.1.fc21.x86_64 >10:21:25,035 DEBUG yum.verbose.YumBase: TSINFO: Marking liblogging-stdlog-1.0.4-4.fc21.x86_64 as install for rsyslog-7.4.10-4.fc21.x86_64 >10:21:25,035 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.12-5.fc21.x86_64 as install for rsyslog-7.4.10-4.fc21.x86_64 >10:21:25,036 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.9-4.fc21.x86_64 as install for rsyslog-7.4.10-4.fc21.x86_64 >10:21:25,041 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-winbind-modules-4.1.11-1.fc21.2.x86_64 as install for 2:samba-winbind-4.1.11-1.fc21.2.x86_64 >10:21:25,044 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-libs-4.1.11-1.fc21.2.x86_64 as install for 2:samba-winbind-4.1.11-1.fc21.2.x86_64 >10:21:25,045 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-common-4.1.11-1.fc21.2.x86_64 as install for 2:samba-winbind-4.1.11-1.fc21.2.x86_64 >10:21:25,046 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libtrusts_util.so(SAMBA_4.1.11)(64bit) >10:21:25,047 DEBUG yum.verbose.YumBase: TSINFO: Marking libtevent-0.9.21-3.fc21.x86_64 as install for 2:samba-winbind-4.1.11-1.fc21.2.x86_64 >10:21:25,048 DEBUG yum.verbose.YumBase: Quick matched libtevent-0.9.21-3.fc21.x86_64 to require for libtevent.so.0(TEVENT_0.9.12)(64bit) >10:21:25,048 DEBUG yum.verbose.YumBase: TSINFO: Marking libtdb-1.3.0-4.fc21.x86_64 as install for 2:samba-winbind-4.1.11-1.fc21.2.x86_64 >10:21:25,049 DEBUG yum.verbose.YumBase: Quick matched libtdb-1.3.0-4.fc21.x86_64 to require for libtdb.so.1(TDB_1.2.1)(64bit) >10:21:25,049 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmbldaphelper.so(SAMBA_4.1.11)(64bit) >10:21:25,049 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmbldap.so.0(SMBLDAP_0)(64bit) >10:21:25,049 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmbd_shim.so(SAMBA_4.1.11)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmbconf.so.0(SMBCONF_0)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmb_transport.so(SAMBA_4.1.11)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsecrets3.so(SAMBA_4.1.11)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba3-util.so(SAMBA_4.1.11)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-sockets.so(SAMBA_4.1.11)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-security.so(SAMBA_4.1.11)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-modules.so(SAMBA_4.1.11)(64bit) >10:21:25,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) >10:21:25,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libreplace.so(SAMBA_4.1.11)(64bit) >10:21:25,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libnpa_tstream.so(SAMBA_4.1.11)(64bit) >10:21:25,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libndr.so.0(NDR_0.0.1)(64bit) >10:21:25,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) >10:21:25,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libndr-samba.so(SAMBA_4.1.11)(64bit) >10:21:25,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libmsrpc3.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for liblibsmb.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for liblibcli_netlogon3.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for liblibcli_lsa3.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libkrb5samba.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libgse.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libgensec.so.0(GENSEC_0.0.1)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libflag_mapping.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for liberrors.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libdcerpc-samba.so(SAMBA_4.1.11)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit) >10:21:25,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libdbwrap.so(SAMBA_4.1.11)(64bit) >10:21:25,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libcliauth.so(SAMBA_4.1.11)(64bit) >10:21:25,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libcli_smb_common.so(SAMBA_4.1.11)(64bit) >10:21:25,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libcli-ldap-common.so(SAMBA_4.1.11)(64bit) >10:21:25,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libauthkrb5.so(SAMBA_4.1.11)(64bit) >10:21:25,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libauth.so(SAMBA_4.1.11)(64bit) >10:21:25,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libads.so(SAMBA_4.1.11)(64bit) >10:21:25,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libutil_tdb.so()(64bit) >10:21:25,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libtrusts_util.so()(64bit) >10:21:25,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmbldaphelper.so()(64bit) >10:21:25,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmbldap.so.0()(64bit) >10:21:25,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmbd_shim.so()(64bit) >10:21:25,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmbconf.so.0()(64bit) >10:21:25,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsmb_transport.so()(64bit) >10:21:25,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsecrets3.so()(64bit) >10:21:25,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba3-util.so()(64bit) >10:21:25,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-util.so.0()(64bit) >10:21:25,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-sockets.so()(64bit) >10:21:25,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-security.so()(64bit) >10:21:25,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-modules.so()(64bit) >10:21:25,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libsamba-hostconfig.so.0()(64bit) >10:21:25,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libreplace.so()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libnpa_tstream.so()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libndr.so.0()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libndr-standard.so.0()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libndr-samba.so()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libmsrpc3.so()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for liblibsmb.so()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for liblibcli_netlogon3.so()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for liblibcli_lsa3.so()(64bit) >10:21:25,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libkrb5samba.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libgse.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libgensec.so.0()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libflag_mapping.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for liberrors.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libdcerpc-samba.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libdcerpc-binding.so.0()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libdbwrap.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libcliauth.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libcli_smb_common.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libcli-ldap-common.so()(64bit) >10:21:25,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libauthkrb5.so()(64bit) >10:21:25,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libauth.so()(64bit) >10:21:25,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.x86_64 to require for libads.so()(64bit) >10:21:25,058 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.13.1-78.fc21.noarch as install for selinux-policy-targeted-3.13.1-78.fc21.noarch >10:21:25,059 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.13.1-78.fc21.noarch to require for selinux-policy >10:21:25,060 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-6.fc21.x86_64 as install for setuptool-1.19.11-9.fc21.x86_64 >10:21:25,062 DEBUG yum.verbose.YumBase: TSINFO: Marking mailx-12.5-13.fc21.x86_64 as install for 1:smartmontools-6.2-8.fc21.x86_64 >10:21:25,072 DEBUG yum.verbose.YumBase: TSINFO: Marking ssmtp-2.64-13.fc21.x86_64 as install for 1:smartmontools-6.2-8.fc21.x86_64 >10:21:25,074 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.12.0-0.rc1.1.fc21.x86_64 as install for sos-3.2-0.1.a.fc21.noarch >10:21:25,074 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-5.fc21.x86_64 as install for sos-3.2-0.1.a.fc21.noarch >10:21:25,076 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-proxy-1.12.0-7.fc21.x86_64 as install for sssd-1.12.0-7.fc21.x86_64 >10:21:25,077 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ldap-1.12.0-7.fc21.x86_64 as install for sssd-1.12.0-7.fc21.x86_64 >10:21:25,078 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-1.12.0-7.fc21.x86_64 as install for sssd-1.12.0-7.fc21.x86_64 >10:21:25,079 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ipa-1.12.0-7.fc21.x86_64 as install for sssd-1.12.0-7.fc21.x86_64 >10:21:25,080 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-pac-1.12.0-7.fc21.x86_64 as install for sssd-1.12.0-7.fc21.x86_64 >10:21:25,081 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ad-1.12.0-7.fc21.x86_64 as install for sssd-1.12.0-7.fc21.x86_64 >10:21:25,082 DEBUG yum.verbose.YumBase: TSINFO: Marking python-sssdconfig-1.12.0-7.fc21.noarch as install for sssd-1.12.0-7.fc21.x86_64 >10:21:25,088 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.160-1.fc21.x86_64 as install for systemd-215-11.fc21.x86_64 >10:21:25,088 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.160-1.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.130)(64bit) >10:21:25,088 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.160-1.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.122)(64bit) >10:21:25,089 DEBUG yum.verbose.YumBase: TSINFO: Marking libseccomp-2.1.1-5.fc21.x86_64 as install for systemd-215-11.fc21.x86_64 >10:21:25,090 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-4.fc21.x86_64 as install for systemd-215-11.fc21.x86_64 >10:21:25,095 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 as install for 2:tog-pegasus-2.13.0-17.fc21.x86_64 >10:21:25,096 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-libs-5.7.2-21.fc21.x86_64 as install for 2:tog-pegasus-2.13.0-17.fc21.x86_64 >10:21:25,097 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2014.2.1-1.0.fc21.noarch as install for 2:tog-pegasus-2.13.0-17.fc21.x86_64 >10:21:25,097 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegwql.so.1()(64bit) >10:21:25,098 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpeguser.so.1()(64bit) >10:21:25,098 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegslp.so.1()(64bit) >10:21:25,098 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegservice.so.1()(64bit) >10:21:25,098 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegserver.so.1()(64bit) >10:21:25,098 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegrepository.so.1()(64bit) >10:21:25,098 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegqueryexpression.so.1()(64bit) >10:21:25,098 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegquerycommon.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegprovidermanager.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegprovider.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegprm.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegpmservice.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegpmrouter.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegindicationservice.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpeghandlerservice.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpeghandler.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpeggetoopt.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpeggeneral.so.1()(64bit) >10:21:25,099 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegexportserver.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegcql.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegconfig.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegcompiler.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegcommon.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegcliutils.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegclient.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libpegauthentication.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libUserAuthProvider.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libProviderRegistrationProvider.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libNamespaceProvider.so.1()(64bit) >10:21:25,100 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libInteropProvider.so.1()(64bit) >10:21:25,101 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libDefaultProviderManager.so.1()(64bit) >10:21:25,101 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libConfigSettingProvider.so.1()(64bit) >10:21:25,101 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libCertificateProvider.so.1()(64bit) >10:21:25,101 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 to require for libCIMQueryCapabilitiesProvider.so.1()(64bit) >10:21:25,102 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-5.fc21.x86_64 as install for uboot-tools-2014.04-7.fc21.x86_64 >10:21:25,103 DEBUG yum.verbose.YumBase: TSINFO: Marking usb_modeswitch-data-20140327-2.fc21.noarch as install for usb_modeswitch-2.1.1-3.fc21.x86_64 >10:21:25,105 DEBUG yum.verbose.YumBase: TSINFO: Marking jimtcl-0.75-3.fc21.x86_64 as install for usb_modeswitch-2.1.1-3.fc21.x86_64 >10:21:25,106 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbx-1.0.19-2.fc21.x86_64 as install for usb_modeswitch-2.1.1-3.fc21.x86_64 >10:21:25,110 DEBUG yum.verbose.YumBase: TSINFO: Marking libsmartcols-2.25.1-0.1.fc21.x86_64 as install for util-linux-2.25.1-0.1.fc21.x86_64 >10:21:25,111 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-6.fc21.x86_64 as install for util-linux-2.25.1-0.1.fc21.x86_64 >10:21:25,113 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.35-6.fc21.1.x86_64 as install for wget-1.15-3.fc21.x86_64 >10:21:25,114 DEBUG yum.verbose.YumBase: TSINFO: Marking crda-3.13_2014.06.13-2.fc21.x86_64 as install for 1:wireless-tools-29-12.1.fc21.x86_64 >10:21:25,116 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-14.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >10:21:25,117 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.10.1-2.fc21.noarch as install for yum-3.4.3-153.fc21.noarch >10:21:25,117 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.3-4.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >10:21:25,118 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-15.fc21.noarch as install for yum-3.4.3-153.fc21.noarch >10:21:25,119 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-13.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >10:21:25,120 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-12.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >10:21:25,120 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-python-0.0.27-1.fc21.noarch as install for yum-langpacks-0.4.3-2.fc21.noarch >10:21:25,121 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kitchen-1.1.1-7.fc21.noarch as install for yum-utils-1.1.31-24.fc21.noarch >10:21:25,127 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.41.91-1.fc21.x86_64 as install for PackageKit-glib-0.9.5-1.fc21.x86_64 >10:21:25,129 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python-2.2.2-4.fc21.x86_64 as install for abrt-2.2.2-4.fc21.x86_64 >10:21:25,130 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-libs-2.2.2-4.fc21.x86_64 as install for abrt-2.2.2-4.fc21.x86_64 >10:21:25,131 DEBUG yum.verbose.YumBase: TSINFO: Marking satyr-0.14-3.fc21.x86_64 as install for abrt-2.2.2-4.fc21.x86_64 >10:21:25,132 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-2.2.3-4.fc21.x86_64 as install for abrt-2.2.2-4.fc21.x86_64 >10:21:25,133 DEBUG yum.verbose.YumBase: TSINFO: Marking gdb-7.8-20.fc21.x86_64 as install for abrt-addon-ccpp-2.2.2-4.fc21.x86_64 >10:21:25,134 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python-2.2.3-4.fc21.x86_64 as install for abrt-addon-ccpp-2.2.2-4.fc21.x86_64 >10:21:25,135 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-0.160-1.fc21.x86_64 as install for abrt-addon-ccpp-2.2.2-4.fc21.x86_64 >10:21:25,137 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-kerneloops-2.2.3-4.fc21.x86_64 as install for abrt-addon-kerneloops-2.2.2-4.fc21.x86_64 >10:21:25,138 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python-215-11.fc21.x86_64 as install for abrt-addon-python-2.2.2-4.fc21.x86_64 >10:21:25,139 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python3-215-11.fc21.x86_64 as install for abrt-addon-python3-2.2.2-4.fc21.x86_64 >10:21:25,140 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python3-2.2.2-4.fc21.x86_64 as install for abrt-addon-python3-2.2.2-4.fc21.x86_64 >10:21:25,141 DEBUG yum.verbose.YumBase: TSINFO: Marking python-augeas-0.4.1-6.fc21.noarch as install for abrt-addon-vmcore-2.2.2-4.fc21.x86_64 >10:21:25,142 DEBUG yum.verbose.YumBase: TSINFO: Marking kexec-tools-2.0.7-7.fc21.x86_64 as install for abrt-addon-vmcore-2.2.2-4.fc21.x86_64 >10:21:25,143 DEBUG yum.verbose.YumBase: TSINFO: Marking crash-7.0.7-3.fc21.x86_64 as install for abrt-addon-vmcore-2.2.2-4.fc21.x86_64 >10:21:25,145 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-web-2.2.3-4.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.2-4.fc21.x86_64 >10:21:25,146 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-10.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.2-4.fc21.x86_64 >10:21:25,148 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-cli-2.2.3-4.fc21.x86_64 as install for abrt-tui-2.2.2-4.fc21.x86_64 >10:21:25,150 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-0.6.37-3.fc21.x86_64 as install for accountsservice-libs-0.6.37-3.fc21.x86_64 >10:21:25,154 DEBUG yum.verbose.YumBase: TSINFO: Marking hesiod-3.2.1-4.fc21.x86_64 as install for 1:autofs-5.1.0-6.fc21.x86_64 >10:21:25,155 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-29.fc21.x86_64 as install for avahi-autoipd-0.6.31-29.fc21.x86_64 >10:21:25,156 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-8.fc21.x86_64 as install for avahi-autoipd-0.6.31-29.fc21.x86_64 >10:21:25,158 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.5-9.P1.fc21.noarch as install for 32:bind-libs-9.9.5-9.P1.fc21.x86_64 >10:21:25,160 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.21.1-2.fc21.x86_64 as install for ca-certificates-2014.2.1-1.0.fc21.noarch >10:21:25,161 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.21.1-2.fc21.x86_64 as install for ca-certificates-2014.2.1-1.0.fc21.noarch >10:21:25,165 DEBUG yum.verbose.YumBase: TSINFO: Marking iw-3.14-3.fc21.x86_64 as install for crda-3.13_2014.06.13-2.fc21.x86_64 >10:21:25,170 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.89-1.fc21.x86_64 as install for device-mapper-libs-1.02.89-1.fc21.x86_64 >10:21:25,172 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.7.1-5.fc21.x86_64 as install for dnsmasq-2.71-3.fc21.x86_64 >10:21:25,173 DEBUG yum.verbose.YumBase: Quick matched nettle-2.7.1-5.fc21.x86_64 to require for libhogweed.so.2()(64bit) >10:21:25,174 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-67.fc21.x86_64 as install for dracut-038-15.git20140724.fc21.x86_64 >10:21:25,175 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-21.fc21.x86_64 as install for dracut-038-15.git20140724.fc21.x86_64 >10:21:25,178 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-repos-21-0.6.noarch as install for fedora-release-21-0.13.noarch >10:21:25,180 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-7.fc21.x86_64 as install for fipscheck-lib-1.4.1-7.fc21.x86_64 >10:21:25,181 DEBUG yum.verbose.YumBase: TSINFO: Marking libfprint-0.5.1-4.fc21.x86_64 as install for fprintd-0.5.1-3.fc21.x86_64 >10:21:25,183 DEBUG yum.verbose.YumBase: TSINFO: Marking python-nss-0.15.0-5.fc21.x86_64 as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,184 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kerberos-1.1-16.fc21.x86_64 as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,185 DEBUG yum.verbose.YumBase: TSINFO: Marking python-yubico-1.2.1-3.fc21.noarch as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,186 DEBUG yum.verbose.YumBase: TSINFO: Marking python-qrcode-2.4.1-6.fc21.noarch as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,186 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pyasn1-0.1.7-4.fc21.noarch as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,187 DEBUG yum.verbose.YumBase: TSINFO: Marking python-netaddr-0.7.11-3.fc21.noarch as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,187 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.3.5-3.fc21.x86_64 as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,188 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:python-dateutil-1.5-0.fc21.noarch as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,189 DEBUG yum.verbose.YumBase: TSINFO: Marking pyOpenSSL-0.13.1-4.fc21.x86_64 as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,190 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-python-1.12.0-7.fc21.x86_64 as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,191 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg-1.4.18-2.fc21.x86_64 as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,191 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.8-4.1.fc21.x86_64 as install for freeipa-python-4.0.2-1.fc21.x86_64 >10:21:25,194 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.13.92-1.fc21.x86_64 as install for glib-networking-2.41.4-2.fc21.x86_64 >10:21:25,195 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.1-6.fc21.x86_64 as install for glib2-2.41.4-3.fc21.x86_64 >10:21:25,197 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2014f-1.fc21.noarch as install for glibc-common-2.19.90-36.fc21.x86_64 >10:21:25,198 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-4.1-1.fc21.x86_64 as install for gnutls-3.3.7-1.fc21.x86_64 >10:21:25,199 DEBUG yum.verbose.YumBase: TSINFO: Marking crypto-policies-20140827-1.git4e06f1d.fc21.noarch as install for gnutls-3.3.7-1.fc21.x86_64 >10:21:25,200 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.13-3.fc21.x86_64 as install for gnutls-3.3.7-1.fc21.x86_64 >10:21:25,204 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-6.fc21.x86_64 as install for iptables-1.4.21-11.fc21.x86_64 >10:21:25,207 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20140605-38.gita4f3bc03.fc21.1.noarch as install for kernel-core-3.16.1-301.fc21.x86_64 >10:21:25,212 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.6-4.fc21.x86_64 as install for krb5-libs-1.12.2-3.fc21.x86_64 >10:21:25,214 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-data-0.0.27-1.fc21.noarch as install for langtable-python-0.0.27-1.fc21.noarch >10:21:25,215 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-0.0.27-1.fc21.noarch as install for langtable-python-0.0.27-1.fc21.noarch >10:21:25,222 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.3-0.3.fc21.x86_64 as install for libdrm-2.4.56-2.fc21.x86_64 >10:21:25,228 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-9.fc21.x86_64 as install for libnetfilter_conntrack-1.0.4-4.fc21.x86_64 >10:21:25,228 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-9.fc21.x86_64 to require for libmnl.so.0(LIBMNL_1.0)(64bit) >10:21:25,228 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-9.fc21.x86_64 to require for libmnl.so.0()(64bit) >10:21:25,231 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.1-5.fc21.x86_64 as install for libpwquality-1.2.4-2.fc21.x86_64 >10:21:25,232 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.1-5.fc21.x86_64 as install for libpwquality-1.2.4-2.fc21.x86_64 >10:21:25,233 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.4.3-4.fc21.x86_64 as install for librepo-1.7.5-2.fc21.x86_64 >10:21:25,233 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-4.fc21.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >10:21:25,233 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-4.fc21.x86_64 to require for libgpgme.so.11()(64bit) >10:21:25,235 DEBUG yum.verbose.YumBase: TSINFO: Marking augeas-libs-1.2.0-4.fc21.x86_64 as install for libreport-plugin-bugzilla-2.2.3-4.fc21.x86_64 >10:21:25,238 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-18.fc21.x86_64 as install for libsemanage-2.3-6.fc21.x86_64 >10:21:25,239 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-18.fc21.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >10:21:25,239 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-18.fc21.x86_64 to require for libustr-1.0.so.1()(64bit) >10:21:25,255 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.110-1.fc21.x86_64 as install for lvm2-2.02.110-1.fc21.x86_64 >10:21:25,256 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.3.2-4.fc21.x86_64 as install for lvm2-2.02.110-1.fc21.x86_64 >10:21:25,257 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.89-1.fc21.x86_64 as install for lvm2-2.02.110-1.fc21.x86_64 >10:21:25,259 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-16.20140323.fc21.noarch as install for ncurses-libs-5.9-16.20140323.fc21.x86_64 >10:21:25,261 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-13.fc21.x86_64 as install for newt-0.52.17-4.fc21.x86_64 >10:21:25,261 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-13.fc21.x86_64 to require for libslang.so.2()(64bit) >10:21:25,265 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.17.0-2.fc21.x86_64 as install for nss-3.17.0-2.fc21.x86_64 >10:21:25,272 DEBUG yum.verbose.YumBase: TSINFO: Marking ntpdate-4.2.6p5-23.fc21.x86_64 as install for ntp-4.2.6p5-23.fc21.x86_64 >10:21:25,273 DEBUG yum.verbose.YumBase: TSINFO: Marking autogen-libopts-5.18.3-3.fc21.x86_64 as install for ntp-4.2.6p5-23.fc21.x86_64 >10:21:25,278 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-indicationmanager-libs-0.4.2-4.fc21.x86_64 as install for openlmi-account-0.4.2-4.fc21.x86_64 >10:21:25,278 DEBUG yum.verbose.YumBase: Quick matched openlmi-indicationmanager-libs-0.4.2-4.fc21.x86_64 to require for libopenlmiindmanager.so.1()(64bit) >10:21:25,279 DEBUG yum.verbose.YumBase: TSINFO: Marking konkretcmpi-0.9.2-4.fc21.x86_64 as install for openlmi-account-0.4.2-4.fc21.x86_64 >10:21:25,280 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-7.fc21.x86_64 as install for openlmi-hardware-0.4.2-4.fc21.x86_64 >10:21:25,283 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-python-base-0.4.2-4.fc21.noarch as install for openlmi-providers-0.4.2-4.fc21.x86_64 >10:21:25,283 DEBUG yum.verbose.YumBase: TSINFO: Marking pywbem-0.7.0-27.20131121svn626.fc21.noarch as install for openlmi-providers-0.4.2-4.fc21.x86_64 >10:21:25,284 DEBUG yum.verbose.YumBase: Quick matched pywbem-0.7.0-27.20131121svn626.fc21.noarch to require for pywbem >10:21:25,284 DEBUG yum.verbose.YumBase: TSINFO: Marking cim-schema-2.38.0-3.fc21.noarch as install for openlmi-providers-0.4.2-4.fc21.x86_64 >10:21:25,286 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-python-providers-0.4.2-4.fc21.noarch as install for openlmi-software-0.4.2-4.fc21.noarch >10:21:25,287 DEBUG yum.verbose.YumBase: TSINFO: Marking xfsprogs-3.2.1-2.fc21.x86_64 as install for openlmi-storage-0.7.1-3.fc21.noarch >10:21:25,288 DEBUG yum.verbose.YumBase: TSINFO: Marking python-blivet-0.62-1.fc21.noarch as install for openlmi-storage-0.7.1-3.fc21.noarch >10:21:25,289 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-logicalfile-0.4.2-4.fc21.x86_64 as install for openlmi-storage-0.7.1-3.fc21.noarch >10:21:25,290 DEBUG yum.verbose.YumBase: TSINFO: Marking cmpi-bindings-pywbem-0.9.5-7.fc21.x86_64 as install for openlmi-storage-0.7.1-3.fc21.noarch >10:21:25,292 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-4.0-3.fc21.x86_64 as install for 1:openssl-1.0.1i-3.fc21.x86_64 >10:21:25,301 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-5.fc21.x86_64 as install for polkit-0.112-7.fc21.x86_64 >10:21:25,302 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-12.fc21.x86_64 as install for polkit-0.112-7.fc21.x86_64 >10:21:25,302 DEBUG yum.verbose.YumBase: Quick matched mozjs17-17.0.0-12.fc21.x86_64 to require for libmozjs-17.0.so()(64bit) >10:21:25,307 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-1.0-5.fc21.x86_64 as install for python-backports-ssl_match_hostname-3.4.0.2-3.fc21.noarch >10:21:25,308 DEBUG yum.verbose.YumBase: TSINFO: Marking python-crypto-2.6.1-6.fc21.x86_64 as install for python-dns-1.11.1-4.fc21.noarch >10:21:25,309 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.7.3-2.fc21.noarch as install for python-iniparse-0.4-15.fc21.noarch >10:21:25,310 DEBUG yum.verbose.YumBase: TSINFO: Marking python-chardet-2.2.1-2.fc21.noarch as install for python-kitchen-1.1.1-7.fc21.noarch >10:21:25,311 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-3.fc21.noarch as install for python-slip-dbus-0.6.0-3.fc21.noarch >10:21:25,312 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.3.1-5.fc21.x86_64 as install for python-urlgrabber-3.10.1-2.fc21.noarch >10:21:25,314 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-libs-3.4.1-14.fc21.x86_64 as install for python3-3.4.1-14.fc21.x86_64 >10:21:25,315 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-setuptools-2.0-8.fc21.noarch as install for python3-3.4.1-14.fc21.x86_64 >10:21:25,316 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-pip-1.5.6-2.fc21.noarch as install for python3-3.4.1-14.fc21.x86_64 >10:21:25,320 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-plugin-selinux-4.12.0-0.rc1.1.fc21.x86_64 as install for rpm-libs-4.12.0-0.rc1.1.fc21.x86_64 >10:21:25,321 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.12.0-0.rc1.1.fc21.x86_64 as install for rpm-python-4.12.0-0.rc1.1.fc21.x86_64 >10:21:25,322 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.12.0-0.rc1.1.fc21.x86_64 to require for librpmbuild.so.3()(64bit) >10:21:25,340 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-compat-libs-215-11.fc21.x86_64 as install for 2:samba-libs-4.1.11-1.fc21.2.x86_64 >10:21:25,341 DEBUG yum.verbose.YumBase: TSINFO: Marking pytalloc-2.1.1-3.fc21.x86_64 as install for 2:samba-libs-4.1.11-1.fc21.2.x86_64 >10:21:25,342 DEBUG yum.verbose.YumBase: TSINFO: Marking libldb-1.1.17-4.fc21.x86_64 as install for 2:samba-libs-4.1.11-1.fc21.2.x86_64 >10:21:25,343 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-4.fc21.x86_64 to require for libldb.so.1(LDB_0.9.23)(64bit) >10:21:25,343 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-4.fc21.x86_64 to require for libldb.so.1(LDB_0.9.15)(64bit) >10:21:25,343 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-4.fc21.x86_64 to require for libldb.so.1(LDB_0.9.10)(64bit) >10:21:25,344 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-libs-1.7.5-5.fc21.x86_64 as install for 2:samba-libs-4.1.11-1.fc21.2.x86_64 >10:21:25,347 DEBUG yum.verbose.YumBase: TSINFO: Marking iniparser-3.1-6.fc21.x86_64 as install for 2:samba-winbind-modules-4.1.11-1.fc21.2.x86_64 >10:21:25,353 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-common-1.12.0-7.fc21.x86_64 as install for sssd-ad-1.12.0-7.fc21.x86_64 >10:21:25,354 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_idmap-1.12.0-7.fc21.x86_64 as install for sssd-ad-1.12.0-7.fc21.x86_64 >10:21:25,355 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libsmbclient-4.1.11-1.fc21.2.x86_64 as install for sssd-ad-1.12.0-7.fc21.x86_64 >10:21:25,356 DEBUG yum.verbose.YumBase: TSINFO: Marking libini_config-1.1.0-24.fc21.x86_64 as install for sssd-ad-1.12.0-7.fc21.x86_64 >10:21:25,356 DEBUG yum.verbose.YumBase: TSINFO: Marking libdhash-0.4.3-24.fc21.x86_64 as install for sssd-ad-1.12.0-7.fc21.x86_64 >10:21:25,357 DEBUG yum.verbose.YumBase: TSINFO: Marking libref_array-0.1.4-24.fc21.x86_64 as install for sssd-ad-1.12.0-7.fc21.x86_64 >10:21:25,358 DEBUG yum.verbose.YumBase: TSINFO: Marking libcollection-0.6.2-24.fc21.x86_64 as install for sssd-ad-1.12.0-7.fc21.x86_64 >10:21:25,359 DEBUG yum.verbose.YumBase: TSINFO: Marking libbasicobjects-0.1.1-24.fc21.x86_64 as install for sssd-ad-1.12.0-7.fc21.x86_64 >10:21:25,363 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-client-1.12.0-7.fc21.x86_64 as install for sssd-common-1.12.0-7.fc21.x86_64 >10:21:25,364 DEBUG yum.verbose.YumBase: TSINFO: Marking c-ares-1.10.0-4.fc21.x86_64 as install for sssd-common-1.12.0-7.fc21.x86_64 >10:21:25,370 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-1.12.0-7.fc21.x86_64 as install for sssd-ipa-1.12.0-7.fc21.x86_64 >10:21:25,370 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.12.0-7.fc21.x86_64 to require for libipa_hbac.so.0(IPA_HBAC_0.0.1)(64bit) >10:21:25,370 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.12.0-7.fc21.x86_64 to require for libipa_hbac.so.0()(64bit) >10:21:25,378 DEBUG yum.verbose.YumBase: TSINFO: Marking libteam-1.12-1.fc21.x86_64 as install for teamd-1.12-1.fc21.x86_64 >10:21:25,379 DEBUG yum.verbose.YumBase: Quick matched libteam-1.12-1.fc21.x86_64 to require for libteam.so.5()(64bit) >10:21:25,379 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-cli-3.2.25-3.fc21.x86_64 as install for teamd-1.12-1.fc21.x86_64 >10:21:25,380 DEBUG yum.verbose.YumBase: TSINFO: Marking jansson-2.6-4.fc21.x86_64 as install for teamd-1.12-1.fc21.x86_64 >10:21:25,382 DEBUG yum.verbose.YumBase: TSINFO: Marking openslp-2.0.0-5.fc21.x86_64 as install for 2:tog-pegasus-libs-2.13.0-17.fc21.x86_64 >10:21:25,384 DEBUG yum.verbose.YumBase: TSINFO: Marking libatasmart-0.19-7.fc21.x86_64 as install for udisks2-2.1.3-4.fc21.x86_64 >10:21:25,385 DEBUG yum.verbose.YumBase: TSINFO: Marking gdisk-0.8.10-4.fc21.x86_64 as install for udisks2-2.1.3-4.fc21.x86_64 >10:21:25,387 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.22-3.fc21.x86_64 as install for xdg-utils-1.1.0-0.25.rc2.fc21.noarch >10:21:25,393 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-13.fc21.x86_64 as install for abrt-python-2.2.2-4.fc21.x86_64 >10:21:25,395 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-dbus-1.2.0-6.fc21.x86_64 as install for abrt-python3-2.2.2-4.fc21.x86_64 >10:21:25,395 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-3.13.91-1.fc21.x86_64 as install for abrt-python3-2.2.2-4.fc21.x86_64 >10:21:25,396 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python3-2.2.3-4.fc21.x86_64 as install for abrt-python3-2.2.2-4.fc21.x86_64 >10:21:25,400 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.24-21.fc21.x86_64 as install for crash-7.0.7-3.fc21.x86_64 >10:21:25,401 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.1-3.fc21.x86_64 as install for crash-7.0.7-3.fc21.x86_64 >10:21:25,404 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-26.fc21.noarch as install for desktop-file-utils-0.22-3.fc21.x86_64 >10:21:25,410 DEBUG yum.verbose.YumBase: TSINFO: Marking libbabeltrace-1.2.1-3.fc21.x86_64 as install for gdb-7.8-20.fc21.x86_64 >10:21:25,410 DEBUG yum.verbose.YumBase: Quick matched libbabeltrace-1.2.1-3.fc21.x86_64 to require for libbabeltrace-ctf.so.1()(64bit) >10:21:25,412 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libusb-0.1.5-5.fc21.x86_64 as install for gnupg-1.4.18-2.fc21.x86_64 >10:21:25,417 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-038-15.git20140724.fc21.x86_64 as install for kexec-tools-2.0.7-7.fc21.x86_64 >10:21:25,421 DEBUG yum.verbose.YumBase: TSINFO: Marking gdk-pixbuf2-2.31.1-1.fc21.x86_64 as install for libfprint-0.5.1-4.fc21.x86_64 >10:21:25,423 DEBUG yum.verbose.YumBase: TSINFO: Marking libpath_utils-0.2.1-24.fc21.x86_64 as install for libini_config-1.1.0-24.fc21.x86_64 >10:21:25,423 DEBUG yum.verbose.YumBase: Quick matched libpath_utils-0.2.1-24.fc21.x86_64 to require for libpath_utils.so.1()(64bit) >10:21:25,428 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-9.fc21.x86_64 as install for libproxy-0.4.11-10.fc21.x86_64 >10:21:25,439 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.89-1.fc21.x86_64 as install for lvm2-libs-2.02.110-1.fc21.x86_64 >10:21:25,444 DEBUG yum.verbose.YumBase: TSINFO: Marking python-setuptools-2.0-8.fc21.noarch as install for openlmi-python-base-0.4.2-4.fc21.noarch >10:21:25,450 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pyblock-0.53-8.fc21.x86_64 as install for python-blivet-0.62-1.fc21.noarch >10:21:25,451 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-python-1.6.6-1.fc21.x86_64 as install for python-blivet-0.62-1.fc21.noarch >10:21:25,451 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pyparted-3.9.5-2.fc21.x86_64 as install for python-blivet-0.62-1.fc21.noarch >10:21:25,452 DEBUG yum.verbose.YumBase: TSINFO: Marking pykickstart-1.99.57-1.fc21.noarch as install for python-blivet-0.62-1.fc21.noarch >10:21:25,453 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-multipath-0.4.9-67.fc21.x86_64 as install for python-blivet-0.62-1.fc21.noarch >10:21:25,454 DEBUG yum.verbose.YumBase: TSINFO: Marking libtomcrypt-1.17-24.fc21.x86_64 as install for python-crypto-2.6.1-6.fc21.x86_64 >10:21:25,460 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cssselect-0.9.1-4.fc21.noarch as install for python-lxml-3.3.5-3.fc21.x86_64 >10:21:25,461 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-8.fc21.x86_64 as install for python-lxml-3.3.5-3.fc21.x86_64 >10:21:25,461 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.1.26)(64bit) >10:21:25,461 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.1.2)(64bit) >10:21:25,461 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.0.24)(64bit) >10:21:25,462 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.0.22)(64bit) >10:21:25,462 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.0.18)(64bit) >10:21:25,462 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.0.11)(64bit) >10:21:25,462 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.x86_64 to require for libxslt.so.1()(64bit) >10:21:25,462 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.x86_64 to require for libexslt.so.0()(64bit) >10:21:25,466 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pillow-2.5.3-3.fc21.x86_64 as install for python-qrcode-2.4.1-6.fc21.noarch >10:21:25,467 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.3-4.fc21.x86_64 as install for python-slip-0.6.0-3.fc21.noarch >10:21:25,468 DEBUG yum.verbose.YumBase: TSINFO: Marking pyusb-1.0.0-0.10.b1.fc21.noarch as install for python-yubico-1.2.1-3.fc21.noarch >10:21:25,471 DEBUG yum.verbose.YumBase: TSINFO: Marking m2crypto-0.21.1-18.fc21.x86_64 as install for pywbem-0.7.0-27.20131121svn626.fc21.noarch >10:21:25,477 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_nss_idmap-1.12.0-7.fc21.x86_64 as install for sssd-client-1.12.0-7.fc21.x86_64 >10:21:25,477 DEBUG yum.verbose.YumBase: Quick matched libsss_nss_idmap-1.12.0-7.fc21.x86_64 to require for libsss_nss_idmap.so.0()(64bit) >10:21:25,487 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-multipath-libs-0.4.9-67.fc21.x86_64 as install for device-mapper-multipath-0.4.9-67.fc21.x86_64 >10:21:25,488 DEBUG yum.verbose.YumBase: Quick matched device-mapper-multipath-libs-0.4.9-67.fc21.x86_64 to require for libmultipath.so.0()(64bit) >10:21:25,488 DEBUG yum.verbose.YumBase: Quick matched device-mapper-multipath-libs-0.4.9-67.fc21.x86_64 to require for libmpathpersist.so.0()(64bit) >10:21:25,490 DEBUG yum.verbose.YumBase: TSINFO: Marking libtiff-4.0.3-18.fc21.x86_64 as install for gdk-pixbuf2-2.31.1-1.fc21.x86_64 >10:21:25,491 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.6.10-3.fc21.x86_64 as install for gdk-pixbuf2-2.31.1-1.fc21.x86_64 >10:21:25,492 DEBUG yum.verbose.YumBase: TSINFO: Marking libjpeg-turbo-1.3.1-4.fc21.x86_64 as install for gdk-pixbuf2-2.31.1-1.fc21.x86_64 >10:21:25,493 DEBUG yum.verbose.YumBase: TSINFO: Marking jasper-libs-1.900.1-27.fc21.x86_64 as install for gdk-pixbuf2-2.31.1-1.fc21.x86_64 >10:21:25,493 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-1.6.2-2.fc21.x86_64 as install for gdk-pixbuf2-2.31.1-1.fc21.x86_64 >10:21:25,498 DEBUG yum.verbose.YumBase: TSINFO: Marking libtommath-0.42.0-5.fc21.x86_64 as install for libtomcrypt-1.17-24.fc21.x86_64 >10:21:25,498 DEBUG yum.verbose.YumBase: Quick matched libtommath-0.42.0-5.fc21.x86_64 to require for libtommath.so.0()(64bit) >10:21:25,502 DEBUG yum.verbose.YumBase: TSINFO: Marking pycairo-1.8.10-12.fc21.x86_64 as install for pygobject3-3.13.91-1.fc21.x86_64 >10:21:25,502 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 as install for pygobject3-3.13.91-1.fc21.x86_64 >10:21:25,503 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-gobject-1.13.1-0.4.git337ab1f.fc21.x86_64 as install for pygobject3-3.13.91-1.fc21.x86_64 >10:21:25,506 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-9.14-6.fc21.x86_64 as install for python-pillow-2.5.3-3.fc21.x86_64 >10:21:25,507 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebp-0.4.1-3.fc21.x86_64 as install for python-pillow-2.5.3-3.fc21.x86_64 >10:21:25,507 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.1-3.fc21.x86_64 to require for libwebpdemux.so.1()(64bit) >10:21:25,507 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.1-3.fc21.x86_64 to require for libwebp.so.5()(64bit) >10:21:25,508 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg2-2.1.0-3.fc21.x86_64 as install for python-pillow-2.5.3-3.fc21.x86_64 >10:21:25,509 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms2-2.6-4.fc21.x86_64 as install for python-pillow-2.5.3-3.fc21.x86_64 >10:21:25,509 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.5.3-8.fc21.x86_64 as install for python-pillow-2.5.3-3.fc21.x86_64 >10:21:25,511 DEBUG yum.verbose.YumBase: TSINFO: Marking dmraid-1.0.0.rc16-25.fc21.x86_64 as install for python-pyblock-0.53-8.fc21.x86_64 >10:21:25,511 DEBUG yum.verbose.YumBase: Quick matched dmraid-1.0.0.rc16-25.fc21.x86_64 to require for libdmraid.so.1()(64bit) >10:21:25,515 DEBUG yum.verbose.YumBase: TSINFO: Marking libxcb-1.10-3.fc21.x86_64 as install for cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 >10:21:25,515 DEBUG yum.verbose.YumBase: Quick matched libxcb-1.10-3.fc21.x86_64 to require for libxcb-shm.so.0()(64bit) >10:21:25,515 DEBUG yum.verbose.YumBase: Quick matched libxcb-1.10-3.fc21.x86_64 to require for libxcb-render.so.0()(64bit) >10:21:25,516 DEBUG yum.verbose.YumBase: TSINFO: Marking pixman-0.32.6-3.fc21.x86_64 as install for cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 >10:21:25,516 DEBUG yum.verbose.YumBase: TSINFO: Marking fontconfig-2.11.1-5.fc21.x86_64 as install for cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 >10:21:25,517 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrender-0.9.8-4.fc21.x86_64 as install for cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 >10:21:25,518 DEBUG yum.verbose.YumBase: TSINFO: Marking libXext-1.3.3-2.fc21.x86_64 as install for cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 >10:21:25,519 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGL-10.3-0.rc1.20140824.fc21.x86_64 as install for cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 >10:21:25,520 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libEGL-10.3-0.rc1.20140824.fc21.x86_64 as install for cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 >10:21:25,523 DEBUG yum.verbose.YumBase: TSINFO: Marking libaio-0.3.110-4.fc21.x86_64 as install for device-mapper-multipath-libs-0.4.9-67.fc21.x86_64 >10:21:25,523 DEBUG yum.verbose.YumBase: Quick matched libaio-0.3.110-4.fc21.x86_64 to require for libaio.so.1(LIBAIO_0.1)(64bit) >10:21:25,523 DEBUG yum.verbose.YumBase: Quick matched libaio-0.3.110-4.fc21.x86_64 to require for libaio.so.1()(64bit) >10:21:25,524 DEBUG yum.verbose.YumBase: TSINFO: Marking dmraid-events-1.0.0.rc16-25.fc21.x86_64 as install for dmraid-1.0.0.rc16-25.fc21.x86_64 >10:21:25,527 DEBUG yum.verbose.YumBase: TSINFO: Marking urw-fonts-2.4-19.fc21.noarch as install for ghostscript-9.14-6.fc21.x86_64 >10:21:25,528 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-data-0.4.7-1.fc21.noarch as install for ghostscript-9.14-6.fc21.x86_64 >10:21:25,528 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-fonts-5.50-33.fc21.noarch as install for ghostscript-9.14-6.fc21.x86_64 >10:21:25,529 DEBUG yum.verbose.YumBase: TSINFO: Marking libXt-1.1.4-10.fc21.x86_64 as install for ghostscript-9.14-6.fc21.x86_64 >10:21:25,530 DEBUG yum.verbose.YumBase: TSINFO: Marking libSM-1.2.2-2.fc21.x86_64 as install for ghostscript-9.14-6.fc21.x86_64 >10:21:25,531 DEBUG yum.verbose.YumBase: TSINFO: Marking libICE-1.0.9-2.fc21.x86_64 as install for ghostscript-9.14-6.fc21.x86_64 >10:21:25,533 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-common-1.6.2-2.fc21.noarch as install for libX11-1.6.2-2.fc21.x86_64 >10:21:25,535 DEBUG yum.verbose.YumBase: TSINFO: Marking jbigkit-libs-2.1-2.fc21.x86_64 as install for libtiff-4.0.3-18.fc21.x86_64 >10:21:25,537 DEBUG yum.verbose.YumBase: TSINFO: Marking python-xpyb-1.3.1-4.fc21.x86_64 as install for pycairo-1.8.10-12.fc21.x86_64 >10:21:25,539 DEBUG yum.verbose.YumBase: TSINFO: Marking sgpio-1.2.0.10-14.fc21.x86_64 as install for dmraid-events-1.0.0.rc16-25.fc21.x86_64 >10:21:25,540 DEBUG yum.verbose.YumBase: TSINFO: Marking fontpackages-filesystem-1.44-10.fc21.noarch as install for fontconfig-2.11.1-5.fc21.x86_64 >10:21:26,725 DEBUG yum.verbose.YumBase: TSINFO: Marking lyx-fonts-2.1.1-2.fc21.noarch as install for fontconfig-2.11.1-5.fc21.x86_64 >10:21:26,727 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:xorg-x11-font-utils-7.5-21.fc21.x86_64 as install for ghostscript-fonts-5.50-33.fc21.noarch >10:21:26,730 DEBUG yum.verbose.YumBase: TSINFO: Marking libXau-1.0.8-4.fc21.x86_64 as install for libxcb-1.10-3.fc21.x86_64 >10:21:26,733 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-server-1.5.91-1.fc21.x86_64 as install for mesa-libEGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,733 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-client-1.5.91-1.fc21.x86_64 as install for mesa-libEGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,734 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libglapi-10.3-0.rc1.20140824.fc21.x86_64 as install for mesa-libEGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,735 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libgbm-10.3-0.rc1.20140824.fc21.x86_64 as install for mesa-libEGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,736 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfixes-5.0.1-4.fc21.x86_64 as install for mesa-libEGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,736 DEBUG yum.verbose.YumBase: TSINFO: Marking llvm-libs-3.4-15.fc21.x86_64 as install for mesa-libEGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,739 DEBUG yum.verbose.YumBase: TSINFO: Marking libxshmfence-1.1-3.fc21.x86_64 as install for mesa-libGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,739 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86vm-1.1.3-4.fc21.x86_64 as install for mesa-libGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,740 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdamage-1.1.4-6.fc21.x86_64 as install for mesa-libGL-10.3-0.rc1.20140824.fc21.x86_64 >10:21:26,749 DEBUG yum.verbose.YumBase: TSINFO: Marking libfontenc-1.1.2-2.fc21.x86_64 as install for 1:xorg-x11-font-utils-7.5-21.fc21.x86_64 >10:21:26,749 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfont-1.5.0-2.fc21.x86_64 as install for 1:xorg-x11-font-utils-7.5-21.fc21.x86_64 >10:21:26,805 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-GB-0.20121024-8.fc21.noarch as install for hunspell-en-0.20121024-8.fc21.noarch >10:21:26,883 DEBUG yum.verbose.YumBase: Depsolve time: 2.201 >10:21:26,892 INFO packaging: 611 packages selected totalling 1260.33 MiB > > >/tmp/program.log: >14:18:46,914 INFO program: Running... losetup --list >14:18:47,098 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >14:18:47,107 DEBUG program: Return code: 0 >14:18:47,108 INFO program: Running... udevadm settle --timeout=300 >14:18:47,200 DEBUG program: Return code: 0 >14:18:47,218 INFO program: Running... modprobe fcoe >14:18:47,360 DEBUG program: Return code: 0 >14:18:47,360 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >14:18:47,380 INFO program: No FCoE boot disk information is found in EDD! >14:18:47,381 DEBUG program: Return code: 1 >14:18:47,392 INFO program: Running... losetup --list >14:18:48,388 INFO program: Running... metacity --display :1 --sm-disable >14:18:48,389 INFO program: Running... spice-vdagent >14:18:48,421 DEBUG program: Return code: 0 >14:18:49,687 INFO program: Running... udevadm settle --timeout=300 >14:18:49,699 DEBUG program: Return code: 0 >14:18:49,699 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >14:18:49,741 DEBUG program: Return code: 0 >14:18:49,742 INFO program: Running... udevadm settle --timeout=300 >14:18:49,752 DEBUG program: Return code: 0 >14:18:49,756 INFO program: Running... udevadm settle --timeout=300 >14:18:49,765 DEBUG program: Return code: 0 >14:18:49,778 INFO program: Running... multipath -c /dev/sdb >14:18:49,784 INFO program: /dev/sdb is not a valid multipath device path >14:18:49,784 DEBUG program: Return code: 1 >14:18:49,812 INFO program: Running... multipath -c /dev/sda >14:18:49,817 INFO program: /dev/sda is not a valid multipath device path >14:18:49,817 DEBUG program: Return code: 1 >14:18:49,901 INFO program: Running... ntfsinfo -m /dev/sda1 >14:18:49,949 INFO program: Volume Information >14:18:49,950 INFO program: Name of device: /dev/sda1 >14:18:49,950 INFO program: Device state: 11 >14:18:49,950 INFO program: Volume Name: Door systeem gereserveerd >14:18:49,950 INFO program: Volume State: 91 >14:18:49,950 INFO program: Volume Flags: 0x0000 >14:18:49,950 INFO program: Volume Version: 3.1 >14:18:49,950 INFO program: Sector Size: 512 >14:18:49,950 INFO program: Cluster Size: 4096 >14:18:49,951 INFO program: Index Block Size: 4096 >14:18:49,951 INFO program: Volume Size in Clusters: 25599 >14:18:49,951 INFO program: MFT Information >14:18:49,951 INFO program: MFT Record Size: 1024 >14:18:49,951 INFO program: MFT Zone Multiplier: 0 >14:18:49,951 INFO program: MFT Data Position: 24 >14:18:49,951 INFO program: MFT Zone Start: 8533 >14:18:49,951 INFO program: MFT Zone End: 11732 >14:18:49,951 INFO program: MFT Zone Position: 8533 >14:18:49,952 INFO program: Current Position in First Data Zone: 11732 >14:18:49,952 INFO program: Current Position in Second Data Zone: 0 >14:18:49,952 INFO program: Allocated clusters 64 (0.3%) >14:18:49,952 INFO program: LCN of Data Attribute for FILE_MFT: 8533 >14:18:49,952 INFO program: FILE_MFTMirr Size: 4 >14:18:49,952 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >14:18:49,952 INFO program: Size of Attribute Definition Table: 2560 >14:18:49,952 INFO program: Number of Attached Extent Inodes: 0 >14:18:49,953 INFO program: FILE_Bitmap Information >14:18:49,953 INFO program: FILE_Bitmap MFT Record Number: 6 >14:18:49,953 INFO program: State of FILE_Bitmap Inode: 80 >14:18:49,953 INFO program: Length of Attribute List: 0 >14:18:49,953 INFO program: Number of Attached Extent Inodes: 0 >14:18:49,953 INFO program: FILE_Bitmap Data Attribute Information >14:18:49,953 INFO program: Decompressed Runlist: not done yet >14:18:49,953 INFO program: Base Inode: 6 >14:18:49,954 INFO program: Attribute Types: not done yet >14:18:49,954 INFO program: Attribute Name Length: 0 >14:18:49,954 INFO program: Attribute State: 3 >14:18:49,954 INFO program: Attribute Allocated Size: 4096 >14:18:49,954 INFO program: Attribute Data Size: 3200 >14:18:49,954 INFO program: Attribute Initialized Size: 3200 >14:18:49,954 INFO program: Attribute Compressed Size: 0 >14:18:49,954 INFO program: Compression Block Size: 0 >14:18:49,954 INFO program: Compression Block Size Bits: 0 >14:18:49,955 INFO program: Compression Block Clusters: 0 >14:18:49,955 INFO program: Free Clusters: 19421 (75.9%) >14:18:49,955 DEBUG program: Return code: 0 >14:18:49,955 INFO program: Running... ntfsresize -m /dev/sda1 >14:18:49,978 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >14:18:49,979 INFO program: Minsize (in MB): 26 >14:18:49,979 DEBUG program: Return code: 0 >14:18:50,035 INFO program: Running... ntfsinfo -m /dev/sda2 >14:18:50,051 INFO program: Volume Information >14:18:50,052 INFO program: Name of device: /dev/sda2 >14:18:50,052 INFO program: Device state: 11 >14:18:50,052 INFO program: Volume Name: >14:18:50,052 INFO program: Volume State: 91 >14:18:50,052 INFO program: Volume Flags: 0x0000 >14:18:50,052 INFO program: Volume Version: 3.1 >14:18:50,053 INFO program: Sector Size: 512 >14:18:50,053 INFO program: Cluster Size: 4096 >14:18:50,053 INFO program: Index Block Size: 4096 >14:18:50,053 INFO program: Volume Size in Clusters: 15334143 >14:18:50,053 INFO program: MFT Information >14:18:50,053 INFO program: MFT Record Size: 1024 >14:18:50,053 INFO program: MFT Zone Multiplier: 0 >14:18:50,054 INFO program: MFT Data Position: 24 >14:18:50,054 INFO program: MFT Zone Start: 786432 >14:18:50,054 INFO program: MFT Zone End: 2703199 >14:18:50,054 INFO program: MFT Zone Position: 786432 >14:18:50,054 INFO program: Current Position in First Data Zone: 2703199 >14:18:50,054 INFO program: Current Position in Second Data Zone: 0 >14:18:50,054 INFO program: Allocated clusters 13376 (0.1%) >14:18:50,054 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >14:18:50,054 INFO program: FILE_MFTMirr Size: 4 >14:18:50,054 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >14:18:50,055 INFO program: Size of Attribute Definition Table: 2560 >14:18:50,055 INFO program: Number of Attached Extent Inodes: 0 >14:18:50,055 INFO program: FILE_Bitmap Information >14:18:50,055 INFO program: FILE_Bitmap MFT Record Number: 6 >14:18:50,055 INFO program: State of FILE_Bitmap Inode: 80 >14:18:50,055 INFO program: Length of Attribute List: 0 >14:18:50,055 INFO program: Number of Attached Extent Inodes: 0 >14:18:50,055 INFO program: FILE_Bitmap Data Attribute Information >14:18:50,055 INFO program: Decompressed Runlist: not done yet >14:18:50,055 INFO program: Base Inode: 6 >14:18:50,055 INFO program: Attribute Types: not done yet >14:18:50,055 INFO program: Attribute Name Length: 0 >14:18:50,056 INFO program: Attribute State: 3 >14:18:50,056 INFO program: Attribute Allocated Size: 1916928 >14:18:50,056 INFO program: Attribute Data Size: 1916768 >14:18:50,056 INFO program: Attribute Initialized Size: 1916768 >14:18:50,056 INFO program: Attribute Compressed Size: 0 >14:18:50,056 INFO program: Compression Block Size: 0 >14:18:50,056 INFO program: Compression Block Size Bits: 0 >14:18:50,056 INFO program: Compression Block Clusters: 0 >14:18:50,056 INFO program: Free Clusters: 12304160 (80.2%) >14:18:50,056 DEBUG program: Return code: 0 >14:18:50,057 INFO program: Running... ntfsresize -m /dev/sda2 >14:18:50,364 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >14:18:50,365 INFO program: Minsize (in MB): 12411 >14:18:50,365 DEBUG program: Return code: 0 >14:18:50,995 INFO program: Running... dumpe2fs -h /dev/loop1 >14:18:51,025 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >14:18:51,025 INFO program: Filesystem volume name: Anaconda >14:18:51,025 INFO program: Last mounted on: / >14:18:51,026 INFO program: Filesystem UUID: 8a9caf9e-f3a3-4a45-8428-ec05f4009a69 >14:18:51,026 INFO program: Filesystem magic number: 0xEF53 >14:18:51,026 INFO program: Filesystem revision #: 1 (dynamic) >14:18:51,026 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >14:18:51,026 INFO program: Filesystem flags: signed_directory_hash >14:18:51,026 INFO program: Default mount options: user_xattr acl >14:18:51,026 INFO program: Filesystem state: clean >14:18:51,026 INFO program: Errors behavior: Continue >14:18:51,027 INFO program: Filesystem OS type: Linux >14:18:51,027 INFO program: Inode count: 131072 >14:18:51,027 INFO program: Block count: 2097152 >14:18:51,027 INFO program: Reserved block count: 0 >14:18:51,027 INFO program: Free blocks: 1180904 >14:18:51,027 INFO program: Free inodes: 96682 >14:18:51,027 INFO program: First block: 1 >14:18:51,027 INFO program: Block size: 1024 >14:18:51,027 INFO program: Fragment size: 1024 >14:18:51,028 INFO program: Reserved GDT blocks: 256 >14:18:51,028 INFO program: Blocks per group: 8192 >14:18:51,028 INFO program: Fragments per group: 8192 >14:18:51,028 INFO program: Inodes per group: 512 >14:18:51,028 INFO program: Inode blocks per group: 128 >14:18:51,028 INFO program: Flex block group size: 16 >14:18:51,028 INFO program: Filesystem created: Fri Sep 12 09:34:43 2014 >14:18:51,028 INFO program: Last mount time: Fri Sep 12 09:35:04 2014 >14:18:51,029 INFO program: Last write time: Fri Sep 12 09:35:17 2014 >14:18:51,029 INFO program: Mount count: 2 >14:18:51,029 INFO program: Maximum mount count: -1 >14:18:51,029 INFO program: Last checked: Fri Sep 12 09:34:43 2014 >14:18:51,029 INFO program: Check interval: 0 (<none>) >14:18:51,029 INFO program: Lifetime writes: 32 MB >14:18:51,029 INFO program: Reserved blocks uid: 0 (user root) >14:18:51,029 INFO program: Reserved blocks gid: 0 (group root) >14:18:51,029 INFO program: First inode: 11 >14:18:51,029 INFO program: Inode size: 256 >14:18:51,030 INFO program: Required extra isize: 28 >14:18:51,030 INFO program: Desired extra isize: 28 >14:18:51,030 INFO program: Journal inode: 8 >14:18:51,030 INFO program: Default directory hash: half_md4 >14:18:51,030 INFO program: Directory Hash Seed: 76be4854-84f5-4292-bb84-38845a528dd1 >14:18:51,030 INFO program: Journal backup: inode blocks >14:18:51,030 INFO program: Journal features: (none) >14:18:51,030 INFO program: Journal size: 32M >14:18:51,030 INFO program: Journal length: 32768 >14:18:51,030 INFO program: Journal sequence: 0x0000000a >14:18:51,030 INFO program: Journal start: 0 >14:18:51,030 INFO program: >14:18:51,031 DEBUG program: Return code: 0 >14:18:51,031 INFO program: Running... resize2fs -P /dev/loop1 >14:18:51,050 INFO program: resize2fs 1.42.11 (09-Jul-2014) >14:18:51,051 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >14:18:51,051 INFO program: Couldn't find valid filesystem superblock. >14:18:51,051 DEBUG program: Return code: 1 >14:18:51,207 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >14:18:51,211 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >14:18:51,212 INFO program: Filesystem volume name: Anaconda >14:18:51,212 INFO program: Last mounted on: / >14:18:51,212 INFO program: Filesystem UUID: 8a9caf9e-f3a3-4a45-8428-ec05f4009a69 >14:18:51,212 INFO program: Filesystem magic number: 0xEF53 >14:18:51,212 INFO program: Filesystem revision #: 1 (dynamic) >14:18:51,212 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 >14:18:51,212 INFO program: Filesystem flags: signed_directory_hash >14:18:51,213 INFO program: Default mount options: user_xattr acl >14:18:51,213 INFO program: Filesystem state: clean >14:18:51,213 INFO program: Errors behavior: Continue >14:18:51,213 INFO program: Filesystem OS type: Linux >14:18:51,213 INFO program: Inode count: 131072 >14:18:51,213 INFO program: Block count: 2097152 >14:18:51,213 INFO program: Reserved block count: 0 >14:18:51,213 INFO program: Free blocks: 1180904 >14:18:51,214 INFO program: Free inodes: 96682 >14:18:51,214 INFO program: First block: 1 >14:18:51,214 INFO program: Block size: 1024 >14:18:51,214 INFO program: Fragment size: 1024 >14:18:51,214 INFO program: Reserved GDT blocks: 256 >14:18:51,214 INFO program: Blocks per group: 8192 >14:18:51,214 INFO program: Fragments per group: 8192 >14:18:51,214 INFO program: Inodes per group: 512 >14:18:51,214 INFO program: Inode blocks per group: 128 >14:18:51,215 INFO program: Flex block group size: 16 >14:18:51,215 INFO program: Filesystem created: Fri Sep 12 09:34:43 2014 >14:18:51,215 INFO program: Last mount time: Mon Sep 15 14:18:38 2014 >14:18:51,215 INFO program: Last write time: Mon Sep 15 14:18:38 2014 >14:18:51,215 INFO program: Mount count: 3 >14:18:51,215 INFO program: Maximum mount count: -1 >14:18:51,215 INFO program: Last checked: Fri Sep 12 09:34:43 2014 >14:18:51,215 INFO program: Check interval: 0 (<none>) >14:18:51,215 INFO program: Lifetime writes: 32 MB >14:18:51,216 INFO program: Reserved blocks uid: 0 (user root) >14:18:51,216 INFO program: Reserved blocks gid: 0 (group root) >14:18:51,216 INFO program: First inode: 11 >14:18:51,216 INFO program: Inode size: 256 >14:18:51,216 INFO program: Required extra isize: 28 >14:18:51,216 INFO program: Desired extra isize: 28 >14:18:51,216 INFO program: Journal inode: 8 >14:18:51,216 INFO program: Default directory hash: half_md4 >14:18:51,217 INFO program: Directory Hash Seed: 76be4854-84f5-4292-bb84-38845a528dd1 >14:18:51,217 INFO program: Journal backup: inode blocks >14:18:51,217 INFO program: Journal features: (none) >14:18:51,217 INFO program: Journal size: 32M >14:18:51,217 INFO program: Journal length: 32768 >14:18:51,217 INFO program: Journal sequence: 0x0000000b >14:18:51,217 INFO program: Journal start: 1 >14:18:51,217 INFO program: >14:18:51,218 DEBUG program: Return code: 0 >14:18:51,218 INFO program: Running... resize2fs -P /dev/mapper/live-rw >14:18:51,223 INFO program: resize2fs 1.42.11 (09-Jul-2014) >14:18:51,223 INFO program: Estimated minimum size of the filesystem: 995949 >14:18:51,223 DEBUG program: Return code: 0 >14:18:51,264 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >14:18:51,268 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >14:18:51,269 INFO program: Filesystem volume name: Anaconda >14:18:51,269 INFO program: Last mounted on: / >14:18:51,269 INFO program: Filesystem UUID: 8a9caf9e-f3a3-4a45-8428-ec05f4009a69 >14:18:51,269 INFO program: Filesystem magic number: 0xEF53 >14:18:51,269 INFO program: Filesystem revision #: 1 (dynamic) >14:18:51,270 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >14:18:51,270 INFO program: Filesystem flags: signed_directory_hash >14:18:51,270 INFO program: Default mount options: user_xattr acl >14:18:51,270 INFO program: Filesystem state: clean >14:18:51,270 INFO program: Errors behavior: Continue >14:18:51,270 INFO program: Filesystem OS type: Linux >14:18:51,270 INFO program: Inode count: 131072 >14:18:51,270 INFO program: Block count: 2097152 >14:18:51,270 INFO program: Reserved block count: 0 >14:18:51,271 INFO program: Free blocks: 1180904 >14:18:51,271 INFO program: Free inodes: 96682 >14:18:51,271 INFO program: First block: 1 >14:18:51,271 INFO program: Block size: 1024 >14:18:51,271 INFO program: Fragment size: 1024 >14:18:51,271 INFO program: Reserved GDT blocks: 256 >14:18:51,271 INFO program: Blocks per group: 8192 >14:18:51,271 INFO program: Fragments per group: 8192 >14:18:51,271 INFO program: Inodes per group: 512 >14:18:51,272 INFO program: Inode blocks per group: 128 >14:18:51,272 INFO program: Flex block group size: 16 >14:18:51,272 INFO program: Filesystem created: Fri Sep 12 09:34:43 2014 >14:18:51,272 INFO program: Last mount time: Fri Sep 12 09:35:04 2014 >14:18:51,272 INFO program: Last write time: Fri Sep 12 09:35:17 2014 >14:18:51,272 INFO program: Mount count: 2 >14:18:51,272 INFO program: Maximum mount count: -1 >14:18:51,272 INFO program: Last checked: Fri Sep 12 09:34:43 2014 >14:18:51,272 INFO program: Check interval: 0 (<none>) >14:18:51,273 INFO program: Lifetime writes: 32 MB >14:18:51,273 INFO program: Reserved blocks uid: 0 (user root) >14:18:51,273 INFO program: Reserved blocks gid: 0 (group root) >14:18:51,273 INFO program: First inode: 11 >14:18:51,273 INFO program: Inode size: 256 >14:18:51,273 INFO program: Required extra isize: 28 >14:18:51,273 INFO program: Desired extra isize: 28 >14:18:51,273 INFO program: Journal inode: 8 >14:18:51,274 INFO program: Default directory hash: half_md4 >14:18:51,274 INFO program: Directory Hash Seed: 76be4854-84f5-4292-bb84-38845a528dd1 >14:18:51,274 INFO program: Journal backup: inode blocks >14:18:51,274 INFO program: Journal features: (none) >14:18:51,274 INFO program: Journal size: 32M >14:18:51,274 INFO program: Journal length: 32768 >14:18:51,274 INFO program: Journal sequence: 0x0000000a >14:18:51,275 INFO program: Journal start: 0 >14:18:51,275 INFO program: >14:18:51,275 DEBUG program: Return code: 0 >14:18:51,275 INFO program: Running... resize2fs -P /dev/mapper/live-base >14:18:51,279 INFO program: resize2fs 1.42.11 (09-Jul-2014) >14:18:51,280 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >14:18:51,280 INFO program: Couldn't find valid filesystem superblock. >14:18:51,280 DEBUG program: Return code: 1 >14:18:51,291 INFO program: Running... udevadm settle --timeout=300 >14:18:51,301 DEBUG program: Return code: 0 >14:18:51,306 INFO program: Running... udevadm settle --timeout=300 >14:18:51,316 DEBUG program: Return code: 0 >14:18:51,319 INFO program: Running... udevadm settle --timeout=300 >14:18:51,329 DEBUG program: Return code: 0 >14:18:51,330 INFO program: Running... udevadm settle --timeout=300 >14:18:51,340 DEBUG program: Return code: 0 >14:18:51,343 INFO program: Running... udevadm settle --timeout=300 >14:18:51,352 DEBUG program: Return code: 0 >14:18:51,355 INFO program: Running... udevadm settle --timeout=300 >14:18:51,365 DEBUG program: Return code: 0 >14:18:51,524 INFO program: Running... hwclock --hctosys --utc >14:18:52,001 DEBUG program: Return code: 0 >14:18:56,189 INFO program: Running... systemctl start chronyd.service >14:18:56,276 DEBUG program: Return code: 0 >14:19:08,624 INFO program: Running... modprobe vfat >14:19:08,677 DEBUG program: Return code: 0 >14:19:08,709 INFO program: Running... udevadm settle --timeout=300 >14:19:08,801 DEBUG program: Return code: 0 >14:19:08,801 INFO program: Running... modprobe btrfs >14:19:08,889 DEBUG program: Return code: 0 >14:19:08,890 INFO program: Running... udevadm settle --timeout=300 >14:19:08,902 DEBUG program: Return code: 0 >14:19:08,902 INFO program: Running... modprobe xfs >14:19:08,983 DEBUG program: Return code: 0 >14:19:08,983 INFO program: Running... mount -t iso9660 -o ro /dev/sdb /tmp/tmpmOUGOl >14:19:08,997 DEBUG program: Return code: 0 >14:19:08,998 INFO program: Running... udevadm settle --timeout=300 >14:19:09,010 DEBUG program: Return code: 0 >14:19:09,011 INFO program: Running... umount /tmp/tmpmOUGOl >14:19:09,029 DEBUG program: Return code: 0 >10:19:17,020 INFO program: Running... hostnamectl set-hostname dh03.lc.digifarma.nl >10:19:17,088 DEBUG program: Return code: 0 >10:21:29,793 INFO program: Running... systemctl status chronyd.service >10:21:29,814 INFO program: * chronyd.service - NTP client/server >10:21:29,814 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >10:21:29,815 INFO program: Active: active (running) since Mon 2014-09-15 14:18:56 UTC; 2min 33s ago >10:21:29,815 INFO program: Process: 1239 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >10:21:29,815 INFO program: Process: 1235 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS) >10:21:29,815 INFO program: Main PID: 1237 (chronyd) >10:21:29,815 INFO program: CGroup: /system.slice/chronyd.service >10:21:29,815 INFO program: `-1237 /usr/sbin/chronyd >10:21:29,816 DEBUG program: Return code: 0 >10:21:29,822 INFO program: Running... systemctl start chronyd.service >10:21:29,834 DEBUG program: Return code: 0 >16:21:33,349 INFO program: Running... systemctl status chronyd.service >16:21:33,363 INFO program: * chronyd.service - NTP client/server >16:21:33,364 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >16:21:33,364 INFO program: Active: active (running) since Mon 2014-09-15 14:18:56 UTC; 2min 37s ago >16:21:33,364 INFO program: Process: 1239 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >16:21:33,364 INFO program: Process: 1235 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS) >16:21:33,364 INFO program: Main PID: 1237 (chronyd) >16:21:33,364 INFO program: CGroup: /system.slice/chronyd.service >16:21:33,364 INFO program: `-1237 /usr/sbin/chronyd >16:21:33,365 DEBUG program: Return code: 0 >10:21:48,318 INFO program: Running... udevadm settle --timeout=300 >10:21:48,334 DEBUG program: Return code: 0 >10:21:48,338 INFO program: Running... udevadm settle --timeout=300 >10:21:48,350 DEBUG program: Return code: 0 >10:21:56,597 INFO program: Running... udevadm settle --timeout=300 >10:21:56,608 DEBUG program: Return code: 0 >10:21:56,611 INFO program: Running... udevadm settle --timeout=300 >10:21:56,622 DEBUG program: Return code: 0 >10:23:15,759 INFO program: Running... udevadm settle --timeout=300 >10:23:15,771 DEBUG program: Return code: 0 >10:23:15,774 INFO program: Running... udevadm settle --timeout=300 >10:23:15,785 DEBUG program: Return code: 0 >10:23:26,552 INFO program: Running... udevadm settle --timeout=300 >10:23:26,565 DEBUG program: Return code: 0 >10:23:26,569 INFO program: Running... udevadm settle --timeout=300 >10:23:26,582 DEBUG program: Return code: 0 > > >/tmp/storage.log: >14:18:47,217 DEBUG blivet: IGNORED: Caught exception, continuing. >14:18:47,217 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >14:18:47,217 DEBUG blivet: IGNORED: Begin exception details. >14:18:47,218 DEBUG blivet: IGNORED: Traceback (most recent call last): >14:18:47,218 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >14:18:47,218 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >14:18:47,218 DEBUG blivet: IGNORED: IOError: Unknown error >14:18:47,218 DEBUG blivet: IGNORED: End exception details. >14:18:47,218 INFO blivet: ISCSID is /sbin/iscsid >14:18:47,218 INFO blivet: no initiator set >14:18:47,381 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >14:18:47,381 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >14:18:49,065 DEBUG blivet: trying to set new default fstype to 'ext4' >14:18:49,067 DEBUG blivet: Ext4FS.supported: supported: True ; >14:18:49,078 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >14:18:49,078 DEBUG blivet: Ext4FS.supported: supported: True ; >14:18:49,079 DEBUG blivet: IGNORED: Caught exception, continuing. >14:18:49,079 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >14:18:49,079 DEBUG blivet: IGNORED: Begin exception details. >14:18:49,080 DEBUG blivet: IGNORED: Traceback (most recent call last): >14:18:49,080 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >14:18:49,080 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >14:18:49,080 DEBUG blivet: IGNORED: IOError: Unknown error >14:18:49,080 DEBUG blivet: IGNORED: End exception details. >14:18:49,533 INFO blivet: Detected 7680 MiB of memory >14:18:49,540 INFO blivet: Suggested swap size (7680 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >14:18:49,547 INFO blivet: Swap attempt of 0.0 >14:18:49,686 INFO blivet: resetting Blivet (version 0.62) instance <blivet.Blivet object at 0x7f9441b8aa10> >14:18:49,687 INFO blivet: no initiator set >14:18:49,687 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >14:18:49,687 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >14:18:49,755 DEBUG blivet: protected device spec LABEL=Fedora-S-21_A_T7-x86_64 resolved to sdb >14:18:49,768 INFO blivet: devices to scan: ['sdb', 'sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >14:18:49,772 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-USB_2.0_SD_MMC_Reader_812822222789-0:0 /dev/disk/by-label/Fedora-S-21_A_T7-x86_64 /dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-09-12-09-41-02-00', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410790720', > '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-S-21_A_T7-x86_64', > 'ID_FS_LABEL_ENC': 'Fedora-S-21_A_T7-x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-09-12-09-41-02-00', > 'ID_FS_UUID_ENC': '2014-09-12-09-41-02-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'SD_MMC_Reader', > 'ID_MODEL_ENC': 'SD\\x20MMC\\x20Reader\\x20\\x20\\x20', > 'ID_MODEL_ID': '8123', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '02b7fd52', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_14_1_0-scsi-0_0_0_0', > 'ID_REVISION': '0201', > 'ID_SERIAL': 'USB_2.0_SD_MMC_Reader_812822222789-0:0', > 'ID_SERIAL_SHORT': '812822222789', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'USB_2.0', > 'ID_VENDOR_ENC': 'USB\\x202.0\\x20', > 'ID_VENDOR_ID': '14cd', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '450952', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/usb-USB_2.0_SD_MMC_Reader_812822222789-0:0', > '/dev/disk/by-label/Fedora-S-21_A_T7-x86_64', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-09-12-09-41-02-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdb'} ; name: sdb ; >14:18:49,773 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdb)... >14:18:49,774 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >14:18:49,774 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:49,775 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >14:18:49,776 INFO blivet: sdb is a disk >14:18:49,776 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >14:18:49,778 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >14:18:49,785 INFO blivet: added disk sdb (id 1) to device tree >14:18:49,785 DEBUG blivet: looking up parted Device: /dev/sdb >14:18:49,785 INFO blivet: got device: DiskDevice instance (0x7f94323f6690) -- > name = sdb status = True kids = 0 id = 1 > parents = [] > uuid = None size = 3823 MiB > format = existing None > major = 8 minor = 16 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: USB 2.0 SD MMC Reader path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7829504 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 124, 62) biosGeometry: (487, 255, 63) > PedDevice: <_ped.Device object at 0x7f9432403440> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f942a6492d0> >14:18:49,803 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >14:18:49,804 INFO blivet: type detected on 'sdb' is 'iso9660' >14:18:49,804 DEBUG blivet: Iso9660FS.supported: supported: True ; >14:18:49,804 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 4 >14:18:49,805 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: iso9660 ; >14:18:49,805 INFO blivet: got format: existing iso9660 filesystem >14:18:49,808 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113 /dev/disk/by-id/wwn-0x5001b44977ba4299', > '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': '1410790720', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '18', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > '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': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'SanDisk_SDSSDH2256G', > 'ID_MODEL_ENC': 'SanDisk\\x20SDSSDH2256G\\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': '394ad634', > 'ID_REVISION': 'X211200', > 'ID_SERIAL': 'SanDisk_SDSSDH2256G_130663401113', > 'ID_SERIAL_SHORT': '130663401113', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5001b44977ba4299', > 'ID_WWN_WITH_EXTENSION': '0x5001b44977ba4299', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '452951', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113', > '/dev/disk/by-id/wwn-0x5001b44977ba4299'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >14:18:49,808 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >14:18:49,809 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >14:18:49,809 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:49,810 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >14:18:49,810 INFO blivet: sda is a disk >14:18:49,810 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >14:18:49,811 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >14:18:49,818 INFO blivet: added disk sda (id 6) to device tree >14:18:49,818 DEBUG blivet: looking up parted Device: /dev/sda >14:18:49,818 INFO blivet: got device: DiskDevice instance (0x7f942a649410) -- > name = sda status = True kids = 0 id = 6 > parents = [] > uuid = None size = 238.47 GiB > 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 SanDisk SDSSDH22 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 500118192 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (31130, 255, 63) biosGeometry: (31130, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324034d0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f942a649550> >14:18:49,838 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >14:18:49,839 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >14:18:49,839 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >14:18:49,840 DEBUG blivet: required disklabel type for sda (1) is None >14:18:49,840 DEBUG blivet: default disklabel type for sda is gpt >14:18:49,840 DEBUG blivet: selecting gpt disklabel for sda based on size >14:18:49,841 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; exists: True ; >14:18:49,851 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 0x7f942a662790>, <parted.partition.Partition object at 0x7f942a662b10>] > device: <parted.device.Device object at 0x7f942a662550> > PedDisk: <_ped.Disk object at 0x7f942a646cf8> >14:18:49,852 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 9 >14:18:49,853 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >14:18:49,856 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part1 /dev/disk/by-id/wwn-0x5001b44977ba4299-part1 /dev/disk/by-label/Door\\x20systeem\\x20gereserveerd /dev/disk/by-uuid/90D63DECD63DD2E8', > '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_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '18', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > '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': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'Door_systeem_gereserveerd', > 'ID_FS_LABEL_ENC': 'Door\\x20systeem\\x20gereserveerd', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '90D63DECD63DD2E8', > 'ID_FS_UUID_ENC': '90D63DECD63DD2E8', > 'ID_MODEL': 'SanDisk_SDSSDH2256G', > 'ID_MODEL_ENC': 'SanDisk\\x20SDSSDH2256G\\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': '204800', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '394ad634-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '394ad634', > 'ID_REVISION': 'X211200', > 'ID_SERIAL': 'SanDisk_SDSSDH2256G_130663401113', > 'ID_SERIAL_SHORT': '130663401113', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5001b44977ba4299', > 'ID_WWN_WITH_EXTENSION': '0x5001b44977ba4299', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '453019', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part1', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part1', > '/dev/disk/by-label/Door\\x20systeem\\x20gereserveerd', > '/dev/disk/by-uuid/90D63DECD63DD2E8'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >14:18:49,856 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >14:18:49,856 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >14:18:49,857 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:49,857 INFO blivet: sda1 is a partition >14:18:49,858 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >14:18:49,858 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >14:18:49,859 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >14:18:49,866 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >14:18:49,867 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >14:18:49,867 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 12 >14:18:49,867 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >14:18:49,868 DEBUG blivet: looking up parted Partition: /dev/sda1 >14:18:49,869 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >14:18:49,869 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >14:18:49,870 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >14:18:49,870 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >14:18:49,871 INFO blivet: added partition sda1 (id 11) to device tree >14:18:49,873 DEBUG blivet: looking up parted Device: /dev/sda1 >14:18:49,871 INFO blivet: got device: PartitionDevice instance (0x7f942a662e50) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot >14:18:49,900 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >14:18:49,901 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >14:18:49,901 DEBUG blivet: device sda1 does not contain a disklabel >14:18:49,901 INFO blivet: type detected on 'sda1' is 'ntfs' >14:18:49,979 DEBUG blivet: padding min size from 26000000 up to 26000500 >14:18:49,981 DEBUG blivet: NTFS.supported: supported: False ; >14:18:49,981 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 14 >14:18:49,982 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >14:18:49,983 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ntfs ; >14:18:49,983 INFO blivet: got format: existing ntfs filesystem >14:18:49,987 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part2 /dev/disk/by-id/wwn-0x5001b44977ba4299-part2 /dev/disk/by-uuid/207842157841EA5C', > '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_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '18', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '2', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '0', > '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': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '207842157841EA5C', > 'ID_FS_UUID_ENC': '207842157841EA5C', > 'ID_MODEL': 'SanDisk_SDSSDH2256G', > 'ID_MODEL_ENC': 'SanDisk\\x20SDSSDH2256G\\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': '206848', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '122673152', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '394ad634-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '394ad634', > 'ID_REVISION': 'X211200', > 'ID_SERIAL': 'SanDisk_SDSSDH2256G_130663401113', > 'ID_SERIAL_SHORT': '130663401113', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5001b44977ba4299', > 'ID_WWN_WITH_EXTENSION': '0x5001b44977ba4299', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '453082', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part2', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part2', > '/dev/disk/by-uuid/207842157841EA5C'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >14:18:49,987 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >14:18:49,988 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda2 ; incomplete: False ; >14:18:49,989 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:49,989 INFO blivet: sda2 is a partition >14:18:49,990 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >14:18:49,990 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >14:18:49,991 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >14:18:50,000 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >14:18:50,001 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >14:18:50,001 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 17 >14:18:50,002 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >14:18:50,002 DEBUG blivet: looking up parted Partition: /dev/sda2 >14:18:50,003 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >14:18:50,004 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >14:18:50,004 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >14:18:50,005 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >14:18:50,005 INFO blivet: added partition sda2 (id 16) to device tree >14:18:50,008 DEBUG blivet: looking up parted Device: /dev/sda2 >14:18:50,006 INFO blivet: got device: PartitionDevice instance (0x7f942a662ed0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = >14:18:50,034 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >14:18:50,034 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: None ; >14:18:50,035 DEBUG blivet: device sda2 does not contain a disklabel >14:18:50,035 INFO blivet: type detected on 'sda2' is 'ntfs' >14:18:50,365 DEBUG blivet: padding min size from 12411000000 up to 12411000500 >14:18:50,366 DEBUG blivet: NTFS.supported: supported: False ; >14:18:50,367 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 19 >14:18:50,367 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >14:18:50,368 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: ntfs ; >14:18:50,368 INFO blivet: got format: existing ntfs filesystem >14:18:50,371 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-HL-DT-ST_BDDVDRW_GGC-H20L_K5682BL4115', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410790720', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_BD': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_HDDVD': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'HL-DT-ST_BDDVDRW_GGC-H20L', > 'ID_MODEL_ENC': 'HL-DT-ST\\x20BDDVDRW\\x20GGC-H20L\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '1.02', > 'ID_SERIAL': 'HL-DT-ST_BDDVDRW_GGC-H20L_K5682BL4115', > 'ID_SERIAL_SHORT': 'K5682BL4115', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '454726', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-HL-DT-ST_BDDVDRW_GGC-H20L_K5682BL4115'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >14:18:50,371 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >14:18:50,372 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >14:18:50,373 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:50,373 INFO blivet: sr0 is a cdrom >14:18:50,374 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >14:18:50,374 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >14:18:50,375 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >14:18:50,375 INFO blivet: added cdrom sr0 (id 21) to device tree >14:18:50,377 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:18:50,423 DEBUG blivet: looking up parted Device: /dev/sr0 >14:18:50,375 INFO blivet: got device: OpticalDevice instance (0x7f942a649610) -- > name = sr0 status = True kids = 0 id = 21 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >14:18:50,515 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:18:50,561 DEBUG blivet: looking up parted Device: /dev/sr0 >14:18:50,654 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:18:50,699 DEBUG blivet: looking up parted Device: /dev/sr0 >14:18:50,791 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:18:50,837 DEBUG blivet: looking up parted Device: /dev/sr0 >14:18:50,929 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >14:18:50,929 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:18:50,975 DEBUG blivet: no media present for device sr0 >14:18:50,976 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410790720', > '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': '496514', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >14:18:50,976 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >14:18:50,977 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >14:18:50,977 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:50,977 INFO blivet: loop0 is a loop device >14:18:50,978 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >14:18:50,978 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/install/repo/LiveOS/squashfs.img ; incomplete: False ; >14:18:50,979 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:50,979 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 26 >14:18:50,980 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >14:18:50,980 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 25) to device tree >14:18:50,981 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >14:18:50,981 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 29 >14:18:50,981 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:18:50,982 INFO blivet: added loop loop0 (id 28) to device tree >14:18:50,982 INFO blivet: got device: LoopDevice instance (0x7f942a674550) -- > name = loop0 status = False kids = 0 id = 28 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (25)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >14:18:50,984 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >14:18:50,984 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >14:18:50,984 DEBUG blivet: device loop0 does not contain a disklabel >14:18:50,985 INFO blivet: type detected on 'loop0' is 'squashfs' >14:18:50,985 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 31 >14:18:50,985 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >14:18:50,987 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410790720', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > 'ID_FS_UUID_ENC': '8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '496941', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/8a9caf9e-f3a3-4a45-8428-ec05f4009a69'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >14:18:50,987 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >14:18:50,987 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >14:18:50,988 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:50,988 INFO blivet: loop1 is a loop device >14:18:50,989 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >14:18:50,989 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/rootfs.img ; incomplete: False ; >14:18:50,990 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:50,990 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 34 >14:18:50,990 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >14:18:50,991 INFO blivet: added file /LiveOS/rootfs.img (id 33) to device tree >14:18:50,991 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >14:18:50,992 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 37 >14:18:50,992 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >14:18:50,992 INFO blivet: added loop loop1 (id 36) to device tree >14:18:50,992 INFO blivet: got device: LoopDevice instance (0x7f9427fbdad0) -- > name = loop1 status = False kids = 0 id = 36 > parents = ['existing 0 B file /LiveOS/rootfs.img (33)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >14:18:50,994 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >14:18:50,995 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >14:18:50,995 DEBUG blivet: device loop1 does not contain a disklabel >14:18:50,995 INFO blivet: type detected on 'loop1' is 'ext4' >14:18:51,051 DEBUG blivet: size=0 B, current=2048 MiB >14:18:51,059 DEBUG blivet: using current size 0 as min size >14:18:51,060 DEBUG blivet: Ext4FS.supported: supported: True ; >14:18:51,061 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 39 >14:18:51,061 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >14:18:51,062 INFO blivet: got format: existing ext4 filesystem >14:18:51,063 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410790720', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '497373', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >14:18:51,063 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >14:18:51,064 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >14:18:51,065 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:51,065 INFO blivet: loop2 is a loop device >14:18:51,066 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >14:18:51,066 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >14:18:51,067 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:51,068 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 42 >14:18:51,069 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >14:18:51,069 INFO blivet: added file /overlay (deleted) (id 41) to device tree >14:18:51,070 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >14:18:51,070 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 45 >14:18:51,071 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >14:18:51,071 INFO blivet: added loop loop2 (id 44) to device tree >14:18:51,072 INFO blivet: got device: LoopDevice instance (0x7f942a674350) -- > name = loop2 status = False kids = 0 id = 44 > parents = ['existing 0 B file /overlay (deleted) (41)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None >14:18:51,074 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >14:18:51,075 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >14:18:51,075 DEBUG blivet: device loop2 does not contain a disklabel >14:18:51,075 DEBUG blivet: no type or existing type for loop2, bailing >14:18:51,077 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/8a9caf9e-f3a3-4a45-8428-ec05f4009a69 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410790720', > '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': '8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > 'ID_FS_UUID_ENC': '8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '671548', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >14:18:51,078 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >14:18:51,078 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >14:18:51,079 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:51,079 INFO blivet: live-rw is a device-mapper device >14:18:51,080 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >14:18:51,080 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >14:18:51,081 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (36) with existing ext4 filesystem >14:18:51,082 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >14:18:51,082 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (44) >14:18:51,083 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >14:18:51,084 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:51,085 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >14:18:51,085 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 49 >14:18:51,085 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >14:18:51,086 INFO blivet: added dm live-rw (id 48) to device tree >14:18:51,086 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >14:18:51,086 INFO blivet: got device: DMDevice instance (0x7f942a649510) -- > name = live-rw status = True kids = 0 id = 48 > parents = ['existing 0 B loop loop2 (44)'] > 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 0x7f9432403830> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >14:18:51,206 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >14:18:51,206 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >14:18:51,206 DEBUG blivet: device live-rw does not contain a disklabel >14:18:51,206 INFO blivet: type detected on 'live-rw' is 'ext4' >14:18:51,223 DEBUG blivet: size=972.61 MiB, current=2048 MiB >14:18:51,238 DEBUG blivet: padding min size from 1019851776 up to 1019852276 >14:18:51,239 DEBUG blivet: Ext4FS.supported: supported: True ; >14:18:51,240 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 51 >14:18:51,241 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >14:18:51,241 INFO blivet: got format: existing ext4 filesystem >14:18:51,243 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/8a9caf9e-f3a3-4a45-8428-ec05f4009a69 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410790720', > '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': '8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > 'ID_FS_UUID_ENC': '8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '679494', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/8a9caf9e-f3a3-4a45-8428-ec05f4009a69', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >14:18:51,243 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >14:18:51,244 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >14:18:51,244 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:51,245 INFO blivet: live-base is a device-mapper device >14:18:51,245 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >14:18:51,246 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >14:18:51,246 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >14:18:51,247 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (36) with existing ext4 filesystem >14:18:51,248 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >14:18:51,249 DEBUG blivet: DeviceTree.getDeviceByName returned None >14:18:51,249 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >14:18:51,250 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 54 >14:18:51,250 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >14:18:51,250 INFO blivet: added dm live-base (id 53) to device tree >14:18:51,251 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >14:18:51,251 INFO blivet: got device: DMDevice instance (0x7f9427fbdd90) -- > name = live-base status = True kids = 0 id = 53 > parents = ['existing 0 B loop loop1 (36) 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 0x7f94324039e0> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >14:18:51,263 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >14:18:51,263 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >14:18:51,263 DEBUG blivet: device live-base does not contain a disklabel >14:18:51,264 INFO blivet: type detected on 'live-base' is 'ext4' >14:18:51,280 DEBUG blivet: size=0 B, current=2048 MiB >14:18:51,288 DEBUG blivet: using current size 0 as min size >14:18:51,290 DEBUG blivet: Ext4FS.supported: supported: True ; >14:18:51,290 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 56 >14:18:51,291 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >14:18:51,291 INFO blivet: got format: existing ext4 filesystem >14:18:51,306 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >14:18:51,317 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:18:51,318 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:18:51,319 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:18:51,330 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >14:18:51,341 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >14:18:51,342 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:18:51,343 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >14:18:51,353 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >14:18:51,354 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:18:51,355 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >14:18:51,366 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >14:18:51,366 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >14:18:51,367 INFO blivet: edd: collected mbr signatures: {'sda': '0x394ad634'} >14:18:51,446 DEBUG blivet: Ext4FS.supported: supported: True ; >14:18:51,447 DEBUG blivet: Ext4FS.supported: supported: True ; >14:18:51,448 DEBUG blivet: Ext4FS.supported: supported: True ; >14:18:51,449 DEBUG blivet: NTFS.supported: supported: False ; >14:18:51,451 DEBUG blivet: NTFS.supported: supported: False ; >14:18:51,452 DEBUG blivet: Iso9660FS.supported: supported: True ; >14:18:51,453 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:18:56,170 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >14:18:56,170 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >14:18:56,171 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdb ; hidden: False ; incomplete: False ; >14:18:56,172 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3823 MiB disk sdb (1) with existing iso9660 filesystem >14:18:56,255 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >14:18:56,255 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >14:18:56,255 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdb ; hidden: False ; incomplete: False ; >14:18:56,256 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3823 MiB disk sdb (1) with existing iso9660 filesystem >14:19:08,098 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: cdrom ; >14:19:08,099 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:19:08,144 DEBUG blivet: looking up parted Device: /dev/sr0 >14:19:08,098 DEBUG blivet: DeviceTree.getDevicesByType returned [OpticalDevice instance (0x7f942a649610) -- > name = sr0 status = True kids = 0 id = 21 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None] >14:19:08,238 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:19:08,254 DEBUG blivet: Iso9660FS.supported: supported: True ; >14:19:08,284 DEBUG blivet: looking up parted Device: /dev/sr0 >14:19:08,377 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:19:08,422 DEBUG blivet: looking up parted Device: /dev/sr0 >14:19:08,515 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:19:08,513 INFO blivet: updating format of device: existing 0 cdrom sr0 (21) >14:19:08,514 DEBUG blivet: Iso9660FS.supported: supported: True ; >14:19:08,568 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:19:08,615 DEBUG blivet: NFSv4.supported: supported: False ; >14:19:08,616 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:19:08,617 DEBUG blivet: NFSv4.supported: supported: False ; >14:19:08,618 DEBUG blivet: SELinuxFS.supported: supported: False ; >14:19:08,618 DEBUG blivet: SELinuxFS.supported: supported: False ; >14:19:08,619 DEBUG blivet: Ext4FS.supported: supported: True ; >14:19:08,619 DEBUG blivet: Ext4FS.supported: supported: True ; >14:19:08,620 DEBUG blivet: Ext3FS.supported: supported: True ; >14:19:08,621 DEBUG blivet: Ext3FS.supported: supported: True ; >14:19:08,621 DEBUG blivet: Ext2FS.supported: supported: True ; >14:19:08,622 DEBUG blivet: Ext2FS.supported: supported: True ; >14:19:08,623 DEBUG blivet: SysFS.supported: supported: False ; >14:19:08,623 DEBUG blivet: SysFS.supported: supported: False ; >14:19:08,663 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:19:08,708 DEBUG blivet: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 >14:19:08,714 DEBUG blivet: MultipathMember.__init__: >14:19:08,715 DEBUG blivet: SwapSpace.__init__: >14:19:08,716 DEBUG blivet: ProcFS.supported: supported: False ; >14:19:08,717 DEBUG blivet: ProcFS.supported: supported: False ; >14:19:08,718 DEBUG blivet: NoDevFS.supported: supported: False ; >14:19:08,718 DEBUG blivet: NoDevFS.supported: supported: False ; >14:19:08,719 DEBUG blivet: DevPtsFS.supported: supported: False ; >14:19:08,720 DEBUG blivet: DevPtsFS.supported: supported: False ; >14:19:08,720 DEBUG blivet: BTRFS.supported: supported: True ; >14:19:08,806 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >14:19:08,808 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >14:19:08,858 DEBUG blivet: no media present for device sr0 >14:19:08,858 INFO blivet: updating format of device: existing 3823 MiB disk sdb (1) with existing iso9660 filesystem >14:19:08,871 DEBUG blivet: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdb >14:19:08,894 DEBUG blivet: USBFS.supported: supported: False ; >14:19:08,895 DEBUG blivet: USBFS.supported: supported: False ; >14:19:08,896 DEBUG blivet: DiskLabel.__init__: >14:19:08,896 INFO blivet: DiskLabel.partedDevice returning None >14:19:08,897 DEBUG blivet: HFSPlus.supported: supported: False ; >14:19:08,898 DEBUG blivet: HFSPlus.supported: supported: False ; >14:19:08,898 DEBUG blivet: XFS.supported: supported: True ; >14:19:08,907 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >14:19:08,908 DEBUG blivet: no type or existing type for sdb, bailing >14:19:08,988 DEBUG blivet: XFS.supported: supported: True ; >14:19:08,990 DEBUG blivet: TmpFS.supported: supported: True ; >14:19:09,003 DEBUG blivet: LUKS.__init__: >14:19:09,004 DEBUG blivet: NTFS.supported: supported: False ; >14:19:09,005 DEBUG blivet: NTFS.supported: supported: False ; >14:19:09,006 DEBUG blivet: BindFS.supported: supported: False ; >14:19:09,006 DEBUG blivet: BindFS.supported: supported: False ; >14:19:09,007 DEBUG blivet: HFS.supported: supported: False ; >14:19:09,007 DEBUG blivet: HFS.supported: supported: False ; >14:19:09,008 DEBUG blivet: LVMPhysicalVolume.__init__: >14:19:09,009 DEBUG blivet: NFS.supported: supported: False ; >14:19:09,009 DEBUG blivet: NFS.supported: supported: False ; >14:19:09,010 DEBUG blivet: FATFS.supported: supported: True ; >14:19:09,011 DEBUG blivet: FATFS.supported: supported: True ; >14:19:09,016 DEBUG blivet: DMRaidMember.__init__: >14:19:09,017 DEBUG blivet: MDRaidMember.__init__: >10:19:25,263 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: partition ; >10:19:25,265 DEBUG blivet: DeviceTree.getDevicesByType returned [PartitionDevice instance (0x7f942a662e50) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f942a662ed0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:19:40,177 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >10:19:40,192 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >10:19:44,231 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: partition ; >10:19:44,232 DEBUG blivet: DeviceTree.getDevicesByType returned [PartitionDevice instance (0x7f942a662e50) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f942a662ed0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:20:45,306 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >10:20:45,327 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >10:21:35,952 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:35,954 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f942a662e50) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f942a662ed0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:36,054 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >10:21:36,054 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:36,065 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:36,065 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f942a662e50) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f942a662ed0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:48,148 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:48,149 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f942a662e50) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f942a662ed0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:48,215 INFO blivet: Detected 7680 MiB of memory >10:21:48,223 INFO blivet: Swap attempt of 7680 MiB >10:21:48,243 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:48,244 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f942a662e50) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f942a662ed0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:48,305 DEBUG blivet: clearpart: looking at sda2 >10:21:48,305 DEBUG blivet: clearpart: looking at sda1 >10:21:48,305 DEBUG blivet: checking whether disk sda has an empty extended >10:21:48,306 DEBUG blivet: extended is None ; logicals is [] >10:21:48,307 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:48,308 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:48,317 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:21:48,354 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:48,355 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:48,363 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:21:48,364 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:48,364 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:48,372 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:21:48,377 DEBUG blivet: starting Blivet copy >10:21:48,393 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:48,394 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:48,434 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >10:21:48,434 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> >10:21:48,435 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >10:21:48,436 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> >10:21:48,436 DEBUG blivet: finished Blivet copy >10:21:48,437 INFO storage.ui: hiding device disk sdb (id 1) >10:21:48,437 INFO storage.ui: removed disk sdb (id 1) from device tree >10:21:48,437 DEBUG storage.ui: lvm filter: adding sdb to the reject list >10:21:48,438 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:48,439 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:48,479 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:48,480 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:48,523 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:48,524 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:48,564 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:48,565 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:48,615 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:48,615 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:54,542 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:54,544 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:54,561 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:54,562 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:54,563 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:54,575 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:54,577 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:54,578 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:54,634 INFO storage.ui: Detected 7680 MiB of memory >10:21:54,644 INFO storage.ui: Swap attempt of 7680 MiB >10:21:54,653 DEBUG storage.ui: doAutoPart: True >10:21:54,653 DEBUG storage.ui: encryptedAutoPart: False >10:21:54,653 DEBUG storage.ui: autoPartType: 0 >10:21:54,653 DEBUG storage.ui: clearPartType: 2 >10:21:54,653 DEBUG storage.ui: clearPartDisks: ['sda'] >10:21:54,667 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7f941c675b50) -- > 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 (0x7f941c675b90) -- > 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 (0x7f941c675bd0) -- > 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 (0x7f941c675c10) -- > mountpoint = /boot/efi lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = efi encrypted = False > size = 20 MiB maxSize = 200 MiB grow = True >PartSpec instance (0x7f941c675c50) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 7680 MiB maxSize = None grow = False > >10:21:54,668 DEBUG storage.ui: storage.disks: ['sda'] >10:21:54,668 DEBUG storage.ui: storage.partitioned: ['sda'] >10:21:54,668 DEBUG storage.ui: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sr0'] >10:21:54,669 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:54,669 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:54,676 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:54,676 DEBUG storage.ui: boot disk: sda >10:21:54,676 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7f941c60f6d0) -- > name = sda status = True kids = 2 id = 6 > parents = [] > uuid = None size = 238.47 GiB > format = existing msdos disklabel > 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 SanDisk SDSSDH22 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 500118192 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (31130, 255, 63) biosGeometry: (31130, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324034d0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f941c60f810>] >10:21:54,684 DEBUG storage.ui: devs: [] >10:21:54,688 DEBUG storage.ui: Ext4FS.supported: supported: True ; >10:21:54,688 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 132 >10:21:54,689 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:21:54,690 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >10:21:54,691 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >10:21:54,691 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:21:54,692 INFO storage.ui: added partition req0 (id 133) to device tree >10:21:54,692 INFO storage.ui: registered action: [135] create device partition req0 (id 133) >10:21:54,692 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 137 >10:21:54,693 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >10:21:54,694 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: ext4 ; type: ext4 ; >10:21:54,694 INFO storage.ui: registered action: [136] create format ext4 filesystem mounted at / on partition req0 (id 133) >10:21:54,694 DEBUG storage.ui: Ext4FS.supported: supported: True ; >10:21:54,695 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 138 >10:21:54,695 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:21:54,696 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >10:21:54,697 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >10:21:54,697 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:21:54,697 INFO storage.ui: added partition req1 (id 139) to device tree >10:21:54,698 INFO storage.ui: registered action: [141] create device partition req1 (id 139) >10:21:54,698 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 143 >10:21:54,699 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >10:21:54,699 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: ext4 ; type: ext4 ; >10:21:54,699 INFO storage.ui: registered action: [142] create format ext4 filesystem mounted at /home on partition req1 (id 139) >10:21:54,700 DEBUG storage.ui: Ext4FS.supported: supported: True ; >10:21:54,700 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 144 >10:21:54,701 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:21:54,701 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >10:21:54,702 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: ext4 ; >10:21:54,703 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:21:54,703 INFO storage.ui: added partition req2 (id 145) to device tree >10:21:54,703 INFO storage.ui: registered action: [147] create device partition req2 (id 145) >10:21:54,703 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 149 >10:21:54,704 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >10:21:54,705 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: ext4 ; type: ext4 ; >10:21:54,705 INFO storage.ui: registered action: [148] create format ext4 filesystem mounted at /boot on partition req2 (id 145) >10:21:54,705 DEBUG storage.ui: getFormat('efi') returning EFIFS instance with object id 150 >10:21:54,706 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:21:54,706 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >10:21:54,707 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: None ; type: efi ; >10:21:54,708 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:21:54,708 INFO storage.ui: added partition req3 (id 151) to device tree >10:21:54,708 INFO storage.ui: registered action: [153] create device partition req3 (id 151) >10:21:54,708 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 155 >10:21:54,709 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >10:21:54,709 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: efi ; type: efi ; >10:21:54,709 INFO storage.ui: registered action: [154] create format efi filesystem mounted at /boot/efi on partition req3 (id 151) >10:21:54,710 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >10:21:54,710 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 156 >10:21:54,711 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:21:54,712 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >10:21:54,712 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: None ; type: swap ; >10:21:54,713 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:21:54,713 INFO storage.ui: added partition req4 (id 157) to device tree >10:21:54,713 INFO storage.ui: registered action: [159] create device partition req4 (id 157) >10:21:54,713 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 161 >10:21:54,714 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >10:21:54,715 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: swap ; type: swap ; >10:21:54,716 INFO storage.ui: registered action: [160] create format swap on partition req4 (id 157) >10:21:54,716 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >10:21:54,717 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:54,717 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941d351410) -- > name = req0 status = False kids = 0 id = 133 > parents = [] > uuid = None size = 1024 MiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/req0 > format args = [] originalFormat = ext4 grow = True max size = 50 GiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c450) -- > name = req1 status = False kids = 0 id = 139 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c690) -- > name = req2 status = False kids = 0 id = 145 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c8d0) -- > name = req3 status = False kids = 0 id = 151 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req3 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35cb10) -- > name = req4 status = False kids = 0 id = 157 > parents = [] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/req4 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:21:54,821 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:54,822 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941d351410) -- > name = req0 status = False kids = 0 id = 133 > parents = [] > uuid = None size = 1024 MiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/req0 > format args = [] originalFormat = ext4 grow = True max size = 50 GiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c450) -- > name = req1 status = False kids = 0 id = 139 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c690) -- > name = req2 status = False kids = 0 id = 145 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c8d0) -- > name = req3 status = False kids = 0 id = 151 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req3 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35cb10) -- > name = req4 status = False kids = 0 id = 157 > parents = [] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/req4 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:21:54,926 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:54,926 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941d351410) -- > name = req0 status = False kids = 0 id = 133 > parents = [] > uuid = None size = 1024 MiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/req0 > format args = [] originalFormat = ext4 grow = True max size = 50 GiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c450) -- > name = req1 status = False kids = 0 id = 139 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c690) -- > name = req2 status = False kids = 0 id = 145 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35c8d0) -- > name = req3 status = False kids = 0 id = 151 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req3 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d35cb10) -- > name = req4 status = False kids = 0 id = 157 > parents = [] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/req4 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:21:55,030 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 133)', 'req1(id 139)', 'req2(id 145)', 'req3(id 151)', 'req4(id 157)', 'sda1(id 11)', 'sda2(id 16)'] from disk(s) ['sda'] >10:21:55,030 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req0(id 133)', 'req1(id 139)', 'req2(id 145)', 'req3(id 151)', 'req4(id 157)', 'sda1(id 11)', 'sda2(id 16)'] >10:21:55,031 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 151)', 'req2(id 145)', 'req4(id 157)', 'req0(id 133)', 'req1(id 139)'] from disk(s) ['sda'] >10:21:55,031 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,032 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,038 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,038 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,039 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,045 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,045 DEBUG storage.ui: allocating partition: req3 ; id: 151 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 20 MiB ; grow: True ; max_size: 200 MiB ; start: None ; end: None >10:21:55,055 DEBUG storage.ui: checking freespace on sda >10:21:55,056 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=20 MiB boot=True best=None grow=True start=None >10:21:55,061 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:21:55,066 DEBUG storage.ui: current free range is 63-2047 (992.5 KiB) >10:21:55,072 DEBUG storage.ui: checking 122880000-500118191 (179.88 GiB) >10:21:55,077 DEBUG storage.ui: current free range is 122880000-500118191 (179.88 GiB) >10:21:55,083 DEBUG storage.ui: evaluating growth potential for new layout >10:21:55,083 DEBUG storage.ui: calculating growth for disk /dev/sda >10:21:55,084 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >10:21:55,084 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368410> PedPartition: <_ped.Partition object at 0x7f941d35aef0> >10:21:55,085 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:21:55,085 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:21:55,086 DEBUG storage.ui: adding request 151 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,086 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:21:55,086 DEBUG storage.ui: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:21:55,087 DEBUG storage.ui: req: PartitionRequest instance -- >id = 151 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:21:55,087 DEBUG storage.ui: 1 requests and 377197232 (179.86 GiB) left in chunk >10:21:55,093 DEBUG storage.ui: adding 377197232 (179.86 GiB) to 151 (sda3) >10:21:55,098 DEBUG storage.ui: taking back 376828592 (179.69 GiB) from 151 (sda3) >10:21:55,103 DEBUG storage.ui: new grow amount for request 151 (sda3) is 368640 units, or 180 MiB >10:21:55,109 DEBUG storage.ui: request 151 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:21:55,119 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >10:21:55,125 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:21:55,125 DEBUG storage.ui: device sda3 new partedPartition None >10:21:55,126 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >10:21:55,126 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:21:55,127 DEBUG storage.ui: total growth: 368640 sectors >10:21:55,127 DEBUG storage.ui: updating use_disk to sda, type: 0 >10:21:55,127 DEBUG storage.ui: new free: 122880000-500118191 / 179.88 GiB >10:21:55,132 DEBUG storage.ui: new free allows for 368640 sectors of growth >10:21:55,133 DEBUG storage.ui: found free space for bootable request >10:21:55,133 DEBUG storage.ui: created partition sda3 of 20 MiB and added it to /dev/sda >10:21:55,139 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >10:21:55,139 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368650> PedPartition: <_ped.Partition object at 0x7f941c67e2f0> >10:21:55,140 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:21:55,140 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:21:55,141 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:21:55,141 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d3688d0> PedPartition: <_ped.Partition object at 0x7f941c67e230> >10:21:55,142 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,143 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,149 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,149 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,150 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,156 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,156 DEBUG storage.ui: allocating partition: req2 ; id: 145 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >10:21:55,162 DEBUG storage.ui: checking freespace on sda >10:21:55,162 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=500 MiB boot=True best=None grow=False start=None >10:21:55,167 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:21:55,173 DEBUG storage.ui: current free range is 63-2047 (992.5 KiB) >10:21:55,178 DEBUG storage.ui: checking 122920960-500118191 (179.86 GiB) >10:21:55,184 DEBUG storage.ui: current free range is 122920960-500118191 (179.86 GiB) >10:21:55,189 DEBUG storage.ui: evaluating growth potential for new layout >10:21:55,189 DEBUG storage.ui: calculating growth for disk /dev/sda >10:21:55,190 DEBUG storage.ui: adjusted length from 377197232 to 377196544 >10:21:55,190 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500 MiB boot=True best=None grow=False start=None >10:21:55,195 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:21:55,201 DEBUG storage.ui: free region not suitable for request >10:21:55,201 DEBUG storage.ui: checking 122921023-500117503 (179.86 GiB) >10:21:55,206 DEBUG storage.ui: current free range is 122921023-500117503 (179.86 GiB) >10:21:55,212 DEBUG storage.ui: adjusted start sector from 122921023 to 122925056 >10:21:55,213 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >10:21:55,213 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368e90> PedPartition: <_ped.Partition object at 0x7f941c67e590> >10:21:55,214 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >10:21:55,214 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >10:21:55,215 DEBUG storage.ui: adding request 151 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,215 DEBUG storage.ui: adding request 145 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,215 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:21:55,215 DEBUG storage.ui: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:21:55,216 DEBUG storage.ui: req: PartitionRequest instance -- >id = 151 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:21:55,216 DEBUG storage.ui: req: PartitionRequest instance -- >id = 145 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:21:55,216 DEBUG storage.ui: 1 requests and 376173232 (179.37 GiB) left in chunk >10:21:55,222 DEBUG storage.ui: adding 376173232 (179.37 GiB) to 151 (sda3) >10:21:55,227 DEBUG storage.ui: taking back 375804592 (179.2 GiB) from 151 (sda3) >10:21:55,233 DEBUG storage.ui: new grow amount for request 151 (sda3) is 368640 units, or 180 MiB >10:21:55,238 DEBUG storage.ui: request 151 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:21:55,249 DEBUG storage.ui: request 145 (sda5) growth: 0 (0 B) size: 500 MiB >10:21:55,254 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >10:21:55,260 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >10:21:55,260 DEBUG storage.ui: device sda5 new partedPartition None >10:21:55,261 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >10:21:55,261 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >10:21:55,261 DEBUG storage.ui: total growth: 368640 sectors >10:21:55,262 DEBUG storage.ui: updating use_disk to sda, type: 2 >10:21:55,262 DEBUG storage.ui: new free: 122920960-500118191 / 179.86 GiB >10:21:55,267 DEBUG storage.ui: new free allows for 368640 sectors of growth >10:21:55,267 DEBUG storage.ui: found free space for bootable request >10:21:55,268 DEBUG storage.ui: creating extended partition >10:21:55,268 DEBUG storage.ui: adjusted length from 377197232 to 377196544 >10:21:55,268 DEBUG storage.ui: recalculating free space >10:21:55,268 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500 MiB boot=True best=None grow=False start=None >10:21:55,274 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:21:55,279 DEBUG storage.ui: free region not suitable for request >10:21:55,279 DEBUG storage.ui: checking 122921023-500117503 (179.86 GiB) >10:21:55,285 DEBUG storage.ui: current free range is 122921023-500117503 (179.86 GiB) >10:21:55,290 DEBUG storage.ui: adjusted start sector from 122921023 to 122925056 >10:21:55,291 DEBUG storage.ui: created partition sda5 of 500 MiB and added it to /dev/sda >10:21:55,297 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >10:21:55,297 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681350> PedPartition: <_ped.Partition object at 0x7f941c67e5f0> >10:21:55,298 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >10:21:55,298 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >10:21:55,299 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >10:21:55,300 DEBUG storage.ui: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681210> PedPartition: <_ped.Partition object at 0x7f941c67e650> >10:21:55,300 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,301 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,307 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,307 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,308 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,314 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,314 DEBUG storage.ui: allocating partition: req4 ; id: 157 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 7680 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >10:21:55,320 DEBUG storage.ui: checking freespace on sda >10:21:55,320 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=7680 MiB boot=False best=None grow=False start=None >10:21:55,326 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:21:55,331 DEBUG storage.ui: free region not suitable for request >10:21:55,331 DEBUG storage.ui: checking 123949056-500117503 (179.37 GiB) >10:21:55,337 DEBUG storage.ui: current free range is 123949056-500117503 (179.37 GiB) >10:21:55,342 DEBUG storage.ui: checking 500117504-500118191 (344 KiB) >10:21:55,347 DEBUG storage.ui: free region not suitable for request >10:21:55,347 DEBUG storage.ui: evaluating growth potential for new layout >10:21:55,347 DEBUG storage.ui: calculating growth for disk /dev/sda >10:21:55,348 DEBUG storage.ui: adjusted start sector from 123949056 to 123951104 >10:21:55,349 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >10:21:55,349 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368510> PedPartition: <_ped.Partition object at 0x7f941c67e350> >10:21:55,349 DEBUG storage.ui: PartitionDevice._setDisk: sda6 ; new: sda ; old: None ; >10:21:55,350 DEBUG storage.ui: DiskDevice.addChild: kids: 4 ; name: sda ; >10:21:55,350 DEBUG storage.ui: adding request 151 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,351 DEBUG storage.ui: adding request 145 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,351 DEBUG storage.ui: adding request 157 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,351 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:21:55,351 DEBUG storage.ui: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:21:55,352 DEBUG storage.ui: req: PartitionRequest instance -- >id = 151 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:21:55,352 DEBUG storage.ui: req: PartitionRequest instance -- >id = 145 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:21:55,352 DEBUG storage.ui: req: PartitionRequest instance -- >id = 157 name = sda6 growable = False >base = 15728640 growth = 0 max_grow = 0 >done = True >10:21:55,352 DEBUG storage.ui: 1 requests and 360444592 (171.87 GiB) left in chunk >10:21:55,358 DEBUG storage.ui: adding 360444592 (171.87 GiB) to 151 (sda3) >10:21:55,363 DEBUG storage.ui: taking back 360075952 (171.7 GiB) from 151 (sda3) >10:21:55,369 DEBUG storage.ui: new grow amount for request 151 (sda3) is 368640 units, or 180 MiB >10:21:55,374 DEBUG storage.ui: request 151 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:21:55,385 DEBUG storage.ui: request 145 (sda5) growth: 0 (0 B) size: 500 MiB >10:21:55,390 DEBUG storage.ui: request 157 (sda6) growth: 0 (0 B) size: 7680 MiB >10:21:55,396 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >10:21:55,402 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda6 ; >10:21:55,402 DEBUG storage.ui: device sda6 new partedPartition None >10:21:55,402 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >10:21:55,403 DEBUG storage.ui: DiskDevice.removeChild: kids: 5 ; name: sda ; >10:21:55,403 DEBUG storage.ui: total growth: 368640 sectors >10:21:55,403 DEBUG storage.ui: updating use_disk to sda, type: 1 >10:21:55,404 DEBUG storage.ui: new free: 123949056-500117503 / 179.37 GiB >10:21:55,409 DEBUG storage.ui: new free allows for 368640 sectors of growth >10:21:55,409 DEBUG storage.ui: adjusted start sector from 123949056 to 123951104 >10:21:55,410 DEBUG storage.ui: created partition sda6 of 7680 MiB and added it to /dev/sda >10:21:55,416 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >10:21:55,416 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368cd0> PedPartition: <_ped.Partition object at 0x7f941c67e530> >10:21:55,417 DEBUG storage.ui: PartitionDevice._setDisk: sda6 ; new: sda ; old: None ; >10:21:55,417 DEBUG storage.ui: DiskDevice.addChild: kids: 4 ; name: sda ; >10:21:55,418 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda6 ; >10:21:55,418 DEBUG storage.ui: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681a90> PedPartition: <_ped.Partition object at 0x7f941c67e7d0> >10:21:55,419 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,420 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,426 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,426 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,427 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,433 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,433 DEBUG storage.ui: allocating partition: req0 ; id: 133 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1024 MiB ; grow: True ; max_size: 50 GiB ; start: None ; end: None >10:21:55,444 DEBUG storage.ui: checking freespace on sda >10:21:55,444 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=1024 MiB boot=False best=None grow=True start=None >10:21:55,450 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:21:55,455 DEBUG storage.ui: free region not suitable for request >10:21:55,455 DEBUG storage.ui: checking 139679744-500117503 (171.87 GiB) >10:21:55,461 DEBUG storage.ui: current free range is 139679744-500117503 (171.87 GiB) >10:21:55,467 DEBUG storage.ui: checking 500117504-500118191 (344 KiB) >10:21:55,472 DEBUG storage.ui: free region not suitable for request >10:21:55,472 DEBUG storage.ui: evaluating growth potential for new layout >10:21:55,472 DEBUG storage.ui: calculating growth for disk /dev/sda >10:21:55,472 DEBUG storage.ui: adjusted start sector from 139679744 to 139681792 >10:21:55,473 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >10:21:55,473 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368090> PedPartition: <_ped.Partition object at 0x7f941c67e410> >10:21:55,474 DEBUG storage.ui: PartitionDevice._setDisk: sda7 ; new: sda ; old: None ; >10:21:55,475 DEBUG storage.ui: DiskDevice.addChild: kids: 5 ; name: sda ; >10:21:55,475 DEBUG storage.ui: adding request 151 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,475 DEBUG storage.ui: adding request 145 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,475 DEBUG storage.ui: adding request 157 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,476 DEBUG storage.ui: adding request 133 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,476 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:21:55,476 DEBUG storage.ui: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:21:55,476 DEBUG storage.ui: req: PartitionRequest instance -- >id = 151 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:21:55,477 DEBUG storage.ui: req: PartitionRequest instance -- >id = 145 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:21:55,477 DEBUG storage.ui: req: PartitionRequest instance -- >id = 157 name = sda6 growable = False >base = 15728640 growth = 0 max_grow = 0 >done = True >10:21:55,477 DEBUG storage.ui: req: PartitionRequest instance -- >id = 133 name = sda7 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >10:21:55,477 DEBUG storage.ui: 2 requests and 358347440 (170.87 GiB) left in chunk >10:21:55,483 DEBUG storage.ui: adding 6864893 (3352 MiB) to 151 (sda3) >10:21:55,488 DEBUG storage.ui: taking back 6496253 (3172 MiB) from 151 (sda3) >10:21:55,494 DEBUG storage.ui: new grow amount for request 151 (sda3) is 368640 units, or 180 MiB >10:21:55,499 DEBUG storage.ui: adding 351482546 (167.6 GiB) to 133 (sda7) >10:21:55,505 DEBUG storage.ui: taking back 248722098 (118.6 GiB) from 133 (sda7) >10:21:55,510 DEBUG storage.ui: new grow amount for request 133 (sda7) is 102760448 units, or 49 GiB >10:21:55,516 DEBUG storage.ui: request 151 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:21:55,526 DEBUG storage.ui: request 145 (sda5) growth: 0 (0 B) size: 500 MiB >10:21:55,532 DEBUG storage.ui: request 157 (sda6) growth: 0 (0 B) size: 7680 MiB >10:21:55,537 DEBUG storage.ui: request 133 (sda7) growth: 102760448 (49 GiB) size: 50 GiB >10:21:55,548 DEBUG storage.ui: disk /dev/sda growth: 103129088 (49.18 GiB) >10:21:55,554 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda7 ; >10:21:55,554 DEBUG storage.ui: device sda7 new partedPartition None >10:21:55,555 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >10:21:55,555 DEBUG storage.ui: DiskDevice.removeChild: kids: 6 ; name: sda ; >10:21:55,555 DEBUG storage.ui: total growth: 103129088 sectors >10:21:55,556 DEBUG storage.ui: updating use_disk to sda, type: 1 >10:21:55,556 DEBUG storage.ui: new free: 139679744-500117503 / 171.87 GiB >10:21:55,561 DEBUG storage.ui: new free allows for 103129088 sectors of growth >10:21:55,561 DEBUG storage.ui: adjusted start sector from 139679744 to 139681792 >10:21:55,562 DEBUG storage.ui: created partition sda7 of 1024 MiB and added it to /dev/sda >10:21:55,568 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >10:21:55,568 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681bd0> PedPartition: <_ped.Partition object at 0x7f941c67e2f0> >10:21:55,569 DEBUG storage.ui: PartitionDevice._setDisk: sda7 ; new: sda ; old: None ; >10:21:55,569 DEBUG storage.ui: DiskDevice.addChild: kids: 5 ; name: sda ; >10:21:55,571 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda7 ; >10:21:55,571 DEBUG storage.ui: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d3d0> PedPartition: <_ped.Partition object at 0x7f941c67e9b0> >10:21:55,571 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,572 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,578 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,579 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:55,579 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:55,585 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:55,585 DEBUG storage.ui: allocating partition: req1 ; id: 139 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >10:21:55,591 DEBUG storage.ui: checking freespace on sda >10:21:55,591 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500 MiB boot=False best=None grow=True start=None >10:21:55,597 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:21:55,602 DEBUG storage.ui: free region not suitable for request >10:21:55,602 DEBUG storage.ui: checking 141778944-500117503 (170.87 GiB) >10:21:55,608 DEBUG storage.ui: current free range is 141778944-500117503 (170.87 GiB) >10:21:55,613 DEBUG storage.ui: checking 500117504-500118191 (344 KiB) >10:21:55,618 DEBUG storage.ui: free region not suitable for request >10:21:55,619 DEBUG storage.ui: evaluating growth potential for new layout >10:21:55,619 DEBUG storage.ui: calculating growth for disk /dev/sda >10:21:55,619 DEBUG storage.ui: adjusted start sector from 141778944 to 141780992 >10:21:55,620 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >10:21:55,620 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681690> PedPartition: <_ped.Partition object at 0x7f941c67e3b0> >10:21:55,621 DEBUG storage.ui: PartitionDevice._setDisk: sda8 ; new: sda ; old: None ; >10:21:55,621 DEBUG storage.ui: DiskDevice.addChild: kids: 6 ; name: sda ; >10:21:55,622 DEBUG storage.ui: adding request 151 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,622 DEBUG storage.ui: adding request 145 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,622 DEBUG storage.ui: adding request 157 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,622 DEBUG storage.ui: adding request 133 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,623 DEBUG storage.ui: adding request 139 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,623 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:21:55,623 DEBUG storage.ui: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:21:55,624 DEBUG storage.ui: req: PartitionRequest instance -- >id = 151 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:21:55,624 DEBUG storage.ui: req: PartitionRequest instance -- >id = 145 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:21:55,624 DEBUG storage.ui: req: PartitionRequest instance -- >id = 157 name = sda6 growable = False >base = 15728640 growth = 0 max_grow = 0 >done = True >10:21:55,624 DEBUG storage.ui: req: PartitionRequest instance -- >id = 133 name = sda7 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >10:21:55,624 DEBUG storage.ui: req: PartitionRequest instance -- >id = 139 name = sda8 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:21:55,624 DEBUG storage.ui: 3 requests and 357323440 (170.39 GiB) left in chunk >10:21:55,630 DEBUG storage.ui: adding 4628541 (2260.03 MiB) to 151 (sda3) >10:21:55,636 DEBUG storage.ui: taking back 4259901 (2080.03 MiB) from 151 (sda3) >10:21:55,641 DEBUG storage.ui: new grow amount for request 151 (sda3) is 368640 units, or 180 MiB >10:21:55,646 DEBUG storage.ui: adding 236981348 (113 GiB) to 133 (sda7) >10:21:55,652 DEBUG storage.ui: taking back 134220900 (64 GiB) from 133 (sda7) >10:21:55,657 DEBUG storage.ui: new grow amount for request 133 (sda7) is 102760448 units, or 49 GiB >10:21:55,663 DEBUG storage.ui: adding 115713549 (55.18 GiB) to 139 (sda8) >10:21:55,668 DEBUG storage.ui: new grow amount for request 139 (sda8) is 115713549 units, or 55.18 GiB >10:21:55,674 DEBUG storage.ui: 1 requests and 138480803 (66.03 GiB) left in chunk >10:21:55,679 DEBUG storage.ui: adding 138480803 (66.03 GiB) to 139 (sda8) >10:21:55,684 DEBUG storage.ui: new grow amount for request 139 (sda8) is 254194352 units, or 121.21 GiB >10:21:55,690 DEBUG storage.ui: request 151 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:21:55,700 DEBUG storage.ui: request 145 (sda5) growth: 0 (0 B) size: 500 MiB >10:21:55,706 DEBUG storage.ui: request 157 (sda6) growth: 0 (0 B) size: 7680 MiB >10:21:55,712 DEBUG storage.ui: request 133 (sda7) growth: 102760448 (49 GiB) size: 50 GiB >10:21:55,722 DEBUG storage.ui: request 139 (sda8) growth: 254194352 (121.21 GiB) size: 121.7 GiB >10:21:55,733 DEBUG storage.ui: disk /dev/sda growth: 357323440 (170.39 GiB) >10:21:55,739 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda8 ; >10:21:55,739 DEBUG storage.ui: device sda8 new partedPartition None >10:21:55,739 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >10:21:55,740 DEBUG storage.ui: DiskDevice.removeChild: kids: 7 ; name: sda ; >10:21:55,740 DEBUG storage.ui: total growth: 357323440 sectors >10:21:55,740 DEBUG storage.ui: updating use_disk to sda, type: 1 >10:21:55,741 DEBUG storage.ui: new free: 141778944-500117503 / 170.87 GiB >10:21:55,746 DEBUG storage.ui: new free allows for 357323440 sectors of growth >10:21:55,746 DEBUG storage.ui: adjusted start sector from 141778944 to 141780992 >10:21:55,747 DEBUG storage.ui: created partition sda8 of 500 MiB and added it to /dev/sda >10:21:55,752 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >10:21:55,752 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d3689d0> PedPartition: <_ped.Partition object at 0x7f941c67e410> >10:21:55,753 DEBUG storage.ui: PartitionDevice._setDisk: sda8 ; new: sda ; old: None ; >10:21:55,754 DEBUG storage.ui: DiskDevice.addChild: kids: 6 ; name: sda ; >10:21:55,755 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda8 ; >10:21:55,755 DEBUG storage.ui: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d450> PedPartition: <_ped.Partition object at 0x7f941c67e8f0> >10:21:55,756 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=['sda7(id 133)', 'sda8(id 139)', 'sda5(id 145)', 'sda3(id 151)', 'sda6(id 157)', 'sda1(id 11)', 'sda2(id 16)'] >10:21:55,756 DEBUG storage.ui: growable partitions are ['sda7', 'sda8', 'sda3'] >10:21:55,756 DEBUG storage.ui: adding request 133 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,756 DEBUG storage.ui: adding request 139 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,757 DEBUG storage.ui: adding request 145 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,757 DEBUG storage.ui: adding request 151 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,757 DEBUG storage.ui: adding request 157 to chunk 377238192 (122880000-500118191) on /dev/sda >10:21:55,757 DEBUG storage.ui: disk sda has 2 chunks >10:21:55,757 DEBUG storage.ui: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:21:55,758 DEBUG storage.ui: req: PartitionRequest instance -- >id = 151 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:21:55,758 DEBUG storage.ui: req: PartitionRequest instance -- >id = 145 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:21:55,758 DEBUG storage.ui: req: PartitionRequest instance -- >id = 157 name = sda6 growable = False >base = 15728640 growth = 0 max_grow = 0 >done = True >10:21:55,758 DEBUG storage.ui: req: PartitionRequest instance -- >id = 133 name = sda7 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >10:21:55,758 DEBUG storage.ui: req: PartitionRequest instance -- >id = 139 name = sda8 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:21:55,758 DEBUG storage.ui: 3 requests and 357323440 (170.39 GiB) left in chunk >10:21:55,764 DEBUG storage.ui: adding 4628541 (2260.03 MiB) to 151 (sda3) >10:21:55,769 DEBUG storage.ui: taking back 4259901 (2080.03 MiB) from 151 (sda3) >10:21:55,775 DEBUG storage.ui: new grow amount for request 151 (sda3) is 368640 units, or 180 MiB >10:21:55,780 DEBUG storage.ui: adding 236981348 (113 GiB) to 133 (sda7) >10:21:55,786 DEBUG storage.ui: taking back 134220900 (64 GiB) from 133 (sda7) >10:21:55,791 DEBUG storage.ui: new grow amount for request 133 (sda7) is 102760448 units, or 49 GiB >10:21:55,797 DEBUG storage.ui: adding 115713549 (55.18 GiB) to 139 (sda8) >10:21:55,802 DEBUG storage.ui: new grow amount for request 139 (sda8) is 115713549 units, or 55.18 GiB >10:21:55,808 DEBUG storage.ui: 1 requests and 138480803 (66.03 GiB) left in chunk >10:21:55,813 DEBUG storage.ui: adding 138480803 (66.03 GiB) to 139 (sda8) >10:21:55,819 DEBUG storage.ui: new grow amount for request 139 (sda8) is 254194352 units, or 121.21 GiB >10:21:55,824 DEBUG storage.ui: growing partitions on sda >10:21:55,825 DEBUG storage.ui: partition sda3 (151): 0 >10:21:55,825 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 122880000 end: 123289599 length: 409600 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c6818d0> >10:21:55,825 DEBUG storage.ui: partition sda5 (145): 1 >10:21:55,825 DEBUG storage.ui: new geometry for sda5: parted.Geometry instance -- > start: 123291648 end: 124315647 length: 1024000 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c681d50> >10:21:55,825 DEBUG storage.ui: partition sda6 (157): 1 >10:21:55,825 DEBUG storage.ui: new geometry for sda6: parted.Geometry instance -- > start: 124317696 end: 140046335 length: 15728640 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c681e50> >10:21:55,826 DEBUG storage.ui: partition sda7 (133): 1 >10:21:55,826 DEBUG storage.ui: new geometry for sda7: parted.Geometry instance -- > start: 140048384 end: 244905983 length: 104857600 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c681b10> >10:21:55,826 DEBUG storage.ui: partition sda8 (139): 1 >10:21:55,826 DEBUG storage.ui: new geometry for sda8: parted.Geometry instance -- > start: 244908032 end: 500117503 length: 255209472 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c67d1d0> >10:21:55,826 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 151)', 'sda5(id 145)', 'sda6(id 157)', 'sda7(id 133)', 'sda8(id 139)'] from disk(s) ['sda'] >10:21:55,827 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:21:55,827 DEBUG storage.ui: device sda3 new partedPartition None >10:21:55,827 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >10:21:55,828 DEBUG storage.ui: DiskDevice.removeChild: kids: 7 ; name: sda ; >10:21:55,829 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >10:21:55,829 DEBUG storage.ui: device sda5 new partedPartition None >10:21:55,829 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >10:21:55,830 DEBUG storage.ui: DiskDevice.removeChild: kids: 6 ; name: sda ; >10:21:55,831 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda6 ; >10:21:55,831 DEBUG storage.ui: device sda6 new partedPartition None >10:21:55,832 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >10:21:55,832 DEBUG storage.ui: DiskDevice.removeChild: kids: 5 ; name: sda ; >10:21:55,833 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda7 ; >10:21:55,833 DEBUG storage.ui: device sda7 new partedPartition None >10:21:55,834 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >10:21:55,834 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >10:21:55,835 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda8 ; >10:21:55,835 DEBUG storage.ui: device sda8 new partedPartition None >10:21:55,836 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >10:21:55,836 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:21:55,837 DEBUG storage.ui: removing empty extended partition from sda >10:21:55,837 DEBUG storage.ui: back from removeNewPartitions >10:21:55,837 DEBUG storage.ui: extended: parted.Geometry instance -- > start: 122920960 end: 500117503 length: 377196544 > device: <parted.device.Device object at 0x7f941c681450> PedGeometry: <_ped.Geometry object at 0x7f941d3684d0> >10:21:55,838 DEBUG storage.ui: setting up new geometry for extended on sda >10:21:55,838 DEBUG storage.ui: new geometry for extended: parted.Geometry instance -- > start: 123289600 end: 500118191 length: 376828592 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941d35ce10> >10:21:55,838 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 122880000 end: 123289599 length: 409600 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c6818d0> >10:21:55,839 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >10:21:55,839 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368090> PedPartition: <_ped.Partition object at 0x7f941c67e6b0> >10:21:55,839 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:21:55,840 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:21:55,841 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:21:55,841 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681650> PedPartition: <_ped.Partition object at 0x7f941c67e590> >10:21:55,842 DEBUG storage.ui: setting sda-1 new geometry: parted.Geometry instance -- > start: 123289600 end: 500118191 length: 376828592 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941d35ce10> >10:21:55,842 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 123291648 end: 124315647 length: 1024000 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c681d50> >10:21:55,843 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >10:21:55,843 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368810> PedPartition: <_ped.Partition object at 0x7f941c67e770> >10:21:55,843 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >10:21:55,844 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >10:21:55,845 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >10:21:55,845 DEBUG storage.ui: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d110> PedPartition: <_ped.Partition object at 0x7f941c67ea10> >10:21:55,846 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 124317696 end: 140046335 length: 15728640 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c681e50> >10:21:55,846 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >10:21:55,846 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681050> PedPartition: <_ped.Partition object at 0x7f941c67e890> >10:21:55,847 DEBUG storage.ui: PartitionDevice._setDisk: sda6 ; new: sda ; old: None ; >10:21:55,848 DEBUG storage.ui: DiskDevice.addChild: kids: 4 ; name: sda ; >10:21:55,849 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda6 ; >10:21:55,849 DEBUG storage.ui: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67ded0> PedPartition: <_ped.Partition object at 0x7f941c67ebf0> >10:21:55,849 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 140048384 end: 244905983 length: 104857600 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c681b10> >10:21:55,850 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >10:21:55,850 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368750> PedPartition: <_ped.Partition object at 0x7f941c67e950> >10:21:55,851 DEBUG storage.ui: PartitionDevice._setDisk: sda7 ; new: sda ; old: None ; >10:21:55,852 DEBUG storage.ui: DiskDevice.addChild: kids: 5 ; name: sda ; >10:21:55,853 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda7 ; >10:21:55,853 DEBUG storage.ui: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681410> PedPartition: <_ped.Partition object at 0x7f941c67e8f0> >10:21:55,853 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 244908032 end: 500117503 length: 255209472 > device: <parted.device.Device object at 0x7f941c60f490> PedGeometry: <_ped.Geometry object at 0x7f941c67d1d0> >10:21:55,854 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >10:21:55,854 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368890> PedPartition: <_ped.Partition object at 0x7f941c67ea70> >10:21:55,855 DEBUG storage.ui: PartitionDevice._setDisk: sda8 ; new: sda ; old: None ; >10:21:55,856 DEBUG storage.ui: DiskDevice.addChild: kids: 6 ; name: sda ; >10:21:55,857 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda8 ; >10:21:55,857 DEBUG storage.ui: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d2d0> PedPartition: <_ped.Partition object at 0x7f941c67e290> >10:21:55,858 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:55,858 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = None max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941d351410) -- > name = sda7 status = False kids = 0 id = 133 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = True max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681410> PedPartition: <_ped.Partition object at 0x7f941c67e8f0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d35c450) -- > name = sda8 status = False kids = 0 id = 139 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = True max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d2d0> PedPartition: <_ped.Partition object at 0x7f941c67e290> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941d35c690) -- > name = sda5 status = False kids = 0 id = 145 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d110> PedPartition: <_ped.Partition object at 0x7f941c67ea10> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941d35c8d0) -- > name = sda3 status = False kids = 0 id = 151 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681650> PedPartition: <_ped.Partition object at 0x7f941c67e590> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941d35cb10) -- > name = sda6 status = False kids = 0 id = 157 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67ded0> PedPartition: <_ped.Partition object at 0x7f941c67ebf0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = ] >10:21:56,025 DEBUG storage.ui: fixing size of existing 100 MiB partition sda1 (11) with existing ntfs filesystem >10:21:56,031 DEBUG storage.ui: fixing size of existing 58.5 GiB partition sda2 (16) with existing ntfs filesystem >10:21:56,037 DEBUG storage.ui: fixing size of non-existent 200 MiB partition sda3 (151) with non-existent efi filesystem mounted at /boot/efi >10:21:56,042 DEBUG storage.ui: fixing size of non-existent 500 MiB partition sda5 (145) with non-existent ext4 filesystem mounted at /boot >10:21:56,048 DEBUG storage.ui: fixing size of non-existent 7680 MiB partition sda6 (157) with non-existent swap >10:21:56,054 DEBUG storage.ui: fixing size of non-existent 50 GiB partition sda7 (133) with non-existent ext4 filesystem mounted at / >10:21:56,060 DEBUG storage.ui: fixing size of non-existent 121.69 GiB partition sda8 (139) with non-existent ext4 filesystem mounted at /home >10:21:56,066 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,066 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941d351410) -- > name = sda7 status = False kids = 0 id = 133 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681410> PedPartition: <_ped.Partition object at 0x7f941c67e8f0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d35c450) -- > name = sda8 status = False kids = 0 id = 139 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d2d0> PedPartition: <_ped.Partition object at 0x7f941c67e290> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941d35c690) -- > name = sda5 status = False kids = 0 id = 145 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d110> PedPartition: <_ped.Partition object at 0x7f941c67ea10> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941d35c8d0) -- > name = sda3 status = False kids = 0 id = 151 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681650> PedPartition: <_ped.Partition object at 0x7f941c67e590> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941d35cb10) -- > name = sda6 status = False kids = 0 id = 157 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67ded0> PedPartition: <_ped.Partition object at 0x7f941c67ebf0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = ] >10:21:56,234 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda4 ; incomplete: False ; >10:21:56,235 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >10:21:56,235 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,236 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941d351410) -- > name = sda7 status = False kids = 0 id = 133 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681410> PedPartition: <_ped.Partition object at 0x7f941c67e8f0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d35c450) -- > name = sda8 status = False kids = 0 id = 139 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d2d0> PedPartition: <_ped.Partition object at 0x7f941c67e290> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941d35c690) -- > name = sda5 status = False kids = 0 id = 145 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d110> PedPartition: <_ped.Partition object at 0x7f941c67ea10> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941d35c8d0) -- > name = sda3 status = False kids = 0 id = 151 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681650> PedPartition: <_ped.Partition object at 0x7f941c67e590> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941d35cb10) -- > name = sda6 status = False kids = 0 id = 157 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67ded0> PedPartition: <_ped.Partition object at 0x7f941c67ebf0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = ] >10:21:56,405 DEBUG storage.ui: DiskDevice.addChild: kids: 7 ; name: sda ; >10:21:56,405 DEBUG storage.ui: PartitionDevice._setFormat: sda4 ; >10:21:56,405 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 163 >10:21:56,406 DEBUG storage.ui: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >10:21:56,407 DEBUG storage.ui: DiskDevice.removeChild: kids: 8 ; name: sda ; >10:21:56,407 DEBUG storage.ui: DiskDevice.addChild: kids: 7 ; name: sda ; >10:21:56,408 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda4 ; >10:21:56,408 DEBUG storage.ui: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d35cf90> PedPartition: <_ped.Partition object at 0x7f941c67ecb0> >10:21:56,409 INFO storage.ui: added partition sda4 (id 162) to device tree >10:21:56,409 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,410 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c60f690) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675d50> PedPartition: <_ped.Partition object at 0x7f941c605350> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941c60f7d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c675fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c675f10> PedPartition: <_ped.Partition object at 0x7f941c6053b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941d351410) -- > name = sda7 status = False kids = 0 id = 133 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681410> PedPartition: <_ped.Partition object at 0x7f941c67e8f0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d35c450) -- > name = sda8 status = False kids = 0 id = 139 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d2d0> PedPartition: <_ped.Partition object at 0x7f941c67e290> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941d35c690) -- > name = sda5 status = False kids = 0 id = 145 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67d110> PedPartition: <_ped.Partition object at 0x7f941c67ea10> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941d35c8d0) -- > name = sda3 status = False kids = 0 id = 151 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681650> PedPartition: <_ped.Partition object at 0x7f941c67e590> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941d35cb10) -- > name = sda6 status = False kids = 0 id = 157 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c67ded0> PedPartition: <_ped.Partition object at 0x7f941c67ebf0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = , PartitionDevice instance (0x7f941d368f50) -- > name = sda4 status = False kids = 0 id = 162 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 179.69 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = None grow = False max size = 0 B bootable = None > part type = 2 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c60f510> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d35cf90> PedPartition: <_ped.Partition object at 0x7f941c67ecb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123289600 end = 500118191 length = 376828592 > flags = ] >10:21:56,596 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >10:21:56,596 DEBUG storage.ui: DeviceTree.getDevicesByType returned [] >10:21:56,625 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:56,626 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:56,632 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:56,632 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:21:56,633 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:21:56,639 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:21:56,650 DEBUG storage.ui: starting Blivet copy >10:21:56,666 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,666 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941c67d790) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d3680d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:56,707 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:21:56,707 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c67d6d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d297190> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2e9f10> PedPartition: <_ped.Partition object at 0x7f941d371dd0> >10:21:56,708 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:21:56,708 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941c67d6d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2971d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d297110> PedPartition: <_ped.Partition object at 0x7f941d371e30> >10:21:56,709 DEBUG storage.ui: finished Blivet copy >10:21:56,709 INFO storage.ui: hiding device disk sdb (id 1) >10:21:56,709 INFO storage.ui: removed disk sdb (id 1) from device tree >10:21:56,710 DEBUG storage.ui: lvm filter: adding sdb to the reject list >10:21:56,714 DEBUG storage.ui: starting Blivet copy >10:21:56,729 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,729 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a6628d0> PedPartition: <_ped.Partition object at 0x7f942a65dad0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f942a662610> fileSystem: <parted.filesystem.FileSystem object at 0x7f942a662c90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f942a662bd0> PedPartition: <_ped.Partition object at 0x7f942a65db30> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:56,770 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:21:56,770 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> >10:21:56,771 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:21:56,771 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> >10:21:56,772 DEBUG storage.ui: finished Blivet copy >10:21:56,772 INFO storage.ui: hiding device disk sdb (id 1) >10:21:56,772 INFO storage.ui: removed disk sdb (id 1) from device tree >10:21:56,773 DEBUG storage.ui: lvm filter: adding sdb to the reject list >10:21:56,777 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,777 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:56,818 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,818 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:56,861 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,861 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:56,901 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,902 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:21:56,952 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:21:56,953 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:22:06,295 DEBUG blivet: NTFS.supported: supported: False ; >10:22:06,296 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 243 >10:22:17,655 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:22:17,656 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:22:17,671 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:22:17,671 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:22:17,672 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:22:17,683 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:22:19,733 INFO blivet: unhiding device disk sdb (id 1) >10:22:19,733 DEBUG blivet: lvm filter: removing sdb from the reject list >10:22:21,446 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:22:21,447 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:22:21,494 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >10:22:21,495 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:22:21,501 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:22:21,502 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:22:44,861 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:22:44,862 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:22:45,501 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:22:45,502 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:04,983 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:04,984 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:05,058 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 6 ; incomplete: False ; >10:23:05,058 DEBUG blivet: DeviceTree.getDeviceByID returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:09,261 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 6 ; incomplete: False ; >10:23:09,263 DEBUG blivet: DeviceTree.getDeviceByID returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:13,517 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 6 ; incomplete: False ; >10:23:13,519 DEBUG blivet: DeviceTree.getDeviceByID returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:13,542 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 11 ; incomplete: False ; >10:23:13,544 DEBUG blivet: DeviceTree.getDeviceByID returned existing 100 MiB partition sda1 (11) with existing ntfs filesystem >10:23:13,561 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 16 ; incomplete: False ; >10:23:13,562 DEBUG blivet: DeviceTree.getDeviceByID returned existing 58.5 GiB partition sda2 (16) with existing ntfs filesystem >10:23:13,578 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 6 ; incomplete: False ; >10:23:13,579 DEBUG blivet: DeviceTree.getDeviceByID returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:13,598 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:13,598 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:13,643 INFO blivet: Detected 7680 MiB of memory >10:23:13,650 INFO blivet: Swap attempt of 7680 MiB >10:23:13,660 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:13,661 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:13,721 DEBUG blivet: clearpart: looking at sda2 >10:23:13,722 DEBUG blivet: clearpart: looking at sda1 >10:23:13,722 DEBUG blivet: checking whether disk sda has an empty extended >10:23:13,722 DEBUG blivet: extended is None ; logicals is [] >10:23:13,723 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:13,724 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:13,733 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:13,735 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:13,736 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:13,793 INFO blivet: Detected 7680 MiB of memory >10:23:13,801 INFO blivet: Swap attempt of 7680 MiB >10:23:13,808 DEBUG blivet: doAutoPart: True >10:23:13,809 DEBUG blivet: encryptedAutoPart: False >10:23:13,809 DEBUG blivet: autoPartType: 0 >10:23:13,809 DEBUG blivet: clearPartType: 2 >10:23:13,809 DEBUG blivet: clearPartDisks: ['sda'] >10:23:13,821 DEBUG blivet: autoPartitionRequests: >PartSpec instance (0x7f941c690a90) -- > 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 (0x7f941c690e90) -- > 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 (0x7f941c690bd0) -- > 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 (0x7f941c690f90) -- > mountpoint = /boot/efi lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = efi encrypted = False > size = 20 MiB maxSize = 200 MiB grow = True >PartSpec instance (0x7f941c60f110) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 7680 MiB maxSize = None grow = False > >10:23:13,822 DEBUG blivet: storage.disks: ['sda', 'sdb'] >10:23:13,822 DEBUG blivet: storage.partitioned: ['sda'] >10:23:13,822 DEBUG blivet: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sdb', 'sr0'] >10:23:13,823 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:13,823 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:13,829 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:13,829 DEBUG blivet: boot disk: sda >10:23:13,830 DEBUG blivet: candidate disks: [DiskDevice instance (0x7f941d297250) -- > name = sda status = True kids = 2 id = 6 > parents = [] > uuid = None size = 238.47 GiB > format = existing msdos disklabel > 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 SanDisk SDSSDH22 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 500118192 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (31130, 255, 63) biosGeometry: (31130, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324034d0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f941d297450>] >10:23:13,837 DEBUG blivet: devs: [] >10:23:13,841 DEBUG blivet: Ext4FS.supported: supported: True ; >10:23:13,841 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 244 >10:23:13,842 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:23:13,843 DEBUG blivet: PartitionDevice._setFormat: req0 ; >10:23:13,843 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >10:23:13,844 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:23:13,844 INFO blivet: added partition req0 (id 245) to device tree >10:23:13,844 INFO blivet: registered action: [247] create device partition req0 (id 245) >10:23:13,844 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 249 >10:23:13,845 DEBUG blivet: PartitionDevice._setFormat: req0 ; >10:23:13,846 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: ext4 ; type: ext4 ; >10:23:13,846 INFO blivet: registered action: [248] create format ext4 filesystem mounted at / on partition req0 (id 245) >10:23:13,847 DEBUG blivet: Ext4FS.supported: supported: True ; >10:23:13,847 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 250 >10:23:13,848 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:23:13,848 DEBUG blivet: PartitionDevice._setFormat: req1 ; >10:23:13,849 DEBUG blivet: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >10:23:13,850 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:23:13,850 INFO blivet: added partition req1 (id 251) to device tree >10:23:13,850 INFO blivet: registered action: [253] create device partition req1 (id 251) >10:23:13,850 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 255 >10:23:13,851 DEBUG blivet: PartitionDevice._setFormat: req1 ; >10:23:13,851 DEBUG blivet: PartitionDevice._setFormat: req1 ; current: ext4 ; type: ext4 ; >10:23:13,852 INFO blivet: registered action: [254] create format ext4 filesystem mounted at /home on partition req1 (id 251) >10:23:13,852 DEBUG blivet: Ext4FS.supported: supported: True ; >10:23:13,852 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 256 >10:23:13,853 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:23:13,854 DEBUG blivet: PartitionDevice._setFormat: req2 ; >10:23:13,854 DEBUG blivet: PartitionDevice._setFormat: req2 ; current: None ; type: ext4 ; >10:23:13,855 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:23:13,855 INFO blivet: added partition req2 (id 257) to device tree >10:23:13,855 INFO blivet: registered action: [259] create device partition req2 (id 257) >10:23:13,855 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 261 >10:23:13,856 DEBUG blivet: PartitionDevice._setFormat: req2 ; >10:23:13,857 DEBUG blivet: PartitionDevice._setFormat: req2 ; current: ext4 ; type: ext4 ; >10:23:13,857 INFO blivet: registered action: [260] create format ext4 filesystem mounted at /boot on partition req2 (id 257) >10:23:13,857 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 262 >10:23:13,858 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:23:13,858 DEBUG blivet: PartitionDevice._setFormat: req3 ; >10:23:13,859 DEBUG blivet: PartitionDevice._setFormat: req3 ; current: None ; type: efi ; >10:23:13,860 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:23:13,860 INFO blivet: added partition req3 (id 263) to device tree >10:23:13,860 INFO blivet: registered action: [265] create device partition req3 (id 263) >10:23:13,860 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 267 >10:23:13,861 DEBUG blivet: PartitionDevice._setFormat: req3 ; >10:23:13,862 DEBUG blivet: PartitionDevice._setFormat: req3 ; current: efi ; type: efi ; >10:23:13,862 INFO blivet: registered action: [266] create format efi filesystem mounted at /boot/efi on partition req3 (id 263) >10:23:13,862 DEBUG blivet: SwapSpace.__init__: mountpoint: None ; >10:23:13,862 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 268 >10:23:13,863 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:23:13,864 DEBUG blivet: PartitionDevice._setFormat: req4 ; >10:23:13,864 DEBUG blivet: PartitionDevice._setFormat: req4 ; current: None ; type: swap ; >10:23:13,867 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:23:13,867 INFO blivet: added partition req4 (id 269) to device tree >10:23:13,867 INFO blivet: registered action: [271] create device partition req4 (id 269) >10:23:13,867 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 273 >10:23:13,868 DEBUG blivet: PartitionDevice._setFormat: req4 ; >10:23:13,868 DEBUG blivet: PartitionDevice._setFormat: req4 ; current: swap ; type: swap ; >10:23:13,869 INFO blivet: registered action: [272] create format swap on partition req4 (id 269) >10:23:13,869 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >10:23:13,870 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:13,870 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = req0 status = False kids = 0 id = 245 > parents = [] > uuid = None size = 1024 MiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/req0 > format args = [] originalFormat = ext4 grow = True max size = 50 GiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d4e2150) -- > name = req1 status = False kids = 0 id = 251 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c6a0b10) -- > name = req2 status = False kids = 0 id = 257 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c6a07d0) -- > name = req3 status = False kids = 0 id = 263 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req3 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c694d50) -- > name = req4 status = False kids = 0 id = 269 > parents = [] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/req4 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:23:13,975 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:13,975 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = req0 status = False kids = 0 id = 245 > parents = [] > uuid = None size = 1024 MiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/req0 > format args = [] originalFormat = ext4 grow = True max size = 50 GiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d4e2150) -- > name = req1 status = False kids = 0 id = 251 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c6a0b10) -- > name = req2 status = False kids = 0 id = 257 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c6a07d0) -- > name = req3 status = False kids = 0 id = 263 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req3 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c694d50) -- > name = req4 status = False kids = 0 id = 269 > parents = [] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/req4 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:23:14,080 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:14,080 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = req0 status = False kids = 0 id = 245 > parents = [] > uuid = None size = 1024 MiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/req0 > format args = [] originalFormat = ext4 grow = True max size = 50 GiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941d4e2150) -- > name = req1 status = False kids = 0 id = 251 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c6a0b10) -- > name = req2 status = False kids = 0 id = 257 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c6a07d0) -- > name = req3 status = False kids = 0 id = 263 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req3 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f941c694d50) -- > name = req4 status = False kids = 0 id = 269 > parents = [] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/req4 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:23:14,185 DEBUG blivet: removing all non-preexisting partitions ['req0(id 245)', 'req1(id 251)', 'req2(id 257)', 'req3(id 263)', 'req4(id 269)', 'sda1(id 11)', 'sda2(id 16)'] from disk(s) ['sda'] >10:23:14,185 DEBUG blivet: allocatePartitions: disks=['sda'] ; partitions=['req0(id 245)', 'req1(id 251)', 'req2(id 257)', 'req3(id 263)', 'req4(id 269)', 'sda1(id 11)', 'sda2(id 16)'] >10:23:14,185 DEBUG blivet: removing all non-preexisting partitions ['req3(id 263)', 'req2(id 257)', 'req4(id 269)', 'req0(id 245)', 'req1(id 251)'] from disk(s) ['sda'] >10:23:14,186 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,186 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,192 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,193 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,193 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,199 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,199 DEBUG blivet: allocating partition: req3 ; id: 263 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 20 MiB ; grow: True ; max_size: 200 MiB ; start: None ; end: None >10:23:14,210 DEBUG blivet: checking freespace on sda >10:23:14,210 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=20 MiB boot=True best=None grow=True start=None >10:23:14,216 DEBUG blivet: checking 63-2047 (992.5 KiB) >10:23:14,221 DEBUG blivet: current free range is 63-2047 (992.5 KiB) >10:23:14,227 DEBUG blivet: checking 122880000-500118191 (179.88 GiB) >10:23:14,232 DEBUG blivet: current free range is 122880000-500118191 (179.88 GiB) >10:23:14,238 DEBUG blivet: evaluating growth potential for new layout >10:23:14,238 DEBUG blivet: calculating growth for disk /dev/sda >10:23:14,239 DEBUG blivet: PartitionDevice._setPartedPartition: req3 ; >10:23:14,239 DEBUG blivet: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372ad0> PedPartition: <_ped.Partition object at 0x7f941c7a25f0> >10:23:14,240 DEBUG blivet: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:23:14,240 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:23:14,241 DEBUG blivet: adding request 263 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,241 DEBUG blivet: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:23:14,241 DEBUG blivet: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:23:14,242 DEBUG blivet: req: PartitionRequest instance -- >id = 263 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:23:14,242 DEBUG blivet: 1 requests and 377197232 (179.86 GiB) left in chunk >10:23:14,247 DEBUG blivet: adding 377197232 (179.86 GiB) to 263 (sda3) >10:23:14,253 DEBUG blivet: taking back 376828592 (179.69 GiB) from 263 (sda3) >10:23:14,258 DEBUG blivet: new grow amount for request 263 (sda3) is 368640 units, or 180 MiB >10:23:14,264 DEBUG blivet: request 263 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:23:14,274 DEBUG blivet: disk /dev/sda growth: 368640 (180 MiB) >10:23:14,280 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >10:23:14,280 DEBUG blivet: device sda3 new partedPartition None >10:23:14,281 DEBUG blivet: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >10:23:14,282 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:23:14,282 DEBUG blivet: total growth: 368640 sectors >10:23:14,282 DEBUG blivet: updating use_disk to sda, type: 0 >10:23:14,282 DEBUG blivet: new free: 122880000-500118191 / 179.88 GiB >10:23:14,287 DEBUG blivet: new free allows for 368640 sectors of growth >10:23:14,288 DEBUG blivet: found free space for bootable request >10:23:14,288 DEBUG blivet: created partition sda3 of 20 MiB and added it to /dev/sda >10:23:14,294 DEBUG blivet: PartitionDevice._setPartedPartition: req3 ; >10:23:14,294 DEBUG blivet: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d3726d0> PedPartition: <_ped.Partition object at 0x7f941c67eef0> >10:23:14,295 DEBUG blivet: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:23:14,295 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:23:14,296 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >10:23:14,296 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372650> PedPartition: <_ped.Partition object at 0x7f941c67efb0> >10:23:14,297 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,298 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,304 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,304 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,305 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,311 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,311 DEBUG blivet: allocating partition: req2 ; id: 257 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >10:23:14,316 DEBUG blivet: checking freespace on sda >10:23:14,317 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=500 MiB boot=True best=None grow=False start=None >10:23:14,322 DEBUG blivet: checking 63-2047 (992.5 KiB) >10:23:14,328 DEBUG blivet: current free range is 63-2047 (992.5 KiB) >10:23:14,333 DEBUG blivet: checking 122920960-500118191 (179.86 GiB) >10:23:14,339 DEBUG blivet: current free range is 122920960-500118191 (179.86 GiB) >10:23:14,344 DEBUG blivet: evaluating growth potential for new layout >10:23:14,344 DEBUG blivet: calculating growth for disk /dev/sda >10:23:14,345 DEBUG blivet: adjusted length from 377197232 to 377196544 >10:23:14,345 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500 MiB boot=True best=None grow=False start=None >10:23:14,350 DEBUG blivet: checking 63-2047 (992.5 KiB) >10:23:14,356 DEBUG blivet: free region not suitable for request >10:23:14,356 DEBUG blivet: checking 122921023-500117503 (179.86 GiB) >10:23:14,362 DEBUG blivet: current free range is 122921023-500117503 (179.86 GiB) >10:23:14,367 DEBUG blivet: adjusted start sector from 122921023 to 122925056 >10:23:14,368 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >10:23:14,368 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c6812d0> PedPartition: <_ped.Partition object at 0x7f941c67e6b0> >10:23:14,369 DEBUG blivet: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >10:23:14,370 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >10:23:14,370 DEBUG blivet: adding request 263 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,370 DEBUG blivet: adding request 257 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,370 DEBUG blivet: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:23:14,371 DEBUG blivet: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:23:14,371 DEBUG blivet: req: PartitionRequest instance -- >id = 263 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:23:14,371 DEBUG blivet: req: PartitionRequest instance -- >id = 257 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:23:14,371 DEBUG blivet: 1 requests and 376173232 (179.37 GiB) left in chunk >10:23:14,377 DEBUG blivet: adding 376173232 (179.37 GiB) to 263 (sda3) >10:23:14,383 DEBUG blivet: taking back 375804592 (179.2 GiB) from 263 (sda3) >10:23:14,388 DEBUG blivet: new grow amount for request 263 (sda3) is 368640 units, or 180 MiB >10:23:14,393 DEBUG blivet: request 263 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:23:14,404 DEBUG blivet: request 257 (sda5) growth: 0 (0 B) size: 500 MiB >10:23:14,410 DEBUG blivet: disk /dev/sda growth: 368640 (180 MiB) >10:23:14,416 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >10:23:14,416 DEBUG blivet: device sda5 new partedPartition None >10:23:14,416 DEBUG blivet: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >10:23:14,417 DEBUG blivet: DiskDevice.removeChild: kids: 4 ; name: sda ; >10:23:14,417 DEBUG blivet: total growth: 368640 sectors >10:23:14,417 DEBUG blivet: updating use_disk to sda, type: 2 >10:23:14,417 DEBUG blivet: new free: 122920960-500118191 / 179.86 GiB >10:23:14,423 DEBUG blivet: new free allows for 368640 sectors of growth >10:23:14,423 DEBUG blivet: found free space for bootable request >10:23:14,423 DEBUG blivet: creating extended partition >10:23:14,423 DEBUG blivet: adjusted length from 377197232 to 377196544 >10:23:14,424 DEBUG blivet: recalculating free space >10:23:14,424 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500 MiB boot=True best=None grow=False start=None >10:23:14,429 DEBUG blivet: checking 63-2047 (992.5 KiB) >10:23:14,435 DEBUG blivet: free region not suitable for request >10:23:14,435 DEBUG blivet: checking 122921023-500117503 (179.86 GiB) >10:23:14,441 DEBUG blivet: current free range is 122921023-500117503 (179.86 GiB) >10:23:14,447 DEBUG blivet: adjusted start sector from 122921023 to 122925056 >10:23:14,447 DEBUG blivet: created partition sda5 of 500 MiB and added it to /dev/sda >10:23:14,453 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >10:23:14,453 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681310> PedPartition: <_ped.Partition object at 0x7f941c67e770> >10:23:14,454 DEBUG blivet: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >10:23:14,454 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >10:23:14,455 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >10:23:14,455 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372d50> PedPartition: <_ped.Partition object at 0x7f941c67ef50> >10:23:14,456 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,457 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,463 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,463 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,464 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,470 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,470 DEBUG blivet: allocating partition: req4 ; id: 269 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 7680 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >10:23:14,476 DEBUG blivet: checking freespace on sda >10:23:14,476 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=7680 MiB boot=False best=None grow=False start=None >10:23:14,482 DEBUG blivet: checking 63-2047 (992.5 KiB) >10:23:14,487 DEBUG blivet: free region not suitable for request >10:23:14,487 DEBUG blivet: checking 123949056-500117503 (179.37 GiB) >10:23:14,493 DEBUG blivet: current free range is 123949056-500117503 (179.37 GiB) >10:23:14,498 DEBUG blivet: checking 500117504-500118191 (344 KiB) >10:23:14,504 DEBUG blivet: free region not suitable for request >10:23:14,504 DEBUG blivet: evaluating growth potential for new layout >10:23:14,504 DEBUG blivet: calculating growth for disk /dev/sda >10:23:14,504 DEBUG blivet: adjusted start sector from 123949056 to 123951104 >10:23:14,505 DEBUG blivet: PartitionDevice._setPartedPartition: req4 ; >10:23:14,505 DEBUG blivet: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372290> PedPartition: <_ped.Partition object at 0x7f941c67ed70> >10:23:14,506 DEBUG blivet: PartitionDevice._setDisk: sda6 ; new: sda ; old: None ; >10:23:14,506 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sda ; >10:23:14,507 DEBUG blivet: adding request 263 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,507 DEBUG blivet: adding request 257 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,507 DEBUG blivet: adding request 269 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,507 DEBUG blivet: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:23:14,508 DEBUG blivet: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:23:14,508 DEBUG blivet: req: PartitionRequest instance -- >id = 263 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:23:14,508 DEBUG blivet: req: PartitionRequest instance -- >id = 257 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:23:14,508 DEBUG blivet: req: PartitionRequest instance -- >id = 269 name = sda6 growable = False >base = 15728640 growth = 0 max_grow = 0 >done = True >10:23:14,508 DEBUG blivet: 1 requests and 360444592 (171.87 GiB) left in chunk >10:23:14,514 DEBUG blivet: adding 360444592 (171.87 GiB) to 263 (sda3) >10:23:14,520 DEBUG blivet: taking back 360075952 (171.7 GiB) from 263 (sda3) >10:23:14,525 DEBUG blivet: new grow amount for request 263 (sda3) is 368640 units, or 180 MiB >10:23:14,530 DEBUG blivet: request 263 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:23:14,541 DEBUG blivet: request 257 (sda5) growth: 0 (0 B) size: 500 MiB >10:23:14,547 DEBUG blivet: request 269 (sda6) growth: 0 (0 B) size: 7680 MiB >10:23:14,552 DEBUG blivet: disk /dev/sda growth: 368640 (180 MiB) >10:23:14,558 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >10:23:14,558 DEBUG blivet: device sda6 new partedPartition None >10:23:14,559 DEBUG blivet: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >10:23:14,560 DEBUG blivet: DiskDevice.removeChild: kids: 5 ; name: sda ; >10:23:14,560 DEBUG blivet: total growth: 368640 sectors >10:23:14,560 DEBUG blivet: updating use_disk to sda, type: 1 >10:23:14,560 DEBUG blivet: new free: 123949056-500117503 / 179.37 GiB >10:23:14,565 DEBUG blivet: new free allows for 368640 sectors of growth >10:23:14,566 DEBUG blivet: adjusted start sector from 123949056 to 123951104 >10:23:14,566 DEBUG blivet: created partition sda6 of 7680 MiB and added it to /dev/sda >10:23:14,572 DEBUG blivet: PartitionDevice._setPartedPartition: req4 ; >10:23:14,572 DEBUG blivet: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d3721d0> PedPartition: <_ped.Partition object at 0x7f941c67ea70> >10:23:14,573 DEBUG blivet: PartitionDevice._setDisk: sda6 ; new: sda ; old: None ; >10:23:14,574 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sda ; >10:23:14,575 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >10:23:14,575 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368f90> PedPartition: <_ped.Partition object at 0x7f941d2c1110> >10:23:14,576 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,576 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,582 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,583 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,583 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,589 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,589 DEBUG blivet: allocating partition: req0 ; id: 245 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1024 MiB ; grow: True ; max_size: 50 GiB ; start: None ; end: None >10:23:14,600 DEBUG blivet: checking freespace on sda >10:23:14,601 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=1024 MiB boot=False best=None grow=True start=None >10:23:14,606 DEBUG blivet: checking 63-2047 (992.5 KiB) >10:23:14,612 DEBUG blivet: free region not suitable for request >10:23:14,612 DEBUG blivet: checking 139679744-500117503 (171.87 GiB) >10:23:14,617 DEBUG blivet: current free range is 139679744-500117503 (171.87 GiB) >10:23:14,623 DEBUG blivet: checking 500117504-500118191 (344 KiB) >10:23:14,628 DEBUG blivet: free region not suitable for request >10:23:14,628 DEBUG blivet: evaluating growth potential for new layout >10:23:14,628 DEBUG blivet: calculating growth for disk /dev/sda >10:23:14,629 DEBUG blivet: adjusted start sector from 139679744 to 139681792 >10:23:14,629 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >10:23:14,630 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372150> PedPartition: <_ped.Partition object at 0x7f941c67ed10> >10:23:14,630 DEBUG blivet: PartitionDevice._setDisk: sda7 ; new: sda ; old: None ; >10:23:14,631 DEBUG blivet: DiskDevice.addChild: kids: 5 ; name: sda ; >10:23:14,631 DEBUG blivet: adding request 263 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,632 DEBUG blivet: adding request 257 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,632 DEBUG blivet: adding request 269 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,632 DEBUG blivet: adding request 245 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,632 DEBUG blivet: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:23:14,633 DEBUG blivet: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:23:14,633 DEBUG blivet: req: PartitionRequest instance -- >id = 263 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:23:14,633 DEBUG blivet: req: PartitionRequest instance -- >id = 257 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:23:14,633 DEBUG blivet: req: PartitionRequest instance -- >id = 269 name = sda6 growable = False >base = 15728640 growth = 0 max_grow = 0 >done = True >10:23:14,633 DEBUG blivet: req: PartitionRequest instance -- >id = 245 name = sda7 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >10:23:14,633 DEBUG blivet: 2 requests and 358347440 (170.87 GiB) left in chunk >10:23:14,639 DEBUG blivet: adding 6864893 (3352 MiB) to 263 (sda3) >10:23:14,645 DEBUG blivet: taking back 6496253 (3172 MiB) from 263 (sda3) >10:23:14,650 DEBUG blivet: new grow amount for request 263 (sda3) is 368640 units, or 180 MiB >10:23:14,656 DEBUG blivet: adding 351482546 (167.6 GiB) to 245 (sda7) >10:23:14,661 DEBUG blivet: taking back 248722098 (118.6 GiB) from 245 (sda7) >10:23:14,667 DEBUG blivet: new grow amount for request 245 (sda7) is 102760448 units, or 49 GiB >10:23:14,672 DEBUG blivet: request 263 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:23:14,683 DEBUG blivet: request 257 (sda5) growth: 0 (0 B) size: 500 MiB >10:23:14,689 DEBUG blivet: request 269 (sda6) growth: 0 (0 B) size: 7680 MiB >10:23:14,694 DEBUG blivet: request 245 (sda7) growth: 102760448 (49 GiB) size: 50 GiB >10:23:14,705 DEBUG blivet: disk /dev/sda growth: 103129088 (49.18 GiB) >10:23:14,711 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >10:23:14,711 DEBUG blivet: device sda7 new partedPartition None >10:23:14,712 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >10:23:14,712 DEBUG blivet: DiskDevice.removeChild: kids: 6 ; name: sda ; >10:23:14,713 DEBUG blivet: total growth: 103129088 sectors >10:23:14,713 DEBUG blivet: updating use_disk to sda, type: 1 >10:23:14,713 DEBUG blivet: new free: 139679744-500117503 / 171.87 GiB >10:23:14,718 DEBUG blivet: new free allows for 103129088 sectors of growth >10:23:14,719 DEBUG blivet: adjusted start sector from 139679744 to 139681792 >10:23:14,719 DEBUG blivet: created partition sda7 of 1024 MiB and added it to /dev/sda >10:23:14,725 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >10:23:14,725 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372c90> PedPartition: <_ped.Partition object at 0x7f941c67e2f0> >10:23:14,726 DEBUG blivet: PartitionDevice._setDisk: sda7 ; new: sda ; old: None ; >10:23:14,727 DEBUG blivet: DiskDevice.addChild: kids: 5 ; name: sda ; >10:23:14,728 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >10:23:14,728 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d35ca50> PedPartition: <_ped.Partition object at 0x7f941c796dd0> >10:23:14,729 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,729 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,735 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,736 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:14,737 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:14,742 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:14,743 DEBUG blivet: allocating partition: req1 ; id: 251 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >10:23:14,748 DEBUG blivet: checking freespace on sda >10:23:14,749 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500 MiB boot=False best=None grow=True start=None >10:23:14,754 DEBUG blivet: checking 63-2047 (992.5 KiB) >10:23:14,759 DEBUG blivet: free region not suitable for request >10:23:14,760 DEBUG blivet: checking 141778944-500117503 (170.87 GiB) >10:23:14,765 DEBUG blivet: current free range is 141778944-500117503 (170.87 GiB) >10:23:14,771 DEBUG blivet: checking 500117504-500118191 (344 KiB) >10:23:14,776 DEBUG blivet: free region not suitable for request >10:23:14,776 DEBUG blivet: evaluating growth potential for new layout >10:23:14,776 DEBUG blivet: calculating growth for disk /dev/sda >10:23:14,777 DEBUG blivet: adjusted start sector from 141778944 to 141780992 >10:23:14,777 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >10:23:14,777 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d3726d0> PedPartition: <_ped.Partition object at 0x7f941c67ea70> >10:23:14,778 DEBUG blivet: PartitionDevice._setDisk: sda8 ; new: sda ; old: None ; >10:23:14,779 DEBUG blivet: DiskDevice.addChild: kids: 6 ; name: sda ; >10:23:14,779 DEBUG blivet: adding request 263 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,780 DEBUG blivet: adding request 257 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,780 DEBUG blivet: adding request 269 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,780 DEBUG blivet: adding request 245 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,780 DEBUG blivet: adding request 251 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,780 DEBUG blivet: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 B > >10:23:14,781 DEBUG blivet: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:23:14,781 DEBUG blivet: req: PartitionRequest instance -- >id = 263 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:23:14,781 DEBUG blivet: req: PartitionRequest instance -- >id = 257 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:23:14,781 DEBUG blivet: req: PartitionRequest instance -- >id = 269 name = sda6 growable = False >base = 15728640 growth = 0 max_grow = 0 >done = True >10:23:14,781 DEBUG blivet: req: PartitionRequest instance -- >id = 245 name = sda7 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >10:23:14,781 DEBUG blivet: req: PartitionRequest instance -- >id = 251 name = sda8 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:23:14,782 DEBUG blivet: 3 requests and 357323440 (170.39 GiB) left in chunk >10:23:14,787 DEBUG blivet: adding 4628541 (2260.03 MiB) to 263 (sda3) >10:23:14,793 DEBUG blivet: taking back 4259901 (2080.03 MiB) from 263 (sda3) >10:23:14,798 DEBUG blivet: new grow amount for request 263 (sda3) is 368640 units, or 180 MiB >10:23:14,804 DEBUG blivet: adding 236981348 (113 GiB) to 245 (sda7) >10:23:14,809 DEBUG blivet: taking back 134220900 (64 GiB) from 245 (sda7) >10:23:14,815 DEBUG blivet: new grow amount for request 245 (sda7) is 102760448 units, or 49 GiB >10:23:14,820 DEBUG blivet: adding 115713549 (55.18 GiB) to 251 (sda8) >10:23:14,826 DEBUG blivet: new grow amount for request 251 (sda8) is 115713549 units, or 55.18 GiB >10:23:14,831 DEBUG blivet: 1 requests and 138480803 (66.03 GiB) left in chunk >10:23:14,837 DEBUG blivet: adding 138480803 (66.03 GiB) to 251 (sda8) >10:23:14,842 DEBUG blivet: new grow amount for request 251 (sda8) is 254194352 units, or 121.21 GiB >10:23:14,848 DEBUG blivet: request 263 (sda3) growth: 368640 (180 MiB) size: 200 MiB >10:23:14,859 DEBUG blivet: request 257 (sda5) growth: 0 (0 B) size: 500 MiB >10:23:14,864 DEBUG blivet: request 269 (sda6) growth: 0 (0 B) size: 7680 MiB >10:23:14,870 DEBUG blivet: request 245 (sda7) growth: 102760448 (49 GiB) size: 50 GiB >10:23:14,881 DEBUG blivet: request 251 (sda8) growth: 254194352 (121.21 GiB) size: 121.7 GiB >10:23:14,891 DEBUG blivet: disk /dev/sda growth: 357323440 (170.39 GiB) >10:23:14,897 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >10:23:14,897 DEBUG blivet: device sda8 new partedPartition None >10:23:14,898 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >10:23:14,899 DEBUG blivet: DiskDevice.removeChild: kids: 7 ; name: sda ; >10:23:14,899 DEBUG blivet: total growth: 357323440 sectors >10:23:14,899 DEBUG blivet: updating use_disk to sda, type: 1 >10:23:14,899 DEBUG blivet: new free: 141778944-500117503 / 170.87 GiB >10:23:14,905 DEBUG blivet: new free allows for 357323440 sectors of growth >10:23:14,905 DEBUG blivet: adjusted start sector from 141778944 to 141780992 >10:23:14,905 DEBUG blivet: created partition sda8 of 500 MiB and added it to /dev/sda >10:23:14,911 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >10:23:14,911 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372910> PedPartition: <_ped.Partition object at 0x7f941c67e6b0> >10:23:14,912 DEBUG blivet: PartitionDevice._setDisk: sda8 ; new: sda ; old: None ; >10:23:14,913 DEBUG blivet: DiskDevice.addChild: kids: 6 ; name: sda ; >10:23:14,914 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >10:23:14,914 DEBUG blivet: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368250> PedPartition: <_ped.Partition object at 0x7f941c796d70> >10:23:14,914 DEBUG blivet: growPartitions: disks=['sda'], partitions=['sda7(id 245)', 'sda8(id 251)', 'sda5(id 257)', 'sda3(id 263)', 'sda6(id 269)', 'sda1(id 11)', 'sda2(id 16)'] >10:23:14,915 DEBUG blivet: growable partitions are ['sda7', 'sda8', 'sda3'] >10:23:14,915 DEBUG blivet: adding request 245 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,915 DEBUG blivet: adding request 251 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,915 DEBUG blivet: adding request 257 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,916 DEBUG blivet: adding request 263 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,916 DEBUG blivet: adding request 269 to chunk 377238192 (122880000-500118191) on /dev/sda >10:23:14,916 DEBUG blivet: disk sda has 2 chunks >10:23:14,916 DEBUG blivet: Chunk.growRequests: 377238192 on /dev/sda start = 122880000 end = 500118191 >sectorSize = 512 B > >10:23:14,916 DEBUG blivet: req: PartitionRequest instance -- >id = 263 name = sda3 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >10:23:14,917 DEBUG blivet: req: PartitionRequest instance -- >id = 257 name = sda5 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:23:14,917 DEBUG blivet: req: PartitionRequest instance -- >id = 269 name = sda6 growable = False >base = 15728640 growth = 0 max_grow = 0 >done = True >10:23:14,917 DEBUG blivet: req: PartitionRequest instance -- >id = 245 name = sda7 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >10:23:14,917 DEBUG blivet: req: PartitionRequest instance -- >id = 251 name = sda8 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:23:14,917 DEBUG blivet: 3 requests and 357323440 (170.39 GiB) left in chunk >10:23:14,923 DEBUG blivet: adding 4628541 (2260.03 MiB) to 263 (sda3) >10:23:14,928 DEBUG blivet: taking back 4259901 (2080.03 MiB) from 263 (sda3) >10:23:14,934 DEBUG blivet: new grow amount for request 263 (sda3) is 368640 units, or 180 MiB >10:23:14,939 DEBUG blivet: adding 236981348 (113 GiB) to 245 (sda7) >10:23:14,945 DEBUG blivet: taking back 134220900 (64 GiB) from 245 (sda7) >10:23:14,950 DEBUG blivet: new grow amount for request 245 (sda7) is 102760448 units, or 49 GiB >10:23:14,956 DEBUG blivet: adding 115713549 (55.18 GiB) to 251 (sda8) >10:23:14,961 DEBUG blivet: new grow amount for request 251 (sda8) is 115713549 units, or 55.18 GiB >10:23:14,967 DEBUG blivet: 1 requests and 138480803 (66.03 GiB) left in chunk >10:23:14,972 DEBUG blivet: adding 138480803 (66.03 GiB) to 251 (sda8) >10:23:14,978 DEBUG blivet: new grow amount for request 251 (sda8) is 254194352 units, or 121.21 GiB >10:23:14,983 DEBUG blivet: growing partitions on sda >10:23:14,983 DEBUG blivet: partition sda3 (263): 0 >10:23:14,984 DEBUG blivet: new geometry for sda3: parted.Geometry instance -- > start: 122880000 end: 123289599 length: 409600 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d3725d0> >10:23:14,984 DEBUG blivet: partition sda5 (257): 1 >10:23:14,984 DEBUG blivet: new geometry for sda5: parted.Geometry instance -- > start: 123291648 end: 124315647 length: 1024000 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d368450> >10:23:14,984 DEBUG blivet: partition sda6 (269): 1 >10:23:14,984 DEBUG blivet: new geometry for sda6: parted.Geometry instance -- > start: 124317696 end: 140046335 length: 15728640 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d368690> >10:23:14,984 DEBUG blivet: partition sda7 (245): 1 >10:23:14,985 DEBUG blivet: new geometry for sda7: parted.Geometry instance -- > start: 140048384 end: 244905983 length: 104857600 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d368310> >10:23:14,985 DEBUG blivet: partition sda8 (251): 1 >10:23:14,985 DEBUG blivet: new geometry for sda8: parted.Geometry instance -- > start: 244908032 end: 500117503 length: 255209472 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d368810> >10:23:14,985 DEBUG blivet: removing all non-preexisting partitions ['sda3(id 263)', 'sda5(id 257)', 'sda6(id 269)', 'sda7(id 245)', 'sda8(id 251)'] from disk(s) ['sda'] >10:23:14,986 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >10:23:14,986 DEBUG blivet: device sda3 new partedPartition None >10:23:14,986 DEBUG blivet: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >10:23:14,987 DEBUG blivet: DiskDevice.removeChild: kids: 7 ; name: sda ; >10:23:14,988 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >10:23:14,988 DEBUG blivet: device sda5 new partedPartition None >10:23:14,988 DEBUG blivet: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >10:23:14,989 DEBUG blivet: DiskDevice.removeChild: kids: 6 ; name: sda ; >10:23:14,990 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >10:23:14,990 DEBUG blivet: device sda6 new partedPartition None >10:23:14,990 DEBUG blivet: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >10:23:14,991 DEBUG blivet: DiskDevice.removeChild: kids: 5 ; name: sda ; >10:23:14,992 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >10:23:14,992 DEBUG blivet: device sda7 new partedPartition None >10:23:14,992 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >10:23:14,993 DEBUG blivet: DiskDevice.removeChild: kids: 4 ; name: sda ; >10:23:14,994 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >10:23:14,994 DEBUG blivet: device sda8 new partedPartition None >10:23:14,994 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >10:23:14,995 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:23:14,996 DEBUG blivet: removing empty extended partition from sda >10:23:14,996 DEBUG blivet: back from removeNewPartitions >10:23:14,996 DEBUG blivet: extended: parted.Geometry instance -- > start: 122920960 end: 500117503 length: 377196544 > device: <parted.device.Device object at 0x7f941d372d90> PedGeometry: <_ped.Geometry object at 0x7f941c690a50> >10:23:14,996 DEBUG blivet: setting up new geometry for extended on sda >10:23:14,996 DEBUG blivet: new geometry for extended: parted.Geometry instance -- > start: 123289600 end: 500118191 length: 376828592 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941c681810> >10:23:14,996 DEBUG blivet: setting req3 new geometry: parted.Geometry instance -- > start: 122880000 end: 123289599 length: 409600 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d3725d0> >10:23:14,997 DEBUG blivet: PartitionDevice._setPartedPartition: req3 ; >10:23:14,997 DEBUG blivet: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372bd0> PedPartition: <_ped.Partition object at 0x7f941d2c10b0> >10:23:14,998 DEBUG blivet: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:23:14,999 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >10:23:14,999 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >10:23:14,999 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> >10:23:15,000 DEBUG blivet: setting sda-1 new geometry: parted.Geometry instance -- > start: 123289600 end: 500118191 length: 376828592 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941c681810> >10:23:15,000 DEBUG blivet: setting req2 new geometry: parted.Geometry instance -- > start: 123291648 end: 124315647 length: 1024000 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d368450> >10:23:15,001 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >10:23:15,001 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da090> PedPartition: <_ped.Partition object at 0x7f941c67e470> >10:23:15,002 DEBUG blivet: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >10:23:15,002 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >10:23:15,003 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >10:23:15,004 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> >10:23:15,004 DEBUG blivet: setting req4 new geometry: parted.Geometry instance -- > start: 124317696 end: 140046335 length: 15728640 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d368690> >10:23:15,005 DEBUG blivet: PartitionDevice._setPartedPartition: req4 ; >10:23:15,005 DEBUG blivet: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368c10> PedPartition: <_ped.Partition object at 0x7f941c67e950> >10:23:15,006 DEBUG blivet: PartitionDevice._setDisk: sda6 ; new: sda ; old: None ; >10:23:15,006 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sda ; >10:23:15,007 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >10:23:15,008 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> >10:23:15,008 DEBUG blivet: setting req0 new geometry: parted.Geometry instance -- > start: 140048384 end: 244905983 length: 104857600 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d368310> >10:23:15,009 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >10:23:15,009 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d368b50> PedPartition: <_ped.Partition object at 0x7f941c67edd0> >10:23:15,009 DEBUG blivet: PartitionDevice._setDisk: sda7 ; new: sda ; old: None ; >10:23:15,010 DEBUG blivet: DiskDevice.addChild: kids: 5 ; name: sda ; >10:23:15,011 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >10:23:15,011 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> >10:23:15,012 DEBUG blivet: setting req1 new geometry: parted.Geometry instance -- > start: 244908032 end: 500117503 length: 255209472 > device: <parted.device.Device object at 0x7f941d297550> PedGeometry: <_ped.Geometry object at 0x7f941d368810> >10:23:15,012 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >10:23:15,012 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c681850> PedPartition: <_ped.Partition object at 0x7f941c796d10> >10:23:15,013 DEBUG blivet: PartitionDevice._setDisk: sda8 ; new: sda ; old: None ; >10:23:15,014 DEBUG blivet: DiskDevice.addChild: kids: 6 ; name: sda ; >10:23:15,015 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >10:23:15,015 DEBUG blivet: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> >10:23:15,016 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:15,016 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = None max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = True max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = True max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c6a07d0) -- > name = sda3 status = False kids = 0 id = 263 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = ] >10:23:15,184 DEBUG blivet: fixing size of existing 100 MiB partition sda1 (11) with existing ntfs filesystem >10:23:15,190 DEBUG blivet: fixing size of existing 58.5 GiB partition sda2 (16) with existing ntfs filesystem >10:23:15,196 DEBUG blivet: fixing size of non-existent 200 MiB partition sda3 (263) with non-existent efi filesystem mounted at /boot/efi >10:23:15,202 DEBUG blivet: fixing size of non-existent 500 MiB partition sda5 (257) with non-existent ext4 filesystem mounted at /boot >10:23:15,207 DEBUG blivet: fixing size of non-existent 7680 MiB partition sda6 (269) with non-existent swap >10:23:15,213 DEBUG blivet: fixing size of non-existent 50 GiB partition sda7 (245) with non-existent ext4 filesystem mounted at / >10:23:15,219 DEBUG blivet: fixing size of non-existent 121.69 GiB partition sda8 (251) with non-existent ext4 filesystem mounted at /home >10:23:15,225 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:15,225 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c6a07d0) -- > name = sda3 status = False kids = 0 id = 263 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = ] >10:23:15,395 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda4 ; incomplete: False ; >10:23:15,396 DEBUG blivet: DeviceTree.getDeviceByName returned None >10:23:15,396 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:15,397 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c6a07d0) -- > name = sda3 status = False kids = 0 id = 263 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = ] >10:23:15,565 DEBUG blivet: DiskDevice.addChild: kids: 7 ; name: sda ; >10:23:15,566 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >10:23:15,566 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 275 >10:23:15,566 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >10:23:15,567 DEBUG blivet: DiskDevice.removeChild: kids: 8 ; name: sda ; >10:23:15,568 DEBUG blivet: DiskDevice.addChild: kids: 7 ; name: sda ; >10:23:15,568 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >10:23:15,568 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2dac10> PedPartition: <_ped.Partition object at 0x7f941c796c50> >10:23:15,569 INFO blivet: added partition sda4 (id 274) to device tree >10:23:15,569 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:15,570 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c6a07d0) -- > name = sda3 status = False kids = 0 id = 263 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = , PartitionDevice instance (0x7f941d368bd0) -- > name = sda4 status = False kids = 0 id = 274 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 179.69 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = None grow = False max size = 0 B bootable = None > part type = 2 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2dac10> PedPartition: <_ped.Partition object at 0x7f941c796c50> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123289600 end = 500118191 length = 376828592 > flags = ] >10:23:15,758 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >10:23:15,759 DEBUG blivet: DeviceTree.getDevicesByType returned [] >10:23:15,789 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:15,790 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:15,798 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:15,799 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:15,799 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:15,807 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:20,027 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:20,029 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c6a07d0) -- > name = sda3 status = False kids = 0 id = 263 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = , PartitionDevice instance (0x7f941d368bd0) -- > name = sda4 status = False kids = 0 id = 274 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 179.69 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = None grow = False max size = 0 B bootable = None > part type = 2 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2dac10> PedPartition: <_ped.Partition object at 0x7f941c796c50> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123289600 end = 500118191 length = 376828592 > flags = ] >10:23:20,296 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >10:23:20,296 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:20,303 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:20,304 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c6a07d0) -- > name = sda3 status = False kids = 0 id = 263 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = , PartitionDevice instance (0x7f941d368bd0) -- > name = sda4 status = False kids = 0 id = 274 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 179.69 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = None grow = False max size = 0 B bootable = None > part type = 2 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2dac10> PedPartition: <_ped.Partition object at 0x7f941c796c50> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123289600 end = 500118191 length = 376828592 > flags = ] >10:23:25,693 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:25,694 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c6a07d0) -- > name = sda3 status = False kids = 0 id = 263 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = , PartitionDevice instance (0x7f941d368bd0) -- > name = sda4 status = False kids = 0 id = 274 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 179.69 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = None grow = False max size = 0 B bootable = None > part type = 2 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2dac10> PedPartition: <_ped.Partition object at 0x7f941c796c50> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123289600 end = 500118191 length = 376828592 > flags = ] >10:23:25,949 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:25,949 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c6a07d0) -- > name = sda3 status = False kids = 0 id = 263 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda3 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2da190> PedPartition: <_ped.Partition object at 0x7f941c67e890> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 122880000 end = 123289599 length = 409600 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = , PartitionDevice instance (0x7f941d368bd0) -- > name = sda4 status = False kids = 0 id = 274 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 179.69 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = None grow = False max size = 0 B bootable = None > part type = 2 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2dac10> PedPartition: <_ped.Partition object at 0x7f941c796c50> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123289600 end = 500118191 length = 376828592 > flags = ] >10:23:26,135 DEBUG blivet: removing sda3 >10:23:26,136 INFO blivet: removed partition sda3 (id 263) from device tree >10:23:26,137 DEBUG blivet: DiskDevice.removeChild: kids: 8 ; name: sda ; >10:23:26,137 INFO blivet: registered action: [277] destroy device partition sda3 (id 263) >10:23:26,137 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:26,138 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = , PartitionDevice instance (0x7f941c675090) -- > name = sda7 status = False kids = 0 id = 245 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 MiB path = /dev/sda7 > format args = [] originalFormat = ext4 grow = False max size = 50 GiB bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 7 path: /dev/sda7 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694cd0> PedPartition: <_ped.Partition object at 0x7f941c796d70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 140048384 end = 244905983 length = 104857600 > flags = , PartitionDevice instance (0x7f941d4e2150) -- > name = sda8 status = False kids = 0 id = 251 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 121.69 GiB > format = non-existent ext4 filesystem mounted at /home > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda8 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 8 path: /dev/sda8 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694450> PedPartition: <_ped.Partition object at 0x7f941c796cb0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 244908032 end = 500117503 length = 255209472 > flags = , PartitionDevice instance (0x7f941c6a0b10) -- > name = sda5 status = False kids = 0 id = 257 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda5 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c694850> PedPartition: <_ped.Partition object at 0x7f941c796ef0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = , PartitionDevice instance (0x7f941c694d50) -- > name = sda6 status = False kids = 0 id = 269 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 7680 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 7680 MiB path = /dev/sda6 > format args = [] originalFormat = swap grow = False max size = 0 B bootable = False > part type = 1 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d372710> PedPartition: <_ped.Partition object at 0x7f941c67ea70> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 124317696 end = 140046335 length = 15728640 > flags = , PartitionDevice instance (0x7f941d368bd0) -- > name = sda4 status = False kids = 0 id = 274 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 179.69 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = None grow = False max size = 0 B bootable = None > part type = 2 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2dac10> PedPartition: <_ped.Partition object at 0x7f941c796c50> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 123289600 end = 500118191 length = 376828592 > flags = ] >10:23:26,295 DEBUG blivet: removing sda4 >10:23:26,296 DEBUG blivet: devices to remove: ['sda6', 'sda5', 'sda8', 'sda7'] >10:23:26,297 DEBUG blivet: leaves to remove: ['sda6', 'sda5', 'sda8', 'sda7'] >10:23:26,298 INFO blivet: removed partition sda6 (id 269) from device tree >10:23:26,298 DEBUG blivet: DiskDevice.removeChild: kids: 7 ; name: sda ; >10:23:26,298 INFO blivet: registered action: [278] destroy device partition sda6 (id 269) >10:23:26,299 INFO blivet: removed partition sda5 (id 257) from device tree >10:23:26,300 DEBUG blivet: DiskDevice.removeChild: kids: 6 ; name: sda ; >10:23:26,300 INFO blivet: registered action: [279] destroy device partition sda5 (id 257) >10:23:26,301 INFO blivet: removed partition sda6 (id 251) from device tree >10:23:26,301 DEBUG blivet: DiskDevice.removeChild: kids: 5 ; name: sda ; >10:23:26,302 INFO blivet: registered action: [280] destroy device partition sda6 (id 251) >10:23:26,302 INFO blivet: removed partition sda5 (id 245) from device tree >10:23:26,303 DEBUG blivet: DiskDevice.removeChild: kids: 4 ; name: sda ; >10:23:26,303 INFO blivet: registered action: [281] destroy device partition sda5 (id 245) >10:23:26,304 INFO blivet: removed partition sda4 (id 274) from device tree >10:23:26,304 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:23:26,304 INFO blivet: registered action: [282] destroy device partition sda4 (id 274) >10:23:26,305 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:26,305 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:26,345 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:26,345 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:26,385 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:26,385 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:26,424 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:26,425 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:26,478 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:26,479 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d297410) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d2978d0) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:26,540 DEBUG blivet: clearpart: looking at sda2 >10:23:26,540 DEBUG blivet: clearpart: looking at sda1 >10:23:26,540 DEBUG blivet: checking whether disk sda has an empty extended >10:23:26,541 DEBUG blivet: extended is None ; logicals is [] >10:23:26,542 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:26,543 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:26,552 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:26,585 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:26,586 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:26,594 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:26,595 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:23:26,595 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (6) with existing msdos disklabel >10:23:26,603 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:23:26,608 DEBUG blivet: starting Blivet copy >10:23:26,626 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:23:26,626 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f941d368490) -- > name = sda1 status = True kids = 0 id = 11 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 100 MiB > format = existing ntfs 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324037a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = ntfs grow = False 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 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6f90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6d50> PedPartition: <_ped.Partition object at 0x7f941c796050> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot, PartitionDevice instance (0x7f941d368210) -- > name = sda2 status = True kids = 0 id = 16 > parents = ['existing 238.47 GiB disk sda (6) with existing msdos disklabel'] > uuid = None size = 58.5 GiB > format = existing ntfs filesystem > 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: 122673152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7636, 255, 63) biosGeometry: (7636, 255, 63) > PedDevice: <_ped.Device object at 0x7f94324035f0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ntfs grow = False max size = 0 B bootable = False > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d297650> fileSystem: <parted.filesystem.FileSystem object at 0x7f941d2b6fd0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941d2b6f10> PedPartition: <_ped.Partition object at 0x7f941c7960b0> > disk = existing 238.47 GiB disk sda (6) with existing msdos disklabel > start = 206848 end = 122879999 length = 122673152 > flags = ] >10:23:26,666 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >10:23:26,666 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d372790> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c7a5b50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c7a5910> PedPartition: <_ped.Partition object at 0x7f941c734830> >10:23:26,668 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >10:23:26,668 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f941d372790> fileSystem: <parted.filesystem.FileSystem object at 0x7f941c7a5b90> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f941c7a5ad0> PedPartition: <_ped.Partition object at 0x7f941c734890> >10:23:26,669 DEBUG blivet: finished Blivet copy >10:23:26,669 INFO storage.ui: hiding device disk sdb (id 1) >10:23:26,669 INFO storage.ui: added partition sda4 (id 274) to device tree >10:23:26,669 INFO storage.ui: canceled action [282] destroy device partition sda4 (id 274) >10:23:26,669 INFO storage.ui: added partition sda5 (id 245) to device tree >10:23:26,669 INFO storage.ui: canceled action [281] destroy device partition sda5 (id 245) >10:23:26,670 INFO storage.ui: added partition sda6 (id 251) to device tree >10:23:26,670 INFO storage.ui: canceled action [280] destroy device partition sda6 (id 251) >10:23:26,670 INFO storage.ui: added partition sda5 (id 257) to device tree >10:23:26,670 INFO storage.ui: canceled action [279] destroy device partition sda5 (id 257) >10:23:26,670 INFO storage.ui: added partition sda6 (id 269) to device tree >10:23:26,670 INFO storage.ui: canceled action [278] destroy device partition sda6 (id 269) >10:23:26,670 INFO storage.ui: added partition sda3 (id 263) to device tree >10:23:26,670 INFO storage.ui: canceled action [277] destroy device partition sda3 (id 263) >10:23:26,671 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; >10:23:26,672 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; current: swap ; type: None ; >10:23:26,672 INFO storage.ui: canceled action [272] create format None on partition sda6 (id 269) >10:23:26,711 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >10:23:26,756 DEBUG storage.ui: looking up parted Device: /dev/sr0 >10:23:26,848 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >10:23:26,893 DEBUG storage.ui: looking up parted Device: /dev/sr0 > > >/tmp/ifcfg.log: >14:18:49,566 DEBUG ifcfg: content of files (network initialization): >14:18:49,571 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [216, 80, 230, 78, 110, 95]}, 'connection': {'timestamp': 1410790723L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': 'dec891a8-4f8b-4520-b84d-438a7c8f0c9c'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >14:18:49,652 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['enp3s0']): >14:18:49,652 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp3s0: >14:18:49,652 DEBUG ifcfg: TYPE=Ethernet >14:18:49,653 DEBUG ifcfg: BOOTPROTO=dhcp >14:18:49,653 DEBUG ifcfg: DEFROUTE=yes >14:18:49,653 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >14:18:49,653 DEBUG ifcfg: IPV6INIT=yes >14:18:49,653 DEBUG ifcfg: IPV6_AUTOCONF=yes >14:18:49,653 DEBUG ifcfg: IPV6_DEFROUTE=yes >14:18:49,653 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >14:18:49,653 DEBUG ifcfg: NAME=enp3s0 >14:18:49,653 DEBUG ifcfg: UUID=dec891a8-4f8b-4520-b84d-438a7c8f0c9c >14:18:49,653 DEBUG ifcfg: ONBOOT=no >14:18:49,653 DEBUG ifcfg: HWADDR=D8:50:E6:4E:6E:5F >14:18:49,653 DEBUG ifcfg: PEERDNS=yes >14:18:49,653 DEBUG ifcfg: PEERROUTES=yes >14:18:49,653 DEBUG ifcfg: IPV6_PEERDNS=yes >14:18:49,653 DEBUG ifcfg: IPV6_PEERROUTES=yes >14:18:49,657 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [216, 80, 230, 78, 110, 95]}, 'connection': {'timestamp': 1410790723L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp3s0', 'uuid': 'dec891a8-4f8b-4520-b84d-438a7c8f0c9c'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >14:19:08,558 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >14:19:08,558 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >10:19:16,993 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >10:19:16,994 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 > > >/proc/cmdline: >BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-21_A_T7-x86_64 quiet > > >/tmp/syslog: >14:18:42,114 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.10" x-pid="1023" x-info="http://www.rsyslog.com"] start >14:18:42,114 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >14:18:42,114 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >14:18:42,114 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >14:18:42,114 NOTICE kernel:[ 0.000000] Linux version 3.16.1-301.fc21.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.9.1 20140813 (Red Hat 4.9.1-7) (GCC) ) #1 SMP Mon Aug 25 13:06:39 UTC 2014 >14:18:42,114 INFO kernel:[ 0.000000] Command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-21_A_T7-x86_64 quiet >14:18:42,114 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba6bbfff] usable >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ba6bc000-0x00000000ba6c2fff] ACPI NVS >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ba6c3000-0x00000000bab0dfff] usable >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000bab0e000-0x00000000baf2ffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000baf30000-0x00000000cc6e7fff] usable >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc6e8000-0x00000000cc8effff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc8f0000-0x00000000cc905fff] ACPI data >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc906000-0x00000000cce41fff] ACPI NVS >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cce42000-0x00000000cdffefff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cf000000-0x00000000df1fffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021fdfffff] usable >14:18:42,114 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >14:18:42,114 DEBUG kernel:[ 0.000000] e820: update [mem 0xba38f018-0xba39f057] usable ==> usable >14:18:42,114 DEBUG kernel:[ 0.000000] e820: update [mem 0xba381018-0xba38e057] usable ==> usable >14:18:42,114 INFO kernel:[ 0.000000] extended physical RAM map: >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000ba381017] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ba381018-0x00000000ba38e057] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ba38e058-0x00000000ba38f017] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ba38f018-0x00000000ba39f057] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ba39f058-0x00000000ba6bbfff] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ba6bc000-0x00000000ba6c2fff] ACPI NVS >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ba6c3000-0x00000000bab0dfff] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000bab0e000-0x00000000baf2ffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000baf30000-0x00000000cc6e7fff] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000cc6e8000-0x00000000cc8effff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000cc8f0000-0x00000000cc905fff] ACPI data >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000cc906000-0x00000000cce41fff] ACPI NVS >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000cce42000-0x00000000cdffefff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000cf000000-0x00000000df1fffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >14:18:42,114 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021fdfffff] usable >14:18:42,114 INFO kernel:[ 0.000000] efi: EFI v2.31 by American Megatrends >14:18:42,114 INFO kernel:[ 0.000000] efi: ACPI=0xcc8f4000 ACPI 2.0=0xcc8f4000 SMBIOS=0xf04c0 MPS=0xfd4d0 >14:18:42,114 INFO kernel:[ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x0000000000009000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000009000-0x0000000000058000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem07: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x000000000243c000) (20MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x000000000243c000-0x000000003d5b9000) (945MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000003d5b9000-0x0000000040000000) (42MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040000000-0x0000000087768000) (1143MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x0000000087768000-0x00000000b704f000) (760MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000b704f000-0x00000000ba381000) (51MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000ba381000-0x00000000ba581000) (2MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000ba581000-0x00000000ba6bc000) (1MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem17: type=10, attr=0xf, range=[0x00000000ba6bc000-0x00000000ba6c3000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000ba6c3000-0x00000000ba81c000) (1MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem19: type=3, attr=0xf, range=[0x00000000ba81c000-0x00000000baace000) (2MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000baace000-0x00000000baaea000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x00000000baaea000-0x00000000bab04000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000bab04000-0x00000000bab0e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000bab0e000-0x00000000baf30000) (4MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000baf30000-0x00000000baf3f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000baf3f000-0x00000000baf47000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000baf47000-0x00000000baf4e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000baf4e000-0x00000000bd8ef000) (41MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000bd8ef000-0x00000000bd925000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000bd925000-0x00000000bde98000) (5MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000bde98000-0x00000000be199000) (3MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000be199000-0x00000000be62d000) (4MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000be62d000-0x00000000be6a7000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000be6a7000-0x00000000be6e4000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000be6e4000-0x00000000be7c3000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000be7c3000-0x00000000be7ce000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000be7ce000-0x00000000be7f2000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000be7f2000-0x00000000be7fc000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000be7fc000-0x00000000be823000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000be823000-0x00000000be832000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000be832000-0x00000000be8c3000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000be8c3000-0x00000000be8ea000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000be8ea000-0x00000000be918000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000be918000-0x00000000be92e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000be92e000-0x00000000be95e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000be95e000-0x00000000be977000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000be977000-0x00000000be9b2000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000be9b2000-0x00000000be9cc000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000be9cc000-0x00000000be9f8000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000be9f8000-0x00000000bea14000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000bea14000-0x00000000bea1c000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000bea1c000-0x00000000bea34000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000bea34000-0x00000000bea35000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000bea35000-0x00000000bea36000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000bea36000-0x00000000bea37000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000bea37000-0x00000000bea4f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000bea4f000-0x00000000beb20000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem57: type=7, attr=0xf, range=[0x00000000beb20000-0x00000000beb2b000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x00000000beb2b000-0x00000000beb4f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem59: type=7, attr=0xf, range=[0x00000000beb4f000-0x00000000beb59000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x00000000beb59000-0x00000000beb85000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem61: type=7, attr=0xf, range=[0x00000000beb85000-0x00000000beb94000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x00000000beb94000-0x00000000bec23000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem63: type=7, attr=0xf, range=[0x00000000bec23000-0x00000000bec4a000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x00000000bec4a000-0x00000000bec75000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem65: type=7, attr=0xf, range=[0x00000000bec75000-0x00000000bec8b000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000bec8b000-0x00000000becbf000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem67: type=7, attr=0xf, range=[0x00000000becbf000-0x00000000becd8000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000becd8000-0x00000000bed12000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem69: type=7, attr=0xf, range=[0x00000000bed12000-0x00000000bed2c000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000bed2c000-0x00000000bed54000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem71: type=7, attr=0xf, range=[0x00000000bed54000-0x00000000bed6f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000bed6f000-0x00000000bee16000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem73: type=7, attr=0xf, range=[0x00000000bee16000-0x00000000bee52000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x00000000bee52000-0x00000000bee7c000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem75: type=7, attr=0xf, range=[0x00000000bee7c000-0x00000000bee87000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x00000000bee87000-0x00000000beead000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem77: type=7, attr=0xf, range=[0x00000000beead000-0x00000000beeb7000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x00000000beeb7000-0x00000000beedf000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem79: type=7, attr=0xf, range=[0x00000000beedf000-0x00000000beeee000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x00000000beeee000-0x00000000bef7f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem81: type=7, attr=0xf, range=[0x00000000bef7f000-0x00000000befa6000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x00000000befa6000-0x00000000befcf000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem83: type=7, attr=0xf, range=[0x00000000befcf000-0x00000000befe5000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x00000000befe5000-0x00000000bf019000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem85: type=7, attr=0xf, range=[0x00000000bf019000-0x00000000bf032000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x00000000bf032000-0x00000000bf069000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem87: type=7, attr=0xf, range=[0x00000000bf069000-0x00000000bf083000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x00000000bf083000-0x00000000bf0a9000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem89: type=7, attr=0xf, range=[0x00000000bf0a9000-0x00000000bf0c4000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x00000000bf0c4000-0x00000000bf16c000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem91: type=7, attr=0xf, range=[0x00000000bf16c000-0x00000000bf181000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x00000000bf181000-0x00000000bf1d5000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem93: type=7, attr=0xf, range=[0x00000000bf1d5000-0x00000000bf1e0000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x00000000bf1e0000-0x00000000bf204000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem95: type=7, attr=0xf, range=[0x00000000bf204000-0x00000000bf20e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x00000000bf20e000-0x00000000bf236000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem97: type=7, attr=0xf, range=[0x00000000bf236000-0x00000000bf245000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x00000000bf245000-0x00000000bf328000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem99: type=7, attr=0xf, range=[0x00000000bf328000-0x00000000bf33e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x00000000bf33e000-0x00000000bf370000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem101: type=7, attr=0xf, range=[0x00000000bf370000-0x00000000bf389000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x00000000bf389000-0x00000000bf3c2000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem103: type=7, attr=0xf, range=[0x00000000bf3c2000-0x00000000bf3dc000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem104: type=4, attr=0xf, range=[0x00000000bf3dc000-0x00000000bf402000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem105: type=7, attr=0xf, range=[0x00000000bf402000-0x00000000bf41d000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem106: type=4, attr=0xf, range=[0x00000000bf41d000-0x00000000bf4c6000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem107: type=7, attr=0xf, range=[0x00000000bf4c6000-0x00000000bf4db000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem108: type=4, attr=0xf, range=[0x00000000bf4db000-0x00000000bf52f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem109: type=7, attr=0xf, range=[0x00000000bf52f000-0x00000000bf53a000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem110: type=4, attr=0xf, range=[0x00000000bf53a000-0x00000000bf55d000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem111: type=7, attr=0xf, range=[0x00000000bf55d000-0x00000000bf567000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem112: type=4, attr=0xf, range=[0x00000000bf567000-0x00000000bf58f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem113: type=7, attr=0xf, range=[0x00000000bf58f000-0x00000000bf59e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem114: type=4, attr=0xf, range=[0x00000000bf59e000-0x00000000bf62f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem115: type=7, attr=0xf, range=[0x00000000bf62f000-0x00000000bf656000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem116: type=4, attr=0xf, range=[0x00000000bf656000-0x00000000bf682000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem117: type=7, attr=0xf, range=[0x00000000bf682000-0x00000000bf698000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem118: type=4, attr=0xf, range=[0x00000000bf698000-0x00000000bf6c8000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem119: type=7, attr=0xf, range=[0x00000000bf6c8000-0x00000000bf6e1000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem120: type=4, attr=0xf, range=[0x00000000bf6e1000-0x00000000bf71c000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem121: type=7, attr=0xf, range=[0x00000000bf71c000-0x00000000bf736000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem122: type=4, attr=0xf, range=[0x00000000bf736000-0x00000000bf769000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem123: type=7, attr=0xf, range=[0x00000000bf769000-0x00000000bf784000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem124: type=4, attr=0xf, range=[0x00000000bf784000-0x00000000bf81e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem125: type=7, attr=0xf, range=[0x00000000bf81e000-0x00000000bf83e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem126: type=4, attr=0xf, range=[0x00000000bf83e000-0x00000000bf892000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem127: type=7, attr=0xf, range=[0x00000000bf892000-0x00000000bf89d000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem128: type=4, attr=0xf, range=[0x00000000bf89d000-0x00000000bf8c1000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem129: type=7, attr=0xf, range=[0x00000000bf8c1000-0x00000000bf8cb000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem130: type=4, attr=0xf, range=[0x00000000bf8cb000-0x00000000bf8f5000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem131: type=7, attr=0xf, range=[0x00000000bf8f5000-0x00000000bf8f7000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem132: type=4, attr=0xf, range=[0x00000000bf8f7000-0x00000000bfbb9000) (2MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem133: type=7, attr=0xf, range=[0x00000000bfbb9000-0x00000000bfbbb000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem134: type=4, attr=0xf, range=[0x00000000bfbbb000-0x00000000bfc7f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem135: type=7, attr=0xf, range=[0x00000000bfc7f000-0x00000000bfc85000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem136: type=4, attr=0xf, range=[0x00000000bfc85000-0x00000000bfd3c000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem137: type=7, attr=0xf, range=[0x00000000bfd3c000-0x00000000bfd44000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem138: type=4, attr=0xf, range=[0x00000000bfd44000-0x00000000bfef6000) (1MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem139: type=7, attr=0xf, range=[0x00000000bfef6000-0x00000000bfef7000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem140: type=4, attr=0xf, range=[0x00000000bfef7000-0x00000000bff92000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem141: type=7, attr=0xf, range=[0x00000000bff92000-0x00000000bff95000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem142: type=4, attr=0xf, range=[0x00000000bff95000-0x00000000bffd9000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem143: type=7, attr=0xf, range=[0x00000000bffd9000-0x00000000bffda000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem144: type=4, attr=0xf, range=[0x00000000bffda000-0x00000000c01ab000) (1MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem145: type=7, attr=0xf, range=[0x00000000c01ab000-0x00000000c01ac000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem146: type=4, attr=0xf, range=[0x00000000c01ac000-0x00000000c01f2000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem147: type=7, attr=0xf, range=[0x00000000c01f2000-0x00000000c01f5000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem148: type=4, attr=0xf, range=[0x00000000c01f5000-0x00000000c0244000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem149: type=7, attr=0xf, range=[0x00000000c0244000-0x00000000c0245000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem150: type=4, attr=0xf, range=[0x00000000c0245000-0x00000000c0290000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem151: type=7, attr=0xf, range=[0x00000000c0290000-0x00000000c0291000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem152: type=4, attr=0xf, range=[0x00000000c0291000-0x00000000c03e2000) (1MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem153: type=7, attr=0xf, range=[0x00000000c03e2000-0x00000000c03ea000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem154: type=4, attr=0xf, range=[0x00000000c03ea000-0x00000000c0428000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem155: type=7, attr=0xf, range=[0x00000000c0428000-0x00000000c042e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem156: type=4, attr=0xf, range=[0x00000000c042e000-0x00000000c044f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem157: type=7, attr=0xf, range=[0x00000000c044f000-0x00000000c0453000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem158: type=4, attr=0xf, range=[0x00000000c0453000-0x00000000c0454000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem159: type=7, attr=0xf, range=[0x00000000c0454000-0x00000000c045d000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem160: type=4, attr=0xf, range=[0x00000000c045d000-0x00000000c04cd000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem161: type=7, attr=0xf, range=[0x00000000c04cd000-0x00000000c04d5000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem162: type=4, attr=0xf, range=[0x00000000c04d5000-0x00000000c04f0000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem163: type=7, attr=0xf, range=[0x00000000c04f0000-0x00000000c04f2000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem164: type=4, attr=0xf, range=[0x00000000c04f2000-0x00000000c04f4000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem165: type=7, attr=0xf, range=[0x00000000c04f4000-0x00000000c04f6000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem166: type=4, attr=0xf, range=[0x00000000c04f6000-0x00000000c051e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem167: type=7, attr=0xf, range=[0x00000000c051e000-0x00000000c0525000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem168: type=4, attr=0xf, range=[0x00000000c0525000-0x00000000c0671000) (1MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem169: type=7, attr=0xf, range=[0x00000000c0671000-0x00000000c067a000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem170: type=4, attr=0xf, range=[0x00000000c067a000-0x00000000c0d50000) (6MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem171: type=7, attr=0xf, range=[0x00000000c0d50000-0x00000000c0d5a000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem172: type=4, attr=0xf, range=[0x00000000c0d5a000-0x00000000c0d6e000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem173: type=7, attr=0xf, range=[0x00000000c0d6e000-0x00000000c0d6f000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem174: type=4, attr=0xf, range=[0x00000000c0d6f000-0x00000000cba13000) (172MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem175: type=7, attr=0xf, range=[0x00000000cba13000-0x00000000cbfb7000) (5MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem176: type=3, attr=0xf, range=[0x00000000cbfb7000-0x00000000cc6e8000) (7MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem177: type=0, attr=0xf, range=[0x00000000cc6e8000-0x00000000cc751000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem178: type=0, attr=0xf, range=[0x00000000cc751000-0x00000000cc8f0000) (1MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem179: type=9, attr=0xf, range=[0x00000000cc8f0000-0x00000000cc8f4000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem180: type=9, attr=0xf, range=[0x00000000cc8f4000-0x00000000cc906000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem181: type=10, attr=0xf, range=[0x00000000cc906000-0x00000000cca1a000) (1MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem182: type=10, attr=0xf, range=[0x00000000cca1a000-0x00000000cce42000) (4MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem183: type=6, attr=0x800000000000000f, range=[0x00000000cce42000-0x00000000cd684000) (8MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem184: type=6, attr=0x800000000000000f, range=[0x00000000cd684000-0x00000000cde85000) (8MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem185: type=6, attr=0x800000000000000f, range=[0x00000000cde85000-0x00000000cde87000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem186: type=6, attr=0x800000000000000f, range=[0x00000000cde87000-0x00000000cdebb000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem187: type=6, attr=0x800000000000000f, range=[0x00000000cdebb000-0x00000000cdebd000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem188: type=6, attr=0x800000000000000f, range=[0x00000000cdebd000-0x00000000cdf5a000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem189: type=5, attr=0x800000000000000f, range=[0x00000000cdf5a000-0x00000000cdf7c000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem190: type=5, attr=0x800000000000000f, range=[0x00000000cdf7c000-0x00000000cdfff000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem191: type=4, attr=0xf, range=[0x00000000cdfff000-0x00000000ce000000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem192: type=7, attr=0xf, range=[0x0000000100000000-0x000000021fe00000) (4606MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem193: type=0, attr=0x0, range=[0x00000000cf000000-0x00000000df200000) (258MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem194: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem195: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem196: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem197: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem198: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB) >14:18:42,114 INFO kernel:[ 0.000000] efi: mem199: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB) >14:18:42,114 INFO kernel:[ 0.000000] SMBIOS 2.7 present. >14:18:42,114 DEBUG kernel:[ 0.000000] DMI: ASUS All Series/Z87M-PLUS, BIOS 0806 09/12/2013 >14:18:42,114 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >14:18:42,114 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >14:18:42,114 INFO kernel:[ 0.000000] e820: last_pfn = 0x21fe00 max_arch_pfn = 0x400000000 >14:18:42,114 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >14:18:42,114 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >14:18:42,114 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >14:18:42,114 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >14:18:42,114 DEBUG kernel:[ 0.000000] C0000-CFFFF write-protect >14:18:42,114 DEBUG kernel:[ 0.000000] D0000-DFFFF uncachable >14:18:42,114 DEBUG kernel:[ 0.000000] E0000-FFFFF write-protect >14:18:42,114 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >14:18:42,114 DEBUG kernel:[ 0.000000] 0 base 0000000000 mask 7E00000000 write-back >14:18:42,114 DEBUG kernel:[ 0.000000] 1 base 0200000000 mask 7FE0000000 write-back >14:18:42,114 DEBUG kernel:[ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable >14:18:42,114 DEBUG kernel:[ 0.000000] 3 base 00D0000000 mask 7FF0000000 uncachable >14:18:42,114 DEBUG kernel:[ 0.000000] 4 base 00CF000000 mask 7FFF000000 uncachable >14:18:42,114 DEBUG kernel:[ 0.000000] 5 base 021FE00000 mask 7FFFE00000 uncachable >14:18:42,114 DEBUG kernel:[ 0.000000] 6 disabled >14:18:42,114 DEBUG kernel:[ 0.000000] 7 disabled >14:18:42,114 DEBUG kernel:[ 0.000000] 8 disabled >14:18:42,114 DEBUG kernel:[ 0.000000] 9 disabled >14:18:42,114 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >14:18:42,114 DEBUG kernel:[ 0.000000] e820: update [mem 0xcf000000-0xffffffff] usable ==> reserved >14:18:42,114 INFO kernel:[ 0.000000] e820: last_pfn = 0xce000 max_arch_pfn = 0x400000000 >14:18:42,114 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770] >14:18:42,114 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 >14:18:42,114 INFO kernel:[ 0.000000] Using GB pages for direct mapping >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >14:18:42,114 DEBUG kernel:[ 0.000000] BRK [0x02018000, 0x02018fff] PGTABLE >14:18:42,114 DEBUG kernel:[ 0.000000] BRK [0x02019000, 0x02019fff] PGTABLE >14:18:42,114 DEBUG kernel:[ 0.000000] BRK [0x0201a000, 0x0201afff] PGTABLE >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21fc00000-0x21fdfffff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x21fc00000-0x21fdfffff] page 2M >14:18:42,114 DEBUG kernel:[ 0.000000] BRK [0x0201b000, 0x0201bfff] PGTABLE >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21fbfffff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x21c000000-0x21fbfffff] page 2M >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x200000000-0x21bffffff] page 2M >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0xba6bbfff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x80000000-0xba5fffff] page 2M >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0xba600000-0xba6bbfff] page 4k >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xba6c3000-0xbab0dfff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0xba6c3000-0xba7fffff] page 4k >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0xba800000-0xba9fffff] page 2M >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0xbaa00000-0xbab0dfff] page 4k >14:18:42,114 DEBUG kernel:[ 0.000000] BRK [0x0201c000, 0x0201cfff] PGTABLE >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xbaf30000-0xcc6e7fff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0xbaf30000-0xbaffffff] page 4k >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0xbb000000-0xcc5fffff] page 2M >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0xcc600000-0xcc6e7fff] page 4k >14:18:42,114 DEBUG kernel:[ 0.000000] BRK [0x0201d000, 0x0201dfff] PGTABLE >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xcdfff000-0xcdffffff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0xcdfff000-0xcdffffff] page 4k >14:18:42,114 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] >14:18:42,114 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G >14:18:42,114 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3d5b9000-0x3fffafff] >14:18:42,114 INFO kernel:[ 0.000000] ACPI: Early table checksum verification disabled >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: RSDP 0x00000000CC8F4000 000024 (v02 ALASKA) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: XSDT 0x00000000CC8F4078 00006C (v01 ALASKA A M I 01072009 AMI 00010013) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: FACP 0x00000000CC900B00 00010C (v05 ALASKA A M I 01072009 AMI 00010013) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: DSDT 0x00000000CC8F4180 00C97F (v02 ALASKA A M I 00000024 INTL 20091112) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: FACS 0x00000000CCE40080 000040 >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: APIC 0x00000000CC900C10 000072 (v03 ALASKA A M I 01072009 AMI 00010013) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: FPDT 0x00000000CC900C88 000044 (v01 ALASKA A M I 01072009 AMI 00010013) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC900CD0 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC901210 000AD8 (v01 PmRef CpuPm 00003000 INTL 20051117) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: MCFG 0x00000000CC901CE8 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: HPET 0x00000000CC901D28 000038 (v01 ALASKA A M I 01072009 AMI. 00000005) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC901D60 00036D (v01 SataRe SataTabl 00001000 INTL 20091112) >14:18:42,114 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC9020D0 00329E (v01 SaSsdt SaSsdt 00003000 INTL 20091112) >14:18:42,114 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >14:18:42,114 INFO kernel:[ 0.000000] No NUMA configuration found >14:18:42,114 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021fdfffff] >14:18:42,114 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21fdfffff] >14:18:42,114 INFO kernel:[ 0.000000] NODE_DATA [mem 0x21fde7000-0x21fdfafff] >14:18:42,114 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880217800000-ffff88021f3fffff] on node 0 >14:18:42,114 WARNING kernel:[ 0.000000] Zone ranges: >14:18:42,114 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >14:18:42,114 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >14:18:42,114 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x21fdfffff] >14:18:42,114 WARNING kernel:[ 0.000000] Movable zone start for each node >14:18:42,114 WARNING kernel:[ 0.000000] Early memory node ranges >14:18:42,114 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x00057fff] >14:18:42,114 WARNING kernel:[ 0.000000] node 0: [mem 0x00059000-0x0009efff] >14:18:42,114 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xba6bbfff] >14:18:42,114 WARNING kernel:[ 0.000000] node 0: [mem 0xba6c3000-0xbab0dfff] >14:18:42,114 WARNING kernel:[ 0.000000] node 0: [mem 0xbaf30000-0xcc6e7fff] >14:18:42,114 WARNING kernel:[ 0.000000] node 0: [mem 0xcdfff000-0xcdffffff] >14:18:42,114 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x21fdfffff] >14:18:42,114 DEBUG kernel:[ 0.000000] On node 0 totalpages: 2015325 >14:18:42,114 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >14:18:42,114 DEBUG kernel:[ 0.000000] DMA zone: 24 pages reserved >14:18:42,114 DEBUG kernel:[ 0.000000] DMA zone: 3997 pages, LIFO batch:0 >14:18:42,114 DEBUG kernel:[ 0.000000] DMA32 zone: 13003 pages used for memmap >14:18:42,114 DEBUG kernel:[ 0.000000] DMA32 zone: 832192 pages, LIFO batch:31 >14:18:42,114 DEBUG kernel:[ 0.000000] Normal zone: 18424 pages used for memmap >14:18:42,114 DEBUG kernel:[ 0.000000] Normal zone: 1179136 pages, LIFO batch:31 >14:18:42,114 WARNING kernel:[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED >14:18:42,114 INFO kernel:[ 0.000000] Reserving Intel graphics stolen memory at 0xcf200000-0xdf1fffff >14:18:42,114 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x1808 >14:18:42,114 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >14:18:42,114 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >14:18:42,114 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >14:18:42,114 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) >14:18:42,114 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) >14:18:42,114 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) >14:18:42,114 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) >14:18:42,114 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 >14:18:42,114 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >14:18:42,114 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >14:18:42,114 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >14:18:42,114 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >14:18:42,114 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >14:18:42,114 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >14:18:42,114 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 >14:18:42,114 INFO kernel:[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs >14:18:42,114 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xba381000-0xba381fff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xba38e000-0xba38efff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xba38f000-0xba38ffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xba39f000-0xba39ffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xba6bc000-0xba6c2fff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xbab0e000-0xbaf2ffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc6e8000-0xcc8effff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc8f0000-0xcc905fff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc906000-0xcce41fff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcce42000-0xcdffefff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xce000000-0xceffffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcf000000-0xdf1fffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] >14:18:42,114 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] >14:18:42,114 INFO kernel:[ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices >14:18:42,114 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >14:18:42,114 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 >14:18:42,114 INFO kernel:[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88021fa00000 s87872 r8192 d22720 u524288 >14:18:42,115 DEBUG kernel:[ 0.000000] pcpu-alloc: s87872 r8192 d22720 u524288 alloc=1*2097152 >14:18:42,115 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 2 3 >14:18:42,115 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1983810 >14:18:42,115 WARNING kernel:[ 0.000000] Policy zone: Normal >14:18:42,115 NOTICE kernel:[ 0.000000] Kernel command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-21_A_T7-x86_64 quiet >14:18:42,115 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >14:18:42,115 INFO kernel:[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 >14:18:42,115 WARNING kernel:[ 0.000000] Memory: 7580136K/8061300K available (7326K kernel code, 1196K rwdata, 3156K rodata, 1452K init, 1504K bss, 481164K reserved) >14:18:42,115 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >14:18:42,115 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >14:18:42,115 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4. >14:18:42,115 INFO kernel:[ 0.000000] Offload RCU callbacks from all CPUs >14:18:42,115 INFO kernel:[ 0.000000] Offload RCU callbacks from CPUs: 0-3. >14:18:42,115 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 >14:18:42,115 INFO kernel:[ 0.000000] NR_IRQS:65792 nr_irqs:712 16 >14:18:42,115 INFO kernel:[ 0.000000] Console: colour dummy device 80x25 >14:18:42,115 INFO kernel:[ 0.000000] console [tty0] enabled >14:18:42,115 INFO kernel:[ 0.000000] allocated 32505856 bytes of page_cgroup >14:18:42,115 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >14:18:42,115 DEBUG kernel:[ 0.000000] hpet clockevent registered >14:18:42,115 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >14:18:42,115 INFO kernel:[ 0.000000] tsc: Detected 2998.293 MHz processor >14:18:42,115 INFO kernel:[ 0.000024] Calibrating delay loop (skipped), value calculated using timer frequency.. 5996.58 BogoMIPS (lpj=2998293) >14:18:42,115 INFO kernel:[ 0.000026] pid_max: default: 32768 minimum: 301 >14:18:42,115 INFO kernel:[ 0.000032] ACPI: Core revision 20140424 >14:18:42,115 WARNING kernel:[ 0.007973] ACPI: All ACPI Tables successfully acquired >14:18:42,115 INFO kernel:[ 0.010590] Security Framework initialized >14:18:42,115 INFO kernel:[ 0.010596] SELinux: Initializing. >14:18:42,115 DEBUG kernel:[ 0.010602] SELinux: Starting in permissive mode >14:18:42,115 INFO kernel:[ 0.011085] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) >14:18:42,115 INFO kernel:[ 0.013027] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) >14:18:42,115 INFO kernel:[ 0.013895] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) >14:18:42,115 INFO kernel:[ 0.013903] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) >14:18:42,115 INFO kernel:[ 0.014126] Initializing cgroup subsys memory >14:18:42,115 INFO kernel:[ 0.014144] Initializing cgroup subsys devices >14:18:42,115 INFO kernel:[ 0.014149] Initializing cgroup subsys freezer >14:18:42,115 INFO kernel:[ 0.014151] Initializing cgroup subsys net_cls >14:18:42,115 INFO kernel:[ 0.014154] Initializing cgroup subsys blkio >14:18:42,115 INFO kernel:[ 0.014156] Initializing cgroup subsys perf_event >14:18:42,115 INFO kernel:[ 0.014158] Initializing cgroup subsys net_prio >14:18:42,115 INFO kernel:[ 0.014163] Initializing cgroup subsys hugetlb >14:18:42,115 INFO kernel:[ 0.014182] CPU: Physical Processor ID: 0 >14:18:42,115 INFO kernel:[ 0.014183] CPU: Processor Core ID: 0 >14:18:42,115 WARNING kernel:[ 0.014186] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >14:18:42,115 WARNING kernel:[ 0.014186] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >14:18:42,115 INFO kernel:[ 0.014980] mce: CPU supports 9 MCE banks >14:18:42,115 INFO kernel:[ 0.014991] CPU0: Thermal monitoring enabled (TM1) >14:18:42,115 INFO kernel:[ 0.015001] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 >14:18:42,115 INFO kernel:[ 0.015001] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 >14:18:42,115 INFO kernel:[ 0.015001] tlb_flushall_shift: 6 >14:18:42,115 INFO kernel:[ 0.015079] Freeing SMP alternatives memory: 24K (ffffffff81e98000 - ffffffff81e9e000) >14:18:42,115 INFO kernel:[ 0.022189] ftrace: allocating 26743 entries in 105 pages >14:18:42,115 INFO kernel:[ 0.031176] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >14:18:42,115 INFO kernel:[ 0.041193] smpboot: CPU0: Intel(R) Core(TM) i5-4430 CPU @ 3.00GHz (fam: 06, model: 3c, stepping: 03) >14:18:42,115 DEBUG kernel:[ 0.041198] TSC deadline timer enabled >14:18:42,115 INFO kernel:[ 0.041216] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver. >14:18:42,115 INFO kernel:[ 0.041231] ... version: 3 >14:18:42,115 INFO kernel:[ 0.041232] ... bit width: 48 >14:18:42,115 INFO kernel:[ 0.041232] ... generic registers: 8 >14:18:42,115 INFO kernel:[ 0.041233] ... value mask: 0000ffffffffffff >14:18:42,115 INFO kernel:[ 0.041233] ... max period: 0000ffffffffffff >14:18:42,115 INFO kernel:[ 0.041234] ... fixed-purpose events: 3 >14:18:42,115 INFO kernel:[ 0.041235] ... event mask: 00000007000000ff >14:18:42,115 INFO kernel:[ 0.042246] x86: Booting SMP configuration: >14:18:42,115 INFO kernel:[ 0.042247] .... node #0, CPUs: #1 >14:18:42,115 INFO kernel:[ 0.056230] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >14:18:42,115 WARNING kernel:[ 0.056291] #2 #3 >14:18:42,115 INFO kernel:[ 0.084237] x86: Booted up 1 node, 4 CPUs >14:18:42,115 INFO kernel:[ 0.084239] smpboot: Total of 4 processors activated (23986.34 BogoMIPS) >14:18:42,115 INFO kernel:[ 0.087122] devtmpfs: initialized >14:18:42,115 INFO kernel:[ 0.088798] PM: Registering ACPI NVS region [mem 0xba6bc000-0xba6c2fff] (28672 bytes) >14:18:42,115 INFO kernel:[ 0.088800] PM: Registering ACPI NVS region [mem 0xcc906000-0xcce41fff] (5488640 bytes) >14:18:42,115 INFO kernel:[ 0.089450] atomic64_test: passed for x86-64 platform with CX8 and with SSE >14:18:42,115 INFO kernel:[ 0.089452] pinctrl core: initialized pinctrl subsystem >14:18:42,115 INFO kernel:[ 0.089489] RTC time: 14:18:26, date: 09/15/14 >14:18:42,115 INFO kernel:[ 0.089526] NET: Registered protocol family 16 >14:18:42,115 INFO kernel:[ 0.089606] cpuidle: using governor menu >14:18:42,115 INFO kernel:[ 0.089666] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >14:18:42,115 INFO kernel:[ 0.089667] ACPI: bus type PCI registered >14:18:42,115 INFO kernel:[ 0.089669] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >14:18:42,115 INFO kernel:[ 0.089721] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) >14:18:42,115 INFO kernel:[ 0.089723] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 >14:18:42,115 INFO kernel:[ 0.089783] PCI: Using configuration type 1 for base access >14:18:42,115 INFO kernel:[ 0.094319] ACPI: Added _OSI(Module Device) >14:18:42,115 INFO kernel:[ 0.094321] ACPI: Added _OSI(Processor Device) >14:18:42,115 INFO kernel:[ 0.094322] ACPI: Added _OSI(3.0 _SCP Extensions) >14:18:42,115 INFO kernel:[ 0.094322] ACPI: Added _OSI(Processor Aggregator Device) >14:18:42,115 WARNING kernel:[ 0.097073] ACPI: Executed 1 blocks of module-level executable AML code >14:18:42,115 NOTICE kernel:[ 0.098731] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored >14:18:42,115 WARNING kernel:[ 0.101092] ACPI: Dynamic OEM Table Load: >14:18:42,115 WARNING kernel:[ 0.101096] ACPI: SSDT 0xFFFF8802146B5400 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >14:18:42,115 WARNING kernel:[ 0.103188] ACPI: Dynamic OEM Table Load: >14:18:42,115 WARNING kernel:[ 0.103192] ACPI: SSDT 0xFFFF880214081000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) >14:18:42,115 WARNING kernel:[ 0.105100] ACPI: Dynamic OEM Table Load: >14:18:42,115 WARNING kernel:[ 0.105102] ACPI: SSDT 0xFFFF88021402F200 000119 (v01 PmRef ApCst 00003000 INTL 20051117) >14:18:42,115 INFO kernel:[ 0.107495] ACPI: Interpreter enabled >14:18:42,115 WARNING kernel:[ 0.107500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) >14:18:42,115 WARNING kernel:[ 0.107504] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) >14:18:42,115 INFO kernel:[ 0.107517] ACPI: (supports S0 S3 S4 S5) >14:18:42,115 INFO kernel:[ 0.107518] ACPI: Using IOAPIC for interrupt routing >14:18:42,115 INFO kernel:[ 0.107537] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >14:18:42,115 INFO kernel:[ 0.113129] ACPI: Power Resource [FN00] (off) >14:18:42,115 INFO kernel:[ 0.113180] ACPI: Power Resource [FN01] (off) >14:18:42,115 INFO kernel:[ 0.113229] ACPI: Power Resource [FN02] (off) >14:18:42,115 INFO kernel:[ 0.113276] ACPI: Power Resource [FN03] (off) >14:18:42,115 INFO kernel:[ 0.113324] ACPI: Power Resource [FN04] (off) >14:18:42,115 INFO kernel:[ 0.113909] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) >14:18:42,115 INFO kernel:[ 0.113913] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >14:18:42,115 INFO kernel:[ 0.114046] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] >14:18:42,115 INFO kernel:[ 0.114132] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] >14:18:42,115 INFO kernel:[ 0.114525] PCI host bridge to bus 0000:00 >14:18:42,115 INFO kernel:[ 0.114527] pci_bus 0000:00: root bus resource [bus 00-3e] >14:18:42,115 INFO kernel:[ 0.114528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >14:18:42,115 INFO kernel:[ 0.114529] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >14:18:42,115 INFO kernel:[ 0.114530] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >14:18:42,115 INFO kernel:[ 0.114531] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] >14:18:42,115 INFO kernel:[ 0.114532] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] >14:18:42,115 INFO kernel:[ 0.114533] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] >14:18:42,115 INFO kernel:[ 0.114534] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] >14:18:42,115 INFO kernel:[ 0.114535] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff] >14:18:42,115 DEBUG kernel:[ 0.114541] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 >14:18:42,115 DEBUG kernel:[ 0.114609] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 >14:18:42,115 DEBUG kernel:[ 0.114636] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >14:18:42,115 INFO kernel:[ 0.114675] pci 0000:00:01.0: System wakeup disabled by ACPI >14:18:42,115 DEBUG kernel:[ 0.114705] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000 >14:18:42,115 DEBUG kernel:[ 0.114713] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit] >14:18:42,115 DEBUG kernel:[ 0.114718] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref] >14:18:42,115 DEBUG kernel:[ 0.114722] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] >14:18:42,115 DEBUG kernel:[ 0.114782] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 >14:18:42,115 DEBUG kernel:[ 0.114788] pci 0000:00:03.0: reg 0x10: [mem 0xf7d14000-0xf7d17fff 64bit] >14:18:42,115 DEBUG kernel:[ 0.114866] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 >14:18:42,115 DEBUG kernel:[ 0.114881] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit] >14:18:42,115 DEBUG kernel:[ 0.114932] pci 0000:00:14.0: PME# supported from D3hot D3cold >14:18:42,115 INFO kernel:[ 0.114963] pci 0000:00:14.0: System wakeup disabled by ACPI >14:18:42,115 DEBUG kernel:[ 0.114990] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 >14:18:42,115 DEBUG kernel:[ 0.115006] pci 0000:00:16.0: reg 0x10: [mem 0xf7d1e000-0xf7d1e00f 64bit] >14:18:42,115 DEBUG kernel:[ 0.115060] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold >14:18:42,115 DEBUG kernel:[ 0.115126] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 >14:18:42,115 DEBUG kernel:[ 0.115144] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d1c000-0xf7d1c3ff] >14:18:42,115 DEBUG kernel:[ 0.115221] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >14:18:42,115 INFO kernel:[ 0.115262] pci 0000:00:1a.0: System wakeup disabled by ACPI >14:18:42,115 DEBUG kernel:[ 0.115290] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 >14:18:42,115 DEBUG kernel:[ 0.115302] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit] >14:18:42,115 DEBUG kernel:[ 0.115353] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >14:18:42,115 INFO kernel:[ 0.115385] pci 0000:00:1b.0: System wakeup disabled by ACPI >14:18:42,115 DEBUG kernel:[ 0.115410] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 >14:18:42,115 DEBUG kernel:[ 0.115467] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >14:18:42,115 INFO kernel:[ 0.115500] pci 0000:00:1c.0: System wakeup disabled by ACPI >14:18:42,115 DEBUG kernel:[ 0.115525] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400 >14:18:42,115 DEBUG kernel:[ 0.115582] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >14:18:42,115 INFO kernel:[ 0.115615] pci 0000:00:1c.2: System wakeup disabled by ACPI >14:18:42,115 DEBUG kernel:[ 0.115648] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 >14:18:42,115 DEBUG kernel:[ 0.115665] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d1b000-0xf7d1b3ff] >14:18:42,115 DEBUG kernel:[ 0.115743] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >14:18:42,115 INFO kernel:[ 0.115783] pci 0000:00:1d.0: System wakeup disabled by ACPI >14:18:42,115 DEBUG kernel:[ 0.115813] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100 >14:18:42,115 DEBUG kernel:[ 0.115953] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601 >14:18:42,115 DEBUG kernel:[ 0.115966] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7] >14:18:42,115 DEBUG kernel:[ 0.115972] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3] >14:18:42,115 DEBUG kernel:[ 0.115978] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097] >14:18:42,115 DEBUG kernel:[ 0.115983] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083] >14:18:42,115 DEBUG kernel:[ 0.115989] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] >14:18:42,115 DEBUG kernel:[ 0.115995] pci 0000:00:1f.2: reg 0x24: [mem 0xf7d1a000-0xf7d1a7ff] >14:18:42,115 DEBUG kernel:[ 0.116026] pci 0000:00:1f.2: PME# supported from D3hot >14:18:42,115 DEBUG kernel:[ 0.116077] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 >14:18:42,115 DEBUG kernel:[ 0.116089] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d19000-0xf7d190ff 64bit] >14:18:42,115 DEBUG kernel:[ 0.116105] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] >14:18:42,115 INFO kernel:[ 0.116189] pci 0000:00:01.0: PCI bridge to [bus 01] >14:18:42,115 INFO kernel:[ 0.116243] acpiphp: Slot [1] registered >14:18:42,115 INFO kernel:[ 0.116247] pci 0000:00:1c.0: PCI bridge to [bus 02] >14:18:42,115 DEBUG kernel:[ 0.116314] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 >14:18:42,115 DEBUG kernel:[ 0.116332] pci 0000:03:00.0: reg 0x10: [io 0xe000-0xe0ff] >14:18:42,115 DEBUG kernel:[ 0.116358] pci 0000:03:00.0: reg 0x18: [mem 0xf7c00000-0xf7c00fff 64bit] >14:18:42,115 DEBUG kernel:[ 0.116375] pci 0000:03:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref] >14:18:42,115 DEBUG kernel:[ 0.116461] pci 0000:03:00.0: supports D1 D2 >14:18:42,115 DEBUG kernel:[ 0.116462] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold >14:18:42,115 INFO kernel:[ 0.116495] pci 0000:03:00.0: System wakeup disabled by ACPI >14:18:42,115 INFO kernel:[ 0.118089] pci 0000:00:1c.2: PCI bridge to [bus 03] >14:18:42,115 DEBUG kernel:[ 0.118092] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff] >14:18:42,115 DEBUG kernel:[ 0.118094] pci 0000:00:1c.2: bridge window [mem 0xf7c00000-0xf7cfffff] >14:18:42,115 DEBUG kernel:[ 0.118098] pci 0000:00:1c.2: bridge window [mem 0xf0000000-0xf00fffff 64bit pref] >14:18:42,115 INFO kernel:[ 0.118110] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) >14:18:42,115 INFO kernel:[ 0.118581] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) >14:18:42,115 INFO kernel:[ 0.118612] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >14:18:42,115 INFO kernel:[ 0.118642] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15) >14:18:42,115 INFO kernel:[ 0.118672] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15) >14:18:42,115 INFO kernel:[ 0.118701] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15) >14:18:42,115 INFO kernel:[ 0.118732] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15) >14:18:42,115 INFO kernel:[ 0.118764] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15) >14:18:42,115 INFO kernel:[ 0.118794] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 *14 15) >14:18:42,115 WARNING kernel:[ 0.119029] ACPI: Enabled 5 GPEs in block 00 to 3F >14:18:42,115 INFO kernel:[ 0.119098] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >14:18:42,115 INFO kernel:[ 0.119100] vgaarb: loaded >14:18:42,115 INFO kernel:[ 0.119101] vgaarb: bridge control possible 0000:00:02.0 >14:18:42,115 NOTICE kernel:[ 0.119149] SCSI subsystem initialized >14:18:42,115 DEBUG kernel:[ 0.119172] libata version 3.00 loaded. >14:18:42,115 INFO kernel:[ 0.119195] ACPI: bus type USB registered >14:18:42,115 INFO kernel:[ 0.119207] usbcore: registered new interface driver usbfs >14:18:42,115 INFO kernel:[ 0.119213] usbcore: registered new interface driver hub >14:18:42,115 INFO kernel:[ 0.119224] usbcore: registered new device driver usb >14:18:42,115 INFO kernel:[ 0.119298] PCI: Using ACPI for IRQ routing >14:18:42,115 DEBUG kernel:[ 0.120518] PCI: pci_cache_line_size set to 64 bytes >14:18:42,115 DEBUG kernel:[ 0.120545] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] >14:18:42,115 DEBUG kernel:[ 0.120546] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] >14:18:42,115 DEBUG kernel:[ 0.120547] e820: reserve RAM buffer [mem 0xba381018-0xbbffffff] >14:18:42,115 DEBUG kernel:[ 0.120548] e820: reserve RAM buffer [mem 0xba38f018-0xbbffffff] >14:18:42,115 DEBUG kernel:[ 0.120549] e820: reserve RAM buffer [mem 0xba6bc000-0xbbffffff] >14:18:42,115 DEBUG kernel:[ 0.120550] e820: reserve RAM buffer [mem 0xbab0e000-0xbbffffff] >14:18:42,115 DEBUG kernel:[ 0.120551] e820: reserve RAM buffer [mem 0xcc6e8000-0xcfffffff] >14:18:42,115 DEBUG kernel:[ 0.120552] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff] >14:18:42,115 DEBUG kernel:[ 0.120553] e820: reserve RAM buffer [mem 0x21fe00000-0x21fffffff] >14:18:42,115 INFO kernel:[ 0.120631] NetLabel: Initializing >14:18:42,115 INFO kernel:[ 0.120631] NetLabel: domain hash size = 128 >14:18:42,115 INFO kernel:[ 0.120632] NetLabel: protocols = UNLABELED CIPSOv4 >14:18:42,115 INFO kernel:[ 0.120643] NetLabel: unlabeled traffic allowed by default >14:18:42,115 INFO kernel:[ 0.120667] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >14:18:42,115 INFO kernel:[ 0.120670] hpet0: 8 comparators, 64-bit 14.318180 MHz counter >14:18:42,115 INFO kernel:[ 0.122692] Switched to clocksource hpet >14:18:42,115 INFO kernel:[ 0.126873] pnp: PnP ACPI init >14:18:42,115 INFO kernel:[ 0.126884] ACPI: bus type PNP registered >14:18:42,115 INFO kernel:[ 0.126944] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved >14:18:42,115 DEBUG kernel:[ 0.126947] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) >14:18:42,115 INFO kernel:[ 0.127062] system 00:01: [io 0x0680-0x069f] has been reserved >14:18:42,115 INFO kernel:[ 0.127064] system 00:01: [io 0xffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127065] system 00:01: [io 0xffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127066] system 00:01: [io 0xffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127068] system 00:01: [io 0x1c00-0x1cfe] has been reserved >14:18:42,115 INFO kernel:[ 0.127069] system 00:01: [io 0x1d00-0x1dfe] has been reserved >14:18:42,115 INFO kernel:[ 0.127070] system 00:01: [io 0x1e00-0x1efe] has been reserved >14:18:42,115 INFO kernel:[ 0.127071] system 00:01: [io 0x1f00-0x1ffe] has been reserved >14:18:42,115 INFO kernel:[ 0.127072] system 00:01: [io 0x1800-0x18fe] could not be reserved >14:18:42,115 INFO kernel:[ 0.127073] system 00:01: [io 0x164e-0x164f] has been reserved >14:18:42,115 DEBUG kernel:[ 0.127075] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) >14:18:42,115 DEBUG kernel:[ 0.127095] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) >14:18:42,115 INFO kernel:[ 0.127127] system 00:03: [io 0x1854-0x1857] has been reserved >14:18:42,115 DEBUG kernel:[ 0.127128] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >14:18:42,115 INFO kernel:[ 0.127180] system 00:04: [io 0x0290-0x029f] has been reserved >14:18:42,115 DEBUG kernel:[ 0.127182] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) >14:18:42,115 INFO kernel:[ 0.127213] system 00:05: [io 0x04d0-0x04d1] has been reserved >14:18:42,115 DEBUG kernel:[ 0.127214] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) >14:18:42,115 DEBUG kernel:[ 0.127345] pnp 00:06: [dma 0 disabled] >14:18:42,115 DEBUG kernel:[ 0.127378] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >14:18:42,115 DEBUG kernel:[ 0.127407] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) >14:18:42,115 INFO kernel:[ 0.127685] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127687] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved >14:18:42,115 INFO kernel:[ 0.127688] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved >14:18:42,115 INFO kernel:[ 0.127689] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved >14:18:42,115 INFO kernel:[ 0.127690] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127692] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127693] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved >14:18:42,115 INFO kernel:[ 0.127694] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127695] system 00:08: [mem 0xff000000-0xffffffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127696] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved >14:18:42,115 INFO kernel:[ 0.127698] system 00:08: [mem 0xf7fef000-0xf7feffff] has been reserved >14:18:42,115 INFO kernel:[ 0.127704] system 00:08: [mem 0xf7ff0000-0xf7ff0fff] has been reserved >14:18:42,115 DEBUG kernel:[ 0.127706] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) >14:18:42,115 INFO kernel:[ 0.127877] pnp: PnP ACPI: found 9 devices >14:18:42,115 INFO kernel:[ 0.127878] ACPI: bus type PNP unregistered >14:18:42,115 INFO kernel:[ 0.133726] pci 0000:00:01.0: PCI bridge to [bus 01] >14:18:42,115 INFO kernel:[ 0.133731] pci 0000:00:1c.0: PCI bridge to [bus 02] >14:18:42,115 INFO kernel:[ 0.133739] pci 0000:00:1c.2: PCI bridge to [bus 03] >14:18:42,115 INFO kernel:[ 0.133741] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff] >14:18:42,115 INFO kernel:[ 0.133745] pci 0000:00:1c.2: bridge window [mem 0xf7c00000-0xf7cfffff] >14:18:42,115 INFO kernel:[ 0.133748] pci 0000:00:1c.2: bridge window [mem 0xf0000000-0xf00fffff 64bit pref] >14:18:42,115 DEBUG kernel:[ 0.133752] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >14:18:42,115 DEBUG kernel:[ 0.133753] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >14:18:42,115 DEBUG kernel:[ 0.133755] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >14:18:42,115 DEBUG kernel:[ 0.133756] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff] >14:18:42,115 DEBUG kernel:[ 0.133757] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff] >14:18:42,115 DEBUG kernel:[ 0.133758] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff] >14:18:42,115 DEBUG kernel:[ 0.133759] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff] >14:18:42,115 DEBUG kernel:[ 0.133760] pci_bus 0000:00: resource 11 [mem 0xdf200000-0xfeafffff] >14:18:42,115 DEBUG kernel:[ 0.133761] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] >14:18:42,115 DEBUG kernel:[ 0.133762] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff] >14:18:42,115 DEBUG kernel:[ 0.133763] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref] >14:18:42,115 INFO kernel:[ 0.133784] NET: Registered protocol family 2 >14:18:42,115 INFO kernel:[ 0.133934] TCP established hash table entries: 65536 (order: 7, 524288 bytes) >14:18:42,115 INFO kernel:[ 0.134085] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >14:18:42,115 INFO kernel:[ 0.134285] TCP: Hash tables configured (established 65536 bind 65536) >14:18:42,115 INFO kernel:[ 0.134301] TCP: reno registered >14:18:42,115 INFO kernel:[ 0.134309] UDP hash table entries: 4096 (order: 5, 131072 bytes) >14:18:42,115 INFO kernel:[ 0.134342] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) >14:18:42,115 INFO kernel:[ 0.134397] NET: Registered protocol family 1 >14:18:42,115 DEBUG kernel:[ 0.134410] pci 0000:00:02.0: Boot video device >14:18:42,115 DEBUG kernel:[ 0.160811] PCI: CLS 64 bytes, default 64 >14:18:42,115 INFO kernel:[ 0.160852] Unpacking initramfs... >14:18:42,115 INFO kernel:[ 2.902041] Freeing initrd memory: 43272K (ffff88003d5b9000 - ffff88003fffb000) >14:18:42,115 INFO kernel:[ 2.902049] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >14:18:42,115 INFO kernel:[ 2.902051] software IO TLB [mem 0xb6381000-0xba381000] (64MB) mapped at [ffff8800b6381000-ffff8800ba380fff] >14:18:42,115 INFO kernel:[ 2.902239] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer >14:18:42,115 INFO kernel:[ 2.902541] AVX2 version of gcm_enc/dec engaged. >14:18:42,115 INFO kernel:[ 2.904001] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >14:18:42,115 INFO kernel:[ 2.904303] futex hash table entries: 1024 (order: 4, 65536 bytes) >14:18:42,115 NOTICE kernel:[ 2.904322] Initialise system trusted keyring >14:18:42,115 INFO kernel:[ 2.904339] audit: initializing netlink subsys (disabled) >14:18:42,115 NOTICE kernel:[ 2.904349] audit: type=2000 audit(1410790708.889:1): initialized >14:18:42,115 INFO kernel:[ 2.904604] HugeTLB registered 2 MB page size, pre-allocated 0 pages >14:18:42,115 INFO kernel:[ 2.905679] zbud: loaded >14:18:42,115 NOTICE kernel:[ 2.905795] VFS: Disk quotas dquot_6.5.2 >14:18:42,115 WARNING kernel:[ 2.905821] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >14:18:42,115 INFO kernel:[ 2.906057] msgmni has been set to 15333 >14:18:42,115 NOTICE kernel:[ 2.906095] Key type big_key registered >14:18:42,115 DEBUG kernel:[ 2.906097] SELinux: Registering netfilter hooks >14:18:42,115 INFO kernel:[ 2.906724] alg: No test for stdrng (krng) >14:18:42,115 INFO kernel:[ 2.906731] NET: Registered protocol family 38 >14:18:42,115 NOTICE kernel:[ 2.906736] Key type asymmetric registered >14:18:42,115 NOTICE kernel:[ 2.906738] Asymmetric key parser 'x509' registered >14:18:42,115 INFO kernel:[ 2.906763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >14:18:42,115 INFO kernel:[ 2.906796] io scheduler noop registered >14:18:42,115 INFO kernel:[ 2.906798] io scheduler deadline registered >14:18:42,115 INFO kernel:[ 2.906834] io scheduler cfq registered (default) >14:18:42,115 DEBUG kernel:[ 2.906980] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X >14:18:42,115 INFO kernel:[ 2.907165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >14:18:42,115 INFO kernel:[ 2.907176] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >14:18:42,115 INFO kernel:[ 2.907211] efifb: probing for efifb >14:18:42,115 INFO kernel:[ 2.907220] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90004f00000, using 3072k, total 3072k >14:18:42,115 INFO kernel:[ 2.907221] efifb: mode is 1024x768x32, linelength=4096, pages=1 >14:18:42,115 INFO kernel:[ 2.907222] efifb: scrolling: redraw >14:18:42,115 INFO kernel:[ 2.907223] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >14:18:42,115 INFO kernel:[ 2.907273] Console: switching to colour frame buffer device 128x48 >14:18:42,115 INFO kernel:[ 2.908463] fb0: EFI VGA frame buffer device >14:18:42,115 DEBUG kernel:[ 2.908471] intel_idle: MWAIT substates: 0x42120 >14:18:42,115 DEBUG kernel:[ 2.908472] intel_idle: v0.4 model 0x3C >14:18:42,115 DEBUG kernel:[ 2.908473] intel_idle: lapic_timer_reliable_states 0xffffffff >14:18:42,115 INFO kernel:[ 2.908646] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >14:18:42,115 INFO kernel:[ 2.908649] ACPI: Power Button [PWRB] >14:18:42,115 INFO kernel:[ 2.908675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >14:18:42,115 INFO kernel:[ 2.908676] ACPI: Power Button [PWRF] >14:18:42,115 INFO kernel:[ 2.908718] ACPI: Fan [FAN0] (off) >14:18:42,115 INFO kernel:[ 2.908737] ACPI: Fan [FAN1] (off) >14:18:42,115 INFO kernel:[ 2.908755] ACPI: Fan [FAN2] (off) >14:18:42,115 INFO kernel:[ 2.908772] ACPI: Fan [FAN3] (off) >14:18:42,115 INFO kernel:[ 2.908790] ACPI: Fan [FAN4] (off) >14:18:42,115 INFO kernel:[ 2.909092] thermal LNXTHERM:00: registered as thermal_zone0 >14:18:42,115 INFO kernel:[ 2.909093] ACPI: Thermal Zone [TZ00] (28 C) >14:18:42,115 INFO kernel:[ 2.909222] thermal LNXTHERM:01: registered as thermal_zone1 >14:18:42,115 INFO kernel:[ 2.909223] ACPI: Thermal Zone [TZ01] (30 C) >14:18:42,115 INFO kernel:[ 2.909253] GHES: HEST is not enabled! >14:18:42,115 INFO kernel:[ 2.909295] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >14:18:42,115 INFO kernel:[ 2.929842] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >14:18:42,115 INFO kernel:[ 2.930265] Non-volatile memory driver v1.3 >14:18:42,115 INFO kernel:[ 2.930267] Linux agpgart interface v0.103 >14:18:42,115 DEBUG kernel:[ 2.930367] ahci 0000:00:1f.2: version 3.0 >14:18:42,115 DEBUG kernel:[ 2.930432] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X >14:18:42,115 INFO kernel:[ 2.930465] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x9 impl SATA mode >14:18:42,115 INFO kernel:[ 2.930467] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst >14:18:42,115 INFO kernel:[ 2.931962] scsi0 : ahci >14:18:42,115 INFO kernel:[ 2.932104] scsi1 : ahci >14:18:42,115 INFO kernel:[ 2.932212] scsi2 : ahci >14:18:42,115 INFO kernel:[ 2.932299] scsi3 : ahci >14:18:42,115 INFO kernel:[ 2.932371] scsi4 : ahci >14:18:42,115 INFO kernel:[ 2.932432] scsi5 : ahci >14:18:42,115 INFO kernel:[ 2.932457] ata1: SATA max UDMA/133 abar m2048@0xf7d1a000 port 0xf7d1a100 irq 41 >14:18:42,115 INFO kernel:[ 2.932458] ata2: DUMMY >14:18:42,115 INFO kernel:[ 2.932459] ata3: DUMMY >14:18:42,115 INFO kernel:[ 2.932460] ata4: SATA max UDMA/133 abar m2048@0xf7d1a000 port 0xf7d1a280 irq 41 >14:18:42,115 INFO kernel:[ 2.932461] ata5: DUMMY >14:18:42,115 INFO kernel:[ 2.932461] ata6: DUMMY >14:18:42,115 INFO kernel:[ 2.932507] libphy: Fixed MDIO Bus: probed >14:18:42,115 INFO kernel:[ 2.932565] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >14:18:42,115 INFO kernel:[ 2.932569] ehci-pci: EHCI PCI platform driver >14:18:42,115 INFO kernel:[ 2.932644] ehci-pci 0000:00:1a.0: EHCI Host Controller >14:18:42,115 INFO kernel:[ 2.932672] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 >14:18:42,115 INFO kernel:[ 2.932682] ehci-pci 0000:00:1a.0: debug port 2 >14:18:42,115 DEBUG kernel:[ 2.936592] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported >14:18:42,115 INFO kernel:[ 2.936601] ehci-pci 0000:00:1a.0: irq 20, io mem 0xf7d1c000 >14:18:42,115 INFO kernel:[ 2.942567] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >14:18:42,115 INFO kernel:[ 2.942599] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >14:18:42,115 INFO kernel:[ 2.942600] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >14:18:42,115 INFO kernel:[ 2.942601] usb usb1: Product: EHCI Host Controller >14:18:42,115 INFO kernel:[ 2.942602] usb usb1: Manufacturer: Linux 3.16.1-301.fc21.x86_64 ehci_hcd >14:18:42,115 INFO kernel:[ 2.942603] usb usb1: SerialNumber: 0000:00:1a.0 >14:18:42,115 INFO kernel:[ 2.942692] hub 1-0:1.0: USB hub found >14:18:42,115 INFO kernel:[ 2.942696] hub 1-0:1.0: 2 ports detected >14:18:42,115 INFO kernel:[ 2.942825] ehci-pci 0000:00:1d.0: EHCI Host Controller >14:18:42,115 INFO kernel:[ 2.942868] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 >14:18:42,115 INFO kernel:[ 2.942877] ehci-pci 0000:00:1d.0: debug port 2 >14:18:42,115 DEBUG kernel:[ 2.946769] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported >14:18:42,115 INFO kernel:[ 2.946778] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d1b000 >14:18:42,115 INFO kernel:[ 2.952580] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >14:18:42,115 INFO kernel:[ 2.952605] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >14:18:42,115 INFO kernel:[ 2.952606] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >14:18:42,115 INFO kernel:[ 2.952607] usb usb2: Product: EHCI Host Controller >14:18:42,115 INFO kernel:[ 2.952608] usb usb2: Manufacturer: Linux 3.16.1-301.fc21.x86_64 ehci_hcd >14:18:42,115 INFO kernel:[ 2.952609] usb usb2: SerialNumber: 0000:00:1d.0 >14:18:42,115 INFO kernel:[ 2.952691] hub 2-0:1.0: USB hub found >14:18:42,115 INFO kernel:[ 2.952694] hub 2-0:1.0: 2 ports detected >14:18:42,115 INFO kernel:[ 2.952766] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >14:18:42,115 INFO kernel:[ 2.952770] ohci-pci: OHCI PCI platform driver >14:18:42,115 INFO kernel:[ 2.952777] uhci_hcd: USB Universal Host Controller Interface driver >14:18:42,115 INFO kernel:[ 2.952849] xhci_hcd 0000:00:14.0: xHCI Host Controller >14:18:42,115 INFO kernel:[ 2.952892] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 >14:18:42,115 DEBUG kernel:[ 2.952963] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported >14:18:42,115 DEBUG kernel:[ 2.952975] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X >14:18:42,115 INFO kernel:[ 2.953013] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 >14:18:42,115 INFO kernel:[ 2.953014] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >14:18:42,115 INFO kernel:[ 2.953015] usb usb3: Product: xHCI Host Controller >14:18:42,115 INFO kernel:[ 2.953016] usb usb3: Manufacturer: Linux 3.16.1-301.fc21.x86_64 xhci_hcd >14:18:42,115 INFO kernel:[ 2.953017] usb usb3: SerialNumber: 0000:00:14.0 >14:18:42,115 INFO kernel:[ 2.953098] hub 3-0:1.0: USB hub found >14:18:42,115 INFO kernel:[ 2.953109] hub 3-0:1.0: 14 ports detected >14:18:42,115 INFO kernel:[ 2.954603] xhci_hcd 0000:00:14.0: xHCI Host Controller >14:18:42,115 INFO kernel:[ 2.954649] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 >14:18:42,115 INFO kernel:[ 2.954670] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 >14:18:42,115 INFO kernel:[ 2.954671] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >14:18:42,115 INFO kernel:[ 2.954672] usb usb4: Product: xHCI Host Controller >14:18:42,115 INFO kernel:[ 2.954673] usb usb4: Manufacturer: Linux 3.16.1-301.fc21.x86_64 xhci_hcd >14:18:42,115 INFO kernel:[ 2.954674] usb usb4: SerialNumber: 0000:00:14.0 >14:18:42,115 INFO kernel:[ 2.954758] hub 4-0:1.0: USB hub found >14:18:42,115 INFO kernel:[ 2.954766] hub 4-0:1.0: 6 ports detected >14:18:42,115 INFO kernel:[ 2.955445] usbcore: registered new interface driver usbserial >14:18:42,115 INFO kernel:[ 2.955451] usbcore: registered new interface driver usbserial_generic >14:18:42,115 INFO kernel:[ 2.955455] usbserial: USB Serial support registered for generic >14:18:42,115 INFO kernel:[ 2.955474] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 >14:18:42,115 WARNING kernel:[ 2.955475] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp >14:18:42,115 INFO kernel:[ 2.956217] serio: i8042 KBD port at 0x60,0x64 irq 1 >14:18:42,115 INFO kernel:[ 2.956279] mousedev: PS/2 mouse device common for all mice >14:18:42,115 INFO kernel:[ 2.956443] rtc_cmos 00:02: RTC can wake from S4 >14:18:42,115 INFO kernel:[ 2.956589] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 >14:18:42,115 INFO kernel:[ 2.956612] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >14:18:42,115 INFO kernel:[ 2.956661] device-mapper: uevent: version 1.0.3 >14:18:42,115 INFO kernel:[ 2.956715] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >14:18:42,115 INFO kernel:[ 2.956780] Intel P-state driver initializing. >14:18:42,115 INFO kernel:[ 2.956789] Intel pstate controlling: cpu 0 >14:18:42,115 INFO kernel:[ 2.956814] Intel pstate controlling: cpu 1 >14:18:42,115 INFO kernel:[ 2.956827] Intel pstate controlling: cpu 2 >14:18:42,115 INFO kernel:[ 2.956836] Intel pstate controlling: cpu 3 >14:18:42,115 INFO kernel:[ 2.957761] EFI Variables Facility v0.08 2004-May-17 >14:18:42,115 INFO kernel:[ 2.963645] hidraw: raw HID events driver (C) Jiri Kosina >14:18:42,115 INFO kernel:[ 2.963933] usbcore: registered new interface driver usbhid >14:18:42,115 INFO kernel:[ 2.963936] usbhid: USB HID core driver >14:18:42,115 INFO kernel:[ 2.964014] drop_monitor: Initializing network drop monitor service >14:18:42,115 INFO kernel:[ 2.964196] ip_tables: (C) 2000-2006 Netfilter Core Team >14:18:42,115 INFO kernel:[ 2.964314] TCP: cubic registered >14:18:42,115 INFO kernel:[ 2.964345] Initializing XFRM netlink socket >14:18:42,115 INFO kernel:[ 2.964642] NET: Registered protocol family 10 >14:18:42,115 INFO kernel:[ 2.965045] mip6: Mobile IPv6 >14:18:42,115 INFO kernel:[ 2.965055] NET: Registered protocol family 17 >14:18:42,115 NOTICE kernel:[ 2.965907] Loading compiled-in X.509 certificates >14:18:42,115 NOTICE kernel:[ 2.968142] Loaded X.509 cert 'Fedora kernel signing key: 3ef43f90de979dd933841ca4d009814f19f7d554' >14:18:42,115 INFO kernel:[ 2.968176] registered taskstats version 1 >14:18:42,115 INFO kernel:[ 2.969187] Magic number: 14:899:333 >14:18:42,115 INFO kernel:[ 2.969217] tty tty54: hash matches >14:18:42,115 INFO kernel:[ 2.969357] rtc_cmos 00:02: setting system clock to 2014-09-15 14:18:29 UTC (1410790709) >14:18:42,115 DEBUG kernel:[ 2.969557] PM: Hibernation image not present or could not be loaded. >14:18:42,115 INFO kernel:[ 2.977053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >14:18:42,115 INFO kernel:[ 3.237004] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >14:18:42,115 INFO kernel:[ 3.237725] ata1.00: ATA-8: SanDisk SDSSDH2256G, X211200, max UDMA/133 >14:18:42,115 INFO kernel:[ 3.237727] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA >14:18:42,115 INFO kernel:[ 3.237979] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >14:18:42,115 INFO kernel:[ 3.238496] ata1.00: configured for UDMA/133 >14:18:42,115 NOTICE kernel:[ 3.238661] scsi 0:0:0:0: Direct-Access ATA SanDisk SDSSDH22 200 PQ: 0 ANSI: 5 >14:18:42,115 NOTICE kernel:[ 3.238918] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB) >14:18:42,115 NOTICE kernel:[ 3.238941] sd 0:0:0:0: [sda] Write Protect is off >14:18:42,115 DEBUG kernel:[ 3.238943] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >14:18:42,115 NOTICE kernel:[ 3.238950] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >14:18:42,115 NOTICE kernel:[ 3.238954] sd 0:0:0:0: Attached scsi generic sg0 type 0 >14:18:42,115 INFO kernel:[ 3.239204] sda: sda1 sda2 >14:18:42,115 NOTICE kernel:[ 3.239376] sd 0:0:0:0: [sda] Attached SCSI disk >14:18:42,115 INFO kernel:[ 3.242062] ata4.00: ATAPI: HL-DT-ST BDDVDRW GGC-H20L, 1.02, max UDMA/133 >14:18:42,115 INFO kernel:[ 3.245008] usb 1-1: new high-speed USB device number 2 using ehci-pci >14:18:42,115 INFO kernel:[ 3.247484] ata4.00: configured for UDMA/133 >14:18:42,115 INFO kernel:[ 3.359497] usb 1-1: New USB device found, idVendor=8087, idProduct=8008 >14:18:42,115 INFO kernel:[ 3.359499] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >14:18:42,115 INFO kernel:[ 3.359768] hub 1-1:1.0: USB hub found >14:18:42,115 INFO kernel:[ 3.359871] hub 1-1:1.0: 6 ports detected >14:18:42,115 NOTICE kernel:[ 3.365793] scsi 3:0:0:0: CD-ROM HL-DT-ST BDDVDRW GGC-H20L 1.02 PQ: 0 ANSI: 5 >14:18:42,115 INFO kernel:[ 3.462329] usb 2-1: new high-speed USB device number 2 using ehci-pci >14:18:42,115 WARNING kernel:[ 3.496145] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray >14:18:42,115 INFO kernel:[ 3.496148] cdrom: Uniform CD-ROM driver Revision: 3.20 >14:18:42,115 DEBUG kernel:[ 3.496303] sr 3:0:0:0: Attached scsi CD-ROM sr0 >14:18:42,115 NOTICE kernel:[ 3.496408] sr 3:0:0:0: Attached scsi generic sg1 type 5 >14:18:42,115 INFO kernel:[ 3.497259] Freeing unused kernel memory: 1452K (ffffffff81d2d000 - ffffffff81e98000) >14:18:42,115 INFO kernel:[ 3.497261] Write protecting the kernel read-only data: 12288k >14:18:42,115 INFO kernel:[ 3.498702] Freeing unused kernel memory: 856K (ffff88000172a000 - ffff880001800000) >14:18:42,115 INFO kernel:[ 3.500073] Freeing unused kernel memory: 940K (ffff880001b15000 - ffff880001c00000) >14:18:42,115 NOTICE kernel:[ 3.510735] random: systemd urandom read with 17 bits of entropy available >14:18:42,115 INFO kernel:[ 3.533947] device-mapper: multipath: version 1.7.0 loaded >14:18:42,115 INFO kernel:[ 3.571275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >14:18:42,115 INFO kernel:[ 3.571277] EDD information not available. >14:18:42,115 INFO kernel:[ 3.576771] usb 2-1: New USB device found, idVendor=8087, idProduct=8000 >14:18:42,115 INFO kernel:[ 3.576773] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >14:18:42,115 INFO kernel:[ 3.577060] hub 2-1:1.0: USB hub found >14:18:42,115 INFO kernel:[ 3.577139] hub 2-1:1.0: 8 ports detected >14:18:42,115 INFO kernel:[ 3.701780] squashfs: version 4.0 (2009/01/31) Phillip Lougher >14:18:42,115 INFO kernel:[ 3.706775] Loading iSCSI transport class v2.0-870. >14:18:42,115 NOTICE kernel:[ 3.713093] iscsi: registered transport (tcp) >14:18:42,115 INFO kernel:[ 3.731661] usb 3-13: new low-speed USB device number 2 using xhci_hcd >14:18:42,115 INFO kernel:[ 3.899513] usb 3-13: New USB device found, idVendor=046d, idProduct=c018 >14:18:42,115 INFO kernel:[ 3.899518] usb 3-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >14:18:42,115 INFO kernel:[ 3.899520] usb 3-13: Product: USB Optical Mouse >14:18:42,115 INFO kernel:[ 3.899522] usb 3-13: Manufacturer: Logitech >14:18:42,115 WARNING kernel:[ 3.899679] usb 3-13: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes >14:18:42,115 INFO kernel:[ 3.901653] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/0003:046D:C018.0001/input/input3 >14:18:42,115 INFO kernel:[ 3.901847] hid-generic 0003:046D:C018.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-13/input0 >14:18:42,115 INFO kernel:[ 3.905954] tsc: Refined TSC clocksource calibration: 2998.262 MHz >14:18:42,115 INFO kernel:[ 4.055215] usb 3-14: new high-speed USB device number 3 using xhci_hcd >14:18:42,115 INFO kernel:[ 4.221546] usb 3-14: New USB device found, idVendor=14cd, idProduct=8123 >14:18:42,115 INFO kernel:[ 4.221553] usb 3-14: New USB device strings: Mfr=1, Product=3, SerialNumber=2 >14:18:42,115 INFO kernel:[ 4.221558] usb 3-14: Product: USB 2.0 SD MMC READER >14:18:42,115 INFO kernel:[ 4.221561] usb 3-14: Manufacturer: SDMMC MA8123 >14:18:42,115 INFO kernel:[ 4.221564] usb 3-14: SerialNumber: 812822222789 >14:18:42,115 INFO kernel:[ 4.907530] Switched to clocksource tsc >14:18:42,115 INFO kernel:[ 6.753935] floppy0: no floppy controllers found >14:18:42,115 INFO kernel:[ 6.753951] work still pending >14:18:42,115 INFO kernel:[ 6.767518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >14:18:42,115 INFO kernel:[ 6.767523] EDD information not available. >14:18:42,115 INFO kernel:[ 6.782347] No iBFT detected. >14:18:42,115 INFO kernel:[ 6.787389] md: raid0 personality registered for level 0 >14:18:42,115 INFO kernel:[ 6.795024] md: raid1 personality registered for level 1 >14:18:42,115 WARNING kernel:[ 6.826887] raid6: sse2x1 5011 MB/s >14:18:42,115 WARNING kernel:[ 6.843907] raid6: sse2x2 7164 MB/s >14:18:42,115 WARNING kernel:[ 6.860935] raid6: sse2x4 9019 MB/s >14:18:42,115 WARNING kernel:[ 6.877953] raid6: avx2x1 12992 MB/s >14:18:42,115 WARNING kernel:[ 6.894976] raid6: avx2x2 16570 MB/s >14:18:42,115 WARNING kernel:[ 6.912002] raid6: avx2x4 20500 MB/s >14:18:42,115 WARNING kernel:[ 6.912003] raid6: using algorithm avx2x4 (20500 MB/s) >14:18:42,115 WARNING kernel:[ 6.912004] raid6: using avx2x2 recovery algorithm >14:18:42,115 INFO kernel:[ 6.913215] async_tx: api initialized (async) >14:18:42,115 INFO kernel:[ 6.914666] xor: automatically using best checksumming function: >14:18:42,115 INFO kernel:[ 6.924016] avx : 25632.000 MB/sec >14:18:42,115 INFO kernel:[ 6.934500] md: raid6 personality registered for level 6 >14:18:42,115 INFO kernel:[ 6.934502] md: raid5 personality registered for level 5 >14:18:42,115 INFO kernel:[ 6.934503] md: raid4 personality registered for level 4 >14:18:42,115 INFO kernel:[ 6.939736] md: raid10 personality registered for level 10 >14:18:42,115 INFO kernel:[ 6.941682] md: linear personality registered for level -1 >14:18:42,115 INFO kernel:[ 6.946868] device-mapper: multipath round-robin: version 1.0.0 loaded >14:18:42,115 INFO kernel:[ 6.952096] sha256_ssse3: Using AVX2 optimized SHA-256 implementation >14:18:42,115 INFO kernel:[ 6.968973] RPC: Registered named UNIX socket transport module. >14:18:42,115 INFO kernel:[ 6.968975] RPC: Registered udp transport module. >14:18:42,115 INFO kernel:[ 6.968976] RPC: Registered tcp transport module. >14:18:42,115 INFO kernel:[ 6.968976] RPC: Registered tcp NFSv4.1 backchannel transport module. >14:18:42,115 INFO kernel:[ 7.032071] usb-storage 3-14:1.0: USB Mass Storage device detected >14:18:42,115 INFO kernel:[ 7.032129] scsi6 : usb-storage 3-14:1.0 >14:18:42,115 INFO kernel:[ 7.032191] usbcore: registered new interface driver usb-storage >14:18:42,115 INFO kernel:[ 7.034014] usbcore: registered new interface driver uas >14:18:42,115 INFO kernel:[ 7.081665] wmi: Mapper loaded >14:18:42,115 INFO kernel:[ 7.087522] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded >14:18:42,115 WARNING kernel:[ 7.087527] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control >14:18:42,115 DEBUG kernel:[ 7.090184] r8169 0000:03:00.0: irq 43 for MSI/MSI-X >14:18:42,115 INFO kernel:[ 7.090327] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90000c6e000, d8:50:e6:4e:6e:5f, XID 0c000880 IRQ 43 >14:18:42,115 INFO kernel:[ 7.090329] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] >14:18:42,115 INFO kernel:[ 7.096223] alg: No test for crc32 (crc32-pclmul) >14:18:42,115 INFO kernel:[ 7.096269] [drm] Initialized drm 1.1.0 20060810 >14:18:42,115 INFO kernel:[ 7.135603] [drm] Memory usable by graphics device = 2048M >14:18:42,115 INFO kernel:[ 7.135605] [drm] Replacing VGA console driver >14:18:42,115 DEBUG kernel:[ 7.135608] checking generic (e0000000 300000) vs hw (e0000000 10000000) >14:18:42,115 INFO kernel:[ 7.135609] fb: switching to inteldrmfb from EFI VGA >14:18:42,115 INFO kernel:[ 7.135631] Console: switching to colour dummy device 80x25 >14:18:42,115 DEBUG kernel:[ 7.141413] i915 0000:00:02.0: irq 44 for MSI/MSI-X >14:18:42,115 INFO kernel:[ 7.141421] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >14:18:42,115 INFO kernel:[ 7.141421] [drm] Driver supports precise vblank timestamp query. >14:18:42,115 INFO kernel:[ 7.141435] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem >14:18:42,115 INFO kernel:[ 7.170250] fbcon: inteldrmfb (fb0) is primary device >14:18:42,115 INFO kernel:[ 7.204492] Console: switching to colour frame buffer device 160x64 >14:18:42,115 INFO kernel:[ 7.206611] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device >14:18:42,115 INFO kernel:[ 7.206613] i915 0000:00:02.0: registered panic notifier >14:18:42,115 INFO kernel:[ 7.216431] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) >14:18:42,115 INFO kernel:[ 7.216735] acpi device:62: registered as cooling_device9 >14:18:42,115 INFO kernel:[ 7.216790] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 >14:18:42,115 INFO kernel:[ 7.216864] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 >14:18:42,115 NOTICE kernel:[ 8.036448] scsi 6:0:0:0: Direct-Access USB 2.0 SD MMC Reader PQ: 0 ANSI: 0 CCS >14:18:42,115 NOTICE kernel:[ 8.037104] sd 6:0:0:0: Attached scsi generic sg2 type 0 >14:18:42,115 NOTICE kernel:[ 8.037303] sd 6:0:0:0: [sdb] 7829504 512-byte logical blocks: (4.00 GB/3.73 GiB) >14:18:42,115 NOTICE kernel:[ 8.037497] sd 6:0:0:0: [sdb] Write Protect is off >14:18:42,115 DEBUG kernel:[ 8.037502] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00 >14:18:42,115 ERR kernel:[ 8.037713] sd 6:0:0:0: [sdb] No Caching mode page found >14:18:42,115 ERR kernel:[ 8.037778] sd 6:0:0:0: [sdb] Assuming drive cache: write through >14:18:42,115 INFO kernel:[ 8.044657] sdb: unknown partition table >14:18:42,115 NOTICE kernel:[ 8.045912] sd 6:0:0:0: [sdb] Attached SCSI removable disk >14:18:42,115 INFO kernel:[ 8.724648] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off >14:18:42,115 INFO kernel:[ 8.733408] sd 6:0:0:0: [sdb] Unhandled sense code >14:18:42,115 INFO kernel:[ 8.733411] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 8.733412] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >14:18:42,115 INFO kernel:[ 8.733413] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 8.733414] Sense Key : Medium Error [current] >14:18:42,115 INFO kernel:[ 8.733416] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 8.733418] Add. Sense: Unrecovered read error >14:18:42,115 INFO kernel:[ 8.733419] sd 6:0:0:0: [sdb] CDB: >14:18:42,115 WARNING kernel:[ 8.733419] Read(10): 28 00 00 00 00 00 00 00 08 00 >14:18:42,115 ERR kernel:[ 8.733423] end_request: critical medium error, dev sdb, sector 0 >14:18:42,115 ERR kernel:[ 8.733442] Buffer I/O error on device sdb, logical block 0 >14:18:42,115 INFO kernel:[ 9.416346] sd 6:0:0:0: [sdb] Unhandled sense code >14:18:42,115 INFO kernel:[ 9.416351] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 9.416353] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >14:18:42,115 INFO kernel:[ 9.416355] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 9.416357] Sense Key : Medium Error [current] >14:18:42,115 INFO kernel:[ 9.416360] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 9.416362] Add. Sense: Unrecovered read error >14:18:42,115 INFO kernel:[ 9.416365] sd 6:0:0:0: [sdb] CDB: >14:18:42,115 WARNING kernel:[ 9.416366] Read(10): 28 00 00 00 00 00 00 00 08 00 >14:18:42,115 ERR kernel:[ 9.416375] end_request: critical medium error, dev sdb, sector 0 >14:18:42,115 ERR kernel:[ 9.416416] Buffer I/O error on device sdb, logical block 0 >14:18:42,115 NOTICE kernel:[ 9.499580] random: nonblocking pool is initialized >14:18:42,115 INFO kernel:[ 10.806622] sd 6:0:0:0: [sdb] Unhandled sense code >14:18:42,115 INFO kernel:[ 10.806625] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 10.806626] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >14:18:42,115 INFO kernel:[ 10.806627] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 10.806628] Sense Key : Medium Error [current] >14:18:42,115 INFO kernel:[ 10.806629] sd 6:0:0:0: [sdb] >14:18:42,115 WARNING kernel:[ 10.806630] Add. Sense: Unrecovered read error >14:18:42,115 INFO kernel:[ 10.806632] sd 6:0:0:0: [sdb] CDB: >14:18:42,115 WARNING kernel:[ 10.806632] Read(10): 28 00 00 00 00 00 00 00 08 00 >14:18:42,115 ERR kernel:[ 10.806636] end_request: critical medium error, dev sdb, sector 0 >14:18:42,115 ERR kernel:[ 10.806655] Buffer I/O error on device sdb, logical block 0 >14:18:42,115 DEBUG kernel:[ 11.564874] ISO 9660 Extensions: Microsoft Joliet Level 3 >14:18:42,115 DEBUG kernel:[ 11.569255] ISO 9660 Extensions: RRIP_1991A >14:18:42,115 INFO kernel:[ 11.672482] loop: module loaded >14:18:42,115 INFO kernel:[ 11.777482] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >14:18:42,115 DEBUG kernel:[ 12.729721] SELinux: 2048 avtab hash slots, 108976 rules. >14:18:42,115 DEBUG kernel:[ 12.741532] SELinux: 2048 avtab hash slots, 108976 rules. >14:18:42,115 DEBUG kernel:[ 12.756873] SELinux: 8 users, 103 roles, 4910 types, 292 bools, 1 sens, 1024 cats >14:18:42,115 DEBUG kernel:[ 12.756876] SELinux: 83 classes, 108976 rules >14:18:42,115 INFO kernel:[ 12.759749] SELinux: Permission audit_read in class capability2 not defined in policy. >14:18:42,115 INFO kernel:[ 12.759752] SELinux: the above unknown classes and permissions will be allowed >14:18:42,115 DEBUG kernel:[ 12.759756] SELinux: Completing initialization. >14:18:42,115 DEBUG kernel:[ 12.759757] SELinux: Setting up existing superblocks. >14:18:42,115 DEBUG kernel:[ 12.759760] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 12.759784] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.759791] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.759795] SELinux: initialized (dev proc, type proc), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.759825] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 12.760181] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.760988] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >14:18:42,115 DEBUG kernel:[ 12.760989] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >14:18:42,115 DEBUG kernel:[ 12.760992] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.760994] SELinux: initialized (dev aio, type aio), not configured for labeling >14:18:42,115 DEBUG kernel:[ 12.760996] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 12.761010] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 12.761014] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 12.761019] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761027] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761315] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761317] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 12.761321] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 12.761392] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 12.761410] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761413] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761415] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761426] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761428] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761430] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761434] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761436] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761438] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761439] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761444] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761445] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761447] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761451] SELinux: initialized (dev drm, type drm), not configured for labeling >14:18:42,115 DEBUG kernel:[ 12.761453] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761456] SELinux: initialized (dev sdb, type iso9660), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 12.761463] SELinux: initialized (dev loop0, type squashfs), uses xattr >14:18:42,115 DEBUG kernel:[ 12.761473] SELinux: initialized (dev dm-0, type ext4), uses xattr >14:18:42,115 NOTICE kernel:[ 12.771165] audit: type=1403 audit(1410790719.287:2): policy loaded auid=4294967295 ses=4294967295 >14:18:42,115 DEBUG kernel:[ 13.287569] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >14:18:42,115 DEBUG kernel:[ 13.429323] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >14:18:42,115 DEBUG kernel:[ 13.520906] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:18:42,115 INFO kernel:[ 14.595780] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >14:18:42,115 WARNING kernel:[ 14.634525] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258) >14:18:42,115 INFO kernel:[ 14.634530] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >14:18:42,115 DEBUG kernel:[ 14.698101] mei_me 0000:00:16.0: irq 45 for MSI/MSI-X >14:18:42,115 ERR kernel:[ 14.699263] mei_me 0000:00:16.0: version message write failed: ret = -5 >14:18:42,115 ERR kernel:[ 14.699265] mei_me 0000:00:16.0: hbm_start failed ret = -5 >14:18:42,115 WARNING kernel:[ 14.839127] tpm_infineon: Unknown symbol tpm_register_hardware (err 0) >14:18:42,115 WARNING kernel:[ 14.839139] tpm_infineon: Unknown symbol tpm_dev_vendor_release (err 0) >14:18:42,115 WARNING kernel:[ 14.839143] tpm_infineon: Unknown symbol tpm_remove_hardware (err 0) >14:18:42,115 WARNING kernel:[ 14.839147] tpm_infineon: Unknown symbol tpm_pm_resume (err 0) >14:18:42,115 WARNING kernel:[ 14.901900] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >14:18:42,115 WARNING kernel:[ 14.901911] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >14:18:42,115 WARNING kernel:[ 14.901918] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >14:18:42,115 WARNING kernel:[ 14.901924] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >14:18:42,115 WARNING kernel:[ 14.901932] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >14:18:42,115 WARNING kernel:[ 14.901938] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >14:18:42,115 WARNING kernel:[ 14.901949] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >14:18:42,115 WARNING kernel:[ 14.901961] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >14:18:42,115 WARNING kernel:[ 14.901983] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >14:18:42,115 WARNING kernel:[ 14.901989] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >14:18:42,115 WARNING kernel:[ 14.903368] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >14:18:42,115 WARNING kernel:[ 14.903377] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >14:18:42,115 WARNING kernel:[ 14.903383] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >14:18:42,115 WARNING kernel:[ 14.903388] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >14:18:42,115 WARNING kernel:[ 14.903394] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >14:18:42,115 WARNING kernel:[ 14.903400] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >14:18:42,115 WARNING kernel:[ 14.903409] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >14:18:42,115 WARNING kernel:[ 14.903414] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >14:18:42,115 WARNING kernel:[ 14.903419] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >14:18:42,115 WARNING kernel:[ 14.903423] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >14:18:42,115 INFO kernel:[ 14.940645] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x9 >14:18:42,115 INFO kernel:[ 14.981320] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x9 >14:18:42,115 INFO kernel:[ 14.981337] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x9 >14:18:42,115 INFO kernel:[ 14.981347] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x9 >14:18:42,115 INFO kernel:[ 14.981405] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >14:18:42,115 INFO kernel:[ 15.103139] asus_wmi: ASUS WMI generic driver loaded >14:18:42,115 INFO kernel:[ 15.116230] asus_wmi: Initialization: 0x0 >14:18:42,115 INFO kernel:[ 15.116251] asus_wmi: BIOS WMI version: 0.9 >14:18:42,115 INFO kernel:[ 15.116275] asus_wmi: SFUN value: 0x0 >14:18:42,115 INFO kernel:[ 15.116479] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input5 >14:18:42,115 INFO kernel:[ 15.117025] asus_wmi: Backlight controlled by ACPI video driver >14:18:42,115 NOTICE kernel:[ 15.600489] audit: type=1400 audit(1410790722.112:3): avc: denied { unlink } for pid=1023 comm="rsyslogd" name="log" dev="devtmpfs" ino=11595 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:device_t:s0 tclass=lnk_file permissive=1 >14:18:43,205 INFO NetworkManager: <info> NetworkManager (version 0.9.10.0-4.git20140704.fc21) is starting... >14:18:43,205 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >14:18:43,205 INFO NetworkManager: <info> WEXT support is enabled >14:18:43,234 INFO kernel:[ 16.721805] cfg80211: Calling CRDA to update world regulatory domain >14:18:43,346 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >14:18:43,461 INFO polkitd: Started polkitd version 0.112 >14:18:43,563 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >14:18:43,590 WARNING NetworkManager: <warn> Could not get hostname: failed to read /etc/sysconfig/network >14:18:43,590 INFO NetworkManager: <info> Acquired D-Bus service com.redhat.ifcfgrh1 >14:18:43,590 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >14:18:43,590 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >14:18:43,643 INFO NetworkManager: <info> parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >14:18:43,644 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >14:18:43,689 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >14:18:43,691 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >14:18:43,696 INFO NetworkManager: <info> WiFi hardware radio set enabled >14:18:43,696 INFO NetworkManager: <info> WWAN hardware radio set enabled >14:18:43,697 INFO NetworkManager: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wifi.so >14:18:43,697 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >14:18:43,697 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >14:18:43,697 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >14:18:43,697 INFO NetworkManager: <info> Networking is enabled by state file >14:18:43,698 INFO NetworkManager: <info> (lo): link connected >14:18:43,698 INFO NetworkManager: <info> (lo): carrier is ON >14:18:43,698 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >14:18:43,698 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >14:18:43,698 INFO NetworkManager: <info> (enp3s0): carrier is OFF >14:18:43,698 INFO NetworkManager: <info> (enp3s0): new Ethernet device (driver: 'r8169' ifindex: 2) >14:18:43,698 INFO NetworkManager: <info> (enp3s0): exported as /org/freedesktop/NetworkManager/Devices/1 >14:18:43,698 INFO NetworkManager: <info> (enp3s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >14:18:43,739 INFO NetworkManager: <info> (enp3s0): preparing device >14:18:43,740 INFO kernel:[ 17.228289] r8169 0000:03:00.0 enp3s0: link down >14:18:43,740 INFO kernel:[ 17.228306] r8169 0000:03:00.0 enp3s0: link down >14:18:43,740 INFO kernel:[ 17.228326] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready >14:18:43,740 INFO NetworkManager: <info> read connection 'Wired connection 1' >14:18:43,740 INFO NetworkManager: <info> (enp3s0): created default wired connection 'Wired connection 1' >14:18:46,673 INFO NetworkManager: <info> (enp3s0): link connected >14:18:46,674 INFO kernel:[ 20.166262] r8169 0000:03:00.0 enp3s0: link up >14:18:46,674 INFO kernel:[ 20.166269] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready >14:18:46,674 INFO NetworkManager: <info> (enp3s0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >14:18:46,674 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >14:18:46,674 INFO NetworkManager: <info> Activation (enp3s0) starting connection 'Wired connection 1' >14:18:46,674 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) scheduled... >14:18:46,674 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) started... >14:18:46,674 INFO NetworkManager: <info> (enp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >14:18:46,674 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >14:18:46,674 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) scheduled... >14:18:46,674 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) complete. >14:18:46,674 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) starting... >14:18:46,674 INFO NetworkManager: <info> (enp3s0): device state change: prepare -> config (reason 'none') [40 50 0] >14:18:46,675 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) successful. >14:18:46,675 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) scheduled. >14:18:46,675 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) complete. >14:18:46,675 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) started... >14:18:46,675 INFO NetworkManager: <info> (enp3s0): device state change: config -> ip-config (reason 'none') [50 70 0] >14:18:46,675 INFO NetworkManager: <info> Activation (enp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds) >14:18:46,699 INFO NetworkManager: <info> dhclient started with pid 1078 >14:18:46,700 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) complete. >14:18:46,847 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.1 >14:18:46,847 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >14:18:46,847 INFO dhclient: All rights reserved. >14:18:46,847 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >14:18:46,847 INFO dhclient: >14:18:46,850 INFO NetworkManager: <info> (enp3s0): DHCPv4 state changed nbi -> preinit >14:18:46,856 INFO dhclient: Listening on LPF/enp3s0/d8:50:e6:4e:6e:5f >14:18:46,856 INFO dhclient: Sending on LPF/enp3s0/d8:50:e6:4e:6e:5f >14:18:46,856 INFO dhclient: Sending on Socket/fallback >14:18:46,856 INFO dhclient: Created duid \000\001\000\001\033\251\261\306\330P\346Nn_. >14:18:46,856 INFO dhclient: DHCPDISCOVER on enp3s0 to 255.255.255.255 port 67 interval 8 (xid=0x471963f4) >14:18:47,059 NOTICE kernel:[ 20.551869] audit: type=1400 audit(1410790727.057:4): avc: denied { read write } for pid=1082 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=604 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >14:18:48,930 NOTICE kernel:[ 22.425825] audit: type=1400 audit(1410790728.928:5): avc: denied { read write } for pid=1128 comm="dbus-daemon" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >14:18:51,539 NOTICE kernel:[ 25.038382] audit: type=1400 audit(1410790731.537:6): avc: denied { read write } for pid=1195 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >14:18:51,539 NOTICE kernel:[ 25.038951] audit: type=1400 audit(1410790731.538:7): avc: denied { read write } for pid=1195 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=604 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >14:18:52,126 NOTICE kernel:[ 25.626288] audit: type=1400 audit(1410790732.124:8): avc: denied { open } for pid=1038 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=16793 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:user_tmp_t:s0 tclass=file permissive=1 >14:18:52,000 NOTICE kernel:[ 25.869873] audit: type=1400 audit(1410790732.000:9): avc: denied { ioctl } for pid=1195 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >14:18:52,000 NOTICE kernel:[ 25.869892] audit: type=1400 audit(1410790732.000:10): avc: denied { getattr } for pid=1195 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >14:18:54,999 INFO dhclient: DHCPDISCOVER on enp3s0 to 255.255.255.255 port 67 interval 19 (xid=0x471963f4) >14:18:56,003 INFO dhclient: DHCPREQUEST on enp3s0 to 255.255.255.255 port 67 (xid=0x471963f4) >14:18:56,003 INFO dhclient: DHCPOFFER from 172.18.92.65 >14:18:56,050 INFO dhclient: DHCPACK from 172.18.92.65 (xid=0x471963f4) >14:18:56,054 INFO NetworkManager: <info> (enp3s0): DHCPv4 state changed preinit -> bound >14:18:56,054 INFO NetworkManager: <info> address 172.18.92.90 >14:18:56,054 INFO NetworkManager: <info> plen 26 (255.255.255.192) >14:18:56,054 INFO NetworkManager: <info> gateway 172.18.92.65 >14:18:56,055 INFO NetworkManager: <info> server identifier 172.18.92.65 >14:18:56,055 INFO NetworkManager: <info> lease time 3600 >14:18:56,055 INFO NetworkManager: <info> nameserver '172.18.92.65' >14:18:56,055 INFO NetworkManager: <info> domain name 'lc.digifarma.nl' >14:18:56,055 INFO dhclient: bound to 172.18.92.90 -- renewal in 1378 seconds. >14:18:56,055 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >14:18:56,055 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Commit) started... >14:18:56,056 INFO NetworkManager: <info> (enp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >14:18:56,056 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Commit) complete. >14:18:56,057 INFO NetworkManager: <info> (enp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >14:18:56,057 INFO NetworkManager: <info> (enp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0] >14:18:56,057 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >14:18:56,058 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >14:18:56,058 INFO NetworkManager: <info> Policy set 'enp3s0' (enp3s0) as default for IPv4 routing and DNS. >14:18:56,059 INFO NetworkManager: <info> Activation (enp3s0) successful, device activated. >14:18:56,060 INFO NetworkManager: <info> startup complete >14:18:56,060 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >14:18:56,078 INFO NetworkManager: <info> Setting system hostname to 'dh03.lc.digifarma.nl' (from address lookup) >14:18:56,103 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >14:18:56,105 NOTICE nm-dispatcher: Dispatching action 'up' for enp3s0 >14:18:56,228 NOTICE nm-dispatcher: Dispatching action 'hostname' >14:18:56,266 INFO chronyd: chronyd version 1.31-pre1 starting >14:18:56,267 INFO chronyd: Generated key 1 >14:19:08,890 INFO kernel:[ 42.782090] Btrfs loaded >14:19:08,982 INFO kernel:[ 42.875180] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >14:19:17,051 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >14:19:17,066 DEBUG kernel:[ 50.969582] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >14:19:17,084 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >14:19:17,087 NOTICE kernel:[ 50.990558] audit: type=1107 audit(1410790757.085:11): pid=1044 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: denied { send_msg } for msgtype=method_return dest=:1.132 spid=1329 tpid=1327 scontext=system_u:system_r:systemd_hostnamed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >14:19:17,087 NOTICE kernel:[ 50.990558] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?'
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 1141825
: 937633 |
937634
|
937635
|
937636
|
937637
|
937638
|
937639
|
937640
|
937641
|
937642
|
937643