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 942836 Details for
Bug 1148168
NoSuchGroup: core
[?]
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), 637.16 KB, created by
A.J. Werkman
on 2014-09-30 20:08:13 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
A.J. Werkman
Created:
2014-09-30 20:08:13 UTC
Size:
637.16 KB
patch
obsolete
>anaconda 21.48.6-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1097, in _selectYumGroup > raise NoSuchGroup(groupid, required=required) > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1212, in _applyYumSelections > self._selectYumGroup("core") > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1266, in checkSoftwareSelection > self._applyYumSelections() > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1355, in preInstall > self.checkSoftwareSelection() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 204, in doInstall > payload.preInstall(packages=packages, groups=payload.languageGroups()) > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) >NoSuchGroup: core > >Local variables in innermost frame: >default: True >self: <pyanaconda.packaging.yumpayload.YumPayload object at 0x7f20fc8ce790> >required: False >pkg_types: ['mandatory', 'default'] >optional: False >groupid: core > > >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 0x7f20f3691320 (pyanaconda+ui+gui+MainWindow at 0x2ab8240)>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 --enablefingerprint ># Install OS instead of upgrade >install >repo --name="CFL-OS-21_Alpha-x86_64" --baseurl=http://thlin.digifarma.nl/fedora/test/21_Alpha/Server/x86_64/os --cost=1500 >repo --name="Digifarma" --baseurl=http://thlin.digifarma.nl/digifarma/20/x86_64 --cost=1500 > ># Use CDROM installation media >cdrom ># Firewall configuration >firewall --enabled --port=443:tcp,123:tcp,123:udp,137:tcp,137:udp,138:tcp,138:udp,139:tcp,139:udp,53:tcp,53:udp,67:tcp,67:udp,68:tcp,68:udp --service=ssh,smtp,http >firstboot --disable >ignoredisk --only-use=sda ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=static --gateway=212.115.199.57 --ip=212.115.199.60 --nameserver=212.115.199.57,2001:1af8:fe00:847f::1 --netmask=255.255.255.248 --ipv6=2001:1af8:fe00:847f::4/64 --activate --ipv6gateway 2001:1af8:fe00:847f::1 >network --bootproto=dhcp --hostname=testsys.digifarma.nl ># Root password >rootpw --iscrypted $6$QBNG7EJyOdfG8W8b$iEfqobyPiMSTkpOmIm4HNXFQT.BiuefVN31xatQSc/wTX5UJGJoZuaKR3fYEy5yoFMAXT1hih088R5acZus5X. ># SELinux configuration >selinux --enforcing ># System services >services --enabled="chronyd" ># System timezone >timezone Europe/Amsterdam --isUtc >user --name=cfl --password=$6$EL2oOL6b$EXulMCys6XXaw5XfPUAzX2UJiDpnujlV0S5Dvbx5RF75wJ19Jvkj6qoyKulwmjs8lqOEKQY4eficJxcH1IMN71 --iscrypted >user --name=werkman --password=$6$m76X644iS21I/Mnq$9W2X5tSH9BIZHzfqN146T8Jxi4p15IQyOGC.yH/zY/NMmr7KRwJGIp6BKCnpicwa0OH0muMlpP6P9OmVX6/Zw0 --iscrypted ># System bootloader configuration >bootloader --location=mbr --driveorder="sda" --timeout=20 --boot-drive=sda ># Partition clearing information >clearpart --none --initlabel ># Disk partitioning information >part / --fstype="ext4" --onpart=sda6 >part /boot --fstype="ext4" --onpart=sda5 >part swap --fstype="swap" --onpart=sda7 >part /boot/efi --fstype="efi" --noformat --onpart=sda2 --fsoptions="umask=0077,shortname=winnt" > >%post >( >echo GRUB_GFXPAYLOAD_LINUX=text >) >> /etc/default/grub >sed -i s/rhgb/nomodeset/g /etc/default/grub > >grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg > >sed -i s/'#inet_interfaces = all'/'inet_interfaces = all'/g /etc/postfix/main.cf >sed -i s/'inet_interfaces = localhost'/'#inet_interfaces = localhost'/g /etc/postfix/main.cf >sed -i s/'PasswordAuthentication yes'/'PasswordAuthentication no'/g /etc/ssh/sshd_config > >( >echo systemctl enable startcfl.service >echo systemctl start startcfl.service >echo systemctl enable httpd.service >echo systemctl start httpd.service >echo systemctl enable postfix.service >echo systemctl start postfix.service >echo systemctl enable nmb.service >echo systemctl start nmb.service >echo systemctl enable smb.service >echo systemctl start smb.service >echo systemctl enable chronyd.service >echo systemctl start chronyd.service >echo systemctl enable cups.service >echo systemctl start cups.service >echo >) >> /usr/lib/cfl/postcfl >/usr/lib/cfl/cflstartscript >> /var/log/cfl/debugstart.log >%end > >%packages >@core >@standard >apobase-devel >centralfill >centralfill-beheer >cfl-licentie >chrony >createrepo >cups-devel >digifarma >edi-mail >edi-server >gcc >genisoimage >git >make >mysql-devel >postfix >projekt >rpm-build >samba >samba-client >vim-common >vim-enhanced >vim-filesystem >vim-minimal > >%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: [Root instance, containing members: > mounts: {'/boot': existing 512 MiB partition sda5 (47) with existing ext4 filesystem mounted at /boot >, '/boot/efi': existing 99 MiB partition sda2 (32) with existing efi filesystem mounted at /boot/efi >, '/': existing 58.59 GiB partition sda6 (52) with existing ext4 filesystem mounted at / >} > swaps: [existing 8192 MiB partition sda7 (57) with existing swap >] > name: Fedora Linux 21 for x86_64 >] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: 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([PartitionDevice instance (0x7f20fbcc8d90) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f1066150> fileSystem: <parted.filesystem.FileSystem object at 0x7f20fbbc35d0> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20fbbc3550> PedPartition: <_ped.Partition object at 0x7f20eb067b30> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ]) > _intf.storage.fsset._usb: NoDevice instance, containing members: > _intf.storage.fsset._usb.major: 0 > _intf.storage.fsset._usb._partedDevice: None > _intf.storage.fsset._usb.exists: True > _intf.storage.fsset._usb._size: 0 B > _intf.storage.fsset._usb.id: 237 > _intf.storage.fsset._usb._parents: ParentList instance, containing members: > _intf.storage.fsset._usb._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f20f105dd50) -- > name = usbfs status = False kids = 0 id = 237 > parents = [] > uuid = None size = 0 B > format = existing usbfs filesystem mounted at /proc/bus/usb > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = usbfs > format args = [] originalFormat = usbfs> > _intf.storage.fsset._usb._parents.items: [] > _intf.storage.fsset._usb._parents.removefunc: <bound method NoDevice._removeParent of NoDevice instance (0x7f20f105dd50) -- > name = usbfs status = False kids = 0 id = 237 > parents = [] > uuid = None size = 0 B > format = existing usbfs filesystem mounted at /proc/bus/usb > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = usbfs > format args = [] originalFormat = usbfs> > _intf.storage.fsset._usb.controllable: True > _intf.storage.fsset._usb.uuid: None > _intf.storage.fsset._usb._format: USBFS instance, containing members: > _intf.storage.fsset._usb._format._label: None > _intf.storage.fsset._usb._format.uuid: None > _intf.storage.fsset._usb._format.exists: True > _intf.storage.fsset._usb._format._mountpoint: None > _intf.storage.fsset._usb._format._minInstanceSize: None > _intf.storage.fsset._usb._format.fsprofile: None > _intf.storage.fsset._usb._format._targetSize: 0 B > _intf.storage.fsset._usb._format._size: Already dumped (Size instance) > _intf.storage.fsset._usb._format.mountopts: None > _intf.storage.fsset._usb._format.mountpoint: /proc/bus/usb > _intf.storage.fsset._usb._format.id: 236 > _intf.storage.fsset._usb._format._device: usbfs > _intf.storage.fsset._usb.deviceLinks: [] > _intf.storage.fsset._usb.minor: 0 > _intf.storage.fsset._usb.fstabComment: Skipped > _intf.storage.fsset._usb.bus: Skipped > _intf.storage.fsset._usb.sysfsPath: Skipped > _intf.storage.fsset._usb._targetSize: Already dumped (Size instance) > _intf.storage.fsset._usb._model: Skipped > _intf.storage.fsset._usb.kids: 0 > _intf.storage.fsset._usb._vendor: Skipped > _intf.storage.fsset._usb._name: usbfs > _intf.storage.fsset._usb.protected: False > _intf.storage.fsset._usb.originalFormat: USBFS instance, containing members: > _intf.storage.fsset._usb.originalFormat._label: None > _intf.storage.fsset._usb.originalFormat.uuid: None > _intf.storage.fsset._usb.originalFormat.exists: True > _intf.storage.fsset._usb.originalFormat._mountpoint: None > _intf.storage.fsset._usb.originalFormat.mountpoint: /proc/bus/usb > _intf.storage.fsset._usb.originalFormat.fsprofile: None > _intf.storage.fsset._usb.originalFormat._targetSize: Already dumped (Size instance) > _intf.storage.fsset._usb.originalFormat._minInstanceSize: None > _intf.storage.fsset._usb.originalFormat.mountopts: None > _intf.storage.fsset._usb.originalFormat._size: Already dumped (Size instance) > _intf.storage.fsset._usb.originalFormat.id: 236 > _intf.storage.fsset._usb.originalFormat._device: usbfs > _intf.storage.fsset._usb._serial: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _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 (22) with existing gpt disklabel >, existing 300 MiB partition sda1 (27) with existing ntfs filesystem >, Already dumped (PartitionDevice instance) >, existing 128 MiB partition sda3 (38) >, existing 58.08 GiB partition sda4 (42) with existing ntfs filesystem >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: None > exists: True > _size: 0 B > id: 62 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x7f20fbca9ad0) -- > name = sr0 status = True kids = 0 id = 62 > 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 (0x7f20fbca9ad0) -- > name = sr0 status = True kids = 0 id = 62 > 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: parted.Device instance -- > model: path: /run/install/repo/LiveOS/squashfs.img type: 5 > sectorSize: 512 physicalSectorSize: 512 > length: 560608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4379, 4, 32) biosGeometry: (4379, 4, 32) > PedDevice: <_ped.Device object at 0x7f20f11277a0> > exists: True > _size: 273.73 MiB > id: 89 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f20f1062550) -- > name = /run/install/repo/LiveOS/squashfs.img status = True kids = 1 id = 89 > parents = [] > uuid = None size = 273.73 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: path: /run/install/repo/LiveOS/squashfs.img type: 5 > sectorSize: 512 physicalSectorSize: 512 > length: 560608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4379, 4, 32) biosGeometry: (4379, 4, 32) > PedDevice: <_ped.Device object at 0x7f20f11277a0> > 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 (0x7f20f1062550) -- > name = /run/install/repo/LiveOS/squashfs.img status = True kids = 1 id = 89 > parents = [] > uuid = None size = 273.73 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: path: /run/install/repo/LiveOS/squashfs.img type: 5 > sectorSize: 512 physicalSectorSize: 512 > length: 560608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4379, 4, 32) biosGeometry: (4379, 4, 32) > PedDevice: <_ped.Device object at 0x7f20f11277a0> > 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: 0 B > _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: parted.Device instance -- > model: Loopback device path: /dev/loop0 type: 18 > sectorSize: 512 physicalSectorSize: 512 > length: 560608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34, 255, 63) biosGeometry: (34, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11279e0> > exists: True > _size: 0 B > id: 92 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f20f105f450) -- > name = loop0 status = True kids = 0 id = 92 > parents = ['existing 273.73 MiB file /run/install/repo/LiveOS/squashfs.img (89)'] > uuid = None size = 273.73 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Loopback device path: /dev/loop0 type: 18 > sectorSize: 512 physicalSectorSize: 512 > length: 560608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34, 255, 63) biosGeometry: (34, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11279e0> > 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 (0x7f20f105f450) -- > name = loop0 status = True kids = 0 id = 92 > parents = ['existing 273.73 MiB file /run/install/repo/LiveOS/squashfs.img (89)'] > uuid = None size = 273.73 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Loopback device path: /dev/loop0 type: 18 > sectorSize: 512 physicalSectorSize: 512 > length: 560608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34, 255, 63) biosGeometry: (34, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11279e0> > 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: 109 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f20f105ff10) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 109 > 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 (0x7f20f105ff10) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 109 > 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: 112 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f20f105fd90) -- > name = loop1 status = False kids = 1 id = 112 > parents = ['existing 0 B file /LiveOS/rootfs.img (109)'] > 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 (0x7f20f105fd90) -- > name = loop1 status = False kids = 1 id = 112 > parents = ['existing 0 B file /LiveOS/rootfs.img (109)'] > 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: 115 > _format._size: Already dumped (Size instance) > _format.errors: False > _format.uuid: 499aa32d-e600-4163-8a4a-2d0627d68fd9 > _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/499aa32d-e600-4163-8a4a-2d0627d68fd9] > _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: 115 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 499aa32d-e600-4163-8a4a-2d0627d68fd9 > 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: 117 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f20fbca9b50) -- > name = /overlay (deleted) status = False kids = 1 id = 117 > 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 (0x7f20fbca9b50) -- > name = /overlay (deleted) status = False kids = 1 id = 117 > 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: 120 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f20fbca9d50) -- > name = loop2 status = False kids = 1 id = 120 > parents = ['existing 0 B file /overlay (deleted) (117)'] > 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 (0x7f20fbca9d50) -- > name = loop2 status = False kids = 1 id = 120 > parents = ['existing 0 B file /overlay (deleted) (117)'] > 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 (124) with existing ext4 filesystem >, existing 2048 MiB dm live-base (129) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat._label: Skipped > origFormat.exists: False > origFormat._mountpoint: None > origFormat._targetSize: 512 MiB > origFormat._minInstanceSize: 104.02 MiB > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 50 > origFormat._size: Already dumped (Size instance) > origFormat.errors: False > origFormat.uuid: fda043c2-d85e-4ce4-9985-8d419d4b8728 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.dirty: False > origFormat._device: /dev/sda5 > container: None > id: 200 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat._label: Skipped > origFormat.exists: False > origFormat._mountpoint: None > origFormat._targetSize: 58.59 GiB > origFormat._minInstanceSize: 5485.34 MiB > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 55 > origFormat._size: Already dumped (Size instance) > origFormat.errors: False > origFormat.uuid: 6a9d87c5-0aff-4afb-a91e-52ffcc5e0c66 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.dirty: False > origFormat._device: /dev/sda6 > container: None > id: 208 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent swap > container: None > id: 214 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: Skipped > _format.errors: False > _format.uuid: a420a5e5-b1f0-4169-b3b1-ad0f9ec668dd > _format.exists: True > _format._mountpoint: /mnt/sysimage/boot > _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: 199 > _format._device: /dev/sda5 > origFormat: existing None > device: Already dumped (PartitionDevice instance) > id: 202 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: Skipped > _format.errors: False > _format.uuid: 3834f8b3-2e78-4031-aad9-f2540064af9d > _format.exists: True > _format._mountpoint: /mnt/sysimage > _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: 207 > _format._device: /dev/sda6 > origFormat: existing None > device: Already dumped (PartitionDevice instance) > id: 210 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: existing swap > origFormat: existing None > device: Already dumped (PartitionDevice instance) > id: 216 > _applied: True >] > _intf.storage.fsset.devicetree.names: [sda, sda1, sda2, sda3, sda4, sda5, sda6, sda7, sr0, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, sdb1, sdb2, sdb3, sdb] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sdb3] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [existing 256 MiB partition sdb1 (6) with existing ntfs filesystem >, existing 256 MiB partition sdb2 (11) with existing efi filesystem >, existing 448.98 MiB partition sdb3 (17) with existing ext4 filesystem >, existing 962 MiB disk sdb (1) with existing gpt disklabel >] > _intf.storage.fsset.devicetree.protectedDevSpecs: [UUID=3e0026ca-9446-451c-a855-64344a2cc82b] > _intf.storage.fsset.devicetree._lvInfo: None > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: DirectoryDevice instance, containing members: > _intf.storage.fsset._run.major: 0 > _intf.storage.fsset._run._partedDevice: None > _intf.storage.fsset._run.exists: True > _intf.storage.fsset._run._size: 0 B > _intf.storage.fsset._run.id: 240 > _intf.storage.fsset._run._parents: ParentList instance, containing members: > _intf.storage.fsset._run._parents.appendfunc: <bound method DirectoryDevice._addParent of DirectoryDevice instance (0x7f20eb05eed0) -- > name = /run status = True kids = 0 id = 240 > parents = [] > uuid = None size = 512 B > format = existing bind filesystem mounted at /run > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: path: /run type: 5 > sectorSize: 512 physicalSectorSize: 512 > length: 1 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 4, 32) biosGeometry: (0, 4, 32) > PedDevice: <_ped.Device object at 0x7f20fbbc8560> > target size = 0 B path = /run > format args = [] originalFormat = bind> > _intf.storage.fsset._run._parents.items: [] > _intf.storage.fsset._run._parents.removefunc: <bound method DirectoryDevice._removeParent of DirectoryDevice instance (0x7f20eb05eed0) -- > name = /run status = True kids = 0 id = 240 > parents = [] > uuid = None size = 512 B > format = existing bind filesystem mounted at /run > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: path: /run type: 5 > sectorSize: 512 physicalSectorSize: 512 > length: 1 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 4, 32) biosGeometry: (0, 4, 32) > PedDevice: <_ped.Device object at 0x7f20fbbc8560> > target size = 0 B path = /run > format args = [] originalFormat = bind> > _intf.storage.fsset._run.controllable: True > _intf.storage.fsset._run.uuid: None > _intf.storage.fsset._run._format: BindFS instance, containing members: > _intf.storage.fsset._run._format._label: None > _intf.storage.fsset._run._format.uuid: None > _intf.storage.fsset._run._format.exists: True > _intf.storage.fsset._run._format._mountpoint: /mnt/sysimage/run > _intf.storage.fsset._run._format._minInstanceSize: None > _intf.storage.fsset._run._format._mountType: bind > _intf.storage.fsset._run._format.fsprofile: None > _intf.storage.fsset._run._format._targetSize: None > _intf.storage.fsset._run._format._size: None > _intf.storage.fsset._run._format.mountopts: None > _intf.storage.fsset._run._format.mountpoint: /run > _intf.storage.fsset._run._format.id: 239 > _intf.storage.fsset._run._format._device: /run > _intf.storage.fsset._run.deviceLinks: [] > _intf.storage.fsset._run.minor: 0 > _intf.storage.fsset._run.fstabComment: Skipped > _intf.storage.fsset._run.bus: Skipped > _intf.storage.fsset._run.sysfsPath: Skipped > _intf.storage.fsset._run._targetSize: Already dumped (Size instance) > _intf.storage.fsset._run._model: Skipped > _intf.storage.fsset._run.kids: 0 > _intf.storage.fsset._run._vendor: Skipped > _intf.storage.fsset._run._name: /run > _intf.storage.fsset._run.protected: False > _intf.storage.fsset._run.originalFormat: BindFS instance, containing members: > _intf.storage.fsset._run.originalFormat._label: None > _intf.storage.fsset._run.originalFormat.uuid: None > _intf.storage.fsset._run.originalFormat.exists: True > _intf.storage.fsset._run.originalFormat._mountpoint: None > _intf.storage.fsset._run.originalFormat.mountpoint: /run > _intf.storage.fsset._run.originalFormat.fsprofile: None > _intf.storage.fsset._run.originalFormat._targetSize: None > _intf.storage.fsset._run.originalFormat._minInstanceSize: None > _intf.storage.fsset._run.originalFormat.mountopts: None > _intf.storage.fsset._run.originalFormat._size: None > _intf.storage.fsset._run.originalFormat.id: 239 > _intf.storage.fsset._run.originalFormat._device: /run > _intf.storage.fsset._run._serial: None > _intf.storage.fsset._devshm: NoDevice instance, containing members: > _intf.storage.fsset._devshm.major: 0 > _intf.storage.fsset._devshm._partedDevice: None > _intf.storage.fsset._devshm.exists: True > _intf.storage.fsset._devshm._size: 0 B > _intf.storage.fsset._devshm.id: 222 > _intf.storage.fsset._devshm._parents: ParentList instance, containing members: > _intf.storage.fsset._devshm._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f20eff2a3d0) -- > name = tmpfs status = False kids = 0 id = 222 > parents = [] > uuid = None size = 0 B > format = existing tmpfs filesystem mounted at /dev/shm > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = tmpfs > format args = [] originalFormat = tmpfs> > _intf.storage.fsset._devshm._parents.items: [] > _intf.storage.fsset._devshm._parents.removefunc: <bound method NoDevice._removeParent of NoDevice instance (0x7f20eff2a3d0) -- > name = tmpfs status = False kids = 0 id = 222 > parents = [] > uuid = None size = 0 B > format = existing tmpfs filesystem mounted at /dev/shm > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = tmpfs > format args = [] originalFormat = tmpfs> > _intf.storage.fsset._devshm.controllable: True > _intf.storage.fsset._devshm.uuid: None > _intf.storage.fsset._devshm._format: TmpFS instance, containing members: > _intf.storage.fsset._devshm._format._label: None > _intf.storage.fsset._devshm._format.uuid: None > _intf.storage.fsset._devshm._format.exists: True > _intf.storage.fsset._devshm._format._options: None > _intf.storage.fsset._devshm._format._minInstanceSize: None > _intf.storage.fsset._devshm._format._size_option: Skipped > _intf.storage.fsset._devshm._format.fsprofile: None > _intf.storage.fsset._devshm._format._targetSize: 0 B > _intf.storage.fsset._devshm._format._maxSize: 16 EiB > _intf.storage.fsset._devshm._format._size: 3840 MiB > _intf.storage.fsset._devshm._format.mountopts: None > _intf.storage.fsset._devshm._format.mountpoint: /dev/shm > _intf.storage.fsset._devshm._format._mountpoint: /mnt/sysimage/dev/shm > _intf.storage.fsset._devshm._format.id: 221 > _intf.storage.fsset._devshm._format._device: tmpfs > _intf.storage.fsset._devshm.deviceLinks: [] > _intf.storage.fsset._devshm.minor: 0 > _intf.storage.fsset._devshm.fstabComment: Skipped > _intf.storage.fsset._devshm.bus: Skipped > _intf.storage.fsset._devshm.sysfsPath: Skipped > _intf.storage.fsset._devshm._targetSize: Already dumped (Size instance) > _intf.storage.fsset._devshm._model: Skipped > _intf.storage.fsset._devshm.kids: 0 > _intf.storage.fsset._devshm._vendor: Skipped > _intf.storage.fsset._devshm._name: tmpfs > _intf.storage.fsset._devshm.protected: False > _intf.storage.fsset._devshm.originalFormat: TmpFS instance, containing members: > _intf.storage.fsset._devshm.originalFormat._label: None > _intf.storage.fsset._devshm.originalFormat.exists: True > _intf.storage.fsset._devshm.originalFormat._mountpoint: None > _intf.storage.fsset._devshm.originalFormat.mountpoint: /dev/shm > _intf.storage.fsset._devshm.originalFormat._size_option: Skipped > _intf.storage.fsset._devshm.originalFormat._targetSize: Already dumped (Size instance) > _intf.storage.fsset._devshm.originalFormat.mountopts: None > _intf.storage.fsset._devshm.originalFormat._minInstanceSize: None > _intf.storage.fsset._devshm.originalFormat._maxSize: Already dumped (Size instance) > _intf.storage.fsset._devshm.originalFormat._size: Already dumped (Size instance) > _intf.storage.fsset._devshm.originalFormat.id: 221 > _intf.storage.fsset._devshm.originalFormat._device: tmpfs > _intf.storage.fsset._devshm.originalFormat.uuid: None > _intf.storage.fsset._devshm.originalFormat._options: None > _intf.storage.fsset._devshm.originalFormat.fsprofile: None > _intf.storage.fsset._devshm._serial: None > _intf.storage.fsset._dev: DirectoryDevice instance, containing members: > _intf.storage.fsset._dev.major: 0 > _intf.storage.fsset._dev._partedDevice: None > _intf.storage.fsset._dev.exists: True > _intf.storage.fsset._dev._size: 0 B > _intf.storage.fsset._dev.id: 219 > _intf.storage.fsset._dev._parents: ParentList instance, containing members: > _intf.storage.fsset._dev._parents.appendfunc: <bound method DirectoryDevice._addParent of DirectoryDevice instance (0x7f20eb0721d0) -- > name = /dev status = True kids = 0 id = 219 > parents = [] > uuid = None size = 3072 B > format = existing bind filesystem mounted at /dev > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: path: /dev type: 5 > sectorSize: 512 physicalSectorSize: 512 > length: 6 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 4, 32) biosGeometry: (0, 4, 32) > PedDevice: <_ped.Device object at 0x7f20fbbc83b0> > target size = 0 B path = /dev > format args = [] originalFormat = bind> > _intf.storage.fsset._dev._parents.items: [] > _intf.storage.fsset._dev._parents.removefunc: <bound method DirectoryDevice._removeParent of DirectoryDevice instance (0x7f20eb0721d0) -- > name = /dev status = True kids = 0 id = 219 > parents = [] > uuid = None size = 3072 B > format = existing bind filesystem mounted at /dev > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: path: /dev type: 5 > sectorSize: 512 physicalSectorSize: 512 > length: 6 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 4, 32) biosGeometry: (0, 4, 32) > PedDevice: <_ped.Device object at 0x7f20fbbc83b0> > target size = 0 B path = /dev > format args = [] originalFormat = bind> > _intf.storage.fsset._dev.controllable: True > _intf.storage.fsset._dev.uuid: None > _intf.storage.fsset._dev._format: BindFS instance, containing members: > _intf.storage.fsset._dev._format._label: None > _intf.storage.fsset._dev._format.uuid: None > _intf.storage.fsset._dev._format.exists: True > _intf.storage.fsset._dev._format._mountpoint: /mnt/sysimage/dev > _intf.storage.fsset._dev._format._minInstanceSize: None > _intf.storage.fsset._dev._format._mountType: bind > _intf.storage.fsset._dev._format.fsprofile: None > _intf.storage.fsset._dev._format._targetSize: None > _intf.storage.fsset._dev._format._size: None > _intf.storage.fsset._dev._format.mountopts: None > _intf.storage.fsset._dev._format.mountpoint: /dev > _intf.storage.fsset._dev._format.id: 218 > _intf.storage.fsset._dev._format._device: /dev > _intf.storage.fsset._dev.deviceLinks: [] > _intf.storage.fsset._dev.minor: 0 > _intf.storage.fsset._dev.fstabComment: Skipped > _intf.storage.fsset._dev.bus: Skipped > _intf.storage.fsset._dev.sysfsPath: Skipped > _intf.storage.fsset._dev._targetSize: Already dumped (Size instance) > _intf.storage.fsset._dev._model: Skipped > _intf.storage.fsset._dev.kids: 0 > _intf.storage.fsset._dev._vendor: Skipped > _intf.storage.fsset._dev._name: /dev > _intf.storage.fsset._dev.protected: False > _intf.storage.fsset._dev.originalFormat: BindFS instance, containing members: > _intf.storage.fsset._dev.originalFormat._label: None > _intf.storage.fsset._dev.originalFormat.uuid: None > _intf.storage.fsset._dev.originalFormat.exists: True > _intf.storage.fsset._dev.originalFormat._mountpoint: None > _intf.storage.fsset._dev.originalFormat.mountpoint: /dev > _intf.storage.fsset._dev.originalFormat.fsprofile: None > _intf.storage.fsset._dev.originalFormat._targetSize: None > _intf.storage.fsset._dev.originalFormat._minInstanceSize: None > _intf.storage.fsset._dev.originalFormat.mountopts: None > _intf.storage.fsset._dev.originalFormat._size: None > _intf.storage.fsset._dev.originalFormat.id: 218 > _intf.storage.fsset._dev.originalFormat._device: /dev > _intf.storage.fsset._dev._serial: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: NoDevice instance, containing members: > _intf.storage.fsset._proc.major: 0 > _intf.storage.fsset._proc._partedDevice: None > _intf.storage.fsset._proc.exists: True > _intf.storage.fsset._proc._size: 0 B > _intf.storage.fsset._proc.id: 231 > _intf.storage.fsset._proc._parents: ParentList instance, containing members: > _intf.storage.fsset._proc._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f20f105f2d0) -- > name = proc status = False kids = 0 id = 231 > parents = [] > uuid = None size = 0 B > format = existing proc filesystem mounted at /proc > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = proc > format args = [] originalFormat = proc> > _intf.storage.fsset._proc._parents.items: [] > _intf.storage.fsset._proc._parents.removefunc: <bound method NoDevice._removeParent of NoDevice instance (0x7f20f105f2d0) -- > name = proc status = False kids = 0 id = 231 > parents = [] > uuid = None size = 0 B > format = existing proc filesystem mounted at /proc > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = proc > format args = [] originalFormat = proc> > _intf.storage.fsset._proc.controllable: True > _intf.storage.fsset._proc.uuid: None > _intf.storage.fsset._proc._format: ProcFS instance, containing members: > _intf.storage.fsset._proc._format._label: None > _intf.storage.fsset._proc._format.uuid: None > _intf.storage.fsset._proc._format.exists: True > _intf.storage.fsset._proc._format._mountpoint: /mnt/sysimage/proc > _intf.storage.fsset._proc._format._minInstanceSize: None > _intf.storage.fsset._proc._format.fsprofile: None > _intf.storage.fsset._proc._format._targetSize: 0 B > _intf.storage.fsset._proc._format._size: Already dumped (Size instance) > _intf.storage.fsset._proc._format.mountopts: None > _intf.storage.fsset._proc._format.mountpoint: /proc > _intf.storage.fsset._proc._format.id: 230 > _intf.storage.fsset._proc._format._device: proc > _intf.storage.fsset._proc.deviceLinks: [] > _intf.storage.fsset._proc.minor: 0 > _intf.storage.fsset._proc.fstabComment: Skipped > _intf.storage.fsset._proc.bus: Skipped > _intf.storage.fsset._proc.sysfsPath: Skipped > _intf.storage.fsset._proc._targetSize: Already dumped (Size instance) > _intf.storage.fsset._proc._model: Skipped > _intf.storage.fsset._proc.kids: 0 > _intf.storage.fsset._proc._vendor: Skipped > _intf.storage.fsset._proc._name: proc > _intf.storage.fsset._proc.protected: False > _intf.storage.fsset._proc.originalFormat: ProcFS instance, containing members: > _intf.storage.fsset._proc.originalFormat._label: None > _intf.storage.fsset._proc.originalFormat.uuid: None > _intf.storage.fsset._proc.originalFormat.exists: True > _intf.storage.fsset._proc.originalFormat._mountpoint: None > _intf.storage.fsset._proc.originalFormat.mountpoint: /proc > _intf.storage.fsset._proc.originalFormat.fsprofile: None > _intf.storage.fsset._proc.originalFormat._targetSize: Already dumped (Size instance) > _intf.storage.fsset._proc.originalFormat._minInstanceSize: None > _intf.storage.fsset._proc.originalFormat.mountopts: None > _intf.storage.fsset._proc.originalFormat._size: Already dumped (Size instance) > _intf.storage.fsset._proc.originalFormat.id: 230 > _intf.storage.fsset._proc.originalFormat._device: proc > _intf.storage.fsset._proc._serial: None > _intf.storage.fsset.active: True > _intf.storage.fsset.cryptTab: CryptTab instance, containing members: > _intf.storage.fsset.cryptTab.devicetree: Already dumped (DeviceTree instance) > _intf.storage.fsset.cryptTab.blkidTab: None > _intf.storage.fsset.cryptTab.chroot: Skipped > _intf.storage.fsset.cryptTab.mappings: {} > _intf.storage.fsset._devpts: NoDevice instance, containing members: > _intf.storage.fsset._devpts.major: 0 > _intf.storage.fsset._devpts._partedDevice: None > _intf.storage.fsset._devpts.exists: True > _intf.storage.fsset._devpts._size: 0 B > _intf.storage.fsset._devpts.id: 225 > _intf.storage.fsset._devpts._parents: ParentList instance, containing members: > _intf.storage.fsset._devpts._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f20f1056fd0) -- > name = devpts status = False kids = 0 id = 225 > parents = [] > uuid = None size = 0 B > format = existing devpts filesystem mounted at /dev/pts > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = devpts > format args = [] originalFormat = devpts> > _intf.storage.fsset._devpts._parents.items: [] > _intf.storage.fsset._devpts._parents.removefunc: <bound method NoDevice._removeParent of NoDevice instance (0x7f20f1056fd0) -- > name = devpts status = False kids = 0 id = 225 > parents = [] > uuid = None size = 0 B > format = existing devpts filesystem mounted at /dev/pts > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = devpts > format args = [] originalFormat = devpts> > _intf.storage.fsset._devpts.controllable: True > _intf.storage.fsset._devpts.uuid: None > _intf.storage.fsset._devpts._format: DevPtsFS instance, containing members: > _intf.storage.fsset._devpts._format._label: None > _intf.storage.fsset._devpts._format.uuid: None > _intf.storage.fsset._devpts._format.exists: True > _intf.storage.fsset._devpts._format._mountpoint: /mnt/sysimage/dev/pts > _intf.storage.fsset._devpts._format._minInstanceSize: None > _intf.storage.fsset._devpts._format.fsprofile: None > _intf.storage.fsset._devpts._format._targetSize: 0 B > _intf.storage.fsset._devpts._format._size: Already dumped (Size instance) > _intf.storage.fsset._devpts._format.mountopts: None > _intf.storage.fsset._devpts._format.mountpoint: /dev/pts > _intf.storage.fsset._devpts._format.id: 224 > _intf.storage.fsset._devpts._format._device: devpts > _intf.storage.fsset._devpts.deviceLinks: [] > _intf.storage.fsset._devpts.minor: 0 > _intf.storage.fsset._devpts.fstabComment: Skipped > _intf.storage.fsset._devpts.bus: Skipped > _intf.storage.fsset._devpts.sysfsPath: Skipped > _intf.storage.fsset._devpts._targetSize: Already dumped (Size instance) > _intf.storage.fsset._devpts._model: Skipped > _intf.storage.fsset._devpts.kids: 0 > _intf.storage.fsset._devpts._vendor: Skipped > _intf.storage.fsset._devpts._name: devpts > _intf.storage.fsset._devpts.protected: False > _intf.storage.fsset._devpts.originalFormat: DevPtsFS instance, containing members: > _intf.storage.fsset._devpts.originalFormat._label: None > _intf.storage.fsset._devpts.originalFormat.uuid: None > _intf.storage.fsset._devpts.originalFormat.exists: True > _intf.storage.fsset._devpts.originalFormat._mountpoint: None > _intf.storage.fsset._devpts.originalFormat.mountpoint: /dev/pts > _intf.storage.fsset._devpts.originalFormat.fsprofile: None > _intf.storage.fsset._devpts.originalFormat._targetSize: Already dumped (Size instance) > _intf.storage.fsset._devpts.originalFormat._minInstanceSize: None > _intf.storage.fsset._devpts.originalFormat.mountopts: None > _intf.storage.fsset._devpts.originalFormat._size: Already dumped (Size instance) > _intf.storage.fsset._devpts.originalFormat.id: 224 > _intf.storage.fsset._devpts.originalFormat._device: devpts > _intf.storage.fsset._devpts._serial: None > _intf.storage.fsset._sysfs: NoDevice instance, containing members: > _intf.storage.fsset._sysfs.major: 0 > _intf.storage.fsset._sysfs._partedDevice: None > _intf.storage.fsset._sysfs.exists: True > _intf.storage.fsset._sysfs._size: 0 B > _intf.storage.fsset._sysfs.id: 228 > _intf.storage.fsset._sysfs._parents: ParentList instance, containing members: > _intf.storage.fsset._sysfs._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f20f1056d50) -- > name = sysfs status = False kids = 0 id = 228 > parents = [] > uuid = None size = 0 B > format = existing sysfs filesystem mounted at /sys > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = sysfs > format args = [] originalFormat = sysfs> > _intf.storage.fsset._sysfs._parents.items: [] > _intf.storage.fsset._sysfs._parents.removefunc: <bound method NoDevice._removeParent of NoDevice instance (0x7f20f1056d50) -- > name = sysfs status = False kids = 0 id = 228 > parents = [] > uuid = None size = 0 B > format = existing sysfs filesystem mounted at /sys > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = sysfs > format args = [] originalFormat = sysfs> > _intf.storage.fsset._sysfs.controllable: True > _intf.storage.fsset._sysfs.uuid: None > _intf.storage.fsset._sysfs._format: SysFS instance, containing members: > _intf.storage.fsset._sysfs._format._label: None > _intf.storage.fsset._sysfs._format.uuid: None > _intf.storage.fsset._sysfs._format.exists: True > _intf.storage.fsset._sysfs._format._mountpoint: /mnt/sysimage/sys > _intf.storage.fsset._sysfs._format._minInstanceSize: None > _intf.storage.fsset._sysfs._format.fsprofile: None > _intf.storage.fsset._sysfs._format._targetSize: 0 B > _intf.storage.fsset._sysfs._format._size: Already dumped (Size instance) > _intf.storage.fsset._sysfs._format.mountopts: None > _intf.storage.fsset._sysfs._format.mountpoint: /sys > _intf.storage.fsset._sysfs._format.id: 227 > _intf.storage.fsset._sysfs._format._device: sysfs > _intf.storage.fsset._sysfs.deviceLinks: [] > _intf.storage.fsset._sysfs.minor: 0 > _intf.storage.fsset._sysfs.fstabComment: Skipped > _intf.storage.fsset._sysfs.bus: Skipped > _intf.storage.fsset._sysfs.sysfsPath: Skipped > _intf.storage.fsset._sysfs._targetSize: Already dumped (Size instance) > _intf.storage.fsset._sysfs._model: Skipped > _intf.storage.fsset._sysfs.kids: 0 > _intf.storage.fsset._sysfs._vendor: Skipped > _intf.storage.fsset._sysfs._name: sysfs > _intf.storage.fsset._sysfs.protected: False > _intf.storage.fsset._sysfs.originalFormat: SysFS instance, containing members: > _intf.storage.fsset._sysfs.originalFormat._label: None > _intf.storage.fsset._sysfs.originalFormat.uuid: None > _intf.storage.fsset._sysfs.originalFormat.exists: True > _intf.storage.fsset._sysfs.originalFormat._mountpoint: None > _intf.storage.fsset._sysfs.originalFormat.mountpoint: /sys > _intf.storage.fsset._sysfs.originalFormat.fsprofile: None > _intf.storage.fsset._sysfs.originalFormat._targetSize: Already dumped (Size instance) > _intf.storage.fsset._sysfs.originalFormat._minInstanceSize: None > _intf.storage.fsset._sysfs.originalFormat.mountopts: None > _intf.storage.fsset._sysfs.originalFormat._size: Already dumped (Size instance) > _intf.storage.fsset._sysfs.originalFormat.id: 227 > _intf.storage.fsset._sysfs.originalFormat._device: sysfs > _intf.storage.fsset._sysfs._serial: None > _intf.storage.fsset._selinux: NoDevice instance, containing members: > _intf.storage.fsset._selinux.major: 0 > _intf.storage.fsset._selinux._partedDevice: None > _intf.storage.fsset._selinux.exists: True > _intf.storage.fsset._selinux._size: 0 B > _intf.storage.fsset._selinux.id: 234 > _intf.storage.fsset._selinux._parents: ParentList instance, containing members: > _intf.storage.fsset._selinux._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f20f105d1d0) -- > name = selinuxfs status = False kids = 0 id = 234 > parents = [] > uuid = None size = 0 B > format = existing selinuxfs filesystem mounted at /sys/fs/selinux > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = selinuxfs > format args = [] originalFormat = selinuxfs> > _intf.storage.fsset._selinux._parents.items: [] > _intf.storage.fsset._selinux._parents.removefunc: <bound method NoDevice._removeParent of NoDevice instance (0x7f20f105d1d0) -- > name = selinuxfs status = False kids = 0 id = 234 > parents = [] > uuid = None size = 0 B > format = existing selinuxfs filesystem mounted at /sys/fs/selinux > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = selinuxfs > format args = [] originalFormat = selinuxfs> > _intf.storage.fsset._selinux.controllable: True > _intf.storage.fsset._selinux.uuid: None > _intf.storage.fsset._selinux._format: SELinuxFS instance, containing members: > _intf.storage.fsset._selinux._format._label: None > _intf.storage.fsset._selinux._format.uuid: None > _intf.storage.fsset._selinux._format.exists: True > _intf.storage.fsset._selinux._format._mountpoint: /mnt/sysimage/sys/fs/selinux > _intf.storage.fsset._selinux._format._minInstanceSize: None > _intf.storage.fsset._selinux._format.fsprofile: None > _intf.storage.fsset._selinux._format._targetSize: 0 B > _intf.storage.fsset._selinux._format._size: Already dumped (Size instance) > _intf.storage.fsset._selinux._format.mountopts: None > _intf.storage.fsset._selinux._format.mountpoint: /sys/fs/selinux > _intf.storage.fsset._selinux._format.id: 233 > _intf.storage.fsset._selinux._format._device: selinuxfs > _intf.storage.fsset._selinux.deviceLinks: [] > _intf.storage.fsset._selinux.minor: 0 > _intf.storage.fsset._selinux.fstabComment: Skipped > _intf.storage.fsset._selinux.bus: Skipped > _intf.storage.fsset._selinux.sysfsPath: Skipped > _intf.storage.fsset._selinux._targetSize: Already dumped (Size instance) > _intf.storage.fsset._selinux._model: Skipped > _intf.storage.fsset._selinux.kids: 0 > _intf.storage.fsset._selinux._vendor: Skipped > _intf.storage.fsset._selinux._name: selinuxfs > _intf.storage.fsset._selinux.protected: False > _intf.storage.fsset._selinux.originalFormat: SELinuxFS instance, containing members: > _intf.storage.fsset._selinux.originalFormat._label: None > _intf.storage.fsset._selinux.originalFormat.uuid: None > _intf.storage.fsset._selinux.originalFormat.exists: True > _intf.storage.fsset._selinux.originalFormat._mountpoint: None > _intf.storage.fsset._selinux.originalFormat.mountpoint: /sys/fs/selinux > _intf.storage.fsset._selinux.originalFormat.fsprofile: None > _intf.storage.fsset._selinux.originalFormat._targetSize: Already dumped (Size instance) > _intf.storage.fsset._selinux.originalFormat._minInstanceSize: None > _intf.storage.fsset._selinux.originalFormat.mountopts: None > _intf.storage.fsset._selinux.originalFormat._size: Already dumped (Size instance) > _intf.storage.fsset._selinux.originalFormat.id: 233 > _intf.storage.fsset._selinux.originalFormat._device: selinuxfs > _intf.storage.fsset._selinux._serial: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [UUID=3e0026ca-9446-451c-a855-64344a2cc82b] > _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: 2 > _intf.storage._bootloader: EFIGRUB instance, containing members: > _intf.storage._bootloader.efi_dir: BOOT > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader.stage1_device: Already dumped (PartitionDevice instance) > _intf.storage._bootloader.stage2_device: Already dumped (PartitionDevice instance) > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _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: [sda] > _intf.storage._bootloader.disks: [existing 238.47 GiB disk sda (22) with existing gpt disklabel >] > _intf.storage._bootloader._timeout: 20 > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.fcoe.added_nics: [] > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7f20f11be3d0) -- > 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 (0x7f20f11be450) -- > 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 (0x7f20f11be490) -- > 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 (0x7f20f11be4d0) -- > 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 (0x7f20f11be510) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf.mainWindow: MainWindow instance, containing members: > _intf.mainWindow._current_action: ProgressHub instance, containing members: > _intf.mainWindow._current_action._environs: [anaconda] > _intf.mainWindow._current_action._spinner: Spinner instance, containing members: > _intf.mainWindow._current_action._progressNotebook: Notebook instance, containing members: > _intf.mainWindow._current_action.payload: YumPayload instance, containing members: > _intf.mainWindow._current_action.payload._groups: Skipped > _intf.mainWindow._current_action.payload.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action.payload._rescueVersionList: [] > _intf.mainWindow._current_action.payload.install_device: existing 448.98 MiB partition sdb3 (17) with existing ext4 filesystem > _intf.mainWindow._current_action.payload._environmentAddons: {} > _intf.mainWindow._current_action.payload._root_dir: /tmp/yum.root > _intf.mainWindow._current_action.payload._repos_dir: /tmp/yum.repos.d > _intf.mainWindow._current_action.payload._setup: True > _intf.mainWindow._current_action.payload.storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action.payload.requiredGroups: [] > _intf.mainWindow._current_action.payload._base_repo: anaconda > _intf.mainWindow._current_action.payload.txID: 1412107454.71 > _intf.mainWindow._current_action.payload._rpm_macros: [('__dbi_htconfig', 'hash nofsync %{__dbi_other} %{__dbi_perms}'), ('__file_context_path', '/etc/selinux/targeted/contexts/files/file_contexts')] > _intf.mainWindow._current_action.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.mainWindow._current_action.payload._createdInitrds: False > _intf.mainWindow._current_action.payload._packages: [] > _intf.mainWindow._current_action.payload.requiredPackages: [dosfstools, e2fsprogs, ntfsprogs, grub2-efi, efibootmgr, shim] > _intf.mainWindow._current_action.payload._space_required: 2861.02 MiB > _intf.mainWindow._current_action.payload._yum: Skipped > _intf.mainWindow._current_action.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action.payload._kernelVersionList: [] > _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._checker: None > _intf.mainWindow._current_action.applyOnSkip: False > _intf.mainWindow._current_action.skipTo: None > _intf.mainWindow._current_action._rnotes_id: 7924 > _intf.mainWindow._current_action._notReadySpokes: [] > _intf.mainWindow._current_action._inSpoke: False > _intf.mainWindow._current_action._incompleteSpokes: [] > _intf.mainWindow._current_action.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._currentStep: 4 > _intf.mainWindow._current_action._progressLabel: Label instance, containing members: > _intf.mainWindow._current_action._rnotesPages: <itertools.cycle object at 0x7f20fbbccd40> > _intf.mainWindow._current_action._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._progressBar: ProgressBar instance, containing members: > _intf.mainWindow._current_action._spokes: {'PasswordSpoke': PasswordSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._kickstarted: True > _intf.mainWindow._current_action._spokes._pwStrengthCheck: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._pwStrengthCheck._run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f20eb069410>> > _intf.mainWindow._current_action._spokes._pwStrengthCheck._parent: Already dumped (PasswordSpoke instance) > _intf.mainWindow._current_action._spokes._pwStrengthCheck._input_obj: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._pwStrengthCheck._data: None > _intf.mainWindow._current_action._spokes._pwStrengthCheck._check_status: None > _intf.mainWindow._current_action._spokes._pwStrengthCheck._enabled: True > _intf.mainWindow._current_action._spokes._pwq_valid: True > _intf.mainWindow._current_action._spokes._pwq_error: None > _intf.mainWindow._current_action._spokes._check_list: [InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f20eb069410>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f20eb069410>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f20eb069410>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, Already dumped (InputCheck instance) >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordASCII of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f20eb069410>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f20eb069410>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >] > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.confirm: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._confirm_check: Already dumped (InputCheck instance) > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._pwASCIICheck: Already dumped (InputCheck instance) > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes.pw_label: Label instance, containing members: > _intf.mainWindow._current_action._spokes._password_check: Already dumped (InputCheck instance) > _intf.mainWindow._current_action._spokes.pw: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes.pw_bar: LevelBar instance, containing members: > _intf.mainWindow._current_action._spokes._waiveASCIIClicks: 0 > _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._waiveStrengthClicks: 0 >, 'UserSpoke': UserSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._password_check: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._password_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f20f104b450>> > _intf.mainWindow._current_action._spokes._password_check._parent: Already dumped (UserSpoke instance) > _intf.mainWindow._current_action._spokes._password_check._input_obj: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._password_check._data: None > _intf.mainWindow._current_action._spokes._password_check._check_status: None > _intf.mainWindow._current_action._spokes._password_check._enabled: True > _intf.mainWindow._current_action._spokes.guesser: {<Entry object at 0x7f20fbbc2370 (GtkEntry at 0x3db9f90)>: True} > _intf.mainWindow._current_action._spokes._pwStrengthCheck: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._pwStrengthCheck._run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f20f104b450>> > _intf.mainWindow._current_action._spokes._pwStrengthCheck._parent: Already dumped (UserSpoke instance) > _intf.mainWindow._current_action._spokes._pwStrengthCheck._input_obj: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._pwStrengthCheck._data: None > _intf.mainWindow._current_action._spokes._pwStrengthCheck._check_status: None > _intf.mainWindow._current_action._spokes._pwStrengthCheck._enabled: True > _intf.mainWindow._current_action._spokes._pwq_valid: True > _intf.mainWindow._current_action._spokes._pwq_error: None > _intf.mainWindow._current_action._spokes._oldweak: None > _intf.mainWindow._current_action._spokes._check_list: [InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f20f104b450>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f20f104b450>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >, Already dumped (InputCheck instance) >, Already dumped (InputCheck instance) >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordASCII of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f20f104b450>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f20f104b450>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._check_re of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f20f104b450>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: {'regex': <_sre.SRE_Pattern object at 0x46c9950>, 'message': Invalid username} > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._check_re of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f20f104b450>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: {'regex': <_sre.SRE_Pattern object at 0x7f2109e46c68>, 'message': Full name cannot contain colon characters} > _check_status: None > _enabled: True >] > _intf.mainWindow._current_action._spokes._wheel: group --name=wheel > > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.confirm: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._advanced: AdvancedUserDialog instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._window: None > _intf.mainWindow._current_action._spokes._advanced._homeSet: False > _intf.mainWindow._current_action._spokes._advanced._cGid: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._advanced.applyOnSkip: False > _intf.mainWindow._current_action._spokes._advanced._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf.mainWindow._current_action._spokes._advanced._saveButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._advanced.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._cUid: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._tHome: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._spinGid: SpinButton instance, containing members: > _intf.mainWindow._current_action._spokes._advanced.skipTo: None > _intf.mainWindow._current_action._spokes._advanced._uid: Adjustment instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._check_list: [InputCheck instance, containing members: > _run_check: <bound method AdvancedUserDialog._validateGroups of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x7f20f104b910>> > _parent: Already dumped (AdvancedUserDialog instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >] > _intf.mainWindow._current_action._spokes._advanced._gid: Adjustment instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._tGroups: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._advanced._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._advanced._user: F19_UserData instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._user.shell: Skipped > _intf.mainWindow._current_action._spokes._advanced._user.name: cfl > _intf.mainWindow._current_action._spokes._advanced._user.isCrypted: True > _intf.mainWindow._current_action._spokes._advanced._user.lock: False > _intf.mainWindow._current_action._spokes._advanced._user.password_kickstarted: True > _intf.mainWindow._current_action._spokes._advanced._user.gid: None > _intf.mainWindow._current_action._spokes._advanced._user.gecos: Skipped > _intf.mainWindow._current_action._spokes._advanced._user.lineno: 19 > _intf.mainWindow._current_action._spokes._advanced._user.groups: [] > _intf.mainWindow._current_action._spokes._advanced._user.uid: None > _intf.mainWindow._current_action._spokes._advanced._user.password: $6$EL2oOL6b$EXulMCys6XXaw5XfPUAzX2UJiDpnujlV0S5Dvbx5RF75wJ19Jvkj6qoyKulwmjs8lqOEKQY4eficJxcH1IMN71 > _intf.mainWindow._current_action._spokes._advanced._user.homedir: Skipped > _intf.mainWindow._current_action._spokes._advanced._origHome: None > _intf.mainWindow._current_action._spokes._advanced._lHome: Label instance, containing members: > _intf.mainWindow._current_action._spokes._advanced._spinUid: SpinButton instance, containing members: > _intf.mainWindow._current_action._spokes.b_advanced: Button instance, containing members: > _intf.mainWindow._current_action._spokes._confirm_check: Already dumped (InputCheck instance) > _intf.mainWindow._current_action._spokes.username: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._pwASCIICheck: Already dumped (InputCheck instance) > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes.pw_label: Label instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.pw: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._waiveStrengthClicks: 0 > _intf.mainWindow._current_action._spokes._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf.mainWindow._current_action._spokes.admin: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes.pw_bar: LevelBar instance, containing members: > _intf.mainWindow._current_action._spokes._waiveASCIIClicks: 0 > _intf.mainWindow._current_action._spokes.usepassword: CheckButton 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.fullname: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._user: Already dumped (F19_UserData instance) >} > _intf.mainWindow._current_action._totalSteps: 6 > _intf.mainWindow._current_action.builder: Builder instance, containing members: > _intf.mainWindow._current_action._window: HubWindow instance, containing members: > _intf.mainWindow._current_action._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._autoContinue: True > _intf.mainWindow._current_action._configurationDone: False > _intf.mainWindow._overlay: Overlay instance, containing members: > _intf.mainWindow._transparent_base: Pixbuf instance, containing members: > _intf.mainWindow._stack_contents: set([<pyanaconda.ui.gui.hubs.progress.ProgressHub object at 0x7f20eb07a3d0>, <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890>, <pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0x7f20f1034b50>, <pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0x7f20f100a490>]) > _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 0x7f211549dc80> > _intf._actions: Skipped > _intf.payload: Already dumped (YumPayload instance) > _intf._currentAction: Already dumped (ProgressHub instance) >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: cdrom >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: hd:UUID=3e0026ca-9446-451c-a855-64344a2cc82b >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 0x7f20f11e3f50>, True), 'type': (<function <lambda> at 0x7f20f11dc230>, True), 'addons': (<function list_addons_callback at 0x7f20f11dc140>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f20f11dc050>, 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, /run/install/ks.cfg] >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:UUID=3e0026ca-9446-451c-a855-64344a2cc82b > opts.dmraid: True > opts.method: cdrom > 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: /run/install/ks.cfg > opts.ibft: True > opts.debug: False > opts.extlinux: False >proxy: None > >Registered callbacks: >addons: >com_redhat_kdump > > >/tmp/anaconda.log: >22:03:05,172 INFO anaconda: /sbin/anaconda 21.48.6-1 >22:03:05,392 INFO anaconda: 7864320 kB (7680 MB) are available >22:03:05,505 INFO anaconda: check_memory(): total:7864320, needed:320, graphical:410 >22:03:05,511 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >22:03:05,512 INFO anaconda: Default encoding = utf-8 >22:03:05,545 INFO anaconda: Parsing kickstart: /run/install/ks.cfg >22:03:05,559 INFO anaconda: 7864320 kB (7680 MB) are available >22:03:06,064 INFO anaconda: Display mode = g >22:03:06,064 INFO anaconda: 7864320 kB (7680 MB) are available >22:03:06,169 INFO anaconda: check_memory(): total:7864320, needed:320, graphical:410 >22:03:06,710 DEBUG anaconda: X server has signalled a successful start. >22:03:06,712 INFO anaconda: Starting window manager, pid 1387. >22:03:06,732 INFO anaconda: Started spice-vdagent. >22:03:07,074 INFO anaconda: _Fedora is the highest priority installclass, using it >22:03:07,429 INFO anaconda: bootloader EFIGRUB on EFI platform >22:03:07,445 INFO anaconda: bootloader EFIGRUB on EFI platform >22:03:07,462 DEBUG anaconda: network: devices found ['enp3s0'] >22:03:07,473 WARN anaconda: network: apply kickstart: --device does not exist >22:03:07,478 WARN anaconda: network: apply kickstart: --device does not exist >22:03:07,521 WARN anaconda: network: set ONBOOT: --device does not exist >22:03:07,525 WARN anaconda: network: set ONBOOT: --device does not exist >22:03:07,526 INFO anaconda: Running Thread: AnaStorageThread (139779640243968) >22:03:07,527 INFO anaconda: Running Thread: AnaTimeInitThread (139779435542272) >22:03:07,527 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (139779427149568) >22:03:07,527 INFO anaconda: Running Thread: AnaPayloadThread (139779418756864) >22:03:07,548 INFO anaconda: got 0 NTP servers from DHCP >22:03:07,548 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (139779427149568) >22:03:08,001 INFO anaconda: Thread Done: AnaTimeInitThread (139779435542272) >22:03:08,463 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) > >22:03:08,464 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) > >22:03:08,464 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) > >22:03:08,464 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) > >22:03:08,464 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) > >22:03:08,464 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) > >22:03:08,464 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) > >22:03:08,465 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) > >22:03:09,659 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) > >22:03:09,660 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) > >22:03:09,660 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) > >22:03:09,696 DEBUG anaconda: network standalone spoke (init): completed: ['enp3s0'] >22:03:09,712 DEBUG anaconda: Entered hub: SummaryHub >22:03:09,974 INFO anaconda: Running Thread: AnaNTPserver1 (139779435542272) >22:03:09,975 INFO anaconda: Running Thread: AnaNTPserver2 (139779427149568) >22:03:09,975 INFO anaconda: Running Thread: AnaNTPserver3 (139779383064320) >22:03:09,976 INFO anaconda: Running Thread: AnaNTPserver4 (139779374671616) >22:03:09,976 INFO anaconda: Running Thread: AnaDateTimeThread (139779366278912) >22:03:09,992 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >22:03:10,001 INFO anaconda: Thread Done: AnaDateTimeThread (139779366278912) >22:03:10,018 INFO anaconda: Thread Done: AnaNTPserver3 (139779383064320) >22:03:10,032 INFO anaconda: Thread Done: AnaNTPserver4 (139779374671616) >22:03:10,039 INFO anaconda: Thread Done: AnaNTPserver2 (139779427149568) >22:03:10,051 INFO anaconda: Thread Done: AnaNTPserver1 (139779435542272) >22:03:10,916 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (139779435542272) >22:03:10,916 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f20f103fed0>> on <dictionary-keyiterator object at 0x7f20f106c520> >22:03:10,917 INFO anaconda: Running Thread: AnaGtkBatchPre1 (139779427149568) >22:03:10,974 INFO anaconda: Thread Done: AnaGtkBatchPre1 (139779427149568) >22:03:10,990 INFO anaconda: Running Thread: AnaKeyboardThread (139779427149568) >22:03:10,996 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >22:03:11,137 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >22:03:11,178 INFO anaconda: Running Thread: AnaSourceWatcher (139779374671616) >22:03:11,199 INFO anaconda: Running Thread: AnaSoftwareWatcher (139779383064320) >22:03:11,224 INFO anaconda: Running Thread: AnaStorageWatcher (139779353425664) >22:03:11,236 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) > >22:03:11,243 INFO anaconda: Running Thread: AnaCustomStorageInit (139779345032960) >22:03:11,246 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) > >22:03:11,517 DEBUG anaconda: network: GUI, device configuration added: connection 8fa69869-f0d6-4836-8952-a461f0c2eceb device enp3s0 >22:03:11,527 DEBUG anaconda: network: GUI, connection 8fa69869-f0d6-4836-8952-a461f0c2eceb found >22:03:11,688 INFO anaconda: setting installation environment hostname to testsys.digifarma.nl >22:03:11,865 WARN anaconda: logo image is missing, using a substitute >22:03:12,523 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f20f103f150> >22:03:12,529 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f20f104b250> >22:03:12,529 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f20f104b250> status to: Getting list of layouts... >22:03:12,530 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f20f0fff210> status to: Probing storage... >22:03:12,530 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f20f0fff790> status to: Downloading package metadata... >22:03:12,533 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> status to: Probing storage... >00:03:13,401 INFO anaconda: Thread Done: AnaStorageThread (139779640243968) >00:03:13,444 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f20f0fff210> status to: Downloading package metadata... >22:03:13,683 INFO anaconda: Thread Done: AnaPayloadThread (139779418756864) >22:03:13,687 INFO anaconda: Thread Done: AnaSoftwareWatcher (139779383064320) >22:03:14,425 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f20f103fed0>> on <dictionary-keyiterator object at 0x7f20f106c520> >22:03:14,425 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f20f0fff790> status to: Downloading group metadata... >22:03:14,426 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (139779435542272) >22:03:14,426 INFO anaconda: Thread Done: AnaKeyboardThread (139779427149568) >22:03:14,429 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f20f0fff790> >22:03:14,432 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f20f104b250> >22:03:14,437 INFO anaconda: Thread Done: AnaCustomStorageInit (139779345032960) >22:03:14,439 INFO anaconda: Thread Done: AnaStorageWatcher (139779353425664) >22:03:14,442 DEBUG anaconda: Setting up repos: ['CFL-OS-21_Alpha-x86_64', 'Digifarma'] >22:03:14,447 INFO anaconda: Thread Done: AnaSourceWatcher (139779374671616) >22:03:14,530 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> >22:03:14,530 INFO anaconda: Running Thread: AnaExecuteStorageThread (139779374671616) >22:03:14,533 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f20f0fff210> >22:03:14,550 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f20eff1ca90> status to: Wired (enp3s0) connected >22:03:14,557 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> >22:03:14,557 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> status to: Saving storage configuration... >22:03:14,779 DEBUG anaconda: new disk order: ['sda'] >22:03:14,821 DEBUG anaconda: new disk order: ['sda'] >22:03:14,872 DEBUG anaconda: stage1 device cannot be of type disk >22:03:14,872 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >22:03:14,873 DEBUG anaconda: _is_valid_size(sda1) returning True >22:03:14,873 DEBUG anaconda: _is_valid_location(sda1) returning True >22:03:14,873 WARN anaconda: sda1 not bootable >22:03:14,873 DEBUG anaconda: _is_valid_format(sda1) returning False >22:03:14,873 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >22:03:14,874 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >22:03:14,874 DEBUG anaconda: _is_valid_size(sda2) returning True >22:03:14,875 DEBUG anaconda: _is_valid_location(sda2) returning True >22:03:14,875 DEBUG anaconda: _is_valid_format(sda2) returning False >22:03:14,875 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >22:03:14,876 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >22:03:14,876 DEBUG anaconda: _is_valid_size(sda3) returning True >22:03:14,876 DEBUG anaconda: _is_valid_location(sda3) returning True >22:03:14,876 WARN anaconda: sda3 not bootable >22:03:14,876 DEBUG anaconda: _is_valid_format(sda3) returning False >22:03:14,876 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >22:03:14,877 DEBUG anaconda: _is_valid_disklabel(sda4) returning True >22:03:14,877 DEBUG anaconda: _is_valid_size(sda4) returning True >22:03:14,877 DEBUG anaconda: _is_valid_location(sda4) returning True >22:03:14,878 WARN anaconda: sda4 not bootable >22:03:14,878 DEBUG anaconda: _is_valid_format(sda4) returning False >22:03:14,878 DEBUG anaconda: is_valid_stage1_device(sda4) returning False >22:03:14,879 DEBUG anaconda: _is_valid_disklabel(sda5) returning True >22:03:14,879 DEBUG anaconda: _is_valid_size(sda5) returning True >22:03:14,879 DEBUG anaconda: _is_valid_location(sda5) returning True >22:03:14,879 WARN anaconda: sda5 not bootable >22:03:14,880 DEBUG anaconda: _is_valid_format(sda5) returning False >22:03:14,880 DEBUG anaconda: is_valid_stage1_device(sda5) returning False >22:03:14,880 DEBUG anaconda: _is_valid_disklabel(sda6) returning True >22:03:14,881 DEBUG anaconda: _is_valid_size(sda6) returning True >22:03:14,881 DEBUG anaconda: _is_valid_location(sda6) returning True >22:03:14,881 WARN anaconda: sda6 not bootable >22:03:14,881 DEBUG anaconda: _is_valid_format(sda6) returning False >22:03:14,881 DEBUG anaconda: is_valid_stage1_device(sda6) returning False >22:03:14,882 DEBUG anaconda: _is_valid_disklabel(sda7) returning True >22:03:14,882 DEBUG anaconda: _is_valid_size(sda7) returning True >22:03:14,882 DEBUG anaconda: _is_valid_location(sda7) returning True >22:03:14,882 WARN anaconda: sda7 not bootable >22:03:14,883 DEBUG anaconda: _is_valid_format(sda7) returning False >22:03:14,883 DEBUG anaconda: is_valid_stage1_device(sda7) returning False >22:03:14,883 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >22:03:14,883 INFO anaconda: Thread Done: AnaExecuteStorageThread (139779374671616) >22:03:14,927 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> status to: Failed to save storage configuration... >22:03:14,932 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> >22:03:21,581 DEBUG anaconda: Entered spoke: StorageSpoke >22:03:29,309 DEBUG anaconda: disk free: 112.79 GiB fs free: 87.92 GiB sw needs: 2861.02 MiB auto swap: 0 B >22:03:29,325 INFO anaconda: Running Thread: AnaExecuteStorageThread (139779374671616) >22:03:29,325 DEBUG anaconda: Left spoke: StorageSpoke >22:03:29,412 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >22:03:29,526 DEBUG anaconda: new disk order: ['sda'] >22:03:29,567 DEBUG anaconda: new disk order: ['sda'] >22:03:29,617 DEBUG anaconda: stage1 device cannot be of type disk >22:03:29,618 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >22:03:29,618 DEBUG anaconda: _is_valid_size(sda1) returning True >22:03:29,618 DEBUG anaconda: _is_valid_location(sda1) returning True >22:03:29,619 WARN anaconda: sda1 not bootable >22:03:29,619 DEBUG anaconda: _is_valid_format(sda1) returning False >22:03:29,619 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >22:03:29,620 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >22:03:29,620 DEBUG anaconda: _is_valid_size(sda2) returning True >22:03:29,620 DEBUG anaconda: _is_valid_location(sda2) returning True >22:03:29,620 DEBUG anaconda: _is_valid_format(sda2) returning False >22:03:29,621 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >22:03:29,621 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >22:03:29,621 DEBUG anaconda: _is_valid_size(sda3) returning True >22:03:29,621 DEBUG anaconda: _is_valid_location(sda3) returning True >22:03:29,622 WARN anaconda: sda3 not bootable >22:03:29,622 DEBUG anaconda: _is_valid_format(sda3) returning False >22:03:29,622 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >22:03:29,622 DEBUG anaconda: _is_valid_disklabel(sda4) returning True >22:03:29,623 DEBUG anaconda: _is_valid_size(sda4) returning True >22:03:29,623 DEBUG anaconda: _is_valid_location(sda4) returning True >22:03:29,623 WARN anaconda: sda4 not bootable >22:03:29,623 DEBUG anaconda: _is_valid_format(sda4) returning False >22:03:29,624 DEBUG anaconda: is_valid_stage1_device(sda4) returning False >22:03:29,624 DEBUG anaconda: _is_valid_disklabel(sda5) returning True >22:03:29,624 DEBUG anaconda: _is_valid_size(sda5) returning True >22:03:29,625 DEBUG anaconda: _is_valid_location(sda5) returning True >22:03:29,625 WARN anaconda: sda5 not bootable >22:03:29,625 DEBUG anaconda: _is_valid_format(sda5) returning False >22:03:29,625 DEBUG anaconda: is_valid_stage1_device(sda5) returning False >22:03:29,626 DEBUG anaconda: _is_valid_disklabel(sda6) returning True >22:03:29,626 DEBUG anaconda: _is_valid_size(sda6) returning True >22:03:29,626 DEBUG anaconda: _is_valid_location(sda6) returning True >22:03:29,626 WARN anaconda: sda6 not bootable >22:03:29,627 DEBUG anaconda: _is_valid_format(sda6) returning False >22:03:29,627 DEBUG anaconda: is_valid_stage1_device(sda6) returning False >22:03:29,627 DEBUG anaconda: _is_valid_disklabel(sda7) returning True >22:03:29,628 DEBUG anaconda: _is_valid_size(sda7) returning True >22:03:29,628 DEBUG anaconda: _is_valid_location(sda7) returning True >22:03:29,628 WARN anaconda: sda7 not bootable >22:03:29,628 DEBUG anaconda: _is_valid_format(sda7) returning False >22:03:29,628 DEBUG anaconda: is_valid_stage1_device(sda7) returning False >22:03:29,629 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >22:03:29,629 INFO anaconda: Thread Done: AnaExecuteStorageThread (139779374671616) >22:03:29,824 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', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sr0'] >22:03:29,959 DEBUG anaconda: ui: unused=['sda3', 'sda1', 'sda4'] >22:03:29,959 DEBUG anaconda: ui: new_devices=[] >22:03:30,263 DEBUG anaconda: page clicked: New Fedora-Server 21_Alpha Installation >22:03:30,264 DEBUG anaconda: show mountpoint: New Fedora-Server 21_Alpha Installation >22:03:30,264 DEBUG anaconda: show mountpoint: New Fedora-Server 21_Alpha Installation >22:03:30,408 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> >22:03:30,408 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> status to: Saving storage configuration... >22:03:30,409 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> status to: Failed to save storage configuration... >22:03:30,411 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> >22:03:32,828 DEBUG anaconda: page clicked: Fedora Linux 21 for x86_64 >22:03:32,828 DEBUG anaconda: show mountpoint: Fedora Linux 21 for x86_64 >22:03:32,835 DEBUG anaconda: populate_right_side: existing 512 MiB partition sda5 (47) with existing ext4 filesystem >22:03:32,845 DEBUG anaconda: updated device_disks to ['sda'] >22:03:32,845 DEBUG anaconda: updated device_container_name to None >22:03:32,845 DEBUG anaconda: updated device_container_raid_level to None >22:03:32,845 DEBUG anaconda: updated device_container_encrypted to False >22:03:32,845 DEBUG anaconda: updated device_container_size to 0 >22:03:32,849 DEBUG anaconda: fs type changed: ext4 >22:03:32,851 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f20fbcc8210> >22:03:32,853 DEBUG anaconda: populate_raid: 2, None >22:03:32,853 DEBUG anaconda: populate_raid: 2, None >22:03:32,854 DEBUG anaconda: populate_right_side: existing 512 MiB partition sda5 (47) with existing ext4 filesystem >22:03:32,861 DEBUG anaconda: updated device_disks to ['sda'] >22:03:32,861 DEBUG anaconda: updated device_container_name to None >22:03:32,861 DEBUG anaconda: updated device_container_raid_level to None >22:03:32,861 DEBUG anaconda: updated device_container_encrypted to False >22:03:32,861 DEBUG anaconda: updated device_container_size to 0 >22:03:32,864 DEBUG anaconda: populate_raid: 2, None >22:03:41,407 INFO anaconda: ui: saving changes to device sda5 >22:03:41,408 DEBUG anaconda: reformat: True >22:03:41,424 DEBUG anaconda: old disks: ['sda'] >22:03:41,424 DEBUG anaconda: new disks: ['sda'] >22:03:41,425 DEBUG anaconda: device: existing 512 MiB partition sda5 (47) with existing ext4 filesystem >22:03:41,432 DEBUG anaconda: old container_encrypted: False >22:03:41,433 DEBUG anaconda: new container_encrypted: False >22:03:41,433 DEBUG anaconda: old name: sda5 >22:03:41,433 DEBUG anaconda: new name: None >22:03:41,433 DEBUG anaconda: old encrypted: False >22:03:41,433 DEBUG anaconda: new encrypted: False >22:03:41,433 DEBUG anaconda: old container_raid_level: None >22:03:41,433 DEBUG anaconda: new container_raid_level: None >22:03:41,433 DEBUG anaconda: old raid_level: None >22:03:41,433 DEBUG anaconda: new raid_level: None >22:03:41,433 DEBUG anaconda: old label: >22:03:41,433 DEBUG anaconda: new label: >22:03:41,433 DEBUG anaconda: old device_type: 2 >22:03:41,434 DEBUG anaconda: new device_type: 2 >22:03:41,434 DEBUG anaconda: old container_name: None >22:03:41,434 DEBUG anaconda: new container_name: None >22:03:41,434 DEBUG anaconda: old mountpoint: >22:03:41,434 DEBUG anaconda: new mountpoint: /boot >22:03:41,434 DEBUG anaconda: old fstype: ext4 >22:03:41,434 DEBUG anaconda: new fstype: ext4 >22:03:41,434 DEBUG anaconda: old container_size: 0 >22:03:41,434 DEBUG anaconda: new container_size: 0 >22:03:41,434 DEBUG anaconda: old size: 512 MiB >22:03:41,442 DEBUG anaconda: new size: 512 MiB >22:03:41,449 INFO anaconda: scheduling reformat of sda5 as ext4 >22:03:41,459 DEBUG anaconda: populate_right_side: existing 512 MiB partition sda5 (47) with non-existent ext4 filesystem mounted at /boot >22:03:41,464 DEBUG anaconda: updated device_disks to ['sda'] >22:03:41,464 DEBUG anaconda: updated device_container_name to None >22:03:41,464 DEBUG anaconda: updated device_container_raid_level to None >22:03:41,465 DEBUG anaconda: updated device_container_encrypted to False >22:03:41,465 DEBUG anaconda: updated device_container_size to 0 >22:03:41,467 DEBUG anaconda: populate_raid: 2, None >22:03:42,596 DEBUG anaconda: current selector: existing 512 MiB partition sda5 (47) with non-existent ext4 filesystem mounted at /boot >22:03:42,607 DEBUG anaconda: new selector: existing 99 MiB partition sda2 (32) with existing efi filesystem >22:03:42,616 DEBUG anaconda: populate_right_side: existing 99 MiB partition sda2 (32) with existing efi filesystem >22:03:42,626 DEBUG anaconda: updated device_disks to ['sda'] >22:03:42,626 DEBUG anaconda: updated device_container_name to None >22:03:42,626 DEBUG anaconda: updated device_container_raid_level to None >22:03:42,626 DEBUG anaconda: updated device_container_encrypted to False >22:03:42,626 DEBUG anaconda: updated device_container_size to 0 >22:03:42,630 DEBUG anaconda: fs type changed: EFI System Partition >22:03:42,631 DEBUG anaconda: populate_raid: 2, None >22:03:42,632 DEBUG anaconda: populate_right_side: existing 99 MiB partition sda2 (32) with existing efi filesystem >22:03:42,640 DEBUG anaconda: updated device_disks to ['sda'] >22:03:42,640 DEBUG anaconda: updated device_container_name to None >22:03:42,640 DEBUG anaconda: updated device_container_raid_level to None >22:03:42,640 DEBUG anaconda: updated device_container_encrypted to False >22:03:42,640 DEBUG anaconda: updated device_container_size to 0 >22:03:42,643 DEBUG anaconda: populate_raid: 2, None >22:03:49,039 INFO anaconda: ui: saving changes to device sda2 >22:03:49,040 DEBUG anaconda: reformat: False >22:03:49,046 DEBUG anaconda: old disks: ['sda'] >22:03:49,046 DEBUG anaconda: new disks: ['sda'] >22:03:49,047 DEBUG anaconda: device: existing 99 MiB partition sda2 (32) with existing efi filesystem >22:03:49,052 DEBUG anaconda: old container_encrypted: False >22:03:49,052 DEBUG anaconda: new container_encrypted: False >22:03:49,052 DEBUG anaconda: old name: sda2 >22:03:49,052 DEBUG anaconda: new name: None >22:03:49,052 DEBUG anaconda: old encrypted: False >22:03:49,052 DEBUG anaconda: new encrypted: False >22:03:49,053 DEBUG anaconda: old container_raid_level: None >22:03:49,053 DEBUG anaconda: new container_raid_level: None >22:03:49,053 DEBUG anaconda: old raid_level: None >22:03:49,053 DEBUG anaconda: new raid_level: None >22:03:49,053 DEBUG anaconda: old label: >22:03:49,053 DEBUG anaconda: new label: >22:03:49,053 DEBUG anaconda: old device_type: 2 >22:03:49,053 DEBUG anaconda: new device_type: 2 >22:03:49,053 DEBUG anaconda: old container_name: None >22:03:49,053 DEBUG anaconda: new container_name: None >22:03:49,053 DEBUG anaconda: old mountpoint: >22:03:49,053 DEBUG anaconda: new mountpoint: /boot/efi >22:03:49,053 DEBUG anaconda: old fstype: efi >22:03:49,053 DEBUG anaconda: new fstype: efi >22:03:49,053 DEBUG anaconda: old container_size: 0 >22:03:49,054 DEBUG anaconda: new container_size: 0 >22:03:49,054 DEBUG anaconda: old size: 99 MiB >22:03:49,059 DEBUG anaconda: new size: 99 MiB >22:03:49,064 DEBUG anaconda: updating mountpoint of sda2 to /boot/efi >22:03:49,068 DEBUG anaconda: populate_right_side: existing 99 MiB partition sda2 (32) with existing efi filesystem mounted at /boot/efi >22:03:49,074 DEBUG anaconda: updated device_disks to ['sda'] >22:03:49,074 DEBUG anaconda: updated device_container_name to None >22:03:49,074 DEBUG anaconda: updated device_container_raid_level to None >22:03:49,074 DEBUG anaconda: updated device_container_encrypted to False >22:03:49,074 DEBUG anaconda: updated device_container_size to 0 >22:03:49,077 DEBUG anaconda: populate_raid: 2, None >22:03:50,196 DEBUG anaconda: current selector: existing 99 MiB partition sda2 (32) with existing efi filesystem mounted at /boot/efi >22:03:50,208 DEBUG anaconda: new selector: existing 58.59 GiB partition sda6 (52) with existing ext4 filesystem >22:03:50,219 DEBUG anaconda: populate_right_side: existing 58.59 GiB partition sda6 (52) with existing ext4 filesystem >22:03:50,228 DEBUG anaconda: updated device_disks to ['sda'] >22:03:50,228 DEBUG anaconda: updated device_container_name to None >22:03:50,228 DEBUG anaconda: updated device_container_raid_level to None >22:03:50,229 DEBUG anaconda: updated device_container_encrypted to False >22:03:50,229 DEBUG anaconda: updated device_container_size to 0 >22:03:50,232 DEBUG anaconda: fs type changed: ext4 >22:03:50,234 DEBUG anaconda: populate_raid: 2, None >22:03:50,235 DEBUG anaconda: populate_right_side: existing 58.59 GiB partition sda6 (52) with existing ext4 filesystem >22:03:50,243 DEBUG anaconda: updated device_disks to ['sda'] >22:03:50,243 DEBUG anaconda: updated device_container_name to None >22:03:50,243 DEBUG anaconda: updated device_container_raid_level to None >22:03:50,243 DEBUG anaconda: updated device_container_encrypted to False >22:03:50,243 DEBUG anaconda: updated device_container_size to 0 >22:03:50,247 DEBUG anaconda: populate_raid: 2, None >22:03:54,127 INFO anaconda: ui: saving changes to device sda6 >22:03:54,128 DEBUG anaconda: reformat: True >22:03:54,136 DEBUG anaconda: old disks: ['sda'] >22:03:54,137 DEBUG anaconda: new disks: ['sda'] >22:03:54,137 DEBUG anaconda: device: existing 58.59 GiB partition sda6 (52) with existing ext4 filesystem >22:03:54,144 DEBUG anaconda: old container_encrypted: False >22:03:54,144 DEBUG anaconda: new container_encrypted: False >22:03:54,144 DEBUG anaconda: old name: sda6 >22:03:54,144 DEBUG anaconda: new name: None >22:03:54,144 DEBUG anaconda: old encrypted: False >22:03:54,144 DEBUG anaconda: new encrypted: False >22:03:54,144 DEBUG anaconda: old container_raid_level: None >22:03:54,144 DEBUG anaconda: new container_raid_level: None >22:03:54,144 DEBUG anaconda: old raid_level: None >22:03:54,144 DEBUG anaconda: new raid_level: None >22:03:54,144 DEBUG anaconda: old label: >22:03:54,144 DEBUG anaconda: new label: >22:03:54,144 DEBUG anaconda: old device_type: 2 >22:03:54,145 DEBUG anaconda: new device_type: 2 >22:03:54,145 DEBUG anaconda: old container_name: None >22:03:54,145 DEBUG anaconda: new container_name: None >22:03:54,145 DEBUG anaconda: old mountpoint: >22:03:54,145 DEBUG anaconda: new mountpoint: / >22:03:54,145 DEBUG anaconda: old fstype: ext4 >22:03:54,145 DEBUG anaconda: new fstype: ext4 >22:03:54,145 DEBUG anaconda: old container_size: 0 >22:03:54,145 DEBUG anaconda: new container_size: 0 >22:03:54,145 DEBUG anaconda: old size: 58.59 GiB >22:03:54,152 DEBUG anaconda: new size: 58.59 GiB >22:03:54,158 INFO anaconda: scheduling reformat of sda6 as ext4 >22:03:54,166 DEBUG anaconda: populate_right_side: existing 58.59 GiB partition sda6 (52) with non-existent ext4 filesystem mounted at / >22:03:54,172 DEBUG anaconda: updated device_disks to ['sda'] >22:03:54,172 DEBUG anaconda: updated device_container_name to None >22:03:54,172 DEBUG anaconda: updated device_container_raid_level to None >22:03:54,172 DEBUG anaconda: updated device_container_encrypted to False >22:03:54,172 DEBUG anaconda: updated device_container_size to 0 >22:03:54,175 DEBUG anaconda: populate_raid: 2, None >22:03:54,876 DEBUG anaconda: current selector: existing 58.59 GiB partition sda6 (52) with non-existent ext4 filesystem mounted at / >22:03:54,881 DEBUG anaconda: new selector: existing 8192 MiB partition sda7 (57) with existing swap >22:03:54,887 DEBUG anaconda: populate_right_side: existing 8192 MiB partition sda7 (57) with existing swap >22:03:54,892 DEBUG anaconda: updated device_disks to ['sda'] >22:03:54,892 DEBUG anaconda: updated device_container_name to None >22:03:54,893 DEBUG anaconda: updated device_container_raid_level to None >22:03:54,893 DEBUG anaconda: updated device_container_encrypted to False >22:03:54,893 DEBUG anaconda: updated device_container_size to 0 >22:03:54,895 DEBUG anaconda: fs type changed: swap >22:03:54,897 DEBUG anaconda: populate_raid: 2, None >22:03:54,897 DEBUG anaconda: populate_right_side: existing 8192 MiB partition sda7 (57) with existing swap >22:03:54,902 DEBUG anaconda: updated device_disks to ['sda'] >22:03:54,903 DEBUG anaconda: updated device_container_name to None >22:03:54,903 DEBUG anaconda: updated device_container_raid_level to None >22:03:54,903 DEBUG anaconda: updated device_container_encrypted to False >22:03:54,903 DEBUG anaconda: updated device_container_size to 0 >22:03:54,905 DEBUG anaconda: populate_raid: 2, None >22:03:56,734 INFO anaconda: ui: saving changes to device sda7 >22:03:56,735 DEBUG anaconda: reformat: True >22:03:56,747 DEBUG anaconda: old disks: ['sda'] >22:03:56,747 DEBUG anaconda: new disks: ['sda'] >22:03:56,747 DEBUG anaconda: device: existing 8192 MiB partition sda7 (57) with existing swap >22:03:56,754 DEBUG anaconda: old container_encrypted: False >22:03:56,755 DEBUG anaconda: new container_encrypted: False >22:03:56,755 DEBUG anaconda: old name: sda7 >22:03:56,755 DEBUG anaconda: new name: None >22:03:56,755 DEBUG anaconda: old encrypted: False >22:03:56,755 DEBUG anaconda: new encrypted: False >22:03:56,755 DEBUG anaconda: old container_raid_level: None >22:03:56,755 DEBUG anaconda: new container_raid_level: None >22:03:56,755 DEBUG anaconda: old raid_level: None >22:03:56,755 DEBUG anaconda: new raid_level: None >22:03:56,755 DEBUG anaconda: old label: >22:03:56,755 DEBUG anaconda: new label: >22:03:56,755 DEBUG anaconda: old device_type: 2 >22:03:56,755 DEBUG anaconda: new device_type: 2 >22:03:56,755 DEBUG anaconda: old container_name: None >22:03:56,755 DEBUG anaconda: new container_name: None >22:03:56,756 DEBUG anaconda: old mountpoint: >22:03:56,756 DEBUG anaconda: new mountpoint: None >22:03:56,756 DEBUG anaconda: old fstype: swap >22:03:56,756 DEBUG anaconda: new fstype: swap >22:03:56,756 DEBUG anaconda: old container_size: 0 >22:03:56,756 DEBUG anaconda: new container_size: 0 >22:03:56,756 DEBUG anaconda: old size: 8192 MiB >22:03:56,761 DEBUG anaconda: new size: 8192 MiB >22:03:56,767 INFO anaconda: scheduling reformat of sda7 as swap >22:03:56,775 DEBUG anaconda: populate_right_side: existing 8192 MiB partition sda7 (57) with non-existent swap >22:03:56,781 DEBUG anaconda: updated device_disks to ['sda'] >22:03:56,781 DEBUG anaconda: updated device_container_name to None >22:03:56,781 DEBUG anaconda: updated device_container_raid_level to None >22:03:56,781 DEBUG anaconda: updated device_container_encrypted to False >22:03:56,781 DEBUG anaconda: updated device_container_size to 0 >22:03:56,784 DEBUG anaconda: populate_raid: 2, None >22:04:04,318 DEBUG anaconda: new disk order: ['sda'] >22:04:04,333 DEBUG anaconda: stage1 device cannot be of type disk >22:04:04,334 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >22:04:04,334 DEBUG anaconda: _is_valid_size(sda1) returning True >22:04:04,334 DEBUG anaconda: _is_valid_location(sda1) returning True >22:04:04,334 WARN anaconda: sda1 not bootable >22:04:04,334 DEBUG anaconda: _is_valid_format(sda1) returning False >22:04:04,334 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >22:04:04,335 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >22:04:04,335 DEBUG anaconda: _is_valid_size(sda2) returning True >22:04:04,335 DEBUG anaconda: _is_valid_location(sda2) returning True >22:04:04,335 DEBUG anaconda: _is_valid_format(sda2) returning True >22:04:04,335 DEBUG anaconda: is_valid_stage1_device(sda2) returning True >22:04:04,337 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >22:04:04,337 DEBUG anaconda: _is_valid_size(sda2) returning True >22:04:04,337 DEBUG anaconda: _is_valid_location(sda2) returning True >22:04:04,337 DEBUG anaconda: _is_valid_format(sda2) returning True >22:04:04,337 DEBUG anaconda: is_valid_stage1_device(sda2) returning True >22:04:04,337 DEBUG anaconda: _is_valid_disklabel(sda5) returning True >22:04:04,338 DEBUG anaconda: _is_valid_size(sda5) returning True >22:04:04,338 DEBUG anaconda: _is_valid_location(sda5) returning True >22:04:04,338 DEBUG anaconda: _is_valid_partition(sda5) returning True >22:04:04,338 DEBUG anaconda: _is_valid_format(sda5) returning True >22:04:04,338 DEBUG anaconda: is_valid_stage2_device(sda5) returning True >22:04:04,358 INFO anaconda: fs space: 58.59 GiB needed: 2861.02 MiB >22:04:04,372 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> >22:04:04,372 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> status to: Checking storage configuration... >22:04:04,374 INFO anaconda: fs space: 58.59 GiB needed: 2861.02 MiB >22:04:04,387 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> >22:04:06,419 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >22:04:06,475 INFO anaconda: fs space: 58.59 GiB needed: 2861.02 MiB >22:04:06,491 INFO anaconda: fs space: 58.59 GiB needed: 2861.02 MiB >22:04:06,505 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f20f0fff890> >22:04:10,425 DEBUG anaconda: Left hub: SummaryHub >22:04:10,425 DEBUG anaconda: Entered hub: ProgressHub >22:04:10,477 INFO anaconda: Running Thread: AnaInstallThread (139779374671616) >22:04:11,501 INFO anaconda: Setting up the installation environment >22:04:12,002 INFO anaconda: Creating ext4 on /dev/sda5 >22:04:12,259 INFO anaconda: Creating ext4 on /dev/sda6 >22:04:14,052 INFO anaconda: Creating swap on /dev/sda7 >22:04:14,713 DEBUG anaconda: running handleException >22:04:14,713 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 204, in doInstall > payload.preInstall(packages=packages, groups=payload.languageGroups()) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1355, in preInstall > self.checkSoftwareSelection() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1266, in checkSoftwareSelection > self._applyYumSelections() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1212, in _applyYumSelections > self._selectYumGroup("core") > > File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1097, in _selectYumGroup > raise NoSuchGroup(groupid, required=required) > >NoSuchGroup: core > >22:04:14,714 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >22:04:14,714 INFO anaconda: Thread Done: AnaInstallThread (139779374671616) > > >/tmp/packaging.log: >00:03:13,402 INFO packaging: configuring base repo >00:03:13,434 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >00:03:13,434 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >00:03:13,435 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >00:03:13,435 DEBUG yum.verbose.plugin: Adding en_US to language list >00:03:13,437 DEBUG yum.verbose.YumBase: Config time: 0.015 >00:03:13,464 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >00:03:13,465 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >00:03:13,465 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >00:03:13,465 DEBUG yum.verbose.plugin: Adding en_US to language list >00:03:13,467 DEBUG yum.verbose.YumBase: Config time: 0.007 >00:03:13,504 INFO packaging: adding yum repo, name: anaconda, baseurl: file:///run/install/repo, mirrorlist: None >00:03:13,527 INFO packaging: adding yum repo, name: CFL-OS-21_Alpha-x86_64, baseurl: http://thlin.digifarma.nl/fedora/test/21_Alpha/Server/x86_64/os, mirrorlist: None >00:03:13,537 ERR packaging: repo CFL-OS-21_Alpha-x86_64 setup failed: failure: repodata/repomd.xml from CFL-OS-21_Alpha-x86_64: [Errno 256] No more mirrors to try. >http://thlin.digifarma.nl/fedora/test/21_Alpha/Server/x86_64/os/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found >00:03:13,544 INFO packaging: adding yum repo, name: Digifarma, baseurl: http://thlin.digifarma.nl/digifarma/20/x86_64, mirrorlist: None >00:03:13,567 INFO packaging: Error downloading treeinfo: [Errno 14] HTTP Error 404 - Not Found >22:03:13,611 INFO packaging: gathering repo metadata >22:03:13,613 INFO packaging: gathering repo metadata for Digifarma >22:03:13,622 INFO packaging: skipping disabled repo fedora >22:03:13,623 INFO packaging: skipping disabled repo CFL-OS-21_Alpha-x86_64 >22:03:13,624 INFO packaging: skipping disabled repo fedora-workstation >22:03:13,625 INFO packaging: skipping disabled repo updates-testing >22:03:13,626 INFO packaging: gathering repo metadata for anaconda >22:03:13,635 INFO packaging: skipping disabled repo updates >22:03:13,636 INFO packaging: skipping disabled repo fedora-server >22:03:13,638 INFO packaging: skipping disabled repo fedora-cloud >22:03:13,638 INFO packaging: Refreshing environmentAddons >22:03:13,642 DEBUG yum.verbose.YumBase: Setting up Package Sacks >22:03:13,642 INFO_2 yum.verbose.plugin: Determining fastest mirrors >22:03:13,679 DEBUG yum.verbose.YumBase: pkgsack time: 0.037 >22:03:13,680 DEBUG yum.verbose.YumBase: group time: 0.038 >22:03:13,681 INFO packaging: metadata retrieval complete >22:04:14,686 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >22:04:14,686 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >22:04:14,686 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >22:04:14,687 DEBUG yum.verbose.plugin: Adding en_US.UTF-8 to language list >22:04:14,690 DEBUG yum.verbose.YumBase: Config time: 0.009 >22:04:14,692 INFO packaging: gathering repo metadata >22:04:14,696 INFO packaging: gathering repo metadata for anaconda >22:04:14,700 INFO packaging: gathering repo metadata for Digifarma >22:04:14,702 INFO packaging: Refreshing environmentAddons >22:04:14,704 INFO packaging: metadata retrieval complete >22:04:14,705 INFO packaging: checking software selection >22:04:14,707 DEBUG yum.verbose.YumBase: Setting up Package Sacks >22:04:14,708 INFO_2 yum.verbose.plugin: Loading mirror speeds from cached hostfile >22:04:14,712 DEBUG yum.verbose.YumBase: pkgsack time: 0.005 >22:04:14,713 DEBUG yum.verbose.YumBase: group time: 0.006 > > >/tmp/program.log: >22:03:05,392 INFO program: Running... losetup --list >22:03:05,559 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >22:03:05,569 DEBUG program: Return code: 0 >22:03:05,569 INFO program: Running... udevadm settle --timeout=300 >22:03:05,731 DEBUG program: Return code: 0 >22:03:05,752 INFO program: Running... modprobe fcoe >22:03:05,861 DEBUG program: Return code: 0 >22:03:05,861 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >22:03:05,872 INFO program: No FCoE boot disk information is found in EDD! >22:03:05,872 DEBUG program: Return code: 1 >22:03:05,883 INFO program: Running... loadkeys us >22:03:05,969 DEBUG program: Return code: 0 >22:03:06,065 INFO program: Running... losetup --list >22:03:06,712 INFO program: Running... metacity --display :1 --sm-disable >22:03:06,712 INFO program: Running... spice-vdagent >22:03:06,731 DEBUG program: Return code: 0 >22:03:07,527 INFO program: Running... systemctl start chronyd.service >22:03:07,574 DEBUG program: Return code: 0 >22:03:07,575 INFO program: Running... hwclock --hctosys --utc >22:03:08,000 DEBUG program: Return code: 0 >22:03:08,001 INFO program: Running... udevadm settle --timeout=300 >22:03:08,015 DEBUG program: Return code: 0 >22:03:08,015 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >22:03:08,084 DEBUG program: Return code: 0 >22:03:08,085 INFO program: Running... udevadm settle --timeout=300 >22:03:08,448 DEBUG program: Return code: 0 >22:03:08,455 INFO program: Running... udevadm settle --timeout=300 >22:03:08,466 DEBUG program: Return code: 0 >22:03:08,488 INFO program: Running... multipath -c /dev/sdb >22:03:08,493 INFO program: /dev/sdb is not a valid multipath device path >22:03:08,494 DEBUG program: Return code: 1 >22:03:08,747 INFO program: Running... ntfsinfo -m /dev/sdb1 >22:03:08,860 INFO program: Volume Information >22:03:08,860 INFO program: Name of device: /dev/sdb1 >22:03:08,860 INFO program: Device state: 11 >22:03:08,861 INFO program: Volume Name: LL_DOC >22:03:08,861 INFO program: Volume State: 91 >22:03:08,861 INFO program: Volume Flags: 0x0000 >22:03:08,861 INFO program: Volume Version: 3.1 >22:03:08,861 INFO program: Sector Size: 512 >22:03:08,861 INFO program: Cluster Size: 4096 >22:03:08,861 INFO program: Index Block Size: 4096 >22:03:08,861 INFO program: Volume Size in Clusters: 65535 >22:03:08,861 INFO program: MFT Information >22:03:08,861 INFO program: MFT Record Size: 1024 >22:03:08,862 INFO program: MFT Zone Multiplier: 0 >22:03:08,862 INFO program: MFT Data Position: 24 >22:03:08,862 INFO program: MFT Zone Start: 0 >22:03:08,862 INFO program: MFT Zone End: 8195 >22:03:08,862 INFO program: MFT Zone Position: 4 >22:03:08,862 INFO program: Current Position in First Data Zone: 8195 >22:03:08,862 INFO program: Current Position in Second Data Zone: 0 >22:03:08,862 INFO program: Allocated clusters 7 (0.0%) >22:03:08,862 INFO program: LCN of Data Attribute for FILE_MFT: 4 >22:03:08,862 INFO program: FILE_MFTMirr Size: 4 >22:03:08,862 INFO program: LCN of Data Attribute for File_MFTMirr: 32767 >22:03:08,863 INFO program: Size of Attribute Definition Table: 2560 >22:03:08,863 INFO program: Number of Attached Extent Inodes: 0 >22:03:08,863 INFO program: FILE_Bitmap Information >22:03:08,863 INFO program: FILE_Bitmap MFT Record Number: 6 >22:03:08,863 INFO program: State of FILE_Bitmap Inode: 80 >22:03:08,863 INFO program: Length of Attribute List: 0 >22:03:08,863 INFO program: Number of Attached Extent Inodes: 0 >22:03:08,863 INFO program: FILE_Bitmap Data Attribute Information >22:03:08,863 INFO program: Decompressed Runlist: not done yet >22:03:08,863 INFO program: Base Inode: 6 >22:03:08,863 INFO program: Attribute Types: not done yet >22:03:08,864 INFO program: Attribute Name Length: 0 >22:03:08,864 INFO program: Attribute State: 3 >22:03:08,864 INFO program: Attribute Allocated Size: 8192 >22:03:08,864 INFO program: Attribute Data Size: 8192 >22:03:08,864 INFO program: Attribute Initialized Size: 8192 >22:03:08,864 INFO program: Attribute Compressed Size: 0 >22:03:08,864 INFO program: Compression Block Size: 0 >22:03:08,864 INFO program: Compression Block Size Bits: 0 >22:03:08,864 INFO program: Compression Block Clusters: 0 >22:03:08,864 INFO program: Free Clusters: 65094 (99.3%) >22:03:08,865 DEBUG program: Return code: 0 >22:03:08,865 INFO program: Running... ntfsresize -m /dev/sdb1 >22:03:09,102 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >22:03:09,103 INFO program: Minsize (in MB): 2 >22:03:09,103 DEBUG program: Return code: 0 >22:03:09,175 INFO program: Running... modprobe vfat >22:03:09,201 DEBUG program: Return code: 0 >22:03:09,320 INFO program: Running... dumpe2fs -h /dev/sdb3 >22:03:09,333 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >22:03:09,333 INFO program: Filesystem volume name: LOCAL LOGISTICS >22:03:09,333 INFO program: Last mounted on: /run/install/repo >22:03:09,334 INFO program: Filesystem UUID: 3e0026ca-9446-451c-a855-64344a2cc82b >22:03:09,334 INFO program: Filesystem magic number: 0xEF53 >22:03:09,334 INFO program: Filesystem revision #: 1 (dynamic) >22:03:09,334 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 >22:03:09,334 INFO program: Filesystem flags: signed_directory_hash >22:03:09,334 INFO program: Default mount options: user_xattr acl >22:03:09,334 INFO program: Filesystem state: clean >22:03:09,334 INFO program: Errors behavior: Continue >22:03:09,335 INFO program: Filesystem OS type: Linux >22:03:09,335 INFO program: Inode count: 115368 >22:03:09,335 INFO program: Block count: 459756 >22:03:09,335 INFO program: Reserved block count: 22987 >22:03:09,335 INFO program: Free blocks: 39959 >22:03:09,335 INFO program: Free inodes: 114800 >22:03:09,335 INFO program: First block: 1 >22:03:09,335 INFO program: Block size: 1024 >22:03:09,335 INFO program: Fragment size: 1024 >22:03:09,335 INFO program: Reserved GDT blocks: 256 >22:03:09,336 INFO program: Blocks per group: 8192 >22:03:09,336 INFO program: Fragments per group: 8192 >22:03:09,336 INFO program: Inodes per group: 2024 >22:03:09,336 INFO program: Inode blocks per group: 253 >22:03:09,336 INFO program: Flex block group size: 16 >22:03:09,336 INFO program: Filesystem created: Tue Sep 30 13:10:44 2014 >22:03:09,336 INFO program: Last mount time: Tue Sep 30 22:02:56 2014 >22:03:09,336 INFO program: Last write time: Tue Sep 30 22:02:56 2014 >22:03:09,336 INFO program: Mount count: 3 >22:03:09,336 INFO program: Maximum mount count: -1 >22:03:09,336 INFO program: Last checked: Tue Sep 30 13:10:44 2014 >22:03:09,336 INFO program: Check interval: 0 (<none>) >22:03:09,337 INFO program: Lifetime writes: 413 MB >22:03:09,337 INFO program: Reserved blocks uid: 0 (user root) >22:03:09,337 INFO program: Reserved blocks gid: 0 (group root) >22:03:09,337 INFO program: First inode: 11 >22:03:09,337 INFO program: Inode size: 128 >22:03:09,337 INFO program: Journal inode: 8 >22:03:09,337 INFO program: Default directory hash: half_md4 >22:03:09,337 INFO program: Directory Hash Seed: 7ef48cf3-0ef2-4c51-a5d8-daa7caf89c2e >22:03:09,337 INFO program: Journal backup: inode blocks >22:03:09,337 INFO program: Journal features: journal_incompat_revoke >22:03:09,337 INFO program: Journal size: 8M >22:03:09,338 INFO program: Journal length: 8192 >22:03:09,338 INFO program: Journal sequence: 0x00000084 >22:03:09,338 INFO program: Journal start: 1 >22:03:09,338 INFO program: >22:03:09,338 DEBUG program: Return code: 0 >22:03:09,338 INFO program: Running... resize2fs -P /dev/sdb3 >22:03:09,364 INFO program: resize2fs 1.42.11 (09-Jul-2014) >22:03:09,365 INFO program: Estimated minimum size of the filesystem: 459756 >22:03:09,365 DEBUG program: Return code: 0 >22:03:09,393 INFO program: Running... multipath -c /dev/sda >22:03:09,399 INFO program: /dev/sda is not a valid multipath device path >22:03:09,400 DEBUG program: Return code: 1 >22:03:09,526 INFO program: Running... ntfsinfo -m /dev/sda1 >22:03:09,533 INFO program: Volume Information >22:03:09,533 INFO program: Name of device: /dev/sda1 >22:03:09,533 INFO program: Device state: 11 >22:03:09,534 INFO program: Volume Name: Herstel >22:03:09,534 INFO program: Volume State: 91 >22:03:09,534 INFO program: Volume Flags: 0x0080 >22:03:09,534 INFO program: Volume Version: 3.1 >22:03:09,534 INFO program: Sector Size: 512 >22:03:09,534 INFO program: Cluster Size: 4096 >22:03:09,535 INFO program: Index Block Size: 4096 >22:03:09,535 INFO program: Volume Size in Clusters: 76799 >22:03:09,535 INFO program: MFT Information >22:03:09,535 INFO program: MFT Record Size: 1024 >22:03:09,535 INFO program: MFT Zone Multiplier: 0 >22:03:09,535 INFO program: MFT Data Position: 24 >22:03:09,535 INFO program: MFT Zone Start: 25600 >22:03:09,535 INFO program: MFT Zone End: 35199 >22:03:09,536 INFO program: MFT Zone Position: 25600 >22:03:09,536 INFO program: Current Position in First Data Zone: 35199 >22:03:09,536 INFO program: Current Position in Second Data Zone: 0 >22:03:09,536 INFO program: Allocated clusters 64 (0.1%) >22:03:09,536 INFO program: LCN of Data Attribute for FILE_MFT: 25600 >22:03:09,536 INFO program: FILE_MFTMirr Size: 4 >22:03:09,536 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >22:03:09,536 INFO program: Size of Attribute Definition Table: 2560 >22:03:09,536 INFO program: Number of Attached Extent Inodes: 0 >22:03:09,537 INFO program: FILE_Bitmap Information >22:03:09,537 INFO program: FILE_Bitmap MFT Record Number: 6 >22:03:09,537 INFO program: State of FILE_Bitmap Inode: 80 >22:03:09,537 INFO program: Length of Attribute List: 0 >22:03:09,537 INFO program: Number of Attached Extent Inodes: 0 >22:03:09,537 INFO program: FILE_Bitmap Data Attribute Information >22:03:09,537 INFO program: Decompressed Runlist: not done yet >22:03:09,537 INFO program: Base Inode: 6 >22:03:09,537 INFO program: Attribute Types: not done yet >22:03:09,537 INFO program: Attribute Name Length: 0 >22:03:09,537 INFO program: Attribute State: 3 >22:03:09,537 INFO program: Attribute Allocated Size: 12288 >22:03:09,538 INFO program: Attribute Data Size: 9600 >22:03:09,538 INFO program: Attribute Initialized Size: 9600 >22:03:09,538 INFO program: Attribute Compressed Size: 0 >22:03:09,538 INFO program: Compression Block Size: 0 >22:03:09,538 INFO program: Compression Block Size Bits: 0 >22:03:09,538 INFO program: Compression Block Clusters: 0 >22:03:09,538 INFO program: Free Clusters: 16696 (21.7%) >22:03:09,538 DEBUG program: Return code: 0 >22:03:09,538 INFO program: Running... ntfsresize -m /dev/sda1 >22:03:09,548 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >22:03:09,548 INFO program: Minsize (in MB): 247 >22:03:09,548 DEBUG program: Return code: 0 >22:03:09,744 INFO program: Running... ntfsinfo -m /dev/sda4 >22:03:09,763 INFO program: Volume Information >22:03:09,763 INFO program: Name of device: /dev/sda4 >22:03:09,764 INFO program: Device state: 11 >22:03:09,764 INFO program: Volume Name: >22:03:09,764 INFO program: Volume State: 91 >22:03:09,764 INFO program: Volume Flags: 0x0000 >22:03:09,764 INFO program: Volume Version: 3.1 >22:03:09,765 INFO program: Sector Size: 512 >22:03:09,765 INFO program: Cluster Size: 4096 >22:03:09,765 INFO program: Index Block Size: 4096 >22:03:09,765 INFO program: Volume Size in Clusters: 15224831 >22:03:09,765 INFO program: MFT Information >22:03:09,765 INFO program: MFT Record Size: 1024 >22:03:09,765 INFO program: MFT Zone Multiplier: 0 >22:03:09,765 INFO program: MFT Data Position: 24 >22:03:09,765 INFO program: MFT Zone Start: 786432 >22:03:09,766 INFO program: MFT Zone End: 2689535 >22:03:09,766 INFO program: MFT Zone Position: 786432 >22:03:09,766 INFO program: Current Position in First Data Zone: 2689535 >22:03:09,766 INFO program: Current Position in Second Data Zone: 0 >22:03:09,766 INFO program: Allocated clusters 46912 (0.3%) >22:03:09,766 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >22:03:09,766 INFO program: FILE_MFTMirr Size: 4 >22:03:09,766 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >22:03:09,767 INFO program: Size of Attribute Definition Table: 2560 >22:03:09,767 INFO program: Number of Attached Extent Inodes: 0 >22:03:09,767 INFO program: FILE_Bitmap Information >22:03:09,767 INFO program: FILE_Bitmap MFT Record Number: 6 >22:03:09,767 INFO program: State of FILE_Bitmap Inode: 80 >22:03:09,767 INFO program: Length of Attribute List: 0 >22:03:09,767 INFO program: Number of Attached Extent Inodes: 0 >22:03:09,767 INFO program: FILE_Bitmap Data Attribute Information >22:03:09,767 INFO program: Decompressed Runlist: not done yet >22:03:09,768 INFO program: Base Inode: 6 >22:03:09,768 INFO program: Attribute Types: not done yet >22:03:09,768 INFO program: Attribute Name Length: 0 >22:03:09,768 INFO program: Attribute State: 3 >22:03:09,768 INFO program: Attribute Allocated Size: 1904640 >22:03:09,768 INFO program: Attribute Data Size: 1903104 >22:03:09,768 INFO program: Attribute Initialized Size: 1903104 >22:03:09,768 INFO program: Attribute Compressed Size: 0 >22:03:09,769 INFO program: Compression Block Size: 0 >22:03:09,769 INFO program: Compression Block Size Bits: 0 >22:03:09,769 INFO program: Compression Block Clusters: 0 >22:03:09,769 INFO program: Free Clusters: 8971264 (58.9%) >22:03:09,769 DEBUG program: Return code: 0 >22:03:09,769 INFO program: Running... ntfsresize -m /dev/sda4 >22:03:10,875 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >22:03:10,875 INFO program: Minsize (in MB): 25615 >22:03:10,875 DEBUG program: Return code: 0 >22:03:10,876 INFO program: Running... systemctl status chronyd.service >22:03:10,886 INFO program: * chronyd.service - NTP client/server >22:03:10,886 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >22:03:10,886 INFO program: Active: active (running) since Tue 2014-09-30 22:03:07 UTC; 3s ago >22:03:10,887 INFO program: Process: 1418 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >22:03:10,887 INFO program: Process: 1414 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS) >22:03:10,887 INFO program: Main PID: 1416 (chronyd) >22:03:10,887 INFO program: CGroup: /system.slice/chronyd.service >22:03:10,888 INFO program: `-1416 /usr/sbin/chronyd >22:03:10,888 INFO program: >22:03:10,888 INFO program: Sep 30 22:03:07 testsys.digifarma.nl systemd[1]: Started NTP client/server. >22:03:10,888 DEBUG program: Return code: 0 >22:03:10,971 INFO program: Running... dumpe2fs -h /dev/sda5 >22:03:10,978 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >22:03:10,978 INFO program: Filesystem volume name: <none> >22:03:10,979 INFO program: Last mounted on: /boot >22:03:10,979 INFO program: Filesystem UUID: fda043c2-d85e-4ce4-9985-8d419d4b8728 >22:03:10,980 INFO program: Filesystem magic number: 0xEF53 >22:03:10,980 INFO program: Filesystem revision #: 1 (dynamic) >22:03:10,980 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >22:03:10,981 INFO program: Filesystem flags: signed_directory_hash >22:03:10,981 INFO program: Default mount options: user_xattr acl >22:03:10,981 INFO program: Filesystem state: clean >22:03:10,981 INFO program: Errors behavior: Continue >22:03:10,982 INFO program: Filesystem OS type: Linux >22:03:10,982 INFO program: Inode count: 32768 >22:03:10,982 INFO program: Block count: 131072 >22:03:10,982 INFO program: Reserved block count: 6553 >22:03:10,983 INFO program: Free blocks: 104516 >22:03:10,983 INFO program: Free inodes: 32742 >22:03:10,983 INFO program: First block: 0 >22:03:10,984 INFO program: Block size: 4096 >22:03:10,984 INFO program: Fragment size: 4096 >22:03:10,984 INFO program: Reserved GDT blocks: 31 >22:03:10,984 INFO program: Blocks per group: 32768 >22:03:10,985 INFO program: Fragments per group: 32768 >22:03:10,985 INFO program: Inodes per group: 8192 >22:03:10,985 INFO program: Inode blocks per group: 512 >22:03:10,986 INFO program: Flex block group size: 16 >22:03:10,986 INFO program: Filesystem created: Tue Sep 30 11:39:46 2014 >22:03:10,986 INFO program: Last mount time: Tue Sep 30 11:07:09 2014 >22:03:10,986 INFO program: Last write time: Tue Sep 30 20:01:54 2014 >22:03:10,986 INFO program: Mount count: 2 >22:03:10,987 INFO program: Maximum mount count: -1 >22:03:10,987 INFO program: Last checked: Tue Sep 30 11:39:46 2014 >22:03:10,987 INFO program: Check interval: 0 (<none>) >22:03:10,987 INFO program: Lifetime writes: 112 MB >22:03:10,988 INFO program: Reserved blocks uid: 0 (user root) >22:03:10,988 INFO program: Reserved blocks gid: 0 (group root) >22:03:10,988 INFO program: First inode: 11 >22:03:10,988 INFO program: Inode size: 256 >22:03:10,989 INFO program: Required extra isize: 28 >22:03:10,989 INFO program: Desired extra isize: 28 >22:03:10,989 INFO program: Journal inode: 8 >22:03:10,989 INFO program: Default directory hash: half_md4 >22:03:10,990 INFO program: Directory Hash Seed: d3ccc8cc-d9af-4447-b4dd-3b5101f73810 >22:03:10,990 INFO program: Journal backup: inode blocks >22:03:10,991 INFO program: Journal features: (none) >22:03:10,991 INFO program: Journal size: 16M >22:03:10,991 INFO program: Journal length: 4096 >22:03:10,992 INFO program: Journal sequence: 0x00000018 >22:03:10,992 INFO program: Journal start: 0 >22:03:10,992 INFO program: >22:03:10,992 DEBUG program: Return code: 0 >22:03:10,992 INFO program: Running... resize2fs -P /dev/sda5 >22:03:10,999 INFO program: resize2fs 1.42.11 (09-Jul-2014) >22:03:10,999 INFO program: Estimated minimum size of the filesystem: 26628 >22:03:11,000 DEBUG program: Return code: 0 >22:03:11,091 INFO program: Running... dumpe2fs -h /dev/sda6 >22:03:11,097 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >22:03:11,098 INFO program: Filesystem volume name: <none> >22:03:11,098 INFO program: Last mounted on: / >22:03:11,098 INFO program: Filesystem UUID: 6a9d87c5-0aff-4afb-a91e-52ffcc5e0c66 >22:03:11,098 INFO program: Filesystem magic number: 0xEF53 >22:03:11,098 INFO program: Filesystem revision #: 1 (dynamic) >22:03:11,098 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >22:03:11,098 INFO program: Filesystem flags: signed_directory_hash >22:03:11,098 INFO program: Default mount options: user_xattr acl >22:03:11,099 INFO program: Filesystem state: clean >22:03:11,099 INFO program: Errors behavior: Continue >22:03:11,099 INFO program: Filesystem OS type: Linux >22:03:11,099 INFO program: Inode count: 3842048 >22:03:11,099 INFO program: Block count: 15360000 >22:03:11,099 INFO program: Reserved block count: 768000 >22:03:11,099 INFO program: Free blocks: 13794455 >22:03:11,099 INFO program: Free inodes: 3725971 >22:03:11,100 INFO program: First block: 0 >22:03:11,100 INFO program: Block size: 4096 >22:03:11,100 INFO program: Fragment size: 4096 >22:03:11,100 INFO program: Reserved GDT blocks: 1020 >22:03:11,100 INFO program: Blocks per group: 32768 >22:03:11,100 INFO program: Fragments per group: 32768 >22:03:11,100 INFO program: Inodes per group: 8192 >22:03:11,100 INFO program: Inode blocks per group: 512 >22:03:11,101 INFO program: Flex block group size: 16 >22:03:11,101 INFO program: Filesystem created: Tue Sep 30 11:39:47 2014 >22:03:11,101 INFO program: Last mount time: Tue Sep 30 11:07:09 2014 >22:03:11,101 INFO program: Last write time: Tue Sep 30 11:07:09 2014 >22:03:11,101 INFO program: Mount count: 2 >22:03:11,101 INFO program: Maximum mount count: -1 >22:03:11,101 INFO program: Last checked: Tue Sep 30 11:39:47 2014 >22:03:11,101 INFO program: Check interval: 0 (<none>) >22:03:11,102 INFO program: Lifetime writes: 6232 MB >22:03:11,102 INFO program: Reserved blocks uid: 0 (user root) >22:03:11,102 INFO program: Reserved blocks gid: 0 (group root) >22:03:11,102 INFO program: First inode: 11 >22:03:11,102 INFO program: Inode size: 256 >22:03:11,102 INFO program: Required extra isize: 28 >22:03:11,102 INFO program: Desired extra isize: 28 >22:03:11,102 INFO program: Journal inode: 8 >22:03:11,103 INFO program: Default directory hash: half_md4 >22:03:11,103 INFO program: Directory Hash Seed: c2268379-d97b-4b12-8d85-649b2f7013d9 >22:03:11,103 INFO program: Journal backup: inode blocks >22:03:11,103 INFO program: Journal features: journal_incompat_revoke >22:03:11,103 INFO program: Journal size: 128M >22:03:11,103 INFO program: Journal length: 32768 >22:03:11,103 INFO program: Journal sequence: 0x000022cb >22:03:11,104 INFO program: Journal start: 0 >22:03:11,104 INFO program: >22:03:11,104 DEBUG program: Return code: 0 >22:03:11,104 INFO program: Running... resize2fs -P /dev/sda6 >22:03:11,110 INFO program: resize2fs 1.42.11 (09-Jul-2014) >22:03:11,110 INFO program: Estimated minimum size of the filesystem: 1404247 >22:03:11,111 DEBUG program: Return code: 0 >22:03:11,530 INFO program: Running... modprobe btrfs >22:03:11,651 DEBUG program: Return code: 0 >22:03:11,790 INFO program: Running... hostnamectl set-hostname testsys.digifarma.nl >22:03:11,854 DEBUG program: Return code: 0 >22:03:11,855 INFO program: Running... modprobe xfs >22:03:11,916 DEBUG program: Return code: 0 >22:03:11,916 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:03:11,924 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:03:11,924 DEBUG program: Return code: 0 >22:03:11,929 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:03:11,935 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:03:11,935 DEBUG program: Return code: 0 >22:03:11,950 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:03:11,956 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:03:11,956 DEBUG program: Return code: 0 >22:03:11,960 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:03:11,965 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:03:11,966 DEBUG program: Return code: 0 >22:03:11,970 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:03:11,985 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:03:11,986 DEBUG program: Return code: 0 >22:03:12,004 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:03:12,012 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:03:12,013 DEBUG program: Return code: 0 >22:03:12,030 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:03:12,037 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:03:12,037 DEBUG program: Return code: 0 >22:03:12,041 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:03:12,046 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:03:12,047 DEBUG program: Return code: 0 >22:03:12,076 INFO program: Running... dumpe2fs -h /dev/loop1 >22:03:12,082 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >22:03:12,082 INFO program: Filesystem volume name: Anaconda >22:03:12,083 INFO program: Last mounted on: / >22:03:12,083 INFO program: Filesystem UUID: 499aa32d-e600-4163-8a4a-2d0627d68fd9 >22:03:12,083 INFO program: Filesystem magic number: 0xEF53 >22:03:12,083 INFO program: Filesystem revision #: 1 (dynamic) >22:03:12,083 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 >22:03:12,083 INFO program: Filesystem flags: signed_directory_hash >22:03:12,083 INFO program: Default mount options: user_xattr acl >22:03:12,083 INFO program: Filesystem state: clean >22:03:12,084 INFO program: Errors behavior: Continue >22:03:12,084 INFO program: Filesystem OS type: Linux >22:03:12,084 INFO program: Inode count: 131072 >22:03:12,084 INFO program: Block count: 2097152 >22:03:12,084 INFO program: Reserved block count: 0 >22:03:12,084 INFO program: Free blocks: 1179953 >22:03:12,084 INFO program: Free inodes: 96678 >22:03:12,084 INFO program: First block: 1 >22:03:12,085 INFO program: Block size: 1024 >22:03:12,085 INFO program: Fragment size: 1024 >22:03:12,085 INFO program: Reserved GDT blocks: 256 >22:03:12,085 INFO program: Blocks per group: 8192 >22:03:12,085 INFO program: Fragments per group: 8192 >22:03:12,085 INFO program: Inodes per group: 512 >22:03:12,085 INFO program: Inode blocks per group: 128 >22:03:12,085 INFO program: Flex block group size: 16 >22:03:12,085 INFO program: Filesystem created: Tue Sep 16 10:13:58 2014 >22:03:12,086 INFO program: Last mount time: Tue Sep 16 10:14:36 2014 >22:03:12,086 INFO program: Last write time: Tue Sep 16 10:14:49 2014 >22:03:12,086 INFO program: Mount count: 2 >22:03:12,086 INFO program: Maximum mount count: -1 >22:03:12,086 INFO program: Last checked: Tue Sep 16 10:13:58 2014 >22:03:12,086 INFO program: Check interval: 0 (<none>) >22:03:12,086 INFO program: Lifetime writes: 32 MB >22:03:12,086 INFO program: Reserved blocks uid: 0 (user root) >22:03:12,086 INFO program: Reserved blocks gid: 0 (group root) >22:03:12,087 INFO program: First inode: 11 >22:03:12,087 INFO program: Inode size: 256 >22:03:12,087 INFO program: Required extra isize: 28 >22:03:12,087 INFO program: Desired extra isize: 28 >22:03:12,087 INFO program: Journal inode: 8 >22:03:12,087 INFO program: Default directory hash: half_md4 >22:03:12,087 INFO program: Directory Hash Seed: c8cf1fa3-1ab9-4be7-880b-149f4897d971 >22:03:12,087 INFO program: Journal backup: inode blocks >22:03:12,087 INFO program: Journal features: (none) >22:03:12,088 INFO program: Journal size: 32M >22:03:12,088 INFO program: Journal length: 32768 >22:03:12,088 INFO program: Journal sequence: 0x0000000d >22:03:12,088 INFO program: Journal start: 0 >22:03:12,088 INFO program: >22:03:12,088 DEBUG program: Return code: 0 >22:03:12,088 INFO program: Running... resize2fs -P /dev/loop1 >22:03:12,095 INFO program: resize2fs 1.42.11 (09-Jul-2014) >22:03:12,095 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >22:03:12,095 INFO program: Couldn't find valid filesystem superblock. >22:03:12,095 DEBUG program: Return code: 1 >22:03:12,535 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >22:03:12,541 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >22:03:12,542 INFO program: Filesystem volume name: Anaconda >22:03:12,542 INFO program: Last mounted on: / >22:03:12,542 INFO program: Filesystem UUID: 499aa32d-e600-4163-8a4a-2d0627d68fd9 >22:03:12,542 INFO program: Filesystem magic number: 0xEF53 >22:03:12,542 INFO program: Filesystem revision #: 1 (dynamic) >22:03:12,542 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 >22:03:12,542 INFO program: Filesystem flags: signed_directory_hash >22:03:12,542 INFO program: Default mount options: user_xattr acl >22:03:12,543 INFO program: Filesystem state: clean >22:03:12,543 INFO program: Errors behavior: Continue >22:03:12,543 INFO program: Filesystem OS type: Linux >22:03:12,543 INFO program: Inode count: 131072 >22:03:12,543 INFO program: Block count: 2097152 >22:03:12,543 INFO program: Reserved block count: 0 >22:03:12,543 INFO program: Free blocks: 1179953 >22:03:12,543 INFO program: Free inodes: 96678 >22:03:12,543 INFO program: First block: 1 >22:03:12,544 INFO program: Block size: 1024 >22:03:12,544 INFO program: Fragment size: 1024 >22:03:12,544 INFO program: Reserved GDT blocks: 256 >22:03:12,544 INFO program: Blocks per group: 8192 >22:03:12,544 INFO program: Fragments per group: 8192 >22:03:12,544 INFO program: Inodes per group: 512 >22:03:12,544 INFO program: Inode blocks per group: 128 >22:03:12,544 INFO program: Flex block group size: 16 >22:03:12,544 INFO program: Filesystem created: Tue Sep 16 10:13:58 2014 >22:03:12,545 INFO program: Last mount time: Tue Sep 30 22:02:57 2014 >22:03:12,545 INFO program: Last write time: Tue Sep 30 22:02:57 2014 >22:03:12,545 INFO program: Mount count: 3 >22:03:12,545 INFO program: Maximum mount count: -1 >22:03:12,545 INFO program: Last checked: Tue Sep 16 10:13:58 2014 >22:03:12,545 INFO program: Check interval: 0 (<none>) >22:03:12,545 INFO program: Lifetime writes: 32 MB >22:03:12,545 INFO program: Reserved blocks uid: 0 (user root) >22:03:12,545 INFO program: Reserved blocks gid: 0 (group root) >22:03:12,546 INFO program: First inode: 11 >22:03:12,546 INFO program: Inode size: 256 >22:03:12,546 INFO program: Required extra isize: 28 >22:03:12,546 INFO program: Desired extra isize: 28 >22:03:12,546 INFO program: Journal inode: 8 >22:03:12,546 INFO program: Default directory hash: half_md4 >22:03:12,546 INFO program: Directory Hash Seed: c8cf1fa3-1ab9-4be7-880b-149f4897d971 >22:03:12,546 INFO program: Journal backup: inode blocks >22:03:12,547 INFO program: Journal features: (none) >22:03:12,547 INFO program: Journal size: 32M >22:03:12,547 INFO program: Journal length: 32768 >22:03:12,547 INFO program: Journal sequence: 0x0000000e >22:03:12,547 INFO program: Journal start: 1 >22:03:12,547 INFO program: >22:03:12,547 DEBUG program: Return code: 0 >22:03:12,548 INFO program: Running... resize2fs -P /dev/mapper/live-rw >22:03:12,554 INFO program: resize2fs 1.42.11 (09-Jul-2014) >22:03:12,554 INFO program: Estimated minimum size of the filesystem: 996898 >22:03:12,554 DEBUG program: Return code: 0 >22:03:12,608 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >22:03:12,613 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >22:03:12,614 INFO program: Filesystem volume name: Anaconda >22:03:12,614 INFO program: Last mounted on: / >22:03:12,614 INFO program: Filesystem UUID: 499aa32d-e600-4163-8a4a-2d0627d68fd9 >22:03:12,614 INFO program: Filesystem magic number: 0xEF53 >22:03:12,614 INFO program: Filesystem revision #: 1 (dynamic) >22:03:12,614 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 >22:03:12,615 INFO program: Filesystem flags: signed_directory_hash >22:03:12,615 INFO program: Default mount options: user_xattr acl >22:03:12,615 INFO program: Filesystem state: clean >22:03:12,615 INFO program: Errors behavior: Continue >22:03:12,615 INFO program: Filesystem OS type: Linux >22:03:12,615 INFO program: Inode count: 131072 >22:03:12,615 INFO program: Block count: 2097152 >22:03:12,615 INFO program: Reserved block count: 0 >22:03:12,615 INFO program: Free blocks: 1179953 >22:03:12,616 INFO program: Free inodes: 96678 >22:03:12,616 INFO program: First block: 1 >22:03:12,616 INFO program: Block size: 1024 >22:03:12,616 INFO program: Fragment size: 1024 >22:03:12,616 INFO program: Reserved GDT blocks: 256 >22:03:12,616 INFO program: Blocks per group: 8192 >22:03:12,616 INFO program: Fragments per group: 8192 >22:03:12,616 INFO program: Inodes per group: 512 >22:03:12,616 INFO program: Inode blocks per group: 128 >22:03:12,617 INFO program: Flex block group size: 16 >22:03:12,617 INFO program: Filesystem created: Tue Sep 16 10:13:58 2014 >22:03:12,617 INFO program: Last mount time: Tue Sep 16 10:14:36 2014 >22:03:12,617 INFO program: Last write time: Tue Sep 16 10:14:49 2014 >22:03:12,617 INFO program: Mount count: 2 >22:03:12,617 INFO program: Maximum mount count: -1 >22:03:12,617 INFO program: Last checked: Tue Sep 16 10:13:58 2014 >22:03:12,617 INFO program: Check interval: 0 (<none>) >22:03:12,618 INFO program: Lifetime writes: 32 MB >22:03:12,618 INFO program: Reserved blocks uid: 0 (user root) >22:03:12,618 INFO program: Reserved blocks gid: 0 (group root) >22:03:12,618 INFO program: First inode: 11 >22:03:12,618 INFO program: Inode size: 256 >22:03:12,618 INFO program: Required extra isize: 28 >22:03:12,618 INFO program: Desired extra isize: 28 >22:03:12,618 INFO program: Journal inode: 8 >22:03:12,618 INFO program: Default directory hash: half_md4 >22:03:12,619 INFO program: Directory Hash Seed: c8cf1fa3-1ab9-4be7-880b-149f4897d971 >22:03:12,619 INFO program: Journal backup: inode blocks >22:03:12,619 INFO program: Journal features: (none) >22:03:12,619 INFO program: Journal size: 32M >22:03:12,619 INFO program: Journal length: 32768 >22:03:12,619 INFO program: Journal sequence: 0x0000000d >22:03:12,619 INFO program: Journal start: 0 >22:03:12,619 INFO program: >22:03:12,619 DEBUG program: Return code: 0 >22:03:12,620 INFO program: Running... resize2fs -P /dev/mapper/live-base >22:03:12,626 INFO program: resize2fs 1.42.11 (09-Jul-2014) >22:03:12,626 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >22:03:12,626 INFO program: Couldn't find valid filesystem superblock. >22:03:12,626 DEBUG program: Return code: 1 >22:03:12,639 INFO program: Running... udevadm settle --timeout=300 >22:03:12,653 DEBUG program: Return code: 0 >22:03:12,662 INFO program: Running... udevadm settle --timeout=300 >22:03:12,673 DEBUG program: Return code: 0 >22:03:12,676 INFO program: Running... udevadm settle --timeout=300 >22:03:12,688 DEBUG program: Return code: 0 >22:03:12,689 INFO program: Running... udevadm settle --timeout=300 >22:03:12,700 DEBUG program: Return code: 0 >22:03:12,704 INFO program: Running... udevadm settle --timeout=300 >22:03:12,715 DEBUG program: Return code: 0 >22:03:12,717 INFO program: Running... udevadm settle --timeout=300 >22:03:12,728 DEBUG program: Return code: 0 >22:03:12,732 INFO program: Running... udevadm settle --timeout=300 >22:03:12,743 DEBUG program: Return code: 0 >22:03:12,744 INFO program: Running... udevadm settle --timeout=300 >22:03:12,756 DEBUG program: Return code: 0 >22:03:12,760 INFO program: Running... udevadm settle --timeout=300 >22:03:12,771 DEBUG program: Return code: 0 >22:03:12,774 INFO program: Running... udevadm settle --timeout=300 >22:03:12,785 DEBUG program: Return code: 0 >22:03:12,788 INFO program: Running... udevadm settle --timeout=300 >22:03:12,799 DEBUG program: Return code: 0 >22:03:12,801 INFO program: Running... udevadm settle --timeout=300 >22:03:12,812 DEBUG program: Return code: 0 >22:03:12,816 INFO program: Running... udevadm settle --timeout=300 >22:03:12,827 DEBUG program: Return code: 0 >22:03:12,828 INFO program: Running... udevadm settle --timeout=300 >22:03:12,840 DEBUG program: Return code: 0 >22:03:12,849 INFO program: Running... udevadm settle --timeout=300 >22:03:12,860 DEBUG program: Return code: 0 >22:03:12,862 INFO program: Running... udevadm settle --timeout=300 >22:03:12,874 DEBUG program: Return code: 0 >22:03:12,879 INFO program: Running... udevadm settle --timeout=300 >22:03:12,890 DEBUG program: Return code: 0 >22:03:12,895 INFO program: Running... udevadm settle --timeout=300 >22:03:12,906 DEBUG program: Return code: 0 >22:03:12,911 INFO program: Running... udevadm settle --timeout=300 >22:03:12,922 DEBUG program: Return code: 0 >22:03:12,926 INFO program: Running... udevadm settle --timeout=300 >00:03:12,937 DEBUG program: Return code: 0 >00:03:12,938 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >00:03:12,944 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >00:03:12,944 DEBUG program: Return code: 0 >00:03:12,946 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >00:03:12,952 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >00:03:12,952 DEBUG program: Return code: 0 >00:03:12,962 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sdb3 /mnt/sysimage >00:03:12,972 INFO program: mount: /dev/sdb3 is already mounted or /mnt/sysimage busy >00:03:12,973 INFO program: /dev/sdb3 is already mounted on /run/install/repo >00:03:12,973 DEBUG program: Return code: 32 >00:03:12,978 INFO program: Running... udevadm settle --timeout=300 >00:03:12,990 DEBUG program: Return code: 0 >00:03:12,992 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda5 /mnt/sysimage >00:03:13,000 DEBUG program: Return code: 0 >00:03:13,002 INFO program: Running... udevadm settle --timeout=300 >00:03:13,013 DEBUG program: Return code: 0 >00:03:13,014 INFO program: Running... umount /mnt/sysimage >00:03:13,030 DEBUG program: Return code: 0 >00:03:13,030 INFO program: Running... udevadm settle --timeout=300 >00:03:13,042 DEBUG program: Return code: 0 >00:03:13,047 INFO program: Running... udevadm settle --timeout=300 >00:03:13,059 DEBUG program: Return code: 0 >00:03:13,061 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda6 /mnt/sysimage >00:03:13,069 DEBUG program: Return code: 0 >00:03:13,073 INFO program: Running... arch >00:03:13,101 INFO program: x86_64 >00:03:13,101 DEBUG program: Return code: 0 >00:03:13,112 INFO program: Running... udevadm settle --timeout=300 >00:03:13,124 DEBUG program: Return code: 0 >00:03:13,124 INFO program: Running... umount /mnt/sysimage >00:03:13,137 DEBUG program: Return code: 0 >00:03:13,138 INFO program: Running... udevadm settle --timeout=300 >00:03:13,149 DEBUG program: Return code: 0 >22:03:14,747 INFO program: Running... udevadm settle --timeout=300 >22:03:14,758 DEBUG program: Return code: 0 >22:03:14,764 INFO program: Running... udevadm settle --timeout=300 >22:03:14,774 DEBUG program: Return code: 0 >22:03:14,789 INFO program: Running... udevadm settle --timeout=300 >22:03:14,800 DEBUG program: Return code: 0 >22:03:14,805 INFO program: Running... udevadm settle --timeout=300 >22:03:14,816 DEBUG program: Return code: 0 >22:03:14,821 INFO program: Running... udevadm settle --timeout=300 >22:03:14,832 DEBUG program: Return code: 0 >22:03:14,837 INFO program: Running... udevadm settle --timeout=300 >22:03:14,847 DEBUG program: Return code: 0 >22:03:29,494 INFO program: Running... udevadm settle --timeout=300 >22:03:29,505 DEBUG program: Return code: 0 >22:03:29,510 INFO program: Running... udevadm settle --timeout=300 >22:03:29,521 DEBUG program: Return code: 0 >22:03:29,535 INFO program: Running... udevadm settle --timeout=300 >22:03:29,546 DEBUG program: Return code: 0 >22:03:29,551 INFO program: Running... udevadm settle --timeout=300 >22:03:29,562 DEBUG program: Return code: 0 >22:03:29,567 INFO program: Running... udevadm settle --timeout=300 >22:03:29,578 DEBUG program: Return code: 0 >22:03:29,583 INFO program: Running... udevadm settle --timeout=300 >22:03:29,593 DEBUG program: Return code: 0 >22:04:04,254 INFO program: Running... udevadm settle --timeout=300 >22:04:04,285 DEBUG program: Return code: 0 >22:04:04,294 INFO program: Running... udevadm settle --timeout=300 >22:04:04,312 DEBUG program: Return code: 0 >22:04:10,478 INFO program: Running... hwclock --systohc --utc >22:04:11,501 DEBUG program: Return code: 0 >22:04:11,522 INFO program: Running... udevadm settle --timeout=300 >22:04:11,537 DEBUG program: Return code: 0 >22:04:11,540 INFO program: Running... udevadm settle --timeout=300 >22:04:11,555 DEBUG program: Return code: 0 >22:04:11,556 INFO program: Running... udevadm settle --timeout=300 >22:04:11,572 DEBUG program: Return code: 0 >22:04:11,576 INFO program: Running... udevadm settle --timeout=300 >22:04:11,590 DEBUG program: Return code: 0 >22:04:11,594 INFO program: Running... udevadm settle --timeout=300 >22:04:11,609 DEBUG program: Return code: 0 >22:04:11,612 INFO program: Running... udevadm settle --timeout=300 >22:04:11,626 DEBUG program: Return code: 0 >22:04:11,628 INFO program: Running... udevadm settle --timeout=300 >22:04:11,641 DEBUG program: Return code: 0 >22:04:11,644 INFO program: Running... udevadm settle --timeout=300 >22:04:11,658 DEBUG program: Return code: 0 >22:04:11,660 INFO program: Running... udevadm settle --timeout=300 >22:04:11,674 DEBUG program: Return code: 0 >22:04:11,677 INFO program: Running... udevadm settle --timeout=300 >22:04:11,692 DEBUG program: Return code: 0 >22:04:11,693 INFO program: Running... udevadm settle --timeout=300 >22:04:11,709 DEBUG program: Return code: 0 >22:04:11,712 INFO program: Running... udevadm settle --timeout=300 >22:04:11,725 DEBUG program: Return code: 0 >22:04:11,728 INFO program: Running... udevadm settle --timeout=300 >22:04:11,740 DEBUG program: Return code: 0 >22:04:11,745 INFO program: Running... udevadm settle --timeout=300 >22:04:11,760 DEBUG program: Return code: 0 >22:04:11,763 INFO program: Running... udevadm settle --timeout=300 >22:04:11,777 DEBUG program: Return code: 0 >22:04:11,778 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:04:11,786 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:04:11,787 DEBUG program: Return code: 0 >22:04:11,789 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:04:11,799 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:04:11,799 DEBUG program: Return code: 0 >22:04:11,801 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:04:11,808 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:04:11,810 DEBUG program: Return code: 0 >22:04:11,844 INFO program: Running... wipefs -f -a /dev/sda5 >22:04:11,872 INFO program: /dev/sda5: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >22:04:11,872 DEBUG program: Return code: 0 >22:04:11,872 INFO program: Running... udevadm settle --timeout=300 >22:04:11,888 DEBUG program: Return code: 0 >22:04:11,889 INFO program: Running... udevadm settle --timeout=300 >22:04:11,904 DEBUG program: Return code: 0 >22:04:11,907 INFO program: Running... wipefs -f -a /dev/sda6 >22:04:11,922 INFO program: /dev/sda6: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >22:04:11,922 DEBUG program: Return code: 0 >22:04:11,922 INFO program: Running... udevadm settle --timeout=300 >22:04:11,937 DEBUG program: Return code: 0 >22:04:11,938 INFO program: Running... udevadm settle --timeout=300 >22:04:11,952 DEBUG program: Return code: 0 >22:04:11,956 INFO program: Running... wipefs -f -a /dev/sda7 >22:04:11,968 INFO program: /dev/sda7: 10 bytes were erased at offset 0x00000ff6 (swap): 53 57 41 50 53 50 41 43 45 32 >22:04:11,970 DEBUG program: Return code: 0 >22:04:11,970 INFO program: Running... udevadm settle --timeout=300 >22:04:11,984 DEBUG program: Return code: 0 >22:04:11,985 INFO program: Running... udevadm settle --timeout=300 >22:04:11,999 DEBUG program: Return code: 0 >22:04:12,041 INFO program: Running... mke2fs -t ext4 /dev/sda5 >22:04:12,200 INFO program: mke2fs 1.42.11 (09-Jul-2014) >22:04:12,200 INFO program: Discarding device blocks: 4096/131072 done >22:04:12,200 INFO program: Creating filesystem with 131072 4k blocks and 32768 inodes >22:04:12,201 INFO program: Filesystem UUID: a420a5e5-b1f0-4169-b3b1-ad0f9ec668dd >22:04:12,201 INFO program: Superblock backups stored on blocks: >22:04:12,201 INFO program: 32768, 98304 >22:04:12,201 INFO program: >22:04:12,201 INFO program: Allocating group tables: 0/4 done >22:04:12,201 INFO program: Writing inode tables: 0/4 done >22:04:12,201 INFO program: Creating journal (4096 blocks): done >22:04:12,202 INFO program: Writing superblocks and filesystem accounting information: 0/4 done >22:04:12,202 INFO program: >22:04:12,202 DEBUG program: Return code: 0 >22:04:12,205 INFO program: Running... e2label /dev/sda5 >22:04:12,219 DEBUG program: Return code: 0 >22:04:12,224 INFO program: Running... udevadm settle --timeout=300 >22:04:12,239 DEBUG program: Return code: 0 >22:04:12,243 INFO program: Running... udevadm settle --timeout=300 >22:04:12,256 DEBUG program: Return code: 0 >22:04:12,296 INFO program: Running... mke2fs -t ext4 /dev/sda6 >22:04:14,001 INFO program: mke2fs 1.42.11 (09-Jul-2014) >22:04:14,002 INFO program: Discarding device blocks: 4096/15360000 5771264/15360000 done >22:04:14,002 INFO program: Creating filesystem with 15360000 4k blocks and 3842048 inodes >22:04:14,003 INFO program: Filesystem UUID: 3834f8b3-2e78-4031-aad9-f2540064af9d >22:04:14,003 INFO program: Superblock backups stored on blocks: >22:04:14,004 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >22:04:14,004 INFO program: 4096000, 7962624, 11239424 >22:04:14,004 INFO program: >22:04:14,004 INFO program: Allocating group tables: 0/469 done >22:04:14,004 INFO program: Writing inode tables: 0/469 done >22:04:14,004 INFO program: Creating journal (32768 blocks): done >22:04:14,004 INFO program: Writing superblocks and filesystem accounting information: 0/469 done >22:04:14,005 INFO program: >22:04:14,005 DEBUG program: Return code: 0 >22:04:14,006 INFO program: Running... e2label /dev/sda6 >22:04:14,018 DEBUG program: Return code: 0 >22:04:14,022 INFO program: Running... udevadm settle --timeout=300 >22:04:14,035 DEBUG program: Return code: 0 >22:04:14,039 INFO program: Running... udevadm settle --timeout=300 >22:04:14,050 DEBUG program: Return code: 0 >22:04:14,090 INFO program: Running... mkswap -f -L /dev/sda7 >22:04:14,125 INFO program: Setting up swapspace version 1, size = 8388604 KiB >22:04:14,127 INFO program: LABEL=, UUID=2936219d-de43-4c01-a454-968edf56dc23 >22:04:14,127 DEBUG program: Return code: 0 >22:04:14,128 INFO program: Running... udevadm settle --timeout=300 >22:04:14,142 DEBUG program: Return code: 0 >22:04:14,145 INFO program: Running... udevadm settle --timeout=300 >22:04:14,159 DEBUG program: Return code: 0 >22:04:14,451 INFO program: Running... swapon /dev/sda7 >22:04:14,463 DEBUG program: Return code: 0 >22:04:14,493 INFO program: Running... mount -t ext4 -o defaults /dev/sda6 /mnt/sysimage >22:04:14,507 DEBUG program: Return code: 0 >22:04:14,522 INFO program: Running... mount -t ext4 -o defaults /dev/sda5 /mnt/sysimage/boot >22:04:14,530 DEBUG program: Return code: 0 >22:04:14,534 INFO program: Running... mount -t vfat -o umask=0077,shortname=winnt /dev/sda2 /mnt/sysimage/boot/efi >22:04:14,543 DEBUG program: Return code: 0 >22:04:14,547 INFO program: Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev >22:04:14,557 DEBUG program: Return code: 0 >22:04:14,560 INFO program: Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts >22:04:14,568 DEBUG program: Return code: 0 >22:04:14,572 INFO program: Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm >22:04:14,580 DEBUG program: Return code: 0 >22:04:14,582 INFO program: Running... mount -t proc -o defaults proc /mnt/sysimage/proc >22:04:14,592 DEBUG program: Return code: 0 >22:04:14,628 INFO program: Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run >22:04:14,637 DEBUG program: Return code: 0 >22:04:14,642 INFO program: Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys >22:04:14,649 DEBUG program: Return code: 0 >22:04:14,652 INFO program: Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux >22:04:14,662 DEBUG program: Return code: 0 >22:04:15,026 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:04:15,032 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:04:15,033 DEBUG program: Return code: 0 >22:04:15,035 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:04:15,040 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:04:15,041 DEBUG program: Return code: 0 >22:04:15,044 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:04:15,049 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:04:15,049 DEBUG program: Return code: 0 >22:04:15,052 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >22:04:15,057 INFO program: /dev/loop0: [2067]:16 (/run/install/repo/LiveOS/squashfs.img) >22:04:15,057 DEBUG program: Return code: 0 > > >/tmp/storage.log: >22:03:05,750 DEBUG blivet: IGNORED: Caught exception, continuing. >22:03:05,751 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >22:03:05,751 DEBUG blivet: IGNORED: Begin exception details. >22:03:05,751 DEBUG blivet: IGNORED: Traceback (most recent call last): >22:03:05,751 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >22:03:05,751 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >22:03:05,751 DEBUG blivet: IGNORED: IOError: Unknown error >22:03:05,751 DEBUG blivet: IGNORED: End exception details. >22:03:05,751 INFO blivet: ISCSID is /sbin/iscsid >22:03:05,752 INFO blivet: no initiator set >22:03:05,873 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >22:03:05,873 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >22:03:07,045 DEBUG blivet: trying to set new default fstype to 'ext4' >22:03:07,048 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:07,048 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >22:03:07,049 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:07,049 DEBUG blivet: IGNORED: Caught exception, continuing. >22:03:07,049 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >22:03:07,050 DEBUG blivet: IGNORED: Begin exception details. >22:03:07,050 DEBUG blivet: IGNORED: Traceback (most recent call last): >22:03:07,050 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >22:03:07,050 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >22:03:07,050 DEBUG blivet: IGNORED: IOError: Unknown error >22:03:07,050 DEBUG blivet: IGNORED: End exception details. >22:03:07,430 INFO blivet: Detected 7680 MiB of memory >22:03:07,438 INFO blivet: Suggested swap size (7680 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >22:03:07,444 INFO blivet: Swap attempt of 0.0 >22:03:07,527 INFO blivet: resetting Blivet (version 0.62) instance <blivet.Blivet object at 0x7f210ab96190> >22:03:07,528 INFO blivet: no initiator set >22:03:07,531 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >22:03:07,531 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >22:03:08,455 DEBUG blivet: protected device spec UUID=3e0026ca-9446-451c-a855-64344a2cc82b resolved to sdb3 >22:03:08,473 INFO blivet: devices to scan: ['sdb', 'sdb1', 'sdb2', 'sdb3', 'sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sr0', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >22:03:08,479 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_C0C18D1E-0:0 /dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0', > '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': '1412114579', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '7928023f-2136-49e9-becb-c51ae97a4637', > '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': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_C0C18D1E-0:0', > 'ID_SERIAL_SHORT': 'C0C18D1E', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '864263', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_C0C18D1E-0:0', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0'], > '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 ; >22:03:08,481 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)... >22:03:08,481 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >22:03:08,482 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:08,485 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >22:03:08,486 INFO blivet: sdb is a disk >22:03:08,486 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >22:03:08,487 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >22:03:08,494 INFO blivet: added disk sdb (id 1) to device tree >22:03:08,494 DEBUG blivet: looking up parted Device: /dev/sdb >22:03:08,494 INFO blivet: got device: DiskDevice instance (0x7f20f10f16d0) -- > name = sdb status = True kids = 0 id = 1 > parents = [] > uuid = None size = 962 MiB > format = existing None > major = 8 minor = 16 exists = True protected = False > 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: Generic Flash Disk path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 1970176 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1009, 32, 61) biosGeometry: (122, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd18c0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f20f1159350> >22:03:08,512 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >22:03:08,513 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: gpt ; >22:03:08,514 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >22:03:08,514 DEBUG blivet: required disklabel type for sdb (1) is None >22:03:08,514 DEBUG blivet: default disklabel type for sdb is gpt >22:03:08,514 DEBUG blivet: selecting gpt disklabel for sdb based on size >22:03:08,515 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: gpt ; exists: True ; >22:03:08,697 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f20f116c510>, <parted.partition.Partition object at 0x7f20f116c810>, <parted.partition.Partition object at 0x7f20f116ca90>] > device: <parted.device.Device object at 0x7f20f1159590> > PedDisk: <_ped.Disk object at 0x7f20f1166518> >22:03:08,698 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 4 >22:03:08,699 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >22:03:08,704 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_C0C18D1E-0:0-part1 /dev/disk/by-label/LL_DOC /dev/disk/by-partlabel/LOCALLOGISTICS /dev/disk/by-partuuid/47a52d97-138c-41f1-9174-723dd9b38e0e /dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/1BACB973533E8F86', > 'DEVNAME': 'sdb1', > '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/sdb1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_LABEL': 'LL_DOC', > 'ID_FS_LABEL_ENC': 'LL_DOC', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '1BACB973533E8F86', > 'ID_FS_UUID_ENC': '1BACB973533E8F86', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'LOCALLOGISTICS', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '524288', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '47a52d97-138c-41f1-9174-723dd9b38e0e', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '7928023f-2136-49e9-becb-c51ae97a4637', > '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': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_C0C18D1E-0:0', > 'ID_SERIAL_SHORT': 'C0C18D1E', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '17', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '864295', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_C0C18D1E-0:0-part1', > '/dev/disk/by-label/LL_DOC', > '/dev/disk/by-partlabel/LOCALLOGISTICS', > '/dev/disk/by-partuuid/47a52d97-138c-41f1-9174-723dd9b38e0e', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/1BACB973533E8F86'], > '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/sdb1'} ; name: sdb1 ; >22:03:08,705 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1)... >22:03:08,705 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb1 ; incomplete: False ; >22:03:08,706 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:08,706 INFO blivet: sdb1 is a partition >22:03:08,706 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >22:03:08,707 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >22:03:08,707 DEBUG blivet: DeviceTree.getDeviceByName returned existing 962 MiB disk sdb (1) with existing gpt disklabel >22:03:08,714 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >22:03:08,715 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >22:03:08,715 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >22:03:08,715 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >22:03:08,716 DEBUG blivet: looking up parted Partition: /dev/sdb1 >22:03:08,716 DEBUG blivet: PartitionDevice.probe: sdb1 ; exists: True ; >22:03:08,717 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >22:03:08,717 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >22:03:08,718 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >22:03:08,718 INFO blivet: added partition sdb1 (id 6) to device tree >22:03:08,720 DEBUG blivet: looking up parted Device: /dev/sdb1 >22:03:08,718 INFO blivet: got device: PartitionDevice instance (0x7f20f116ccd0) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing None > major = 8 minor = 17 exists = True protected = False > 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/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1b90> > target size = 0 B path = /dev/sdb1 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c950> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c5d0> PedPartition: <_ped.Partition object at 0x7f20f115bf50> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 2048 end = 526335 length = 524288 > flags = msftdata >22:03:08,746 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >22:03:08,746 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: None ; >22:03:08,747 DEBUG blivet: device sdb1 does not contain a disklabel >22:03:08,747 INFO blivet: type detected on 'sdb1' is 'ntfs' >22:03:09,104 DEBUG blivet: padding min size from 2000000 up to 2000500 >22:03:09,105 DEBUG blivet: NTFS.supported: supported: False ; >22:03:09,105 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 9 >22:03:09,106 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >22:03:09,107 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: ntfs ; >22:03:09,107 INFO blivet: got format: existing ntfs filesystem >22:03:09,111 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_C0C18D1E-0:0-part2 /dev/disk/by-label/EFIBOOT /dev/disk/by-partlabel/EFIBOOT /dev/disk/by-partuuid/c12a7328-f81f-11d2-ba4b-00a0c93ec93b /dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/BD4B-878A', > 'DEVNAME': 'sdb2', > '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/sdb2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_LABEL': 'EFIBOOT', > 'ID_FS_LABEL_ENC': 'EFIBOOT', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'BD4B-878A', > 'ID_FS_UUID_ENC': 'BD4B-878A', > 'ID_FS_VERSION': 'FAT16', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'EFIBOOT', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '526336', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '524288', > 'ID_PART_ENTRY_TYPE': 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > 'ID_PART_ENTRY_UUID': 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '7928023f-2136-49e9-becb-c51ae97a4637', > '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': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_C0C18D1E-0:0', > 'ID_SERIAL_SHORT': 'C0C18D1E', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '18', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '864326', > 'name': 'sdb2', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_C0C18D1E-0:0-part2', > '/dev/disk/by-label/EFIBOOT', > '/dev/disk/by-partlabel/EFIBOOT', > '/dev/disk/by-partuuid/c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/BD4B-878A'], > '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/sdb2'} ; name: sdb2 ; >22:03:09,111 INFO blivet: scanning sdb2 (/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2)... >22:03:09,112 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb2 ; incomplete: False ; >22:03:09,113 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:09,113 INFO blivet: sdb2 is a partition >22:03:09,114 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb2 ; >22:03:09,115 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >22:03:09,115 DEBUG blivet: DeviceTree.getDeviceByName returned existing 962 MiB disk sdb (1) with existing gpt disklabel >22:03:09,126 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdb ; >22:03:09,126 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; >22:03:09,127 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 12 >22:03:09,127 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; current: None ; type: None ; >22:03:09,128 DEBUG blivet: looking up parted Partition: /dev/sdb2 >22:03:09,128 DEBUG blivet: PartitionDevice.probe: sdb2 ; exists: True ; >22:03:09,129 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 1 ; >22:03:09,130 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 10 ; >22:03:09,131 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 12 ; >22:03:09,131 INFO blivet: added partition sdb2 (id 11) to device tree >22:03:09,134 DEBUG blivet: looking up parted Device: /dev/sdb2 >22:03:09,131 INFO blivet: got device: PartitionDevice instance (0x7f20f111a310) -- > name = sdb2 status = True kids = 0 id = 11 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > 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/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1c20> > target size = 0 B path = /dev/sdb2 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c990> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c8d0> PedPartition: <_ped.Partition object at 0x7f20f115bfb0> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 526336 end = 1050623 length = 524288 > flags = boot, esp >22:03:09,172 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb2 ; >22:03:09,174 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb2 ; label_type: None ; >22:03:09,174 DEBUG blivet: device sdb2 does not contain a disklabel >22:03:09,201 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 14 >22:03:09,202 INFO blivet: type detected on 'sdb2' is 'vfat' >22:03:09,202 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 15 >22:03:09,203 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; >22:03:09,204 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; current: None ; type: efi ; >22:03:09,204 INFO blivet: got format: existing efi filesystem >22:03:09,209 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_C0C18D1E-0:0-part3 /dev/disk/by-label/LOCAL\\x20LOGISTICS /dev/disk/by-partlabel/LOCAL\\x20LOGISTICS /dev/disk/by-partuuid/fb7b2f06-e49b-44f6-8b38-ba6740c58868 /dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/3e0026ca-9446-451c-a855-64344a2cc82b', > 'DEVNAME': 'sdb3', > '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/sdb3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_LABEL': 'LOCAL_LOGISTICS', > 'ID_FS_LABEL_ENC': 'LOCAL\\x20LOGISTICS', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '3e0026ca-9446-451c-a855-64344a2cc82b', > 'ID_FS_UUID_ENC': '3e0026ca-9446-451c-a855-64344a2cc82b', > 'ID_FS_VERSION': '1.0', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'LOCAL\\x20LOGISTICS', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1050624', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '919519', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': 'fb7b2f06-e49b-44f6-8b38-ba6740c58868', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '7928023f-2136-49e9-becb-c51ae97a4637', > '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': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_C0C18D1E-0:0', > 'ID_SERIAL_SHORT': 'C0C18D1E', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '19', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '864358', > 'name': 'sdb3', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_C0C18D1E-0:0-part3', > '/dev/disk/by-label/LOCAL\\x20LOGISTICS', > '/dev/disk/by-partlabel/LOCAL\\x20LOGISTICS', > '/dev/disk/by-partuuid/fb7b2f06-e49b-44f6-8b38-ba6740c58868', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/3e0026ca-9446-451c-a855-64344a2cc82b'], > '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/sdb3'} ; name: sdb3 ; >22:03:09,209 INFO blivet: scanning sdb3 (/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb3)... >22:03:09,210 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb3 ; incomplete: False ; >22:03:09,210 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:09,211 INFO blivet: sdb3 is a partition >22:03:09,211 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb3 ; >22:03:09,212 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >22:03:09,213 DEBUG blivet: DeviceTree.getDeviceByName returned existing 962 MiB disk sdb (1) with existing gpt disklabel >22:03:09,222 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sdb ; >22:03:09,223 DEBUG blivet: PartitionDevice._setFormat: sdb3 ; >22:03:09,223 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 18 >22:03:09,224 DEBUG blivet: PartitionDevice._setFormat: sdb3 ; current: None ; type: None ; >22:03:09,224 DEBUG blivet: looking up parted Partition: /dev/sdb3 >22:03:09,225 DEBUG blivet: PartitionDevice.probe: sdb3 ; exists: True ; >22:03:09,226 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 1 ; >22:03:09,227 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 10 ; >22:03:09,228 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 12 ; >22:03:09,228 INFO blivet: added partition sdb3 (id 17) to device tree >22:03:09,231 DEBUG blivet: looking up parted Device: /dev/sdb3 >22:03:09,228 INFO blivet: got device: PartitionDevice instance (0x7f20f111a4d0) -- > name = sdb3 status = True kids = 0 id = 17 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 448.98 MiB > format = existing None > major = 8 minor = 19 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/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 919519 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (471, 32, 61) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1cb0> > target size = 0 B path = /dev/sdb3 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116cb50> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20f116cad0> PedPartition: <_ped.Partition object at 0x7f20f1171050> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 1050624 end = 1970142 length = 919519 > flags = >22:03:09,318 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb3 ; >22:03:09,319 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb3 ; label_type: None ; >22:03:09,319 DEBUG blivet: device sdb3 does not contain a disklabel >22:03:09,319 INFO blivet: type detected on 'sdb3' is 'ext4' >22:03:09,365 DEBUG blivet: size=448.98 MiB, current=448.98 MiB >22:03:09,383 DEBUG blivet: using current size 470790144 as min size >22:03:09,384 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:09,384 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 20 >22:03:09,385 DEBUG blivet: PartitionDevice._setFormat: sdb3 ; >22:03:09,385 DEBUG blivet: PartitionDevice._setFormat: sdb3 ; current: None ; type: ext4 ; >22:03:09,386 INFO blivet: got format: existing ext4 filesystem >22:03:09,389 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': '1412114579', > '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': 'gpt', > 'ID_PART_TABLE_UUID': '4293c689-dd40-400e-9d1b-c623580b16f5', > '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': '866351', > '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 ; >22:03:09,389 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >22:03:09,390 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:09,390 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:09,391 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >22:03:09,392 INFO blivet: sda is a disk >22:03:09,392 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 23 >22:03:09,393 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >22:03:09,400 INFO blivet: added disk sda (id 22) to device tree >22:03:09,400 DEBUG blivet: looking up parted Device: /dev/sda >22:03:09,400 INFO blivet: got device: DiskDevice instance (0x7f20f111ab10) -- > name = sda status = True kids = 0 id = 22 > 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 0x7f20f0fd1dd0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f20f111abd0> >22:03:09,426 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >22:03:09,427 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >22:03:09,428 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >22:03:09,428 DEBUG blivet: required disklabel type for sda (1) is None >22:03:09,428 DEBUG blivet: default disklabel type for sda is gpt >22:03:09,428 DEBUG blivet: selecting gpt disklabel for sda based on size >22:03:09,429 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; exists: True ; >22:03:09,456 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 7 > lastPartitionNumber: 7 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f20f111ad10>, <parted.partition.Partition object at 0x7f20f111a8d0>, <parted.partition.Partition object at 0x7f20f112b090>, <parted.partition.Partition object at 0x7f20f112b210>, <parted.partition.Partition object at 0x7f20f112b3d0>, <parted.partition.Partition object at 0x7f20f112b590>, <parted.partition.Partition object at 0x7f20f112b750>] > device: <parted.device.Device object at 0x7f20f111ae50> > PedDisk: <_ped.Disk object at 0x7f20f11293f8> >22:03:09,458 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 25 >22:03:09,458 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >22:03:09,464 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/Herstel /dev/disk/by-partlabel/Basic\\x20data\\x20partition /dev/disk/by-partuuid/a0f5e93e-1835-4f69-bda2-4b8c22c1350d /dev/disk/by-uuid/B62CE1B82CE173B1', > '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': 'Herstel', > 'ID_FS_LABEL_ENC': 'Herstel', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'B62CE1B82CE173B1', > 'ID_FS_UUID_ENC': 'B62CE1B82CE173B1', > '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': '0x1', > 'ID_PART_ENTRY_NAME': 'Basic\\x20data\\x20partition', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '614400', > 'ID_PART_ENTRY_TYPE': 'de94bba4-06d1-4d40-a16a-bfd50179d6ac', > 'ID_PART_ENTRY_UUID': 'a0f5e93e-1835-4f69-bda2-4b8c22c1350d', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4293c689-dd40-400e-9d1b-c623580b16f5', > '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': '866414', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part1', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part1', > '/dev/disk/by-label/Herstel', > '/dev/disk/by-partlabel/Basic\\x20data\\x20partition', > '/dev/disk/by-partuuid/a0f5e93e-1835-4f69-bda2-4b8c22c1350d', > '/dev/disk/by-uuid/B62CE1B82CE173B1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >22:03:09,465 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >22:03:09,465 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >22:03:09,466 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:09,466 INFO blivet: sda1 is a partition >22:03:09,467 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >22:03:09,467 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:09,468 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:09,478 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >22:03:09,479 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >22:03:09,479 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 28 >22:03:09,480 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >22:03:09,480 DEBUG blivet: looking up parted Partition: /dev/sda1 >22:03:09,481 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >22:03:09,482 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >22:03:09,483 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >22:03:09,484 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >22:03:09,484 INFO blivet: added partition sda1 (id 27) to device tree >22:03:09,488 DEBUG blivet: looking up parted Device: /dev/sda1 >22:03:09,484 INFO blivet: got device: PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag >22:03:09,524 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >22:03:09,525 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >22:03:09,525 DEBUG blivet: device sda1 does not contain a disklabel >22:03:09,525 INFO blivet: type detected on 'sda1' is 'ntfs' >22:03:09,549 DEBUG blivet: padding min size from 247000000 up to 247000500 >22:03:09,550 DEBUG blivet: NTFS.supported: supported: False ; >22:03:09,550 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 30 >22:03:09,551 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >22:03:09,551 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ntfs ; >22:03:09,552 INFO blivet: got format: existing ntfs filesystem >22:03:09,555 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-partlabel/EFI\\x20System\\x20Partition /dev/disk/by-partuuid/3fd530c1-2de4-4157-8aab-6de0d53bd9cc /dev/disk/by-uuid/CCE1-D541', > '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': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'CCE1-D541', > 'ID_FS_UUID_ENC': 'CCE1-D541', > 'ID_FS_VERSION': 'FAT32', > '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_NAME': 'EFI\\x20System\\x20Partition', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '616448', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '202752', > 'ID_PART_ENTRY_TYPE': 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > 'ID_PART_ENTRY_UUID': '3fd530c1-2de4-4157-8aab-6de0d53bd9cc', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4293c689-dd40-400e-9d1b-c623580b16f5', > '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': '866477', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part2', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part2', > '/dev/disk/by-partlabel/EFI\\x20System\\x20Partition', > '/dev/disk/by-partuuid/3fd530c1-2de4-4157-8aab-6de0d53bd9cc', > '/dev/disk/by-uuid/CCE1-D541'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >22:03:09,556 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >22:03:09,556 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda2 ; incomplete: False ; >22:03:09,557 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:09,557 INFO blivet: sda2 is a partition >22:03:09,558 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >22:03:09,559 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:09,559 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:09,569 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >22:03:09,569 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >22:03:09,570 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 33 >22:03:09,570 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >22:03:09,571 DEBUG blivet: looking up parted Partition: /dev/sda2 >22:03:09,571 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >22:03:09,572 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >22:03:09,573 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >22:03:09,574 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >22:03:09,575 INFO blivet: added partition sda2 (id 32) to device tree >22:03:09,578 DEBUG blivet: looking up parted Device: /dev/sda2 >22:03:09,575 INFO blivet: got device: PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp >22:03:09,614 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >22:03:09,614 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: None ; >22:03:09,615 DEBUG blivet: device sda2 does not contain a disklabel >22:03:09,615 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 35 >22:03:09,615 INFO blivet: type detected on 'sda2' is 'vfat' >22:03:09,615 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 36 >22:03:09,616 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >22:03:09,617 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: efi ; >22:03:09,617 INFO blivet: got format: existing efi filesystem >22:03:09,620 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part3 /dev/disk/by-id/wwn-0x5001b44977ba4299-part3 /dev/disk/by-partlabel/Microsoft\\x20reserved\\x20partition /dev/disk/by-partuuid/9389ff43-31b7-42c3-88f8-2e4b92b42dba', > 'DEVNAME': 'sda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3', > '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_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_NAME': 'Microsoft\\x20reserved\\x20partition', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '819200', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '262144', > 'ID_PART_ENTRY_TYPE': 'e3c9e316-0b5c-4db8-817d-f92df00215ae', > 'ID_PART_ENTRY_UUID': '9389ff43-31b7-42c3-88f8-2e4b92b42dba', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4293c689-dd40-400e-9d1b-c623580b16f5', > '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': '3', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '866541', > 'name': 'sda3', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part3', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part3', > '/dev/disk/by-partlabel/Microsoft\\x20reserved\\x20partition', > '/dev/disk/by-partuuid/9389ff43-31b7-42c3-88f8-2e4b92b42dba'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'} ; name: sda3 ; >22:03:09,621 INFO blivet: scanning sda3 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >22:03:09,621 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda3 ; incomplete: False ; >22:03:09,622 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:09,622 INFO blivet: sda3 is a partition >22:03:09,623 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda3 ; >22:03:09,624 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:09,624 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:09,634 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >22:03:09,634 DEBUG blivet: PartitionDevice._setFormat: sda3 ; >22:03:09,635 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 39 >22:03:09,635 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >22:03:09,636 DEBUG blivet: looking up parted Partition: /dev/sda3 >22:03:09,636 DEBUG blivet: PartitionDevice.probe: sda3 ; exists: True ; >22:03:09,637 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >22:03:09,638 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >22:03:09,639 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >22:03:09,639 INFO blivet: added partition sda3 (id 38) to device tree >22:03:09,642 DEBUG blivet: looking up parted Device: /dev/sda3 >22:03:09,639 INFO blivet: got device: PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres >22:03:09,680 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >22:03:09,680 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: None ; >22:03:09,680 DEBUG blivet: device sda3 does not contain a disklabel >22:03:09,681 DEBUG blivet: no type or existing type for sda3, bailing >22:03:09,685 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part4 /dev/disk/by-id/wwn-0x5001b44977ba4299-part4 /dev/disk/by-partlabel/Basic\\x20data\\x20partition /dev/disk/by-partuuid/89eacbbc-811a-4f39-bc3f-0e0ce233d296 /dev/disk/by-uuid/1EECE7CFECE79F71', > 'DEVNAME': 'sda4', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4', > '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': '1EECE7CFECE79F71', > 'ID_FS_UUID_ENC': '1EECE7CFECE79F71', > '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_NAME': 'Basic\\x20data\\x20partition', > 'ID_PART_ENTRY_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '1081344', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '121798656', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '89eacbbc-811a-4f39-bc3f-0e0ce233d296', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4293c689-dd40-400e-9d1b-c623580b16f5', > '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': '4', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '866606', > 'name': 'sda4', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part4', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part4', > '/dev/disk/by-partlabel/Basic\\x20data\\x20partition', > '/dev/disk/by-partuuid/89eacbbc-811a-4f39-bc3f-0e0ce233d296', > '/dev/disk/by-uuid/1EECE7CFECE79F71'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4'} ; name: sda4 ; >22:03:09,686 INFO blivet: scanning sda4 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4)... >22:03:09,687 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda4 ; incomplete: False ; >22:03:09,688 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:09,688 INFO blivet: sda4 is a partition >22:03:09,689 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda4 ; >22:03:09,689 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:09,690 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:09,699 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >22:03:09,700 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >22:03:09,700 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 43 >22:03:09,701 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >22:03:09,701 DEBUG blivet: looking up parted Partition: /dev/sda4 >22:03:09,702 DEBUG blivet: PartitionDevice.probe: sda4 ; exists: True ; >22:03:09,703 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 1 ; >22:03:09,703 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 10 ; >22:03:09,704 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 12 ; >22:03:09,705 INFO blivet: added partition sda4 (id 42) to device tree >22:03:09,708 DEBUG blivet: looking up parted Device: /dev/sda4 >22:03:09,705 INFO blivet: got device: PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing None > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata >22:03:09,741 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda4 ; >22:03:09,742 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda4 ; label_type: None ; >22:03:09,742 DEBUG blivet: device sda4 does not contain a disklabel >22:03:09,744 INFO blivet: type detected on 'sda4' is 'ntfs' >22:03:10,876 DEBUG blivet: padding min size from 25615000000 up to 25615000500 >22:03:10,879 DEBUG blivet: NTFS.supported: supported: False ; >22:03:10,880 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 45 >22:03:10,880 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >22:03:10,881 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: ntfs ; >22:03:10,881 INFO blivet: got format: existing ntfs filesystem >22:03:10,884 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part5 /dev/disk/by-id/wwn-0x5001b44977ba4299-part5 /dev/disk/by-partuuid/4a0f8537-2b4f-420d-add8-765084fa4d47 /dev/disk/by-uuid/fda043c2-d85e-4ce4-9985-8d419d4b8728', > 'DEVNAME': 'sda5', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'fda043c2-d85e-4ce4-9985-8d419d4b8728', > 'ID_FS_UUID_ENC': 'fda043c2-d85e-4ce4-9985-8d419d4b8728', > 'ID_FS_VERSION': '1.0', > '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': '5', > 'ID_PART_ENTRY_OFFSET': '122880000', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '4a0f8537-2b4f-420d-add8-765084fa4d47', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4293c689-dd40-400e-9d1b-c623580b16f5', > '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': '5', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '866671', > 'name': 'sda5', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part5', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part5', > '/dev/disk/by-partuuid/4a0f8537-2b4f-420d-add8-765084fa4d47', > '/dev/disk/by-uuid/fda043c2-d85e-4ce4-9985-8d419d4b8728'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5'} ; name: sda5 ; >22:03:10,885 INFO blivet: scanning sda5 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5)... >22:03:10,885 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda5 ; incomplete: False ; >22:03:10,886 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:10,887 INFO blivet: sda5 is a partition >22:03:10,888 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda5 ; >22:03:10,889 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:10,890 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:10,896 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sda ; >22:03:10,897 DEBUG blivet: PartitionDevice._setFormat: sda5 ; >22:03:10,897 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 48 >22:03:10,898 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: None ; >22:03:10,898 DEBUG blivet: looking up parted Partition: /dev/sda5 >22:03:10,899 DEBUG blivet: PartitionDevice.probe: sda5 ; exists: True ; >22:03:10,900 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 1 ; >22:03:10,900 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 10 ; >22:03:10,901 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 12 ; >22:03:10,901 INFO blivet: added partition sda5 (id 47) to device tree >22:03:10,910 DEBUG blivet: looking up parted Device: /dev/sda5 >22:03:10,901 INFO blivet: got device: PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing None > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = >22:03:10,968 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda5 ; >22:03:10,970 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda5 ; label_type: None ; >22:03:10,970 DEBUG blivet: device sda5 does not contain a disklabel >22:03:10,970 INFO blivet: type detected on 'sda5' is 'ext4' >22:03:11,000 DEBUG blivet: size=104.02 MiB, current=512 MiB >22:03:11,024 DEBUG blivet: padding min size from 109068288 up to 109068788 >22:03:11,025 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:11,025 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 50 >22:03:11,027 DEBUG blivet: PartitionDevice._setFormat: sda5 ; >22:03:11,028 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: ext4 ; >22:03:11,028 INFO blivet: got format: existing ext4 filesystem >22:03:11,031 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part6 /dev/disk/by-id/wwn-0x5001b44977ba4299-part6 /dev/disk/by-partuuid/7b2bf19a-6e78-4dee-bc6e-1245a0d52846 /dev/disk/by-uuid/6a9d87c5-0aff-4afb-a91e-52ffcc5e0c66', > 'DEVNAME': 'sda6', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6a9d87c5-0aff-4afb-a91e-52ffcc5e0c66', > 'ID_FS_UUID_ENC': '6a9d87c5-0aff-4afb-a91e-52ffcc5e0c66', > 'ID_FS_VERSION': '1.0', > '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': '6', > 'ID_PART_ENTRY_OFFSET': '123928576', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '122880000', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '7b2bf19a-6e78-4dee-bc6e-1245a0d52846', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4293c689-dd40-400e-9d1b-c623580b16f5', > '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': '6', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '866739', > 'name': 'sda6', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part6', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part6', > '/dev/disk/by-partuuid/7b2bf19a-6e78-4dee-bc6e-1245a0d52846', > '/dev/disk/by-uuid/6a9d87c5-0aff-4afb-a91e-52ffcc5e0c66'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6'} ; name: sda6 ; >22:03:11,032 INFO blivet: scanning sda6 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6)... >22:03:11,032 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda6 ; incomplete: False ; >22:03:11,033 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:11,034 INFO blivet: sda6 is a partition >22:03:11,035 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda6 ; >22:03:11,035 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:11,036 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:11,044 DEBUG blivet: DiskDevice.addChild: kids: 5 ; name: sda ; >22:03:11,045 DEBUG blivet: PartitionDevice._setFormat: sda6 ; >22:03:11,045 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 53 >22:03:11,046 DEBUG blivet: PartitionDevice._setFormat: sda6 ; current: None ; type: None ; >22:03:11,046 DEBUG blivet: looking up parted Partition: /dev/sda6 >22:03:11,046 DEBUG blivet: PartitionDevice.probe: sda6 ; exists: True ; >22:03:11,047 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 1 ; >22:03:11,048 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 10 ; >22:03:11,049 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 12 ; >22:03:11,049 INFO blivet: added partition sda6 (id 52) to device tree >22:03:11,052 DEBUG blivet: looking up parted Device: /dev/sda6 >22:03:11,049 INFO blivet: got device: PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing None > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = >22:03:11,089 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda6 ; >22:03:11,090 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda6 ; label_type: None ; >22:03:11,090 DEBUG blivet: device sda6 does not contain a disklabel >22:03:11,090 INFO blivet: type detected on 'sda6' is 'ext4' >22:03:11,111 DEBUG blivet: size=5485.34 MiB, current=58.59 GiB >22:03:11,144 DEBUG blivet: padding min size from 5751795712 up to 5751796212 >22:03:11,146 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:11,147 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 55 >22:03:11,148 DEBUG blivet: PartitionDevice._setFormat: sda6 ; >22:03:11,150 DEBUG blivet: PartitionDevice._setFormat: sda6 ; current: None ; type: ext4 ; >22:03:11,150 INFO blivet: got format: existing ext4 filesystem >22:03:11,154 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part7 /dev/disk/by-id/wwn-0x5001b44977ba4299-part7 /dev/disk/by-partuuid/7e76f876-35d1-44ef-8851-01cf1053b174 /dev/disk/by-uuid/8f72e23c-0b0c-4d97-82df-386d33b6e5de', > 'DEVNAME': 'sda7', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7', > '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': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '8f72e23c-0b0c-4d97-82df-386d33b6e5de', > 'ID_FS_UUID_ENC': '8f72e23c-0b0c-4d97-82df-386d33b6e5de', > 'ID_FS_VERSION': '1', > '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': '7', > 'ID_PART_ENTRY_OFFSET': '246808576', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '16777216', > 'ID_PART_ENTRY_TYPE': '0657fd6d-a4ab-43c4-84e5-0933c84b4f4f', > 'ID_PART_ENTRY_UUID': '7e76f876-35d1-44ef-8851-01cf1053b174', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4293c689-dd40-400e-9d1b-c623580b16f5', > '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': '7', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '866946', > 'name': 'sda7', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part7', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part7', > '/dev/disk/by-partuuid/7e76f876-35d1-44ef-8851-01cf1053b174', > '/dev/disk/by-uuid/8f72e23c-0b0c-4d97-82df-386d33b6e5de'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7'} ; name: sda7 ; >22:03:11,154 INFO blivet: scanning sda7 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7)... >22:03:11,156 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda7 ; incomplete: False ; >22:03:11,159 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:11,159 INFO blivet: sda7 is a partition >22:03:11,160 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda7 ; >22:03:11,162 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:11,163 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:11,172 DEBUG blivet: DiskDevice.addChild: kids: 6 ; name: sda ; >22:03:11,173 DEBUG blivet: PartitionDevice._setFormat: sda7 ; >22:03:11,173 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 58 >22:03:11,174 DEBUG blivet: PartitionDevice._setFormat: sda7 ; current: None ; type: None ; >22:03:11,174 DEBUG blivet: looking up parted Partition: /dev/sda7 >22:03:11,176 DEBUG blivet: PartitionDevice.probe: sda7 ; exists: True ; >22:03:11,178 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 1 ; >22:03:11,179 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 10 ; >22:03:11,180 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 12 ; >22:03:11,180 INFO blivet: added partition sda7 (id 57) to device tree >22:03:11,182 DEBUG blivet: looking up parted Device: /dev/sda7 >22:03:11,180 INFO blivet: got device: PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing None > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = >22:03:11,222 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda7 ; >22:03:11,223 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda7 ; label_type: None ; >22:03:11,223 DEBUG blivet: device sda7 does not contain a disklabel >22:03:11,223 INFO blivet: type detected on 'sda7' is 'swap' >22:03:11,226 DEBUG blivet: SwapSpace.__init__: device: /dev/sda7 ; serial: 130663401113 ; uuid: 8f72e23c-0b0c-4d97-82df-386d33b6e5de ; exists: True ; label: None ; >22:03:11,226 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 60 >22:03:11,227 DEBUG blivet: PartitionDevice._setFormat: sda7 ; >22:03:11,228 DEBUG blivet: PartitionDevice._setFormat: sda7 ; current: None ; type: swap ; >22:03:11,228 INFO blivet: got format: existing swap >22:03:11,230 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': '1412114579', > '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': '870142', > '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 ; >22:03:11,230 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >22:03:11,231 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >22:03:11,231 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:11,232 INFO blivet: sr0 is a cdrom >22:03:11,232 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >22:03:11,232 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 63 >22:03:11,233 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >22:03:11,233 INFO blivet: added cdrom sr0 (id 62) to device tree >22:03:11,235 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:03:11,280 DEBUG blivet: looking up parted Device: /dev/sr0 >22:03:11,233 INFO blivet: got device: OpticalDevice instance (0x7f20f0fff290) -- > name = sr0 status = True kids = 0 id = 62 > 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 >22:03:11,249 DEBUG blivet: Iso9660FS.supported: supported: True ; >22:03:11,375 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:03:11,420 DEBUG blivet: looking up parted Device: /dev/sr0 >22:03:11,513 DEBUG blivet: Iso9660FS.supported: supported: True ; >22:03:11,514 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:03:11,514 DEBUG blivet: NFSv4.supported: supported: False ; >22:03:11,515 DEBUG blivet: NFSv4.supported: supported: False ; >22:03:11,516 DEBUG blivet: SELinuxFS.supported: supported: False ; >22:03:11,517 DEBUG blivet: SELinuxFS.supported: supported: False ; >22:03:11,517 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:11,518 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:11,519 DEBUG blivet: Ext3FS.supported: supported: True ; >22:03:11,520 DEBUG blivet: Ext3FS.supported: supported: True ; >22:03:11,520 DEBUG blivet: Ext2FS.supported: supported: True ; >22:03:11,521 DEBUG blivet: Ext2FS.supported: supported: True ; >22:03:11,522 DEBUG blivet: SysFS.supported: supported: False ; >22:03:11,522 DEBUG blivet: SysFS.supported: supported: False ; >22:03:11,523 DEBUG blivet: MultipathMember.__init__: >22:03:11,523 DEBUG blivet: SwapSpace.__init__: >22:03:11,524 DEBUG blivet: ProcFS.supported: supported: False ; >22:03:11,525 DEBUG blivet: ProcFS.supported: supported: False ; >22:03:11,526 DEBUG blivet: NoDevFS.supported: supported: False ; >22:03:11,527 DEBUG blivet: NoDevFS.supported: supported: False ; >22:03:11,528 DEBUG blivet: DevPtsFS.supported: supported: False ; >22:03:11,528 DEBUG blivet: DevPtsFS.supported: supported: False ; >22:03:11,529 DEBUG blivet: BTRFS.supported: supported: True ; >22:03:11,559 DEBUG blivet: looking up parted Device: /dev/sr0 >22:03:11,653 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:03:11,698 DEBUG blivet: looking up parted Device: /dev/sr0 >22:03:11,791 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >22:03:11,791 DEBUG blivet: USBFS.supported: supported: False ; >22:03:11,795 DEBUG blivet: USBFS.supported: supported: False ; >22:03:11,796 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:03:11,796 DEBUG blivet: DiskLabel.__init__: >22:03:11,797 INFO blivet: DiskLabel.partedDevice returning None >22:03:11,797 DEBUG blivet: HFSPlus.supported: supported: False ; >22:03:11,798 DEBUG blivet: HFSPlus.supported: supported: False ; >22:03:11,798 DEBUG blivet: XFS.supported: supported: True ; >22:03:11,841 DEBUG blivet: no media present for device sr0 >22:03:11,843 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1412114579', > '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': '913507', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >22:03:11,843 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >22:03:11,843 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >22:03:11,844 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:11,844 INFO blivet: loop0 is a loop device >22:03:11,845 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >22:03:11,845 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/install/repo/LiveOS/squashfs.img ; incomplete: False ; >22:03:11,846 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:11,846 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 90 >22:03:11,847 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >22:03:11,847 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 89) to device tree >22:03:11,848 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >22:03:11,848 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 93 >22:03:11,848 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >22:03:11,848 INFO blivet: added loop loop0 (id 92) to device tree >22:03:11,924 DEBUG blivet: looking up parted Device: /run/install/repo/LiveOS/squashfs.img >22:03:11,936 DEBUG blivet: looking up parted Device: /dev/loop0 >22:03:11,849 INFO blivet: got device: LoopDevice instance (0x7f20eff2ab10) -- > name = loop0 status = True kids = 0 id = 92 > parents = ['existing 273.73 MiB file /run/install/repo/LiveOS/squashfs.img (89)'] > uuid = None size = 273.73 MiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Loopback device path: /dev/loop0 type: 18 > sectorSize: 512 physicalSectorSize: 512 > length: 560608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34, 255, 63) biosGeometry: (34, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11279e0> > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >22:03:11,921 DEBUG blivet: XFS.supported: supported: True ; >22:03:11,975 DEBUG blivet: TmpFS.supported: supported: True ; >22:03:11,992 DEBUG blivet: LUKS.__init__: >22:03:11,997 DEBUG blivet: NTFS.supported: supported: False ; >22:03:12,001 DEBUG blivet: NTFS.supported: supported: False ; >22:03:12,005 DEBUG blivet: BindFS.supported: supported: False ; >22:03:12,010 DEBUG blivet: BindFS.supported: supported: False ; >22:03:12,011 DEBUG blivet: HFS.supported: supported: False ; >22:03:12,012 DEBUG blivet: HFS.supported: supported: False ; >22:03:12,015 DEBUG blivet: LVMPhysicalVolume.__init__: >22:03:12,020 DEBUG blivet: NFS.supported: supported: False ; >22:03:12,024 DEBUG blivet: NFS.supported: supported: False ; >22:03:12,028 DEBUG blivet: FATFS.supported: supported: True ; >22:03:12,034 DEBUG blivet: FATFS.supported: supported: True ; >22:03:12,055 DEBUG blivet: DMRaidMember.__init__: >22:03:12,056 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >22:03:12,059 DEBUG blivet: MDRaidMember.__init__: >22:03:12,060 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >22:03:12,060 DEBUG blivet: device loop0 does not contain a disklabel >22:03:12,060 INFO blivet: type detected on 'loop0' is 'squashfs' >22:03:12,060 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 107 >22:03:12,061 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >22:03:12,064 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/499aa32d-e600-4163-8a4a-2d0627d68fd9', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1412114579', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '499aa32d-e600-4163-8a4a-2d0627d68fd9', > 'ID_FS_UUID_ENC': '499aa32d-e600-4163-8a4a-2d0627d68fd9', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '913936', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/499aa32d-e600-4163-8a4a-2d0627d68fd9'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >22:03:12,064 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >22:03:12,065 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >22:03:12,065 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:12,066 INFO blivet: loop1 is a loop device >22:03:12,066 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >22:03:12,067 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/rootfs.img ; incomplete: False ; >22:03:12,068 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:12,068 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 110 >22:03:12,069 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >22:03:12,069 INFO blivet: added file /LiveOS/rootfs.img (id 109) to device tree >22:03:12,071 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >22:03:12,071 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 113 >22:03:12,072 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >22:03:12,072 INFO blivet: added loop loop1 (id 112) to device tree >22:03:12,072 INFO blivet: got device: LoopDevice instance (0x7f20efed8910) -- > name = loop1 status = False kids = 0 id = 112 > parents = ['existing 0 B file /LiveOS/rootfs.img (109)'] > 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 >22:03:12,075 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >22:03:12,076 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >22:03:12,076 DEBUG blivet: device loop1 does not contain a disklabel >22:03:12,076 INFO blivet: type detected on 'loop1' is 'ext4' >22:03:12,096 DEBUG blivet: size=0 B, current=2048 MiB >22:03:12,105 DEBUG blivet: using current size 0 as min size >22:03:12,106 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:12,106 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 115 >22:03:12,107 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >22:03:12,107 INFO blivet: got format: existing ext4 filesystem >22:03:12,109 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1412114579', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '914355', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >22:03:12,109 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >22:03:12,110 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >22:03:12,111 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:12,111 INFO blivet: loop2 is a loop device >22:03:12,112 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >22:03:12,112 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >22:03:12,113 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:12,113 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 118 >22:03:12,114 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >22:03:12,115 INFO blivet: added file /overlay (deleted) (id 117) to device tree >22:03:12,116 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >22:03:12,116 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 121 >22:03:12,117 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >22:03:12,117 INFO blivet: added loop loop2 (id 120) to device tree >22:03:12,117 INFO blivet: got device: LoopDevice instance (0x7f20efed8b10) -- > name = loop2 status = False kids = 0 id = 120 > parents = ['existing 0 B file /overlay (deleted) (117)'] > 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 >22:03:12,120 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >22:03:12,121 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >22:03:12,121 DEBUG blivet: device loop2 does not contain a disklabel >22:03:12,121 DEBUG blivet: no type or existing type for loop2, bailing >22:03:12,124 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/499aa32d-e600-4163-8a4a-2d0627d68fd9 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1412114579', > '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': '499aa32d-e600-4163-8a4a-2d0627d68fd9', > 'ID_FS_UUID_ENC': '499aa32d-e600-4163-8a4a-2d0627d68fd9', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '571354', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/499aa32d-e600-4163-8a4a-2d0627d68fd9', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >22:03:12,124 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >22:03:12,125 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >22:03:12,126 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:12,126 INFO blivet: live-rw is a device-mapper device >22:03:12,127 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >22:03:12,129 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >22:03:12,130 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (112) with existing ext4 filesystem >22:03:12,131 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >22:03:12,132 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (120) >22:03:12,134 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >22:03:12,135 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:12,136 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >22:03:12,136 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 125 >22:03:12,137 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >22:03:12,137 INFO blivet: added dm live-rw (id 124) to device tree >22:03:12,138 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >22:03:12,137 INFO blivet: got device: DMDevice instance (0x7f20eff2ac50) -- > name = live-rw status = True kids = 0 id = 124 > parents = ['existing 0 B loop loop2 (120)'] > 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 0x7f20f0e30320> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >22:03:12,534 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >22:03:12,535 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >22:03:12,535 DEBUG blivet: device live-rw does not contain a disklabel >22:03:12,535 INFO blivet: type detected on 'live-rw' is 'ext4' >22:03:12,554 DEBUG blivet: size=973.53 MiB, current=2048 MiB >22:03:12,572 DEBUG blivet: padding min size from 1020823552 up to 1020824052 >22:03:12,574 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:12,574 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 127 >22:03:12,575 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >22:03:12,575 INFO blivet: got format: existing ext4 filesystem >22:03:12,578 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/499aa32d-e600-4163-8a4a-2d0627d68fd9 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1412114579', > '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': '499aa32d-e600-4163-8a4a-2d0627d68fd9', > 'ID_FS_UUID_ENC': '499aa32d-e600-4163-8a4a-2d0627d68fd9', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '579157', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/499aa32d-e600-4163-8a4a-2d0627d68fd9', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >22:03:12,578 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >22:03:12,579 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >22:03:12,579 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:12,580 INFO blivet: live-base is a device-mapper device >22:03:12,580 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >22:03:12,581 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >22:03:12,582 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >22:03:12,583 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (112) with existing ext4 filesystem >22:03:12,585 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >22:03:12,585 DEBUG blivet: DeviceTree.getDeviceByName returned None >22:03:12,587 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >22:03:12,587 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 130 >22:03:12,588 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >22:03:12,588 INFO blivet: added dm live-base (id 129) to device tree >22:03:12,589 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >22:03:12,588 INFO blivet: got device: DMDevice instance (0x7f20efed8290) -- > name = live-base status = True kids = 0 id = 129 > parents = ['existing 0 B loop loop1 (112) 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 0x7f20f0e303b0> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >22:03:12,606 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >22:03:12,607 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >22:03:12,607 DEBUG blivet: device live-base does not contain a disklabel >22:03:12,607 INFO blivet: type detected on 'live-base' is 'ext4' >22:03:12,626 DEBUG blivet: size=0 B, current=2048 MiB >22:03:12,637 DEBUG blivet: using current size 0 as min size >22:03:12,638 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:12,638 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 132 >22:03:12,639 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >22:03:12,639 INFO blivet: got format: existing ext4 filesystem >22:03:12,661 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >22:03:12,674 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >22:03:12,675 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:03:12,676 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:03:12,689 DEBUG blivet: PartitionDevice.teardown: sdb2 ; status: True ; controllable: True ; >22:03:12,702 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >22:03:12,703 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:03:12,704 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:03:12,716 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >22:03:12,729 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:03:12,730 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,732 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,744 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >22:03:12,757 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:03:12,758 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,759 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,772 DEBUG blivet: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >22:03:12,773 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >22:03:12,774 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >22:03:12,786 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:03:12,787 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,788 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,801 DEBUG blivet: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >22:03:12,813 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:03:12,815 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,816 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,828 DEBUG blivet: PartitionDevice.teardown: sda5 ; status: True ; controllable: True ; >22:03:12,845 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:03:12,847 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,848 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,862 DEBUG blivet: PartitionDevice.teardown: sda6 ; status: True ; controllable: True ; >22:03:12,876 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:03:12,877 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,879 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,892 DEBUG blivet: PartitionDevice.teardown: sda7 ; status: True ; controllable: True ; >22:03:12,893 DEBUG blivet: SwapSpace.teardown: device: /dev/sda7 ; status: False ; type: swap ; >22:03:12,895 DEBUG blivet: SwapSpace.teardown: device: /dev/sda7 ; status: False ; type: swap ; >22:03:12,908 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:03:12,909 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,910 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:03:12,923 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >22:03:12,925 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >22:03:12,925 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >00:03:12,946 DEBUG blivet: LoopDevice.teardown: loop0 ; status: True ; controllable: False ; >00:03:12,953 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >00:03:12,958 INFO blivet: edd: MBR signature on sda is zero. new disk image? >00:03:12,959 INFO blivet: edd: MBR signature on sdb is zero. new disk image? >00:03:12,959 INFO blivet: edd: collected mbr signatures: {} >00:03:12,962 DEBUG blivet: PartitionDevice.setup: sdb3 ; status: True ; controllable: True ; orig: False ; >00:03:12,974 WARN blivet: IGNORED: Caught exception, continuing. >00:03:12,974 WARN blivet: IGNORED: Problem description: mount of sdb3 as ext4 failed >00:03:12,975 WARN blivet: IGNORED: Begin exception details. >00:03:12,975 WARN blivet: IGNORED: Traceback (most recent call last): >00:03:12,975 WARN blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 3113, in findExistingInstallations >00:03:12,976 WARN blivet: IGNORED: device.format.mount(options=options, mountpoint=getSysroot()) >00:03:12,976 WARN blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 593, in mount >00:03:12,976 WARN blivet: IGNORED: raise FSError("mount failed: %s" % rc) >00:03:12,977 WARN blivet: IGNORED: FSError: mount failed: 32 >00:03:12,977 WARN blivet: IGNORED: End exception details. >00:03:12,978 DEBUG blivet: PartitionDevice.teardown: sdb3 ; status: True ; controllable: True ; >00:03:12,992 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >00:03:13,002 DEBUG blivet: PartitionDevice.teardown: sda5 ; status: True ; controllable: True ; >00:03:13,043 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:03:13,045 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:03:13,046 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:03:13,060 DEBUG blivet: PartitionDevice.setup: sda6 ; status: True ; controllable: True ; orig: False ; >00:03:13,102 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >00:03:13,103 INFO blivet: IGNORED: Caught exception, continuing. >00:03:13,104 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >00:03:13,104 INFO blivet: IGNORED: Begin exception details. >00:03:13,104 INFO blivet: IGNORED: Traceback (most recent call last): >00:03:13,105 INFO blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 3192, in parseFSTab >00:03:13,105 INFO blivet: IGNORED: blkidTab.parse() >00:03:13,105 INFO blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2252, in parse >00:03:13,105 INFO blivet: IGNORED: with open(path) as f: >00:03:13,106 INFO blivet: IGNORED: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >00:03:13,106 INFO blivet: IGNORED: End exception details. >00:03:13,106 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >00:03:13,106 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >00:03:13,107 DEBUG blivet: IGNORED: Caught exception, continuing. >00:03:13,108 DEBUG blivet: IGNORED: Problem description: failed to parse blkid.tab >00:03:13,108 DEBUG blivet: IGNORED: Begin exception details. >00:03:13,108 DEBUG blivet: IGNORED: Traceback (most recent call last): >00:03:13,108 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2300, in parse >00:03:13,108 DEBUG blivet: IGNORED: self.blkidTab.parse() >00:03:13,108 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2252, in parse >00:03:13,109 DEBUG blivet: IGNORED: with open(path) as f: >00:03:13,109 DEBUG blivet: IGNORED: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >00:03:13,109 DEBUG blivet: IGNORED: End exception details. >00:03:13,109 DEBUG blivet: crypttab maps: [] >00:03:13,110 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >00:03:13,110 DEBUG blivet: resolved 'UUID=6a9d87c5-0aff-4afb-a91e-52ffcc5e0c66' to 'sda6' (partition) >00:03:13,111 DEBUG blivet: resolved 'UUID=fda043c2-d85e-4ce4-9985-8d419d4b8728' to 'sda5' (partition) >00:03:13,111 DEBUG blivet: resolved 'UUID=CCE1-D541' to 'sda2' (partition) >00:03:13,111 DEBUG blivet: resolved 'UUID=8f72e23c-0b0c-4d97-82df-386d33b6e5de' to 'sda7' (partition) >00:03:13,112 DEBUG blivet: PartitionDevice.teardown: sda6 ; status: True ; controllable: True ; >00:03:13,220 DEBUG blivet: Ext4FS.supported: supported: True ; >00:03:13,223 DEBUG blivet: Ext4FS.supported: supported: True ; >00:03:13,225 DEBUG blivet: Ext4FS.supported: supported: True ; >00:03:13,228 DEBUG blivet: NTFS.supported: supported: False ; >00:03:13,232 DEBUG blivet: NTFS.supported: supported: False ; >00:03:13,234 DEBUG blivet: Ext4FS.supported: supported: True ; >00:03:13,236 DEBUG blivet: Ext4FS.supported: supported: True ; >00:03:13,240 DEBUG blivet: NTFS.supported: supported: False ; >00:03:13,243 DEBUG blivet: Ext4FS.supported: supported: True ; >00:03:13,245 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:03:13,401 DEBUG blivet: onlyuse is now: sda,sdb >00:03:13,403 DEBUG blivet: /dev/sdb3 is mounted on /run/install/repo >00:03:13,403 DEBUG blivet: /dev/sdb3 is mounted on /run/install/repo >00:03:13,405 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdb3 ; hidden: False ; incomplete: False ; >00:03:13,406 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 448.98 MiB partition sdb3 (17) with existing ext4 filesystem >00:03:13,468 DEBUG blivet: /dev/sdb3 is mounted on /run/install/repo >00:03:13,468 DEBUG blivet: /dev/sdb3 is mounted on /run/install/repo >00:03:13,469 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdb3 ; hidden: False ; incomplete: False ; >00:03:13,471 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 448.98 MiB partition sdb3 (17) with existing ext4 filesystem >22:03:14,532 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:14,532 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f116ccd0) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing ntfs filesystem > major = 8 minor = 17 exists = True protected = False > 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/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1b90> > target size = 0 B path = /dev/sdb1 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c950> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c5d0> PedPartition: <_ped.Partition object at 0x7f20f115bf50> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 2048 end = 526335 length = 524288 > flags = msftdata, PartitionDevice instance (0x7f20f111a310) -- > name = sdb2 status = True kids = 0 id = 11 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing efi filesystem > major = 8 minor = 18 exists = True protected = False > 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/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1c20> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = efi 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c990> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c8d0> PedPartition: <_ped.Partition object at 0x7f20f115bfb0> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 526336 end = 1050623 length = 524288 > flags = boot, esp, PartitionDevice instance (0x7f20f111a4d0) -- > name = sdb3 status = True kids = 0 id = 17 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 448.98 MiB > format = existing ext4 filesystem > major = 8 minor = 19 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/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 919519 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (471, 32, 61) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1cb0> > target size = 0 B path = /dev/sdb3 > format args = [] originalFormat = ext4 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116cb50> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20f116cad0> PedPartition: <_ped.Partition object at 0x7f20f1171050> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 1050624 end = 1970142 length = 919519 > flags = , PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:14,745 DEBUG blivet: clearpart: looking at sda7 >22:03:14,745 DEBUG blivet: clearpart: looking at sda6 >22:03:14,745 DEBUG blivet: clearpart: looking at sda5 >22:03:14,745 DEBUG blivet: clearpart: looking at sda4 >22:03:14,745 DEBUG blivet: clearpart: looking at sda3 >22:03:14,746 DEBUG blivet: clearpart: looking at sdb3 >22:03:14,746 DEBUG blivet: clearpart: looking at sda2 >22:03:14,746 DEBUG blivet: clearpart: looking at sdb2 >22:03:14,746 DEBUG blivet: clearpart: looking at sda1 >22:03:14,746 DEBUG blivet: clearpart: looking at sdb1 >22:03:14,746 DEBUG blivet: checking whether disk sda has an empty extended >22:03:14,746 DEBUG blivet: extended is None ; logicals is [] >22:03:14,747 DEBUG blivet: checking whether disk sdb has an empty extended >22:03:14,747 DEBUG blivet: extended is None ; logicals is [] >22:03:14,781 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:14,781 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:14,789 DEBUG blivet: resolved 'sda' to 'sda' (disk) >22:03:14,853 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:14,854 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:14,861 DEBUG blivet: resolved 'sda' to 'sda' (disk) >22:03:14,862 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:14,863 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:14,870 DEBUG blivet: resolved 'sda' to 'sda' (disk) >22:03:21,586 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:21,588 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f116ccd0) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing ntfs filesystem > major = 8 minor = 17 exists = True protected = False > 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/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1b90> > target size = 0 B path = /dev/sdb1 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c950> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c5d0> PedPartition: <_ped.Partition object at 0x7f20f115bf50> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 2048 end = 526335 length = 524288 > flags = msftdata, PartitionDevice instance (0x7f20f111a310) -- > name = sdb2 status = True kids = 0 id = 11 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing efi filesystem > major = 8 minor = 18 exists = True protected = False > 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/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1c20> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = efi 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c990> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c8d0> PedPartition: <_ped.Partition object at 0x7f20f115bfb0> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 526336 end = 1050623 length = 524288 > flags = boot, esp, PartitionDevice instance (0x7f20f111a4d0) -- > name = sdb3 status = True kids = 0 id = 17 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 448.98 MiB > format = existing ext4 filesystem > major = 8 minor = 19 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/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 919519 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (471, 32, 61) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1cb0> > target size = 0 B path = /dev/sdb3 > format args = [] originalFormat = ext4 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116cb50> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20f116cad0> PedPartition: <_ped.Partition object at 0x7f20f1171050> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 1050624 end = 1970142 length = 919519 > flags = , PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:21,860 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:21,861 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f116ccd0) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing ntfs filesystem > major = 8 minor = 17 exists = True protected = False > 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/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1b90> > target size = 0 B path = /dev/sdb1 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c950> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c5d0> PedPartition: <_ped.Partition object at 0x7f20f115bf50> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 2048 end = 526335 length = 524288 > flags = msftdata, PartitionDevice instance (0x7f20f111a310) -- > name = sdb2 status = True kids = 0 id = 11 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing efi filesystem > major = 8 minor = 18 exists = True protected = False > 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/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1c20> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = efi 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c990> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c8d0> PedPartition: <_ped.Partition object at 0x7f20f115bfb0> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 526336 end = 1050623 length = 524288 > flags = boot, esp, PartitionDevice instance (0x7f20f111a4d0) -- > name = sdb3 status = True kids = 0 id = 17 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 448.98 MiB > format = existing ext4 filesystem > major = 8 minor = 19 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/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 919519 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (471, 32, 61) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1cb0> > target size = 0 B path = /dev/sdb3 > format args = [] originalFormat = ext4 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116cb50> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20f116cad0> PedPartition: <_ped.Partition object at 0x7f20f1171050> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 1050624 end = 1970142 length = 919519 > flags = , PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:22,051 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >22:03:22,052 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:22,058 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sdb ; incomplete: False ; >22:03:22,058 DEBUG blivet: DeviceTree.getDeviceByName returned existing 962 MiB disk sdb (1) with existing gpt disklabel >22:03:22,065 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:22,065 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f116ccd0) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing ntfs filesystem > major = 8 minor = 17 exists = True protected = False > 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/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1b90> > target size = 0 B path = /dev/sdb1 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c950> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c5d0> PedPartition: <_ped.Partition object at 0x7f20f115bf50> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 2048 end = 526335 length = 524288 > flags = msftdata, PartitionDevice instance (0x7f20f111a310) -- > name = sdb2 status = True kids = 0 id = 11 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing efi filesystem > major = 8 minor = 18 exists = True protected = False > 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/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1c20> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = efi 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c990> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c8d0> PedPartition: <_ped.Partition object at 0x7f20f115bfb0> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 526336 end = 1050623 length = 524288 > flags = boot, esp, PartitionDevice instance (0x7f20f111a4d0) -- > name = sdb3 status = True kids = 0 id = 17 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 448.98 MiB > format = existing ext4 filesystem > major = 8 minor = 19 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/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 919519 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (471, 32, 61) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1cb0> > target size = 0 B path = /dev/sdb3 > format args = [] originalFormat = ext4 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116cb50> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20f116cad0> PedPartition: <_ped.Partition object at 0x7f20f1171050> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 1050624 end = 1970142 length = 919519 > flags = , PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:22,253 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:22,254 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f116ccd0) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing ntfs filesystem > major = 8 minor = 17 exists = True protected = False > 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/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1b90> > target size = 0 B path = /dev/sdb1 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c950> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c5d0> PedPartition: <_ped.Partition object at 0x7f20f115bf50> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 2048 end = 526335 length = 524288 > flags = msftdata, PartitionDevice instance (0x7f20f111a310) -- > name = sdb2 status = True kids = 0 id = 11 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing efi filesystem > major = 8 minor = 18 exists = True protected = False > 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/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1c20> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = efi 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c990> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c8d0> PedPartition: <_ped.Partition object at 0x7f20f115bfb0> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 526336 end = 1050623 length = 524288 > flags = boot, esp, PartitionDevice instance (0x7f20f111a4d0) -- > name = sdb3 status = True kids = 0 id = 17 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 448.98 MiB > format = existing ext4 filesystem > major = 8 minor = 19 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/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 919519 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (471, 32, 61) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1cb0> > target size = 0 B path = /dev/sdb3 > format args = [] originalFormat = ext4 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116cb50> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20f116cad0> PedPartition: <_ped.Partition object at 0x7f20f1171050> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 1050624 end = 1970142 length = 919519 > flags = , PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:23,958 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:23,958 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f116ccd0) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing ntfs filesystem > major = 8 minor = 17 exists = True protected = False > 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/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1b90> > target size = 0 B path = /dev/sdb1 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c950> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c5d0> PedPartition: <_ped.Partition object at 0x7f20f115bf50> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 2048 end = 526335 length = 524288 > flags = msftdata, PartitionDevice instance (0x7f20f111a310) -- > name = sdb2 status = True kids = 0 id = 11 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing efi filesystem > major = 8 minor = 18 exists = True protected = False > 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/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1c20> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = efi 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c990> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c8d0> PedPartition: <_ped.Partition object at 0x7f20f115bfb0> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 526336 end = 1050623 length = 524288 > flags = boot, esp, PartitionDevice instance (0x7f20f111a4d0) -- > name = sdb3 status = True kids = 0 id = 17 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 448.98 MiB > format = existing ext4 filesystem > major = 8 minor = 19 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/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 919519 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (471, 32, 61) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1cb0> > target size = 0 B path = /dev/sdb3 > format args = [] originalFormat = ext4 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116cb50> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20f116cad0> PedPartition: <_ped.Partition object at 0x7f20f1171050> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 1050624 end = 1970142 length = 919519 > flags = , PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:24,149 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:24,150 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f116ccd0) -- > name = sdb1 status = True kids = 0 id = 6 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing ntfs filesystem > major = 8 minor = 17 exists = True protected = False > 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/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1b90> > target size = 0 B path = /dev/sdb1 > 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c950> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c5d0> PedPartition: <_ped.Partition object at 0x7f20f115bf50> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 2048 end = 526335 length = 524288 > flags = msftdata, PartitionDevice instance (0x7f20f111a310) -- > name = sdb2 status = True kids = 0 id = 11 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 256 MiB > format = existing efi filesystem > major = 8 minor = 18 exists = True protected = False > 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/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 524288 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (268, 32, 61) biosGeometry: (32, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1c20> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = efi 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116c990> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f116c8d0> PedPartition: <_ped.Partition object at 0x7f20f115bfb0> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 526336 end = 1050623 length = 524288 > flags = boot, esp, PartitionDevice instance (0x7f20f111a4d0) -- > name = sdb3 status = True kids = 0 id = 17 > parents = ['existing 962 MiB disk sdb (1) with existing gpt disklabel'] > uuid = None size = 448.98 MiB > format = existing ext4 filesystem > major = 8 minor = 19 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/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 919519 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (471, 32, 61) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f0fd1cb0> > target size = 0 B path = /dev/sdb3 > format args = [] originalFormat = ext4 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 0x7f20f1159490> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f116cb50> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20f116cad0> PedPartition: <_ped.Partition object at 0x7f20f1171050> > disk = existing 962 MiB disk sdb (1) with existing gpt disklabel > start = 1050624 end = 1970142 length = 919519 > flags = , PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:29,101 INFO blivet: hiding device partition sdb1 (id 6) >22:03:29,101 INFO blivet: removed partition sdb1 (id 6) from device tree >22:03:29,103 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sdb ; >22:03:29,104 DEBUG blivet: lvm filter: adding sdb1 to the reject list >22:03:29,104 INFO blivet: hiding device partition sdb2 (id 11) >22:03:29,105 INFO blivet: removed partition sdb2 (id 11) from device tree >22:03:29,106 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sdb ; >22:03:29,107 DEBUG blivet: lvm filter: adding sdb2 to the reject list >22:03:29,107 INFO blivet: hiding device partition sdb3 (id 17) >22:03:29,108 INFO blivet: removed partition sdb3 (id 17) from device tree >22:03:29,109 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >22:03:29,110 DEBUG blivet: lvm filter: adding sdb3 to the reject list >22:03:29,110 INFO blivet: hiding device disk sdb (id 1) >22:03:29,110 INFO blivet: removed disk sdb (id 1) from device tree >22:03:29,111 DEBUG blivet: lvm filter: adding sdb to the reject list >22:03:29,113 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:29,115 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:29,327 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:29,327 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20f112b910) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f112be50) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20f112b950) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20f1034390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f104b110) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f106bbd0) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20f104bdd0) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:29,492 DEBUG blivet: clearpart: looking at sda7 >22:03:29,493 DEBUG blivet: clearpart: looking at sda6 >22:03:29,493 DEBUG blivet: clearpart: looking at sda5 >22:03:29,493 DEBUG blivet: clearpart: looking at sda4 >22:03:29,493 DEBUG blivet: clearpart: looking at sda3 >22:03:29,493 DEBUG blivet: clearpart: looking at sda2 >22:03:29,493 DEBUG blivet: clearpart: looking at sda1 >22:03:29,493 DEBUG blivet: checking whether disk sda has an empty extended >22:03:29,494 DEBUG blivet: extended is None ; logicals is [] >22:03:29,527 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:29,527 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:29,535 DEBUG blivet: resolved 'sda' to 'sda' (disk) >22:03:29,599 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:29,600 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:29,607 DEBUG blivet: resolved 'sda' to 'sda' (disk) >22:03:29,608 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:03:29,609 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:03:29,616 DEBUG blivet: resolved 'sda' to 'sda' (disk) >22:03:29,629 DEBUG blivet: starting Blivet copy >22:03:29,650 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:29,651 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20fbcc8cd0) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a550> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111aad0> PedPartition: <_ped.Partition object at 0x7f20f1171a70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f0fffa10) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f111a390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f111a5d0> PedPartition: <_ped.Partition object at 0x7f20f1171950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20fbcc8e50) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f111af10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b0d0> PedPartition: <_ped.Partition object at 0x7f20f1171ad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20eff2a390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b2d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b250> PedPartition: <_ped.Partition object at 0x7f20f1171bf0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f0fffa90) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b490> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b410> PedPartition: <_ped.Partition object at 0x7f20f1171c50> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f1066850) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b650> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b5d0> PedPartition: <_ped.Partition object at 0x7f20f1171cb0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20fbcc8d90) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f111af10> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f112b810> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f112b790> PedPartition: <_ped.Partition object at 0x7f20f1171d10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:29,784 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >22:03:29,784 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060510> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0603d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f950> >22:03:29,785 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >22:03:29,786 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060590> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0604d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f9b0> >22:03:29,787 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >22:03:29,787 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f10667d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0606d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fa10> >22:03:29,788 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >22:03:29,788 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb0608d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060550> PedPartition: <_ped.Partition object at 0x7f20fbc1fa70> >22:03:29,789 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >22:03:29,789 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12d690> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060090> PedPartition: <_ped.Partition object at 0x7f20fbc1fad0> >22:03:29,791 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >22:03:29,791 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dcd0> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12d8d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fb30> >22:03:29,792 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >22:03:29,792 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dc90> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12de90> PedPartition: <_ped.Partition object at 0x7f20fbc1fb90> >22:03:29,794 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >22:03:29,794 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20fbcc8890> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12de50> > number: 1 path: /dev/sdb1 type: 0 > name: LOCALLOGISTICS active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20fbca9a10> PedPartition: <_ped.Partition object at 0x7f20fbc1fc50> >22:03:29,795 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >22:03:29,795 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20fbcc8890> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dbd0> > number: 2 path: /dev/sdb2 type: 0 > name: EFIBOOT active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12df50> PedPartition: <_ped.Partition object at 0x7f20fbc1fbf0> >22:03:29,796 DEBUG blivet: PartitionDevice._setPartedPartition: sdb3 ; >22:03:29,796 DEBUG blivet: device sdb3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20fbcc8890> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12d850> > number: 3 path: /dev/sdb3 type: 0 > name: LOCAL LOGISTICS active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f20eb12db50> PedPartition: <_ped.Partition object at 0x7f20fbc1fcb0> >22:03:29,797 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 57 ; incomplete: False ; >22:03:29,798 DEBUG blivet: DeviceTree.getDeviceByID returned existing 8192 MiB partition sda7 (57) with existing swap >22:03:29,804 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 47 ; incomplete: False ; >22:03:29,805 DEBUG blivet: DeviceTree.getDeviceByID returned existing 512 MiB partition sda5 (47) with existing ext4 filesystem >22:03:29,810 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 32 ; incomplete: False ; >22:03:29,811 DEBUG blivet: DeviceTree.getDeviceByID returned existing 99 MiB partition sda2 (32) with existing efi filesystem >22:03:29,817 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 52 ; incomplete: False ; >22:03:29,817 DEBUG blivet: DeviceTree.getDeviceByID returned existing 58.59 GiB partition sda6 (52) with existing ext4 filesystem >22:03:29,823 DEBUG blivet: finished Blivet copy >22:03:29,826 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:29,826 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20fbcc8cd0) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060510> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0603d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f0fffa10) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060590> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0604d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f9b0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20fbcc8e50) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f10667d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0606d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fa10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20eff2a390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb0608d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060550> PedPartition: <_ped.Partition object at 0x7f20fbc1fa70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f0fffa90) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12d690> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060090> PedPartition: <_ped.Partition object at 0x7f20fbc1fad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f1066850) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dcd0> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12d8d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fb30> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20fbcc8d90) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dc90> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12de90> PedPartition: <_ped.Partition object at 0x7f20fbc1fb90> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:29,982 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:29,982 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20fbcc8cd0) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060510> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0603d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f0fffa10) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060590> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0604d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f9b0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20fbcc8e50) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f10667d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0606d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fa10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20eff2a390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb0608d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060550> PedPartition: <_ped.Partition object at 0x7f20fbc1fa70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f0fffa90) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12d690> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060090> PedPartition: <_ped.Partition object at 0x7f20fbc1fad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f1066850) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dcd0> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12d8d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fb30> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20fbcc8d90) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dc90> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12de90> PedPartition: <_ped.Partition object at 0x7f20fbc1fb90> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:30,117 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:30,118 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20fbcc8cd0) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060510> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0603d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f0fffa10) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060590> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0604d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f9b0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20fbcc8e50) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f10667d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0606d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fa10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20eff2a390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb0608d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060550> PedPartition: <_ped.Partition object at 0x7f20fbc1fa70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f0fffa90) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12d690> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060090> PedPartition: <_ped.Partition object at 0x7f20fbc1fad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f1066850) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dcd0> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12d8d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fb30> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20fbcc8d90) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dc90> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12de90> PedPartition: <_ped.Partition object at 0x7f20fbc1fb90> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:30,265 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:03:30,265 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20fbcc8cd0) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060510> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0603d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f950> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f0fffa10) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb060590> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0604d0> PedPartition: <_ped.Partition object at 0x7f20fbc1f9b0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20fbcc8e50) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f10667d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0606d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fa10> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20eff2a390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb0608d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060550> PedPartition: <_ped.Partition object at 0x7f20fbc1fa70> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f0fffa90) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12d690> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb060090> PedPartition: <_ped.Partition object at 0x7f20fbc1fad0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f1066850) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dcd0> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12d8d0> PedPartition: <_ped.Partition object at 0x7f20fbc1fb30> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20fbcc8d90) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f10667d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb12dc90> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb12de90> PedPartition: <_ped.Partition object at 0x7f20fbc1fb90> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:03:32,850 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:32,850 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 197 >22:03:41,410 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:41,410 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 198 >22:03:41,412 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f20f0fff5d0>, 512 MiB, ['sda'], {'encrypted': False, 'raid_level': None} >22:03:41,449 DEBUG storage.ui: Ext4FS.supported: supported: True ; >22:03:41,450 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 199 >22:03:41,451 DEBUG storage.ui: PartitionDevice._setFormat: sda5 ; >22:03:41,451 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 201 >22:03:41,452 DEBUG storage.ui: PartitionDevice._setFormat: sda5 ; current: ext4 ; type: None ; >22:03:41,452 INFO storage.ui: registered action: [200] destroy format ext4 filesystem on partition sda5 (id 47) >22:03:41,452 DEBUG storage.ui: PartitionDevice._setFormat: sda5 ; >22:03:41,453 DEBUG storage.ui: PartitionDevice._setFormat: sda5 ; current: None ; type: ext4 ; >22:03:41,453 INFO storage.ui: registered action: [202] create format ext4 filesystem mounted at /boot on partition sda5 (id 47) >22:03:42,630 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 203 >22:03:49,040 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 204 >22:03:49,041 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f20f0fff5d0>, 99 MiB, ['sda'], {'encrypted': False, 'raid_level': None} >22:03:50,233 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:50,233 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 205 >22:03:54,129 DEBUG blivet: Ext4FS.supported: supported: True ; >22:03:54,129 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 206 >22:03:54,129 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f20f0fff5d0>, 58.59 GiB, ['sda'], {'encrypted': False, 'raid_level': None} >22:03:54,158 DEBUG storage.ui: Ext4FS.supported: supported: True ; >22:03:54,159 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 207 >22:03:54,159 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; >22:03:54,159 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 209 >22:03:54,160 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; current: ext4 ; type: None ; >22:03:54,160 INFO storage.ui: registered action: [208] destroy format ext4 filesystem on partition sda6 (id 52) >22:03:54,161 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; >22:03:54,162 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; current: None ; type: ext4 ; >22:03:54,162 INFO storage.ui: registered action: [210] create format ext4 filesystem mounted at / on partition sda6 (id 52) >22:03:54,896 DEBUG blivet: SwapSpace.__init__: >22:03:54,896 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 211 >22:03:56,736 DEBUG blivet: SwapSpace.__init__: >22:03:56,736 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 212 >22:03:56,737 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f20f0fff5d0>, 8192 MiB, ['sda'], {'encrypted': False, 'raid_level': None} >22:03:56,767 DEBUG storage.ui: SwapSpace.__init__: device: /dev/sda7 ; mountpoint: None ; label: ; >22:03:56,767 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 213 >22:03:56,768 DEBUG storage.ui: PartitionDevice._setFormat: sda7 ; >22:03:56,768 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 215 >22:03:56,769 DEBUG storage.ui: PartitionDevice._setFormat: sda7 ; current: swap ; type: None ; >22:03:56,769 INFO storage.ui: registered action: [214] destroy format swap on partition sda7 (id 57) >22:03:56,770 DEBUG storage.ui: PartitionDevice._setFormat: sda7 ; >22:03:56,770 DEBUG storage.ui: PartitionDevice._setFormat: sda7 ; current: None ; type: swap ; >22:03:56,770 INFO storage.ui: registered action: [216] create format swap on partition sda7 (id 57) >22:04:04,319 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:04:04,319 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:04:04,325 DEBUG blivet: resolved 'sda' to 'sda' (disk) >22:04:04,326 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >22:04:04,326 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:04:04,332 DEBUG blivet: resolved 'sda' to 'sda' (disk) >22:04:11,503 INFO blivet: omitting ksdata: existing 238.47 GiB disk sda (22) with existing gpt disklabel >22:04:11,521 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >22:04:11,538 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:04:11,539 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,540 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,556 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >22:04:11,573 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:04:11,574 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,576 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,592 DEBUG blivet: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >22:04:11,593 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >22:04:11,594 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >22:04:11,610 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:04:11,611 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,612 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,627 DEBUG blivet: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >22:04:11,642 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:04:11,643 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,644 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,660 DEBUG blivet: PartitionDevice.teardown: sda5 ; status: True ; controllable: True ; >22:04:11,675 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:04:11,676 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,677 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,693 DEBUG blivet: PartitionDevice.teardown: sda6 ; status: True ; controllable: True ; >22:04:11,710 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:04:11,711 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,712 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,726 DEBUG blivet: PartitionDevice.teardown: sda7 ; status: True ; controllable: True ; >22:04:11,727 DEBUG blivet: SwapSpace.teardown: device: /dev/sda7 ; status: False ; type: swap ; >22:04:11,743 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:04:11,744 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,745 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:04:11,761 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >22:04:11,762 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >22:04:11,763 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >22:04:11,788 DEBUG blivet: LoopDevice.teardown: loop0 ; status: True ; controllable: False ; >22:04:11,800 DEBUG blivet: action: [214] destroy format swap on partition sda7 (id 57) >22:04:11,800 DEBUG blivet: action: [208] destroy format ext4 filesystem on partition sda6 (id 52) >22:04:11,800 DEBUG blivet: action: [200] destroy format ext4 filesystem on partition sda5 (id 47) >22:04:11,800 DEBUG blivet: action: [216] create format swap on partition sda7 (id 57) >22:04:11,800 DEBUG blivet: action: [210] create format ext4 filesystem mounted at / on partition sda6 (id 52) >22:04:11,800 DEBUG blivet: action: [202] create format ext4 filesystem mounted at /boot on partition sda5 (id 47) >22:04:11,800 INFO blivet: pruning action queue... >22:04:11,811 INFO blivet: resetting parted disks... >22:04:11,813 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >22:04:11,814 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >22:04:11,815 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >22:04:11,815 DEBUG blivet: sector-based lookup found partition sda1 >22:04:11,816 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >22:04:11,816 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb072850> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb072f10> PedPartition: <_ped.Partition object at 0x7f20eb0670b0> >22:04:11,818 DEBUG blivet: PartitionDevice.preCommitFixup: sda2 ; >22:04:11,818 DEBUG blivet: sector-based lookup found partition sda2 >22:04:11,819 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >22:04:11,819 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb072990> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb072590> PedPartition: <_ped.Partition object at 0x7f20eb067050> >22:04:11,820 DEBUG blivet: PartitionDevice.preCommitFixup: sda3 ; >22:04:11,821 DEBUG blivet: sector-based lookup found partition sda3 >22:04:11,822 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >22:04:11,822 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066710> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb072250> PedPartition: <_ped.Partition object at 0x7f20eb067110> >22:04:11,826 DEBUG blivet: PartitionDevice.preCommitFixup: sda4 ; >22:04:11,827 DEBUG blivet: sector-based lookup found partition sda4 >22:04:11,827 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >22:04:11,828 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb072150> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0720d0> PedPartition: <_ped.Partition object at 0x7f20eb067170> >22:04:11,830 DEBUG blivet: PartitionDevice.preCommitFixup: sda5 ; >22:04:11,830 DEBUG blivet: sector-based lookup found partition sda5 >22:04:11,831 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >22:04:11,831 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb05ebd0> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb05e7d0> PedPartition: <_ped.Partition object at 0x7f20eb0671d0> >22:04:11,833 DEBUG blivet: PartitionDevice.preCommitFixup: sda6 ; >22:04:11,833 DEBUG blivet: sector-based lookup found partition sda6 >22:04:11,834 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >22:04:11,834 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb05e950> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb05e390> PedPartition: <_ped.Partition object at 0x7f20eb067230> >22:04:11,835 DEBUG blivet: PartitionDevice.preCommitFixup: sda7 ; >22:04:11,836 DEBUG blivet: sector-based lookup found partition sda7 >22:04:11,836 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >22:04:11,837 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb05e510> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb05e850> PedPartition: <_ped.Partition object at 0x7f20eb067290> >22:04:11,838 INFO blivet: sorting actions... >22:04:11,838 DEBUG blivet: action: [200] destroy format ext4 filesystem on partition sda5 (id 47) >22:04:11,839 DEBUG blivet: action: [208] destroy format ext4 filesystem on partition sda6 (id 52) >22:04:11,839 DEBUG blivet: action: [214] destroy format swap on partition sda7 (id 57) >22:04:11,840 DEBUG blivet: action: [202] create format ext4 filesystem mounted at /boot on partition sda5 (id 47) >22:04:11,840 DEBUG blivet: action: [210] create format ext4 filesystem mounted at / on partition sda6 (id 52) >22:04:11,840 DEBUG blivet: action: [216] create format swap on partition sda7 (id 57) >22:04:11,840 INFO blivet: executing action: [200] destroy format ext4 filesystem on partition sda5 (id 47) >22:04:11,842 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: True ; >22:04:11,843 DEBUG blivet: Ext4FS.destroy: device: /dev/sda5 ; status: False ; type: ext4 ; >22:04:11,905 INFO blivet: executing action: [208] destroy format ext4 filesystem on partition sda6 (id 52) >22:04:11,906 DEBUG blivet: PartitionDevice.setup: sda6 ; status: True ; controllable: True ; orig: True ; >22:04:11,907 DEBUG blivet: Ext4FS.destroy: device: /dev/sda6 ; status: False ; type: ext4 ; >22:04:11,953 INFO blivet: executing action: [214] destroy format swap on partition sda7 (id 57) >22:04:11,954 DEBUG blivet: PartitionDevice.setup: sda7 ; status: True ; controllable: True ; orig: True ; >22:04:11,955 DEBUG blivet: SwapSpace.destroy: device: /dev/sda7 ; status: False ; type: swap ; >22:04:12,001 INFO blivet: executing action: [202] create format ext4 filesystem mounted at /boot on partition sda5 (id 47) >22:04:12,005 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >22:04:12,006 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 1 ; >22:04:12,006 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 2 ; >22:04:12,007 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 3 ; >22:04:12,008 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 4 ; >22:04:12,009 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 5 ; >22:04:12,009 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 6 ; >22:04:12,010 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 8 ; >22:04:12,011 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 9 ; >22:04:12,012 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 10 ; >22:04:12,013 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 11 ; >22:04:12,014 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 12 ; >22:04:12,014 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 13 ; >22:04:12,015 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 14 ; >22:04:12,016 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 15 ; >22:04:12,017 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 16 ; >22:04:12,018 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 17 ; >22:04:12,019 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 18 ; >22:04:12,023 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 7 ; >22:04:12,039 DEBUG blivet: Ext4FS.create: device: /dev/sda5 ; status: False ; type: ext4 ; >22:04:12,040 DEBUG blivet: Ext4FS.doFormat: device: /dev/sda5 ; mountpoint: /boot ; type: ext4 ; >22:04:12,204 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda5 ; type: ext4 ; >22:04:12,204 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda5 >22:04:12,222 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda5 ; type: ext4 ; >22:04:12,223 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda5 >22:04:12,241 DEBUG blivet: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >22:04:12,242 DEBUG blivet: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >22:04:12,243 DEBUG blivet: sda5 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 >22:04:12,257 INFO blivet: executing action: [210] create format ext4 filesystem mounted at / on partition sda6 (id 52) >22:04:12,260 DEBUG blivet: PartitionDevice.setup: sda6 ; status: True ; controllable: True ; orig: False ; >22:04:12,261 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 1 ; >22:04:12,262 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 2 ; >22:04:12,263 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 3 ; >22:04:12,264 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 4 ; >22:04:12,264 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 5 ; >22:04:12,265 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 6 ; >22:04:12,266 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 8 ; >22:04:12,267 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 9 ; >22:04:12,267 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 10 ; >22:04:12,268 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 11 ; >22:04:12,269 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 12 ; >22:04:12,270 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 13 ; >22:04:12,270 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 14 ; >22:04:12,271 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 15 ; >22:04:12,272 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 16 ; >22:04:12,273 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 17 ; >22:04:12,274 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 18 ; >22:04:12,277 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 7 ; >22:04:12,295 DEBUG blivet: Ext4FS.create: device: /dev/sda6 ; status: False ; type: ext4 ; >22:04:12,296 DEBUG blivet: Ext4FS.doFormat: device: /dev/sda6 ; mountpoint: / ; type: ext4 ; >22:04:14,006 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda6 ; type: ext4 ; >22:04:14,006 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda6 >22:04:14,020 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda6 ; type: ext4 ; >22:04:14,021 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda6 >22:04:14,036 DEBUG blivet: PartitionDevice.updateSysfsPath: sda6 ; status: True ; >22:04:14,038 DEBUG blivet: PartitionDevice.updateSysfsPath: sda6 ; status: True ; >22:04:14,038 DEBUG blivet: sda6 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 >22:04:14,051 INFO blivet: executing action: [216] create format swap on partition sda7 (id 57) >22:04:14,053 DEBUG blivet: PartitionDevice.setup: sda7 ; status: True ; controllable: True ; orig: False ; >22:04:14,055 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 1 ; >22:04:14,056 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 2 ; >22:04:14,056 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 4 ; >22:04:14,057 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 5 ; >22:04:14,058 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 6 ; >22:04:14,059 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 8 ; >22:04:14,059 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 9 ; >22:04:14,060 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 10 ; >22:04:14,061 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 11 ; >22:04:14,062 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 12 ; >22:04:14,063 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 13 ; >22:04:14,064 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 14 ; >22:04:14,065 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 15 ; >22:04:14,065 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 16 ; >22:04:14,066 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 17 ; >22:04:14,067 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 18 ; >22:04:14,068 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda7 ; flag: 3 ; >22:04:14,070 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 7 ; >22:04:14,087 DEBUG blivet: SwapSpace.create: device: /dev/sda7 ; status: None ; type: swap ; >22:04:14,090 DEBUG blivet: SwapSpace.create: device: /dev/sda7 ; status: None ; type: swap ; >22:04:14,128 DEBUG blivet: SwapSpace.notifyKernel: device: /dev/sda7 ; type: swap ; >22:04:14,128 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda7 >22:04:14,143 DEBUG blivet: PartitionDevice.updateSysfsPath: sda7 ; status: True ; >22:04:14,144 DEBUG blivet: PartitionDevice.updateSysfsPath: sda7 ; status: True ; >22:04:14,144 DEBUG blivet: sda7 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 >22:04:14,161 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >22:04:14,161 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f20fbcc8cd0) -- > name = sda1 status = True kids = 0 id = 27 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 300 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: 614400 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38, 255, 63) biosGeometry: (38, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127290> > target size = 0 B path = /dev/sda1 > 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 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb072850> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb072f10> PedPartition: <_ped.Partition object at 0x7f20eb0670b0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag, PartitionDevice instance (0x7f20f0fffa10) -- > name = sda2 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 99 MiB > format = existing efi filesystem mounted at /boot/efi > 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: 202752 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 0x7f20f11273b0> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = efi 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 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb072990> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb072590> PedPartition: <_ped.Partition object at 0x7f20eb067050> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 616448 end = 819199 length = 202752 > flags = boot, esp, PartitionDevice instance (0x7f20fbcc8e50) -- > name = sda3 status = True kids = 0 id = 38 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 128 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 262144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (16, 255, 63) biosGeometry: (16, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127440> > target size = 0 B path = /dev/sda3 > 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 0x7f20f1066710> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb072250> PedPartition: <_ped.Partition object at 0x7f20eb067110> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 819200 end = 1081343 length = 262144 > flags = msftres, PartitionDevice instance (0x7f20eff2a390) -- > name = sda4 status = True kids = 0 id = 42 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.08 GiB > format = existing ntfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 121798656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7581, 255, 63) biosGeometry: (7581, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f11274d0> > target size = 0 B path = /dev/sda4 > 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 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb072150> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb0720d0> PedPartition: <_ped.Partition object at 0x7f20eb067170> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 1081344 end = 122879999 length = 121798656 > flags = msftdata, PartitionDevice instance (0x7f20f0fffa90) -- > name = sda5 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 512 MiB > format = existing ext4 filesystem mounted at /boot > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127560> > target size = 0 B path = /dev/sda5 > format args = [] originalFormat = ext4 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 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb05ebd0> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb05e7d0> PedPartition: <_ped.Partition object at 0x7f20eb0671d0> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 122880000 end = 123928575 length = 1048576 > flags = , PartitionDevice instance (0x7f20f1066850) -- > name = sda6 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 58.59 GiB > format = existing ext4 filesystem mounted at / > major = 8 minor = 6 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda6 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127680> > target size = 0 B path = /dev/sda6 > format args = [] originalFormat = ext4 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 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb05e950> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb05e390> PedPartition: <_ped.Partition object at 0x7f20eb067230> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 123928576 end = 246808575 length = 122880000 > flags = , PartitionDevice instance (0x7f20fbcc8d90) -- > name = sda7 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (22) with existing gpt disklabel'] > uuid = None size = 8192 MiB > format = existing swap > major = 8 minor = 7 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda7 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f20f1127710> > target size = 0 B path = /dev/sda7 > format args = [] originalFormat = swap 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 0x7f20f1066710> fileSystem: <parted.filesystem.FileSystem object at 0x7f20eb05e510> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20eb05e850> PedPartition: <_ped.Partition object at 0x7f20eb067290> > disk = existing 238.47 GiB disk sda (22) with existing gpt disklabel > start = 246808576 end = 263585791 length = 16777216 > flags = ] >22:04:14,316 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >22:04:14,317 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066150> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f1052490> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f1052850> PedPartition: <_ped.Partition object at 0x7f20eb0677d0> >22:04:14,318 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >22:04:14,318 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066150> fileSystem: <parted.filesystem.FileSystem object at 0x7f20f1052410> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f1052f90> PedPartition: <_ped.Partition object at 0x7f20eb067830> >22:04:14,319 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >22:04:14,320 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f1052590> PedPartition: <_ped.Partition object at 0x7f20eb067890> >22:04:14,321 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >22:04:14,321 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066150> fileSystem: <parted.filesystem.FileSystem object at 0x7f20fbbc3090> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20f1052610> PedPartition: <_ped.Partition object at 0x7f20eb0678f0> >22:04:14,322 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >22:04:14,322 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066150> fileSystem: <parted.filesystem.FileSystem object at 0x7f20fbbc3250> > number: 5 path: /dev/sda5 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20fbbc31d0> PedPartition: <_ped.Partition object at 0x7f20eb067ad0> >22:04:14,323 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >22:04:14,324 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066150> fileSystem: <parted.filesystem.FileSystem object at 0x7f20fbbc3410> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20fbbc3390> PedPartition: <_ped.Partition object at 0x7f20eb067a70> >22:04:14,325 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >22:04:14,325 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f20f1066150> fileSystem: <parted.filesystem.FileSystem object at 0x7f20fbbc35d0> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f20fbbc3550> PedPartition: <_ped.Partition object at 0x7f20eb067b30> >22:04:14,326 INFO blivet: setting boot flag on sda2 >22:04:14,327 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda2 ; flag: 1 ; >22:04:14,328 INFO blivet: Setting label on existing 99 MiB partition sda2 (32) with existing efi filesystem mounted at /boot/efi to 'EFI System Partition' >22:04:14,336 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >22:04:14,337 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 7 ; >22:04:14,354 DEBUG blivet: Ext4FS.supported: supported: True ; >22:04:14,355 DEBUG blivet: Ext4FS.supported: supported: True ; >22:04:14,356 DEBUG blivet: Ext4FS.supported: supported: True ; >22:04:14,358 DEBUG blivet: NTFS.supported: supported: False ; >22:04:14,361 DEBUG blivet: NTFS.supported: supported: False ; >22:04:14,363 DEBUG blivet: Ext4FS.supported: supported: True ; >22:04:14,365 DEBUG blivet: Ext4FS.supported: supported: True ; >22:04:14,367 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:04:14,449 DEBUG blivet: PartitionDevice.setup: sda7 ; status: True ; controllable: True ; orig: False ; >22:04:14,450 DEBUG blivet: SwapSpace.setup: device: /dev/sda7 ; status: False ; type: swap ; >22:04:14,450 DEBUG blivet: SwapSpace.setup: device: /dev/sda7 ; status: False ; type: swap ; >22:04:14,468 DEBUG blivet: BindFS.supported: supported: False ; >22:04:14,468 DEBUG blivet: getFormat('bind') returning BindFS instance with object id 218 >22:04:14,469 DEBUG blivet: DirectoryDevice._setFormat: /dev ; current: None ; type: bind ; >22:04:14,471 DEBUG blivet: TmpFS.supported: supported: True ; >22:04:14,479 DEBUG blivet: getFormat('tmpfs') returning TmpFS instance with object id 221 >22:04:14,481 DEBUG blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >22:04:14,482 DEBUG blivet: DevPtsFS.supported: supported: False ; >22:04:14,483 DEBUG blivet: getFormat('devpts') returning DevPtsFS instance with object id 224 >22:04:14,484 DEBUG blivet: NoDevice._setFormat: devpts ; current: None ; type: devpts ; >22:04:14,486 DEBUG blivet: SysFS.supported: supported: False ; >22:04:14,486 DEBUG blivet: getFormat('sysfs') returning SysFS instance with object id 227 >22:04:14,487 DEBUG blivet: NoDevice._setFormat: sysfs ; current: None ; type: sysfs ; >22:04:14,487 DEBUG blivet: ProcFS.supported: supported: False ; >22:04:14,487 DEBUG blivet: getFormat('proc') returning ProcFS instance with object id 230 >22:04:14,488 DEBUG blivet: NoDevice._setFormat: proc ; current: None ; type: proc ; >22:04:14,489 DEBUG blivet: SELinuxFS.supported: supported: False ; >22:04:14,489 DEBUG blivet: getFormat('selinuxfs') returning SELinuxFS instance with object id 233 >22:04:14,489 DEBUG blivet: NoDevice._setFormat: selinuxfs ; current: None ; type: selinuxfs ; >22:04:14,490 DEBUG blivet: USBFS.supported: supported: False ; >22:04:14,490 DEBUG blivet: getFormat('usbfs') returning USBFS instance with object id 236 >22:04:14,491 DEBUG blivet: NoDevice._setFormat: usbfs ; current: None ; type: usbfs ; >22:04:14,492 DEBUG blivet: BindFS.supported: supported: False ; >22:04:14,492 DEBUG blivet: getFormat('bind') returning BindFS instance with object id 239 >22:04:14,492 DEBUG blivet: DirectoryDevice._setFormat: /run ; current: None ; type: bind ; >22:04:14,493 DEBUG blivet: PartitionDevice.setup: sda6 ; status: True ; controllable: True ; orig: False ; >22:04:14,518 INFO blivet: set SELinux context for newly mounted filesystem root at / to system_u:object_r:root_t:s0 >22:04:14,520 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,521 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >22:04:14,531 INFO blivet: set SELinux context for newly mounted filesystem root at /boot to system_u:object_r:boot_t:s0 >22:04:14,531 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /boot/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,533 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >22:04:14,545 INFO blivet: failed to set SELinux context for /mnt/sysimage/boot/efi: [Errno 95] Operation not supported >22:04:14,545 INFO blivet: set SELinux context for newly mounted filesystem root at /boot/efi to None >22:04:14,546 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /boot/efi/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,547 DEBUG blivet: DirectoryDevice.setup: /dev ; status: True ; controllable: True ; orig: False ; >22:04:14,558 INFO blivet: set SELinux context for newly mounted filesystem root at /dev to system_u:object_r:device_t:s0 >22:04:14,558 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /dev/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,559 DEBUG blivet: NoDevice.setup: devpts ; status: False ; controllable: True ; orig: False ; >22:04:14,570 INFO blivet: set SELinux context for newly mounted filesystem root at /dev/pts to system_u:object_r:devpts_t:s0 >22:04:14,570 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /dev/pts/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,572 DEBUG blivet: NoDevice.setup: tmpfs ; status: False ; controllable: True ; orig: False ; >22:04:14,580 INFO blivet: set SELinux context for newly mounted filesystem root at /dev/shm to system_u:object_r:tmpfs_t:s0 >22:04:14,581 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /dev/shm/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,582 DEBUG blivet: NoDevice.setup: proc ; status: False ; controllable: True ; orig: False ; >22:04:14,592 INFO blivet: failed to get default SELinux context for /proc: [Errno 2] No such file or directory >22:04:14,593 INFO blivet: set SELinux context for newly mounted filesystem root at /proc to None >22:04:14,593 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /proc/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,628 DEBUG blivet: DirectoryDevice.setup: /run ; status: True ; controllable: True ; orig: False ; >22:04:14,640 INFO blivet: set SELinux context for newly mounted filesystem root at /run to system_u:object_r:var_run_t:s0 >22:04:14,641 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /run/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,642 DEBUG blivet: NoDevice.setup: sysfs ; status: False ; controllable: True ; orig: False ; >22:04:14,650 INFO blivet: set SELinux context for newly mounted filesystem root at /sys to system_u:object_r:sysfs_t:s0 >22:04:14,650 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /sys/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,651 DEBUG blivet: NoDevice.setup: selinuxfs ; status: False ; controllable: True ; orig: False ; >22:04:14,662 INFO blivet: failed to set SELinux context for /mnt/sysimage/sys/fs/selinux: [Errno 95] Operation not supported >22:04:14,662 INFO blivet: set SELinux context for newly mounted filesystem root at /sys/fs/selinux to None >22:04:14,663 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /sys/fs/selinux/lost+found to system_u:object_r:lost_found_t:s0 >22:04:14,664 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.NetworkStorageDevice'> ; >22:04:14,665 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >22:04:14,667 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: mdarray ; >22:04:14,668 DEBUG blivet: DeviceTree.getDevicesByType returned [] >22:04:14,668 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: mdbiosraidarray ; >22:04:14,669 DEBUG blivet: DeviceTree.getDevicesByType returned [] >22:04:14,670 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: mdcontainer ; >22:04:14,671 DEBUG blivet: DeviceTree.getDevicesByType returned [] >22:04:14,672 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: dm-multipath ; >22:04:14,673 DEBUG blivet: DeviceTree.getDevicesByType returned [] >22:04:14,673 INFO blivet: not writing out mpath configuration >22:04:14,677 DEBUG blivet: /dev/sdb3 is mounted on /run/install/repo >22:04:14,744 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:04:14,790 DEBUG blivet: looking up parted Device: /dev/sr0 >22:04:14,882 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:04:14,927 DEBUG blivet: looking up parted Device: /dev/sr0 >22:04:15,094 DEBUG blivet: looking up parted Device: /run >22:04:15,103 DEBUG blivet: looking up parted Device: /dev > > >/tmp/ifcfg.log: >22:03:07,463 DEBUG ifcfg: content of files (network initialization): >22:03:07,463 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp3s0: >22:03:07,463 DEBUG ifcfg: # Generated by dracut initrd >22:03:07,463 DEBUG ifcfg: DEVICE="enp3s0" >22:03:07,463 DEBUG ifcfg: ONBOOT=yes >22:03:07,463 DEBUG ifcfg: NETBOOT=yes >22:03:07,463 DEBUG ifcfg: UUID="8fa69869-f0d6-4836-8952-a461f0c2eceb" >22:03:07,463 DEBUG ifcfg: BOOTPROTO=none >22:03:07,463 DEBUG ifcfg: IPADDR="212.115.199.60" >22:03:07,463 DEBUG ifcfg: NETMASK="255.255.255.248" >22:03:07,464 DEBUG ifcfg: GATEWAY="212.115.199.57" >22:03:07,464 DEBUG ifcfg: TYPE=Ethernet >22:03:07,464 DEBUG ifcfg: NAME="enp3s0" >22:03:07,464 DEBUG ifcfg: DNS1="212.115.199.57" >22:03:07,464 DEBUG ifcfg: DNS2="2001:1af8:fe00:847f::1" >22:03:07,464 DEBUG ifcfg: DNS3="212.115.199.57" >22:03:07,468 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}}, 'connection': {'timestamp': 1412114582L, 'interface-name': 'enp3s0', 'type': '802-3-ethernet', 'id': 'enp3s0', 'uuid': '8fa69869-f0d6-4836-8952-a461f0c2eceb'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[1019704276L, 29L, 969372628L]], 'dns': [969372628L], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >22:03:07,515 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >22:03:07,515 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >22:03:07,516 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >22:03:07,516 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 > > >/proc/cmdline: >BOOT_IMAGE=/images/pxeboot/vmlinuz inst.ks=hd:UUID=3e0026ca-9446-451c-a855-64344a2cc82b:/cfl.cfg ip=212.115.199.60::212.115.199.57:255.255.255.248:testsys.digifarma.nl::off nameserver=212.115.199.57 inst.stage2=hd:UUID=3e0026ca-9446-451c-a855-64344a2cc82b > > >/tmp/syslog: >22:03:02,463 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.10" x-pid="1259" x-info="http://www.rsyslog.com"] start >22:03:02,463 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >22:03:02,463 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >22:03:02,463 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >22:03:02,463 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 >22:03:02,463 INFO kernel:[ 0.000000] Command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.ks=hd:UUID=3e0026ca-9446-451c-a855-64344a2cc82b:/cfl.cfg ip=212.115.199.60::212.115.199.57:255.255.255.248:testsys.digifarma.nl::off nameserver=212.115.199.57 inst.stage2=hd:UUID=3e0026ca-9446-451c-a855-64344a2cc82b >22:03:02,463 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000057fff] usable >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008ffff] usable >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x0000000000090fff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000091000-0x000000000009dfff] usable >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9d30fff] usable >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000b9d31000-0x00000000b9d37fff] ACPI NVS >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000b9d38000-0x00000000ba182fff] usable >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ba183000-0x00000000ba5a4fff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ba5a5000-0x00000000cc6e7fff] usable >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc6e8000-0x00000000cc8effff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc8f0000-0x00000000cc905fff] ACPI data >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc906000-0x00000000cce41fff] ACPI NVS >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cce42000-0x00000000cdffefff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cf000000-0x00000000df1fffff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >22:03:02,463 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021fdfffff] usable >22:03:02,463 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >22:03:02,463 INFO kernel:[ 0.000000] efi: EFI v2.31 by American Megatrends >22:03:02,463 INFO kernel:[ 0.000000] efi: ACPI=0xcc8f4000 ACPI 2.0=0xcc8f4000 SMBIOS=0xcdf58498 >22:03:02,463 INFO kernel:[ 0.000000] efi: mem00: type=6, attr=0x800000000000000f, range=[0x0000000000000000-0x0000000000001000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x0000000000058000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x0000000000090000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem05: type=5, attr=0x800000000000000f, range=[0x0000000000090000-0x0000000000091000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000091000-0x000000000009e000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem07: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x000000000243c000) (20MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x000000000243c000-0x000000003d5bb000) (945MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000003d5bb000-0x0000000040000000) (42MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040000000-0x0000000084789000) (1095MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x0000000084789000-0x00000000b66c4000) (799MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000b66c4000-0x00000000b9a15000) (51MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000b9a15000-0x00000000b9bf6000) (1MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000b9bf6000-0x00000000b9d31000) (1MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem17: type=10, attr=0xf, range=[0x00000000b9d31000-0x00000000b9d38000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000b9d38000-0x00000000b9e91000) (1MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem19: type=3, attr=0xf, range=[0x00000000b9e91000-0x00000000ba143000) (2MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000ba143000-0x00000000ba15f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x00000000ba15f000-0x00000000ba179000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000ba179000-0x00000000ba183000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000ba183000-0x00000000ba5a5000) (4MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000ba5a5000-0x00000000ba5b4000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000ba5b4000-0x00000000ba5bd000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000ba5bd000-0x00000000ba5c3000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000ba5c3000-0x00000000c7225000) (204MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000c7225000-0x00000000c7237000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000c7237000-0x00000000c7e12000) (11MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000c7e12000-0x00000000c7e4f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000c7e4f000-0x00000000c7e8c000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000c7e8c000-0x00000000c80d5000) (2MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000c80d5000-0x00000000c80e0000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000c80e0000-0x00000000c8103000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000c8103000-0x00000000c810d000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000c810d000-0x00000000c8137000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000c8137000-0x00000000c8146000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000c8146000-0x00000000c8228000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000c8228000-0x00000000c823e000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000c823e000-0x00000000c8270000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000c8270000-0x00000000c8289000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000c8289000-0x00000000c82c5000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000c82c5000-0x00000000c82df000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000c82df000-0x00000000c832d000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000c832d000-0x00000000c8345000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000c8345000-0x00000000c8346000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000c8346000-0x00000000c8347000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000c8347000-0x00000000c8349000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000c8349000-0x00000000c8360000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000c8360000-0x00000000c8433000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000c8433000-0x00000000c843e000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000c843e000-0x00000000c8462000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000c8462000-0x00000000c846c000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000c846c000-0x00000000c8494000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000c8494000-0x00000000c84a3000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000c84a3000-0x00000000c8536000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem57: type=7, attr=0xf, range=[0x00000000c8536000-0x00000000c8542000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x00000000c8542000-0x00000000c8589000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem59: type=7, attr=0xf, range=[0x00000000c8589000-0x00000000c859f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x00000000c859f000-0x00000000c85d0000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem61: type=7, attr=0xf, range=[0x00000000c85d0000-0x00000000c85e9000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x00000000c85e9000-0x00000000c8625000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem63: type=7, attr=0xf, range=[0x00000000c8625000-0x00000000c863f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x00000000c863f000-0x00000000c8728000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem65: type=7, attr=0xf, range=[0x00000000c8728000-0x00000000c873d000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000c873d000-0x00000000c878f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem67: type=7, attr=0xf, range=[0x00000000c878f000-0x00000000c879a000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000c879a000-0x00000000c87bf000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem69: type=7, attr=0xf, range=[0x00000000c87bf000-0x00000000c87c9000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000c87c9000-0x00000000c87f0000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem71: type=7, attr=0xf, range=[0x00000000c87f0000-0x00000000c87ff000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000c87ff000-0x00000000c8890000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem73: type=7, attr=0xf, range=[0x00000000c8890000-0x00000000c88b7000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x00000000c88b7000-0x00000000c88e2000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem75: type=7, attr=0xf, range=[0x00000000c88e2000-0x00000000c88f8000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x00000000c88f8000-0x00000000c8929000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem77: type=7, attr=0xf, range=[0x00000000c8929000-0x00000000c8942000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x00000000c8942000-0x00000000c897c000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem79: type=7, attr=0xf, range=[0x00000000c897c000-0x00000000c898b000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x00000000c898b000-0x00000000c8a7e000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem81: type=7, attr=0xf, range=[0x00000000c8a7e000-0x00000000c8aba000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x00000000c8aba000-0x00000000c8ae7000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem83: type=7, attr=0xf, range=[0x00000000c8ae7000-0x00000000c8af2000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x00000000c8af2000-0x00000000c8b16000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem85: type=7, attr=0xf, range=[0x00000000c8b16000-0x00000000c8b20000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x00000000c8b20000-0x00000000c8b4a000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem87: type=7, attr=0xf, range=[0x00000000c8b4a000-0x00000000c8b59000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x00000000c8b59000-0x00000000c8c3a000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem89: type=7, attr=0xf, range=[0x00000000c8c3a000-0x00000000c8c43000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x00000000c8c43000-0x00000000c8c82000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem91: type=7, attr=0xf, range=[0x00000000c8c82000-0x00000000c8c8e000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x00000000c8c8e000-0x00000000c8cd5000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem93: type=7, attr=0xf, range=[0x00000000c8cd5000-0x00000000c8cd9000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x00000000c8cd9000-0x00000000c8d16000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem95: type=7, attr=0xf, range=[0x00000000c8d16000-0x00000000c8d18000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x00000000c8d18000-0x00000000c8dd9000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem97: type=7, attr=0xf, range=[0x00000000c8dd9000-0x00000000c8de0000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x00000000c8de0000-0x00000000c8e70000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem99: type=7, attr=0xf, range=[0x00000000c8e70000-0x00000000c8e7a000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x00000000c8e7a000-0x00000000c8f95000) (1MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem101: type=7, attr=0xf, range=[0x00000000c8f95000-0x00000000c8f9c000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x00000000c8f9c000-0x00000000c8fdc000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem103: type=7, attr=0xf, range=[0x00000000c8fdc000-0x00000000c8fdf000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem104: type=4, attr=0xf, range=[0x00000000c8fdf000-0x00000000c902f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem105: type=7, attr=0xf, range=[0x00000000c902f000-0x00000000c9030000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem106: type=4, attr=0xf, range=[0x00000000c9030000-0x00000000c907b000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem107: type=7, attr=0xf, range=[0x00000000c907b000-0x00000000c907c000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem108: type=4, attr=0xf, range=[0x00000000c907c000-0x00000000c912f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem109: type=7, attr=0xf, range=[0x00000000c912f000-0x00000000c9135000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem110: type=4, attr=0xf, range=[0x00000000c9135000-0x00000000c9594000) (4MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem111: type=7, attr=0xf, range=[0x00000000c9594000-0x00000000c959d000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem112: type=4, attr=0xf, range=[0x00000000c959d000-0x00000000c964f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem113: type=7, attr=0xf, range=[0x00000000c964f000-0x00000000c9651000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem114: type=4, attr=0xf, range=[0x00000000c9651000-0x00000000c980b000) (1MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem115: type=7, attr=0xf, range=[0x00000000c980b000-0x00000000c980d000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem116: type=4, attr=0xf, range=[0x00000000c980d000-0x00000000c9a6b000) (2MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem117: type=7, attr=0xf, range=[0x00000000c9a6b000-0x00000000c9a6d000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem118: type=4, attr=0xf, range=[0x00000000c9a6d000-0x00000000c9b05000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem119: type=7, attr=0xf, range=[0x00000000c9b05000-0x00000000c9b08000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem120: type=4, attr=0xf, range=[0x00000000c9b08000-0x00000000c9ba5000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem121: type=7, attr=0xf, range=[0x00000000c9ba5000-0x00000000c9baa000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem122: type=4, attr=0xf, range=[0x00000000c9baa000-0x00000000c9c4a000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem123: type=7, attr=0xf, range=[0x00000000c9c4a000-0x00000000c9c4e000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem124: type=4, attr=0xf, range=[0x00000000c9c4e000-0x00000000c9cf2000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem125: type=7, attr=0xf, range=[0x00000000c9cf2000-0x00000000c9cfa000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem126: type=4, attr=0xf, range=[0x00000000c9cfa000-0x00000000c9d38000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem127: type=7, attr=0xf, range=[0x00000000c9d38000-0x00000000c9d41000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem128: type=4, attr=0xf, range=[0x00000000c9d41000-0x00000000c9d61000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem129: type=7, attr=0xf, range=[0x00000000c9d61000-0x00000000c9d62000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem130: type=4, attr=0xf, range=[0x00000000c9d62000-0x00000000c9d63000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem131: type=7, attr=0xf, range=[0x00000000c9d63000-0x00000000c9d6f000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem132: type=4, attr=0xf, range=[0x00000000c9d6f000-0x00000000c9de0000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem133: type=7, attr=0xf, range=[0x00000000c9de0000-0x00000000c9de6000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem134: type=4, attr=0xf, range=[0x00000000c9de6000-0x00000000c9e03000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem135: type=7, attr=0xf, range=[0x00000000c9e03000-0x00000000c9e05000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem136: type=4, attr=0xf, range=[0x00000000c9e05000-0x00000000c9e07000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem137: type=7, attr=0xf, range=[0x00000000c9e07000-0x00000000c9e09000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem138: type=4, attr=0xf, range=[0x00000000c9e09000-0x00000000c9e19000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem139: type=7, attr=0xf, range=[0x00000000c9e19000-0x00000000c9e1a000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem140: type=4, attr=0xf, range=[0x00000000c9e1a000-0x00000000c9e34000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem141: type=7, attr=0xf, range=[0x00000000c9e34000-0x00000000c9e35000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem142: type=4, attr=0xf, range=[0x00000000c9e35000-0x00000000c9f82000) (1MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem143: type=7, attr=0xf, range=[0x00000000c9f82000-0x00000000c9f83000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem144: type=4, attr=0xf, range=[0x00000000c9f83000-0x00000000cba13000) (26MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem145: type=7, attr=0xf, range=[0x00000000cba13000-0x00000000cbfd3000) (5MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem146: type=3, attr=0xf, range=[0x00000000cbfd3000-0x00000000cc6e8000) (7MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem147: type=0, attr=0xf, range=[0x00000000cc6e8000-0x00000000cc761000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem148: type=0, attr=0xf, range=[0x00000000cc761000-0x00000000cc8f0000) (1MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem149: type=9, attr=0xf, range=[0x00000000cc8f0000-0x00000000cc8f4000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem150: type=9, attr=0xf, range=[0x00000000cc8f4000-0x00000000cc906000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem151: type=10, attr=0xf, range=[0x00000000cc906000-0x00000000cca1a000) (1MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem152: type=10, attr=0xf, range=[0x00000000cca1a000-0x00000000cce42000) (4MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem153: type=6, attr=0x800000000000000f, range=[0x00000000cce42000-0x00000000cd684000) (8MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem154: type=6, attr=0x800000000000000f, range=[0x00000000cd684000-0x00000000cde85000) (8MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem155: type=6, attr=0x800000000000000f, range=[0x00000000cde85000-0x00000000cde87000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem156: type=6, attr=0x800000000000000f, range=[0x00000000cde87000-0x00000000cdf5a000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem157: type=5, attr=0x800000000000000f, range=[0x00000000cdf5a000-0x00000000cdf7c000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem158: type=5, attr=0x800000000000000f, range=[0x00000000cdf7c000-0x00000000cdfff000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem159: type=4, attr=0xf, range=[0x00000000cdfff000-0x00000000ce000000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem160: type=7, attr=0xf, range=[0x0000000100000000-0x000000021fe00000) (4606MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem161: type=0, attr=0x0, range=[0x00000000cf000000-0x00000000df200000) (258MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem162: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem163: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem164: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem165: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem166: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB) >22:03:02,463 INFO kernel:[ 0.000000] efi: mem167: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB) >22:03:02,463 INFO kernel:[ 0.000000] SMBIOS 2.7 present. >22:03:02,463 DEBUG kernel:[ 0.000000] DMI: ASUS All Series/Z87M-PLUS, BIOS 0806 09/12/2013 >22:03:02,463 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >22:03:02,463 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >22:03:02,463 INFO kernel:[ 0.000000] e820: last_pfn = 0x21fe00 max_arch_pfn = 0x400000000 >22:03:02,463 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >22:03:02,463 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >22:03:02,463 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >22:03:02,463 DEBUG kernel:[ 0.000000] A0000-DFFFF uncachable >22:03:02,463 DEBUG kernel:[ 0.000000] E0000-FFFFF write-protect >22:03:02,463 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >22:03:02,463 DEBUG kernel:[ 0.000000] 0 base 0000000000 mask 7E00000000 write-back >22:03:02,463 DEBUG kernel:[ 0.000000] 1 base 0200000000 mask 7FE0000000 write-back >22:03:02,463 DEBUG kernel:[ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable >22:03:02,463 DEBUG kernel:[ 0.000000] 3 base 00D0000000 mask 7FF0000000 uncachable >22:03:02,463 DEBUG kernel:[ 0.000000] 4 base 00CF000000 mask 7FFF000000 uncachable >22:03:02,463 DEBUG kernel:[ 0.000000] 5 base 021FE00000 mask 7FFFE00000 uncachable >22:03:02,463 DEBUG kernel:[ 0.000000] 6 disabled >22:03:02,463 DEBUG kernel:[ 0.000000] 7 disabled >22:03:02,463 DEBUG kernel:[ 0.000000] 8 disabled >22:03:02,463 DEBUG kernel:[ 0.000000] 9 disabled >22:03:02,463 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >22:03:02,463 DEBUG kernel:[ 0.000000] e820: update [mem 0xcf000000-0xffffffff] usable ==> reserved >22:03:02,463 INFO kernel:[ 0.000000] e820: last_pfn = 0xce000 max_arch_pfn = 0x400000000 >22:03:02,463 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576 >22:03:02,463 INFO kernel:[ 0.000000] Using GB pages for direct mapping >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >22:03:02,463 DEBUG kernel:[ 0.000000] BRK [0x02018000, 0x02018fff] PGTABLE >22:03:02,463 DEBUG kernel:[ 0.000000] BRK [0x02019000, 0x02019fff] PGTABLE >22:03:02,463 DEBUG kernel:[ 0.000000] BRK [0x0201a000, 0x0201afff] PGTABLE >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21fc00000-0x21fdfffff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x21fc00000-0x21fdfffff] page 2M >22:03:02,463 DEBUG kernel:[ 0.000000] BRK [0x0201b000, 0x0201bfff] PGTABLE >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21fbfffff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x21c000000-0x21fbfffff] page 2M >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x200000000-0x21bffffff] page 2M >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0xb9d30fff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x80000000-0xb9bfffff] page 2M >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0xb9c00000-0xb9d30fff] page 4k >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xb9d38000-0xba182fff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0xb9d38000-0xb9dfffff] page 4k >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0xb9e00000-0xb9ffffff] page 2M >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0xba000000-0xba182fff] page 4k >22:03:02,463 DEBUG kernel:[ 0.000000] BRK [0x0201c000, 0x0201cfff] PGTABLE >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xba5a5000-0xcc6e7fff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0xba5a5000-0xba5fffff] page 4k >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0xba600000-0xcc5fffff] page 2M >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0xcc600000-0xcc6e7fff] page 4k >22:03:02,463 DEBUG kernel:[ 0.000000] BRK [0x0201d000, 0x0201dfff] PGTABLE >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xcdfff000-0xcdffffff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0xcdfff000-0xcdffffff] page 4k >22:03:02,463 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] >22:03:02,463 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G >22:03:02,463 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3d5bb000-0x3fffafff] >22:03:02,463 INFO kernel:[ 0.000000] ACPI: Early table checksum verification disabled >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: RSDP 0x00000000CC8F4000 000024 (v02 ALASKA) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: XSDT 0x00000000CC8F4078 00006C (v01 ALASKA A M I 01072009 AMI 00010013) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: FACP 0x00000000CC900B00 00010C (v05 ALASKA A M I 01072009 AMI 00010013) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: DSDT 0x00000000CC8F4180 00C97F (v02 ALASKA A M I 00000024 INTL 20091112) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: FACS 0x00000000CCE40080 000040 >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: APIC 0x00000000CC900C10 000072 (v03 ALASKA A M I 01072009 AMI 00010013) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: FPDT 0x00000000CC900C88 000044 (v01 ALASKA A M I 01072009 AMI 00010013) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC900CD0 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC901210 000AD8 (v01 PmRef CpuPm 00003000 INTL 20051117) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: MCFG 0x00000000CC901CE8 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: HPET 0x00000000CC901D28 000038 (v01 ALASKA A M I 01072009 AMI. 00000005) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC901D60 00036D (v01 SataRe SataTabl 00001000 INTL 20091112) >22:03:02,463 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC9020D0 00329E (v01 SaSsdt SaSsdt 00003000 INTL 20091112) >22:03:02,463 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >22:03:02,463 INFO kernel:[ 0.000000] No NUMA configuration found >22:03:02,463 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021fdfffff] >22:03:02,463 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21fdfffff] >22:03:02,463 INFO kernel:[ 0.000000] NODE_DATA [mem 0x21fde7000-0x21fdfafff] >22:03:02,463 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880217800000-ffff88021f3fffff] on node 0 >22:03:02,463 WARNING kernel:[ 0.000000] Zone ranges: >22:03:02,463 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >22:03:02,463 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >22:03:02,463 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x21fdfffff] >22:03:02,463 WARNING kernel:[ 0.000000] Movable zone start for each node >22:03:02,463 WARNING kernel:[ 0.000000] Early memory node ranges >22:03:02,463 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x00057fff] >22:03:02,463 WARNING kernel:[ 0.000000] node 0: [mem 0x00059000-0x0008ffff] >22:03:02,463 WARNING kernel:[ 0.000000] node 0: [mem 0x00091000-0x0009dfff] >22:03:02,463 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xb9d30fff] >22:03:02,463 WARNING kernel:[ 0.000000] node 0: [mem 0xb9d38000-0xba182fff] >22:03:02,463 WARNING kernel:[ 0.000000] node 0: [mem 0xba5a5000-0xcc6e7fff] >22:03:02,463 WARNING kernel:[ 0.000000] node 0: [mem 0xcdfff000-0xcdffffff] >22:03:02,463 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x21fdfffff] >22:03:02,463 DEBUG kernel:[ 0.000000] On node 0 totalpages: 2015323 >22:03:02,463 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >22:03:02,463 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >22:03:02,463 DEBUG kernel:[ 0.000000] DMA zone: 3995 pages, LIFO batch:0 >22:03:02,463 DEBUG kernel:[ 0.000000] DMA32 zone: 13003 pages used for memmap >22:03:02,463 DEBUG kernel:[ 0.000000] DMA32 zone: 832192 pages, LIFO batch:31 >22:03:02,463 DEBUG kernel:[ 0.000000] Normal zone: 18424 pages used for memmap >22:03:02,463 DEBUG kernel:[ 0.000000] Normal zone: 1179136 pages, LIFO batch:31 >22:03:02,463 WARNING kernel:[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED >22:03:02,463 INFO kernel:[ 0.000000] Reserving Intel graphics stolen memory at 0xcf200000-0xdf1fffff >22:03:02,463 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x1808 >22:03:02,463 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >22:03:02,463 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >22:03:02,463 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >22:03:02,463 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) >22:03:02,463 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) >22:03:02,463 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) >22:03:02,463 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) >22:03:02,463 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 >22:03:02,463 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >22:03:02,463 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >22:03:02,463 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >22:03:02,463 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >22:03:02,463 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >22:03:02,463 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >22:03:02,463 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 >22:03:02,463 INFO kernel:[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs >22:03:02,463 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00090000-0x00090fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xb9d31000-0xb9d37fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xba183000-0xba5a4fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc6e8000-0xcc8effff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc8f0000-0xcc905fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc906000-0xcce41fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcce42000-0xcdffefff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xce000000-0xceffffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcf000000-0xdf1fffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] >22:03:02,463 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] >22:03:02,463 INFO kernel:[ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices >22:03:02,463 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >22:03:02,463 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 >22:03:02,463 INFO kernel:[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88021fa00000 s87872 r8192 d22720 u524288 >22:03:02,463 DEBUG kernel:[ 0.000000] pcpu-alloc: s87872 r8192 d22720 u524288 alloc=1*2097152 >22:03:02,463 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 2 3 >22:03:02,463 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1983811 >22:03:02,463 WARNING kernel:[ 0.000000] Policy zone: Normal >22:03:02,463 NOTICE kernel:[ 0.000000] Kernel command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.ks=hd:UUID=3e0026ca-9446-451c-a855-64344a2cc82b:/cfl.cfg ip=212.115.199.60::212.115.199.57:255.255.255.248:testsys.digifarma.nl::off nameserver=212.115.199.57 inst.stage2=hd:UUID=3e0026ca-9446-451c-a855-64344a2cc82b >22:03:02,463 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >22:03:02,463 INFO kernel:[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 >22:03:02,463 WARNING kernel:[ 0.000000] Memory: 7737256K/8061292K available (7326K kernel code, 1196K rwdata, 3156K rodata, 1452K init, 1504K bss, 324036K reserved) >22:03:02,463 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >22:03:02,463 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >22:03:02,463 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4. >22:03:02,463 INFO kernel:[ 0.000000] Offload RCU callbacks from all CPUs >22:03:02,463 INFO kernel:[ 0.000000] Offload RCU callbacks from CPUs: 0-3. >22:03:02,463 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 >22:03:02,463 INFO kernel:[ 0.000000] NR_IRQS:65792 nr_irqs:712 16 >22:03:02,463 INFO kernel:[ 0.000000] Console: colour dummy device 80x25 >22:03:02,463 INFO kernel:[ 0.000000] console [tty0] enabled >22:03:02,463 INFO kernel:[ 0.000000] allocated 32505856 bytes of page_cgroup >22:03:02,463 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >22:03:02,463 DEBUG kernel:[ 0.000000] hpet clockevent registered >22:03:02,463 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >22:03:02,463 INFO kernel:[ 0.000000] tsc: Detected 2998.170 MHz processor >22:03:02,463 INFO kernel:[ 0.000024] Calibrating delay loop (skipped), value calculated using timer frequency.. 5996.34 BogoMIPS (lpj=2998170) >22:03:02,463 INFO kernel:[ 0.000027] pid_max: default: 32768 minimum: 301 >22:03:02,463 INFO kernel:[ 0.000034] ACPI: Core revision 20140424 >22:03:02,463 WARNING kernel:[ 0.007976] ACPI: All ACPI Tables successfully acquired >22:03:02,463 INFO kernel:[ 0.011558] Security Framework initialized >22:03:02,463 INFO kernel:[ 0.011566] SELinux: Initializing. >22:03:02,463 DEBUG kernel:[ 0.011572] SELinux: Starting in permissive mode >22:03:02,463 INFO kernel:[ 0.012051] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) >22:03:02,463 INFO kernel:[ 0.014002] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) >22:03:02,463 INFO kernel:[ 0.014870] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) >22:03:02,463 INFO kernel:[ 0.014880] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) >22:03:02,463 INFO kernel:[ 0.015106] Initializing cgroup subsys memory >22:03:02,463 INFO kernel:[ 0.015124] Initializing cgroup subsys devices >22:03:02,463 INFO kernel:[ 0.015129] Initializing cgroup subsys freezer >22:03:02,463 INFO kernel:[ 0.015132] Initializing cgroup subsys net_cls >22:03:02,463 INFO kernel:[ 0.015135] Initializing cgroup subsys blkio >22:03:02,463 INFO kernel:[ 0.015139] Initializing cgroup subsys perf_event >22:03:02,463 INFO kernel:[ 0.015141] Initializing cgroup subsys net_prio >22:03:02,463 INFO kernel:[ 0.015147] Initializing cgroup subsys hugetlb >22:03:02,463 INFO kernel:[ 0.015167] CPU: Physical Processor ID: 0 >22:03:02,463 INFO kernel:[ 0.015168] CPU: Processor Core ID: 0 >22:03:02,463 WARNING kernel:[ 0.015172] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >22:03:02,463 WARNING kernel:[ 0.015172] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >22:03:02,463 INFO kernel:[ 0.015959] mce: CPU supports 9 MCE banks >22:03:02,463 INFO kernel:[ 0.015978] CPU0: Thermal monitoring enabled (TM1) >22:03:02,463 INFO kernel:[ 0.015989] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 >22:03:02,463 INFO kernel:[ 0.015989] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 >22:03:02,463 INFO kernel:[ 0.015989] tlb_flushall_shift: 6 >22:03:02,463 INFO kernel:[ 0.016070] Freeing SMP alternatives memory: 24K (ffffffff81e98000 - ffffffff81e9e000) >22:03:02,463 INFO kernel:[ 0.018749] ftrace: allocating 26743 entries in 105 pages >22:03:02,463 INFO kernel:[ 0.027728] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >22:03:02,463 INFO kernel:[ 0.037745] smpboot: CPU0: Intel(R) Core(TM) i5-4430 CPU @ 3.00GHz (fam: 06, model: 3c, stepping: 03) >22:03:02,463 DEBUG kernel:[ 0.037751] TSC deadline timer enabled >22:03:02,463 INFO kernel:[ 0.037766] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver. >22:03:02,463 INFO kernel:[ 0.037783] ... version: 3 >22:03:02,463 INFO kernel:[ 0.037784] ... bit width: 48 >22:03:02,463 INFO kernel:[ 0.037785] ... generic registers: 8 >22:03:02,463 INFO kernel:[ 0.037786] ... value mask: 0000ffffffffffff >22:03:02,463 INFO kernel:[ 0.037788] ... max period: 0000ffffffffffff >22:03:02,463 INFO kernel:[ 0.037789] ... fixed-purpose events: 3 >22:03:02,463 INFO kernel:[ 0.037790] ... event mask: 00000007000000ff >22:03:02,463 INFO kernel:[ 0.038800] x86: Booting SMP configuration: >22:03:02,463 INFO kernel:[ 0.038802] .... node #0, CPUs: #1 >22:03:02,463 INFO kernel:[ 0.052885] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >22:03:02,463 WARNING kernel:[ 0.052946] #2 #3 >22:03:02,463 INFO kernel:[ 0.080894] x86: Booted up 1 node, 4 CPUs >22:03:02,463 INFO kernel:[ 0.080898] smpboot: Total of 4 processors activated (23985.36 BogoMIPS) >22:03:02,463 INFO kernel:[ 0.083778] devtmpfs: initialized >22:03:02,463 INFO kernel:[ 0.085455] PM: Registering ACPI NVS region [mem 0xb9d31000-0xb9d37fff] (28672 bytes) >22:03:02,463 INFO kernel:[ 0.085458] PM: Registering ACPI NVS region [mem 0xcc906000-0xcce41fff] (5488640 bytes) >22:03:02,463 INFO kernel:[ 0.086110] atomic64_test: passed for x86-64 platform with CX8 and with SSE >22:03:02,463 INFO kernel:[ 0.086113] pinctrl core: initialized pinctrl subsystem >22:03:02,463 INFO kernel:[ 0.086150] RTC time: 22:02:45, date: 09/30/14 >22:03:02,463 INFO kernel:[ 0.086187] NET: Registered protocol family 16 >22:03:02,463 INFO kernel:[ 0.086272] cpuidle: using governor menu >22:03:02,463 INFO kernel:[ 0.086315] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >22:03:02,463 INFO kernel:[ 0.086317] ACPI: bus type PCI registered >22:03:02,463 INFO kernel:[ 0.086318] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >22:03:02,463 INFO kernel:[ 0.086371] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) >22:03:02,463 INFO kernel:[ 0.086374] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 >22:03:02,463 INFO kernel:[ 0.086437] PCI: Using configuration type 1 for base access >22:03:02,463 INFO kernel:[ 0.090971] ACPI: Added _OSI(Module Device) >22:03:02,463 INFO kernel:[ 0.090974] ACPI: Added _OSI(Processor Device) >22:03:02,463 INFO kernel:[ 0.090976] ACPI: Added _OSI(3.0 _SCP Extensions) >22:03:02,463 INFO kernel:[ 0.090977] ACPI: Added _OSI(Processor Aggregator Device) >22:03:02,463 WARNING kernel:[ 0.093728] ACPI: Executed 1 blocks of module-level executable AML code >22:03:02,463 NOTICE kernel:[ 0.095389] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored >22:03:02,463 WARNING kernel:[ 0.097749] ACPI: Dynamic OEM Table Load: >22:03:02,463 WARNING kernel:[ 0.097754] ACPI: SSDT 0xFFFF880214695400 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >22:03:02,463 WARNING kernel:[ 0.099843] ACPI: Dynamic OEM Table Load: >22:03:02,463 WARNING kernel:[ 0.099848] ACPI: SSDT 0xFFFF880214081000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) >22:03:02,463 WARNING kernel:[ 0.101753] ACPI: Dynamic OEM Table Load: >22:03:02,463 WARNING kernel:[ 0.101756] ACPI: SSDT 0xFFFF88021402F200 000119 (v01 PmRef ApCst 00003000 INTL 20051117) >22:03:02,463 INFO kernel:[ 0.105154] ACPI: Interpreter enabled >22:03:02,463 WARNING kernel:[ 0.105160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) >22:03:02,463 WARNING kernel:[ 0.105166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) >22:03:02,463 INFO kernel:[ 0.105180] ACPI: (supports S0 S3 S4 S5) >22:03:02,463 INFO kernel:[ 0.105181] ACPI: Using IOAPIC for interrupt routing >22:03:02,463 INFO kernel:[ 0.105201] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >22:03:02,463 INFO kernel:[ 0.110784] ACPI: Power Resource [FN00] (off) >22:03:02,463 INFO kernel:[ 0.110836] ACPI: Power Resource [FN01] (off) >22:03:02,463 INFO kernel:[ 0.110885] ACPI: Power Resource [FN02] (off) >22:03:02,463 INFO kernel:[ 0.110934] ACPI: Power Resource [FN03] (off) >22:03:02,463 INFO kernel:[ 0.110982] ACPI: Power Resource [FN04] (off) >22:03:02,463 INFO kernel:[ 0.111542] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) >22:03:02,463 INFO kernel:[ 0.111546] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >22:03:02,463 INFO kernel:[ 0.111680] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] >22:03:02,463 INFO kernel:[ 0.111766] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] >22:03:02,463 INFO kernel:[ 0.112108] PCI host bridge to bus 0000:00 >22:03:02,463 INFO kernel:[ 0.112111] pci_bus 0000:00: root bus resource [bus 00-3e] >22:03:02,463 INFO kernel:[ 0.112113] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >22:03:02,463 INFO kernel:[ 0.112114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >22:03:02,463 INFO kernel:[ 0.112116] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >22:03:02,463 INFO kernel:[ 0.112118] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff] >22:03:02,463 INFO kernel:[ 0.112119] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff] >22:03:02,463 INFO kernel:[ 0.112121] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff] >22:03:02,463 INFO kernel:[ 0.112122] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff] >22:03:02,463 INFO kernel:[ 0.112124] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] >22:03:02,463 INFO kernel:[ 0.112126] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] >22:03:02,463 INFO kernel:[ 0.112127] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] >22:03:02,463 INFO kernel:[ 0.112129] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] >22:03:02,463 INFO kernel:[ 0.112130] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff] >22:03:02,463 DEBUG kernel:[ 0.112137] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 >22:03:02,463 DEBUG kernel:[ 0.112199] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 >22:03:02,463 DEBUG kernel:[ 0.112226] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >22:03:02,463 INFO kernel:[ 0.112261] pci 0000:00:01.0: System wakeup disabled by ACPI >22:03:02,463 DEBUG kernel:[ 0.112292] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000 >22:03:02,463 DEBUG kernel:[ 0.112300] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit] >22:03:02,463 DEBUG kernel:[ 0.112305] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref] >22:03:02,463 DEBUG kernel:[ 0.112308] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] >22:03:02,463 DEBUG kernel:[ 0.112367] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 >22:03:02,463 DEBUG kernel:[ 0.112373] pci 0000:00:03.0: reg 0x10: [mem 0xf7d14000-0xf7d17fff 64bit] >22:03:02,463 DEBUG kernel:[ 0.112451] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 >22:03:02,463 DEBUG kernel:[ 0.112467] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit] >22:03:02,463 DEBUG kernel:[ 0.112518] pci 0000:00:14.0: PME# supported from D3hot D3cold >22:03:02,463 INFO kernel:[ 0.112547] pci 0000:00:14.0: System wakeup disabled by ACPI >22:03:02,463 DEBUG kernel:[ 0.112576] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 >22:03:02,463 DEBUG kernel:[ 0.112593] pci 0000:00:16.0: reg 0x10: [mem 0xf7d1e000-0xf7d1e00f 64bit] >22:03:02,463 DEBUG kernel:[ 0.112647] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold >22:03:02,463 DEBUG kernel:[ 0.112709] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 >22:03:02,463 DEBUG kernel:[ 0.112730] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d1c000-0xf7d1c3ff] >22:03:02,463 DEBUG kernel:[ 0.112808] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >22:03:02,463 INFO kernel:[ 0.112846] pci 0000:00:1a.0: System wakeup disabled by ACPI >22:03:02,463 DEBUG kernel:[ 0.112876] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 >22:03:02,463 DEBUG kernel:[ 0.112888] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit] >22:03:02,463 DEBUG kernel:[ 0.112939] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >22:03:02,463 INFO kernel:[ 0.112968] pci 0000:00:1b.0: System wakeup disabled by ACPI >22:03:02,464 DEBUG kernel:[ 0.112994] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 >22:03:02,464 DEBUG kernel:[ 0.113051] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >22:03:02,464 INFO kernel:[ 0.113080] pci 0000:00:1c.0: System wakeup disabled by ACPI >22:03:02,464 DEBUG kernel:[ 0.113106] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400 >22:03:02,464 DEBUG kernel:[ 0.113163] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >22:03:02,464 INFO kernel:[ 0.113192] pci 0000:00:1c.2: System wakeup disabled by ACPI >22:03:02,464 DEBUG kernel:[ 0.113227] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 >22:03:02,464 DEBUG kernel:[ 0.113244] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d1b000-0xf7d1b3ff] >22:03:02,464 DEBUG kernel:[ 0.113322] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >22:03:02,464 INFO kernel:[ 0.113359] pci 0000:00:1d.0: System wakeup disabled by ACPI >22:03:02,464 DEBUG kernel:[ 0.113390] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100 >22:03:02,464 DEBUG kernel:[ 0.113527] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601 >22:03:02,464 DEBUG kernel:[ 0.113539] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7] >22:03:02,464 DEBUG kernel:[ 0.113545] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3] >22:03:02,464 DEBUG kernel:[ 0.113551] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097] >22:03:02,464 DEBUG kernel:[ 0.113557] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083] >22:03:02,464 DEBUG kernel:[ 0.113562] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] >22:03:02,464 DEBUG kernel:[ 0.113568] pci 0000:00:1f.2: reg 0x24: [mem 0xf7d1a000-0xf7d1a7ff] >22:03:02,464 DEBUG kernel:[ 0.113599] pci 0000:00:1f.2: PME# supported from D3hot >22:03:02,464 DEBUG kernel:[ 0.113645] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 >22:03:02,464 DEBUG kernel:[ 0.113657] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d19000-0xf7d190ff 64bit] >22:03:02,464 DEBUG kernel:[ 0.113673] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] >22:03:02,464 INFO kernel:[ 0.113755] pci 0000:00:01.0: PCI bridge to [bus 01] >22:03:02,464 INFO kernel:[ 0.113810] acpiphp: Slot [1] registered >22:03:02,464 INFO kernel:[ 0.113814] pci 0000:00:1c.0: PCI bridge to [bus 02] >22:03:02,464 DEBUG kernel:[ 0.113882] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 >22:03:02,464 DEBUG kernel:[ 0.113900] pci 0000:03:00.0: reg 0x10: [io 0xe000-0xe0ff] >22:03:02,464 DEBUG kernel:[ 0.113926] pci 0000:03:00.0: reg 0x18: [mem 0xf7c00000-0xf7c00fff 64bit] >22:03:02,464 DEBUG kernel:[ 0.113942] pci 0000:03:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref] >22:03:02,464 DEBUG kernel:[ 0.114029] pci 0000:03:00.0: supports D1 D2 >22:03:02,464 DEBUG kernel:[ 0.114030] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold >22:03:02,464 INFO kernel:[ 0.114058] pci 0000:03:00.0: System wakeup disabled by ACPI >22:03:02,464 INFO kernel:[ 0.115747] pci 0000:00:1c.2: PCI bridge to [bus 03] >22:03:02,464 DEBUG kernel:[ 0.115750] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff] >22:03:02,464 DEBUG kernel:[ 0.115752] pci 0000:00:1c.2: bridge window [mem 0xf7c00000-0xf7cfffff] >22:03:02,464 DEBUG kernel:[ 0.115756] pci 0000:00:1c.2: bridge window [mem 0xf0000000-0xf00fffff 64bit pref] >22:03:02,464 INFO kernel:[ 0.115768] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) >22:03:02,464 INFO kernel:[ 0.116240] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >22:03:02,464 INFO kernel:[ 0.116274] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >22:03:02,464 INFO kernel:[ 0.116305] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >22:03:02,464 INFO kernel:[ 0.116337] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >22:03:02,464 INFO kernel:[ 0.116368] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >22:03:02,464 INFO kernel:[ 0.116400] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >22:03:02,464 INFO kernel:[ 0.116432] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >22:03:02,464 INFO kernel:[ 0.116463] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >22:03:02,464 WARNING kernel:[ 0.116703] ACPI: Enabled 5 GPEs in block 00 to 3F >22:03:02,464 INFO kernel:[ 0.116774] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >22:03:02,464 INFO kernel:[ 0.116777] vgaarb: loaded >22:03:02,464 INFO kernel:[ 0.116778] vgaarb: bridge control possible 0000:00:02.0 >22:03:02,464 NOTICE kernel:[ 0.116828] SCSI subsystem initialized >22:03:02,464 DEBUG kernel:[ 0.116852] libata version 3.00 loaded. >22:03:02,464 INFO kernel:[ 0.116874] ACPI: bus type USB registered >22:03:02,464 INFO kernel:[ 0.116885] usbcore: registered new interface driver usbfs >22:03:02,464 INFO kernel:[ 0.116892] usbcore: registered new interface driver hub >22:03:02,464 INFO kernel:[ 0.116905] usbcore: registered new device driver usb >22:03:02,464 INFO kernel:[ 0.116981] PCI: Using ACPI for IRQ routing >22:03:02,464 DEBUG kernel:[ 0.118204] PCI: pci_cache_line_size set to 64 bytes >22:03:02,464 DEBUG kernel:[ 0.118232] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] >22:03:02,464 DEBUG kernel:[ 0.118233] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] >22:03:02,464 DEBUG kernel:[ 0.118234] e820: reserve RAM buffer [mem 0xb9d31000-0xbbffffff] >22:03:02,464 DEBUG kernel:[ 0.118235] e820: reserve RAM buffer [mem 0xba183000-0xbbffffff] >22:03:02,464 DEBUG kernel:[ 0.118236] e820: reserve RAM buffer [mem 0xcc6e8000-0xcfffffff] >22:03:02,464 DEBUG kernel:[ 0.118237] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff] >22:03:02,464 DEBUG kernel:[ 0.118238] e820: reserve RAM buffer [mem 0x21fe00000-0x21fffffff] >22:03:02,464 INFO kernel:[ 0.118318] NetLabel: Initializing >22:03:02,464 INFO kernel:[ 0.118319] NetLabel: domain hash size = 128 >22:03:02,464 INFO kernel:[ 0.118320] NetLabel: protocols = UNLABELED CIPSOv4 >22:03:02,464 INFO kernel:[ 0.118329] NetLabel: unlabeled traffic allowed by default >22:03:02,464 INFO kernel:[ 0.118357] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >22:03:02,464 INFO kernel:[ 0.118362] hpet0: 8 comparators, 64-bit 14.318180 MHz counter >22:03:02,464 INFO kernel:[ 0.120384] Switched to clocksource hpet >22:03:02,464 INFO kernel:[ 0.124598] pnp: PnP ACPI init >22:03:02,464 INFO kernel:[ 0.124611] ACPI: bus type PNP registered >22:03:02,464 INFO kernel:[ 0.124660] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved >22:03:02,464 DEBUG kernel:[ 0.124663] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) >22:03:02,464 INFO kernel:[ 0.124776] system 00:01: [io 0x0680-0x069f] has been reserved >22:03:02,464 INFO kernel:[ 0.124778] system 00:01: [io 0xffff] has been reserved >22:03:02,464 INFO kernel:[ 0.124780] system 00:01: [io 0xffff] has been reserved >22:03:02,464 INFO kernel:[ 0.124781] system 00:01: [io 0xffff] has been reserved >22:03:02,464 INFO kernel:[ 0.124783] system 00:01: [io 0x1c00-0x1cfe] has been reserved >22:03:02,464 INFO kernel:[ 0.124784] system 00:01: [io 0x1d00-0x1dfe] has been reserved >22:03:02,464 INFO kernel:[ 0.124786] system 00:01: [io 0x1e00-0x1efe] has been reserved >22:03:02,464 INFO kernel:[ 0.124788] system 00:01: [io 0x1f00-0x1ffe] has been reserved >22:03:02,464 INFO kernel:[ 0.124789] system 00:01: [io 0x1800-0x18fe] could not be reserved >22:03:02,464 INFO kernel:[ 0.124791] system 00:01: [io 0x164e-0x164f] has been reserved >22:03:02,464 DEBUG kernel:[ 0.124793] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) >22:03:02,464 DEBUG kernel:[ 0.124812] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) >22:03:02,464 INFO kernel:[ 0.124843] system 00:03: [io 0x1854-0x1857] has been reserved >22:03:02,464 DEBUG kernel:[ 0.124845] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >22:03:02,464 INFO kernel:[ 0.124900] system 00:04: [io 0x0290-0x029f] has been reserved >22:03:02,464 DEBUG kernel:[ 0.124902] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) >22:03:02,464 INFO kernel:[ 0.124933] system 00:05: [io 0x04d0-0x04d1] has been reserved >22:03:02,464 DEBUG kernel:[ 0.124935] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) >22:03:02,464 DEBUG kernel:[ 0.125063] pnp 00:06: [dma 0 disabled] >22:03:02,464 DEBUG kernel:[ 0.125095] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >22:03:02,464 DEBUG kernel:[ 0.125125] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) >22:03:02,464 INFO kernel:[ 0.125398] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved >22:03:02,464 INFO kernel:[ 0.125401] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved >22:03:02,464 INFO kernel:[ 0.125402] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved >22:03:02,464 INFO kernel:[ 0.125404] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved >22:03:02,464 INFO kernel:[ 0.125406] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved >22:03:02,464 INFO kernel:[ 0.125408] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved >22:03:02,464 INFO kernel:[ 0.125409] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved >22:03:02,464 INFO kernel:[ 0.125411] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved >22:03:02,464 INFO kernel:[ 0.125413] system 00:08: [mem 0xff000000-0xffffffff] has been reserved >22:03:02,464 INFO kernel:[ 0.125415] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved >22:03:02,464 INFO kernel:[ 0.125417] system 00:08: [mem 0xf7fef000-0xf7feffff] has been reserved >22:03:02,464 INFO kernel:[ 0.125418] system 00:08: [mem 0xf7ff0000-0xf7ff0fff] has been reserved >22:03:02,464 DEBUG kernel:[ 0.125421] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) >22:03:02,464 INFO kernel:[ 0.125587] pnp: PnP ACPI: found 9 devices >22:03:02,464 INFO kernel:[ 0.125588] ACPI: bus type PNP unregistered >22:03:02,464 INFO kernel:[ 0.131427] pci 0000:00:01.0: PCI bridge to [bus 01] >22:03:02,464 INFO kernel:[ 0.131434] pci 0000:00:1c.0: PCI bridge to [bus 02] >22:03:02,464 INFO kernel:[ 0.131442] pci 0000:00:1c.2: PCI bridge to [bus 03] >22:03:02,464 INFO kernel:[ 0.131445] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff] >22:03:02,464 INFO kernel:[ 0.131449] pci 0000:00:1c.2: bridge window [mem 0xf7c00000-0xf7cfffff] >22:03:02,464 INFO kernel:[ 0.131452] pci 0000:00:1c.2: bridge window [mem 0xf0000000-0xf00fffff 64bit pref] >22:03:02,464 DEBUG kernel:[ 0.131457] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >22:03:02,464 DEBUG kernel:[ 0.131459] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >22:03:02,464 DEBUG kernel:[ 0.131460] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >22:03:02,464 DEBUG kernel:[ 0.131461] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff] >22:03:02,464 DEBUG kernel:[ 0.131462] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff] >22:03:02,464 DEBUG kernel:[ 0.131463] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff] >22:03:02,464 DEBUG kernel:[ 0.131464] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff] >22:03:02,464 DEBUG kernel:[ 0.131465] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff] >22:03:02,464 DEBUG kernel:[ 0.131466] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff] >22:03:02,464 DEBUG kernel:[ 0.131467] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff] >22:03:02,464 DEBUG kernel:[ 0.131468] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff] >22:03:02,464 DEBUG kernel:[ 0.131469] pci_bus 0000:00: resource 15 [mem 0xdf200000-0xfeafffff] >22:03:02,464 DEBUG kernel:[ 0.131470] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] >22:03:02,464 DEBUG kernel:[ 0.131471] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff] >22:03:02,464 DEBUG kernel:[ 0.131472] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref] >22:03:02,464 INFO kernel:[ 0.131493] NET: Registered protocol family 2 >22:03:02,464 INFO kernel:[ 0.131636] TCP established hash table entries: 65536 (order: 7, 524288 bytes) >22:03:02,464 INFO kernel:[ 0.131789] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >22:03:02,464 INFO kernel:[ 0.131993] TCP: Hash tables configured (established 65536 bind 65536) >22:03:02,464 INFO kernel:[ 0.132011] TCP: reno registered >22:03:02,464 INFO kernel:[ 0.132019] UDP hash table entries: 4096 (order: 5, 131072 bytes) >22:03:02,464 INFO kernel:[ 0.132053] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) >22:03:02,464 INFO kernel:[ 0.132114] NET: Registered protocol family 1 >22:03:02,464 DEBUG kernel:[ 0.132126] pci 0000:00:02.0: Boot video device >22:03:02,464 DEBUG kernel:[ 0.158504] PCI: CLS 64 bytes, default 64 >22:03:02,464 INFO kernel:[ 0.158543] Unpacking initramfs... >22:03:02,464 INFO kernel:[ 2.903784] Freeing initrd memory: 43264K (ffff88003d5bb000 - ffff88003fffb000) >22:03:02,464 INFO kernel:[ 2.903796] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >22:03:02,464 INFO kernel:[ 2.903798] software IO TLB [mem 0xc3225000-0xc7225000] (64MB) mapped at [ffff8800c3225000-ffff8800c7224fff] >22:03:02,464 INFO kernel:[ 2.903986] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer >22:03:02,464 INFO kernel:[ 2.904284] AVX2 version of gcm_enc/dec engaged. >22:03:02,464 INFO kernel:[ 2.905820] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >22:03:02,464 INFO kernel:[ 2.906111] futex hash table entries: 1024 (order: 4, 65536 bytes) >22:03:02,464 NOTICE kernel:[ 2.906130] Initialise system trusted keyring >22:03:02,464 INFO kernel:[ 2.906150] audit: initializing netlink subsys (disabled) >22:03:02,464 NOTICE kernel:[ 2.906164] audit: type=2000 audit(1412114567.889:1): initialized >22:03:02,464 INFO kernel:[ 2.906419] HugeTLB registered 2 MB page size, pre-allocated 0 pages >22:03:02,464 INFO kernel:[ 2.907496] zbud: loaded >22:03:02,464 NOTICE kernel:[ 2.907616] VFS: Disk quotas dquot_6.5.2 >22:03:02,464 WARNING kernel:[ 2.907641] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >22:03:02,464 INFO kernel:[ 2.907886] msgmni has been set to 15333 >22:03:02,464 NOTICE kernel:[ 2.907926] Key type big_key registered >22:03:02,464 DEBUG kernel:[ 2.907929] SELinux: Registering netfilter hooks >22:03:02,464 INFO kernel:[ 2.908571] alg: No test for stdrng (krng) >22:03:02,464 INFO kernel:[ 2.908578] NET: Registered protocol family 38 >22:03:02,464 NOTICE kernel:[ 2.908584] Key type asymmetric registered >22:03:02,464 NOTICE kernel:[ 2.908587] Asymmetric key parser 'x509' registered >22:03:02,464 INFO kernel:[ 2.908612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >22:03:02,464 INFO kernel:[ 2.908646] io scheduler noop registered >22:03:02,464 INFO kernel:[ 2.908649] io scheduler deadline registered >22:03:02,464 INFO kernel:[ 2.908684] io scheduler cfq registered (default) >22:03:02,464 DEBUG kernel:[ 2.908833] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X >22:03:02,464 INFO kernel:[ 2.909019] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >22:03:02,464 INFO kernel:[ 2.909031] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >22:03:02,464 INFO kernel:[ 2.909069] efifb: probing for efifb >22:03:02,464 INFO kernel:[ 2.909078] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90004e80000, using 3072k, total 3072k >22:03:02,464 INFO kernel:[ 2.909080] efifb: mode is 1024x768x32, linelength=4096, pages=1 >22:03:02,464 INFO kernel:[ 2.909081] efifb: scrolling: redraw >22:03:02,464 INFO kernel:[ 2.909082] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >22:03:02,464 INFO kernel:[ 2.910332] Console: switching to colour frame buffer device 128x48 >22:03:02,464 INFO kernel:[ 2.911460] fb0: EFI VGA frame buffer device >22:03:02,464 DEBUG kernel:[ 2.911478] intel_idle: MWAIT substates: 0x42120 >22:03:02,464 DEBUG kernel:[ 2.911479] intel_idle: v0.4 model 0x3C >22:03:02,464 DEBUG kernel:[ 2.911480] intel_idle: lapic_timer_reliable_states 0xffffffff >22:03:02,464 INFO kernel:[ 2.911651] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >22:03:02,464 INFO kernel:[ 2.911674] ACPI: Power Button [PWRB] >22:03:02,464 INFO kernel:[ 2.911713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >22:03:02,464 INFO kernel:[ 2.911732] ACPI: Power Button [PWRF] >22:03:02,464 INFO kernel:[ 2.911785] ACPI: Fan [FAN0] (off) >22:03:02,464 INFO kernel:[ 2.911813] ACPI: Fan [FAN1] (off) >22:03:02,464 INFO kernel:[ 2.911838] ACPI: Fan [FAN2] (off) >22:03:02,464 INFO kernel:[ 2.911866] ACPI: Fan [FAN3] (off) >22:03:02,464 INFO kernel:[ 2.911893] ACPI: Fan [FAN4] (off) >22:03:02,464 INFO kernel:[ 2.912204] thermal LNXTHERM:00: registered as thermal_zone0 >22:03:02,464 INFO kernel:[ 2.912226] ACPI: Thermal Zone [TZ00] (28 C) >22:03:02,464 INFO kernel:[ 2.912369] thermal LNXTHERM:01: registered as thermal_zone1 >22:03:02,464 INFO kernel:[ 2.912385] ACPI: Thermal Zone [TZ01] (30 C) >22:03:02,464 INFO kernel:[ 2.912424] GHES: HEST is not enabled! >22:03:02,464 INFO kernel:[ 2.912481] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >22:03:02,464 INFO kernel:[ 2.933039] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >22:03:02,464 INFO kernel:[ 2.933483] Non-volatile memory driver v1.3 >22:03:02,464 INFO kernel:[ 2.933913] Linux agpgart interface v0.103 >22:03:02,464 DEBUG kernel:[ 2.934433] ahci 0000:00:1f.2: version 3.0 >22:03:02,464 DEBUG kernel:[ 2.934498] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X >22:03:02,464 INFO kernel:[ 2.934532] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x9 impl SATA mode >22:03:02,464 INFO kernel:[ 2.934967] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst >22:03:02,464 INFO kernel:[ 2.937684] scsi0 : ahci >22:03:02,464 INFO kernel:[ 2.938284] scsi1 : ahci >22:03:02,464 INFO kernel:[ 2.938838] scsi2 : ahci >22:03:02,464 INFO kernel:[ 2.939354] scsi3 : ahci >22:03:02,464 INFO kernel:[ 2.939847] scsi4 : ahci >22:03:02,464 INFO kernel:[ 2.940342] scsi5 : ahci >22:03:02,464 INFO kernel:[ 2.940763] ata1: SATA max UDMA/133 abar m2048@0xf7d1a000 port 0xf7d1a100 irq 41 >22:03:02,464 INFO kernel:[ 2.941173] ata2: DUMMY >22:03:02,464 INFO kernel:[ 2.941577] ata3: DUMMY >22:03:02,464 INFO kernel:[ 2.941965] ata4: SATA max UDMA/133 abar m2048@0xf7d1a000 port 0xf7d1a280 irq 41 >22:03:02,464 INFO kernel:[ 2.942370] ata5: DUMMY >22:03:02,464 INFO kernel:[ 2.942769] ata6: DUMMY >22:03:02,464 INFO kernel:[ 2.943220] libphy: Fixed MDIO Bus: probed >22:03:02,464 INFO kernel:[ 2.943663] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >22:03:02,464 INFO kernel:[ 2.944068] ehci-pci: EHCI PCI platform driver >22:03:02,464 INFO kernel:[ 2.944541] ehci-pci 0000:00:1a.0: EHCI Host Controller >22:03:02,464 INFO kernel:[ 2.944980] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 >22:03:02,464 INFO kernel:[ 2.945389] ehci-pci 0000:00:1a.0: debug port 2 >22:03:02,464 DEBUG kernel:[ 2.949668] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported >22:03:02,464 INFO kernel:[ 2.949678] ehci-pci 0000:00:1a.0: irq 20, io mem 0xf7d1c000 >22:03:02,464 INFO kernel:[ 2.955280] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >22:03:02,464 INFO kernel:[ 2.955686] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >22:03:02,464 INFO kernel:[ 2.956072] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >22:03:02,464 INFO kernel:[ 2.956459] usb usb1: Product: EHCI Host Controller >22:03:02,464 INFO kernel:[ 2.956833] usb usb1: Manufacturer: Linux 3.16.1-301.fc21.x86_64 ehci_hcd >22:03:02,464 INFO kernel:[ 2.957206] usb usb1: SerialNumber: 0000:00:1a.0 >22:03:02,464 INFO kernel:[ 2.957665] hub 1-0:1.0: USB hub found >22:03:02,464 INFO kernel:[ 2.958025] hub 1-0:1.0: 2 ports detected >22:03:02,464 INFO kernel:[ 2.958522] ehci-pci 0000:00:1d.0: EHCI Host Controller >22:03:02,464 INFO kernel:[ 2.958936] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 >22:03:02,464 INFO kernel:[ 2.959328] ehci-pci 0000:00:1d.0: debug port 2 >22:03:02,464 DEBUG kernel:[ 2.963604] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported >22:03:02,464 INFO kernel:[ 2.963613] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d1b000 >22:03:02,464 INFO kernel:[ 2.969298] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >22:03:02,464 INFO kernel:[ 2.969711] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >22:03:02,464 INFO kernel:[ 2.970102] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >22:03:02,464 INFO kernel:[ 2.970495] usb usb2: Product: EHCI Host Controller >22:03:02,464 INFO kernel:[ 2.970881] usb usb2: Manufacturer: Linux 3.16.1-301.fc21.x86_64 ehci_hcd >22:03:02,464 INFO kernel:[ 2.971275] usb usb2: SerialNumber: 0000:00:1d.0 >22:03:02,464 INFO kernel:[ 2.971751] hub 2-0:1.0: USB hub found >22:03:02,464 INFO kernel:[ 2.972136] hub 2-0:1.0: 2 ports detected >22:03:02,464 INFO kernel:[ 2.972588] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >22:03:02,464 INFO kernel:[ 2.972973] ohci-pci: OHCI PCI platform driver >22:03:02,464 INFO kernel:[ 2.973357] uhci_hcd: USB Universal Host Controller Interface driver >22:03:02,464 INFO kernel:[ 2.973805] xhci_hcd 0000:00:14.0: xHCI Host Controller >22:03:02,464 INFO kernel:[ 2.974220] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 >22:03:02,464 DEBUG kernel:[ 2.974678] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported >22:03:02,464 DEBUG kernel:[ 2.974691] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X >22:03:02,464 INFO kernel:[ 2.974730] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 >22:03:02,464 INFO kernel:[ 2.975126] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >22:03:02,464 INFO kernel:[ 2.975534] usb usb3: Product: xHCI Host Controller >22:03:02,464 INFO kernel:[ 2.975943] usb usb3: Manufacturer: Linux 3.16.1-301.fc21.x86_64 xhci_hcd >22:03:02,464 INFO kernel:[ 2.976372] usb usb3: SerialNumber: 0000:00:14.0 >22:03:02,464 INFO kernel:[ 2.976872] hub 3-0:1.0: USB hub found >22:03:02,464 INFO kernel:[ 2.977289] hub 3-0:1.0: 14 ports detected >22:03:02,464 INFO kernel:[ 2.979191] xhci_hcd 0000:00:14.0: xHCI Host Controller >22:03:02,464 INFO kernel:[ 2.979651] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 >22:03:02,464 INFO kernel:[ 2.980082] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 >22:03:02,464 INFO kernel:[ 2.980507] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >22:03:02,464 INFO kernel:[ 2.980931] usb usb4: Product: xHCI Host Controller >22:03:02,464 INFO kernel:[ 2.981353] usb usb4: Manufacturer: Linux 3.16.1-301.fc21.x86_64 xhci_hcd >22:03:02,464 INFO kernel:[ 2.981775] usb usb4: SerialNumber: 0000:00:14.0 >22:03:02,464 INFO kernel:[ 2.982283] hub 4-0:1.0: USB hub found >22:03:02,464 INFO kernel:[ 2.982710] hub 4-0:1.0: 6 ports detected >22:03:02,464 INFO kernel:[ 2.983819] usbcore: registered new interface driver usbserial >22:03:02,464 INFO kernel:[ 2.984246] usbcore: registered new interface driver usbserial_generic >22:03:02,464 INFO kernel:[ 2.984672] usbserial: USB Serial support registered for generic >22:03:02,464 INFO kernel:[ 2.985108] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 >22:03:02,464 WARNING kernel:[ 2.985533] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp >22:03:02,464 INFO kernel:[ 2.986601] serio: i8042 KBD port at 0x60,0x64 irq 1 >22:03:02,464 INFO kernel:[ 2.987101] mousedev: PS/2 mouse device common for all mice >22:03:02,464 INFO kernel:[ 2.987701] rtc_cmos 00:02: RTC can wake from S4 >22:03:02,464 INFO kernel:[ 2.988271] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 >22:03:02,464 INFO kernel:[ 2.988741] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >22:03:02,464 INFO kernel:[ 2.989233] device-mapper: uevent: version 1.0.3 >22:03:02,464 INFO kernel:[ 2.989756] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >22:03:02,464 INFO kernel:[ 2.990282] Intel P-state driver initializing. >22:03:02,464 INFO kernel:[ 2.990769] Intel pstate controlling: cpu 0 >22:03:02,464 INFO kernel:[ 2.991240] Intel pstate controlling: cpu 1 >22:03:02,464 INFO kernel:[ 2.991712] Intel pstate controlling: cpu 2 >22:03:02,464 INFO kernel:[ 2.992158] Intel pstate controlling: cpu 3 >22:03:02,464 INFO kernel:[ 2.995073] EFI Variables Facility v0.08 2004-May-17 >22:03:02,464 INFO kernel:[ 3.002229] hidraw: raw HID events driver (C) Jiri Kosina >22:03:02,464 INFO kernel:[ 3.002854] usbcore: registered new interface driver usbhid >22:03:02,464 INFO kernel:[ 3.003285] usbhid: USB HID core driver >22:03:02,464 INFO kernel:[ 3.003749] drop_monitor: Initializing network drop monitor service >22:03:02,464 INFO kernel:[ 3.004210] ip_tables: (C) 2000-2006 Netfilter Core Team >22:03:02,464 INFO kernel:[ 3.004674] TCP: cubic registered >22:03:02,464 INFO kernel:[ 3.005105] Initializing XFRM netlink socket >22:03:02,464 INFO kernel:[ 3.005582] NET: Registered protocol family 10 >22:03:02,464 INFO kernel:[ 3.006137] mip6: Mobile IPv6 >22:03:02,464 INFO kernel:[ 3.006539] NET: Registered protocol family 17 >22:03:02,464 NOTICE kernel:[ 3.007491] Loading compiled-in X.509 certificates >22:03:02,464 NOTICE kernel:[ 3.008522] Loaded X.509 cert 'Fedora kernel signing key: 3ef43f90de979dd933841ca4d009814f19f7d554' >22:03:02,464 INFO kernel:[ 3.008957] registered taskstats version 1 >22:03:02,464 INFO kernel:[ 3.009588] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >22:03:02,464 INFO kernel:[ 3.009865] Magic number: 14:569:48 >22:03:02,464 INFO kernel:[ 3.010627] rtc_cmos 00:02: setting system clock to 2014-09-30 22:02:48 UTC (1412114568) >22:03:02,464 DEBUG kernel:[ 3.011134] PM: Hibernation image not present or could not be loaded. >22:03:02,464 INFO kernel:[ 3.247726] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >22:03:02,464 INFO kernel:[ 3.248708] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >22:03:02,464 INFO kernel:[ 3.249287] ata1.00: ATA-8: SanDisk SDSSDH2256G, X211200, max UDMA/133 >22:03:02,464 INFO kernel:[ 3.249773] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA >22:03:02,464 INFO kernel:[ 3.251042] ata1.00: configured for UDMA/133 >22:03:02,464 NOTICE kernel:[ 3.251706] scsi 0:0:0:0: Direct-Access ATA SanDisk SDSSDH22 200 PQ: 0 ANSI: 5 >22:03:02,464 NOTICE kernel:[ 3.252444] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB) >22:03:02,464 NOTICE kernel:[ 3.252479] sd 0:0:0:0: Attached scsi generic sg0 type 0 >22:03:02,464 NOTICE kernel:[ 3.253464] sd 0:0:0:0: [sda] Write Protect is off >22:03:02,464 INFO kernel:[ 3.253504] ata4.00: ATAPI: HL-DT-ST BDDVDRW GGC-H20L, 1.02, max UDMA/133 >22:03:02,464 DEBUG kernel:[ 3.254462] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >22:03:02,464 NOTICE kernel:[ 3.254471] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >22:03:02,464 INFO kernel:[ 3.256635] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 >22:03:02,464 NOTICE kernel:[ 3.257816] sd 0:0:0:0: [sda] Attached SCSI disk >22:03:02,464 INFO kernel:[ 3.258641] ata4.00: configured for UDMA/133 >22:03:02,464 INFO kernel:[ 3.260733] usb 1-1: new high-speed USB device number 2 using ehci-pci >22:03:02,464 NOTICE kernel:[ 3.369934] scsi 3:0:0:0: CD-ROM HL-DT-ST BDDVDRW GGC-H20L 1.02 PQ: 0 ANSI: 5 >22:03:02,464 INFO kernel:[ 3.375480] usb 1-1: New USB device found, idVendor=8087, idProduct=8008 >22:03:02,464 INFO kernel:[ 3.376973] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >22:03:02,464 INFO kernel:[ 3.378868] hub 1-1:1.0: USB hub found >22:03:02,464 INFO kernel:[ 3.380543] hub 1-1:1.0: 6 ports detected >22:03:02,464 INFO kernel:[ 3.486048] usb 2-1: new high-speed USB device number 2 using ehci-pci >22:03:02,464 WARNING kernel:[ 3.500757] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray >22:03:02,464 INFO kernel:[ 3.501545] cdrom: Uniform CD-ROM driver Revision: 3.20 >22:03:02,464 DEBUG kernel:[ 3.502516] sr 3:0:0:0: Attached scsi CD-ROM sr0 >22:03:02,464 NOTICE kernel:[ 3.502673] sr 3:0:0:0: Attached scsi generic sg1 type 5 >22:03:02,464 INFO kernel:[ 3.504680] Freeing unused kernel memory: 1452K (ffffffff81d2d000 - ffffffff81e98000) >22:03:02,464 INFO kernel:[ 3.505511] Write protecting the kernel read-only data: 12288k >22:03:02,464 INFO kernel:[ 3.508564] Freeing unused kernel memory: 856K (ffff88000172a000 - ffff880001800000) >22:03:02,464 INFO kernel:[ 3.511613] Freeing unused kernel memory: 940K (ffff880001b15000 - ffff880001c00000) >22:03:02,464 NOTICE kernel:[ 3.519912] random: systemd urandom read with 16 bits of entropy available >22:03:02,464 INFO kernel:[ 3.570075] device-mapper: multipath: version 1.7.0 loaded >22:03:02,464 INFO kernel:[ 3.601508] usb 2-1: New USB device found, idVendor=8087, idProduct=8000 >22:03:02,464 INFO kernel:[ 3.601975] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >22:03:02,464 INFO kernel:[ 3.602651] hub 2-1:1.0: USB hub found >22:03:02,464 INFO kernel:[ 3.603262] hub 2-1:1.0: 8 ports detected >22:03:02,464 INFO kernel:[ 3.603959] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >22:03:02,464 INFO kernel:[ 3.604416] EDD information not available. >22:03:02,464 INFO kernel:[ 3.740325] squashfs: version 4.0 (2009/01/31) Phillip Lougher >22:03:02,464 INFO kernel:[ 3.745681] Loading iSCSI transport class v2.0-870. >22:03:02,464 NOTICE kernel:[ 3.752336] iscsi: registered transport (tcp) >22:03:02,464 INFO kernel:[ 3.758418] usb 3-13: new low-speed USB device number 2 using xhci_hcd >22:03:02,464 INFO kernel:[ 3.907611] tsc: Refined TSC clocksource calibration: 2998.262 MHz >22:03:02,464 INFO kernel:[ 3.927255] usb 3-13: New USB device found, idVendor=046d, idProduct=c018 >22:03:02,464 INFO kernel:[ 3.928301] usb 3-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >22:03:02,464 INFO kernel:[ 3.928947] usb 3-13: Product: USB Optical Mouse >22:03:02,464 INFO kernel:[ 3.929588] usb 3-13: Manufacturer: Logitech >22:03:02,464 WARNING kernel:[ 3.930346] usb 3-13: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes >22:03:02,464 INFO kernel:[ 3.932853] 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 >22:03:02,464 INFO kernel:[ 3.934394] 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 >22:03:02,464 INFO kernel:[ 4.088877] usb 3-14: new high-speed USB device number 3 using xhci_hcd >22:03:02,464 INFO kernel:[ 4.261768] usb 3-14: New USB device found, idVendor=058f, idProduct=6387 >22:03:02,464 INFO kernel:[ 4.262291] usb 3-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >22:03:02,464 INFO kernel:[ 4.262807] usb 3-14: Product: Mass Storage >22:03:02,464 INFO kernel:[ 4.263323] usb 3-14: Manufacturer: Generic >22:03:02,464 INFO kernel:[ 4.263811] usb 3-14: SerialNumber: C0C18D1E >22:03:02,464 INFO kernel:[ 4.909197] Switched to clocksource tsc >22:03:02,464 INFO kernel:[ 6.787640] floppy0: no floppy controllers found >22:03:02,464 INFO kernel:[ 6.802976] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >22:03:02,464 INFO kernel:[ 6.804675] EDD information not available. >22:03:02,464 INFO kernel:[ 6.825892] No iBFT detected. >22:03:02,464 INFO kernel:[ 6.833423] md: raid0 personality registered for level 0 >22:03:02,464 INFO kernel:[ 6.843327] md: raid1 personality registered for level 1 >22:03:02,464 WARNING kernel:[ 6.878654] raid6: sse2x1 4648 MB/s >22:03:02,464 WARNING kernel:[ 6.895677] raid6: sse2x2 6621 MB/s >22:03:02,464 WARNING kernel:[ 6.912699] raid6: sse2x4 8480 MB/s >22:03:02,464 WARNING kernel:[ 6.929720] raid6: avx2x1 12273 MB/s >22:03:02,464 WARNING kernel:[ 6.946744] raid6: avx2x2 15500 MB/s >22:03:02,464 WARNING kernel:[ 6.963767] raid6: avx2x4 19539 MB/s >22:03:02,464 WARNING kernel:[ 6.964329] raid6: using algorithm avx2x4 (19539 MB/s) >22:03:02,464 WARNING kernel:[ 6.964888] raid6: using avx2x2 recovery algorithm >22:03:02,464 INFO kernel:[ 6.966705] async_tx: api initialized (async) >22:03:02,464 INFO kernel:[ 6.968778] xor: automatically using best checksumming function: >22:03:02,464 INFO kernel:[ 6.978788] avx : 24164.000 MB/sec >22:03:02,464 INFO kernel:[ 6.990198] md: raid6 personality registered for level 6 >22:03:02,464 INFO kernel:[ 6.990698] md: raid5 personality registered for level 5 >22:03:02,464 INFO kernel:[ 6.991190] md: raid4 personality registered for level 4 >22:03:02,464 INFO kernel:[ 6.997550] md: raid10 personality registered for level 10 >22:03:02,464 INFO kernel:[ 7.000038] md: linear personality registered for level -1 >22:03:02,464 INFO kernel:[ 7.005953] device-mapper: multipath round-robin: version 1.0.0 loaded >22:03:02,464 INFO kernel:[ 7.012183] sha256_ssse3: Using AVX2 optimized SHA-256 implementation >22:03:02,464 INFO kernel:[ 7.032356] RPC: Registered named UNIX socket transport module. >22:03:02,464 INFO kernel:[ 7.032768] RPC: Registered udp transport module. >22:03:02,464 INFO kernel:[ 7.033171] RPC: Registered tcp transport module. >22:03:02,464 INFO kernel:[ 7.033598] RPC: Registered tcp NFSv4.1 backchannel transport module. >22:03:02,464 INFO kernel:[ 7.100242] usb-storage 3-14:1.0: USB Mass Storage device detected >22:03:02,464 INFO kernel:[ 7.100894] scsi6 : usb-storage 3-14:1.0 >22:03:02,464 INFO kernel:[ 7.101344] usbcore: registered new interface driver usb-storage >22:03:02,464 INFO kernel:[ 7.103803] usbcore: registered new interface driver uas >22:03:02,464 INFO kernel:[ 7.154929] wmi: Mapper loaded >22:03:02,464 INFO kernel:[ 7.155375] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded >22:03:02,464 WARNING kernel:[ 7.155896] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control >22:03:02,464 DEBUG kernel:[ 7.158408] r8169 0000:03:00.0: irq 43 for MSI/MSI-X >22:03:02,464 INFO kernel:[ 7.158545] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90004e78000, d8:50:e6:4e:6e:5f, XID 0c000880 IRQ 43 >22:03:02,464 INFO kernel:[ 7.158925] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] >22:03:02,464 INFO kernel:[ 7.167131] [drm] Initialized drm 1.1.0 20060810 >22:03:02,464 INFO kernel:[ 7.170310] alg: No test for crc32 (crc32-pclmul) >22:03:02,464 INFO kernel:[ 7.207729] [drm] Memory usable by graphics device = 2048M >22:03:02,464 INFO kernel:[ 7.208121] [drm] Replacing VGA console driver >22:03:02,464 DEBUG kernel:[ 7.208518] checking generic (e0000000 300000) vs hw (e0000000 10000000) >22:03:02,464 INFO kernel:[ 7.208519] fb: switching to inteldrmfb from EFI VGA >22:03:02,464 INFO kernel:[ 7.208907] Console: switching to colour dummy device 80x25 >22:03:02,464 DEBUG kernel:[ 7.215174] i915 0000:00:02.0: irq 44 for MSI/MSI-X >22:03:02,464 INFO kernel:[ 7.215180] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >22:03:02,464 INFO kernel:[ 7.215181] [drm] Driver supports precise vblank timestamp query. >22:03:02,464 INFO kernel:[ 7.215195] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem >22:03:02,464 INFO kernel:[ 7.243926] fbcon: inteldrmfb (fb0) is primary device >22:03:02,464 INFO kernel:[ 7.268267] Console: switching to colour frame buffer device 160x64 >22:03:02,464 INFO kernel:[ 7.270413] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device >22:03:02,464 INFO kernel:[ 7.270429] i915 0000:00:02.0: registered panic notifier >22:03:02,464 INFO kernel:[ 7.280206] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) >22:03:02,464 INFO kernel:[ 7.280532] acpi device:62: registered as cooling_device9 >22:03:02,464 INFO kernel:[ 7.280610] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 >22:03:02,464 INFO kernel:[ 7.280713] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 >22:03:02,464 NOTICE kernel:[ 8.107001] scsi 6:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4 >22:03:02,464 NOTICE kernel:[ 8.107193] sd 6:0:0:0: Attached scsi generic sg2 type 0 >22:03:02,464 NOTICE kernel:[ 8.107785] sd 6:0:0:0: [sdb] 1970176 512-byte logical blocks: (1.00 GB/962 MiB) >22:03:02,464 NOTICE kernel:[ 8.108453] sd 6:0:0:0: [sdb] Write Protect is off >22:03:02,464 DEBUG kernel:[ 8.108469] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00 >22:03:02,464 NOTICE kernel:[ 8.109114] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >22:03:02,464 INFO kernel:[ 8.119247] sdb: sdb1 sdb2 sdb3 >22:03:02,464 NOTICE kernel:[ 8.121268] sd 6:0:0:0: [sdb] Attached SCSI removable disk >22:03:02,464 NOTICE kernel:[ 8.375480] random: nonblocking pool is initialized >22:03:02,464 INFO kernel:[ 8.718302] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off >22:03:02,464 INFO kernel:[ 9.524399] r8169 0000:03:00.0 enp3s0: link down >22:03:02,464 INFO kernel:[ 9.524408] r8169 0000:03:00.0 enp3s0: link down >22:03:02,464 INFO kernel:[ 9.524463] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready >22:03:02,464 INFO kernel:[ 11.173186] r8169 0000:03:00.0 enp3s0: link up >22:03:02,464 INFO kernel:[ 11.173242] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready >22:03:02,464 INFO kernel:[ 11.450584] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null) >22:03:02,464 INFO kernel:[ 11.573330] loop: module loaded >22:03:02,464 INFO kernel:[ 11.997555] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >22:03:02,464 DEBUG kernel:[ 12.990584] SELinux: 2048 avtab hash slots, 108976 rules. >22:03:02,464 DEBUG kernel:[ 13.002395] SELinux: 2048 avtab hash slots, 108976 rules. >22:03:02,464 DEBUG kernel:[ 13.018137] SELinux: 8 users, 103 roles, 4910 types, 292 bools, 1 sens, 1024 cats >22:03:02,464 DEBUG kernel:[ 13.018140] SELinux: 83 classes, 108976 rules >22:03:02,464 INFO kernel:[ 13.021027] SELinux: Permission audit_read in class capability2 not defined in policy. >22:03:02,464 INFO kernel:[ 13.021556] SELinux: the above unknown classes and permissions will be allowed >22:03:02,464 DEBUG kernel:[ 13.022078] SELinux: Completing initialization. >22:03:02,464 DEBUG kernel:[ 13.022078] SELinux: Setting up existing superblocks. >22:03:02,464 DEBUG kernel:[ 13.022082] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.022105] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.022112] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.022116] SELinux: initialized (dev proc, type proc), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.022146] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.022563] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023387] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >22:03:02,464 DEBUG kernel:[ 13.023389] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >22:03:02,464 DEBUG kernel:[ 13.023391] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023393] SELinux: initialized (dev aio, type aio), not configured for labeling >22:03:02,464 DEBUG kernel:[ 13.023395] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.023408] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.023412] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.023416] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023424] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023726] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023727] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.023731] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.023815] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.023833] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023836] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023837] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023849] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023851] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023852] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023856] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023859] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023860] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023861] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023866] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023867] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023870] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.023873] SELinux: initialized (dev drm, type drm), not configured for labeling >22:03:02,464 DEBUG kernel:[ 13.023875] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.025224] SELinux: initialized (dev sdb3, type ext4), uses xattr >22:03:02,464 DEBUG kernel:[ 13.025238] SELinux: initialized (dev loop0, type squashfs), uses xattr >22:03:02,464 DEBUG kernel:[ 13.025246] SELinux: initialized (dev dm-0, type ext4), uses xattr >22:03:02,464 NOTICE kernel:[ 13.035214] audit: type=1403 audit(1412114578.510:2): policy loaded auid=4294967295 ses=4294967295 >22:03:02,464 DEBUG kernel:[ 13.428519] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >22:03:02,464 DEBUG kernel:[ 13.493389] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >22:03:02,464 DEBUG kernel:[ 13.604455] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:03:02,464 INFO kernel:[ 15.003745] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >22:03:02,464 DEBUG kernel:[ 15.077079] mei_me 0000:00:16.0: irq 45 for MSI/MSI-X >22:03:02,464 WARNING kernel:[ 15.135352] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258) >22:03:02,464 INFO kernel:[ 15.135357] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >22:03:02,464 INFO kernel:[ 15.164920] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x9 >22:03:02,464 WARNING kernel:[ 15.186627] tpm_infineon: Unknown symbol tpm_register_hardware (err 0) >22:03:02,464 WARNING kernel:[ 15.186636] tpm_infineon: Unknown symbol tpm_dev_vendor_release (err 0) >22:03:02,464 WARNING kernel:[ 15.186640] tpm_infineon: Unknown symbol tpm_remove_hardware (err 0) >22:03:02,464 WARNING kernel:[ 15.186644] tpm_infineon: Unknown symbol tpm_pm_resume (err 0) >22:03:02,464 WARNING kernel:[ 15.226728] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >22:03:02,464 WARNING kernel:[ 15.226738] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >22:03:02,464 WARNING kernel:[ 15.226754] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >22:03:02,464 WARNING kernel:[ 15.226758] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >22:03:02,464 WARNING kernel:[ 15.226765] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >22:03:02,464 WARNING kernel:[ 15.226771] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >22:03:02,464 WARNING kernel:[ 15.226781] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >22:03:02,464 WARNING kernel:[ 15.226786] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >22:03:02,464 WARNING kernel:[ 15.226791] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >22:03:02,464 WARNING kernel:[ 15.226794] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >22:03:02,464 WARNING kernel:[ 15.228157] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >22:03:02,464 WARNING kernel:[ 15.228164] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >22:03:02,464 WARNING kernel:[ 15.228170] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >22:03:02,464 WARNING kernel:[ 15.228174] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >22:03:02,464 WARNING kernel:[ 15.228180] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >22:03:02,464 WARNING kernel:[ 15.228184] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >22:03:02,464 WARNING kernel:[ 15.228192] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >22:03:02,464 WARNING kernel:[ 15.228197] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >22:03:02,464 WARNING kernel:[ 15.228201] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >22:03:02,464 WARNING kernel:[ 15.228205] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >22:03:02,464 INFO kernel:[ 15.404917] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x9 >22:03:02,464 INFO kernel:[ 15.404933] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x9 >22:03:02,464 INFO kernel:[ 15.404943] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x9 >22:03:02,464 INFO kernel:[ 15.406157] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >22:03:02,464 INFO kernel:[ 15.430737] asus_wmi: ASUS WMI generic driver loaded >22:03:02,464 INFO kernel:[ 15.511811] asus_wmi: Initialization: 0x0 >22:03:02,464 INFO kernel:[ 15.511825] asus_wmi: BIOS WMI version: 0.9 >22:03:02,464 INFO kernel:[ 15.511848] asus_wmi: SFUN value: 0x0 >22:03:02,464 INFO kernel:[ 15.512044] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input5 >22:03:02,464 INFO kernel:[ 15.512603] asus_wmi: Backlight controlled by ACPI video driver >22:03:02,464 NOTICE kernel:[ 16.991908] audit: type=1400 audit(1412114582.461:3): avc: denied { unlink } for pid=1259 comm="rsyslogd" name="log" dev="devtmpfs" ino=2308 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:device_t:s0 tclass=lnk_file permissive=1 >22:03:02,640 INFO NetworkManager: <info> NetworkManager (version 0.9.10.0-4.git20140704.fc21) is starting... >22:03:02,640 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >22:03:02,640 INFO NetworkManager: <info> WEXT support is enabled >22:03:02,667 INFO kernel:[ 17.196702] cfg80211: Calling CRDA to update world regulatory domain >22:03:02,718 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >22:03:02,760 INFO polkitd: Started polkitd version 0.112 >22:03:02,872 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >22:03:02,882 WARNING NetworkManager: <warn> Could not get hostname: failed to read /etc/sysconfig/network >22:03:02,883 INFO NetworkManager: <info> Acquired D-Bus service com.redhat.ifcfgrh1 >22:03:02,883 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >22:03:02,883 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >22:03:02,883 INFO NetworkManager: <info> parsing /etc/sysconfig/network-scripts/ifcfg-enp3s0 ... >22:03:02,883 WARNING NetworkManager: <warn> duplicate DNS server DNS3 >22:03:02,883 INFO NetworkManager: <info> read connection 'enp3s0' >22:03:02,911 INFO NetworkManager: <info> parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >22:03:02,911 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >22:03:02,944 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >22:03:02,947 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >22:03:02,948 INFO NetworkManager: <info> WiFi hardware radio set enabled >22:03:02,948 INFO NetworkManager: <info> WWAN hardware radio set enabled >22:03:02,951 INFO NetworkManager: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wifi.so >22:03:02,952 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >22:03:02,952 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >22:03:02,952 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >22:03:02,952 INFO NetworkManager: <info> Networking is enabled by state file >22:03:02,952 INFO NetworkManager: <info> (lo): link connected >22:03:02,952 INFO NetworkManager: <info> (lo): carrier is ON >22:03:02,952 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >22:03:02,952 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >22:03:02,952 INFO NetworkManager: <info> (enp3s0): link connected >22:03:02,953 INFO NetworkManager: <info> (enp3s0): carrier is ON >22:03:02,953 INFO NetworkManager: <info> (enp3s0): new Ethernet device (driver: 'r8169' ifindex: 2) >22:03:02,953 INFO NetworkManager: <info> (enp3s0): exported as /org/freedesktop/NetworkManager/Devices/1 >22:03:02,953 INFO NetworkManager: <info> (enp3s0): found matching connection 'enp3s0' >22:03:02,953 INFO NetworkManager: <info> (enp3s0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >22:03:02,954 INFO NetworkManager: <info> (enp3s0): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >22:03:02,954 INFO NetworkManager: <info> Activation (enp3s0) starting connection 'enp3s0' >22:03:02,954 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) scheduled... >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) started... >22:03:02,955 INFO NetworkManager: <info> (enp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) scheduled... >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) complete. >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) starting... >22:03:02,955 INFO NetworkManager: <info> (enp3s0): device state change: prepare -> config (reason 'none') [40 50 0] >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) successful. >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) scheduled. >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) complete. >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) started... >22:03:02,955 INFO NetworkManager: <info> (enp3s0): device state change: config -> ip-config (reason 'none') [50 70 0] >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) complete. >22:03:02,955 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Commit) started... >22:03:02,991 INFO NetworkManager: <info> (enp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >22:03:02,991 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Commit) complete. >22:03:02,991 INFO NetworkManager: <info> (enp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >22:03:02,991 INFO NetworkManager: <info> (enp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0] >22:03:02,991 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >22:03:02,991 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >22:03:02,991 INFO NetworkManager: <info> Policy set 'enp3s0' (enp3s0) as default for IPv4 routing and DNS. >22:03:02,992 INFO NetworkManager: <info> Activation (enp3s0) successful, device activated. >22:03:02,993 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >22:03:03,032 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >22:03:03,033 NOTICE nm-dispatcher: Dispatching action 'up' for enp3s0 >22:03:04,008 NOTICE kernel:[ 18.538842] audit: type=1400 audit(1412114584.006:4): avc: denied { read write } for pid=1332 comm="ldconfig" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:ldconfig_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >22:03:05,509 NOTICE kernel:[ 20.042003] audit: type=1400 audit(1412114585.507:5): avc: denied { read write } for pid=1335 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=1557 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >22:03:05,890 NOTICE kernel:[ 20.423253] audit: type=1400 audit(1412114585.888:6): avc: denied { read write } for pid=1372 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >22:03:05,890 NOTICE kernel:[ 20.424068] audit: type=1400 audit(1412114585.888:7): avc: denied { open } for pid=1372 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >22:03:05,890 NOTICE kernel:[ 20.424077] audit: type=1400 audit(1412114585.888:8): avc: denied { ioctl } for pid=1372 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >22:03:05,971 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >22:03:06,008 DEBUG kernel:[ 20.541554] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:03:06,038 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >22:03:06,051 NOTICE kernel:[ 20.584626] audit: type=1107 audit(1412114586.049:9): pid=1280 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: denied { send_msg } for msgtype=method_return dest=:1.6 spid=1374 tpid=1300 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >22:03:06,051 NOTICE kernel:[ 20.584626] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >22:03:06,944 NOTICE kernel:[ 21.479311] audit: type=1400 audit(1412114586.942:10): avc: denied { read write } for pid=1392 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 >22:03:07,565 INFO chronyd: chronyd version 1.31-pre1 starting >22:03:07,566 INFO chronyd: Generated key 1 >22:03:07,632 NOTICE kernel:[ 22.167832] audit: type=1400 audit(1412114587.630:11): avc: denied { read write } for pid=1420 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 >22:03:07,632 NOTICE kernel:[ 22.168412] audit: type=1400 audit(1412114587.630:12): avc: denied { read write } for pid=1420 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=1557 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >22:03:08,000 NOTICE kernel:[ 22.404377] audit: type=1400 audit(1412114588.000:13): avc: denied { ioctl } for pid=1420 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 >22:03:08,000 NOTICE kernel:[ 22.404387] audit: type=1400 audit(1412114588.000:14): avc: denied { getattr } for pid=1420 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 >22:03:08,638 INFO NetworkManager: <info> startup complete >22:03:11,591 INFO kernel:[ 26.000223] Btrfs loaded >22:03:11,817 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >22:03:11,829 DEBUG kernel:[ 26.238360] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:03:11,851 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >22:03:11,853 NOTICE kernel:[ 26.262444] audit: type=1107 audit(1412114591.851:15): pid=1280 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.85 spid=1504 tpid=1502 scontext=system_u:system_r:systemd_hostnamed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >22:03:11,853 NOTICE kernel:[ 26.262444] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >22:03:11,915 INFO kernel:[ 26.324409] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >22:03:12,607 NOTICE kernel:[ 27.017490] audit: type=1400 audit(1412114592.605:16): avc: denied { open } for pid=1274 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=20674 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:user_tmp_t:s0 tclass=file permissive=1 >22:03:13,000 INFO kernel:[ 27.411032] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) >22:03:13,000 DEBUG kernel:[ 27.411046] SELinux: initialized (dev sda5, type ext4), uses xattr >22:03:13,069 INFO kernel:[ 27.480251] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) >22:03:13,069 DEBUG kernel:[ 27.480257] SELinux: initialized (dev sda6, type ext4), uses xattr >22:03:13,570 INFO chronyd: Selected source 87.195.109.207 >22:03:13,570 WARNING chronyd: System clock wrong by -7199.992623 seconds, adjustment started >20:03:13,577 WARNING chronyd: System clock was stepped by -7199.992623 seconds >20:04:10,484 NOTICE kernel:[ 84.955823] audit: type=1400 audit(1412107450.482:17): avc: denied { read write } for pid=1596 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 >20:04:10,485 NOTICE kernel:[ 84.956375] audit: type=1400 audit(1412107450.483:18): avc: denied { read write } for pid=1596 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=1557 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >20:04:11,501 NOTICE kernel:[ 85.974100] audit: type=1400 audit(1412107451.499:19): avc: denied { ioctl } for pid=1596 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 >20:04:11,501 NOTICE kernel:[ 85.974108] audit: type=1400 audit(1412107451.499:20): avc: denied { getattr } for pid=1596 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 >20:04:14,464 INFO kernel:[ 88.940861] Adding 8388604k swap on /dev/sda7. Priority:-1 extents:1 across:8388604k SSFS >20:04:14,507 INFO kernel:[ 88.984644] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) >20:04:14,507 DEBUG kernel:[ 88.984651] SELinux: initialized (dev sda6, type ext4), uses xattr >20:04:14,531 INFO kernel:[ 89.007918] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) >20:04:14,531 DEBUG kernel:[ 89.007924] SELinux: initialized (dev sda5, type ext4), uses xattr >20:04:14,543 DEBUG kernel:[ 89.020494] SELinux: initialized (dev sda2, type vfat), uses genfs_contexts >20:04:14,580 DEBUG kernel:[ 89.057371] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs > > >/run/install/ks.cfg: ># Kickstart file gemaakt: 30-09-2014 17:13:19 > >install >cdrom ># harddrive --partition= --dir= ># url --url= >lang en_US.UTF-8 >keyboard --vckeymap=us --xlayouts=us > >network --onboot=yes --activate --bootproto=static --ip=212.115.199.60 --netmask=255.255.255.248 --gateway=212.115.199.57 --ipv6=2001:1af8:fe00:847f::4/64 --ipv6gateway=2001:1af8:fe00:847f::1 --nameserver=212.115.199.57,2001:1af8:fe00:847f::1 >network --hostname=testsys.digifarma.nl > > >timezone Europe/Amsterdam --isUtc >rootpw --iscrypted $6$QBNG7EJyOdfG8W8b$iEfqobyPiMSTkpOmIm4HNXFQT.BiuefVN31xatQSc/wTX5UJGJoZuaKR3fYEy5yoFMAXT1hih088R5acZus5X. >selinux --disabled >authconfig --enableshadow --passalgo=sha512 --enablefingerprint >firewall --enabled --ssh --smtp --http --port=443:tcp --port=123:tcp --port=123:udp --port=137:tcp --port=137:udp --port=138:tcp --port=138:udp --port=139:tcp --port=139:udp --port=53:tcp --port=53:udp --port=67:tcp --port=67:udp --port=68:tcp --port=68:udp >user --name cfl --iscrypted --password=$6$EL2oOL6b$EXulMCys6XXaw5XfPUAzX2UJiDpnujlV0S5Dvbx5RF75wJ19Jvkj6qoyKulwmjs8lqOEKQY4eficJxcH1IMN71 >user --name werkman --iscrypted --password=$6$m76X644iS21I/Mnq$9W2X5tSH9BIZHzfqN146T8Jxi4p15IQyOGC.yH/zY/NMmr7KRwJGIp6BKCnpicwa0OH0muMlpP6P9OmVX6/Zw0 > >bootloader --location=mbr --timeout=20 --driveorder=sda > >repo --name="CFL-OS-21_Alpha-x86_64" --baseurl=http://thlin.digifarma.nl/fedora/test/21_Alpha/Server/x86_64/os --cost=1500 > >repo --name="Digifarma" --baseurl=http://thlin.digifarma.nl/digifarma/20/x86_64 --cost=1500 > > >%packages >@core >@standard > >samba >samba-client >chrony >postfix >centralfill >cfl-licentie ># cfl-backup >edi-server >edi-mail >gcc >make >git >rpm-build >createrepo >genisoimage >vim-minimal >vim-filesystem >vim-common >vim-enhanced >mysql-devel >cups-devel >centralfill-beheer >projekt >digifarma >apobase-devel >%end > >%post >( >echo GRUB_GFXPAYLOAD_LINUX=text >) >> /etc/default/grub >sed -i s/rhgb/nomodeset/g /etc/default/grub > >grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg > >sed -i s/'#inet_interfaces = all'/'inet_interfaces = all'/g /etc/postfix/main.cf >sed -i s/'inet_interfaces = localhost'/'#inet_interfaces = localhost'/g /etc/postfix/main.cf >sed -i s/'PasswordAuthentication yes'/'PasswordAuthentication no'/g /etc/ssh/sshd_config > >( >echo systemctl enable startcfl.service >echo systemctl start startcfl.service >echo systemctl enable httpd.service >echo systemctl start httpd.service >echo systemctl enable postfix.service >echo systemctl start postfix.service >echo systemctl enable nmb.service >echo systemctl start nmb.service >echo systemctl enable smb.service >echo systemctl start smb.service >echo systemctl enable chronyd.service >echo systemctl start chronyd.service >echo systemctl enable cups.service >echo systemctl start cups.service >echo >) >> /usr/lib/cfl/postcfl >/usr/lib/cfl/cflstartscript >> /var/log/cfl/debugstart.log >%end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1148168
: 942836 |
942837
|
942838
|
942839
|
942840
|
942841
|
942842
|
942843
|
942844
|
942845
|
942846
|
942847