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 894848 Details for
Bug 1096944
BootLoaderError: failed to write bootloader configuration
[?]
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), 845.42 KB, created by
A.J. Werkman
on 2014-05-12 18:23:34 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
A.J. Werkman
Created:
2014-05-12 18:23:34 UTC
Size:
845.42 KB
patch
obsolete
>anaconda 21.36-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1552, in write_config > raise BootLoaderError("failed to write bootloader configuration") > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1736, in write > self.write_config() > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2392, in writeBootLoader > storage.bootloader.write() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 197, in doInstall > writeBootLoader(storage, payload, instClass, ksdata) > 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) >BootLoaderError: failed to write bootloader configuration > >Local variables in innermost frame: >self: <pyanaconda.bootloader.EFIGRUB object at 0x7f5eaf916550> >entry_title: Fedora Linux, with Linux 3.15.0-0.rc4.git4.1.fc21.x86_64 >rc: 1 > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x7f5eaf916310>> > _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 > ># 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 --netmask=255.255.255.248 >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 /boot --fstype="ext4" --onpart=sda6 >part swap --fstype="swap" --onpart=sda7 >part /boot/efi --fstype="efi" --noformat --onpart=sda5 --fsoptions="umask=0077,shortname=winnt" >part / --fstype="ext4" --onpart=sda8 >part /home --fstype="ext4" --onpart=sda9 > >%post >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 systemctl enable dhcpd.service >echo systemctl start dhcpd.service >echo systemctl enable named.service >echo systemctl start named.service >echo >) >> /usr/lib/cfl/postcfl >/usr/lib/cfl/cflstartscript >> /var/log/cfl/debugstart.log >%end > >%packages >@base-x >@cinnamon-desktop >@core >@firefox >@standard >apobase-devel >bind >centralfill >centralfill-beheer >centralfill-demo >cfl-licentie >chrony >createrepo >cups-devel >dhcp >digifarma >digifarma-logos >digifarma-release >digifarma-release-notes >gcc >genisoimage >git >make >mysql-devel >postfix >projekt >rpm-build >samba >samba-client >vim-common >vim-enhanced >vim-filesystem >vim-minimal >-fedora-logos >-fedora-release >-fedora-release-notes >-sendmail > >%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 500 MiB partition sda6 (47) with existing ext4 filesystem mounted at /boot >, '/boot/efi': existing 200 MiB partition sda5 (41) with existing efi filesystem mounted at /boot/efi >, '/': existing 50 GiB partition sda8 (57) with existing ext4 filesystem mounted at / >, '/home': existing 121.7 GiB partition sda9 (80) with existing ext4 filesystem mounted at /home >} > swaps: [existing 7680 MiB partition sda7 (52) with existing swap >] > name: Digifarma Linux 20 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 (0x7f5ea7352bd0) -- > name = sda7 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (16) with existing gpt disklabel'] > uuid = None size = 7680 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: 15728640 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (979, 255, 63) biosGeometry: (979, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf4cf710> > 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 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf505a90> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f5eaf505f90> PedPartition: <_ped.Partition object at 0x7f5ea74ed9b0> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 124315648 end = 140044287 length = 15728640 > 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: 262 > _intf.storage.fsset._usb._parents: ParentList instance, containing members: > _intf.storage.fsset._usb._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f5ea72d6450) -- > name = usbfs status = False kids = 0 id = 262 > 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 (0x7f5ea72d6450) -- > name = usbfs status = False kids = 0 id = 262 > 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._majorminor: 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: 261 > _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._majorminor: None > _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: 261 > _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 (16) with existing gpt disklabel >, existing 300 MiB partition sda1 (21) with existing ntfs filesystem >, existing 100 MiB partition sda2 (26) with existing efi filesystem >, existing 128 MiB partition sda3 (32) >, existing 58.08 GiB partition sda4 (36) with existing ntfs filesystem >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, 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: 553712 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4325, 4, 32) biosGeometry: (4325, 4, 32) > PedDevice: <_ped.Device object at 0x7f5ea939b560> > exists: True > _size: 270.37 MiB > id: 112 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f5ea7338e50) -- > name = /run/install/repo/LiveOS/squashfs.img status = True kids = 1 id = 112 > parents = [] > uuid = None size = 270.37 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: 553712 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4325, 4, 32) biosGeometry: (4325, 4, 32) > PedDevice: <_ped.Device object at 0x7f5ea939b560> > 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 (0x7f5ea7338e50) -- > name = /run/install/repo/LiveOS/squashfs.img status = True kids = 1 id = 112 > parents = [] > uuid = None size = 270.37 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: 553712 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4325, 4, 32) biosGeometry: (4325, 4, 32) > PedDevice: <_ped.Device object at 0x7f5ea939b560> > 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: 553712 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 0x7f5ea939b5f0> > exists: True > _size: 0 B > id: 115 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f5ea7338ad0) -- > name = loop0 status = True kids = 0 id = 115 > parents = ['existing 270.37 MiB file /run/install/repo/LiveOS/squashfs.img (112)'] > uuid = None size = 270.37 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: 553712 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 0x7f5ea939b5f0> > 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 (0x7f5ea7338ad0) -- > name = loop0 status = True kids = 0 id = 115 > parents = ['existing 270.37 MiB file /run/install/repo/LiveOS/squashfs.img (112)'] > uuid = None size = 270.37 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: 553712 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 0x7f5ea939b5f0> > 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: 120 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f5ea7338c90) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 120 > 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 (0x7f5ea7338c90) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 120 > 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: 123 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f5ea7338c50) -- > name = loop1 status = False kids = 1 id = 123 > parents = ['existing 0 B file /LiveOS/rootfs.img (120)'] > 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 (0x7f5ea7338c50) -- > name = loop1 status = False kids = 1 id = 123 > parents = ['existing 0 B file /LiveOS/rootfs.img (120)'] > 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._majorminor: None > _format._targetSize: 2048 MiB > _format._minInstanceSize: 0 B > _format.mountopts: None > _format.mountpoint: None > _format.id: 126 > _format._size: Already dumped (Size instance) > _format.errors: False > _format.uuid: 91c2ef0e-3437-47d3-9e8c-112ec7a2e000 > _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/91c2ef0e-3437-47d3-9e8c-112ec7a2e000] > _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._majorminor: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 126 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 91c2ef0e-3437-47d3-9e8c-112ec7a2e000 > 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: 128 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f5ea7338c10) -- > name = /overlay (deleted) status = False kids = 1 id = 128 > 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 (0x7f5ea7338c10) -- > name = /overlay (deleted) status = False kids = 1 id = 128 > 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: 131 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f5ea7338110) -- > name = loop2 status = False kids = 1 id = 131 > parents = ['existing 0 B file /overlay (deleted) (128)'] > 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 (0x7f5ea7338110) -- > name = loop2 status = False kids = 1 id = 131 > parents = ['existing 0 B file /overlay (deleted) (128)'] > 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 (136) with existing ext4 filesystem >, existing 2048 MiB dm live-base (141) 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._majorminor: 008009 > origFormat._targetSize: 121.7 GiB > origFormat._minInstanceSize: 419 MiB > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 83 > origFormat._size: Already dumped (Size instance) > origFormat.errors: False > origFormat.uuid: 5dc2d0ed-eeb3-42ea-9441-2d758573d021 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.dirty: False > origFormat._device: /dev/sda9 > container: None > id: 218 > _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._majorminor: 008006 > origFormat._targetSize: 500 MiB > origFormat._minInstanceSize: 93.59 MiB > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 50 > origFormat._size: Already dumped (Size instance) > origFormat.errors: False > origFormat.uuid: a4b36b77-f825-4d8d-a01f-7ee909e5b71e > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.dirty: False > origFormat._device: /dev/sda6 > container: None > id: 223 > _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._majorminor: 008008 > origFormat._targetSize: 50 GiB > origFormat._minInstanceSize: 3184.29 MiB > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 60 > origFormat._size: Already dumped (Size instance) > origFormat.errors: False > origFormat.uuid: 4b5dacfc-8439-479e-9cea-cb672c52fdaa > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.dirty: False > origFormat._device: /dev/sda8 > container: None > id: 231 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent swap > container: None > id: 237 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: Skipped > _format.errors: False > _format.uuid: 3ba9ea91-fcdb-496d-b0ee-59da1dfe5f74 > _format.exists: True > _format._mountpoint: /mnt/sysimage/home > _format._majorminor: 008009 > _format._minInstanceSize: None > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 0 B > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: /home > _format.id: 217 > _format._device: /dev/sda9 > origFormat: existing None > device: Already dumped (PartitionDevice instance) > id: 220 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: Skipped > _format.errors: False > _format.uuid: 5b1ca69d-287c-4d5e-b0a1-d904cd83dae4 > _format.exists: True > _format._mountpoint: /mnt/sysimage/boot > _format._majorminor: 008006 > _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: 222 > _format._device: /dev/sda6 > origFormat: existing None > device: Already dumped (PartitionDevice instance) > id: 225 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: Skipped > _format.errors: False > _format.uuid: 20c43b64-c127-40d7-8040-094ead11d2fc > _format.exists: True > _format._mountpoint: /mnt/sysimage > _format._majorminor: 008008 > _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: 230 > _format._device: /dev/sda8 > origFormat: existing None > device: Already dumped (PartitionDevice instance) > id: 233 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: existing swap > origFormat: existing None > device: Already dumped (PartitionDevice instance) > id: 239 > _applied: True >] > _intf.storage.fsset.devicetree.names: [sda, sda1, sda2, sda3, sda4, sda5, sda6, sda7, sda8, sda9, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, sdb1, sdb, sdc1, sdc2, sdc] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sdc1] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [existing 1397.26 GiB partition sdb1 (107) with existing ext4 filesystem >, existing 1397.27 GiB disk sdb (102) with existing msdos disklabel >, existing 3072 MiB partition sdc1 (6) with existing ext4 filesystem >, existing 780.54 MiB partition sdc2 (11) with existing vfat filesystem >, existing 3853.54 MiB disk sdc (1) with existing msdos disklabel >] > _intf.storage.fsset.devicetree.protectedDevSpecs: [UUID=fc118a58-512a-4c75-af41-1adbb0549c8c] > _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: 265 > _intf.storage.fsset._run._parents: ParentList instance, containing members: > _intf.storage.fsset._run._parents.appendfunc: <bound method DirectoryDevice._addParent of DirectoryDevice instance (0x7f5ea72a0fd0) -- > name = /run status = True kids = 0 id = 265 > 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 0x7f5ea75af290> > 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 (0x7f5ea72a0fd0) -- > name = /run status = True kids = 0 id = 265 > 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 0x7f5ea75af290> > 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._majorminor: None > _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: 264 > _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._majorminor: None > _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: 264 > _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: 247 > _intf.storage.fsset._devshm._parents: ParentList instance, containing members: > _intf.storage.fsset._devshm._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f5eaf502a50) -- > name = tmpfs status = False kids = 0 id = 247 > 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 (0x7f5eaf502a50) -- > name = tmpfs status = False kids = 0 id = 247 > 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._majorminor: 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: 246 > _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._majorminor: None > _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: 246 > _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: 244 > _intf.storage.fsset._dev._parents: ParentList instance, containing members: > _intf.storage.fsset._dev._parents.appendfunc: <bound method DirectoryDevice._addParent of DirectoryDevice instance (0x7f5eaf502690) -- > name = /dev status = True kids = 0 id = 244 > 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 0x7f5ea777c680> > 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 (0x7f5eaf502690) -- > name = /dev status = True kids = 0 id = 244 > 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 0x7f5ea777c680> > 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._majorminor: None > _intf.storage.fsset._dev._format._minInstanceSize: None > _intf.storage.fsset._dev._format._mountType: bind > _intf.storage.fsset._dev._format.fsprofile: None > _intf.storage.fsset._dev._format._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: 243 > _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._majorminor: None > _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: 243 > _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: 256 > _intf.storage.fsset._proc._parents: ParentList instance, containing members: > _intf.storage.fsset._proc._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f5ea72d6510) -- > name = proc status = False kids = 0 id = 256 > 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 (0x7f5ea72d6510) -- > name = proc status = False kids = 0 id = 256 > 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._majorminor: None > _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: 255 > _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._majorminor: None > _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: 255 > _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: 250 > _intf.storage.fsset._devpts._parents: ParentList instance, containing members: > _intf.storage.fsset._devpts._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f5eaf4f4a50) -- > name = devpts status = False kids = 0 id = 250 > 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 (0x7f5eaf4f4a50) -- > name = devpts status = False kids = 0 id = 250 > 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._majorminor: None > _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: 249 > _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._majorminor: None > _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: 249 > _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: 253 > _intf.storage.fsset._sysfs._parents: ParentList instance, containing members: > _intf.storage.fsset._sysfs._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f5ea72d6850) -- > name = sysfs status = False kids = 0 id = 253 > 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 (0x7f5ea72d6850) -- > name = sysfs status = False kids = 0 id = 253 > 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._majorminor: None > _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: 252 > _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._majorminor: None > _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: 252 > _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: 259 > _intf.storage.fsset._selinux._parents: ParentList instance, containing members: > _intf.storage.fsset._selinux._parents.appendfunc: <bound method NoDevice._addParent of NoDevice instance (0x7f5ea72d6a10) -- > name = selinuxfs status = False kids = 0 id = 259 > 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 (0x7f5ea72d6a10) -- > name = selinuxfs status = False kids = 0 id = 259 > 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._majorminor: None > _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: 258 > _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._majorminor: None > _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: 258 > _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=fc118a58-512a-4c75-af41-1adbb0549c8c] > _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: fedora > _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: rhgb quiet > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader._default_image: LinuxBootLoaderImage instance, containing members: > _intf.storage._bootloader._default_image.short_label: linux > _intf.storage._bootloader._default_image.label: Fedora > _intf.storage._bootloader._default_image._initrd: None > _intf.storage._bootloader._default_image.version: 3.15.0-0.rc4.git4.1.fc21.x86_64 > _intf.storage._bootloader._default_image._kernel: None > _intf.storage._bootloader._default_image.device: Already dumped (PartitionDevice instance) > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.linux_images: [Already dumped (LinuxBootLoaderImage instance) >, LinuxBootLoaderImage instance, containing members: > short_label: linux-0-rescue-3516e4220e124bf7975c5bc263af26bf > label: Fedora-0-rescue-3516e4220e124bf7975c5bc263af26bf > _initrd: None > version: 0-rescue-3516e4220e124bf7975c5bc263af26bf > _kernel: None > device: Already dumped (PartitionDevice instance) >] > _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: rhgb quiet > _intf.storage._bootloader._disk_order: [sda] > _intf.storage._bootloader.disks: [existing 238.47 GiB disk sda (16) 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 (0x7f5eaf9163d0) -- > 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 (0x7f5eaf916390) -- > 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 (0x7f5eaf916450) -- > 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 (0x7f5eaf916490) -- > 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 (0x7f5eaf9164d0) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 7680 MiB maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f5ed35a6b90> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: Skipped > _intf.payload.instclass: Already dumped (DefaultInstall instance) > _intf.payload._rescueVersionList: [] > _intf.payload.install_device: existing 3072 MiB partition sdc1 (6) with existing ext4 filesystem > _intf.payload._environmentAddons: {'lxde-desktop-environment': (['3d-printing', 'lxde-apps', 'lxde-office', 'lxde-media'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'minimal-environment': (['guest-agents', 'standard'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'mate-desktop-environment': (['3d-printing', 'libreoffice', 'mate-applications', 'mate-compiz'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'gnome-desktop-environment': (['3d-printing', 'epiphany', 'gnome-games', 'libreoffice'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'infrastructure-server-environment': (['web-server', 'dns-server', 'dogtag', 'ftp-server', 'freeipa-server', 'guest-agents', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'sql-server', 'virtualization', 'smb-server'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'basic-desktop-environment': (['cinnamon-desktop', 'firefox', 'gnome-desktop', 'input-methods', 'kde-desktop', 'lxde-desktop', 'legacy-fonts', 'libreoffice', 'mate-desktop', 'sugar-desktop', 'xmonad', 'xmonad-mate', 'xfce-desktop'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'web-server-environment': (['guest-agents', 'haproxy', 'jbossas', 'mysql', 'mongodb', 'php', 'perl-web', 'sql-server', 'python-web', 'rubyonrails', 'tomcat'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'xfce-desktop-environment': (['3d-printing', 'xfce-apps', 'xfce-extra-plugins', 'xfce-media', 'xfce-office'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'kde-desktop-environment': (['3d-printing', 'kde-apps', 'kde-education', 'kde-media', 'kde-office', 'kde-telepathy'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'sugar-desktop-environment': (['sugar-apps'], ['3d-printing', 'admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'developer-workstation-environment': (['3d-printing', 'design-suite', 'electronic-lab', 'font-design', 'haskell', 'jbossas', 'java-development', 'legacy-software-development', 'mysql', 'milkymist', 'mingw32', 'mongodb', 'ocaml', 'php', 'perl-web', 'sql-server', 'python-web', 'robotics-suite', 'rubyonrails'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'development-tools', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'rpm-development-tools', 'security-lab', 'system-tools']), 'cinnamon-desktop-environment': (['3d-printing', 'libreoffice'], ['admin-tools', 'authoring-and-publishing', 'books', 'c-development', 'd-development', 'design-suite', 'development-tools', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools'])} > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /tmp/yum.repos.d > _intf.payload._setup: True > _intf.payload._requiredPackages: [dosfstools, e2fsprogs, ntfsprogs, grub2-efi, efibootmgr, shim] > _intf.payload._requiredGroups: [] > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload._yum: Skipped > _intf.payload._base_repo: anaconda > _intf.payload.txID: 1399917801.18 > _intf.payload._rpm_macros: [('__dbi_htconfig', 'hash nofsync %{__dbi_other} %{__dbi_perms}'), ('__file_context_path', '/etc/selinux/targeted/contexts/files/file_contexts')] > _intf.payload._createdInitrds: False > _intf.payload._packages: [] > _intf.payload._space_required: 3041.98 MiB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: (['3.15.0-0.rc4.git4.1.fc21.x86_64'], ['0-rescue-3516e4220e124bf7975c5bc263af26bf']) > _intf._currentAction: ProgressHub instance, containing members: > _intf._currentAction._environs: [anaconda] > _intf._currentAction._spinner: Spinner instance, containing members: > _intf._currentAction._progressNotebook: Notebook instance, containing members: > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction._checker: None > _intf._currentAction.applyOnSkip: False > _intf._currentAction.skipTo: None > _intf._currentAction._rnotes_id: 8941 > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._inSpoke: False > _intf._currentAction._incompleteSpokes: [] > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._currentStep: 5 > _intf._currentAction._progressLabel: Label instance, containing members: > _intf._currentAction._rnotesPages: <itertools.cycle object at 0x7f5ea742eef0> > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._progressBar: ProgressBar instance, containing members: > _intf._currentAction._spokes: {'PasswordSpoke': PasswordSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: True > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._pwStrengthCheck: InputCheck instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f5eaf526cd0>> > _intf._currentAction._spokes._pwStrengthCheck._parent: Already dumped (PasswordSpoke instance) > _intf._currentAction._spokes._pwStrengthCheck._input_obj: Entry instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._data: None > _intf._currentAction._spokes._pwStrengthCheck._check_status: None > _intf._currentAction._spokes._pwStrengthCheck._enabled: True > _intf._currentAction._spokes._pwq_valid: True > _intf._currentAction._spokes._pwq_error: None > _intf._currentAction._spokes._check_list: [InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f5eaf526cd0>> > _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 0x7f5eaf526cd0>> > _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 0x7f5eaf526cd0>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, Already dumped (InputCheck instance) >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f5eaf526cd0>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Already dumped (Entry instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._confirm_check: Already dumped (InputCheck instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._waivePasswordClicks: 0 > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.pw_label: Label instance, containing members: > _intf._currentAction._spokes._password_check: Already dumped (InputCheck instance) > _intf._currentAction._spokes.pw: Already dumped (Entry instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.pw_bar: LevelBar instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) >, 'UserSpoke': UserSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._password_check: InputCheck instance, containing members: > _intf._currentAction._spokes._password_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f5eaf526ad0>> > _intf._currentAction._spokes._password_check._parent: Already dumped (UserSpoke instance) > _intf._currentAction._spokes._password_check._input_obj: Entry instance, containing members: > _intf._currentAction._spokes._password_check._data: None > _intf._currentAction._spokes._password_check._check_status: None > _intf._currentAction._spokes._password_check._enabled: True > _intf._currentAction._spokes.guesser: {<Entry object at 0x7f5ea751fbe0 (GtkEntry at 0x3cfac30)>: True} > _intf._currentAction._spokes._pwStrengthCheck: InputCheck instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f5eaf526ad0>> > _intf._currentAction._spokes._pwStrengthCheck._parent: Already dumped (UserSpoke instance) > _intf._currentAction._spokes._pwStrengthCheck._input_obj: Already dumped (Entry instance) > _intf._currentAction._spokes._pwStrengthCheck._data: None > _intf._currentAction._spokes._pwStrengthCheck._check_status: None > _intf._currentAction._spokes._pwStrengthCheck._enabled: True > _intf._currentAction._spokes._pwq_valid: True > _intf._currentAction._spokes._pwq_error: None > _intf._currentAction._spokes._oldweak: None > _intf._currentAction._spokes._check_list: [InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f5eaf526ad0>> > _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 0x7f5eaf526ad0>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >, Already dumped (InputCheck instance) >, Already dumped (InputCheck instance) >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f5eaf526ad0>> > _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 0x7f5eaf526ad0>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: {'regex': <_sre.SRE_Pattern object at 0x44bba20>, '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 0x7f5eaf526ad0>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: {'regex': <_sre.SRE_Pattern object at 0x7f5ec7f4ead0>, 'message': Full name cannot contain colon characters} > _check_status: None > _enabled: True >] > _intf._currentAction._spokes._wheel: group --name=wheel > > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Already dumped (Entry instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._advanced: AdvancedUserDialog instance, containing members: > _intf._currentAction._spokes._advanced._window: Dialog instance, containing members: > _intf._currentAction._spokes._advanced._cGid: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced.applyOnSkip: False > _intf._currentAction._spokes._advanced._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf._currentAction._spokes._advanced._saveButton: Button instance, containing members: > _intf._currentAction._spokes._advanced.builder: Builder instance, containing members: > _intf._currentAction._spokes._advanced._cUid: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced._tHome: Entry instance, containing members: > _intf._currentAction._spokes._advanced._spinGid: SpinButton instance, containing members: > _intf._currentAction._spokes._advanced.skipTo: None > _intf._currentAction._spokes._advanced._cHome: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced._uid: Adjustment instance, containing members: > _intf._currentAction._spokes._advanced._check_list: [InputCheck instance, containing members: > _run_check: <bound method AdvancedUserDialog._validateGroups of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x7f5eaf526750>> > _parent: Already dumped (AdvancedUserDialog instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >] > _intf._currentAction._spokes._advanced._gid: Adjustment instance, containing members: > _intf._currentAction._spokes._advanced._tGroups: Already dumped (Entry instance) > _intf._currentAction._spokes._advanced._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._advanced._user: F19_UserData instance, containing members: > _intf._currentAction._spokes._advanced._user.shell: Skipped > _intf._currentAction._spokes._advanced._user.name: cfl > _intf._currentAction._spokes._advanced._user.isCrypted: True > _intf._currentAction._spokes._advanced._user.lock: False > _intf._currentAction._spokes._advanced._user.password_kickstarted: True > _intf._currentAction._spokes._advanced._user.gid: None > _intf._currentAction._spokes._advanced._user.gecos: Skipped > _intf._currentAction._spokes._advanced._user.lineno: 20 > _intf._currentAction._spokes._advanced._user.groups: [] > _intf._currentAction._spokes._advanced._user.uid: None > _intf._currentAction._spokes._advanced._user.password: $6$EL2oOL6b$EXulMCys6XXaw5XfPUAzX2UJiDpnujlV0S5Dvbx5RF75wJ19Jvkj6qoyKulwmjs8lqOEKQY4eficJxcH1IMN71 > _intf._currentAction._spokes._advanced._user.homedir: Skipped > _intf._currentAction._spokes._advanced._lHome: Label instance, containing members: > _intf._currentAction._spokes._advanced._spinUid: SpinButton instance, containing members: > _intf._currentAction._spokes.b_advanced: Button instance, containing members: > _intf._currentAction._spokes._confirm_check: Already dumped (InputCheck instance) > _intf._currentAction._spokes.username: Already dumped (Entry instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._waivePasswordClicks: 0 > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.pw_label: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.pw: Already dumped (Entry instance) > _intf._currentAction._spokes._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf._currentAction._spokes.admin: CheckButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.pw_bar: LevelBar instance, containing members: > _intf._currentAction._spokes.usepassword: CheckButton instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.fullname: Already dumped (Entry instance) > _intf._currentAction._spokes._user: Already dumped (F19_UserData instance) >} > _intf._currentAction._totalSteps: 7 > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._storage: Already dumped (Blivet instance) > _intf._currentAction._autoContinue: True > _intf._currentAction._configurationDone: False >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: cdrom >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: hd:UUID=fc118a58-512a-4c75-af41-1adbb0549c8c >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 >extraModules: [] >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 0x7f5eb1f2ba28>, True), 'type': (<function <lambda> at 0x7f5eb1f2bc80>, True), 'addons': (<function list_addons_callback at 0x7f5eb1f2bb90>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f5eb1f2baa0>, 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.36-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': True, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': 'hd:UUID=fc118a58-512a-4c75-af41-1adbb0549c8c', 'method': 'cdrom', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'mpathfriendlynames': True, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: > > >/tmp/anaconda.log: >18:01:35,350 INFO anaconda: /sbin/anaconda 21.36-1 >18:01:35,637 INFO anaconda: 7864320 kB (7680 MB) are available >18:01:35,637 INFO anaconda: check_memory(): total:7680, needed:512, graphical:512 >18:01:35,651 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >18:01:35,652 INFO anaconda: Default encoding = utf-8 >18:01:35,694 INFO anaconda: Parsing kickstart: /run/install/ks.cfg >18:01:36,384 INFO anaconda: Display mode = g >18:01:36,385 INFO anaconda: 7864320 kB (7680 MB) are available >18:01:36,385 INFO anaconda: check_memory(): total:7680, needed:512, graphical:512 >18:01:37,976 DEBUG anaconda: X server has signalled a successful start. >18:01:37,977 WARN anaconda: logo image is missing, using a substitute >18:01:37,988 INFO anaconda: Starting window manager, pid 1329. >18:01:38,073 INFO anaconda: Started spice-vdagent. >18:01:39,253 INFO anaconda: Running Thread: AnaXklWrapperInitThread (140044829468416) >18:01:39,284 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >18:01:39,286 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >18:01:39,286 INFO anaconda: using only installclass _Fedora >18:01:40,035 INFO anaconda: bootloader EFIGRUB on EFI platform >18:01:40,062 INFO anaconda: bootloader EFIGRUB on EFI platform >18:01:40,091 DEBUG anaconda: network: devices found ['p2p1'] >18:01:40,122 WARN anaconda: network: apply kickstart: --device does not exist >18:01:40,134 WARN anaconda: network: apply kickstart: --device does not exist >18:01:40,257 WARN anaconda: network: set ONBOOT: --device does not exist >18:01:40,270 WARN anaconda: network: set ONBOOT: --device does not exist >18:01:40,272 INFO anaconda: Running Thread: AnaStorageThread (140044633356032) >18:01:40,272 INFO anaconda: Running Thread: AnaTimeInitThread (140044624963328) >18:01:40,274 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140044616570624) >18:01:40,274 INFO anaconda: Running Thread: AnaPayloadThread (140044608177920) >18:01:40,347 INFO anaconda: got 0 NTP servers from DHCP >18:01:40,348 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140044616570624) >18:01:40,357 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140044616570624) >18:01:40,358 INFO anaconda: Starting geolocation lookup >18:01:40,358 INFO anaconda: Geolocation provider: Fedora GeoIP >18:01:41,001 INFO anaconda: Thread Done: AnaTimeInitThread (140044624963328) >18:01:42,197 INFO anaconda: Thread Done: AnaXklWrapperInitThread (140044829468416) >18:01:42,405 INFO anaconda: Geolocation lookup finished in 2.0 seconds >18:01:42,408 INFO anaconda: got results from geolocation >18:01:42,408 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140044616570624) >18:01:42,802 DEBUG anaconda: network standalone spoke (init): completed: ['p2p1'] >18:01:42,862 DEBUG anaconda: Entered hub: SummaryHub >18:01:43,916 INFO anaconda: Running Thread: AnaNTPserver1 (140044616570624) >18:01:43,917 INFO anaconda: Running Thread: AnaNTPserver2 (140044829468416) >18:01:43,918 INFO anaconda: Running Thread: AnaNTPserver3 (140044624963328) >18:01:43,919 INFO anaconda: Running Thread: AnaNTPserver4 (140044551390976) >18:01:43,919 INFO anaconda: Running Thread: AnaDateTimeThread (140044542998272) >18:01:43,921 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >18:01:43,984 INFO anaconda: Thread Done: AnaDateTimeThread (140044542998272) >18:01:43,988 INFO anaconda: Thread Done: AnaNTPserver2 (140044829468416) >18:01:43,993 INFO anaconda: Thread Done: AnaNTPserver4 (140044551390976) >18:01:44,000 INFO anaconda: Thread Done: AnaNTPserver3 (140044624963328) >18:01:44,011 INFO anaconda: Thread Done: AnaNTPserver1 (140044616570624) >18:01:44,210 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (140044616570624) >18:01:44,211 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f5eaf4e7dd0>> on <dictionary-keyiterator object at 0x7f5eaa61d680> >18:01:44,212 INFO anaconda: Running Thread: AnaGtkBatchPre1 (140044624963328) >18:01:44,225 INFO anaconda: Thread Done: AnaGtkBatchPre1 (140044624963328) >18:01:44,324 INFO anaconda: Running Thread: AnaKeyboardThread (140044624963328) >18:01:44,334 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >18:01:44,623 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >18:01:44,699 INFO anaconda: Running Thread: AnaSourceWatcher (140044551390976) >18:01:44,738 INFO anaconda: Running Thread: AnaSoftwareWatcher (140044829468416) >18:01:44,791 INFO anaconda: Running Thread: AnaStorageWatcher (140044539836160) >18:01:44,842 INFO anaconda: Running Thread: AnaCustomStorageInit (140044531443456) >18:01:45,124 DEBUG anaconda: network: GUI, device configuration added: connection 7aa95d9e-043e-4a00-b6c8-5822318a197e device p2p1 >18:01:45,135 DEBUG anaconda: network: GUI, connection 7aa95d9e-043e-4a00-b6c8-5822318a197e found >18:01:45,135 DEBUG anaconda: network: GUI, connection c1ef2352-0266-41f1-bd46-8c924936bbd1 found >18:01:45,390 INFO anaconda: setting installation environment hostname to testsys.digifarma.nl >18:01:49,008 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f5eaf4da910> >18:01:49,015 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f5eaf4dae10> >18:01:49,015 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f5eaf4dae10> status to: Getting list of layouts... >18:01:49,015 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f5eaa61c890> status to: Probing storage... >18:01:49,016 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5eaa628590> status to: Downloading package metadata... >18:01:49,017 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> status to: Probing storage... >18:01:49,035 INFO anaconda: Thread Done: AnaStorageThread (140044633356032) >20:01:49,449 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f5eaa61c890> status to: Downloading package metadata... >20:01:53,579 INFO anaconda: Thread Done: AnaCustomStorageInit (140044531443456) >20:01:53,593 INFO anaconda: Thread Done: AnaStorageWatcher (140044539836160) >20:01:54,343 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> >20:01:54,345 INFO anaconda: Running Thread: AnaExecuteStorageThread (140044539836160) >20:01:54,983 DEBUG anaconda: new disk order: ['sda'] >20:01:55,156 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> >20:01:55,156 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> status to: Saving storage configuration... >20:01:55,509 DEBUG anaconda: new disk order: ['sda'] >20:01:56,270 DEBUG anaconda: stage1 device cannot be of type disk >20:01:56,280 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >20:01:56,284 DEBUG anaconda: _is_valid_size(sda1) returning True >20:01:56,285 DEBUG anaconda: _is_valid_location(sda1) returning True >20:01:56,288 WARN anaconda: sda1 not bootable >20:01:56,293 DEBUG anaconda: _is_valid_format(sda1) returning False >20:01:56,295 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >20:01:56,304 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >20:01:56,309 DEBUG anaconda: _is_valid_size(sda2) returning True >20:01:56,311 DEBUG anaconda: _is_valid_location(sda2) returning True >20:01:56,315 DEBUG anaconda: _is_valid_format(sda2) returning False >20:01:56,317 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >20:01:56,326 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >20:01:56,328 DEBUG anaconda: _is_valid_size(sda3) returning True >20:01:56,329 DEBUG anaconda: _is_valid_location(sda3) returning True >20:01:56,331 WARN anaconda: sda3 not bootable >20:01:56,335 DEBUG anaconda: _is_valid_format(sda3) returning False >20:01:56,337 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >20:01:56,347 DEBUG anaconda: _is_valid_disklabel(sda4) returning True >20:01:56,350 DEBUG anaconda: _is_valid_size(sda4) returning True >20:01:56,352 DEBUG anaconda: _is_valid_location(sda4) returning True >20:01:56,354 WARN anaconda: sda4 not bootable >20:01:56,360 DEBUG anaconda: _is_valid_format(sda4) returning False >20:01:56,361 DEBUG anaconda: is_valid_stage1_device(sda4) returning False >20:01:56,369 DEBUG anaconda: _is_valid_disklabel(sda5) returning True >20:01:56,372 DEBUG anaconda: _is_valid_size(sda5) returning True >20:01:56,373 DEBUG anaconda: _is_valid_location(sda5) returning True >20:01:56,376 DEBUG anaconda: _is_valid_format(sda5) returning False >20:01:56,378 DEBUG anaconda: is_valid_stage1_device(sda5) returning False >20:01:56,389 DEBUG anaconda: _is_valid_disklabel(sda6) returning True >20:01:56,391 DEBUG anaconda: _is_valid_size(sda6) returning True >20:01:56,393 DEBUG anaconda: _is_valid_location(sda6) returning True >20:01:56,394 WARN anaconda: sda6 not bootable >20:01:56,399 DEBUG anaconda: _is_valid_format(sda6) returning False >20:01:56,401 DEBUG anaconda: is_valid_stage1_device(sda6) returning False >20:01:56,411 DEBUG anaconda: _is_valid_disklabel(sda7) returning True >20:01:56,414 DEBUG anaconda: _is_valid_size(sda7) returning True >20:01:56,416 DEBUG anaconda: _is_valid_location(sda7) returning True >20:01:56,417 WARN anaconda: sda7 not bootable >20:01:56,420 DEBUG anaconda: _is_valid_format(sda7) returning False >20:01:56,422 DEBUG anaconda: is_valid_stage1_device(sda7) returning False >20:01:56,434 DEBUG anaconda: _is_valid_disklabel(sda8) returning True >20:01:56,439 DEBUG anaconda: _is_valid_size(sda8) returning True >20:01:56,441 DEBUG anaconda: _is_valid_location(sda8) returning True >20:01:56,444 WARN anaconda: sda8 not bootable >20:01:56,448 DEBUG anaconda: _is_valid_format(sda8) returning False >20:01:56,450 DEBUG anaconda: is_valid_stage1_device(sda8) returning False >20:01:56,461 DEBUG anaconda: _is_valid_disklabel(sda9) returning True >20:01:56,466 DEBUG anaconda: _is_valid_size(sda9) returning True >20:01:56,468 DEBUG anaconda: _is_valid_location(sda9) returning True >20:01:56,469 WARN anaconda: sda9 not bootable >20:01:56,474 DEBUG anaconda: _is_valid_format(sda9) returning False >20:01:56,476 DEBUG anaconda: is_valid_stage1_device(sda9) returning False >20:01:56,478 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >20:01:56,484 INFO anaconda: Thread Done: AnaExecuteStorageThread (140044539836160) >20:01:56,674 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> status to: Failed to save storage configuration... >20:01:56,702 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> >20:02:05,747 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f5eaf4e7dd0>> on <dictionary-keyiterator object at 0x7f5eaa61d680> >20:02:05,748 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (140044616570624) >20:02:05,752 INFO anaconda: Thread Done: AnaKeyboardThread (140044624963328) >20:02:05,903 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f5eaf4dae10> >20:02:05,995 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f5ea939f650> status to: Wired (p2p1) connected >20:02:08,075 DEBUG anaconda: Entered spoke: StorageSpoke >20:02:09,736 INFO anaconda: Thread Done: AnaPayloadThread (140044608177920) >20:02:09,739 INFO anaconda: Thread Done: AnaSoftwareWatcher (140044829468416) >20:02:09,740 DEBUG anaconda: Setting up repos: [] >20:02:09,741 INFO anaconda: Thread Done: AnaSourceWatcher (140044551390976) >20:02:09,749 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5eaa628590> status to: Downloading group metadata... >20:02:09,753 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5eaa628590> >20:02:09,757 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f5eaa61c890> >20:02:15,679 DEBUG anaconda: disk free: 1334.5 KiB fs free: 209.64 GiB sw needs: 2861.02 MiB auto swap: 0 B >20:02:15,765 INFO anaconda: Running Thread: AnaExecuteStorageThread (140044551390976) >20:02:15,765 DEBUG anaconda: Left spoke: StorageSpoke >20:02:15,872 DEBUG anaconda: new disk order: ['sda'] >20:02:15,966 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >20:02:15,981 DEBUG anaconda: new disk order: ['sda'] >20:02:16,076 DEBUG anaconda: stage1 device cannot be of type disk >20:02:16,077 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >20:02:16,077 DEBUG anaconda: _is_valid_size(sda1) returning True >20:02:16,077 DEBUG anaconda: _is_valid_location(sda1) returning True >20:02:16,078 WARN anaconda: sda1 not bootable >20:02:16,078 DEBUG anaconda: _is_valid_format(sda1) returning False >20:02:16,078 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >20:02:16,079 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >20:02:16,079 DEBUG anaconda: _is_valid_size(sda2) returning True >20:02:16,079 DEBUG anaconda: _is_valid_location(sda2) returning True >20:02:16,079 DEBUG anaconda: _is_valid_format(sda2) returning False >20:02:16,080 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >20:02:16,080 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >20:02:16,080 DEBUG anaconda: _is_valid_size(sda3) returning True >20:02:16,080 DEBUG anaconda: _is_valid_location(sda3) returning True >20:02:16,080 WARN anaconda: sda3 not bootable >20:02:16,081 DEBUG anaconda: _is_valid_format(sda3) returning False >20:02:16,081 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >20:02:16,081 DEBUG anaconda: _is_valid_disklabel(sda4) returning True >20:02:16,082 DEBUG anaconda: _is_valid_size(sda4) returning True >20:02:16,082 DEBUG anaconda: _is_valid_location(sda4) returning True >20:02:16,082 WARN anaconda: sda4 not bootable >20:02:16,082 DEBUG anaconda: _is_valid_format(sda4) returning False >20:02:16,082 DEBUG anaconda: is_valid_stage1_device(sda4) returning False >20:02:16,083 DEBUG anaconda: _is_valid_disklabel(sda5) returning True >20:02:16,083 DEBUG anaconda: _is_valid_size(sda5) returning True >20:02:16,083 DEBUG anaconda: _is_valid_location(sda5) returning True >20:02:16,084 DEBUG anaconda: _is_valid_format(sda5) returning False >20:02:16,084 DEBUG anaconda: is_valid_stage1_device(sda5) returning False >20:02:16,084 DEBUG anaconda: _is_valid_disklabel(sda6) returning True >20:02:16,085 DEBUG anaconda: _is_valid_size(sda6) returning True >20:02:16,085 DEBUG anaconda: _is_valid_location(sda6) returning True >20:02:16,085 WARN anaconda: sda6 not bootable >20:02:16,085 DEBUG anaconda: _is_valid_format(sda6) returning False >20:02:16,085 DEBUG anaconda: is_valid_stage1_device(sda6) returning False >20:02:16,086 DEBUG anaconda: _is_valid_disklabel(sda7) returning True >20:02:16,086 DEBUG anaconda: _is_valid_size(sda7) returning True >20:02:16,086 DEBUG anaconda: _is_valid_location(sda7) returning True >20:02:16,086 WARN anaconda: sda7 not bootable >20:02:16,086 DEBUG anaconda: _is_valid_format(sda7) returning False >20:02:16,087 DEBUG anaconda: is_valid_stage1_device(sda7) returning False >20:02:16,087 DEBUG anaconda: _is_valid_disklabel(sda8) returning True >20:02:16,087 DEBUG anaconda: _is_valid_size(sda8) returning True >20:02:16,088 DEBUG anaconda: _is_valid_location(sda8) returning True >20:02:16,088 WARN anaconda: sda8 not bootable >20:02:16,088 DEBUG anaconda: _is_valid_format(sda8) returning False >20:02:16,088 DEBUG anaconda: is_valid_stage1_device(sda8) returning False >20:02:16,089 DEBUG anaconda: _is_valid_disklabel(sda9) returning True >20:02:16,089 DEBUG anaconda: _is_valid_size(sda9) returning True >20:02:16,089 DEBUG anaconda: _is_valid_location(sda9) returning True >20:02:16,089 WARN anaconda: sda9 not bootable >20:02:16,089 DEBUG anaconda: _is_valid_format(sda9) returning False >20:02:16,089 DEBUG anaconda: is_valid_stage1_device(sda9) returning False >20:02:16,090 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >20:02:16,090 INFO anaconda: Thread Done: AnaExecuteStorageThread (140044551390976) >20:02:16,144 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', 'sda8', 'sda9'] >20:02:16,145 DEBUG anaconda: ui: unused=['sda4', 'sda2', 'sda3', 'sda1'] >20:02:16,145 DEBUG anaconda: ui: new_devices=[] >20:02:16,198 DEBUG anaconda: page clicked: New Fedora rawhide Installation >20:02:16,198 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >20:02:16,199 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >20:02:16,350 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> >20:02:16,351 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> status to: Saving storage configuration... >20:02:16,351 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> status to: Failed to save storage configuration... >20:02:16,360 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> >20:02:20,211 DEBUG anaconda: page clicked: Digifarma Linux 20 for x86_64 >20:02:20,212 DEBUG anaconda: show mountpoint: Digifarma Linux 20 for x86_64 >20:02:20,220 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda6 (47) with existing ext4 filesystem >20:02:20,241 DEBUG anaconda: updated device_disks to ['sda'] >20:02:20,241 DEBUG anaconda: updated device_container_name to None >20:02:20,242 DEBUG anaconda: updated device_container_raid_level to None >20:02:20,242 DEBUG anaconda: updated device_container_encrypted to False >20:02:20,242 DEBUG anaconda: updated device_container_size to 0 >20:02:20,249 DEBUG anaconda: fs type changed: ext4 >20:02:20,255 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f5eaf50c4d0> >20:02:20,257 DEBUG anaconda: populate_raid: 2, None >20:02:20,259 DEBUG anaconda: populate_raid: 2, None >20:02:20,260 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda6 (47) with existing ext4 filesystem >20:02:20,275 DEBUG anaconda: updated device_disks to ['sda'] >20:02:20,275 DEBUG anaconda: updated device_container_name to None >20:02:20,275 DEBUG anaconda: updated device_container_raid_level to None >20:02:20,276 DEBUG anaconda: updated device_container_encrypted to False >20:02:20,276 DEBUG anaconda: updated device_container_size to 0 >20:02:20,282 DEBUG anaconda: populate_raid: 2, None >20:02:21,339 DEBUG anaconda: current selector: existing 500 MiB partition sda6 (47) with existing ext4 filesystem >20:02:21,362 DEBUG anaconda: new selector: existing 121.7 GiB partition sda9 (80) with existing ext4 filesystem >20:02:21,381 DEBUG anaconda: populate_right_side: existing 121.7 GiB partition sda9 (80) with existing ext4 filesystem >20:02:21,396 DEBUG anaconda: updated device_disks to ['sda'] >20:02:21,397 DEBUG anaconda: updated device_container_name to None >20:02:21,397 DEBUG anaconda: updated device_container_raid_level to None >20:02:21,397 DEBUG anaconda: updated device_container_encrypted to False >20:02:21,397 DEBUG anaconda: updated device_container_size to 0 >20:02:21,404 DEBUG anaconda: populate_raid: 2, None >20:02:21,405 DEBUG anaconda: populate_right_side: existing 121.7 GiB partition sda9 (80) with existing ext4 filesystem >20:02:21,418 DEBUG anaconda: updated device_disks to ['sda'] >20:02:21,419 DEBUG anaconda: updated device_container_name to None >20:02:21,419 DEBUG anaconda: updated device_container_raid_level to None >20:02:21,419 DEBUG anaconda: updated device_container_encrypted to False >20:02:21,419 DEBUG anaconda: updated device_container_size to 0 >20:02:21,425 DEBUG anaconda: populate_raid: 2, None >20:02:26,998 INFO anaconda: ui: saving changes to device sda9 >20:02:27,000 DEBUG anaconda: reformat: True >20:02:27,029 DEBUG anaconda: old disks: ['sda'] >20:02:27,029 DEBUG anaconda: new disks: ['sda'] >20:02:27,029 DEBUG anaconda: device: existing 121.7 GiB partition sda9 (80) with existing ext4 filesystem >20:02:27,046 DEBUG anaconda: old container_encrypted: False >20:02:27,047 DEBUG anaconda: new container_encrypted: False >20:02:27,047 DEBUG anaconda: old name: sda9 >20:02:27,047 DEBUG anaconda: new name: None >20:02:27,047 DEBUG anaconda: old encrypted: False >20:02:27,047 DEBUG anaconda: new encrypted: False >20:02:27,048 DEBUG anaconda: old container_raid_level: None >20:02:27,048 DEBUG anaconda: new container_raid_level: None >20:02:27,048 DEBUG anaconda: old raid_level: None >20:02:27,048 DEBUG anaconda: new raid_level: None >20:02:27,048 DEBUG anaconda: old label: >20:02:27,048 DEBUG anaconda: new label: >20:02:27,049 DEBUG anaconda: old device_type: 2 >20:02:27,049 DEBUG anaconda: new device_type: 2 >20:02:27,049 DEBUG anaconda: old container_name: None >20:02:27,049 DEBUG anaconda: new container_name: None >20:02:27,049 DEBUG anaconda: old mountpoint: >20:02:27,049 DEBUG anaconda: new mountpoint: /home >20:02:27,049 DEBUG anaconda: old fstype: ext4 >20:02:27,050 DEBUG anaconda: new fstype: ext4 >20:02:27,050 DEBUG anaconda: old container_size: 0 >20:02:27,050 DEBUG anaconda: new container_size: 0 >20:02:27,050 DEBUG anaconda: old size: 121.7 GiB >20:02:27,064 DEBUG anaconda: new size: 121.7 GiB >20:02:27,077 INFO anaconda: scheduling reformat of sda9 as ext4 >20:02:27,102 DEBUG anaconda: populate_right_side: existing 121.7 GiB partition sda9 (80) with non-existent ext4 filesystem mounted at /home >20:02:27,113 DEBUG anaconda: updated device_disks to ['sda'] >20:02:27,113 DEBUG anaconda: updated device_container_name to None >20:02:27,113 DEBUG anaconda: updated device_container_raid_level to None >20:02:27,113 DEBUG anaconda: updated device_container_encrypted to False >20:02:27,113 DEBUG anaconda: updated device_container_size to 0 >20:02:27,118 DEBUG anaconda: populate_raid: 2, None >20:02:28,202 DEBUG anaconda: current selector: existing 121.7 GiB partition sda9 (80) with non-existent ext4 filesystem mounted at /home >20:02:28,212 DEBUG anaconda: new selector: existing 500 MiB partition sda6 (47) with existing ext4 filesystem >20:02:28,219 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda6 (47) with existing ext4 filesystem >20:02:28,225 DEBUG anaconda: updated device_disks to ['sda'] >20:02:28,226 DEBUG anaconda: updated device_container_name to None >20:02:28,226 DEBUG anaconda: updated device_container_raid_level to None >20:02:28,226 DEBUG anaconda: updated device_container_encrypted to False >20:02:28,226 DEBUG anaconda: updated device_container_size to 0 >20:02:28,229 DEBUG anaconda: populate_raid: 2, None >20:02:28,230 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda6 (47) with existing ext4 filesystem >20:02:28,236 DEBUG anaconda: updated device_disks to ['sda'] >20:02:28,236 DEBUG anaconda: updated device_container_name to None >20:02:28,236 DEBUG anaconda: updated device_container_raid_level to None >20:02:28,237 DEBUG anaconda: updated device_container_encrypted to False >20:02:28,237 DEBUG anaconda: updated device_container_size to 0 >20:02:28,240 DEBUG anaconda: populate_raid: 2, None >20:02:32,886 INFO anaconda: ui: saving changes to device sda6 >20:02:32,888 DEBUG anaconda: reformat: True >20:02:32,915 DEBUG anaconda: old disks: ['sda'] >20:02:32,916 DEBUG anaconda: new disks: ['sda'] >20:02:32,916 DEBUG anaconda: device: existing 500 MiB partition sda6 (47) with existing ext4 filesystem >20:02:32,933 DEBUG anaconda: old container_encrypted: False >20:02:32,933 DEBUG anaconda: new container_encrypted: False >20:02:32,933 DEBUG anaconda: old name: sda6 >20:02:32,934 DEBUG anaconda: new name: None >20:02:32,934 DEBUG anaconda: old encrypted: False >20:02:32,934 DEBUG anaconda: new encrypted: False >20:02:32,934 DEBUG anaconda: old container_raid_level: None >20:02:32,934 DEBUG anaconda: new container_raid_level: None >20:02:32,935 DEBUG anaconda: old raid_level: None >20:02:32,935 DEBUG anaconda: new raid_level: None >20:02:32,935 DEBUG anaconda: old label: >20:02:32,935 DEBUG anaconda: new label: >20:02:32,935 DEBUG anaconda: old device_type: 2 >20:02:32,935 DEBUG anaconda: new device_type: 2 >20:02:32,936 DEBUG anaconda: old container_name: None >20:02:32,936 DEBUG anaconda: new container_name: None >20:02:32,936 DEBUG anaconda: old mountpoint: >20:02:32,936 DEBUG anaconda: new mountpoint: /boot >20:02:32,936 DEBUG anaconda: old fstype: ext4 >20:02:32,936 DEBUG anaconda: new fstype: ext4 >20:02:32,937 DEBUG anaconda: old container_size: 0 >20:02:32,937 DEBUG anaconda: new container_size: 0 >20:02:32,937 DEBUG anaconda: old size: 500 MiB >20:02:32,951 DEBUG anaconda: new size: 500 MiB >20:02:32,964 INFO anaconda: scheduling reformat of sda6 as ext4 >20:02:32,983 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda6 (47) with non-existent ext4 filesystem mounted at /boot >20:02:32,994 DEBUG anaconda: updated device_disks to ['sda'] >20:02:32,995 DEBUG anaconda: updated device_container_name to None >20:02:32,995 DEBUG anaconda: updated device_container_raid_level to None >20:02:32,995 DEBUG anaconda: updated device_container_encrypted to False >20:02:32,995 DEBUG anaconda: updated device_container_size to 0 >20:02:32,999 DEBUG anaconda: populate_raid: 2, None >20:02:33,899 DEBUG anaconda: current selector: existing 500 MiB partition sda6 (47) with non-existent ext4 filesystem mounted at /boot >20:02:33,922 DEBUG anaconda: new selector: existing 200 MiB partition sda5 (41) with existing efi filesystem >20:02:33,940 DEBUG anaconda: populate_right_side: existing 200 MiB partition sda5 (41) with existing efi filesystem >20:02:33,956 DEBUG anaconda: updated device_disks to ['sda'] >20:02:33,956 DEBUG anaconda: updated device_container_name to None >20:02:33,956 DEBUG anaconda: updated device_container_raid_level to None >20:02:33,956 DEBUG anaconda: updated device_container_encrypted to False >20:02:33,956 DEBUG anaconda: updated device_container_size to 0 >20:02:33,963 DEBUG anaconda: fs type changed: EFI System Partition >20:02:33,965 DEBUG anaconda: populate_raid: 2, None >20:02:33,966 DEBUG anaconda: populate_right_side: existing 200 MiB partition sda5 (41) with existing efi filesystem >20:02:33,979 DEBUG anaconda: updated device_disks to ['sda'] >20:02:33,979 DEBUG anaconda: updated device_container_name to None >20:02:33,979 DEBUG anaconda: updated device_container_raid_level to None >20:02:33,980 DEBUG anaconda: updated device_container_encrypted to False >20:02:33,980 DEBUG anaconda: updated device_container_size to 0 >20:02:33,985 DEBUG anaconda: populate_raid: 2, None >20:02:41,911 INFO anaconda: ui: saving changes to device sda5 >20:02:41,912 DEBUG anaconda: reformat: False >20:02:41,937 DEBUG anaconda: old disks: ['sda'] >20:02:41,938 DEBUG anaconda: new disks: ['sda'] >20:02:41,938 DEBUG anaconda: device: existing 200 MiB partition sda5 (41) with existing efi filesystem >20:02:41,955 DEBUG anaconda: old container_encrypted: False >20:02:41,955 DEBUG anaconda: new container_encrypted: False >20:02:41,956 DEBUG anaconda: old name: sda5 >20:02:41,956 DEBUG anaconda: new name: None >20:02:41,956 DEBUG anaconda: old encrypted: False >20:02:41,956 DEBUG anaconda: new encrypted: False >20:02:41,956 DEBUG anaconda: old container_raid_level: None >20:02:41,957 DEBUG anaconda: new container_raid_level: None >20:02:41,957 DEBUG anaconda: old raid_level: None >20:02:41,957 DEBUG anaconda: new raid_level: None >20:02:41,957 DEBUG anaconda: old label: >20:02:41,957 DEBUG anaconda: new label: >20:02:41,957 DEBUG anaconda: old device_type: 2 >20:02:41,958 DEBUG anaconda: new device_type: 2 >20:02:41,958 DEBUG anaconda: old container_name: None >20:02:41,958 DEBUG anaconda: new container_name: None >20:02:41,958 DEBUG anaconda: old mountpoint: >20:02:41,958 DEBUG anaconda: new mountpoint: /boot/efi >20:02:41,958 DEBUG anaconda: old fstype: efi >20:02:41,959 DEBUG anaconda: new fstype: efi >20:02:41,959 DEBUG anaconda: old container_size: 0 >20:02:41,959 DEBUG anaconda: new container_size: 0 >20:02:41,959 DEBUG anaconda: old size: 200 MiB >20:02:41,973 DEBUG anaconda: new size: 200 MiB >20:02:41,986 DEBUG anaconda: updating mountpoint of sda5 to /boot/efi >20:02:41,997 DEBUG anaconda: populate_right_side: existing 200 MiB partition sda5 (41) with existing efi filesystem mounted at /boot/efi >20:02:42,008 DEBUG anaconda: updated device_disks to ['sda'] >20:02:42,009 DEBUG anaconda: updated device_container_name to None >20:02:42,009 DEBUG anaconda: updated device_container_raid_level to None >20:02:42,009 DEBUG anaconda: updated device_container_encrypted to False >20:02:42,009 DEBUG anaconda: updated device_container_size to 0 >20:02:42,014 DEBUG anaconda: populate_raid: 2, None >20:02:43,755 DEBUG anaconda: current selector: existing 200 MiB partition sda5 (41) with existing efi filesystem mounted at /boot/efi >20:02:43,778 DEBUG anaconda: new selector: existing 50 GiB partition sda8 (57) with existing ext4 filesystem >20:02:43,796 DEBUG anaconda: populate_right_side: existing 50 GiB partition sda8 (57) with existing ext4 filesystem >20:02:43,812 DEBUG anaconda: updated device_disks to ['sda'] >20:02:43,812 DEBUG anaconda: updated device_container_name to None >20:02:43,813 DEBUG anaconda: updated device_container_raid_level to None >20:02:43,813 DEBUG anaconda: updated device_container_encrypted to False >20:02:43,813 DEBUG anaconda: updated device_container_size to 0 >20:02:43,819 DEBUG anaconda: fs type changed: ext4 >20:02:43,823 DEBUG anaconda: populate_raid: 2, None >20:02:43,824 DEBUG anaconda: populate_right_side: existing 50 GiB partition sda8 (57) with existing ext4 filesystem >20:02:43,837 DEBUG anaconda: updated device_disks to ['sda'] >20:02:43,838 DEBUG anaconda: updated device_container_name to None >20:02:43,838 DEBUG anaconda: updated device_container_raid_level to None >20:02:43,838 DEBUG anaconda: updated device_container_encrypted to False >20:02:43,838 DEBUG anaconda: updated device_container_size to 0 >20:02:43,843 DEBUG anaconda: populate_raid: 2, None >20:02:47,775 INFO anaconda: ui: saving changes to device sda8 >20:02:47,776 DEBUG anaconda: reformat: True >20:02:47,804 DEBUG anaconda: old disks: ['sda'] >20:02:47,805 DEBUG anaconda: new disks: ['sda'] >20:02:47,805 DEBUG anaconda: device: existing 50 GiB partition sda8 (57) with existing ext4 filesystem >20:02:47,822 DEBUG anaconda: old container_encrypted: False >20:02:47,823 DEBUG anaconda: new container_encrypted: False >20:02:47,823 DEBUG anaconda: old name: sda8 >20:02:47,823 DEBUG anaconda: new name: None >20:02:47,823 DEBUG anaconda: old encrypted: False >20:02:47,823 DEBUG anaconda: new encrypted: False >20:02:47,823 DEBUG anaconda: old container_raid_level: None >20:02:47,824 DEBUG anaconda: new container_raid_level: None >20:02:47,824 DEBUG anaconda: old raid_level: None >20:02:47,824 DEBUG anaconda: new raid_level: None >20:02:47,824 DEBUG anaconda: old label: >20:02:47,824 DEBUG anaconda: new label: >20:02:47,824 DEBUG anaconda: old device_type: 2 >20:02:47,825 DEBUG anaconda: new device_type: 2 >20:02:47,825 DEBUG anaconda: old container_name: None >20:02:47,825 DEBUG anaconda: new container_name: None >20:02:47,825 DEBUG anaconda: old mountpoint: >20:02:47,825 DEBUG anaconda: new mountpoint: / >20:02:47,825 DEBUG anaconda: old fstype: ext4 >20:02:47,826 DEBUG anaconda: new fstype: ext4 >20:02:47,826 DEBUG anaconda: old container_size: 0 >20:02:47,826 DEBUG anaconda: new container_size: 0 >20:02:47,826 DEBUG anaconda: old size: 50 GiB >20:02:47,840 DEBUG anaconda: new size: 50 GiB >20:02:47,854 INFO anaconda: scheduling reformat of sda8 as ext4 >20:02:47,873 DEBUG anaconda: populate_right_side: existing 50 GiB partition sda8 (57) with non-existent ext4 filesystem mounted at / >20:02:47,885 DEBUG anaconda: updated device_disks to ['sda'] >20:02:47,885 DEBUG anaconda: updated device_container_name to None >20:02:47,885 DEBUG anaconda: updated device_container_raid_level to None >20:02:47,885 DEBUG anaconda: updated device_container_encrypted to False >20:02:47,885 DEBUG anaconda: updated device_container_size to 0 >20:02:47,890 DEBUG anaconda: populate_raid: 2, None >20:02:48,867 DEBUG anaconda: current selector: existing 50 GiB partition sda8 (57) with non-existent ext4 filesystem mounted at / >20:02:48,891 DEBUG anaconda: new selector: existing 7680 MiB partition sda7 (52) with existing swap >20:02:48,909 DEBUG anaconda: populate_right_side: existing 7680 MiB partition sda7 (52) with existing swap >20:02:48,925 DEBUG anaconda: updated device_disks to ['sda'] >20:02:48,925 DEBUG anaconda: updated device_container_name to None >20:02:48,925 DEBUG anaconda: updated device_container_raid_level to None >20:02:48,925 DEBUG anaconda: updated device_container_encrypted to False >20:02:48,926 DEBUG anaconda: updated device_container_size to 0 >20:02:48,932 DEBUG anaconda: fs type changed: swap >20:02:48,935 DEBUG anaconda: populate_raid: 2, None >20:02:48,936 DEBUG anaconda: populate_right_side: existing 7680 MiB partition sda7 (52) with existing swap >20:02:48,949 DEBUG anaconda: updated device_disks to ['sda'] >20:02:48,950 DEBUG anaconda: updated device_container_name to None >20:02:48,950 DEBUG anaconda: updated device_container_raid_level to None >20:02:48,950 DEBUG anaconda: updated device_container_encrypted to False >20:02:48,950 DEBUG anaconda: updated device_container_size to 0 >20:02:48,955 DEBUG anaconda: populate_raid: 2, None >20:02:51,559 INFO anaconda: ui: saving changes to device sda7 >20:02:51,560 DEBUG anaconda: reformat: True >20:02:51,591 DEBUG anaconda: old disks: ['sda'] >20:02:51,591 DEBUG anaconda: new disks: ['sda'] >20:02:51,591 DEBUG anaconda: device: existing 7680 MiB partition sda7 (52) with existing swap >20:02:51,609 DEBUG anaconda: old container_encrypted: False >20:02:51,609 DEBUG anaconda: new container_encrypted: False >20:02:51,609 DEBUG anaconda: old name: sda7 >20:02:51,609 DEBUG anaconda: new name: None >20:02:51,609 DEBUG anaconda: old encrypted: False >20:02:51,610 DEBUG anaconda: new encrypted: False >20:02:51,610 DEBUG anaconda: old container_raid_level: None >20:02:51,610 DEBUG anaconda: new container_raid_level: None >20:02:51,610 DEBUG anaconda: old raid_level: None >20:02:51,610 DEBUG anaconda: new raid_level: None >20:02:51,610 DEBUG anaconda: old label: >20:02:51,611 DEBUG anaconda: new label: >20:02:51,611 DEBUG anaconda: old device_type: 2 >20:02:51,611 DEBUG anaconda: new device_type: 2 >20:02:51,611 DEBUG anaconda: old container_name: None >20:02:51,611 DEBUG anaconda: new container_name: None >20:02:51,611 DEBUG anaconda: old mountpoint: >20:02:51,612 DEBUG anaconda: new mountpoint: None >20:02:51,612 DEBUG anaconda: old fstype: swap >20:02:51,612 DEBUG anaconda: new fstype: swap >20:02:51,612 DEBUG anaconda: old container_size: 0 >20:02:51,612 DEBUG anaconda: new container_size: 0 >20:02:51,612 DEBUG anaconda: old size: 7680 MiB >20:02:51,627 DEBUG anaconda: new size: 7680 MiB >20:02:51,640 INFO anaconda: scheduling reformat of sda7 as swap >20:02:51,659 DEBUG anaconda: populate_right_side: existing 7680 MiB partition sda7 (52) with non-existent swap >20:02:51,670 DEBUG anaconda: updated device_disks to ['sda'] >20:02:51,670 DEBUG anaconda: updated device_container_name to None >20:02:51,670 DEBUG anaconda: updated device_container_raid_level to None >20:02:51,670 DEBUG anaconda: updated device_container_encrypted to False >20:02:51,671 DEBUG anaconda: updated device_container_size to 0 >20:02:51,675 DEBUG anaconda: populate_raid: 2, None >20:02:54,219 DEBUG anaconda: page clicked: Unknown >20:02:54,219 DEBUG anaconda: current selector: existing 7680 MiB partition sda7 (52) with non-existent swap >20:02:54,243 DEBUG anaconda: show mountpoint: Unknown >20:02:54,243 DEBUG anaconda: populate_right_side: existing 300 MiB partition sda1 (21) with existing ntfs filesystem >20:02:54,261 DEBUG anaconda: updated device_disks to ['sda'] >20:02:54,261 DEBUG anaconda: updated device_container_name to None >20:02:54,262 DEBUG anaconda: updated device_container_raid_level to None >20:02:54,262 DEBUG anaconda: updated device_container_encrypted to False >20:02:54,262 DEBUG anaconda: updated device_container_size to 0 >20:02:54,270 DEBUG anaconda: fs type changed: ntfs >20:02:54,274 DEBUG anaconda: populate_raid: 2, None >20:02:55,834 DEBUG anaconda: page clicked: Unknown >20:02:55,835 DEBUG anaconda: current selector: existing 300 MiB partition sda1 (21) with existing ntfs filesystem >20:02:55,858 DEBUG anaconda: show mountpoint: Unknown >20:02:55,858 DEBUG anaconda: populate_right_side: existing 300 MiB partition sda1 (21) with existing ntfs filesystem >20:02:55,876 DEBUG anaconda: updated device_disks to ['sda'] >20:02:55,876 DEBUG anaconda: updated device_container_name to None >20:02:55,876 DEBUG anaconda: updated device_container_raid_level to None >20:02:55,877 DEBUG anaconda: updated device_container_encrypted to False >20:02:55,877 DEBUG anaconda: updated device_container_size to 0 >20:02:55,884 DEBUG anaconda: fs type changed: ntfs >20:02:55,887 DEBUG anaconda: populate_raid: 2, None >20:02:57,230 DEBUG anaconda: new disk order: ['sda'] >20:02:57,240 DEBUG anaconda: stage1 device cannot be of type disk >20:02:57,241 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >20:02:57,241 DEBUG anaconda: _is_valid_size(sda1) returning True >20:02:57,241 DEBUG anaconda: _is_valid_location(sda1) returning True >20:02:57,241 WARN anaconda: sda1 not bootable >20:02:57,242 DEBUG anaconda: _is_valid_format(sda1) returning False >20:02:57,242 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >20:02:57,242 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >20:02:57,243 DEBUG anaconda: _is_valid_size(sda2) returning True >20:02:57,243 DEBUG anaconda: _is_valid_location(sda2) returning True >20:02:57,243 DEBUG anaconda: _is_valid_format(sda2) returning False >20:02:57,243 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >20:02:57,244 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >20:02:57,244 DEBUG anaconda: _is_valid_size(sda3) returning True >20:02:57,244 DEBUG anaconda: _is_valid_location(sda3) returning True >20:02:57,244 WARN anaconda: sda3 not bootable >20:02:57,244 DEBUG anaconda: _is_valid_format(sda3) returning False >20:02:57,245 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >20:02:57,245 DEBUG anaconda: _is_valid_disklabel(sda4) returning True >20:02:57,245 DEBUG anaconda: _is_valid_size(sda4) returning True >20:02:57,245 DEBUG anaconda: _is_valid_location(sda4) returning True >20:02:57,246 WARN anaconda: sda4 not bootable >20:02:57,246 DEBUG anaconda: _is_valid_format(sda4) returning False >20:02:57,246 DEBUG anaconda: is_valid_stage1_device(sda4) returning False >20:02:57,247 DEBUG anaconda: _is_valid_disklabel(sda5) returning True >20:02:57,247 DEBUG anaconda: _is_valid_size(sda5) returning True >20:02:57,247 DEBUG anaconda: _is_valid_location(sda5) returning True >20:02:57,247 DEBUG anaconda: _is_valid_format(sda5) returning True >20:02:57,247 DEBUG anaconda: is_valid_stage1_device(sda5) returning True >20:02:57,249 DEBUG anaconda: _is_valid_disklabel(sda5) returning True >20:02:57,250 DEBUG anaconda: _is_valid_size(sda5) returning True >20:02:57,250 DEBUG anaconda: _is_valid_location(sda5) returning True >20:02:57,250 DEBUG anaconda: _is_valid_format(sda5) returning True >20:02:57,250 DEBUG anaconda: is_valid_stage1_device(sda5) returning True >20:02:57,250 DEBUG anaconda: _is_valid_disklabel(sda6) returning True >20:02:57,250 DEBUG anaconda: _is_valid_size(sda6) returning True >20:02:57,251 DEBUG anaconda: _is_valid_location(sda6) returning True >20:02:57,251 DEBUG anaconda: _is_valid_partition(sda6) returning True >20:02:57,251 DEBUG anaconda: _is_valid_format(sda6) returning True >20:02:57,251 DEBUG anaconda: is_valid_stage2_device(sda6) returning True >20:02:57,282 INFO anaconda: fs space: 50 GiB needed: 2861.02 MiB >20:02:57,299 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> >20:02:57,300 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> status to: Checking storage configuration... >20:02:57,302 INFO anaconda: fs space: 50 GiB needed: 2861.02 MiB >20:02:57,319 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> >20:02:59,082 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >20:02:59,426 INFO anaconda: fs space: 50 GiB needed: 2861.02 MiB >20:02:59,479 INFO anaconda: fs space: 50 GiB needed: 2861.02 MiB >20:02:59,513 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5eaa628cd0> >20:03:08,735 DEBUG anaconda: Left hub: SummaryHub >20:03:08,736 DEBUG anaconda: Entered hub: ProgressHub >20:03:08,807 INFO anaconda: Running Thread: AnaInstallThread (140044551390976) >20:03:09,504 INFO anaconda: Setting up the installation environment >20:03:10,736 INFO anaconda: Creating ext4 on /dev/sda9 >20:03:12,384 INFO anaconda: Creating ext4 on /dev/sda6 >20:03:12,796 INFO anaconda: Creating ext4 on /dev/sda8 >20:03:14,705 INFO anaconda: Creating swap on /dev/sda7 >20:15:33,778 INFO anaconda: Installing bootloader >20:15:33,778 INFO anaconda: bootloader stage1 target device is sda5 >20:15:33,778 INFO anaconda: bootloader stage2 target device is sda6 >20:15:33,779 DEBUG anaconda: new default image: <pyanaconda.bootloader.LinuxBootLoaderImage object at 0x7f5ead88f110> >20:15:34,167 INFO anaconda: bootloader.py: used boot args: rhgb quiet >20:16:04,197 DEBUG anaconda: running handleException >20:16:04,199 DEBUG anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 197, in doInstall > writeBootLoader(storage, payload, instClass, ksdata) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2392, in writeBootLoader > storage.bootloader.write() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1736, in write > self.write_config() > > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1552, in write_config > raise BootLoaderError("failed to write bootloader configuration") > >BootLoaderError: failed to write bootloader configuration > >20:16:04,200 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >20:16:04,200 INFO anaconda: Thread Done: AnaInstallThread (140044551390976) > > >/tmp/packaging.log: >18:01:49,035 INFO packaging: configuring base repo >18:01:49,077 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >18:01:49,077 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >18:01:49,077 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >18:01:49,078 DEBUG yum.verbose.plugin: Adding en_US to language list >18:01:49,080 DEBUG yum.verbose.YumBase: Config time: 0.032 >18:01:49,118 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >18:01:49,118 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >18:01:49,119 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >18:01:49,119 DEBUG yum.verbose.plugin: Adding en_US to language list >18:01:49,121 DEBUG yum.verbose.YumBase: Config time: 0.008 >18:01:49,156 INFO packaging: adding yum repo, name: anaconda, baseurl: file:///run/install/repo, mirrorlist: None >18:01:49,256 INFO packaging: gathering repo metadata >18:01:49,260 INFO packaging: skipping disabled repo fedora >18:01:49,263 INFO packaging: gathering repo metadata for anaconda >20:01:49,332 INFO packaging: skipping disabled repo updates-testing >20:01:49,334 INFO packaging: skipping disabled repo rawhide >20:01:49,336 INFO packaging: skipping disabled repo updates >20:01:49,336 INFO packaging: Refreshing environmentAddons >20:01:49,338 DEBUG yum.verbose.YumBase: Setting up Package Sacks >20:01:49,339 INFO_2 yum.verbose.plugin: Determining fastest mirrors >20:01:49,514 DEBUG yum.verbose.YumBase: pkgsack time: 0.176 >20:01:49,654 DEBUG yum.verbose.YumBase: group time: 0.316 >20:02:09,735 INFO packaging: metadata retrieval complete >20:03:15,618 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >20:03:15,618 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >20:03:15,618 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >20:03:15,619 DEBUG yum.verbose.plugin: Adding en_US.UTF-8 to language list >20:03:15,620 DEBUG yum.verbose.YumBase: Config time: 0.006 >20:03:15,621 INFO packaging: gathering repo metadata >20:03:15,624 INFO packaging: gathering repo metadata for anaconda >20:03:15,630 INFO packaging: Refreshing environmentAddons >20:03:21,174 INFO packaging: metadata retrieval complete >20:03:21,176 INFO packaging: checking software selection >20:03:21,178 DEBUG yum.verbose.YumBase: Setting up Package Sacks >20:03:21,178 INFO_2 yum.verbose.plugin: Loading mirror speeds from cached hostfile >20:03:21,215 DEBUG yum.verbose.YumBase: pkgsack time: 0.037 >20:03:21,329 DEBUG yum.verbose.YumBase: group time: 0.151 >20:03:21,331 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >20:03:21,351 DEBUG yum.verbose.YumBase: Obs Init time: 0.008 >20:03:21,365 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >20:03:21,369 DEBUG yum.verbose.YumBase: No package named fedora-release-notes available to be installed >20:03:21,390 DEBUG yum.verbose.YumBase: No package named PackageKit-yum-plugin available to be installed >20:03:21,401 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-geode available to be installed >20:03:21,401 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-omap available to be installed >20:03:21,449 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for mysql-devel >20:03:21,488 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >20:03:21,489 INFO packaging: no kernel-PAE package >20:03:21,490 INFO packaging: selected kernel >20:03:21,491 INFO packaging: selecting kernel-devel >20:03:21,501 INFO packaging: checking dependencies >20:03:21,553 DEBUG yum.verbose.YumBase: Building updates object >20:03:21,564 DEBUG yum.verbose.YumBase: up:simple updates time: 0.003 >20:03:21,564 DEBUG yum.verbose.YumBase: up:obs time: 0.000 >20:03:21,564 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >20:03:21,564 DEBUG yum.verbose.YumBase: updates time: 0.011 >20:03:21,565 DEBUG yum.verbose.YumBase: TSINFO: Marking ppp-2.4.6-4.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,566 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.1-5.git20140319.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,567 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-8.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,568 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.24-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,568 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.40.0-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,569 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,571 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-212-4.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,571 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-2.fc21.x86_64 to require for libnl-genl-3.so.200(libnl_3)(64bit) >20:03:21,572 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-2.fc21.x86_64 to require for libnl-3.so.200(libnl_3)(64bit) >20:03:21,572 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.9.0-3.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,573 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.9.0-3.fc21.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >20:03:21,574 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.21-8.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,575 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.70-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,576 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-25.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,577 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.24.2-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,577 DEBUG yum.verbose.YumBase: TSINFO: Marking teamd-1.10-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,579 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.16.1-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,580 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.46.0-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,581 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-3.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,582 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.5-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,582 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.5-1.fc21.x86_64 to require for libplc4.so()(64bit) >20:03:21,583 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.16.1-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,584 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.1-5.git20140319.fc21.x86_64 to require for libnm-glib.so.4()(64bit) >20:03:21,584 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-2.fc21.x86_64 to require for libnl-genl-3.so.200()(64bit) >20:03:21,584 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-2.fc21.x86_64 to require for libnl-3.so.200()(64bit) >20:03:21,585 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.2-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,585 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-212-4.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,586 DEBUG yum.verbose.YumBase: Quick matched glib2-2.40.0-1.fc21.x86_64 to require for libgmodule-2.0.so.0()(64bit) >20:03:21,586 DEBUG yum.verbose.YumBase: Quick matched glib2-2.40.0-1.fc21.x86_64 to require for libglib-2.0.so.0()(64bit) >20:03:21,586 DEBUG yum.verbose.YumBase: Quick matched glib2-2.40.0-1.fc21.x86_64 to require for libgio-2.0.so.0()(64bit) >20:03:21,587 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.18-3.fc21.x86_64 as install for 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 >20:03:21,589 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.3-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,590 DEBUG yum.verbose.YumBase: TSINFO: Marking xl2tpd-1.3.1-14.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,590 DEBUG yum.verbose.YumBase: TSINFO: Marking pptp-1.8.0-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,591 DEBUG yum.verbose.YumBase: TSINFO: Marking libreswan-3.8-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,592 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-3.12.0-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,593 DEBUG yum.verbose.YumBase: TSINFO: Marking pango-1.36.3-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,594 DEBUG yum.verbose.YumBase: Quick matched pango-1.36.3-1.fc21.x86_64 to require for libpango-1.0.so.0()(64bit) >20:03:21,594 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk3-3.13.1-2.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,595 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnome-keyring-3.12.0-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,596 DEBUG yum.verbose.YumBase: TSINFO: Marking gdk-pixbuf2-2.30.7-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,597 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-1.13.1-0.1.git337ab1f.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,598 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-gobject-1.13.1-0.1.git337ab1f.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,599 DEBUG yum.verbose.YumBase: TSINFO: Marking atk-2.13.1-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 >20:03:21,601 DEBUG yum.verbose.YumBase: TSINFO: Marking openconnect-5.99-1.fc21.x86_64 as install for NetworkManager-openconnect-0.9.8.4-2.fc21.x86_64 >20:03:21,603 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-2.fc21.x86_64 as install for NetworkManager-openconnect-0.9.8.4-2.fc21.x86_64 >20:03:21,604 DEBUG yum.verbose.YumBase: Quick matched libxml2-2.9.1-2.fc21.x86_64 to require for libxml2.so.2(LIBXML2_2.4.30)(64bit) >20:03:21,605 DEBUG yum.verbose.YumBase: TSINFO: Marking openvpn-2.3.4-1.fc21.x86_64 as install for 1:NetworkManager-openvpn-0.9.9.0-0.1.git20140128.fc21.x86_64 >20:03:21,606 DEBUG yum.verbose.YumBase: TSINFO: Marking libsecret-0.18-1.fc21.x86_64 as install for 1:NetworkManager-openvpn-0.9.9.0-0.1.git20140128.fc21.x86_64 >20:03:21,607 DEBUG yum.verbose.YumBase: TSINFO: Marking libnm-gtk-0.9.9.0-11.git20140424.fc21.x86_64 as install for 1:NetworkManager-openvpn-0.9.9.0-0.1.git20140128.fc21.x86_64 >20:03:21,610 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-0.5.3-21.svn457.fc21.x86_64 as install for 1:NetworkManager-vpnc-0.9.9.0-4.git20140428.fc21.x86_64 >20:03:21,611 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,612 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-ureport-2.2.2-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,613 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-logger-2.2.2-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,614 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-bugzilla-2.2.2-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,615 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-fedora-2.2.2-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,615 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-tui-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,616 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-retrace-client-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,617 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,618 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-xorg-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,619 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-vmcore-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,619 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python3-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,620 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,621 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-pstoreoops-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,622 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-kerneloops-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,622 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-ccpp-2.2.1-3.fc21.x86_64 as install for abrt-cli-2.2.1-3.fc21.x86_64 >20:03:21,624 DEBUG yum.verbose.YumBase: TSINFO: Marking gdb-7.7.1-11.fc21.x86_64 as install for abrt-desktop-2.2.1-3.fc21.x86_64 >20:03:21,625 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-abrt-0.3.6-1.fc21.x86_64 as install for abrt-desktop-2.2.1-3.fc21.x86_64 >20:03:21,626 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-0.158-3.fc21.x86_64 as install for abrt-desktop-2.2.1-3.fc21.x86_64 >20:03:21,627 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-2.2.1-3.fc21.x86_64 as install for abrt-desktop-2.2.1-3.fc21.x86_64 >20:03:21,628 DEBUG yum.verbose.YumBase: TSINFO: Marking satyr-0.13-3.fc21.x86_64 as install for abrt-java-connector-1.0.10-2.fc21.x86_64 >20:03:21,629 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.2-10.fc21.x86_64 as install for abrt-java-connector-1.0.10-2.fc21.x86_64 >20:03:21,630 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.2-10.fc21.x86_64 to require for librpm.so.3()(64bit) >20:03:21,630 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-2.2.2-3.fc21.x86_64 as install for abrt-java-connector-1.0.10-2.fc21.x86_64 >20:03:21,631 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-libs-2.2.1-3.fc21.x86_64 as install for abrt-java-connector-1.0.10-2.fc21.x86_64 >20:03:21,632 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-4.fc21.x86_64 as install for acl-2.2.52-4.fc21.x86_64 >20:03:21,633 DEBUG yum.verbose.YumBase: Quick matched libacl-2.2.52-4.fc21.x86_64 to require for libacl.so.1(ACL_1.0)(64bit) >20:03:21,633 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-6.fc21.x86_64 as install for acl-2.2.52-4.fc21.x86_64 >20:03:21,634 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-5.0-3.fc21.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >20:03:21,636 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-5.0-3.fc21.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >20:03:21,637 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-lib-1.0.27.2-2.fc21.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >20:03:21,637 DEBUG yum.verbose.YumBase: Quick matched alsa-lib-1.0.27.2-2.fc21.x86_64 to require for libasound.so.2(ALSA_0.9)(64bit) >20:03:21,638 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-utils-1.0.27.2-5.fc21.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >20:03:21,639 DEBUG yum.verbose.YumBase: TSINFO: Marking csv2dbf-1.0-1.x86_64 as install for apobase-devel-0.64-3.x86_64 >20:03:21,641 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-10.fc21.x86_64 as install for at-3.1.14-2.fc21.x86_64 >20:03:21,642 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.2.2-8.fc21.x86_64 as install for at-3.1.14-2.fc21.x86_64 >20:03:21,642 DEBUG yum.verbose.YumBase: Quick matched pam-1.1.8-10.fc21.x86_64 to require for libpam.so.0()(64bit) >20:03:21,645 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.6-1.fc21.x86_64 as install for audit-2.3.6-1.fc21.x86_64 >20:03:21,646 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.12.1-6.fc21.x86_64 as install for audit-2.3.6-1.fc21.x86_64 >20:03:21,646 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.1-6.fc21.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >20:03:21,647 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.61-1.fc21.x86_64 as install for audit-2.3.6-1.fc21.x86_64 >20:03:21,648 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-76.fc21.x86_64 as install for audit-2.3.6-1.fc21.x86_64 >20:03:21,648 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.1-6.fc21.x86_64 to require for libgssapi_krb5.so.2()(64bit) >20:03:21,648 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.6-1.fc21.x86_64 to require for libaudit.so.1()(64bit) >20:03:21,650 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.6-7.fc21.x86_64 as install for authconfig-6.2.8-7.fc21.x86_64 >20:03:21,651 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-2.fc21.x86_64 as install for authconfig-6.2.8-7.fc21.x86_64 >20:03:21,652 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.17-1.fc21.x86_64 as install for authconfig-6.2.8-7.fc21.x86_64 >20:03:21,653 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1g-1.fc21.x86_64 as install for authconfig-6.2.8-7.fc21.x86_64 >20:03:21,654 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-13.20140323.fc21.x86_64 as install for bash-4.3.11-1.fc21.x86_64 >20:03:21,656 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-3.fc21.x86_64 as install for 1:bash-completion-2.1-4.fc21.noarch >20:03:21,657 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.2-2.fc21.x86_64 as install for bc-1.06.95-11.fc21.x86_64 >20:03:21,658 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-8.fc21.x86_64 as install for bc-1.06.95-11.fc21.x86_64 >20:03:21,660 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-9.9.5-3.fc21.x86_64 as install for 32:bind-9.9.5-3.fc21.x86_64 >20:03:21,661 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.18-1.fc21.x86_64 as install for 32:bind-9.9.5-3.fc21.x86_64 >20:03:21,662 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-4.fc21.x86_64 as install for 32:bind-9.9.5-3.fc21.x86_64 >20:03:21,662 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-3.fc21.x86_64 to require for libisccfg.so.90()(64bit) >20:03:21,663 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-3.fc21.x86_64 to require for libisccc.so.90()(64bit) >20:03:21,663 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-3.fc21.x86_64 to require for libisc.so.95()(64bit) >20:03:21,663 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-3.fc21.x86_64 to require for libdns.so.100()(64bit) >20:03:21,663 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1g-1.fc21.x86_64 as install for 32:bind-9.9.5-3.fc21.x86_64 >20:03:21,664 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.9-2.fc21.x86_64 as install for 32:bind-9.9.5-3.fc21.x86_64 >20:03:21,665 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.24-4.fc21.x86_64 as install for 32:bind-9.9.5-3.fc21.x86_64 >20:03:21,667 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-2.fc21.x86_64 as install for 32:bind-utils-9.9.5-3.fc21.x86_64 >20:03:21,667 DEBUG yum.verbose.YumBase: Quick matched libidn-1.28-2.fc21.x86_64 to require for libidn.so.11()(64bit) >20:03:21,668 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-2.fc21.x86_64 as install for biosdevname-0.5.0-2.fc21.x86_64 >20:03:21,669 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-2.fc21.x86_64 to require for libpci.so.3()(64bit) >20:03:21,672 DEBUG yum.verbose.YumBase: TSINFO: Marking libisofs-1.3.6-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,673 DEBUG yum.verbose.YumBase: TSINFO: Marking libburn-1.3.6-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,674 DEBUG yum.verbose.YumBase: TSINFO: Marking dvd+rw-tools-7.1-14.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,674 DEBUG yum.verbose.YumBase: TSINFO: Marking wodim-1.1.11-22.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,675 DEBUG yum.verbose.YumBase: TSINFO: Marking cdrdao-1.2.3-21.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,676 DEBUG yum.verbose.YumBase: TSINFO: Marking icedax-1.1.11-22.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,677 DEBUG yum.verbose.YumBase: TSINFO: Marking GConf2-3.2.6-7.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,678 DEBUG yum.verbose.YumBase: Quick matched GConf2-3.2.6-7.fc20.x86_64 to require for GConf2 >20:03:21,678 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk2-2.24.22-2.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,680 DEBUG yum.verbose.YumBase: TSINFO: Marking tracker-1.0.1-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,681 DEBUG yum.verbose.YumBase: TSINFO: Marking totem-pl-parser-3.10.2-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,682 DEBUG yum.verbose.YumBase: TSINFO: Marking libnotify-0.7.6-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,684 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,684 DEBUG yum.verbose.YumBase: Quick matched gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 to require for libgsttag-1.0.so.0()(64bit) >20:03:21,685 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-1.2.4-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,686 DEBUG yum.verbose.YumBase: TSINFO: Marking libcanberra-0.30-4.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,687 DEBUG yum.verbose.YumBase: TSINFO: Marking libcanberra-gtk3-0.30-4.fc20.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,688 DEBUG yum.verbose.YumBase: TSINFO: Marking brasero-libs-3.11.3-3.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,689 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.11.3-3.fc21.x86_64 to require for libbrasero-media3.so.1()(64bit) >20:03:21,689 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.11.3-3.fc21.x86_64 to require for libbrasero-burn3.so.1()(64bit) >20:03:21,689 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-1.6.1-1.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,690 DEBUG yum.verbose.YumBase: TSINFO: Marking libSM-1.2.1-6.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,691 DEBUG yum.verbose.YumBase: TSINFO: Marking libICE-1.0.8-6.fc21.x86_64 as install for brasero-3.11.3-3.fc21.x86_64 >20:03:21,693 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.24.2-2.fc21.x86_64 as install for btrfs-progs-3.14.1-1.fc21.x86_64 >20:03:21,693 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24.2-2.fc21.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >20:03:21,693 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24.2-2.fc21.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >20:03:21,694 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.06-5.fc21.x86_64 as install for btrfs-progs-3.14.1-1.fc21.x86_64 >20:03:21,695 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.9-2.fc21.x86_64 as install for btrfs-progs-3.14.1-1.fc21.x86_64 >20:03:21,696 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-11.fc21.x86_64 as install for bzip2-1.0.6-11.fc21.x86_64 >20:03:21,697 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:mod_ssl-2.4.9-3.fc21.x86_64 as install for centralfill-0.86-3.x86_64 >20:03:21,698 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:mariadb-libs-10.0.10-1.fc21.x86_64 as install for centralfill-0.86-3.x86_64 >20:03:21,699 DEBUG yum.verbose.YumBase: TSINFO: Marking httpd-2.4.9-3.fc21.x86_64 as install for centralfill-0.86-3.x86_64 >20:03:21,700 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-1.7.2-3.fc21.x86_64 as install for centralfill-0.86-3.x86_64 >20:03:21,701 DEBUG yum.verbose.YumBase: TSINFO: Marking apobase-0.64-3.x86_64 as install for centralfill-0.86-3.x86_64 >20:03:21,704 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.16.1-1.fc21.x86_64 as install for chrony-1.29.1-1.fc21.x86_64 >20:03:21,705 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.16.1-1.fc21.x86_64 to require for libfreebl3.so()(64bit) >20:03:21,705 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-5.20140213cvs.fc21.x86_64 as install for chrony-1.29.1-1.fc21.x86_64 >20:03:21,707 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libwbclient-4.1.6-2.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >20:03:21,708 DEBUG yum.verbose.YumBase: TSINFO: Marking libtalloc-2.1.0-3.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >20:03:21,709 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.9-1.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >20:03:21,709 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.9-1.fc21.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >20:03:21,710 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-1.5.9-1.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >20:03:21,711 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.4-3.fc21.x86_64 as install for cifs-utils-6.3-2.fc21.x86_64 >20:03:21,717 DEBUG yum.verbose.YumBase: TSINFO: Marking muffin-2.2.2-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,718 DEBUG yum.verbose.YumBase: TSINFO: Marking json-glib-1.0.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,719 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.40.0-2.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,719 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-menus-3.10.1-2.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,720 DEBUG yum.verbose.YumBase: TSINFO: Marking zukitwo-gtk3-theme-20131210-1.fc21.noarch as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,721 DEBUG yum.verbose.YumBase: TSINFO: Marking zukitwo-gtk2-theme-20131210-1.fc21.noarch as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,721 DEBUG yum.verbose.YumBase: TSINFO: Marking upower-0.99.0-4.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,722 DEBUG yum.verbose.YumBase: TSINFO: Marking tint2-0.11-10.fc20.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,724 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pillow-2.4.0-3.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,725 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pexpect-3.0-1.fc21.noarch as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,726 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.3.5-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,727 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-11.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,728 DEBUG yum.verbose.YumBase: TSINFO: Marking opencv-python-2.4.7-6.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,729 DEBUG yum.verbose.YumBase: TSINFO: Marking nemo-2.2.1-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,730 DEBUG yum.verbose.YumBase: TSINFO: Marking mintlocale-1.1-3.fc21.noarch as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,730 DEBUG yum.verbose.YumBase: TSINFO: Marking librsvg2-2.40.2-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,731 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-glib2-5.0-3.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,732 DEBUG yum.verbose.YumBase: TSINFO: Marking gucharmap-3.12.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,733 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-themes-2.32.0-11.fc20.noarch as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,734 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-gconf-2.28.1-13.fc20.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,734 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,735 DEBUG yum.verbose.YumBase: TSINFO: Marking cinnamon-translations-2.2.1-1.fc21.noarch as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,736 DEBUG yum.verbose.YumBase: TSINFO: Marking cinnamon-session-2.2.1-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,737 DEBUG yum.verbose.YumBase: TSINFO: Marking caribou-0.4.13-4.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,738 DEBUG yum.verbose.YumBase: TSINFO: Marking at-spi2-atk-2.13.1-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,739 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-libs-0.6.35-2.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,739 DEBUG yum.verbose.YumBase: TSINFO: Marking PyPAM-0.5.0-18.fc20.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,740 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbcommon-0.4.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,741 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-server-1.4.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,741 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libwayland-egl-10.2-0.3.rc1.20140505.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,742 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-cursor-1.4.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,743 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-client-1.4.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,744 DEBUG yum.verbose.YumBase: TSINFO: Marking startup-notification-0.12-7.fc20.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,745 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:js-1.8.5-16.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,746 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libgbm-10.2-0.3.rc1.20140505.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,747 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.54-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,747 DEBUG yum.verbose.YumBase: TSINFO: Marking libcroco-0.6.8-3.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,748 DEBUG yum.verbose.YumBase: TSINFO: Marking cogl-1.18.0-2.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,749 DEBUG yum.verbose.YumBase: Quick matched cogl-1.18.0-2.fc21.x86_64 to require for libcogl-path.so.20()(64bit) >20:03:21,749 DEBUG yum.verbose.YumBase: Quick matched cogl-1.18.0-2.fc21.x86_64 to require for libcogl-pango.so.20()(64bit) >20:03:21,749 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-1.18.2-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,750 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cjs-2.2.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,751 DEBUG yum.verbose.YumBase: TSINFO: Marking cinnamon-menus-2.2.0-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,752 DEBUG yum.verbose.YumBase: TSINFO: Marking cinnamon-desktop-2.2.1-1.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,753 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrandr-1.4.1-2.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,754 DEBUG yum.verbose.YumBase: TSINFO: Marking libXi-1.7.2-2.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,754 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfixes-5.0.1-2.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,755 DEBUG yum.verbose.YumBase: TSINFO: Marking libXext-1.3.2-2.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,756 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdamage-1.1.4-4.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,756 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcomposite-0.4.4-4.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,757 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGL-10.2-0.3.rc1.20140505.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,758 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libEGL-10.2-0.3.rc1.20140505.fc21.x86_64 as install for cinnamon-2.2.5-1.fc21.x86_64 >20:03:21,761 DEBUG yum.verbose.YumBase: TSINFO: Marking cinnamon-control-center-filesystem-2.2.4-2.fc21.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,762 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-menus-12.0.2-7.fc20.noarch as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,763 DEBUG yum.verbose.YumBase: TSINFO: Marking cinnamon-settings-daemon-2.2.2-2.fc21.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,764 DEBUG yum.verbose.YumBase: TSINFO: Marking iso-codes-3.53-1.fc21.noarch as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,765 DEBUG yum.verbose.YumBase: TSINFO: Marking hicolor-icon-theme-0.13-1.fc21.noarch as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,766 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-x11-1.6.18-3.fc21.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,766 DEBUG yum.verbose.YumBase: TSINFO: Marking cups-pk-helper-0.2.5-2.fc20.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,767 DEBUG yum.verbose.YumBase: TSINFO: Marking libxklavier-5.4-1.fc21.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,768 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-0.9-2.fc21.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,769 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomekbd-3.6.0-3.fc20.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,769 DEBUG yum.verbose.YumBase: Quick matched libgnomekbd-3.6.0-3.fc20.x86_64 to require for libgnomekbd.so.8()(64bit) >20:03:21,770 DEBUG yum.verbose.YumBase: TSINFO: Marking fontconfig-2.11.1-2.fc21.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,771 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-libs-1.2.0-1.fc21.x86_64 as install for cinnamon-control-center-2.2.4-2.fc21.x86_64 >20:03:21,771 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.2.0-1.fc21.x86_64 to require for libcolord.so.2()(64bit) >20:03:21,773 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-pam-3.12.0-1.fc21.x86_64 as install for cinnamon-screensaver-2.2.1-1.fc21.x86_64 >20:03:21,774 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86vm-1.1.3-2.fc21.x86_64 as install for cinnamon-screensaver-2.2.1-1.fc21.x86_64 >20:03:21,775 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86misc-1.0.3-7.fc20.x86_64 as install for cinnamon-screensaver-2.2.1-1.fc21.x86_64 >20:03:21,777 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-libs-1.8.10-3.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >20:03:21,777 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-1.8.10-3.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >20:03:21,778 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.16.1-1.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >20:03:21,780 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.9.0-3.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >20:03:21,780 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.0-3.fc21.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >20:03:21,780 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.0-3.fc21.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >20:03:21,781 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.16.1-1.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >20:03:21,782 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-ccid-1.4.13-1.fc21.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >20:03:21,784 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-6.0.0-3.fc21.x86_64 as install for coreutils-8.22-14.fc21.x86_64 >20:03:21,784 DEBUG yum.verbose.YumBase: Quick matched 1:gmp-6.0.0-3.fc21.x86_64 to require for libgmp.so.10()(64bit) >20:03:21,786 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-11.fc21.x86_64 as install for createrepo-0.10.3-2.fc21.noarch >20:03:21,786 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.2-10.fc21.x86_64 as install for createrepo-0.10.3-2.fc21.noarch >20:03:21,787 DEBUG yum.verbose.YumBase: TSINFO: Marking python-deltarpm-3.6-3.fc21.x86_64 as install for createrepo-0.10.3-2.fc21.noarch >20:03:21,788 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-10.fc21.x86_64 as install for createrepo-0.10.3-2.fc21.noarch >20:03:21,788 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-2.fc21.x86_64 as install for createrepo-0.10.3-2.fc21.noarch >20:03:21,790 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-6.fc21.x86_64 as install for cronie-1.4.11-6.fc21.x86_64 >20:03:21,791 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-6.fc21.x86_64 as install for cronie-1.4.11-6.fc21.x86_64 >20:03:21,793 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.4-2.fc21.x86_64 as install for cryptsetup-1.6.4-2.fc21.x86_64 >20:03:21,793 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-4.fc21.x86_64 as install for cryptsetup-1.6.4-2.fc21.x86_64 >20:03:21,794 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.16-2.fc21.x86_64 as install for cryptsetup-1.6.4-2.fc21.x86_64 >20:03:21,796 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-libs-1.7.2-3.fc21.x86_64 as install for 1:cups-devel-1.7.2-3.fc21.x86_64 >20:03:21,797 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-devel-1.2.8-4.fc21.x86_64 as install for 1:cups-devel-1.7.2-3.fc21.x86_64 >20:03:21,797 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-devel-1.0.1g-1.fc21.x86_64 as install for 1:cups-devel-1.7.2-3.fc21.x86_64 >20:03:21,798 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-devel-1.12.1-6.fc21.x86_64 as install for 1:cups-devel-1.7.2-3.fc21.x86_64 >20:03:21,799 DEBUG yum.verbose.YumBase: Quick matched 1:cups-libs-1.7.2-3.fc21.x86_64 to require for libcupsmime.so.1()(64bit) >20:03:21,799 DEBUG yum.verbose.YumBase: Quick matched 1:cups-libs-1.7.2-3.fc21.x86_64 to require for libcupsimage.so.2()(64bit) >20:03:21,799 DEBUG yum.verbose.YumBase: Quick matched 1:cups-libs-1.7.2-3.fc21.x86_64 to require for libcupscgi.so.1()(64bit) >20:03:21,799 DEBUG yum.verbose.YumBase: Quick matched 1:cups-libs-1.7.2-3.fc21.x86_64 to require for libcups.so.2()(64bit) >20:03:21,801 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.36.0-4.fc21.x86_64 as install for curl-7.36.0-4.fc21.x86_64 >20:03:21,802 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-12.fc21.x86_64 as install for curl-7.36.0-4.fc21.x86_64 >20:03:21,803 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-4.fc21.x86_64 as install for curl-7.36.0-4.fc21.x86_64 >20:03:21,804 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.39-5.fc21.x86_64 as install for curl-7.36.0-4.fc21.x86_64 >20:03:21,804 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.39-5.fc21.x86_64 to require for liblber-2.4.so.2()(64bit) >20:03:21,805 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-16.fc21.x86_64 as install for cyrus-sasl-plain-2.1.26-16.fc21.x86_64 >20:03:21,807 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-7.fc21.x86_64 as install for 1:dbus-1.6.18-3.fc21.x86_64 >20:03:21,809 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-8alpha.fc21.x86_64 as install for deltarpm-3.6-3.fc21.x86_64 >20:03:21,809 DEBUG yum.verbose.YumBase: Quick matched xz-libs-5.1.2-8alpha.fc21.x86_64 to require for liblzma.so.5()(64bit) >20:03:21,811 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.3.0-10.fc21.x86_64 as install for 12:dhclient-4.3.0-10.fc21.x86_64 >20:03:21,812 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.3.0-10.fc21.x86_64 as install for 12:dhclient-4.3.0-10.fc21.x86_64 >20:03:21,813 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.5-3.fc21.x86_64 as install for 12:dhclient-4.3.0-10.fc21.x86_64 >20:03:21,814 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-3.fc21.x86_64 to require for libisc-export.so.95()(64bit) >20:03:21,814 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-3.fc21.x86_64 to require for libirs-export.so.91()(64bit) >20:03:21,814 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-3.fc21.x86_64 to require for libdns-export.so.100()(64bit) >20:03:21,816 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-037-11.git20140402.fc21.x86_64 as install for dracut-config-rescue-037-11.git20140402.fc21.x86_64 >20:03:21,818 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:rmt-1.5.2-9.fc21.x86_64 as install for 1:dump-0.4-0.21.b44.fc20.x86_64 >20:03:21,819 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.9-2.fc21.x86_64 as install for e2fsprogs-1.42.9-2.fc21.x86_64 >20:03:21,820 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.9-2.fc21.x86_64 to require for libss.so.2()(64bit) >20:03:21,821 DEBUG yum.verbose.YumBase: TSINFO: Marking efivar-libs-0.10-1.fc21.x86_64 as install for efibootmgr-0.7.0-1.fc21.x86_64 >20:03:21,821 DEBUG yum.verbose.YumBase: Quick matched efivar-libs-0.10-1.fc21.x86_64 to require for libefivar.so.0()(64bit) >20:03:21,823 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.22-1.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >20:03:21,824 DEBUG yum.verbose.YumBase: Quick matched desktop-file-utils-0.22-1.fc21.x86_64 to require for desktop-file-utils >20:03:21,824 DEBUG yum.verbose.YumBase: TSINFO: Marking libjpeg-turbo-1.3.1-2.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >20:03:21,825 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.13.1-1.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >20:03:21,826 DEBUG yum.verbose.YumBase: TSINFO: Marking libpeas-1.10.0-1.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >20:03:21,826 DEBUG yum.verbose.YumBase: Quick matched libpeas-1.10.0-1.fc21.x86_64 to require for libpeas-1.0.so.0()(64bit) >20:03:21,827 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms2-2.6-1.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >20:03:21,828 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-desktop3-3.13.1-1.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >20:03:21,829 DEBUG yum.verbose.YumBase: TSINFO: Marking libexif-0.6.21-6.fc20.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >20:03:21,829 DEBUG yum.verbose.YumBase: TSINFO: Marking exempi-2.2.1-4.fc21.x86_64 as install for eog-3.13.1-1.fc21.x86_64 >20:03:21,832 DEBUG yum.verbose.YumBase: TSINFO: Marking evince-libs-3.12.1-2.fc21.x86_64 as install for evince-3.12.1-2.fc21.x86_64 >20:03:21,832 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.12.1-2.fc21.x86_64 to require for libevview3.so.3()(64bit) >20:03:21,832 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.12.1-2.fc21.x86_64 to require for libevdocument3.so.4()(64bit) >20:03:21,833 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.14-20.fc21.x86_64 as install for file-5.14-20.fc21.x86_64 >20:03:21,834 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.14-20.fc21.x86_64 to require for libmagic.so.1()(64bit) >20:03:21,842 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.4.3-1.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >20:03:21,843 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-bookmarks-15-4.fc21.noarch as install for firefox-29.0-5.fc21.x86_64 >20:03:21,843 DEBUG yum.verbose.YumBase: TSINFO: Marking mozilla-filesystem-1.9-10.fc20.x86_64 as install for firefox-29.0-5.fc21.x86_64 >20:03:21,844 DEBUG yum.verbose.YumBase: TSINFO: Marking libvpx-1.3.0-4.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >20:03:21,845 DEBUG yum.verbose.YumBase: TSINFO: Marking libicu-52.1-1.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >20:03:21,846 DEBUG yum.verbose.YumBase: Quick matched libicu-52.1-1.fc21.x86_64 to require for libicui18n.so.52()(64bit) >20:03:21,846 DEBUG yum.verbose.YumBase: Quick matched libicu-52.1-1.fc21.x86_64 to require for libicudata.so.52()(64bit) >20:03:21,846 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.5.3-5.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >20:03:21,847 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.13-5.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >20:03:21,848 DEBUG yum.verbose.YumBase: TSINFO: Marking libXt-1.1.4-8.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >20:03:21,848 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrender-0.9.8-2.fc21.x86_64 as install for firefox-29.0-5.fc21.x86_64 >20:03:21,849 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.13.1-1.fc21.x86_64 as install for firewall-config-0.3.9.3-1.fc21.noarch >20:03:21,851 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-1.fc21.noarch as install for firewalld-0.3.9.3-1.fc21.noarch >20:03:21,851 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-3.fc20.noarch as install for firewalld-0.3.9.3-1.fc21.noarch >20:03:21,852 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-13.fc21.x86_64 as install for firewalld-0.3.9.3-1.fc21.noarch >20:03:21,853 DEBUG yum.verbose.YumBase: TSINFO: Marking fprintd-0.5.1-1.fc20.x86_64 as install for fprintd-pam-0.5.1-1.fc20.x86_64 >20:03:21,856 DEBUG yum.verbose.YumBase: TSINFO: Marking libgomp-4.9.0-3.fc21.x86_64 as install for gcc-4.9.0-3.fc21.x86_64 >20:03:21,857 DEBUG yum.verbose.YumBase: TSINFO: Marking cpp-4.9.0-3.fc21.x86_64 as install for gcc-4.9.0-3.fc21.x86_64 >20:03:21,857 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-devel-2.19.90-12.fc21.x86_64 as install for gcc-4.9.0-3.fc21.x86_64 >20:03:21,858 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.24-14.fc21.x86_64 as install for gcc-4.9.0-3.fc21.x86_64 >20:03:21,859 DEBUG yum.verbose.YumBase: TSINFO: Marking mpfr-3.1.2-4.fc21.x86_64 as install for gcc-4.9.0-3.fc21.x86_64 >20:03:21,860 DEBUG yum.verbose.YumBase: TSINFO: Marking libmpc-1.0.2-1.fc21.x86_64 as install for gcc-4.9.0-3.fc21.x86_64 >20:03:21,862 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-3.3.2-12.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >20:03:21,863 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-gobject-3.13.1-1.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >20:03:21,864 DEBUG yum.verbose.YumBase: TSINFO: Marking gtksourceview3-3.12.1-1.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >20:03:21,865 DEBUG yum.verbose.YumBase: TSINFO: Marking zenity-3.12.1-1.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >20:03:21,866 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-1.21.1-2.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >20:03:21,867 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:enchant-1.6.0-7.fc21.x86_64 as install for 2:gedit-3.12.1-1.fc21.x86_64 >20:03:21,869 DEBUG yum.verbose.YumBase: TSINFO: Marking libusal-1.1.11-22.fc20.x86_64 as install for genisoimage-1.1.11-22.fc20.x86_64 >20:03:21,869 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-22.fc20.x86_64 to require for libusal.so.0()(64bit) >20:03:21,869 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-22.fc20.x86_64 to require for librols.so.0()(64bit) >20:03:21,871 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Git-1.9.0-1.fc21.noarch as install for git-1.9.0-1.fc21.x86_64 >20:03:21,874 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-5.18.2-298.fc21.x86_64 as install for git-1.9.0-1.fc21.x86_64 >20:03:21,875 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(warnings) >20:03:21,876 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(strict) >20:03:21,876 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(lib) >20:03:21,876 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-TermReadKey-2.30-20.fc21.x86_64 as install for git-1.9.0-1.fc21.x86_64 >20:03:21,877 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Getopt-Long-2.42-1.fc21.noarch as install for git-1.9.0-1.fc21.x86_64 >20:03:21,879 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Temp-0.23.04-1.fc21.noarch as install for git-1.9.0-1.fc21.x86_64 >20:03:21,879 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-PathTools-3.40-291.fc21.x86_64 as install for git-1.9.0-1.fc21.x86_64 >20:03:21,880 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Path-2.09-292.fc20.noarch as install for git-1.9.0-1.fc21.x86_64 >20:03:21,881 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(File::Copy) >20:03:21,881 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-298.fc21.x86_64 to require for perl(File::Basename) >20:03:21,882 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Error-0.17022-1.fc21.noarch as install for git-1.9.0-1.fc21.x86_64 >20:03:21,883 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.35-2.fc21.x86_64 as install for git-1.9.0-1.fc21.x86_64 >20:03:21,884 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.19.90-12.fc21.x86_64 as install for glibc-2.19.90-12.fc21.x86_64 >20:03:21,888 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks2-2.1.3-1.fc21.x86_64 as install for gnome-disk-utility-3.12.1-3.fc21.x86_64 >20:03:21,889 DEBUG yum.verbose.YumBase: TSINFO: Marking libudisks2-2.1.3-1.fc21.x86_64 as install for gnome-disk-utility-3.12.1-3.fc21.x86_64 >20:03:21,890 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdread-4.9.9-1.fc21.x86_64 as install for gnome-disk-utility-3.12.1-3.fc21.x86_64 >20:03:21,893 DEBUG yum.verbose.YumBase: TSINFO: Marking libsigc++20-2.3.1-3.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >20:03:21,894 DEBUG yum.verbose.YumBase: TSINFO: Marking pangomm-2.34.0-2.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >20:03:21,895 DEBUG yum.verbose.YumBase: TSINFO: Marking libgtop2-2.30.0-1.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >20:03:21,896 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm30-3.12.0-1.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >20:03:21,897 DEBUG yum.verbose.YumBase: TSINFO: Marking glibmm24-2.40.0-1.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >20:03:21,897 DEBUG yum.verbose.YumBase: Quick matched glibmm24-2.40.0-1.fc21.x86_64 to require for libgiomm-2.4.so.1()(64bit) >20:03:21,898 DEBUG yum.verbose.YumBase: TSINFO: Marking cairomm-1.10.0-7.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >20:03:21,899 DEBUG yum.verbose.YumBase: TSINFO: Marking atkmm-2.22.7-2.fc21.x86_64 as install for gnome-system-monitor-3.13.1-1.fc21.x86_64 >20:03:21,901 DEBUG yum.verbose.YumBase: TSINFO: Marking vte291-0.37.0-2.fc21.x86_64 as install for gnome-terminal-3.13.0-1.fc21.x86_64 >20:03:21,902 DEBUG yum.verbose.YumBase: Quick matched vte291-0.37.0-2.fc21.x86_64 to require for libvte-2.91.so.0()(64bit) >20:03:21,902 DEBUG yum.verbose.YumBase: TSINFO: Marking dconf-0.20.0-2.fc21.x86_64 as install for gnome-terminal-3.13.0-1.fc21.x86_64 >20:03:21,904 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.3-1.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >20:03:21,905 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.6.1-2.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >20:03:21,906 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-2.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >20:03:21,906 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-22.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >20:03:21,907 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.12-1.fc21.x86_64 as install for gnupg2-2.0.22-3.fc21.x86_64 >20:03:21,909 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:grub2-tools-2.02-0.3.fc21.x86_64 as install for 1:grub2-efi-2.02-0.3.fc21.x86_64 >20:03:21,911 DEBUG yum.verbose.YumBase: TSINFO: Marking libbluray-0.5.0-4.fc21.x86_64 as install for gvfs-archive-1.21.1-2.fc21.x86_64 >20:03:21,911 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.1.2-7.fc21.x86_64 as install for gvfs-archive-1.21.1-2.fc21.x86_64 >20:03:21,913 DEBUG yum.verbose.YumBase: TSINFO: Marking libgphoto2-2.5.3-7.fc21.x86_64 as install for gvfs-gphoto2-1.21.1-2.fc21.x86_64 >20:03:21,914 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.3-7.fc21.x86_64 to require for libgphoto2_port.so.10()(64bit) >20:03:21,914 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.3-7.fc21.x86_64 to require for libgphoto2.so.6()(64bit) >20:03:21,915 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbx-1.0.18-1.fc21.x86_64 as install for gvfs-mtp-1.21.1-2.fc21.x86_64 >20:03:21,916 DEBUG yum.verbose.YumBase: TSINFO: Marking libmtp-1.1.6-2.fc20.x86_64 as install for gvfs-mtp-1.21.1-2.fc21.x86_64 >20:03:21,918 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libsmbclient-4.1.6-2.fc21.x86_64 as install for gvfs-smb-1.21.1-2.fc21.x86_64 >20:03:21,918 DEBUG yum.verbose.YumBase: Quick matched 2:libsmbclient-4.1.6-2.fc21.x86_64 to require for libsmbclient.so.0()(64bit) >20:03:21,920 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-US-0.20121024-7.fc21.noarch as install for hunspell-1.3.2-15.fc21.x86_64 >20:03:21,921 DEBUG yum.verbose.YumBase: TSINFO: Marking tagsoup-1.2.1-6.fc20.noarch as install for icedtea-web-1.5-2.fc21.x86_64 >20:03:21,922 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 as install for icedtea-web-1.5-2.fc21.x86_64 >20:03:21,924 DEBUG yum.verbose.YumBase: TSINFO: Marking imsettings-1.6.7-2.fc21.x86_64 as install for imsettings-cinnamon-1.6.7-2.fc21.x86_64 >20:03:21,926 DEBUG yum.verbose.YumBase: TSINFO: Marking im-chooser-1.6.4-2.fc20.x86_64 as install for imsettings-cinnamon-1.6.7-2.fc21.x86_64 >20:03:21,926 DEBUG yum.verbose.YumBase: TSINFO: Marking imsettings-libs-1.6.7-2.fc21.x86_64 as install for imsettings-cinnamon-1.6.7-2.fc21.x86_64 >20:03:21,927 DEBUG yum.verbose.YumBase: TSINFO: Marking anaconda-gui-21.36-1.fc21.x86_64 as install for initial-setup-gui-0.3.19-1.fc21.x86_64 >20:03:21,928 DEBUG yum.verbose.YumBase: TSINFO: Marking initial-setup-0.3.19-1.fc21.x86_64 as install for initial-setup-gui-0.3.19-1.fc21.x86_64 >20:03:21,930 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-17-1.fc21.x86_64 as install for initscripts-9.54-2.fc21.x86_64 >20:03:21,931 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.12-2.fc21.x86_64 as install for initscripts-9.54-2.fc21.x86_64 >20:03:21,932 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.1-1.fc21.x86_64 as install for initscripts-9.54-2.fc21.x86_64 >20:03:21,934 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-4.fc21.x86_64 as install for iproute-3.14.0-2.fc21.x86_64 >20:03:21,935 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-8.fc21.x86_64 as install for iproute-3.14.0-2.fc21.x86_64 >20:03:21,936 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-1.fc21.x86_64 as install for iptstate-2.2.5-3.fc20.x86_64 >20:03:21,939 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-1.fc21.x86_64 as install for 2:irqbalance-1.0.7-5.fc21.x86_64 >20:03:21,939 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-1.fc21.x86_64 to require for libnuma.so.1(libnuma_1.1)(64bit) >20:03:21,939 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-1.fc21.x86_64 to require for libnuma.so.1()(64bit) >20:03:21,941 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-2.0.1-6.fc21.noarch as install for kbd-2.0.1-6.fc21.x86_64 >20:03:21,941 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-2.0.1-6.fc21.noarch as install for kbd-2.0.1-6.fc21.x86_64 >20:03:21,942 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-3.15.0-0.rc4.git4.1.fc21.x86_64 as install for kernel-3.15.0-0.rc4.git4.1.fc21.x86_64 >20:03:21,943 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-core-3.15.0-0.rc4.git4.1.fc21.x86_64 as install for kernel-3.15.0-0.rc4.git4.1.fc21.x86_64 >20:03:21,944 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-8.fc21.x86_64 as install for less-458-7.fc21.x86_64 >20:03:21,946 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.3.2-1.fc21.x86_64 as install for lftp-4.4.16-1.fc21.x86_64 >20:03:21,947 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.3.2-1.fc21.x86_64 to require for libgnutls.so.28()(64bit) >20:03:21,948 DEBUG yum.verbose.YumBase: TSINFO: Marking lightdm-1.10.1-2.fc21.x86_64 as install for lightdm-gtk-1.8.5-1.fc21.x86_64 >20:03:21,949 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-themes-standard-3.13.1-2.fc21.x86_64 as install for lightdm-gtk-1.8.5-1.fc21.x86_64 >20:03:21,950 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-backgrounds-compat-20.0.0-1.fc21.noarch as install for lightdm-gtk-1.8.5-1.fc21.x86_64 >20:03:21,951 DEBUG yum.verbose.YumBase: TSINFO: Marking lightdm-gobject-1.10.1-2.fc21.x86_64 as install for lightdm-gtk-1.8.5-1.fc21.x86_64 >20:03:21,953 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-2.fc21.x86_64 as install for man-db-2.6.7.1-1.fc21.x86_64 >20:03:21,954 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.3.0-1.fc21.x86_64 as install for man-db-2.6.7.1-1.fc21.x86_64 >20:03:21,954 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.11-1.fc21.x86_64 as install for man-db-2.6.7.1-1.fc21.x86_64 >20:03:21,956 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.2.2-3.fc21.x86_64 as install for mdadm-3.3-7.fc21.x86_64 >20:03:21,959 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-filesystem-10.2-0.3.rc1.20140505.fc21.x86_64 as install for mesa-dri-drivers-10.2-0.3.rc1.20140505.fc21.x86_64 >20:03:21,960 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.158-3.fc21.x86_64 as install for mesa-dri-drivers-10.2-0.3.rc1.20140505.fc21.x86_64 >20:03:21,960 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.158-3.fc21.x86_64 to require for libelf.so.1(ELFUTILS_1.0)(64bit) >20:03:21,960 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.158-3.fc21.x86_64 to require for libelf.so.1()(64bit) >20:03:21,961 DEBUG yum.verbose.YumBase: TSINFO: Marking llvm-libs-3.4-6.fc21.x86_64 as install for mesa-dri-drivers-10.2-0.3.rc1.20140505.fc21.x86_64 >20:03:21,963 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:control-center-filesystem-3.13.1-4.fc21.x86_64 as install for metacity-2.34.13-6.fc20.x86_64 >20:03:21,964 DEBUG yum.verbose.YumBase: TSINFO: Marking libcanberra-gtk2-0.30-4.fc20.x86_64 as install for metacity-2.34.13-6.fc20.x86_64 >20:03:21,965 DEBUG yum.verbose.YumBase: TSINFO: Marking libXinerama-1.1.3-2.fc21.x86_64 as install for metacity-2.34.13-6.fc20.x86_64 >20:03:21,966 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcursor-1.1.14-2.fc21.x86_64 as install for metacity-2.34.13-6.fc20.x86_64 >20:03:21,969 DEBUG yum.verbose.YumBase: TSINFO: Marking file-roller-3.13.1-1.fc21.x86_64 as install for nemo-fileroller-2.2.x-1.fc21.x86_64 >20:03:21,970 DEBUG yum.verbose.YumBase: TSINFO: Marking nemo-extensions-2.2.1-1.fc21.x86_64 as install for nemo-fileroller-2.2.x-1.fc21.x86_64 >20:03:21,973 DEBUG yum.verbose.YumBase: TSINFO: Marking webkitgtk3-2.4.1-2.fc21.x86_64 as install for nemo-preview-2.2.x-1.fc21.x86_64 >20:03:21,974 DEBUG yum.verbose.YumBase: TSINFO: Marking libmusicbrainz5-5.0.1-8.fc20.x86_64 as install for nemo-preview-2.2.x-1.fc21.x86_64 >20:03:21,975 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gtk-1.5.2-2.fc21.x86_64 as install for nemo-preview-2.2.x-1.fc21.x86_64 >20:03:21,976 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gst2-2.0.10-3.fc21.x86_64 as install for nemo-preview-2.2.x-1.fc21.x86_64 >20:03:21,979 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.2.0-1.fc21.x86_64 as install for network-manager-applet-0.9.9.0-11.git20140424.fc21.x86_64 >20:03:21,982 DEBUG yum.verbose.YumBase: TSINFO: Marking libtirpc-0.2.4-1.0.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >20:03:21,983 DEBUG yum.verbose.YumBase: TSINFO: Marking rpcbind-0.2.1-0.2.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >20:03:21,984 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfsidmap-0.25-8.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >20:03:21,985 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.24.2-2.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >20:03:21,985 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24.2-2.fc21.x86_64 to require for libmount >20:03:21,986 DEBUG yum.verbose.YumBase: TSINFO: Marking libevent-2.0.21-4.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >20:03:21,986 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.85-3.fc21.x86_64 as install for 1:nfs-utils-1.3.0-1.2.fc21.x86_64 >20:03:21,989 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.5.3-3.fc21.x86_64 as install for 2:nmap-ncat-6.46-1.fc21.x86_64 >20:03:21,990 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-5.fc21.x86_64 as install for 2:nmap-ncat-6.46-1.fc21.x86_64 >20:03:21,992 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.17-1.fc21.x86_64 as install for ntsysv-1.3.61-1.fc21.x86_64 >20:03:21,993 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.17-1.fc21.x86_64 to require for libnewt.so.0.52()(64bit) >20:03:21,995 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.4p1-3.fc21.x86_64 as install for openssh-clients-6.4p1-3.fc21.x86_64 >20:03:22,001 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.3-1.fc21.x86_64 as install for parted-3.1-21.fc21.x86_64 >20:03:22,003 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-3.fc21.x86_64 as install for passwd-0.79-2.fc21.x86_64 >20:03:22,004 DEBUG yum.verbose.YumBase: TSINFO: Marking passwdqc-lib-1.3.0-1.fc21.x86_64 as install for passwdqc-1.3.0-1.fc21.x86_64 >20:03:22,005 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-17-1.fc21.x86_64 as install for pciutils-3.2.1-2.fc21.x86_64 >20:03:22,006 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.265-1.fc21.noarch as install for pciutils-3.2.1-2.fc21.x86_64 >20:03:22,007 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-15.fc21.x86_64 as install for pcmciautils-018-5.fc20.x86_64 >20:03:22,008 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.24.rc2.fc21.noarch as install for pinfo-0.6.10-8.fc20.x86_64 >20:03:22,010 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-4.2013.08.14.fc21.x86_64 >20:03:22,011 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-4.2013.08.14.fc21.x86_64 >20:03:22,011 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-4.2013.08.14.fc21.x86_64 to require for libply-splash-core.so.2()(64bit) >20:03:22,012 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-theme-charge-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-system-theme-0.8.9-4.2013.08.14.fc21.x86_64 >20:03:22,014 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.2.2-8.fc21.x86_64 as install for policycoreutils-2.3-1.fc21.x86_64 >20:03:22,014 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.3-1.fc21.x86_64 as install for policycoreutils-2.3-1.fc21.x86_64 >20:03:22,016 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-6.fc21.x86_64 as install for policycoreutils-2.3-1.fc21.x86_64 >20:03:22,017 DEBUG yum.verbose.YumBase: TSINFO: Marking policycoreutils-devel-2.3-1.fc21.x86_64 as install for policycoreutils-gui-2.3-1.fc21.x86_64 >20:03:22,018 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-gtk-1.111-4.fc21.x86_64 as install for policycoreutils-gui-2.3-1.fc21.x86_64 >20:03:22,019 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-libglade-2.24.0-8.fc21.x86_64 as install for policycoreutils-gui-2.3-1.fc21.x86_64 >20:03:22,020 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-2.24.0-8.fc21.x86_64 as install for policycoreutils-gui-2.3-1.fc21.x86_64 >20:03:22,021 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-gnome-2.28.1-13.fc20.x86_64 as install for policycoreutils-gui-2.3-1.fc21.x86_64 >20:03:22,022 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-canvas-2.28.1-13.fc20.x86_64 as install for policycoreutils-gui-2.3-1.fc21.x86_64 >20:03:22,023 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-2.28.1-13.fc20.x86_64 as install for policycoreutils-gui-2.3-1.fc21.x86_64 >20:03:22,026 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:quota-nls-4.01-12.fc21.noarch as install for 1:quota-4.01-12.fc21.x86_64 >20:03:22,028 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-glib-0.9.2-1.fc21.x86_64 as install for realmd-0.15.0-2.fc21.x86_64 >20:03:22,031 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-4.fc21.x86_64 as install for rpm-4.11.2-10.fc21.x86_64 >20:03:22,034 DEBUG yum.verbose.YumBase: TSINFO: Marking patch-2.7.1-7.fc21.x86_64 as install for rpm-build-4.11.2-10.fc21.x86_64 >20:03:22,034 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-8alpha.fc21.x86_64 as install for rpm-build-4.11.2-10.fc21.x86_64 >20:03:22,035 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-rpm-config-21-1.fc21.noarch as install for rpm-build-4.11.2-10.fc21.x86_64 >20:03:22,036 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-threads-1.92-1.fc21.x86_64 as install for rpm-build-4.11.2-10.fc21.x86_64 >20:03:22,037 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Thread-Queue-3.05-1.fc21.noarch as install for rpm-build-4.11.2-10.fc21.x86_64 >20:03:22,037 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.2-10.fc21.x86_64 as install for rpm-build-4.11.2-10.fc21.x86_64 >20:03:22,041 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.11-6.fc21.x86_64 as install for rsyslog-7.4.8-2.fc21.x86_64 >20:03:22,042 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.9-1.fc21.x86_64 as install for rsyslog-7.4.8-2.fc21.x86_64 >20:03:22,048 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-libs-4.1.6-2.fc21.x86_64 as install for 2:samba-4.1.6-2.fc21.x86_64 >20:03:22,050 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-common-4.1.6-2.fc21.x86_64 as install for 2:samba-4.1.6-2.fc21.x86_64 >20:03:22,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_tdb.so(SAMBA_4.1.6)(64bit) >20:03:22,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_reg.so(SAMBA_4.1.6)(64bit) >20:03:22,053 DEBUG yum.verbose.YumBase: TSINFO: Marking libtevent-0.9.21-1.fc21.x86_64 as install for 2:samba-4.1.6-2.fc21.x86_64 >20:03:22,054 DEBUG yum.verbose.YumBase: TSINFO: Marking libtdb-1.2.13-1.fc21.x86_64 as install for 2:samba-4.1.6-2.fc21.x86_64 >20:03:22,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbd_shim.so(SAMBA_4.1.6)(64bit) >20:03:22,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbd_base.so(SAMBA_4.1.6)(64bit) >20:03:22,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbconf.so.0(SMBCONF_0)(64bit) >20:03:22,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmb_transport.so(SAMBA_4.1.6)(64bit) >20:03:22,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsecrets3.so(SAMBA_4.1.6)(64bit) >20:03:22,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba3-util.so(SAMBA_4.1.6)(64bit) >20:03:22,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) >20:03:22,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-sockets.so(SAMBA_4.1.6)(64bit) >20:03:22,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-security.so(SAMBA_4.1.6)(64bit) >20:03:22,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) >20:03:22,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libreplace.so(SAMBA_4.1.6)(64bit) >20:03:22,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr.so.0(NDR_0.0.1)(64bit) >20:03:22,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) >20:03:22,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-samba.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liblibsmb.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libgse.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liberrors.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdbwrap.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcliauth.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_smb_common.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_cldap.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli-nbt.so(SAMBA_4.1.6)(64bit) >20:03:22,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libccan.so(SAMBA_4.1.6)(64bit) >20:03:22,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libauth.so(SAMBA_4.1.6)(64bit) >20:03:22,058 DEBUG yum.verbose.YumBase: TSINFO: Marking libaio-0.3.110-2.fc21.x86_64 as install for 2:samba-4.1.6-2.fc21.x86_64 >20:03:22,059 DEBUG yum.verbose.YumBase: Quick matched libaio-0.3.110-2.fc21.x86_64 to require for libaio.so.1(LIBAIO_0.1)(64bit) >20:03:22,059 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libxattr_tdb.so()(64bit) >20:03:22,059 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_tdb.so()(64bit) >20:03:22,059 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libutil_reg.so()(64bit) >20:03:22,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbd_shim.so()(64bit) >20:03:22,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbd_base.so()(64bit) >20:03:22,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmbconf.so.0()(64bit) >20:03:22,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsmb_transport.so()(64bit) >20:03:22,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsecrets3.so()(64bit) >20:03:22,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba3-util.so()(64bit) >20:03:22,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-util.so.0()(64bit) >20:03:22,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-sockets.so()(64bit) >20:03:22,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-security.so()(64bit) >20:03:22,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libsamba-hostconfig.so.0()(64bit) >20:03:22,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libreplace.so()(64bit) >20:03:22,062 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr.so.0()(64bit) >20:03:22,062 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-standard.so.0()(64bit) >20:03:22,062 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-samba.so()(64bit) >20:03:22,062 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libndr-nbt.so.0()(64bit) >20:03:22,062 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liblibsmb.so()(64bit) >20:03:22,062 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libgse.so()(64bit) >20:03:22,062 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for liberrors.so()(64bit) >20:03:22,063 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libdbwrap.so()(64bit) >20:03:22,063 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcliauth.so()(64bit) >20:03:22,063 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_smb_common.so()(64bit) >20:03:22,063 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli_cldap.so()(64bit) >20:03:22,063 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libcli-nbt.so()(64bit) >20:03:22,063 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libccan.so()(64bit) >20:03:22,063 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.6-2.fc21.x86_64 to require for libauth.so()(64bit) >20:03:22,114 DEBUG yum.verbose.YumBase: TSINFO: Marking libldb-1.1.17-2.fc21.x86_64 as install for 2:samba-client-4.1.6-2.fc21.x86_64 >20:03:22,115 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-2.fc21.x86_64 to require for libldb.so.1(LDB_0.9.18)(64bit) >20:03:22,115 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-2.fc21.x86_64 to require for libldb.so.1(LDB_0.9.15)(64bit) >20:03:22,115 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-2.fc21.x86_64 to require for libldb.so.1(LDB_0.9.10)(64bit) >20:03:22,115 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-2.fc21.x86_64 to require for libldb.so.1()(64bit) >20:03:22,117 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-libs-1.0.24-9.fc21.x86_64 as install for sane-backends-drivers-scanners-1.0.24-9.fc21.x86_64 >20:03:22,118 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-1.0.24-9.fc21.x86_64 as install for sane-backends-drivers-scanners-1.0.24-9.fc21.x86_64 >20:03:22,119 DEBUG yum.verbose.YumBase: TSINFO: Marking libtiff-4.0.3-14.fc21.x86_64 as install for sane-backends-drivers-scanners-1.0.24-9.fc21.x86_64 >20:03:22,120 DEBUG yum.verbose.YumBase: TSINFO: Marking libv4l-1.0.0-1.fc21.x86_64 as install for sane-backends-drivers-scanners-1.0.24-9.fc21.x86_64 >20:03:22,121 DEBUG yum.verbose.YumBase: TSINFO: Marking libieee1284-0.2.11-15.fc20.x86_64 as install for sane-backends-drivers-scanners-1.0.24-9.fc21.x86_64 >20:03:22,122 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.13.1-50.fc21.noarch as install for selinux-policy-targeted-3.13.1-50.fc21.noarch >20:03:22,122 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.13.1-50.fc21.noarch to require for selinux-policy >20:03:22,124 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-server-3.2.18-1.1.fc21.x86_64 as install for setroubleshoot-3.2.18-1.1.fc21.x86_64 >20:03:22,125 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-gtk-2.2.2-3.fc21.x86_64 as install for setroubleshoot-3.2.18-1.1.fc21.x86_64 >20:03:22,126 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python-2.2.2-3.fc21.x86_64 as install for setroubleshoot-3.2.18-1.1.fc21.x86_64 >20:03:22,127 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-4.fc21.x86_64 as install for setuptool-1.19.11-7.fc20.x86_64 >20:03:22,129 DEBUG yum.verbose.YumBase: TSINFO: Marking shim-unsigned-0.7-1.fc20.x86_64 as install for shim-0.7-1.fc20.x86_64 >20:03:22,130 DEBUG yum.verbose.YumBase: TSINFO: Marking mokutil-0.7-1.fc20.x86_64 as install for shim-0.7-1.fc20.x86_64 >20:03:22,132 DEBUG yum.verbose.YumBase: TSINFO: Marking rest-0.7.91-1.fc21.x86_64 as install for shotwell-0.18.0-1.fc21.x86_64 >20:03:22,133 DEBUG yum.verbose.YumBase: TSINFO: Marking LibRaw-0.16.0-2.fc21.x86_64 as install for shotwell-0.18.0-1.fc21.x86_64 >20:03:22,134 DEBUG yum.verbose.YumBase: TSINFO: Marking libgexiv2-0.10.1-1.fc21.x86_64 as install for shotwell-0.18.0-1.fc21.x86_64 >20:03:22,135 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee-0.14.0-1.fc21.x86_64 as install for shotwell-0.18.0-1.fc21.x86_64 >20:03:22,137 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:yelp-3.12.0-1.fc21.x86_64 as install for simple-scan-3.13.1-2.fc21.x86_64 >20:03:22,139 DEBUG yum.verbose.YumBase: TSINFO: Marking mailx-12.5-10.fc21.x86_64 as install for 1:smartmontools-6.2-5.fc21.x86_64 >20:03:22,141 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-proxy-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >20:03:22,142 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ldap-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >20:03:22,143 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >20:03:22,143 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ipa-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >20:03:22,144 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-pac-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >20:03:22,145 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >20:03:22,147 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ad-1.11.5.1-3.fc21.x86_64 as install for sssd-1.11.5.1-3.fc21.x86_64 >20:03:22,148 DEBUG yum.verbose.YumBase: TSINFO: Marking python-sssdconfig-1.11.5.1-3.fc21.noarch as install for sssd-1.11.5.1-3.fc21.x86_64 >20:03:22,153 DEBUG yum.verbose.YumBase: TSINFO: Marking libseccomp-2.1.1-2.fc21.x86_64 as install for systemd-212-4.fc21.x86_64 >20:03:22,154 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-1.fc21.x86_64 as install for systemd-212-4.fc21.x86_64 >20:03:22,154 DEBUG yum.verbose.YumBase: TSINFO: Marking libmicrohttpd-0.9.34-2.fc21.x86_64 as install for systemd-212-4.fc21.x86_64 >20:03:22,166 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxdg-0.25-2.fc20.noarch as install for 1:totem-3.12.0-1.fc21.x86_64 >20:03:22,167 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-3.13.1-1.fc21.x86_64 as install for 1:totem-3.12.0-1.fc21.x86_64 >20:03:22,167 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-fuse-1.21.1-2.fc21.x86_64 as install for 1:totem-3.12.0-1.fc21.x86_64 >20:03:22,171 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 as install for 1:totem-3.12.0-1.fc21.x86_64 >20:03:22,175 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 as install for 1:totem-3.12.0-1.fc21.x86_64 >20:03:22,176 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-plugins-0.2.12-3.fc21.x86_64 as install for 1:totem-3.12.0-1.fc21.x86_64 >20:03:22,177 DEBUG yum.verbose.YumBase: TSINFO: Marking zeitgeist-libs-0.9.14-2.fc21.x86_64 as install for 1:totem-3.12.0-1.fc21.x86_64 >20:03:22,178 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-0.2.10-1.fc21.x86_64 as install for 1:totem-3.12.0-1.fc21.x86_64 >20:03:22,179 DEBUG yum.verbose.YumBase: Quick matched grilo-0.2.10-1.fc21.x86_64 to require for libgrilo-0.2.so.1()(64bit) >20:03:22,182 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-3.fc21.x86_64 as install for uboot-tools-2014.04-5.fc21.x86_64 >20:03:22,186 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-3.fc21.x86_64 as install for util-linux-2.24.2-2.fc21.x86_64 >20:03:22,186 DEBUG yum.verbose.YumBase: Quick matched libutempter-1.1.6-3.fc21.x86_64 to require for libutempter.so.0()(64bit) >20:03:22,189 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-libs-5.18.2-298.fc21.x86_64 as install for 2:vim-enhanced-7.4.258-2.fc21.x86_64 >20:03:22,189 DEBUG yum.verbose.YumBase: TSINFO: Marking gpm-libs-1.20.7-4.fc21.x86_64 as install for 2:vim-enhanced-7.4.258-2.fc21.x86_64 >20:03:22,192 DEBUG yum.verbose.YumBase: TSINFO: Marking crda-3.13_2013.11.27-2.fc21.x86_64 as install for 1:wireless-tools-29-10.1.fc20.x86_64 >20:03:22,193 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-user-dirs-0.15-2.fc20.x86_64 as install for xdg-user-dirs-gtk-0.10-4.fc21.x86_64 >20:03:22,194 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.3-0.1.fc21.x86_64 as install for xorg-x11-drv-ati-7.4.0-0.2.20140419git48d3dbc.fc21.x86_64 >20:03:22,196 DEBUG yum.verbose.YumBase: TSINFO: Marking xkeyboard-config-2.11-1.fc21.noarch as install for xorg-x11-drv-evdev-2.8.99.1-2.fc21.x86_64 >20:03:22,197 DEBUG yum.verbose.YumBase: TSINFO: Marking mtdev-1.1.5-1.fc21.x86_64 as install for xorg-x11-drv-evdev-2.8.99.1-2.fc21.x86_64 >20:03:22,197 DEBUG yum.verbose.YumBase: TSINFO: Marking libevdev-1.2-1.fc21.x86_64 as install for xorg-x11-drv-evdev-2.8.99.1-2.fc21.x86_64 >20:03:22,200 DEBUG yum.verbose.YumBase: TSINFO: Marking libxcb-1.10-1.fc21.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >20:03:22,201 DEBUG yum.verbose.YumBase: TSINFO: Marking xcb-util-0.3.9-3.fc20.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >20:03:22,202 DEBUG yum.verbose.YumBase: TSINFO: Marking pixman-0.32.0-2.fc21.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >20:03:22,202 DEBUG yum.verbose.YumBase: TSINFO: Marking libXvMC-1.0.8-2.fc20.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >20:03:22,203 DEBUG yum.verbose.YumBase: TSINFO: Marking libXv-1.0.9-2.fc20.x86_64 as install for xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 >20:03:22,207 DEBUG yum.verbose.YumBase: TSINFO: Marking libXtst-1.2.2-2.fc21.x86_64 as install for xorg-x11-drv-synaptics-1.7.99.1-8.20140318gitfd7099004.fc21.x86_64 >20:03:22,207 DEBUG yum.verbose.YumBase: Quick matched libXtst-1.2.2-2.fc21.x86_64 to require for libXtst.so.6()(64bit) >20:03:22,209 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libxatracker-10.2-0.3.rc1.20140505.fc21.x86_64 as install for xorg-x11-drv-vmware-13.0.2-1.fc21.x86_64 >20:03:22,209 DEBUG yum.verbose.YumBase: Quick matched mesa-libxatracker-10.2-0.3.rc1.20140505.fc21.x86_64 to require for libxatracker.so.2()(64bit) >20:03:22,212 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-common-1.15.99.902-5.20140428.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-5.20140428.fc21.x86_64 >20:03:22,213 DEBUG yum.verbose.YumBase: TSINFO: Marking libxshmfence-1.1-1.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-5.20140428.fc21.x86_64 >20:03:22,214 DEBUG yum.verbose.YumBase: TSINFO: Marking libunwind-1.1-4.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-5.20140428.fc21.x86_64 >20:03:22,214 DEBUG yum.verbose.YumBase: TSINFO: Marking libepoxy-1.2-0.1.20140307gitd4ad80f.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-5.20140428.fc21.x86_64 >20:03:22,215 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfont-1.4.7-1.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-5.20140428.fc21.x86_64 >20:03:22,216 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdmcp-1.1.1-5.fc20.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-5.20140428.fc21.x86_64 >20:03:22,216 DEBUG yum.verbose.YumBase: TSINFO: Marking libXau-1.0.8-2.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.902-5.20140428.fc21.x86_64 >20:03:22,218 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmx-1.1.3-2.fc20.x86_64 as install for xorg-x11-utils-7.5-13.fc21.x86_64 >20:03:22,219 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86dga-1.1.4-2.fc20.x86_64 as install for xorg-x11-utils-7.5-13.fc21.x86_64 >20:03:22,220 DEBUG yum.verbose.YumBase: TSINFO: Marking libXmu-1.1.1-5.fc20.x86_64 as install for 1:xorg-x11-xauth-1.0.7-4.fc20.x86_64 >20:03:22,221 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-utils-7.7-4.fc21.x86_64 as install for xorg-x11-xinit-1.3.2-11.fc21.x86_64 >20:03:22,223 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.10.1-0.fc21.noarch as install for yum-3.4.3-146.fc21.noarch >20:03:22,224 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.1-4.fc21.x86_64 as install for yum-3.4.3-146.fc21.noarch >20:03:22,224 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-12.fc21.noarch as install for yum-3.4.3-146.fc21.noarch >20:03:22,225 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-8.fc21.x86_64 as install for yum-3.4.3-146.fc21.noarch >20:03:22,226 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-python-0.0.24-1.fc21.noarch as install for yum-langpacks-0.4.3-1.fc21.noarch >20:03:22,227 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kitchen-1.1.1-5.fc20.noarch as install for yum-utils-1.1.31-21.fc21.noarch >20:03:22,228 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks-1.0.4-13.fc21.x86_64 as install for yumex-3.0.14-1.fc21.noarch >20:03:22,229 DEBUG yum.verbose.YumBase: TSINFO: Marking pycairo-1.8.10-8.fc21.x86_64 as install for yumex-3.0.14-1.fc21.noarch >20:03:22,238 DEBUG yum.verbose.YumBase: TSINFO: Marking psmisc-22.21-3.fc21.x86_64 as install for GConf2-3.2.6-7.fc20.x86_64 >20:03:22,240 DEBUG yum.verbose.YumBase: TSINFO: Marking jasper-libs-1.900.1-25.fc21.x86_64 as install for LibRaw-0.16.0-2.fc21.x86_64 >20:03:22,243 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.6-7.fc21.x86_64 as install for PyPAM-0.5.0-18.fc20.x86_64 >20:03:22,245 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python-2.2.1-3.fc21.x86_64 as install for abrt-2.2.1-3.fc21.x86_64 >20:03:22,247 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-kerneloops-2.2.2-3.fc21.x86_64 as install for abrt-addon-kerneloops-2.2.1-3.fc21.x86_64 >20:03:22,249 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python-212-4.fc21.x86_64 as install for abrt-addon-python-2.2.1-3.fc21.x86_64 >20:03:22,250 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python3-212-4.fc21.x86_64 as install for abrt-addon-python3-2.2.1-3.fc21.x86_64 >20:03:22,251 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python3-2.2.1-3.fc21.x86_64 as install for abrt-addon-python3-2.2.1-3.fc21.x86_64 >20:03:22,252 DEBUG yum.verbose.YumBase: TSINFO: Marking python-augeas-0.4.1-5.fc21.noarch as install for abrt-addon-vmcore-2.2.1-3.fc21.x86_64 >20:03:22,253 DEBUG yum.verbose.YumBase: TSINFO: Marking kexec-tools-2.0.6-5.fc21.x86_64 as install for abrt-addon-vmcore-2.2.1-3.fc21.x86_64 >20:03:22,254 DEBUG yum.verbose.YumBase: TSINFO: Marking crash-7.0.5-1.fc21.x86_64 as install for abrt-addon-vmcore-2.2.1-3.fc21.x86_64 >20:03:22,256 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-libs-2.2.1-3.fc21.x86_64 as install for abrt-gui-2.2.1-3.fc21.x86_64 >20:03:22,257 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-dbus-2.2.1-3.fc21.x86_64 as install for abrt-gui-2.2.1-3.fc21.x86_64 >20:03:22,259 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-client-1.32.5-1904.svn2451.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 >20:03:22,260 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-1.32.5-1904.svn2451.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 >20:03:22,260 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-web-2.2.2-3.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 >20:03:22,261 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-8.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 >20:03:22,264 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-cli-2.2.2-3.fc21.x86_64 as install for abrt-tui-2.2.1-3.fc21.x86_64 >20:03:22,266 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-0.6.35-2.fc21.x86_64 as install for accountsservice-libs-0.6.35-2.fc21.x86_64 >20:03:22,269 DEBUG yum.verbose.YumBase: TSINFO: Marking libsamplerate-0.1.8-5.fc21.x86_64 as install for alsa-utils-1.0.27.2-5.fc21.x86_64 >20:03:22,269 DEBUG yum.verbose.YumBase: Quick matched libsamplerate-0.1.8-5.fc21.x86_64 to require for libsamplerate.so.0(libsamplerate.so.0.0)(64bit) >20:03:22,270 DEBUG yum.verbose.YumBase: Quick matched libsamplerate-0.1.8-5.fc21.x86_64 to require for libsamplerate.so.0()(64bit) >20:03:22,271 DEBUG yum.verbose.YumBase: TSINFO: Marking anaconda-widgets-21.36-1.fc21.x86_64 as install for anaconda-gui-21.36-1.fc21.x86_64 >20:03:22,272 DEBUG yum.verbose.YumBase: TSINFO: Marking anaconda-core-21.36-1.fc21.x86_64 as install for anaconda-gui-21.36-1.fc21.x86_64 >20:03:22,273 DEBUG yum.verbose.YumBase: TSINFO: Marking python-meh-gui-0.32-1.fc21.noarch as install for anaconda-gui-21.36-1.fc21.x86_64 >20:03:22,273 DEBUG yum.verbose.YumBase: TSINFO: Marking libtimezonemap-0.4.2-1.fc21.x86_64 as install for anaconda-gui-21.36-1.fc21.x86_64 >20:03:22,274 DEBUG yum.verbose.YumBase: TSINFO: Marking tigervnc-server-minimal-1.3.1-4.fc21.x86_64 as install for anaconda-gui-21.36-1.fc21.x86_64 >20:03:22,275 DEBUG yum.verbose.YumBase: TSINFO: Marking keybinder3-0.3.0-1.fc21.x86_64 as install for anaconda-gui-21.36-1.fc21.x86_64 >20:03:22,276 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-icon-theme-3.13.1-2.fc21.noarch as install for anaconda-gui-21.36-1.fc21.x86_64 >20:03:22,277 DEBUG yum.verbose.YumBase: TSINFO: Marking filemail-0.57-1.x86_64 as install for apobase-0.64-3.x86_64 >20:03:22,279 DEBUG yum.verbose.YumBase: TSINFO: Marking at-spi2-core-2.13.1-1.fc21.x86_64 as install for at-spi2-atk-2.13.1-1.fc21.x86_64 >20:03:22,279 DEBUG yum.verbose.YumBase: Quick matched at-spi2-core-2.13.1-1.fc21.x86_64 to require for libatspi.so.0()(64bit) >20:03:22,281 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-25.fc21.x86_64 as install for avahi-autoipd-0.6.31-25.fc21.x86_64 >20:03:22,282 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-6.fc21.x86_64 as install for avahi-autoipd-0.6.31-25.fc21.x86_64 >20:03:22,284 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.5-3.fc21.noarch as install for 32:bind-libs-9.9.5-3.fc21.x86_64 >20:03:22,289 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.6.10-1.fc21.x86_64 as install for cairo-1.13.1-0.1.git337ab1f.fc21.x86_64 >20:03:22,289 DEBUG yum.verbose.YumBase: Quick matched 2:libpng-1.6.10-1.fc21.x86_64 to require for libpng16.so.16()(64bit) >20:03:22,293 DEBUG yum.verbose.YumBase: TSINFO: Marking python-caribou-0.4.13-4.fc21.noarch as install for caribou-0.4.13-4.fc21.x86_64 >20:03:22,294 DEBUG yum.verbose.YumBase: TSINFO: Marking caribou-gtk3-module-0.4.13-4.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >20:03:22,295 DEBUG yum.verbose.YumBase: TSINFO: Marking caribou-gtk2-module-0.4.13-4.fc21.x86_64 as install for caribou-0.4.13-4.fc21.x86_64 >20:03:22,297 DEBUG yum.verbose.YumBase: TSINFO: Marking libao-1.2.0-1.fc21.x86_64 as install for cdrdao-1.2.3-21.fc21.x86_64 >20:03:22,298 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libvorbis-1.3.4-1.fc21.x86_64 as install for cdrdao-1.2.3-21.fc21.x86_64 >20:03:22,298 DEBUG yum.verbose.YumBase: Quick matched 1:libvorbis-1.3.4-1.fc21.x86_64 to require for libvorbis.so.0()(64bit) >20:03:22,299 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libogg-1.3.0-6.fc21.x86_64 as install for cdrdao-1.2.3-21.fc21.x86_64 >20:03:22,301 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-backgrounds-gnome-20.0.0-1.fc21.noarch as install for cinnamon-desktop-2.2.1-1.fc21.x86_64 >20:03:22,302 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbfile-1.0.8-4.fc20.x86_64 as install for cinnamon-desktop-2.2.1-1.fc21.x86_64 >20:03:22,304 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-gnome-0.105-5.fc20.x86_64 as install for cinnamon-session-2.2.1-1.fc21.x86_64 >20:03:22,310 DEBUG yum.verbose.YumBase: TSINFO: Marking libinput-0.1.0-1.fc21.x86_64 as install for clutter-1.18.2-1.fc21.x86_64 >20:03:22,316 DEBUG yum.verbose.YumBase: TSINFO: Marking libgusb-0.1.6-2.fc20.x86_64 as install for colord-libs-1.2.0-1.fc21.x86_64 >20:03:22,318 DEBUG yum.verbose.YumBase: TSINFO: Marking iw-3.14-1.fc21.x86_64 as install for crda-3.13_2013.11.27-2.fc21.x86_64 >20:03:22,323 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-filesystem-1.7.2-3.fc21.noarch as install for 1:cups-1.7.2-3.fc21.x86_64 >20:03:22,323 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-client-1.7.2-3.fc21.x86_64 as install for 1:cups-1.7.2-3.fc21.x86_64 >20:03:22,324 DEBUG yum.verbose.YumBase: TSINFO: Marking cups-filters-1.0.53-1.fc21.x86_64 as install for 1:cups-1.7.2-3.fc21.x86_64 >20:03:22,325 DEBUG yum.verbose.YumBase: Quick matched cups-filters-1.0.53-1.fc21.x86_64 to require for cups-filters >20:03:22,330 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-base-20.0.0-1.fc21.noarch as install for desktop-backgrounds-compat-20.0.0-1.fc21.noarch >20:03:22,331 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-16.fc21.noarch as install for desktop-file-utils-0.22-1.fc21.x86_64 >20:03:22,333 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.85-3.fc21.x86_64 as install for device-mapper-libs-1.02.85-3.fc21.x86_64 >20:03:22,335 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.7.1-3.fc21.x86_64 as install for dnsmasq-2.70-1.fc21.x86_64 >20:03:22,335 DEBUG yum.verbose.YumBase: Quick matched nettle-2.7.1-3.fc21.x86_64 to require for libhogweed.so.2()(64bit) >20:03:22,336 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-64.fc21.x86_64 as install for dracut-037-11.git20140402.fc21.x86_64 >20:03:22,337 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-18.fc21.x86_64 as install for dracut-037-11.git20140402.fc21.x86_64 >20:03:22,341 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.158-3.fc21.x86_64 as install for elfutils-0.158-3.fc21.x86_64 >20:03:22,342 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.158)(64bit) >20:03:22,342 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.149)(64bit) >20:03:22,342 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.148)(64bit) >20:03:22,342 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.138)(64bit) >20:03:22,343 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.130)(64bit) >20:03:22,343 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.127)(64bit) >20:03:22,343 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.126)(64bit) >20:03:22,343 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.122)(64bit) >20:03:22,343 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libasm.so.1(ELFUTILS_1.0)(64bit) >20:03:22,343 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libdw.so.1()(64bit) >20:03:22,343 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-3.fc21.x86_64 to require for libasm.so.1()(64bit) >20:03:22,346 DEBUG yum.verbose.YumBase: TSINFO: Marking libspectre-0.2.7-3.fc20.x86_64 as install for evince-libs-3.12.1-2.fc21.x86_64 >20:03:22,347 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-glib-0.24.3-3.fc21.x86_64 as install for evince-libs-3.12.1-2.fc21.x86_64 >20:03:22,348 DEBUG yum.verbose.YumBase: TSINFO: Marking libgxps-0.2.2-8.fc20.x86_64 as install for evince-libs-3.12.1-2.fc21.x86_64 >20:03:22,352 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-4.fc21.x86_64 as install for fipscheck-lib-1.4.1-4.fc21.x86_64 >20:03:22,353 DEBUG yum.verbose.YumBase: TSINFO: Marking fontpackages-filesystem-1.44-9.fc20.noarch as install for fontconfig-2.11.1-2.fc21.x86_64 >20:03:22,358 DEBUG yum.verbose.YumBase: TSINFO: Marking lyx-fonts-2.1.0-2.fc21.noarch as install for fontconfig-2.11.1-2.fc21.x86_64 >20:03:22,360 DEBUG yum.verbose.YumBase: TSINFO: Marking libfprint-0.5.1-2.fc21.x86_64 as install for fprintd-0.5.1-1.fc20.x86_64 >20:03:22,365 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2014b-1.fc21.noarch as install for glibc-common-2.19.90-12.fc21.x86_64 >20:03:22,368 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-headers-2.19.90-12.fc21.x86_64 as install for glibc-devel-2.19.90-12.fc21.x86_64 >20:03:22,368 DEBUG yum.verbose.YumBase: Quick matched glibc-headers-2.19.90-12.fc21.x86_64 to require for glibc-headers >20:03:22,371 DEBUG yum.verbose.YumBase: TSINFO: Marking python-inotify-0.9.4-4.fc20.noarch as install for gnome-abrt-0.3.6-1.fc21.x86_64 >20:03:22,375 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.20.2-2.fc21.x86_64 as install for gnome-keyring-3.12.0-1.fc21.x86_64 >20:03:22,375 DEBUG yum.verbose.YumBase: TSINFO: Marking gcr-3.12.0-2.fc21.x86_64 as install for gnome-keyring-3.12.0-1.fc21.x86_64 >20:03:22,376 DEBUG yum.verbose.YumBase: Quick matched gcr-3.12.0-2.fc21.x86_64 to require for libgcr-base-3.so.1()(64bit) >20:03:22,376 DEBUG yum.verbose.YumBase: Quick matched gcr-3.12.0-2.fc21.x86_64 to require for libgck-1.so.0()(64bit) >20:03:22,379 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomecanvas-2.30.3-7.fc20.x86_64 as install for gnome-python2-canvas-2.28.1-13.fc20.x86_64 >20:03:22,379 DEBUG yum.verbose.YumBase: Quick matched libgnomecanvas-2.30.3-7.fc20.x86_64 to require for libgnomecanvas-2.so.0()(64bit) >20:03:22,380 DEBUG yum.verbose.YumBase: TSINFO: Marking libart_lgpl-2.3.21-9.fc21.x86_64 as install for gnome-python2-canvas-2.28.1-13.fc20.x86_64 >20:03:22,384 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-gnomevfs-2.28.1-13.fc20.x86_64 as install for gnome-python2-gnome-2.28.1-13.fc20.x86_64 >20:03:22,384 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-python2-bonobo-2.28.1-13.fc20.x86_64 as install for gnome-python2-gnome-2.28.1-13.fc20.x86_64 >20:03:22,385 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomeui-2.24.5-8.fc21.x86_64 as install for gnome-python2-gnome-2.28.1-13.fc20.x86_64 >20:03:22,386 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnome-2.32.1-7.fc20.x86_64 as install for gnome-python2-gnome-2.28.1-13.fc20.x86_64 >20:03:22,387 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-vfs2-2.24.4-14.fc21.x86_64 as install for gnome-python2-gnome-2.28.1-13.fc20.x86_64 >20:03:22,389 DEBUG yum.verbose.YumBase: TSINFO: Marking libbonoboui-2.24.5-6.fc20.x86_64 as install for gnome-python2-gnome-2.28.1-13.fc20.x86_64 >20:03:22,390 DEBUG yum.verbose.YumBase: TSINFO: Marking libbonobo-2.32.1-6.fc20.x86_64 as install for gnome-python2-gnome-2.28.1-13.fc20.x86_64 >20:03:22,390 DEBUG yum.verbose.YumBase: Quick matched libbonobo-2.32.1-6.fc20.x86_64 to require for libbonobo-2.so.0()(64bit) >20:03:22,391 DEBUG yum.verbose.YumBase: TSINFO: Marking ORBit2-2.14.19-11.fc21.x86_64 as install for gnome-python2-gnome-2.28.1-13.fc20.x86_64 >20:03:22,392 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk2-engines-2.20.2-7.fc20.x86_64 as install for gnome-themes-2.32.0-11.fc20.noarch >20:03:22,393 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk3-theme-3.13.1-2.fc21.x86_64 as install for gnome-themes-standard-3.13.1-2.fc21.x86_64 >20:03:22,394 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk2-theme-3.13.1-2.fc21.x86_64 as install for gnome-themes-standard-3.13.1-2.fc21.x86_64 >20:03:22,394 DEBUG yum.verbose.YumBase: TSINFO: Marking abattis-cantarell-fonts-0.0.15-1.fc21.noarch as install for gnome-themes-standard-3.13.1-2.fc21.x86_64 >20:03:22,396 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.5-1.fc21.x86_64 as install for gnutls-3.3.2-1.fc21.x86_64 >20:03:22,396 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.11.2-3.fc21.x86_64 as install for gnutls-3.3.2-1.fc21.x86_64 >20:03:22,400 DEBUG yum.verbose.YumBase: TSINFO: Marking liboauth-1.0.1-2.fc20.x86_64 as install for grilo-0.2.10-1.fc21.x86_64 >20:03:22,402 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-av-0.12.5-1.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,403 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-0.20.11-1.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,404 DEBUG yum.verbose.YumBase: TSINFO: Marking libmediaart-0.4.0-1.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,405 DEBUG yum.verbose.YumBase: TSINFO: Marking gssdp-0.14.7-1.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,405 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-accounts-3.13.1-1.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,407 DEBUG yum.verbose.YumBase: TSINFO: Marking gmime-2.6.20-1.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,407 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdata-0.15.0-1.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,408 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmapsharing-2.9.24-2.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,409 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-glib-0.6.31-25.fc21.x86_64 as install for grilo-plugins-0.2.12-3.fc21.x86_64 >20:03:22,411 DEBUG yum.verbose.YumBase: TSINFO: Marking os-prober-1.58-6.fc21.x86_64 as install for 1:grub2-tools-2.02-0.3.fc21.x86_64 >20:03:22,412 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-0.18.3.2-1.fc21.x86_64 as install for 1:grub2-tools-2.02-0.3.fc21.x86_64 >20:03:22,417 DEBUG yum.verbose.YumBase: TSINFO: Marking libvdpau-0.7-1.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 >20:03:22,418 DEBUG yum.verbose.YumBase: TSINFO: Marking libsrtp-1.4.4-10.20101004cvs.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 >20:03:22,419 DEBUG yum.verbose.YumBase: TSINFO: Marking orc-0.4.18-1.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 >20:03:22,420 DEBUG yum.verbose.YumBase: TSINFO: Marking opus-1.1-1.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 >20:03:22,420 DEBUG yum.verbose.YumBase: TSINFO: Marking gsm-1.0.13-10.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 >20:03:22,422 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdnav-4.2.1-1.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 >20:03:22,422 DEBUG yum.verbose.YumBase: TSINFO: Marking soundtouch-1.4.0-8.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 >20:03:22,425 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libtheora-1.1.1-9.fc21.x86_64 as install for gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 >20:03:22,426 DEBUG yum.verbose.YumBase: Quick matched 1:libtheora-1.1.1-9.fc21.x86_64 to require for libtheoradec.so.1(libtheoradec_1.0)(64bit) >20:03:22,426 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisual-0.4.0-14.fc20.x86_64 as install for gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 >20:03:22,427 DEBUG yum.verbose.YumBase: Quick matched 1:libtheora-1.1.1-9.fc21.x86_64 to require for libtheoradec.so.1()(64bit) >20:03:22,427 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-libs-10.2-16.fc21.x86_64 as install for gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 >20:03:22,428 DEBUG yum.verbose.YumBase: Quick matched cdparanoia-libs-10.2-16.fc21.x86_64 to require for libcdda_interface.so.0()(64bit) >20:03:22,433 DEBUG yum.verbose.YumBase: TSINFO: Marking wavpack-4.70.0-1.fc21.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,434 DEBUG yum.verbose.YumBase: TSINFO: Marking taglib-1.9.1-4.fc21.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,435 DEBUG yum.verbose.YumBase: TSINFO: Marking speex-1.2-0.19.rc1.fc21.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,436 DEBUG yum.verbose.YumBase: TSINFO: Marking libshout-2.2.2-10.fc20.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,437 DEBUG yum.verbose.YumBase: TSINFO: Marking libavc1394-0.5.3-14.fc20.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,437 DEBUG yum.verbose.YumBase: TSINFO: Marking libraw1394-2.1.0-2.fc20.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,438 DEBUG yum.verbose.YumBase: TSINFO: Marking libiec61883-1.2.0-10.fc20.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,439 DEBUG yum.verbose.YumBase: TSINFO: Marking libdv-1.0.0-17.fc21.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,440 DEBUG yum.verbose.YumBase: TSINFO: Marking flac-libs-1.3.0-3.fc21.x86_64 as install for gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 >20:03:22,449 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-paranoia-10.2+0.90+1-2.fc21.x86_64 as install for gvfs-1.21.1-2.fc21.x86_64 >20:03:22,450 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-2.fc21.x86_64 to require for libcdio_cdda.so.1(CDIO_CDDA_1)(64bit) >20:03:22,450 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-0.92-1.fc21.x86_64 as install for gvfs-1.21.1-2.fc21.x86_64 >20:03:22,451 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-2.fc21.x86_64 to require for libcdio_cdda.so.1()(64bit) >20:03:22,452 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-libs-2.9.3-2.fc21.x86_64 as install for gvfs-fuse-1.21.1-2.fc21.x86_64 >20:03:22,453 DEBUG yum.verbose.YumBase: Quick matched fuse-libs-2.9.3-2.fc21.x86_64 to require for libfuse.so.2(FUSE_2.6)(64bit) >20:03:22,453 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-2.9.3-2.fc21.x86_64 as install for gvfs-fuse-1.21.1-2.fc21.x86_64 >20:03:22,456 DEBUG yum.verbose.YumBase: TSINFO: Marking httpd-tools-2.4.9-3.fc21.x86_64 as install for httpd-2.4.9-3.fc21.x86_64 >20:03:22,457 DEBUG yum.verbose.YumBase: TSINFO: Marking digifarma-logos-httpd-21.0.1-1.fc20.noarch as install for httpd-2.4.9-3.fc21.x86_64 >20:03:22,458 DEBUG yum.verbose.YumBase: TSINFO: Marking apr-util-1.5.3-1.fc21.x86_64 as install for httpd-2.4.9-3.fc21.x86_64 >20:03:22,458 DEBUG yum.verbose.YumBase: TSINFO: Marking apr-1.5.1-1.fc21.x86_64 as install for httpd-2.4.9-3.fc21.x86_64 >20:03:22,460 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:vorbis-tools-1.4.0-12.fc21.x86_64 as install for icedax-1.1.11-22.fc20.x86_64 >20:03:22,461 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-10.2-16.fc21.x86_64 as install for icedax-1.1.11-22.fc20.x86_64 >20:03:22,462 DEBUG yum.verbose.YumBase: TSINFO: Marking im-chooser-common-1.6.4-2.fc20.x86_64 as install for im-chooser-1.6.4-2.fc20.x86_64 >20:03:22,463 DEBUG yum.verbose.YumBase: Quick matched im-chooser-common-1.6.4-2.fc20.x86_64 to require for libimchooseui.so.0()(64bit) >20:03:22,466 DEBUG yum.verbose.YumBase: TSINFO: Marking anaconda-tui-21.36-1.fc21.x86_64 as install for initial-setup-0.3.19-1.fc21.x86_64 >20:03:22,466 DEBUG yum.verbose.YumBase: TSINFO: Marking python-di-0.3-2.fc20.noarch as install for initial-setup-0.3.19-1.fc21.x86_64 >20:03:22,468 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-3.fc21.x86_64 as install for iptables-1.4.21-8.fc21.x86_64 >20:03:22,469 DEBUG yum.verbose.YumBase: TSINFO: Marking xml-common-0.6.3-40.fc20.noarch as install for iso-codes-3.53-1.fc21.noarch >20:03:22,472 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 >20:03:22,473 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-fonts-Type1-7.5-9.fc20.noarch as install for 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 >20:03:22,474 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 to require for libjava.so(SUNWprivate_1.1)(64bit) >20:03:22,474 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 to require for libjvm.so()(64bit) >20:03:22,474 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 to require for libjava.so()(64bit) >20:03:22,475 DEBUG yum.verbose.YumBase: TSINFO: Marking giflib-4.1.6-10.fc21.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 >20:03:22,478 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20140317-37.gitdec41bce.fc21.noarch as install for kernel-core-3.15.0-0.rc4.git4.1.fc21.x86_64 >20:03:22,482 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-devel-0.2.6-1.fc21.x86_64 as install for krb5-devel-1.12.1-6.fc21.x86_64 >20:03:22,483 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-devel-2.2.2-8.fc21.x86_64 as install for krb5-devel-1.12.1-6.fc21.x86_64 >20:03:22,484 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-devel-1.42.9-2.fc21.x86_64 as install for krb5-devel-1.12.1-6.fc21.x86_64 >20:03:22,484 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-devel-1.5.9-1.fc21.x86_64 as install for krb5-devel-1.12.1-6.fc21.x86_64 >20:03:22,486 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.6-1.fc21.x86_64 as install for krb5-libs-1.12.1-6.fc21.x86_64 >20:03:22,487 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-data-0.0.24-1.fc21.noarch as install for langtable-python-0.0.24-1.fc21.noarch >20:03:22,488 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-0.0.24-1.fc21.noarch as install for langtable-python-0.0.24-1.fc21.noarch >20:03:22,490 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-common-1.6.1-1.fc21.noarch as install for libX11-1.6.1-1.fc21.x86_64 >20:03:22,493 DEBUG yum.verbose.YumBase: TSINFO: Marking libfontenc-1.1.1-4.fc20.x86_64 as install for libXfont-1.4.7-1.fc21.x86_64 >20:03:22,502 DEBUG yum.verbose.YumBase: TSINFO: Marking sound-theme-freedesktop-0.8-3.fc20.noarch as install for libcanberra-0.30-4.fc20.x86_64 >20:03:22,503 DEBUG yum.verbose.YumBase: TSINFO: Marking libtool-ltdl-2.4.2-24.fc21.x86_64 as install for libcanberra-0.30-4.fc20.x86_64 >20:03:22,516 DEBUG yum.verbose.YumBase: TSINFO: Marking exiv2-libs-0.24-1.fc21.x86_64 as install for libgexiv2-0.10.1-1.fc21.x86_64 >20:03:22,521 DEBUG yum.verbose.YumBase: TSINFO: Marking lockdev-1.0.4-0.15.20111007git.fc21.x86_64 as install for libgphoto2-2.5.3-7.fc21.x86_64 >20:03:22,521 DEBUG yum.verbose.YumBase: Quick matched lockdev-1.0.4-0.15.20111007git.fc21.x86_64 to require for liblockdev.so.1()(64bit) >20:03:22,521 DEBUG yum.verbose.YumBase: TSINFO: Marking gd-2.1.0-4.fc21.x86_64 as install for libgphoto2-2.5.3-7.fc21.x86_64 >20:03:22,522 DEBUG yum.verbose.YumBase: TSINFO: Marking libXpm-3.5.11-1.fc21.x86_64 as install for libgphoto2-2.5.3-7.fc21.x86_64 >20:03:22,530 DEBUG yum.verbose.YumBase: TSINFO: Marking neon-0.30.0-2.fc20.x86_64 as install for libmusicbrainz5-5.0.1-8.fc20.x86_64 >20:03:22,532 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-6.fc21.x86_64 as install for libnetfilter_conntrack-1.0.4-1.fc21.x86_64 >20:03:22,532 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-6.fc21.x86_64 to require for libmnl.so.0(LIBMNL_1.0)(64bit) >20:03:22,532 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-6.fc21.x86_64 to require for libmnl.so.0()(64bit) >20:03:22,535 DEBUG yum.verbose.YumBase: TSINFO: Marking mobile-broadband-provider-info-1.20120614-4.fc20.noarch as install for libnm-gtk-0.9.9.0-11.git20140424.fc21.x86_64 >20:03:22,537 DEBUG yum.verbose.YumBase: TSINFO: Marking seed-3.8.1-2.fc21.x86_64 as install for libpeas-1.10.0-1.fc21.x86_64 >20:03:22,538 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-libs-3.3.2-12.fc21.x86_64 as install for libpeas-1.10.0-1.fc21.x86_64 >20:03:22,541 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.1-2.fc21.x86_64 as install for libpwquality-1.2.3-2.fc21.x86_64 >20:03:22,541 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.1-2.fc21.x86_64 as install for libpwquality-1.2.3-2.fc21.x86_64 >20:03:22,543 DEBUG yum.verbose.YumBase: TSINFO: Marking augeas-libs-1.2.0-2.fc21.x86_64 as install for libreport-2.2.2-3.fc21.x86_64 >20:03:22,543 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-2.fc21.x86_64 to require for libaugeas.so.0(AUGEAS_0.10.0)(64bit) >20:03:22,544 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-2.fc21.x86_64 to require for libaugeas.so.0(AUGEAS_0.1.0)(64bit) >20:03:22,544 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-2.fc21.x86_64 to require for libaugeas.so.0()(64bit) >20:03:22,545 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-reportuploader-2.2.2-3.fc21.x86_64 as install for libreport-gtk-2.2.2-3.fc21.x86_64 >20:03:22,546 DEBUG yum.verbose.YumBase: TSINFO: Marking fros-1.0-4.fc20.noarch as install for libreport-gtk-2.2.2-3.fc21.x86_64 >20:03:22,551 DEBUG yum.verbose.YumBase: TSINFO: Marking unbound-libs-1.4.22-2.fc21.x86_64 as install for libreswan-3.8-1.fc21.x86_64 >20:03:22,556 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-15.fc21.x86_64 as install for libsemanage-2.3-1.fc21.x86_64 >20:03:22,556 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc21.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >20:03:22,556 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc21.x86_64 to require for libustr-1.0.so.1()(64bit) >20:03:22,563 DEBUG yum.verbose.YumBase: TSINFO: Marking glib-networking-2.40.1-1.fc21.x86_64 as install for libsoup-2.46.0-2.fc21.x86_64 >20:03:22,568 DEBUG yum.verbose.YumBase: TSINFO: Marking jbigkit-libs-2.0-10.fc21.x86_64 as install for libtiff-4.0.3-14.fc21.x86_64 >20:03:22,574 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-data-0.9-2.fc21.noarch as install for libwacom-0.9-2.fc21.x86_64 >20:03:22,589 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libglapi-10.2-0.3.rc1.20140505.fc21.x86_64 as install for mesa-libEGL-10.2-0.3.rc1.20140505.fc21.x86_64 >20:03:22,598 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-13.20140323.fc21.noarch as install for ncurses-libs-5.9-13.20140323.fc21.x86_64 >20:03:22,601 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-11.fc21.x86_64 as install for newt-0.52.17-1.fc21.x86_64 >20:03:22,602 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-11.fc21.x86_64 to require for libslang.so.2()(64bit) >20:03:22,605 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.16.1-1.fc21.x86_64 as install for nss-3.16.1-1.fc21.x86_64 >20:03:22,613 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-script-0.5.3-21.svn457.fc21.noarch as install for openconnect-5.99-1.fc21.x86_64 >20:03:22,614 DEBUG yum.verbose.YumBase: TSINFO: Marking stoken-libs-0.5-1.fc21.x86_64 as install for openconnect-5.99-1.fc21.x86_64 >20:03:22,614 DEBUG yum.verbose.YumBase: TSINFO: Marking liboath-2.4.1-3.fc21.x86_64 as install for openconnect-5.99-1.fc21.x86_64 >20:03:22,615 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-3.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.4.0)(64bit) >20:03:22,615 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-3.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.2.0)(64bit) >20:03:22,615 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-3.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.12.0)(64bit) >20:03:22,617 DEBUG yum.verbose.YumBase: TSINFO: Marking opencv-2.4.7-6.fc21.x86_64 as install for opencv-python-2.4.7-6.fc21.x86_64 >20:03:22,619 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:numpy-1.8.1-1.fc21.x86_64 as install for opencv-python-2.4.7-6.fc21.x86_64 >20:03:22,619 DEBUG yum.verbose.YumBase: TSINFO: Marking opencv-core-2.4.7-6.fc21.x86_64 as install for opencv-python-2.4.7-6.fc21.x86_64 >20:03:22,620 DEBUG yum.verbose.YumBase: Quick matched opencv-core-2.4.7-6.fc21.x86_64 to require for libopencv_photo.so.2.4()(64bit) >20:03:22,621 DEBUG yum.verbose.YumBase: Quick matched opencv-2.4.7-6.fc21.x86_64 to require for libopencv_calib3d.so.2.4()(64bit) >20:03:22,626 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.97-2.fc21.noarch as install for 1:openssl-libs-1.0.1g-1.fc21.x86_64 >20:03:22,628 DEBUG yum.verbose.YumBase: TSINFO: Marking pkcs11-helper-1.11-1.fc21.x86_64 as install for openvpn-2.3.4-1.fc21.x86_64 >20:03:22,632 DEBUG yum.verbose.YumBase: TSINFO: Marking libthai-0.1.20-1.fc21.x86_64 as install for pango-1.36.3-1.fc21.x86_64 >20:03:22,632 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.20-1.fc21.x86_64 to require for libthai.so.0(LIBTHAI_0.1)(64bit) >20:03:22,632 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.20-1.fc21.x86_64 to require for libthai.so.0()(64bit) >20:03:22,633 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-0.9.28-1.fc21.x86_64 as install for pango-1.36.3-1.fc21.x86_64 >20:03:22,633 DEBUG yum.verbose.YumBase: TSINFO: Marking libXft-2.3.1-6.fc21.x86_64 as install for pango-1.36.3-1.fc21.x86_64 >20:03:22,643 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Socket-2.013-1.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,644 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Scalar-List-Utils-1.38-1.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,645 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-macros-5.18.2-298.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,645 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-threads-shared-1.46-2.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,646 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-constant-1.27-292.fc20.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,647 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-Local-1.2300-291.fc20.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,648 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-HiRes-1.9726-1.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,648 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Storable-2.45-2.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,650 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Simple-3.28-292.fc20.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,650 DEBUG yum.verbose.YumBase: Quick matched 1:perl-Pod-Simple-3.28-292.fc20.noarch to require for perl(Pod::Simple::Search) >20:03:22,651 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Module-CoreList-3.03-298.fc21.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,652 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Filter-1.49-5.fc21.x86_64 as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,652 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Exporter-5.70-1.fc21.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,653 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Carp-1.33.01-1.fc21.noarch as install for 4:perl-5.18.2-298.fc21.x86_64 >20:03:22,659 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-parent-0.228-1.fc21.noarch as install for perl-File-Temp-0.23.04-1.fc21.noarch >20:03:22,661 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Usage-1.63-4.fc20.noarch as install for perl-Getopt-Long-2.42-1.fc21.noarch >20:03:22,661 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Text-ParseWords-3.29-4.fc21.noarch as install for perl-Getopt-Long-2.42-1.fc21.noarch >20:03:22,671 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-two-step-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-theme-charge-0.8.9-4.2013.08.14.fc21.x86_64 >20:03:22,673 DEBUG yum.verbose.YumBase: TSINFO: Marking policycoreutils-python-2.3-1.fc21.x86_64 as install for policycoreutils-devel-2.3-1.fc21.x86_64 >20:03:22,676 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-devel-3.13.1-50.fc21.noarch as install for policycoreutils-devel-2.3-1.fc21.x86_64 >20:03:22,678 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-3.fc21.x86_64 as install for polkit-0.112-3.fc21.x86_64 >20:03:22,679 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-10.fc21.x86_64 as install for polkit-0.112-3.fc21.x86_64 >20:03:22,679 DEBUG yum.verbose.YumBase: Quick matched mozjs17-17.0.0-10.fc21.x86_64 to require for libmozjs-17.0.so()(64bit) >20:03:22,685 DEBUG yum.verbose.YumBase: TSINFO: Marking rtkit-0.11-8.fc21.x86_64 as install for pulseaudio-5.0-3.fc21.x86_64 >20:03:22,685 DEBUG yum.verbose.YumBase: TSINFO: Marking libsndfile-1.0.25-9.fc21.x86_64 as install for pulseaudio-5.0-3.fc21.x86_64 >20:03:22,686 DEBUG yum.verbose.YumBase: TSINFO: Marking webrtc-audio-processing-0.1-6.fc21.x86_64 as install for pulseaudio-5.0-3.fc21.x86_64 >20:03:22,689 DEBUG yum.verbose.YumBase: TSINFO: Marking libasyncns-0.8-6.fc20.x86_64 as install for pulseaudio-libs-5.0-3.fc21.x86_64 >20:03:22,690 DEBUG yum.verbose.YumBase: TSINFO: Marking python-xpyb-1.3.1-2.fc20.x86_64 as install for pycairo-1.8.10-8.fc21.x86_64 >20:03:22,693 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.4.3-1.fc21.x86_64 as install for pygpgme-0.3-8.fc21.x86_64 >20:03:22,694 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-1.fc21.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >20:03:22,694 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-1.fc21.x86_64 to require for libgpgme.so.11()(64bit) >20:03:22,696 DEBUG yum.verbose.YumBase: TSINFO: Marking libglade2-2.6.4-10.fc21.x86_64 as install for pygtk2-libglade-2.24.0-8.fc21.x86_64 >20:03:22,698 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.6.1-1.fc21.noarch as install for python-iniparse-0.4-12.fc21.noarch >20:03:22,699 DEBUG yum.verbose.YumBase: TSINFO: Marking python-chardet-2.0.1-7.fc20.noarch as install for python-kitchen-1.1.1-5.fc20.noarch >20:03:22,702 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cssselect-0.9.1-1.fc21.noarch as install for python-lxml-3.3.5-1.fc21.x86_64 >20:03:22,703 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-6.fc21.x86_64 as install for python-lxml-3.3.5-1.fc21.x86_64 >20:03:22,704 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.1.26)(64bit) >20:03:22,704 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.1.2)(64bit) >20:03:22,704 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.0.24)(64bit) >20:03:22,704 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.0.22)(64bit) >20:03:22,704 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.0.18)(64bit) >20:03:22,704 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libxslt.so.1(LIBXML2_1.0.11)(64bit) >20:03:22,704 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libxslt.so.1()(64bit) >20:03:22,705 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-6.fc21.x86_64 to require for libexslt.so.0()(64bit) >20:03:22,706 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-9.14-1.fc21.x86_64 as install for python-pillow-2.4.0-3.fc21.x86_64 >20:03:22,707 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebp-0.4.0-3.fc21.x86_64 as install for python-pillow-2.4.0-3.fc21.x86_64 >20:03:22,708 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.0-3.fc21.x86_64 to require for libwebpdemux.so.1()(64bit) >20:03:22,708 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.0-3.fc21.x86_64 to require for libwebp.so.5()(64bit) >20:03:22,708 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg2-2.0.0-5.fc21.x86_64 as install for python-pillow-2.4.0-3.fc21.x86_64 >20:03:22,709 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-1.fc21.noarch as install for python-slip-dbus-0.6.0-1.fc21.noarch >20:03:22,710 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.3.1-1.fc21.x86_64 as install for python-urlgrabber-3.10.1-0.fc21.noarch >20:03:22,712 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-cairo-1.10.0-6.fc20.x86_64 as install for python3-gobject-3.13.1-1.fc21.x86_64 >20:03:22,715 DEBUG yum.verbose.YumBase: TSINFO: Marking dwz-0.11-2.fc21.x86_64 as install for redhat-rpm-config-21-1.fc21.noarch >20:03:22,715 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-srpm-macros-1-11.fc21.noarch as install for redhat-rpm-config-21-1.fc21.noarch >20:03:22,716 DEBUG yum.verbose.YumBase: TSINFO: Marking ocaml-srpm-macros-2-1.fc21.noarch as install for redhat-rpm-config-21-1.fc21.noarch >20:03:22,717 DEBUG yum.verbose.YumBase: TSINFO: Marking ghc-srpm-macros-1.2.7-1.fc21.noarch as install for redhat-rpm-config-21-1.fc21.noarch >20:03:22,739 DEBUG yum.verbose.YumBase: TSINFO: Marking pytalloc-2.1.0-3.fc21.x86_64 as install for 2:samba-libs-4.1.6-2.fc21.x86_64 >20:03:22,739 DEBUG yum.verbose.YumBase: Quick matched pytalloc-2.1.0-3.fc21.x86_64 to require for libpytalloc-util.so.2()(64bit) >20:03:22,744 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-plugins-3.0.60-1.fc21.noarch as install for setroubleshoot-server-3.2.18-1.1.fc21.x86_64 >20:03:22,745 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.2.2-8.fc21.x86_64 as install for setroubleshoot-server-3.2.18-1.1.fc21.x86_64 >20:03:22,746 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-python-2.3.6-1.fc21.x86_64 as install for setroubleshoot-server-3.2.18-1.1.fc21.x86_64 >20:03:22,749 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-common-1.11.5.1-3.fc21.x86_64 as install for sssd-ad-1.11.5.1-3.fc21.x86_64 >20:03:22,750 DEBUG yum.verbose.YumBase: Quick matched sssd-krb5-common-1.11.5.1-3.fc21.x86_64 to require for libsss_krb5_common.so()(64bit) >20:03:22,750 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_idmap-1.11.5.1-3.fc21.x86_64 as install for sssd-ad-1.11.5.1-3.fc21.x86_64 >20:03:22,751 DEBUG yum.verbose.YumBase: TSINFO: Marking libdhash-0.4.3-21.fc21.x86_64 as install for sssd-ad-1.11.5.1-3.fc21.x86_64 >20:03:22,755 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-client-1.11.5.1-3.fc21.x86_64 as install for sssd-common-1.11.5.1-3.fc21.x86_64 >20:03:22,756 DEBUG yum.verbose.YumBase: TSINFO: Marking libini_config-1.0.0.1-21.fc21.x86_64 as install for sssd-common-1.11.5.1-3.fc21.x86_64 >20:03:22,756 DEBUG yum.verbose.YumBase: Quick matched libini_config-1.0.0.1-21.fc21.x86_64 to require for libini_config.so.3()(64bit) >20:03:22,757 DEBUG yum.verbose.YumBase: TSINFO: Marking libcollection-0.6.2-21.fc21.x86_64 as install for sssd-common-1.11.5.1-3.fc21.x86_64 >20:03:22,757 DEBUG yum.verbose.YumBase: TSINFO: Marking c-ares-1.10.0-2.fc20.x86_64 as install for sssd-common-1.11.5.1-3.fc21.x86_64 >20:03:22,762 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-1.11.5.1-3.fc21.x86_64 as install for sssd-ipa-1.11.5.1-3.fc21.x86_64 >20:03:22,762 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.11.5.1-3.fc21.x86_64 to require for libipa_hbac.so.0()(64bit) >20:03:22,767 DEBUG yum.verbose.YumBase: TSINFO: Marking javapackages-tools-3.5.0-7.fc21.noarch as install for tagsoup-1.2.1-6.fc20.noarch >20:03:22,768 DEBUG yum.verbose.YumBase: Quick matched javapackages-tools-3.5.0-7.fc21.noarch to require for jpackage-utils >20:03:22,769 DEBUG yum.verbose.YumBase: TSINFO: Marking libteam-1.10-1.fc21.x86_64 as install for teamd-1.10-1.fc21.x86_64 >20:03:22,770 DEBUG yum.verbose.YumBase: Quick matched libteam-1.10-1.fc21.x86_64 to require for libteam.so.5()(64bit) >20:03:22,770 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-cli-3.2.24-2.fc21.x86_64 as install for teamd-1.10-1.fc21.x86_64 >20:03:22,771 DEBUG yum.verbose.YumBase: TSINFO: Marking jansson-2.6-3.fc21.x86_64 as install for teamd-1.10-1.fc21.x86_64 >20:03:22,773 DEBUG yum.verbose.YumBase: TSINFO: Marking tintwizard-0.3.4-7.fc20.noarch as install for tint2-0.11-10.fc20.x86_64 >20:03:22,774 DEBUG yum.verbose.YumBase: TSINFO: Marking imlib2-1.4.5-10.fc20.x86_64 as install for tint2-0.11-10.fc20.x86_64 >20:03:22,775 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-0.9.4-2.fc21.x86_64 as install for totem-pl-parser-3.10.2-1.fc21.x86_64 >20:03:22,779 DEBUG yum.verbose.YumBase: TSINFO: Marking libosinfo-0.2.9-1.fc21.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >20:03:22,779 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.3)(64bit) >20:03:22,779 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.3)(64bit) >20:03:22,780 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.1)(64bit) >20:03:22,780 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-1.fc21.x86_64 to require for libosinfo-1.0.so.0()(64bit) >20:03:22,780 DEBUG yum.verbose.YumBase: TSINFO: Marking libiptcdata-1.0.4-10.fc20.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >20:03:22,781 DEBUG yum.verbose.YumBase: TSINFO: Marking libgsf-1.14.29-1.fc21.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >20:03:22,782 DEBUG yum.verbose.YumBase: TSINFO: Marking enca-1.15-1.fc21.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >20:03:22,782 DEBUG yum.verbose.YumBase: TSINFO: Marking libcue-1.4.0-3.fc21.x86_64 as install for tracker-1.0.1-1.fc21.x86_64 >20:03:22,785 DEBUG yum.verbose.YumBase: TSINFO: Marking smp_utils-0.97-5.fc20.x86_64 as install for udisks-1.0.4-13.fc21.x86_64 >20:03:22,785 DEBUG yum.verbose.YumBase: TSINFO: Marking libatasmart-0.19-5.fc20.x86_64 as install for udisks-1.0.4-13.fc21.x86_64 >20:03:22,786 DEBUG yum.verbose.YumBase: TSINFO: Marking xfsprogs-3.2.0-0.5.rc3.fc21.x86_64 as install for udisks-1.0.4-13.fc21.x86_64 >20:03:22,787 DEBUG yum.verbose.YumBase: TSINFO: Marking mtools-4.0.18-4.fc20.x86_64 as install for udisks-1.0.4-13.fc21.x86_64 >20:03:22,788 DEBUG yum.verbose.YumBase: TSINFO: Marking sg3_utils-libs-1.38-1.fc21.x86_64 as install for udisks-1.0.4-13.fc21.x86_64 >20:03:22,790 DEBUG yum.verbose.YumBase: TSINFO: Marking gdisk-0.8.10-2.fc21.x86_64 as install for udisks2-2.1.3-1.fc21.x86_64 >20:03:22,792 DEBUG yum.verbose.YumBase: TSINFO: Marking libplist-1.11-1.fc21.x86_64 as install for upower-0.99.0-4.fc21.x86_64 >20:03:22,792 DEBUG yum.verbose.YumBase: TSINFO: Marking libimobiledevice-1.1.6-1.fc21.x86_64 as install for upower-0.99.0-4.fc21.x86_64 >20:03:22,796 DEBUG yum.verbose.YumBase: TSINFO: Marking vte-profile-0.37.0-2.fc21.x86_64 as install for vte291-0.37.0-2.fc21.x86_64 >20:03:22,801 DEBUG yum.verbose.YumBase: TSINFO: Marking geoclue2-2.1.8-1.fc21.x86_64 as install for webkitgtk3-2.4.1-2.fc21.x86_64 >20:03:22,802 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-icu-0.9.28-1.fc21.x86_64 as install for webkitgtk3-2.4.1-2.fc21.x86_64 >20:03:22,805 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-extra-3.15.0-0.rc4.git4.1.fc21.x86_64 as install for xl2tpd-1.3.1-14.fc20.x86_64 >20:03:22,806 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-xkb-utils-7.7-8.fc20.x86_64 as install for xorg-x11-server-common-1.15.99.902-5.20140428.fc21.x86_64 >20:03:22,807 DEBUG yum.verbose.YumBase: TSINFO: Marking mcpp-2.7.2-11.fc21.x86_64 as install for xorg-x11-server-utils-7.7-4.fc21.x86_64 >20:03:22,810 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:yelp-libs-3.12.0-1.fc21.x86_64 as install for 1:yelp-3.12.0-1.fc21.x86_64 >20:03:22,811 DEBUG yum.verbose.YumBase: TSINFO: Marking yelp-xsl-3.12.0-1.fc21.noarch as install for 1:yelp-3.12.0-1.fc21.x86_64 >20:03:22,811 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-user-docs-3.12.1-1.fc21.noarch as install for 1:yelp-3.12.0-1.fc21.x86_64 >20:03:22,814 DEBUG yum.verbose.YumBase: TSINFO: Marking zukitwo-common-20131210-1.fc21.noarch as install for zukitwo-gtk2-theme-20131210-1.fc21.noarch >20:03:22,815 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk-murrine-engine-0.98.2-5.fc21.x86_64 as install for zukitwo-gtk2-theme-20131210-1.fc21.noarch >20:03:22,820 DEBUG yum.verbose.YumBase: TSINFO: Marking libIDL-0.8.14-7.fc21.x86_64 as install for ORBit2-2.14.19-11.fc21.x86_64 >20:03:22,823 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-dbus-1.2.0-1.fc21.x86_64 as install for abrt-python3-2.2.1-3.fc21.x86_64 >20:03:22,824 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python3-2.2.2-3.fc21.x86_64 as install for abrt-python3-2.2.1-3.fc21.x86_64 >20:03:22,829 DEBUG yum.verbose.YumBase: TSINFO: Marking python-meh-0.32-1.fc21.noarch as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,829 DEBUG yum.verbose.YumBase: TSINFO: Marking python-blivet-0.52-1.fc21.noarch as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,830 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pyparted-3.9.3-1.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,831 DEBUG yum.verbose.YumBase: TSINFO: Marking pykickstart-1.99.54-1.fc21.noarch as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,832 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-anaconda-2.2.2-3.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,833 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:isomd5sum-1.0.12-1.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,833 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-6.2.0.873-21.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,834 DEBUG yum.verbose.YumBase: TSINFO: Marking fcoe-utils-1.0.29-3.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,835 DEBUG yum.verbose.YumBase: TSINFO: Marking dnf-0.5.1-1.fc21.noarch as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,836 DEBUG yum.verbose.YumBase: TSINFO: Marking pytz-2012d-5.fc20.noarch as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,837 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pwquality-1.2.3-2.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,837 DEBUG yum.verbose.YumBase: TSINFO: Marking python-ntplib-0.3.2-1.fc21.noarch as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,838 DEBUG yum.verbose.YumBase: TSINFO: Marking python-nss-0.15.0-2.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,839 DEBUG yum.verbose.YumBase: TSINFO: Marking python-coverage-3.7-1.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,840 DEBUG yum.verbose.YumBase: TSINFO: Marking python-IPy-0.81-9.fc21.noarch as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,840 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-python-0.60-3.fc21.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,841 DEBUG yum.verbose.YumBase: TSINFO: Marking hfsplus-tools-540.1.linux3-4.fc20.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,842 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-4.fc20.x86_64 as install for anaconda-core-21.36-1.fc21.x86_64 >20:03:22,843 DEBUG yum.verbose.YumBase: TSINFO: Marking glade-libs-3.18.2-1.fc21.x86_64 as install for anaconda-widgets-21.36-1.fc21.x86_64 >20:03:22,847 DEBUG yum.verbose.YumBase: TSINFO: Marking libXevie-1.0.3-7.fc21.x86_64 as install for at-spi2-core-2.13.1-1.fc21.x86_64 >20:03:22,850 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.20.2-2.fc21.x86_64 as install for ca-certificates-2013.1.97-2.fc21.noarch >20:03:22,854 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.1-1.fc21.x86_64 as install for crash-7.0.5-1.fc21.x86_64 >20:03:22,858 DEBUG yum.verbose.YumBase: TSINFO: Marking cups-filters-libs-1.0.53-1.fc21.x86_64 as install for cups-filters-1.0.53-1.fc21.x86_64 >20:03:22,859 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-utils-0.24.3-3.fc21.x86_64 as install for cups-filters-1.0.53-1.fc21.x86_64 >20:03:22,860 DEBUG yum.verbose.YumBase: TSINFO: Marking qpdf-libs-5.1.1-1.fc21.x86_64 as install for cups-filters-1.0.53-1.fc21.x86_64 >20:03:22,861 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:liberation-mono-fonts-1.07.4-2.fc21.noarch as install for cups-filters-1.0.53-1.fc21.x86_64 >20:03:22,862 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-0.24.3-3.fc21.x86_64 as install for cups-filters-1.0.53-1.fc21.x86_64 >20:03:22,863 DEBUG yum.verbose.YumBase: Quick matched cups-filters-libs-1.0.53-1.fc21.x86_64 to require for libcupsfilters.so.1()(64bit) >20:03:22,863 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-gnome-20.0.0-1.fc21.noarch as install for desktop-backgrounds-gnome-20.0.0-1.fc21.noarch >20:03:22,873 DEBUG yum.verbose.YumBase: TSINFO: Marking libunistring-0.9.3-9.fc21.x86_64 as install for gettext-0.18.3.2-1.fc21.x86_64 >20:03:22,874 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-libs-0.18.3.2-1.fc21.x86_64 as install for gettext-0.18.3.2-1.fc21.x86_64 >20:03:22,875 DEBUG yum.verbose.YumBase: Quick matched gettext-libs-0.18.3.2-1.fc21.x86_64 to require for libgettextlib-0.18.3.so()(64bit) >20:03:22,877 DEBUG yum.verbose.YumBase: TSINFO: Marking urw-fonts-2.4-18.fc21.noarch as install for ghostscript-9.14-1.fc21.x86_64 >20:03:22,878 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-data-0.4.6-4.fc21.noarch as install for ghostscript-9.14-1.fc21.x86_64 >20:03:22,878 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-fonts-5.50-32.fc21.noarch as install for ghostscript-9.14-1.fc21.x86_64 >20:03:22,880 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-headers-3.15.0-0.rc4.git4.1.fc21.x86_64 as install for glibc-headers-2.19.90-12.fc21.x86_64 >20:03:22,880 DEBUG yum.verbose.YumBase: Quick matched kernel-headers-3.15.0-0.rc4.git4.1.fc21.x86_64 to require for kernel-headers >20:03:22,885 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-glib-0.24.0-1.fc21.x86_64 as install for gnome-online-accounts-3.13.1-1.fc21.x86_64 >20:03:22,885 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.9.0)(64bit) >20:03:22,885 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.9)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.36)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.32)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.18)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.17)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.15)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.1)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.0)(64bit) >20:03:22,886 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.9)(64bit) >20:03:22,887 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.4)(64bit) >20:03:22,887 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.3)(64bit) >20:03:22,887 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.1)(64bit) >20:03:22,887 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.0)(64bit) >20:03:22,887 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.6)(64bit) >20:03:22,887 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.5)(64bit) >20:03:22,887 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.9)(64bit) >20:03:22,887 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.8)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.2)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.9)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.7)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.4)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.3)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.13)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.11)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.1)(64bit) >20:03:22,888 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-1.fc21.x86_64 to require for libtelepathy-glib.so.0()(64bit) >20:03:22,891 DEBUG yum.verbose.YumBase: TSINFO: Marking pyorbit-2.24.0-14.fc20.x86_64 as install for gnome-python2-bonobo-2.28.1-13.fc20.x86_64 >20:03:22,894 DEBUG yum.verbose.YumBase: TSINFO: Marking gamin-0.1.10-15.fc21.x86_64 as install for gnome-vfs2-2.24.4-14.fc21.x86_64 >20:03:22,899 DEBUG yum.verbose.YumBase: TSINFO: Marking graphite2-1.2.4-1.fc21.x86_64 as install for harfbuzz-0.9.28-1.fc21.x86_64 >20:03:22,906 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-java-2014b-1.fc21.noarch as install for 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 >20:03:22,907 DEBUG yum.verbose.YumBase: TSINFO: Marking python-javapackages-3.5.0-7.fc21.noarch as install for javapackages-tools-3.5.0-7.fc21.noarch >20:03:22,909 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-037-11.git20140402.fc21.x86_64 as install for kexec-tools-2.0.6-5.fc21.x86_64 >20:03:22,927 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbmuxd-1.0.9-1.fc21.x86_64 as install for libimobiledevice-1.1.6-1.fc21.x86_64 >20:03:22,929 DEBUG yum.verbose.YumBase: TSINFO: Marking libref_array-0.1.3-21.fc21.x86_64 as install for libini_config-1.0.0.1-21.fc21.x86_64 >20:03:22,929 DEBUG yum.verbose.YumBase: TSINFO: Marking libpath_utils-0.2.1-21.fc21.x86_64 as install for libini_config-1.0.0.1-21.fc21.x86_64 >20:03:22,930 DEBUG yum.verbose.YumBase: TSINFO: Marking libbasicobjects-0.1.0-21.fc21.x86_64 as install for libini_config-1.0.0.1-21.fc21.x86_64 >20:03:22,938 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-7.fc21.x86_64 as install for libproxy-0.4.11-8.fc21.x86_64 >20:03:22,940 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-scripts-0.9.20131130-1.fc21.noarch as install for libquvi-0.9.4-2.fc21.x86_64 >20:03:22,942 DEBUG yum.verbose.YumBase: TSINFO: Marking libtar-1.2.20-3.fc21.x86_64 as install for libreport-plugin-reportuploader-2.2.2-3.fc21.x86_64 >20:03:22,944 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-devel-2.3-1.fc21.x86_64 as install for libselinux-devel-2.2.2-8.fc21.x86_64 >20:03:22,945 DEBUG yum.verbose.YumBase: Quick matched libsepol-devel-2.3-1.fc21.x86_64 to require for pkgconfig(libsepol) >20:03:22,945 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-devel-8.35-2.fc21.x86_64 as install for libselinux-devel-2.2.2-8.fc21.x86_64 >20:03:22,956 DEBUG yum.verbose.YumBase: TSINFO: Marking libmcpp-2.7.2-11.fc21.x86_64 as install for mcpp-2.7.2-11.fc21.x86_64 >20:03:22,959 DEBUG yum.verbose.YumBase: TSINFO: Marking pakchois-0.4-9.fc20.x86_64 as install for neon-0.30.0-2.fc20.x86_64 >20:03:22,961 DEBUG yum.verbose.YumBase: TSINFO: Marking python-nose-1.3.0-2.fc21.noarch as install for 1:numpy-1.8.1-1.fc21.x86_64 >20:03:22,962 DEBUG yum.verbose.YumBase: TSINFO: Marking atlas-3.10.1-12.fc21.x86_64 as install for 1:numpy-1.8.1-1.fc21.x86_64 >20:03:22,963 DEBUG yum.verbose.YumBase: TSINFO: Marking libquadmath-4.9.0-3.fc21.x86_64 as install for 1:numpy-1.8.1-1.fc21.x86_64 >20:03:22,964 DEBUG yum.verbose.YumBase: TSINFO: Marking lapack-3.5.0-1.fc21.x86_64 as install for 1:numpy-1.8.1-1.fc21.x86_64 >20:03:22,964 DEBUG yum.verbose.YumBase: TSINFO: Marking libgfortran-4.9.0-3.fc21.x86_64 as install for 1:numpy-1.8.1-1.fc21.x86_64 >20:03:22,969 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-plugins-base-0.10.36-7.fc21.x86_64 as install for opencv-2.4.7-6.fc21.x86_64 >20:03:22,970 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-0.10.36-7.fc21.x86_64 as install for opencv-2.4.7-6.fc21.x86_64 >20:03:22,971 DEBUG yum.verbose.YumBase: Quick matched gstreamer-0.10.36-7.fc21.x86_64 to require for libgstbase-0.10.so.0()(64bit) >20:03:22,971 DEBUG yum.verbose.YumBase: TSINFO: Marking libdc1394-2.2.2-1.fc21.x86_64 as install for opencv-2.4.7-6.fc21.x86_64 >20:03:22,972 DEBUG yum.verbose.YumBase: TSINFO: Marking ilmbase-2.1.0-1.fc21.x86_64 as install for opencv-2.4.7-6.fc21.x86_64 >20:03:22,973 DEBUG yum.verbose.YumBase: Quick matched ilmbase-2.1.0-1.fc21.x86_64 to require for libIlmThread-2_1.so.11()(64bit) >20:03:22,973 DEBUG yum.verbose.YumBase: TSINFO: Marking OpenEXR-libs-2.1.0-3.fc21.x86_64 as install for opencv-2.4.7-6.fc21.x86_64 >20:03:22,974 DEBUG yum.verbose.YumBase: Quick matched ilmbase-2.1.0-1.fc21.x86_64 to require for libHalf.so.11()(64bit) >20:03:22,982 DEBUG yum.verbose.YumBase: TSINFO: Marking 3:perl-version-0.99.08-1.fc21.x86_64 as install for 1:perl-Module-CoreList-3.03-298.fc21.noarch >20:03:22,986 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Escapes-1.04-298.fc21.noarch as install for 1:perl-Pod-Simple-3.28-292.fc20.noarch >20:03:22,987 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Encode-2.60-1.fc21.x86_64 as install for 1:perl-Pod-Simple-3.28-292.fc20.noarch >20:03:22,989 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-podlators-2.5.3-1.fc21.noarch as install for perl-Pod-Usage-1.63-4.fc20.noarch >20:03:22,990 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Perldoc-3.23-1.fc21.noarch as install for perl-Pod-Usage-1.63-4.fc20.noarch >20:03:23,002 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-graphics-libs-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-plugin-two-step-0.8.9-4.2013.08.14.fc21.x86_64 >20:03:23,003 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-label-0.8.9-4.2013.08.14.fc21.x86_64 as install for plymouth-plugin-two-step-0.8.9-4.2013.08.14.fc21.x86_64 >20:03:23,005 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-python-2.3-1.fc21.x86_64 as install for policycoreutils-python-2.3-1.fc21.x86_64 >20:03:23,005 DEBUG yum.verbose.YumBase: TSINFO: Marking setools-libs-3.3.8-1.fc21.x86_64 as install for policycoreutils-python-2.3-1.fc21.x86_64 >20:03:23,006 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-1.fc21.x86_64 to require for libqpol.so.1(VERS_1.2)(64bit) >20:03:23,007 DEBUG yum.verbose.YumBase: TSINFO: Marking libcgroup-0.41-2.fc21.x86_64 as install for policycoreutils-python-2.3-1.fc21.x86_64 >20:03:23,008 DEBUG yum.verbose.YumBase: TSINFO: Marking checkpolicy-2.2-1.fc21.x86_64 as install for policycoreutils-python-2.3-1.fc21.x86_64 >20:03:23,008 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-1.fc21.x86_64 to require for libapol.so.4()(64bit) >20:03:23,011 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg-libs-1.5.1-8.fc21.x86_64 as install for poppler-glib-0.24.3-3.fc21.x86_64 >20:03:23,013 DEBUG yum.verbose.YumBase: TSINFO: Marking pyatspi-2.12.0-1.fc21.noarch as install for python-caribou-0.4.13-4.fc21.noarch >20:03:23,021 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-js-common-0.1.2-8.fc20.noarch as install for seed-3.8.1-2.fc21.x86_64 >20:03:23,022 DEBUG yum.verbose.YumBase: TSINFO: Marking m4-1.4.17-4.fc21.x86_64 as install for selinux-policy-devel-3.13.1-50.fc21.noarch >20:03:23,024 DEBUG yum.verbose.YumBase: TSINFO: Marking smp_utils-libs-0.97-5.fc20.x86_64 as install for smp_utils-0.97-5.fc20.x86_64 >20:03:23,027 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_nss_idmap-1.11.5.1-3.fc21.x86_64 as install for sssd-client-1.11.5.1-3.fc21.x86_64 >20:03:23,029 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-gssapi-2.1.26-16.fc21.x86_64 as install for sssd-krb5-common-1.11.5.1-3.fc21.x86_64 >20:03:23,030 DEBUG yum.verbose.YumBase: TSINFO: Marking libtomcrypt-1.17-21.fc21.x86_64 as install for stoken-libs-0.5-1.fc21.x86_64 >20:03:23,036 DEBUG yum.verbose.YumBase: TSINFO: Marking tigervnc-license-1.3.1-4.fc21.noarch as install for tigervnc-server-minimal-1.3.1-4.fc21.x86_64 >20:03:23,043 DEBUG yum.verbose.YumBase: TSINFO: Marking ttmkfdir-3.0.9-41.fc21.x86_64 as install for xorg-x11-fonts-Type1-7.5-9.fc20.noarch >20:03:23,043 DEBUG yum.verbose.YumBase: Quick matched ttmkfdir-3.0.9-41.fc21.x86_64 to require for ttmkfdir >20:03:23,044 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:xorg-x11-font-utils-7.5-18.fc20.x86_64 as install for xorg-x11-fonts-Type1-7.5-9.fc20.noarch >20:03:23,044 DEBUG yum.verbose.YumBase: Quick matched 1:xorg-x11-font-utils-7.5-18.fc20.x86_64 to require for mkfontdir >20:03:23,051 DEBUG yum.verbose.YumBase: TSINFO: Marking python-librepo-1.7.3-1.fc21.x86_64 as install for dnf-0.5.1-1.fc21.noarch >20:03:23,052 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libcomps-0.1.6-10.fc21.x86_64 as install for dnf-0.5.1-1.fc21.noarch >20:03:23,053 DEBUG yum.verbose.YumBase: TSINFO: Marking python-hawkey-0.4.14-1.fc21.x86_64 as install for dnf-0.5.1-1.fc21.noarch >20:03:23,054 DEBUG yum.verbose.YumBase: TSINFO: Marking lldpad-0.9.46-4.fc21.x86_64 as install for fcoe-utils-1.0.29-3.fc21.x86_64 >20:03:23,055 DEBUG yum.verbose.YumBase: TSINFO: Marking libhbalinux-1.0.16-2.fc20.x86_64 as install for fcoe-utils-1.0.29-3.fc21.x86_64 >20:03:23,056 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-multipath-0.4.9-64.fc21.x86_64 as install for fcoe-utils-1.0.29-3.fc21.x86_64 >20:03:23,057 DEBUG yum.verbose.YumBase: TSINFO: Marking libhbaapi-2.2.9-3.fc20.x86_64 as install for fcoe-utils-1.0.29-3.fc21.x86_64 >20:03:23,061 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-tools-0.10.36-7.fc21.x86_64 as install for gstreamer-0.10.36-7.fc21.x86_64 >20:03:23,065 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-iscsiuio-6.2.0.873-21.fc21.x86_64 as install for iscsi-initiator-utils-6.2.0.873-21.fc21.x86_64 >20:03:23,067 DEBUG yum.verbose.YumBase: TSINFO: Marking blas-3.5.0-1.fc21.x86_64 as install for lapack-3.5.0-1.fc21.x86_64 >20:03:23,070 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:liberation-fonts-common-1.07.4-2.fc21.noarch as install for 1:liberation-mono-fonts-1.07.4-2.fc21.noarch >20:03:23,073 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-socket-3.0-0.4rc1.fc21.x86_64 as install for libquvi-scripts-0.9.20131130-1.fc21.noarch >20:03:23,074 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-json-1.3.2-2.fc20.noarch as install for libquvi-scripts-0.9.20131130-1.fc21.noarch >20:03:23,074 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-expat-1.3.0-1.fc21.x86_64 as install for libquvi-scripts-0.9.20131130-1.fc21.noarch >20:03:23,078 DEBUG yum.verbose.YumBase: TSINFO: Marking libtommath-0.42.0-3.fc21.x86_64 as install for libtomcrypt-1.17-21.fc21.x86_64 >20:03:23,078 DEBUG yum.verbose.YumBase: Quick matched libtommath-0.42.0-3.fc21.x86_64 to require for libtommath.so.0()(64bit) >20:03:23,089 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-HTTP-Tiny-0.043-1.fc21.noarch as install for perl-Pod-Perldoc-3.23-1.fc21.noarch >20:03:23,101 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pyblock-0.53-6.fc21.x86_64 as install for python-blivet-0.52-1.fc21.noarch >20:03:23,101 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-python-1.6.4-2.fc21.x86_64 as install for python-blivet-0.52-1.fc21.noarch >20:03:23,102 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-2.02.106-3.fc21.x86_64 as install for python-blivet-0.52-1.fc21.noarch >20:03:23,104 DEBUG yum.verbose.YumBase: TSINFO: Marking python-setuptools-2.0-2.fc21.noarch as install for python-coverage-3.7-1.fc21.x86_64 >20:03:23,115 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-multipath-libs-0.4.9-64.fc21.x86_64 as install for device-mapper-multipath-0.4.9-64.fc21.x86_64 >20:03:23,115 DEBUG yum.verbose.YumBase: Quick matched device-mapper-multipath-libs-0.4.9-64.fc21.x86_64 to require for libmultipath.so.0()(64bit) >20:03:23,115 DEBUG yum.verbose.YumBase: Quick matched device-mapper-multipath-libs-0.4.9-64.fc21.x86_64 to require for libmpathpersist.so.0()(64bit) >20:03:23,118 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl-1.1.4-3.fc21.x86_64 as install for lldpad-0.9.46-4.fc21.x86_64 >20:03:23,119 DEBUG yum.verbose.YumBase: TSINFO: Marking libconfig-1.4.9-5.fc21.x86_64 as install for lldpad-0.9.46-4.fc21.x86_64 >20:03:23,120 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-lpeg-0.12-2.fc21.x86_64 as install for lua-json-1.3.2-2.fc20.noarch >20:03:23,122 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.106-3.fc21.x86_64 as install for lvm2-2.02.106-3.fc21.x86_64 >20:03:23,123 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.3.2-1.fc21.x86_64 as install for lvm2-2.02.106-3.fc21.x86_64 >20:03:23,124 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.85-3.fc21.x86_64 as install for lvm2-2.02.106-3.fc21.x86_64 >20:03:23,127 DEBUG yum.verbose.YumBase: TSINFO: Marking hawkey-0.4.14-1.fc21.x86_64 as install for python-hawkey-0.4.14-1.fc21.x86_64 >20:03:23,128 DEBUG yum.verbose.YumBase: TSINFO: Marking libsolv-0.6.1-0.gitf78f5de.fc21.x86_64 as install for python-hawkey-0.4.14-1.fc21.x86_64 >20:03:23,129 DEBUG yum.verbose.YumBase: Quick matched libsolv-0.6.1-0.gitf78f5de.fc21.x86_64 to require for libsolv.so.0()(64bit) >20:03:23,130 DEBUG yum.verbose.YumBase: TSINFO: Marking libcomps-0.1.6-10.fc21.x86_64 as install for python-libcomps-0.1.6-10.fc21.x86_64 >20:03:23,130 DEBUG yum.verbose.YumBase: Quick matched libcomps-0.1.6-10.fc21.x86_64 to require for libcomps.so.0.1.6()(64bit) >20:03:23,131 DEBUG yum.verbose.YumBase: TSINFO: Marking librepo-1.7.3-1.fc21.x86_64 as install for python-librepo-1.7.3-1.fc21.x86_64 >20:03:23,132 DEBUG yum.verbose.YumBase: Quick matched librepo-1.7.3-1.fc21.x86_64 to require for librepo.so.0()(64bit) >20:03:23,133 DEBUG yum.verbose.YumBase: TSINFO: Marking dmraid-1.0.0.rc16-23.fc21.x86_64 as install for python-pyblock-0.53-6.fc21.x86_64 >20:03:23,133 DEBUG yum.verbose.YumBase: Quick matched dmraid-1.0.0.rc16-23.fc21.x86_64 to require for libdmraid.so.1()(64bit) >20:03:23,134 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-ssl_match_hostname-3.4.0.2-1.fc21.noarch as install for python-setuptools-2.0-2.fc21.noarch >20:03:23,137 DEBUG yum.verbose.YumBase: TSINFO: Marking dmraid-events-1.0.0.rc16-23.fc21.x86_64 as install for dmraid-1.0.0.rc16-23.fc21.x86_64 >20:03:23,142 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.85-3.fc21.x86_64 as install for lvm2-libs-2.02.106-3.fc21.x86_64 >20:03:23,144 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-1.0-3.fc21.x86_64 as install for python-backports-ssl_match_hostname-3.4.0.2-1.fc21.noarch >20:03:23,146 DEBUG yum.verbose.YumBase: TSINFO: Marking sgpio-1.2.0.10-12.fc20.x86_64 as install for dmraid-events-1.0.0.rc16-23.fc21.x86_64 >20:03:23,250 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-GB-0.20121024-7.fc21.noarch as install for hunspell-en-0.20121024-7.fc21.noarch >20:03:23,839 DEBUG yum.verbose.YumBase: Depsolve time: 2.337 >20:03:23,856 INFO packaging: 1086 packages selected totalling 3041.98 MiB >20:03:24,526 INFO packaging: Running anaconda-yum to install packages >20:03:25,320 INFO packaging: populate transaction set >20:03:36,854 INFO packaging: check transaction set >20:03:36,955 INFO packaging: order transaction set >20:03:36,987 INFO packaging: running transaction >20:15:33,471 INFO packaging: transaction complete >20:15:33,636 INFO packaging: ==== start rpm scriptlet logs ==== >20:15:33,636 INFO packaging: warning: fontpackages-filesystem-1.44-9.fc20.noarch: Header V3 RSA/SHA256 Signature, key ID 246110c1: NOKEY > >20:15:33,637 INFO packaging: libgcc-4.9.0-3.fc21.x86_64 (1/1086) > >20:15:33,637 INFO packaging: hwdata-0.265-1.fc21.noarch (2/1086) > >20:15:33,637 INFO packaging: fontpackages-filesystem-1.44-9.fc20.noarch (3/1086) > >20:15:33,638 INFO packaging: cinnamon-translations-2.2.1-1.fc21.noarch (4/1086) > >20:15:33,638 INFO packaging: libreport-filesystem-2.2.2-3.fc21.x86_64 (5/1086) > >20:15:33,638 INFO packaging: cinnamon-control-center-filesystem-2.2.4-2.fc21.x86_64 (6/1086) > >20:15:33,638 INFO packaging: mozilla-filesystem-1.9-10.fc20.x86_64 (7/1086) > >20:15:33,639 INFO packaging: xkeyboard-config-2.11-1.fc21.noarch (8/1086) > >20:15:33,639 INFO packaging: digifarma-release-20-1.noarch (9/1086) > >20:15:33,639 INFO packaging: setup-2.9.0-1.fc21.noarch (10/1086) > >20:15:33,640 INFO packaging: filesystem-3.2-24.fc21.x86_64 (11/1086) > >20:15:33,640 INFO packaging: 32:bind-license-9.9.5-3.fc21.noarch (12/1086) > >20:15:33,640 INFO packaging: langtable-0.0.24-1.fc21.noarch (13/1086) > >20:15:33,640 INFO packaging: langtable-data-0.0.24-1.fc21.noarch (14/1086) > >20:15:33,641 INFO packaging: tzdata-2014b-1.fc21.noarch (15/1086) > >20:15:33,641 INFO packaging: heisenbug-backgrounds-base-20.0.0-1.fc21.noarch (16/1086) > >20:15:33,641 INFO packaging: poppler-data-0.4.6-4.fc21.noarch (17/1086) > >20:15:33,641 INFO packaging: zukitwo-common-20131210-1.fc21.noarch (18/1086) > >20:15:33,642 INFO packaging: 1:cups-filesystem-1.7.2-3.fc21.noarch (19/1086) > >20:15:33,642 INFO packaging: zukitwo-gtk3-theme-20131210-1.fc21.noarch (20/1086) > >20:15:33,642 INFO packaging: heisenbug-backgrounds-gnome-20.0.0-1.fc21.noarch (21/1086) > >20:15:33,642 INFO packaging: desktop-backgrounds-compat-20.0.0-1.fc21.noarch (22/1086) > >20:15:33,643 INFO packaging: basesystem-10.0-9.fc20.noarch (23/1086) > >20:15:33,643 INFO packaging: 1:liberation-fonts-common-1.07.4-2.fc21.noarch (24/1086) > >20:15:33,643 INFO packaging: ocaml-srpm-macros-2-1.fc21.noarch (25/1086) > >20:15:33,644 INFO packaging: mobile-broadband-provider-info-1.20120614-4.fc20.noarch (26/1086) > >20:15:33,644 INFO packaging: linux-firmware-20140317-37.gitdec41bce.fc21.noarch (27/1086) > >20:15:33,644 INFO packaging: mesa-filesystem-10.2-0.3.rc1.20140505.fc21.x86_64 (28/1086) > >20:15:33,645 INFO packaging: libX11-common-1.6.1-1.fc21.noarch (29/1086) > >20:15:33,645 INFO packaging: gnome-js-common-0.1.2-8.fc20.noarch (30/1086) > >20:15:33,645 INFO packaging: gnome-user-docs-3.12.1-1.fc21.noarch (31/1086) > >20:15:33,645 INFO packaging: vte-profile-0.37.0-2.fc21.x86_64 (32/1086) > >20:15:33,646 INFO packaging: kbd-legacy-2.0.1-6.fc21.noarch (33/1086) > >20:15:33,646 INFO packaging: mailcap-2.1.42-1.fc21.noarch (34/1086) > >20:15:33,646 INFO packaging: 1:quota-nls-4.01-12.fc21.noarch (35/1086) > >20:15:33,646 INFO packaging: 1:emacs-filesystem-24.3-16.fc21.noarch (36/1086) > >20:15:33,646 INFO packaging: kernel-headers-3.15.0-0.rc4.git4.1.fc21.x86_64 (37/1086) > >20:15:33,647 INFO packaging: perl-srpm-macros-1-11.fc21.noarch (38/1086) > >20:15:33,647 INFO packaging: libwacom-data-0.9-2.fc21.noarch (39/1086) > >20:15:33,647 INFO packaging: 2:vim-filesystem-7.4.258-2.fc21.x86_64 (40/1086) > >20:15:33,647 INFO packaging: ghc-srpm-macros-1.2.7-1.fc21.noarch (41/1086) > >20:15:33,647 INFO packaging: kbd-misc-2.0.1-6.fc21.noarch (42/1086) > >20:15:33,648 INFO packaging: digifarma-logos-httpd-21.0.1-1.fc20.noarch (43/1086) > >20:15:33,648 INFO packaging: 1:control-center-filesystem-3.13.1-4.fc21.x86_64 (44/1086) > >20:15:33,648 INFO packaging: shim-unsigned-0.7-1.fc20.x86_64 (45/1086) > >20:15:33,648 INFO packaging: ncurses-base-5.9-13.20140323.fc21.noarch (46/1086) > >20:15:33,648 INFO packaging: nss-softokn-freebl-3.16.1-1.fc21.x86_64 (47/1086) > >20:15:33,649 INFO packaging: glibc-common-2.19.90-12.fc21.x86_64 (48/1086) > >20:15:33,649 INFO packaging: glibc-2.19.90-12.fc21.x86_64 (49/1086) > >20:15:33,649 INFO packaging: libstdc++-4.9.0-3.fc21.x86_64 (50/1086) > >20:15:33,649 INFO packaging: ncurses-libs-5.9-13.20140323.fc21.x86_64 (51/1086) > >20:15:33,649 INFO packaging: bash-4.3.11-1.fc21.x86_64 (52/1086) > >20:15:33,650 INFO packaging: xz-libs-5.1.2-8alpha.fc21.x86_64 (53/1086) > >20:15:33,650 INFO packaging: libsepol-2.3-1.fc21.x86_64 (54/1086) > >20:15:33,650 INFO packaging: pcre-8.35-2.fc21.x86_64 (55/1086) > >20:15:33,650 INFO packaging: libselinux-2.2.2-8.fc21.x86_64 (56/1086) > >20:15:33,650 INFO packaging: zlib-1.2.8-4.fc21.x86_64 (57/1086) > >20:15:33,651 INFO packaging: libxml2-2.9.1-2.fc21.x86_64 (58/1086) > >20:15:33,651 INFO packaging: 1:dbus-libs-1.6.18-3.fc21.x86_64 (59/1086) > >20:15:33,651 INFO packaging: libcom_err-1.42.9-2.fc21.x86_64 (60/1086) > >20:15:33,651 INFO packaging: info-5.2-2.fc21.x86_64 (61/1086) > >20:15:33,652 INFO packaging: libjpeg-turbo-1.3.1-2.fc21.x86_64 (62/1086) > >20:15:33,652 INFO packaging: nspr-4.10.5-1.fc21.x86_64 (63/1086) > >20:15:33,652 INFO packaging: popt-1.16-2.fc21.x86_64 (64/1086) > >20:15:33,652 INFO packaging: chkconfig-1.3.61-1.fc21.x86_64 (65/1086) > >20:15:33,652 INFO packaging: bzip2-libs-1.0.6-11.fc21.x86_64 (66/1086) > >20:15:33,653 INFO packaging: 2:libpng-1.6.10-1.fc21.x86_64 (67/1086) > >20:15:33,653 INFO packaging: freetype-2.5.3-5.fc21.x86_64 (68/1086) > >20:15:33,653 INFO packaging: expat-2.1.0-7.fc21.x86_64 (69/1086) > >20:15:33,653 INFO packaging: nss-util-3.16.1-1.fc21.x86_64 (70/1086) > >20:15:33,653 INFO packaging: audit-libs-2.3.6-1.fc21.x86_64 (71/1086) > >20:15:33,654 INFO packaging: readline-6.2-8.fc21.x86_64 (72/1086) > >20:15:33,654 INFO packaging: libuuid-2.24.2-2.fc21.x86_64 (73/1086) > >20:15:33,654 INFO packaging: sqlite-3.8.4.3-1.fc21.x86_64 (74/1086) > >20:15:33,654 INFO packaging: libffi-3.0.13-5.fc21.x86_64 (75/1086) > >20:15:33,654 INFO packaging: 1:pkgconfig-0.28-3.fc21.x86_64 (76/1086) > >20:15:33,655 INFO packaging: glib2-2.40.0-1.fc21.x86_64 (77/1086) > >20:15:33,655 INFO packaging: shared-mime-info-1.3-1.fc21.x86_64 (78/1086) > >20:15:33,655 INFO packaging: atk-2.13.1-1.fc21.x86_64 (79/1086) > >20:15:33,655 INFO packaging: dbus-glib-0.100.2-2.fc21.x86_64 (80/1086) > >20:15:33,655 INFO packaging: gobject-introspection-1.40.0-2.fc21.x86_64 (81/1086) > >20:15:33,656 INFO packaging: libgpg-error-1.12-1.fc21.x86_64 (82/1086) > >20:15:33,656 INFO packaging: libgcrypt-1.6.1-2.fc21.x86_64 (83/1086) > >20:15:33,656 INFO packaging: json-glib-1.0.0-1.fc21.x86_64 (84/1086) > >20:15:33,656 INFO packaging: libICE-1.0.8-6.fc21.x86_64 (85/1086) > >20:15:33,656 INFO packaging: libSM-1.2.1-6.fc21.x86_64 (86/1086) > >20:15:33,656 INFO packaging: gstreamer1-1.2.4-1.fc21.x86_64 (87/1086) > >20:15:33,657 INFO packaging: grep-2.18-1.fc21.x86_64 (88/1086) > >20:15:33,657 INFO packaging: libwayland-client-1.4.0-1.fc21.x86_64 (89/1086) > >20:15:33,657 INFO packaging: libtalloc-2.1.0-3.fc21.x86_64 (90/1086) > >20:15:33,657 INFO packaging: libdb-5.3.28-4.fc21.x86_64 (91/1086) > >20:15:33,657 INFO packaging: lua-5.2.2-5.fc21.x86_64 (92/1086) > >20:15:33,658 INFO packaging: 2:libogg-1.3.0-6.fc21.x86_64 (93/1086) > >20:15:33,658 INFO packaging: libsecret-0.18-1.fc21.x86_64 (94/1086) > >20:15:33,658 INFO packaging: libwayland-server-1.4.0-1.fc21.x86_64 (95/1086) > >20:15:33,658 INFO packaging: augeas-libs-1.2.0-2.fc21.x86_64 (96/1086) > >20:15:33,658 INFO packaging: keyutils-libs-1.5.9-1.fc21.x86_64 (97/1086) > >20:15:33,659 INFO packaging: lcms2-2.6-1.fc21.x86_64 (98/1086) > >20:15:33,659 INFO packaging: libtdb-1.2.13-1.fc21.x86_64 (99/1086) > >20:15:33,659 INFO packaging: libtevent-0.9.21-1.fc21.x86_64 (100/1086) > >20:15:33,659 INFO packaging: libattr-2.4.47-6.fc21.x86_64 (101/1086) > >20:15:33,659 INFO packaging: libcap-2.24-4.fc21.x86_64 (102/1086) > >20:15:33,659 INFO packaging: libacl-2.2.52-4.fc21.x86_64 (103/1086) > >20:15:33,660 INFO packaging: sed-4.2.2-6.fc21.x86_64 (104/1086) > >20:15:33,660 INFO packaging: elfutils-libelf-0.158-3.fc21.x86_64 (105/1086) > >20:15:33,660 INFO packaging: 1:libvorbis-1.3.4-1.fc21.x86_64 (106/1086) > >20:15:33,660 INFO packaging: libwayland-cursor-1.4.0-1.fc21.x86_64 (107/1086) > >20:15:33,660 INFO packaging: avahi-libs-0.6.31-25.fc21.x86_64 (108/1086) > >20:15:33,661 INFO packaging: 1:gmp-6.0.0-3.fc21.x86_64 (109/1086) > >20:15:33,661 INFO packaging: mesa-libwayland-egl-10.2-0.3.rc1.20140505.fc21.x86_64 (110/1086) > >20:15:33,661 INFO packaging: libxkbcommon-0.4.0-1.fc21.x86_64 (111/1086) > >20:15:33,661 INFO packaging: libcap-ng-0.7.4-3.fc21.x86_64 (112/1086) > >20:15:33,661 INFO packaging: p11-kit-0.20.2-2.fc21.x86_64 (113/1086) > >20:15:33,661 INFO packaging: gsettings-desktop-schemas-3.13.1-1.fc21.x86_64 (114/1086) > >20:15:33,662 INFO packaging: tcp_wrappers-libs-7.6-76.fc21.x86_64 (115/1086) > >20:15:33,662 INFO packaging: json-c-0.11-6.fc21.x86_64 (116/1086) > >20:15:33,662 INFO packaging: libdhash-0.4.3-21.fc21.x86_64 (117/1086) > >20:15:33,662 INFO packaging: libnl3-3.2.24-2.fc21.x86_64 (118/1086) > >20:15:33,662 INFO packaging: libexif-0.6.21-6.fc20.x86_64 (119/1086) > >20:15:33,663 INFO packaging: libgnome-keyring-3.12.0-1.fc21.x86_64 (120/1086) > >20:15:33,663 INFO packaging: libidn-1.28-2.fc21.x86_64 (121/1086) > >20:15:33,663 INFO packaging: xmlrpc-c-1.32.5-1904.svn2451.fc21.x86_64 (122/1086) > >20:15:33,663 INFO packaging: pixman-0.32.0-2.fc21.x86_64 (123/1086) > >20:15:33,663 INFO packaging: desktop-file-utils-0.22-1.fc21.x86_64 (124/1086) > >20:15:33,663 INFO packaging: libbluray-0.5.0-4.fc21.x86_64 (125/1086) > >20:15:33,664 INFO packaging: gawk-4.1.1-1.fc21.x86_64 (126/1086) > >20:15:33,664 INFO packaging: cpio-2.11-26.fc21.x86_64 (127/1086) > >20:15:33,664 INFO packaging: file-libs-5.14-20.fc21.x86_64 (128/1086) > >20:15:33,664 INFO packaging: redhat-menus-12.0.2-7.fc20.noarch (129/1086) > >20:15:33,664 INFO packaging: hunspell-en-US-0.20121024-7.fc21.noarch (130/1086) > >20:15:33,665 INFO packaging: hunspell-1.3.2-15.fc21.x86_64 (131/1086) > >20:15:33,665 INFO packaging: libsigc++20-2.3.1-3.fc21.x86_64 (132/1086) > >20:15:33,665 INFO packaging: libsss_idmap-1.11.5.1-3.fc21.x86_64 (133/1086) > >20:15:33,665 INFO packaging: libart_lgpl-2.3.21-9.fc21.x86_64 (134/1086) > >20:15:33,665 INFO packaging: libevdev-1.2-1.fc21.x86_64 (135/1086) > >20:15:33,665 INFO packaging: avahi-glib-0.6.31-25.fc21.x86_64 (136/1086) > >20:15:33,666 INFO packaging: cyrus-sasl-lib-2.1.26-16.fc21.x86_64 (137/1086) > >20:15:33,666 INFO packaging: libxslt-1.1.28-6.fc21.x86_64 (138/1086) > >20:15:33,666 INFO packaging: libv4l-1.0.0-1.fc21.x86_64 (139/1086) > >20:15:33,666 INFO packaging: libgomp-4.9.0-3.fc21.x86_64 (140/1086) > >20:15:33,666 INFO packaging: 1:findutils-4.5.12-2.fc21.x86_64 (141/1086) > >20:15:33,666 INFO packaging: diffutils-3.3-6.fc21.x86_64 (142/1086) > >20:15:33,667 INFO packaging: which-2.20-6.fc21.x86_64 (143/1086) > >20:15:33,667 INFO packaging: lzo-2.06-5.fc21.x86_64 (144/1086) > >20:15:33,667 INFO packaging: libtool-ltdl-2.4.2-24.fc21.x86_64 (145/1086) > >20:15:33,667 INFO packaging: libvpx-1.3.0-4.fc21.x86_64 (146/1086) > >20:15:33,667 INFO packaging: libpciaccess-0.13.3-0.1.fc21.x86_64 (147/1086) > >20:15:33,668 INFO packaging: libXau-1.0.8-2.fc21.x86_64 (148/1086) > >20:15:33,668 INFO packaging: libxcb-1.10-1.fc21.x86_64 (149/1086) > >20:15:33,668 INFO packaging: libX11-1.6.1-1.fc21.x86_64 (150/1086) > >20:15:33,668 INFO packaging: libXext-1.3.2-2.fc21.x86_64 (151/1086) > >20:15:33,668 INFO packaging: libXfixes-5.0.1-2.fc21.x86_64 (152/1086) > >20:15:33,668 INFO packaging: libXi-1.7.2-2.fc21.x86_64 (153/1086) > >20:15:33,669 INFO packaging: libXrender-0.9.8-2.fc21.x86_64 (154/1086) > >20:15:33,669 INFO packaging: libXrandr-1.4.1-2.fc21.x86_64 (155/1086) > >20:15:33,669 INFO packaging: libXdamage-1.1.4-4.fc21.x86_64 (156/1086) > >20:15:33,669 INFO packaging: libXcomposite-0.4.4-4.fc21.x86_64 (157/1086) > >20:15:33,669 INFO packaging: libXtst-1.2.2-2.fc21.x86_64 (158/1086) > >20:15:33,669 INFO packaging: libXinerama-1.1.3-2.fc21.x86_64 (159/1086) > >20:15:33,670 INFO packaging: libXv-1.0.9-2.fc20.x86_64 (160/1086) > >20:15:33,670 INFO packaging: libXt-1.1.4-8.fc21.x86_64 (161/1086) > >20:15:33,670 INFO packaging: libXcursor-1.1.14-2.fc21.x86_64 (162/1086) > >20:15:33,670 INFO packaging: orc-0.4.18-1.fc21.x86_64 (163/1086) > >20:15:33,670 INFO packaging: libXxf86vm-1.1.3-2.fc21.x86_64 (164/1086) > >20:15:33,670 INFO packaging: glibmm24-2.40.0-1.fc21.x86_64 (165/1086) > >20:15:33,671 INFO packaging: mpfr-3.1.2-4.fc21.x86_64 (166/1086) > >20:15:33,671 INFO packaging: 2:tar-1.27.1-3.fc21.x86_64 (167/1086) > >20:15:33,671 INFO packaging: 1:libtheora-1.1.1-9.fc21.x86_64 (168/1086) > >20:15:33,671 INFO packaging: imsettings-libs-1.6.7-2.fc21.x86_64 (169/1086) > >20:15:33,671 INFO packaging: libcroco-0.6.8-3.fc21.x86_64 (170/1086) > >20:15:33,671 INFO packaging: llvm-libs-3.4-6.fc21.x86_64 (171/1086) > >20:15:33,672 INFO packaging: nss-softokn-3.16.1-1.fc21.x86_64 (172/1086) > >20:15:33,672 INFO packaging: 1:make-3.82-19.fc21.x86_64 (173/1086) > >20:15:33,672 INFO packaging: e2fsprogs-libs-1.42.9-2.fc21.x86_64 (174/1086) > >20:15:33,672 INFO packaging: kmod-libs-17-1.fc21.x86_64 (175/1086) > >20:15:33,672 INFO packaging: kmod-17-1.fc21.x86_64 (176/1086) > >20:15:33,672 INFO packaging: xz-5.1.2-8alpha.fc21.x86_64 (177/1086) > >20:15:33,673 INFO packaging: libicu-52.1-1.fc21.x86_64 (178/1086) > >20:15:33,673 INFO packaging: plymouth-core-libs-0.8.9-4.2013.08.14.fc21.x86_64 (179/1086) > >20:15:33,673 INFO packaging: libcollection-0.6.2-21.fc21.x86_64 (180/1086) > >20:15:33,673 INFO packaging: gdbm-1.11-1.fc21.x86_64 (181/1086) > >20:15:33,673 INFO packaging: 14:libpcap-1.5.3-3.fc21.x86_64 (182/1086) > >20:15:33,673 INFO packaging: libraw1394-2.1.0-2.fc20.x86_64 (183/1086) > >20:15:33,674 INFO packaging: speex-1.2-0.19.rc1.fc21.x86_64 (184/1086) > >20:15:33,674 INFO packaging: libXxf86misc-1.0.3-7.fc20.x86_64 (185/1086) > >20:15:33,674 INFO packaging: libxkbfile-1.0.8-4.fc20.x86_64 (186/1086) > >20:15:33,674 INFO packaging: giflib-4.1.6-10.fc21.x86_64 (187/1086) > >20:15:33,674 INFO packaging: nettle-2.7.1-3.fc21.x86_64 (188/1086) > >20:15:33,674 INFO packaging: elfutils-libs-0.158-3.fc21.x86_64 (189/1086) > >20:15:33,675 INFO packaging: elfutils-0.158-3.fc21.x86_64 (190/1086) > >20:15:33,675 INFO packaging: groff-base-1.22.2-8.fc21.x86_64 (191/1086) > >20:15:33,675 INFO packaging: flac-libs-1.3.0-3.fc21.x86_64 (192/1086) > >20:15:33,675 INFO packaging: libudisks2-2.1.3-1.fc21.x86_64 (193/1086) > >20:15:33,675 INFO packaging: apr-1.5.1-1.fc21.x86_64 (194/1086) > >20:15:33,676 INFO packaging: exempi-2.2.1-4.fc21.x86_64 (195/1086) > >20:15:33,676 INFO packaging: jasper-libs-1.900.1-25.fc21.x86_64 (196/1086) > >20:15:33,676 INFO packaging: libplist-1.11-1.fc21.x86_64 (197/1086) > >20:15:33,676 INFO packaging: mesa-libglapi-10.2-0.3.rc1.20140505.fc21.x86_64 (198/1086) > >20:15:33,676 INFO packaging: adwaita-icon-theme-3.13.1-2.fc21.noarch (199/1086) > >20:15:33,676 INFO packaging: libedit-3.1-5.20140213cvs.fc21.x86_64 (200/1086) > >20:15:33,676 INFO packaging: pcsc-lite-libs-1.8.10-3.fc21.x86_64 (201/1086) > >20:15:33,677 INFO packaging: csv2dbf-1.0-1.x86_64 (202/1086) > >20:15:33,677 INFO packaging: libusal-1.1.11-22.fc20.x86_64 (203/1086) > >20:15:33,677 INFO packaging: openjpeg-libs-1.5.1-8.fc21.x86_64 (204/1086) > >20:15:33,677 INFO packaging: cdparanoia-libs-10.2-16.fc21.x86_64 (205/1086) > >20:15:33,677 INFO packaging: dosfstools-3.0.26-1.fc21.x86_64 (206/1086) > >20:15:33,677 INFO packaging: libieee1284-0.2.11-15.fc20.x86_64 (207/1086) > >20:15:33,678 INFO packaging: pciutils-libs-3.2.1-2.fc21.x86_64 (208/1086) > >20:15:33,678 INFO packaging: libxshmfence-1.1-1.fc21.x86_64 (209/1086) > >20:15:33,678 INFO packaging: libXdmcp-1.1.1-5.fc20.x86_64 (210/1086) > >20:15:33,678 INFO packaging: libdvdread-4.9.9-1.fc21.x86_64 (211/1086) > >20:15:33,678 INFO packaging: libtasn1-3.5-1.fc21.x86_64 (212/1086) > >20:15:33,678 INFO packaging: 1:js-1.8.5-16.fc21.x86_64 (213/1086) > >20:15:33,678 INFO packaging: apr-util-1.5.3-1.fc21.x86_64 (214/1086) > >20:15:33,679 INFO packaging: less-458-7.fc21.x86_64 (215/1086) > >20:15:33,679 INFO packaging: xorg-x11-xkb-utils-7.7-8.fc20.x86_64 (216/1086) > >20:15:33,679 INFO packaging: plymouth-graphics-libs-0.8.9-4.2013.08.14.fc21.x86_64 (217/1086) > >20:15:33,679 INFO packaging: libmpc-1.0.2-1.fc21.x86_64 (218/1086) > >20:15:33,679 INFO packaging: atkmm-2.22.7-2.fc21.x86_64 (219/1086) > >20:15:33,679 INFO packaging: libXmu-1.1.1-5.fc20.x86_64 (220/1086) > >20:15:33,680 INFO packaging: libXvMC-1.0.8-2.fc20.x86_64 (221/1086) > >20:15:33,680 INFO packaging: libXpm-3.5.11-1.fc21.x86_64 (222/1086) > >20:15:33,680 INFO packaging: xcb-util-0.3.9-3.fc20.x86_64 (223/1086) > >20:15:33,680 INFO packaging: startup-notification-0.12-7.fc20.x86_64 (224/1086) > >20:15:33,680 INFO packaging: 1:enchant-1.6.0-7.fc21.x86_64 (225/1086) > >20:15:33,680 INFO packaging: gnome-menus-3.10.1-2.fc21.x86_64 (226/1086) > >20:15:33,680 INFO packaging: file-5.14-20.fc21.x86_64 (227/1086) > >20:15:33,681 INFO packaging: libnl3-cli-3.2.24-2.fc21.x86_64 (228/1086) > >20:15:33,681 INFO packaging: desktop-backgrounds-gnome-20.0.0-1.fc21.noarch (229/1086) > >20:15:33,681 INFO packaging: acl-2.2.52-4.fc21.x86_64 (230/1086) > >20:15:33,681 INFO packaging: keyutils-1.5.9-1.fc21.x86_64 (231/1086) > >20:15:33,681 INFO packaging: libsolv-0.6.1-0.gitf78f5de.fc21.x86_64 (232/1086) > >20:15:33,681 INFO packaging: libassuan-2.1.0-2.fc21.x86_64 (233/1086) > >20:15:33,682 INFO packaging: gmime-2.6.20-1.fc21.x86_64 (234/1086) > >20:15:33,682 INFO packaging: cinnamon-menus-2.2.0-1.fc21.x86_64 (235/1086) > >20:15:33,682 INFO packaging: libgee-0.14.0-1.fc21.x86_64 (236/1086) > >20:15:33,682 INFO packaging: ModemManager-glib-1.2.0-1.fc21.x86_64 (237/1086) > >20:15:33,682 INFO packaging: libIDL-0.8.14-7.fc21.x86_64 (238/1086) > >20:15:33,682 INFO packaging: ORBit2-2.14.19-11.fc21.x86_64 (239/1086) > >20:15:33,682 INFO packaging: libbonobo-2.32.1-6.fc20.x86_64 (240/1086) > >20:15:33,683 INFO packaging: zlib-devel-1.2.8-4.fc21.x86_64 (241/1086) > >20:15:33,683 INFO packaging: bzip2-1.0.6-11.fc21.x86_64 (242/1086) > >20:15:33,683 INFO packaging: libunistring-0.9.3-9.fc21.x86_64 (243/1086) > >20:15:33,683 INFO packaging: libcdio-0.92-1.fc21.x86_64 (244/1086) > >20:15:33,683 INFO packaging: libcdio-paranoia-10.2+0.90+1-2.fc21.x86_64 (245/1086) > >20:15:33,683 INFO packaging: libquadmath-4.9.0-3.fc21.x86_64 (246/1086) > >20:15:33,684 INFO packaging: libgfortran-4.9.0-3.fc21.x86_64 (247/1086) > >20:15:33,684 INFO packaging: xml-common-0.6.3-40.fc20.noarch (248/1086) > >20:15:33,684 INFO packaging: iso-codes-3.53-1.fc21.noarch (249/1086) > >20:15:33,684 INFO packaging: libxklavier-5.4-1.fc21.x86_64 (250/1086) > >20:15:33,684 INFO packaging: lightdm-gobject-1.10.1-2.fc21.x86_64 (251/1086) > >20:15:33,684 INFO packaging: libfontenc-1.1.1-4.fc20.x86_64 (252/1086) > >20:15:33,684 INFO packaging: libXfont-1.4.7-1.fc21.x86_64 (253/1086) > >20:15:33,685 INFO packaging: 1:xorg-x11-font-utils-7.5-18.fc20.x86_64 (254/1086) > >20:15:33,685 INFO packaging: opencv-core-2.4.7-6.fc21.x86_64 (255/1086) > >20:15:33,685 INFO packaging: taglib-1.9.1-4.fc21.x86_64 (256/1086) > >20:15:33,685 INFO packaging: checkpolicy-2.2-1.fc21.x86_64 (257/1086) > >20:15:33,685 INFO packaging: abattis-cantarell-fonts-0.0.15-1.fc21.noarch (258/1086) > >20:15:33,685 INFO packaging: vpnc-script-0.5.3-21.svn457.fc21.noarch (259/1086) > >20:15:33,686 INFO packaging: snappy-1.1.1-1.fc21.x86_64 (260/1086) > >20:15:33,686 INFO packaging: ilmbase-2.1.0-1.fc21.x86_64 (261/1086) > >20:15:33,686 INFO packaging: graphite2-1.2.4-1.fc21.x86_64 (262/1086) > >20:15:33,686 INFO packaging: harfbuzz-0.9.28-1.fc21.x86_64 (263/1086) > >20:15:33,686 INFO packaging: mtdev-1.1.5-1.fc21.x86_64 (264/1086) > >20:15:33,686 INFO packaging: libdaemon-0.14-6.fc21.x86_64 (265/1086) > >20:15:33,686 INFO packaging: libvisual-0.4.0-14.fc20.x86_64 (266/1086) > >20:15:33,687 INFO packaging: libaio-0.3.110-2.fc21.x86_64 (267/1086) > >20:15:33,687 INFO packaging: libhbaapi-2.2.9-3.fc20.x86_64 (268/1086) > >20:15:33,687 INFO packaging: gsm-1.0.13-10.fc21.x86_64 (269/1086) > >20:15:33,687 INFO packaging: libsndfile-1.0.25-9.fc21.x86_64 (270/1086) > >20:15:33,687 INFO packaging: libsamplerate-0.1.8-5.fc21.x86_64 (271/1086) > >20:15:33,687 INFO packaging: libverto-0.2.6-1.fc21.x86_64 (272/1086) > >20:15:33,687 INFO packaging: slang-2.2.4-11.fc21.x86_64 (273/1086) > >20:15:33,688 INFO packaging: newt-0.52.17-1.fc21.x86_64 (274/1086) > >20:15:33,688 INFO packaging: libwebp-0.4.0-3.fc21.x86_64 (275/1086) > >20:15:33,688 INFO packaging: hostname-3.15-1.fc21.x86_64 (276/1086) > >20:15:33,688 INFO packaging: libnfnetlink-1.0.1-3.fc21.x86_64 (277/1086) > >20:15:33,688 INFO packaging: numactl-libs-2.0.9-1.fc21.x86_64 (278/1086) > >20:15:33,688 INFO packaging: libverto-devel-0.2.6-1.fc21.x86_64 (279/1086) > >20:15:33,688 INFO packaging: libhbalinux-1.0.16-2.fc20.x86_64 (280/1086) > >20:15:33,689 INFO packaging: harfbuzz-icu-0.9.28-1.fc21.x86_64 (281/1086) > >20:15:33,689 INFO packaging: OpenEXR-libs-2.1.0-3.fc21.x86_64 (282/1086) > >20:15:33,689 INFO packaging: blas-3.5.0-1.fc21.x86_64 (283/1086) > >20:15:33,689 INFO packaging: lapack-3.5.0-1.fc21.x86_64 (284/1086) > >20:15:33,689 INFO packaging: atlas-3.10.1-12.fc21.x86_64 (285/1086) > >20:15:33,689 INFO packaging: gettext-libs-0.18.3.2-1.fc21.x86_64 (286/1086) > >20:15:33,689 INFO packaging: hawkey-0.4.14-1.fc21.x86_64 (287/1086) > >20:15:33,690 INFO packaging: libteam-1.10-1.fc21.x86_64 (288/1086) > >20:15:33,690 INFO packaging: 1:xorg-x11-xauth-1.0.7-4.fc20.x86_64 (289/1086) > >20:15:33,690 INFO packaging: cpp-4.9.0-3.fc21.x86_64 (290/1086) > >20:15:33,690 INFO packaging: xorg-x11-server-common-1.15.99.902-5.20140428.fc21.x86_64 (291/1086) > >20:15:33,690 INFO packaging: p11-kit-trust-0.20.2-2.fc21.x86_64 (292/1086) > >20:15:33,690 INFO packaging: ca-certificates-2013.1.97-2.fc21.noarch (293/1086) > >20:15:33,690 INFO packaging: libdvdnav-4.2.1-1.fc21.x86_64 (294/1086) > >20:15:33,691 INFO packaging: cdparanoia-10.2-16.fc21.x86_64 (295/1086) > >20:15:33,691 INFO packaging: libusbmuxd-1.0.9-1.fc21.x86_64 (296/1086) > >20:15:33,691 INFO packaging: LibRaw-0.16.0-2.fc21.x86_64 (297/1086) > >20:15:33,691 INFO packaging: perl-HTTP-Tiny-0.043-1.fc21.noarch (298/1086) > >20:15:33,691 INFO packaging: perl-podlators-2.5.3-1.fc21.noarch (299/1086) > >20:15:33,691 INFO packaging: perl-Pod-Perldoc-3.23-1.fc21.noarch (300/1086) > >20:15:33,691 INFO packaging: 1:perl-Pod-Escapes-1.04-298.fc21.noarch (301/1086) > >20:15:33,692 INFO packaging: perl-Text-ParseWords-3.29-4.fc21.noarch (302/1086) > >20:15:33,692 INFO packaging: 3:perl-version-0.99.08-1.fc21.x86_64 (303/1086) > >20:15:33,692 INFO packaging: 1:perl-Encode-2.60-1.fc21.x86_64 (304/1086) > >20:15:33,692 INFO packaging: 1:perl-parent-0.228-1.fc21.noarch (305/1086) > >20:15:33,692 INFO packaging: perl-Pod-Usage-1.63-4.fc20.noarch (306/1086) > >20:15:33,692 INFO packaging: perl-Time-Local-1.2300-291.fc20.noarch (307/1086) > >20:15:33,692 INFO packaging: perl-constant-1.27-292.fc20.noarch (308/1086) > >20:15:33,693 INFO packaging: perl-Carp-1.33.01-1.fc21.noarch (309/1086) > >20:15:33,693 INFO packaging: perl-Exporter-5.70-1.fc21.noarch (310/1086) > >20:15:33,693 INFO packaging: perl-Getopt-Long-2.42-1.fc21.noarch (311/1086) > >20:15:33,693 INFO packaging: perl-Time-HiRes-1.9726-1.fc21.x86_64 (312/1086) > >20:15:33,693 INFO packaging: perl-Storable-2.45-2.fc21.x86_64 (313/1086) > >20:15:33,693 INFO packaging: 1:perl-Socket-2.013-1.fc21.x86_64 (314/1086) > >20:15:33,693 INFO packaging: perl-Scalar-List-Utils-1.38-1.fc21.x86_64 (315/1086) > >20:15:33,694 INFO packaging: 1:perl-Filter-1.49-5.fc21.x86_64 (316/1086) > >20:15:33,694 INFO packaging: 1:perl-threads-1.92-1.fc21.x86_64 (317/1086) > >20:15:33,694 INFO packaging: perl-File-Path-2.09-292.fc20.noarch (318/1086) > >20:15:33,694 INFO packaging: perl-PathTools-3.40-291.fc21.x86_64 (319/1086) > >20:15:33,694 INFO packaging: 4:perl-libs-5.18.2-298.fc21.x86_64 (320/1086) > >20:15:33,694 INFO packaging: 1:perl-Pod-Simple-3.28-292.fc20.noarch (321/1086) > >20:15:33,694 INFO packaging: perl-File-Temp-0.23.04-1.fc21.noarch (322/1086) > >20:15:33,695 INFO packaging: perl-threads-shared-1.46-2.fc21.x86_64 (323/1086) > >20:15:33,695 INFO packaging: 4:perl-macros-5.18.2-298.fc21.x86_64 (324/1086) > >20:15:33,695 INFO packaging: 1:perl-Module-CoreList-3.03-298.fc21.noarch (325/1086) > >20:15:33,695 INFO packaging: 4:perl-5.18.2-298.fc21.x86_64 (326/1086) > >20:15:33,695 INFO packaging: 1:perl-Error-0.17022-1.fc21.noarch (327/1086) > >20:15:33,695 INFO packaging: perl-TermReadKey-2.30-20.fc21.x86_64 (328/1086) > >20:15:33,695 INFO packaging: perl-Thread-Queue-3.05-1.fc21.noarch (329/1086) > >20:15:33,696 INFO packaging: libshout-2.2.2-10.fc20.x86_64 (330/1086) > >20:15:33,696 INFO packaging: libiec61883-1.2.0-10.fc20.x86_64 (331/1086) > >20:15:33,696 INFO packaging: libavc1394-0.5.3-14.fc20.x86_64 (332/1086) > >20:15:33,696 INFO packaging: libdmx-1.1.3-2.fc20.x86_64 (333/1086) > >20:15:33,696 INFO packaging: libvdpau-0.7-1.fc21.x86_64 (334/1086) > >20:15:33,696 INFO packaging: libXxf86dga-1.1.4-2.fc20.x86_64 (335/1086) > >20:15:33,696 INFO packaging: libXevie-1.0.3-7.fc21.x86_64 (336/1086) > >20:15:33,696 INFO packaging: fuse-2.9.3-2.fc21.x86_64 (337/1086) > >20:15:33,697 INFO packaging: gstreamer-tools-0.10.36-7.fc21.x86_64 (338/1086) > >20:15:33,697 INFO packaging: gstreamer-0.10.36-7.fc21.x86_64 (339/1086) > >20:15:33,697 INFO packaging: libosinfo-0.2.9-1.fc21.x86_64 (340/1086) > >20:15:33,697 INFO packaging: hunspell-en-GB-0.20121024-7.fc21.noarch (341/1086) > >20:15:33,697 INFO packaging: iw-3.14-1.fc21.x86_64 (342/1086) > >20:15:33,697 INFO packaging: tcp_wrappers-7.6-76.fc21.x86_64 (343/1086) > >20:15:33,697 INFO packaging: 1:quota-4.01-12.fc21.x86_64 (344/1086) > >20:15:33,698 INFO packaging: dwz-0.11-2.fc21.x86_64 (345/1086) > >20:15:33,698 INFO packaging: 2:vim-minimal-7.4.258-2.fc21.x86_64 (346/1086) > >20:15:33,698 INFO packaging: libisofs-1.3.6-1.fc21.x86_64 (347/1086) > >20:15:33,698 INFO packaging: patch-2.7.1-7.fc21.x86_64 (348/1086) > >20:15:33,698 INFO packaging: keyutils-libs-devel-1.5.9-1.fc21.x86_64 (349/1086) > >20:15:33,698 INFO packaging: lua-socket-3.0-0.4rc1.fc21.x86_64 (350/1086) > >20:15:33,698 INFO packaging: lua-expat-1.3.0-1.fc21.x86_64 (351/1086) > >20:15:33,698 INFO packaging: lua-lpeg-0.12-2.fc21.x86_64 (352/1086) > >20:15:33,699 INFO packaging: lua-json-1.3.2-2.fc20.noarch (353/1086) > >20:15:33,699 INFO packaging: libquvi-scripts-0.9.20131130-1.fc21.noarch (354/1086) > >20:15:33,699 INFO packaging: libdb-utils-5.3.28-4.fc21.x86_64 (355/1086) > >20:15:33,699 INFO packaging: telepathy-glib-0.24.0-1.fc21.x86_64 (356/1086) > >20:15:33,699 INFO packaging: zeitgeist-libs-0.9.14-2.fc21.x86_64 (357/1086) > >20:15:33,699 INFO packaging: libgtop2-2.30.0-1.fc21.x86_64 (358/1086) > >20:15:33,699 INFO packaging: libgsf-1.14.29-1.fc21.x86_64 (359/1086) > >20:15:33,700 INFO packaging: libipa_hbac-1.11.5.1-3.fc21.x86_64 (360/1086) > >20:15:33,700 INFO packaging: gamin-0.1.10-15.fc21.x86_64 (361/1086) > >20:15:33,700 INFO packaging: libsepol-devel-2.3-1.fc21.x86_64 (362/1086) > >20:15:33,700 INFO packaging: libcom_err-devel-1.42.9-2.fc21.x86_64 (363/1086) > >20:15:33,700 INFO packaging: pcre-devel-8.35-2.fc21.x86_64 (364/1086) > >20:15:33,700 INFO packaging: libselinux-devel-2.2.2-8.fc21.x86_64 (365/1086) > >20:15:33,700 INFO packaging: setools-libs-3.3.8-1.fc21.x86_64 (366/1086) > >20:15:33,700 INFO packaging: gdisk-0.8.10-2.fc21.x86_64 (367/1086) > >20:15:33,701 INFO packaging: bc-1.06.95-11.fc21.x86_64 (368/1086) > >20:15:33,701 INFO packaging: device-mapper-persistent-data-0.3.2-1.fc21.x86_64 (369/1086) > >20:15:33,701 INFO packaging: exiv2-libs-0.24-1.fc21.x86_64 (370/1086) > >20:15:33,701 INFO packaging: libgexiv2-0.10.1-1.fc21.x86_64 (371/1086) > >20:15:33,701 INFO packaging: libmetalink-0.1.2-4.fc21.x86_64 (372/1086) > >20:15:33,701 INFO packaging: libcomps-0.1.6-10.fc21.x86_64 (373/1086) > >20:15:33,701 INFO packaging: ttmkfdir-3.0.9-41.fc21.x86_64 (374/1086) > >20:15:33,702 INFO packaging: zip-3.0-10.fc21.x86_64 (375/1086) > >20:15:33,702 INFO packaging: unzip-6.0-12.fc21.x86_64 (376/1086) > >20:15:33,702 INFO packaging: pinentry-0.8.3-1.fc21.x86_64 (377/1086) > >20:15:33,702 INFO packaging: 1:isomd5sum-1.0.12-1.fc21.x86_64 (378/1086) > >20:15:33,702 INFO packaging: mozjs17-17.0.0-10.fc21.x86_64 (379/1086) > >20:15:33,702 INFO packaging: mtools-4.0.18-4.fc20.x86_64 (380/1086) > >20:15:33,702 INFO packaging: m4-1.4.17-4.fc21.x86_64 (381/1086) > >20:15:33,702 INFO packaging: libss-1.42.9-2.fc21.x86_64 (382/1086) > >20:15:33,703 INFO packaging: libtar-1.2.20-3.fc21.x86_64 (383/1086) > >20:15:33,703 INFO packaging: qpdf-libs-5.1.1-1.fc21.x86_64 (384/1086) > >20:15:33,703 INFO packaging: lsof-4.87-3.fc21.x86_64 (385/1086) > >20:15:33,703 INFO packaging: libselinux-utils-2.2.2-8.fc21.x86_64 (386/1086) > >20:15:33,703 INFO packaging: psmisc-22.21-3.fc21.x86_64 (387/1086) > >20:15:33,703 INFO packaging: glibc-headers-2.19.90-12.fc21.x86_64 (388/1086) > >20:15:33,703 INFO packaging: glibc-devel-2.19.90-12.fc21.x86_64 (389/1086) > >20:15:33,704 INFO packaging: 2:vim-common-7.4.258-2.fc21.x86_64 (390/1086) > >20:15:33,704 INFO packaging: 1:liberation-mono-fonts-1.07.4-2.fc21.noarch (391/1086) > >20:15:33,704 INFO packaging: dtc-1.4.0-3.fc21.x86_64 (392/1086) > >20:15:33,704 INFO packaging: ncurses-5.9-13.20140323.fc21.x86_64 (393/1086) > >20:15:33,704 INFO packaging: coreutils-8.22-14.fc21.x86_64 (394/1086) > >20:15:33,704 INFO packaging: krb5-libs-1.12.1-6.fc21.x86_64 (395/1086) > >20:15:33,704 INFO packaging: 1:openssl-libs-1.0.1g-1.fc21.x86_64 (396/1086) > >20:15:33,704 INFO packaging: fontconfig-2.11.1-2.fc21.x86_64 (397/1086) > >20:15:33,705 INFO packaging: python-libs-2.7.6-7.fc21.x86_64 (398/1086) > >20:15:33,705 INFO packaging: python-2.7.6-7.fc21.x86_64 (399/1086) > >20:15:33,705 INFO packaging: 1:cups-libs-1.7.2-3.fc21.x86_64 (400/1086) > >20:15:33,705 INFO packaging: libblkid-2.24.2-2.fc21.x86_64 (401/1086) > >20:15:33,705 INFO packaging: dbus-python-1.2.0-1.fc21.x86_64 (402/1086) > >20:15:33,705 INFO packaging: alsa-lib-1.0.27.2-2.fc21.x86_64 (403/1086) > >20:15:33,705 INFO packaging: libarchive-3.1.2-7.fc21.x86_64 (404/1086) > >20:15:33,705 INFO packaging: python3-libs-3.3.2-12.fc21.x86_64 (405/1086) > >20:15:33,706 INFO packaging: python3-3.3.2-12.fc21.x86_64 (406/1086) > >20:15:33,706 INFO packaging: 1:mariadb-libs-10.0.10-1.fc21.x86_64 (407/1086) > >20:15:33,706 INFO packaging: gzip-1.6-2.fc21.x86_64 (408/1086) > >20:15:33,706 INFO packaging: digifarma-logos-21.0.1-1.fc20.noarch (409/1086) > >20:15:33,706 INFO packaging: hicolor-icon-theme-0.13-1.fc21.noarch (410/1086) > >20:15:33,706 INFO packaging: gnome-icon-theme-3.12.0-1.fc21.noarch (411/1086) > >20:15:33,706 INFO packaging: pygobject2-2.28.6-11.fc21.x86_64 (412/1086) > >20:15:33,706 INFO packaging: libselinux-python-2.2.2-8.fc21.x86_64 (413/1086) > >20:15:33,707 INFO packaging: xdg-utils-1.1.0-0.24.rc2.fc21.noarch (414/1086) > >20:15:33,707 INFO packaging: cracklib-2.9.1-2.fc21.x86_64 (415/1086) > >20:15:33,707 INFO packaging: e2fsprogs-1.42.9-2.fc21.x86_64 (416/1086) > >20:15:33,707 INFO packaging: pygobject3-base-3.13.1-1.fc21.x86_64 (417/1086) > >20:15:33,707 INFO packaging: libxml2-python-2.9.1-2.fc21.x86_64 (418/1086) > >20:15:33,707 INFO packaging: python-six-1.6.1-1.fc21.noarch (419/1086) > >20:15:33,707 INFO packaging: python-iniparse-0.4-12.fc21.noarch (420/1086) > >20:15:33,707 INFO packaging: gdb-7.7.1-11.fc21.x86_64 (421/1086) > >20:15:33,708 INFO packaging: 1:openssl-1.0.1g-1.fc21.x86_64 (422/1086) > >20:15:33,708 INFO packaging: genisoimage-1.1.11-22.fc20.x86_64 (423/1086) > >20:15:33,708 INFO packaging: binutils-2.24-14.fc21.x86_64 (424/1086) > >20:15:33,708 INFO packaging: cracklib-dicts-2.9.1-2.fc21.x86_64 (425/1086) > >20:15:33,708 INFO packaging: pam-1.1.8-10.fc21.x86_64 (426/1086) > >20:15:33,708 INFO packaging: libpwquality-1.2.3-2.fc21.x86_64 (427/1086) > >20:15:33,708 INFO packaging: systemd-libs-212-4.fc21.x86_64 (428/1086) > >20:15:33,709 INFO packaging: libusbx-1.0.18-1.fc21.x86_64 (429/1086) > >20:15:33,709 INFO packaging: libatasmart-0.19-5.fc20.x86_64 (430/1086) > >20:15:33,709 INFO packaging: procps-ng-3.3.9-9.fc21.x86_64 (431/1086) > >20:15:33,709 INFO packaging: xfsprogs-3.2.0-0.5.rc3.fc21.x86_64 (432/1086) > >20:15:33,709 INFO packaging: libmount-2.24.2-2.fc21.x86_64 (433/1086) > >20:15:33,709 INFO packaging: python-IPy-0.81-9.fc21.noarch (434/1086) > >20:15:33,709 INFO packaging: langtable-python-0.0.24-1.fc21.noarch (435/1086) > >20:15:33,709 INFO packaging: pyliblzma-0.5.3-10.fc21.x86_64 (436/1086) > >20:15:33,710 INFO packaging: python-decorator-3.4.0-3.fc20.noarch (437/1086) > >20:15:33,710 INFO packaging: pyxdg-0.25-2.fc20.noarch (438/1086) > >20:15:33,710 INFO packaging: python-pexpect-3.0-1.fc21.noarch (439/1086) > >20:15:33,710 INFO packaging: yum-metadata-parser-1.1.4-11.fc21.x86_64 (440/1086) > >20:15:33,710 INFO packaging: audit-libs-python-2.3.6-1.fc21.x86_64 (441/1086) > >20:15:33,710 INFO packaging: 32:bind-libs-9.9.5-3.fc21.x86_64 (442/1086) > >20:15:33,710 INFO packaging: 32:bind-utils-9.9.5-3.fc21.x86_64 (443/1086) > >20:15:33,710 INFO packaging: libevent-2.0.21-4.fc21.x86_64 (444/1086) > >20:15:33,711 INFO packaging: 32:bind-libs-lite-9.9.5-3.fc21.x86_64 (445/1086) > >20:15:33,711 INFO packaging: libssh2-1.4.3-12.fc21.x86_64 (446/1086) > >20:15:33,711 INFO packaging: fipscheck-lib-1.4.1-4.fc21.x86_64 (447/1086) > >20:15:33,711 INFO packaging: fipscheck-1.4.1-4.fc21.x86_64 (448/1086) > >20:15:33,711 INFO packaging: libtirpc-0.2.4-1.0.fc21.x86_64 (449/1086) > >20:15:33,711 INFO packaging: krb5-devel-1.12.1-6.fc21.x86_64 (450/1086) > >20:15:33,711 INFO packaging: 1:openssl-devel-1.0.1g-1.fc21.x86_64 (451/1086) > >20:15:33,711 INFO packaging: libdc1394-2.2.2-1.fc21.x86_64 (452/1086) > >20:15:33,712 INFO packaging: libinput-0.1.0-1.fc21.x86_64 (453/1086) > >20:15:33,712 INFO packaging: python-pwquality-1.2.3-2.fc21.x86_64 (454/1086) > >20:15:33,712 INFO packaging: PyPAM-0.5.0-18.fc20.x86_64 (455/1086) > >20:15:33,712 INFO packaging: crash-7.0.5-1.fc21.x86_64 (456/1086) > >20:15:33,712 INFO packaging: gcc-4.9.0-3.fc21.x86_64 (457/1086) > >20:15:33,712 INFO packaging: dvd+rw-tools-7.1-14.fc20.x86_64 (458/1086) > >20:15:33,712 INFO packaging: python-slip-0.6.0-1.fc21.noarch (459/1086) > >20:15:33,712 INFO packaging: python-slip-dbus-0.6.0-1.fc21.noarch (460/1086) > >20:15:33,713 INFO packaging: gnome-icon-theme-symbolic-3.12.0-1.fc21.noarch (461/1086) > >20:15:33,713 INFO packaging: python3-dbus-1.2.0-1.fc21.x86_64 (462/1086) > >20:15:33,713 INFO packaging: btrfs-progs-3.14.1-1.fc21.x86_64 (463/1086) > >20:15:33,713 INFO packaging: 1:cups-client-1.7.2-3.fc21.x86_64 (464/1086) > >20:15:33,713 INFO packaging: python-xpyb-1.3.1-2.fc20.x86_64 (465/1086) > >20:15:33,713 INFO packaging: python-backports-1.0-3.fc21.x86_64 (466/1086) > >20:15:33,713 INFO packaging: python-backports-ssl_match_hostname-3.4.0.2-1.fc21.noarch (467/1086) > >20:15:33,713 INFO packaging: python-setuptools-2.0-2.fc21.noarch (468/1086) > >20:15:33,714 INFO packaging: python-nose-1.3.0-2.fc21.noarch (469/1086) > >20:15:33,714 INFO packaging: 1:numpy-1.8.1-1.fc21.x86_64 (470/1086) > >20:15:33,714 INFO packaging: python-coverage-3.7-1.fc21.x86_64 (471/1086) > >20:15:33,714 INFO packaging: pyxattr-0.5.1-4.fc21.x86_64 (472/1086) > >20:15:33,714 INFO packaging: python-cssselect-0.9.1-1.fc21.noarch (473/1086) > >20:15:33,714 INFO packaging: python-lxml-3.3.5-1.fc21.x86_64 (474/1086) > >20:15:33,714 INFO packaging: python-javapackages-3.5.0-7.fc21.noarch (475/1086) > >20:15:33,714 INFO packaging: javapackages-tools-3.5.0-7.fc21.noarch (476/1086) > >20:15:33,714 INFO packaging: tagsoup-1.2.1-6.fc20.noarch (477/1086) > >20:15:33,715 INFO packaging: newt-python-0.52.17-1.fc21.x86_64 (478/1086) > >20:15:33,715 INFO packaging: authconfig-6.2.8-7.fc21.x86_64 (479/1086) > >20:15:33,715 INFO packaging: python-chardet-2.0.1-7.fc20.noarch (480/1086) > >20:15:33,715 INFO packaging: python-kitchen-1.1.1-5.fc20.noarch (481/1086) > >20:15:33,715 INFO packaging: python-ntplib-0.3.2-1.fc21.noarch (482/1086) > >20:15:33,715 INFO packaging: python-libcomps-0.1.6-10.fc21.x86_64 (483/1086) > >20:15:33,715 INFO packaging: pytalloc-2.1.0-3.fc21.x86_64 (484/1086) > >20:15:33,715 INFO packaging: pytz-2012d-5.fc20.noarch (485/1086) > >20:15:33,716 INFO packaging: fros-1.0-4.fc20.noarch (486/1086) > >20:15:33,716 INFO packaging: python-inotify-0.9.4-4.fc20.noarch (487/1086) > >20:15:33,716 INFO packaging: python-augeas-0.4.1-5.fc21.noarch (488/1086) > >20:15:33,716 INFO packaging: python-hawkey-0.4.14-1.fc21.x86_64 (489/1086) > >20:15:33,716 INFO packaging: python-sssdconfig-1.11.5.1-3.fc21.noarch (490/1086) > >20:15:33,716 INFO packaging: python-di-0.3-2.fc20.noarch (491/1086) > >20:15:33,716 INFO packaging: pyorbit-2.24.0-14.fc20.x86_64 (492/1086) > >20:15:33,716 INFO packaging: gettext-0.18.3.2-1.fc21.x86_64 (493/1086) > >20:15:33,717 INFO packaging: libXft-2.3.1-6.fc21.x86_64 (494/1086) > >20:15:33,717 INFO packaging: ghostscript-fonts-5.50-32.fc21.noarch (495/1086) > >20:15:33,717 INFO packaging: xorg-x11-fonts-Type1-7.5-9.fc20.noarch (496/1086) > >20:15:33,717 INFO packaging: urw-fonts-2.4-18.fc21.noarch (497/1086) > >20:15:33,717 INFO packaging: mokutil-0.7-1.fc20.x86_64 (498/1086) > >20:15:33,717 INFO packaging: httpd-tools-2.4.9-3.fc21.x86_64 (499/1086) > >20:15:33,717 INFO packaging: pkcs11-helper-1.11-1.fc21.x86_64 (500/1086) > >20:15:33,717 INFO packaging: hfsplus-tools-540.1.linux3-4.fc20.x86_64 (501/1086) > >20:15:33,717 INFO packaging: cyrus-sasl-gssapi-2.1.26-16.fc21.x86_64 (502/1086) > >20:15:33,718 INFO packaging: nss-3.16.1-1.fc21.x86_64 (503/1086) > >20:15:33,718 INFO packaging: nss-sysinit-3.16.1-1.fc21.x86_64 (504/1086) > >20:15:33,718 INFO packaging: nss-tools-3.16.1-1.fc21.x86_64 (505/1086) > >20:15:33,718 INFO packaging: openldap-2.4.39-5.fc21.x86_64 (506/1086) > >20:15:33,718 INFO packaging: libcurl-7.36.0-4.fc21.x86_64 (507/1086) > >20:15:33,718 INFO packaging: xmlrpc-c-client-1.32.5-1904.svn2451.fc21.x86_64 (508/1086) > >20:15:33,718 INFO packaging: libldb-1.1.17-2.fc21.x86_64 (509/1086) > >20:15:33,718 INFO packaging: 2:libwbclient-4.1.6-2.fc21.x86_64 (510/1086) > >20:15:33,719 INFO packaging: 2:samba-libs-4.1.6-2.fc21.x86_64 (511/1086) > >20:15:33,719 INFO packaging: curl-7.36.0-4.fc21.x86_64 (512/1086) > >20:15:33,719 INFO packaging: rpm-libs-4.11.2-10.fc21.x86_64 (513/1086) > >20:15:33,719 INFO packaging: rpm-4.11.2-10.fc21.x86_64 (514/1086) > >20:15:33,719 INFO packaging: satyr-0.13-3.fc21.x86_64 (515/1086) > >20:15:33,719 INFO packaging: libreport-python-2.2.2-3.fc21.x86_64 (516/1086) > >20:15:33,719 INFO packaging: libreport-2.2.2-3.fc21.x86_64 (517/1086) > >20:15:33,719 INFO packaging: abrt-libs-2.2.1-3.fc21.x86_64 (518/1086) > >20:15:33,719 INFO packaging: libuser-0.60-3.fc21.x86_64 (519/1086) > >20:15:33,720 INFO packaging: deltarpm-3.6-3.fc21.x86_64 (520/1086) > >20:15:33,720 INFO packaging: liboauth-1.0.1-2.fc20.x86_64 (521/1086) > >20:15:33,720 INFO packaging: 12:dhcp-libs-4.3.0-10.fc21.x86_64 (522/1086) > >20:15:33,720 INFO packaging: 12:dhcp-common-4.3.0-10.fc21.x86_64 (523/1086) > >20:15:33,720 INFO packaging: libreport-cli-2.2.2-3.fc21.x86_64 (524/1086) > >20:15:33,720 INFO packaging: libreport-fedora-2.2.2-3.fc21.x86_64 (525/1086) > >20:15:33,720 INFO packaging: libreport-plugin-logger-2.2.2-3.fc21.x86_64 (526/1086) > >20:15:33,720 INFO packaging: python-deltarpm-3.6-3.fc21.x86_64 (527/1086) > >20:15:33,720 INFO packaging: passwd-0.79-2.fc21.x86_64 (528/1086) > >20:15:33,721 INFO packaging: libuser-python-0.60-3.fc21.x86_64 (529/1086) > >20:15:33,721 INFO packaging: libreport-python3-2.2.2-3.fc21.x86_64 (530/1086) > >20:15:33,721 INFO packaging: redhat-rpm-config-21-1.fc21.noarch (531/1086) > >20:15:33,721 INFO packaging: python-pycurl-7.19.3.1-1.fc21.x86_64 (532/1086) > >20:15:33,721 INFO packaging: python-urlgrabber-3.10.1-0.fc21.noarch (533/1086) > >20:15:33,721 INFO packaging: pykickstart-1.99.54-1.fc21.noarch (534/1086) > >20:15:33,721 INFO packaging: libnfsidmap-0.25-8.fc21.x86_64 (535/1086) > >20:15:33,721 INFO packaging: mailx-12.5-10.fc21.x86_64 (536/1086) > >20:15:33,722 INFO packaging: python-nss-0.15.0-2.fc21.x86_64 (537/1086) > >20:15:33,722 INFO packaging: sound-theme-freedesktop-0.8-3.fc20.noarch (538/1086) > >20:15:33,722 INFO packaging: logrotate-3.8.7-1.fc21.x86_64 (539/1086) > >20:15:33,722 INFO packaging: wodim-1.1.11-22.fc20.x86_64 (540/1086) > >20:15:33,722 INFO packaging: libmodman-2.0.1-7.fc21.x86_64 (541/1086) > >20:15:33,722 INFO packaging: libproxy-0.4.11-8.fc21.x86_64 (542/1086) > >20:15:33,722 INFO packaging: libreport-web-2.2.2-3.fc21.x86_64 (543/1086) > >20:15:33,722 INFO packaging: libreport-plugin-bugzilla-2.2.2-3.fc21.x86_64 (544/1086) > >20:15:33,722 INFO packaging: libreport-plugin-ureport-2.2.2-3.fc21.x86_64 (545/1086) > >20:15:33,723 INFO packaging: libreport-plugin-reportuploader-2.2.2-3.fc21.x86_64 (546/1086) > >20:15:33,723 INFO packaging: libreport-anaconda-2.2.2-3.fc21.x86_64 (547/1086) > >20:15:33,723 INFO packaging: libreport-plugin-kerneloops-2.2.2-3.fc21.x86_64 (548/1086) > >20:15:33,723 INFO packaging: libquvi-0.9.4-2.fc21.x86_64 (549/1086) > >20:15:33,723 INFO packaging: soundtouch-1.4.0-8.fc21.x86_64 (550/1086) > >20:15:33,723 INFO packaging: webrtc-audio-processing-0.1-6.fc21.x86_64 (551/1086) > >20:15:33,723 INFO packaging: libconfig-1.4.9-5.fc21.x86_64 (552/1086) > >20:15:33,723 INFO packaging: libseccomp-2.1.1-2.fc21.x86_64 (553/1086) > >20:15:33,724 INFO packaging: libmcpp-2.7.2-11.fc21.x86_64 (554/1086) > >20:15:33,724 INFO packaging: mcpp-2.7.2-11.fc21.x86_64 (555/1086) > >20:15:33,724 INFO packaging: xorg-x11-server-utils-7.7-4.fc21.x86_64 (556/1086) > >20:15:33,724 INFO packaging: xorg-x11-xinit-1.3.2-11.fc21.x86_64 (557/1086) > >20:15:33,724 INFO packaging: xdg-user-dirs-0.15-2.fc20.x86_64 (558/1086) > >20:15:33,724 INFO packaging: enca-1.15-1.fc21.x86_64 (559/1086) > >20:15:33,724 INFO packaging: filemail-0.57-1.x86_64 (560/1086) > >20:15:33,724 INFO packaging: apobase-0.64-3.x86_64 (561/1086) > >20:15:33,724 INFO packaging: pth-2.0.7-22.fc21.x86_64 (562/1086) > >20:15:33,725 INFO packaging: gnupg2-2.0.22-3.fc21.x86_64 (563/1086) > >20:15:33,725 INFO packaging: gpgme-1.4.3-1.fc21.x86_64 (564/1086) > >20:15:33,725 INFO packaging: rpm-build-libs-4.11.2-10.fc21.x86_64 (565/1086) > >20:15:33,725 INFO packaging: rpm-python-4.11.2-10.fc21.x86_64 (566/1086) > >20:15:33,725 INFO packaging: rpm-build-4.11.2-10.fc21.x86_64 (567/1086) > >20:15:33,725 INFO packaging: pygpgme-0.3-8.fc21.x86_64 (568/1086) > >20:15:33,725 INFO packaging: yum-3.semodule: SELinux policy is not managed or store cannot be accessed. > >20:15:33,725 INFO packaging: 4.3-146.fc21.noarch (569/1086) > >20:15:33,726 INFO packaging: createrepo-0.10.3-2.fc21.noarch (570/1086) > >20:15:33,726 INFO packaging: yum-utils-1.1.31-21.fc21.noarch (571/1086) > >20:15:33,726 INFO packaging: librepo-1.7.3-1.fc21.x86_64 (572/1086) > >20:15:33,726 INFO packaging: python-librepo-1.7.3-1.fc21.x86_64 (573/1086) > >20:15:33,726 INFO packaging: 2:rmt-1.5.2-9.fc21.x86_64 (574/1086) > >20:15:33,726 INFO packaging: libasyncns-0.8-6.fc20.x86_64 (575/1086) > >20:15:33,726 INFO packaging: pulseaudio-libs-5.0-3.fc21.x86_64 (576/1086) > >20:15:33,726 INFO packaging: pulseaudio-libs-glib2-5.0-3.fc21.x86_64 (577/1086) > >20:15:33,726 INFO packaging: libao-1.2.0-1.fc21.x86_64 (578/1086) > >20:15:33,727 INFO packaging: 1:vorbis-tools-1.4.0-12.fc21.x86_64 (579/1086) > >20:15:33,727 INFO packaging: icedax-1.1.11-22.fc20.x86_64 (580/1086) > >20:15:33,727 INFO packaging: cdrdao-1.2.3-21.fc21.x86_64 (581/1086) > >20:15:33,727 INFO packaging: jbigkit-libs-2.0-10.fc21.x86_64 (582/1086) > >20:15:33,727 INFO packaging: libtiff-4.0.3-14.fc21.x86_64 (583/1086) > >20:15:33,727 INFO packaging: gdk-pixbuf2-2.30.7-1.fc21.x86_64 (584/1086) > >20:15:33,727 INFO packaging: poppler-0.24.3-3.fc21.x86_64 (585/1086) > >20:15:33,727 INFO packaging: ghostscript-9.14-1.fc21.x86_64 (586/1086) > >20:15:33,727 INFO packaging: libmediaart-0.4.0-1.fc21.x86_64 (587/1086) > >20:15:33,727 INFO packaging: libspectre-0.2.7-3.fc20.x86_64 (588/1086) > >20:15:33,728 INFO packaging: libfprint-0.5.1-2.fc21.x86_64 (589/1086) > >20:15:33,728 INFO packaging: gd-2.1.0-4.fc21.x86_64 (590/1086) > >20:15:33,728 INFO packaging: imlib2-1.4.5-10.fc20.x86_64 (591/1086) > >20:15:33,728 INFO packaging: cups-filters-libs-1.0.53-1.fc21.x86_64 (592/1086) > >20:15:33,728 INFO packaging: 1:dmidecode-2.12-4.fc20.x86_64 (593/1086) > >20:15:33,728 INFO packaging: c-ares-1.10.0-2.fc20.x86_64 (594/1086) > >20:15:33,728 INFO packaging: linux-atm-libs-2.5.1-8.fc21.x86_64 (595/1086) > >20:15:33,729 INFO packaging: libcue-1.4.0-3.fc21.x86_64 (596/1086) > >20:15:33,729 INFO packaging: libbasicobjects-0.1.0-21.fc21.x86_64 (597/1086) > >20:15:33,729 INFO packaging: jansson-2.6-3.fc21.x86_64 (598/1086) > >20:15:33,729 INFO packaging: teamd-1.10-1.fc21.x86_64 (599/1086) > >20:15:33,729 INFO packaging: efivar-libs-0.10-1.fc21.x86_64 (600/1086) > >20:15:33,729 INFO packaging: libref_array-0.1.3-21.fc21.x86_64 (601/1086) > >20:15:33,729 INFO packaging: libdv-1.0.0-17.fc21.x86_64 (602/1086) > >20:15:33,729 INFO packaging: opus-1.1-1.fc21.x86_64 (603/1086) > >20:15:33,730 INFO packaging: 2:ntfs-3g-2014.2.15-2.fc21.x86_64 (604/1086) > >20:15:33,730 INFO packaging: pakchois-0.4-9.fc20.x86_64 (605/1086) > >20:15:33,730 INFO packaging: libnl-1.1.4-3.fc21.x86_64 (606/1086) > >20:15:33,730 INFO packaging: libpipeline-1.3.0-1.fc21.x86_64 (607/1086) > >20:15:33,730 INFO packaging: libunwind-1.1-4.fc21.x86_64 (608/1086) > >20:15:33,730 INFO packaging: 2:ethtool-3.14-1.fc21.x86_64 (609/1086) > >20:15:33,730 INFO packaging: openjpeg2-2.0.0-5.fc21.x86_64 (610/1086) > >20:15:33,730 INFO packaging: python-pillow-2.4.0-3.fc21.x86_64 (611/1086) > >20:15:33,730 INFO packaging: passwdqc-lib-1.3.0-1.fc21.x86_64 (612/1086) > >20:15:33,731 INFO packaging: qrencode-libs-3.4.2-1.fc21.x86_64 (613/1086) > >20:15:33,731 INFO packaging: ustr-1.0.4-15.fc21.x86_64 (614/1086) > >20:15:33,731 INFO packaging: libsemanage-2.3-1.fc21.x86_64 (615/1086) > >20:15:33,731 INFO packaging: 2:shadow-utils-4.1.5.1-10.fc21.x86_64 (616/1086) > >20:15:33,731 INFO packaging: libutempter-1.1.6-3.fc21.x86_64 (617/1086) > >20:15:33,731 INFO packaging: util-linux-2.24.2-2.fc21.x86_64 (618/1086) > >20:15:33,731 INFO packaging: device-mapper-1.02.85-3.fc21.x86_64 (619/1086) > >20:15:33,731 INFO packaging: device-mapper-libs-1.02.85-3.fc21.x86_64 (620/1086) > >20:15:33,731 INFO packaging: cryptsetup-libs-1.6.4-2.fc21.x86_64 (621/1086) > >20:15:33,732 INFO packaging: gnutls-3.3.2-1.fc21.x86_64 (622/1086) > >20:15:33,732 INFO packaging: libmicrohttpd-0.9.34-2.fc21.x86_64 (623/1086) > >20:15:33,732 INFO packaging: systemd-212-4.fc21.x86_64 (624/1086) > >20:15:33,732 INFO packaging: 1:dbus-1.6.18-3.fc21.x86_64 (625/1086) > >20:15:33,732 INFO packaging: trousers-0.3.11.2-3.fc21.x86_64 (626/1086) > >20:15:33,732 INFO packaging: libdrm-2.4.54-1.fc21.x86_64 (627/1086) > >20:15:33,732 INFO packaging: polkit-0.112-3.fc21.x86_64 (628/1086) > >20:15:33,732 INFO packaging: polkit-pkla-compat-0.1-3.fc21.x86_64 (629/1086) > >20:15:33,732 INFO packaging: libgudev1-212-4.fc21.x86_64 (630/1086) > >20:15:33,733 INFO packaging: abrt-python-2.2.1-3.fc21.x86_64 (631/1086) > >20:15:33,733 INFO packaging: abrt-2.2.1-3.fc21.x86_64 (632/1086) > >20:15:33,733 INFO packaging: 1:NetworkManager-glib-0.9.9.1-5.git20140319.fc21.x86_64 (633/1086) > >20:15:33,733 INFO packaging: mesa-libgbm-10.2-0.3.rc1.20140505.fc21.x86_64 (634/1086) > >20:15:33,733 INFO packaging: mesa-libEGL-10.2-0.3.rc1.20140505.fc21.x86_64 (635/1086) > >20:15:33,733 INFO packaging: libcanberra-0.30-4.fc20.x86_64 (636/1086) > >20:15:33,733 INFO packaging: GConf2-3.2.6-7.fc20.x86_64 (637/1086) > >20:15:33,733 INFO packaging: mesa-libGL-10.2-0.3.rc1.20140505.fc21.x86_64 (638/1086) > >20:15:33,733 INFO packaging: cairo-1.13.1-0.1.git337ab1f.fc21.x86_64 (639/1086) > >20:15:33,734 INFO packaging: cairo-gobject-1.13.1-0.1.git337ab1f.fc21.x86_64 (640/1086) > >20:15:33,734 INFO packaging: parted-3.1-21.fc21.x86_64 (641/1086) > >20:15:33,734 INFO packaging: device-mapper-event-libs-1.02.85-3.fc21.x86_64 (642/1086) > >20:15:33,734 INFO packaging: abrt-addon-kerneloops-2.2.1-3.fc21.x86_64 (643/1086) > >20:15:33,734 INFO packaging: 1:dbus-x11-1.6.18-3.fc21.x86_64 (644/1086) > >20:15:33,734 INFO packaging: 1:pyparted-3.9.3-1.fc21.x86_64 (645/1086) > >20:15:33,734 INFO packaging: cairomm-1.10.0-7.fc21.x86_64 (646/1086) > >20:15:33,734 INFO packaging: pycairo-1.8.10-8.fc21.x86_64 (647/1086) > >20:15:33,734 INFO packaging: pygobject3-3.13.1-1.fc21.x86_64 (648/1086) > >20:15:33,735 INFO packaging: abrt-retrace-client-2.2.1-3.fc21.x86_64 (649/1086) > >20:15:33,735 INFO packaging: accountsservice-0.6.35-2.fc21.x86_64 (650/1086) > >20:15:33,735 INFO packaging: dconf-0.20.0-2.fc21.x86_64 (651/1086) > >20:15:33,735 INFO packaging: at-spi2-core-2.13.1-1.fc21.x86_64 (652/1086) > >20:15:33,735 INFO packaging: 2:samba-common-4.1.6-2.fc21.x86_64 (653/1086) > >20:15:33,735 INFO packaging: mdadm-3.3-7.fc21.x86_64 (654/1086) > >20:15:33,735 INFO packaging: iputils-20121221-10.fc21.x86_64 (655/1086) > >20:15:33,735 INFO packaging: kpartx-0.4.9-64.fc21.x86_64 (656/1086) > >20:15:33,735 INFO packaging: policycoreutils-2.3-1.fc21.x86_64 (657/1086) > >20:15:33,736 INFO packaging: usermode-1.111-4.fc21.x86_64 (658/1086) > >20:15:33,736 INFO packaging: selinux-policy-3.13.1-50.fc21.noarch (659/1086) > >20:15:33,736 INFO packaging: 2:libsmbclient-4.1.6-2.fc21.x86_64 (660/1086) > >20:15:33,736 INFO packaging: at-spi2-atk-2.13.1-1.fc21.x86_64 (661/1086) > >20:15:33,736 INFO packaging: abrt-addon-ccpp-2.2.1-3.fc21.x86_64 (662/1086) > >20:15:33,736 INFO packaging: abrt-addon-pstoreoops-2.2.1-3.fc21.warning: user cfl does not exist - using root > >20:15:33,736 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,736 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,736 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,737 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,738 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,739 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,740 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,741 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,742 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,743 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,744 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,745 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,746 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,746 INFO packaging: x86_64 (663/1086) > >20:15:33,746 INFO packaging: device-mapper-event-1.02.85-3.fc21.x86_64 (664/1086) > >20:15:33,747 INFO packaging: poppler-glib-0.24.3-3.fc21.x86_64 (665/1086) > >20:15:33,747 INFO packaging: 1:cjs-2.2.0-1.fc21.x86_64 (666/1086) > >20:15:33,747 INFO packaging: libgxps-0.2.2-8.fc20.x86_64 (667/1086) > >20:15:33,747 INFO packaging: abrt-plugin-bodhi-2.2.1-3.fc21.x86_64 (668/1086) > >20:15:33,747 INFO packaging: abrt-addon-xorg-2.2.1-3.fc21.x86_64 (669/1086) > >20:15:33,747 INFO packaging: libwacom-0.9-2.fc21.x86_64 (670/1086) > >20:15:33,747 INFO packaging: pcsc-lite-1.8.10-3.fc21.x86_64 (671/1086) > >20:15:33,747 INFO packaging: pcsc-lite-ccid-1.4.13-1.fc21.x86_64 (672/1086) > >20:15:33,747 INFO packaging: systemd-python-212-4.fc21.x86_64 (673/1086) > >20:15:33,747 INFO packaging: abrt-addon-python-2.2.1-3.fc21.x86_64 (674/1086) > >20:15:33,747 INFO packaging: httpd-2.4.9-3.fc21.x86_64 (675/1086) > >20:15:33,747 INFO packaging: 2:postfix-2.11.1-1.fc21.x86_64 (676/1086) > >20:15:33,747 INFO packaging: rsync-3.1.0-3.fc21.x86_64 (677/1086) > >20:15:33,747 INFO packaging: iscsi-initiator-utils-iscsiuio-6.2.0.873-21.fc21.x86_64 (678/1086) > >20:15:33,747 INFO packaging: iscsi-initiator-utils-6.2.0.873-21.fc21.x86_64 (679/1086) > >20:15:33,748 INFO packaging: crontabs-1.11-7.20130830git.fc21.noarch (680/1086) > >20:15:33,748 INFO packaging: cronie-anacron-1.4.11-6.fc21.x86_64 (681/1086) > >20:15:33,748 INFO packaging: cronie-1.4.11-6.fc21.x86_64 (682/1086) > >20:15:33,748 INFO packaging: 2:ntfsprogs-2014.2.15-2.fc21.x86_64 (683/1086) > >20:15:33,748 INFO packaging: cryptsetup-1.6.4-2.fc21.x86_64 (684/1086) > >20:15:33,748 INFO packaging: udisks2-2.1.3-1.fc21.x86_64 (685/1086) > >20:15:33,748 INFO packaging: openssh-6.4p1-3.fc21.x86_64 (686/1086) > >20:15:33,748 INFO packaging: openssh-clients-6.4p1-3.fc21.x86_64 (687/1086) > >20:15:33,748 INFO packaging: python-meh-0.32-1.fc21.noarch (688/1086) > >20:15:33,748 INFO packaging: perl-Git-1.9.0-1.fc21.noarch (689/1086) > >20:15:33,748 INFO packaging: git-1.9.0-1.fc21.x86_64 (690/1086) > >20:15:33,748 INFO packaging: unbound-libs-1.4.22-2.fc21.x86_64 (691/1086) > >20:15:33,748 INFO packaging: 1:mod_ssl-2.4.9-3.fc21.x86_64 (692/1086) > >20:15:33,748 INFO packaging: lvm2-libs-2.02.106-3.fc21.x86_64 (693/1086) > >20:15:33,748 INFO packaging: lvm2-2.02.106-3.fc21.x86_64 (694/1086) > >20:15:33,749 INFO packaging: pyatspi-2.12.0-1.fc21.noarch (695/1086) > >20:15:33,749 INFO packaging: mintlocale-1.1-3.fc21.noarch (696/1086) > >20:15:33,749 INFO packaging: accountsservice-libs-0.6.35-2.fc21.x86_64 (697/1086) > >20:15:33,749 INFO packaging: abrt-python3-2.2.1-3.fc21.x86_64 (698/1086) > >20:15:33,749 INFO packaging: poppler-utils-0.24.3-3.fc21.x86_64 (699/1086) > >20:15:33,749 INFO packaging: cups-filters-1.0.53-1.fc21.x86_64 (700/1086) > >20:15:33,749 INFO packaging: 1:cups-1.7.2-3.fc21.x86_64 (701/1086) > >20:15:33,749 INFO packaging: centralfill-0.86-3.x86_64 (702/1086) > >20:15:33,749 INFO packaging: python3-cairo-1.10.0-6.fc20.x86_64 (703/1086) > >20:15:33,749 INFO packaging: python3-gobject-3.13.1-1.fc21.x86_64 (704/1086) > >20:15:33,749 INFO packaging: glx-utils-8.1.0-5.fc21.x86_64 (705/1086) > >20:15:33,749 INFO packaging: abrt-tui-2.2.1-3.fc21.x86_64 (706/1086) > >20:15:33,749 INFO packaging: abrt-dbus-2.2.1-3.fc21.x86_64 (707/1086) > >20:15:33,749 INFO packaging: libgusb-0.1.6-2.fc20.x86_64 (708/1086) > >20:15:33,749 INFO packaging: colord-libs-1.2.0-1.fc21.x86_64 (709/1086) > >20:15:33,750 INFO packaging: fprintd-0.5.1-1.fc20.x86_64 (710/1086) > >20:15:33,750 INFO packaging: cups-pk-helper-0.2.5-2.fc20.x86_64 (711/1086) > >20:15:33,750 INFO packaging: rtkit-0.11-8.fc21.x86_64 (712/1086) > >20:15:33,750 INFO packaging: pulseaudio-5.0-3.fc21.x86_64 (713/1086) > >20:15:33,750 INFO packaging: mesa-dri-drivers-10.2-0.3.rc1.20140505.fc21.x86_64 (714/1086) > >20:15:33,750 INFO packaging: mesa-libxatracker-10.2-0.3.rc1.20140505.fc21.x86_64 (715/1086) > >20:15:33,750 INFO packaging: PackageKit-glib-0.9.2-1.fc21.x86_64 (716/1086) > >20:15:33,750 INFO packaging: realmd-0.15.0-2.fc21.x86_64 (717/1086) > >20:15:33,750 INFO packaging: libmtp-1.1.6-2.fc20.x86_64 (718/1086) > >20:15:33,750 INFO packaging: rpcbind-0.2.1-0.2.fc21.x86_64 (719/1086) > >20:15:33,750 INFO packaging: ebtables-2.0.10-13.fc21.x86_64 (720/1086) > >20:15:33,750 INFO packaging: dnsmasq-2.70-1.fc21.x86_64 (721/1086) > >20:15:33,750 INFO packaging: 32:bind-9.9.5-3.fc21.x86_64 (722/1086) > >20:15:33,750 INFO packaging: libcgroup-0.41-2.fc21.x86_64 (723/1086) > >20:15:33,750 INFO packaging: lldpad-0.9.46-4.fc21.x86_64 (724/1086) > >20:15:33,751 INFO packaging: lockdev-1.0.4-0.15.20111007git.fc21.x86_64 (725/1086) > >20:15:33,751 INFO packaging: libgphoto2-2.5.3-7.fc21.x86_64 (726/1086) > >20:15:33,751 INFO packaging: sane-backends-libs-1.0.24-9.fc21.x86_64 (727/1086) > >20:15:33,751 INFO packaging: sane-backends-1.0.24-9.fc21.x86_64 (728/1086) > >20:15:33,751 INFO packaging: alsa-utils-1.0.27.2-5.fc21.x86_64 (729/1086) > >20:15:33,751 INFO packaging: crda-3.13_2013.11.27-2.fc21.x86_64 (730/1086) > >20:15:33,751 INFO packaging: 12:dhcp-4.3.0-10.fc21.x86_64 (731/1086) > >20:15:33,751 INFO packaging: chrony-1.29.1-1.fc21.x86_64 (732/1086) > >20:15:33,751 INFO packaging: dnf-0.5.1-1.fc21.noarch (733/1086) > >20:15:33,751 INFO packaging: os-prober-1.58-6.fc21.x86_64 (734/1086) > >20:15:33,751 INFO packaging: 1:grub2-tools-2.02-0.3.fc21.x86_64 (735/1086) > >20:15:33,751 INFO packaging: audit-2.3.6-1.fc21.x86_64 (736/1086) > >20:15:33,751 INFO packaging: systemd-python3-212-4.fc21.x86_64 (737/1086) > >20:15:33,751 INFO packaging: abrt-addon-python3-2.2.1-3.fc21.x86_64 (738/1086) > >20:15:33,751 INFO packaging: 1:wpa_supplicant-2.0-8.fc21.x86_64 (739/1086) > >20:15:33,752 INFO packaging: libimobiledevice-1.1.6-1.fc21.x86_64 (740/1086) > >20:15:33,752 INFO packaging: upower-0.99.0-4.fc21.x86_64 (741/1086) > >20:15:33,752 INFO packaging: neon-0.30.0-2.fc20.x86_64 (742/1086) > >20:15:33,752 INFO packaging: libmusicbrainz5-5.0.1-8.fc20.x86_64 (743/1086) > >20:15:33,752 INFO packaging: glib-networking-2.40.1-1.fc21.x86_64 (744/1086) > >20:15:33,752 INFO packaging: libsoup-2.46.0-2.fc21.x86_64 (745/1086) > >20:15:33,752 INFO packaging: totem-pl-parser-3.10.2-1.fc21.x86_64 (746/1086) > >20:15:33,752 INFO packaging: rest-0.7.91-1.fc21.x86_64 (747/1086) > >20:15:33,752 INFO packaging: gssdp-0.14.7-1.fc21.x86_64 (748/1086) > >20:15:33,752 INFO packaging: gupnp-0.20.11-1.fc21.x86_64 (749/1086) > >20:15:33,752 INFO packaging: gupnp-av-0.12.5-1.fc21.x86_64 (750/1086) > >20:15:33,752 INFO packaging: geoclue2-2.1.8-1.fc21.x86_64 (751/1086) > >20:15:33,752 INFO packaging: cryptsetup-python-1.6.4-2.fc21.x86_64 (752/1086) > >20:15:33,752 INFO packaging: device-mapper-multipath-libs-0.4.9-64.fc21.x86_64 (753/1086) > >20:15:33,752 INFO packaging: avahi-autoipd-0.6.31-25.fc21.x86_64 (754/1086) > >20:15:33,752 INFO packaging: libsemanage-python-2.3-1.fc21.x86_64 (755/1086) > >20:15:33,753 INFO packaging: policycoreutils-python-2.3-1.fc21.x86_64 (756/1086) > >20:15:33,753 INFO packaging: setroubleshoot-plugins-3.0.60-1.fc21.noarch (757/1086) > >20:15:33,753 INFO packaging: setroubleshoot-server-3.2.18-1.1.fc21.x86_64 (758/1086) > >20:15:33,753 INFO packaging: policycoreutils-devel-2.3-1.fc21.x86_64 (759/1086) > >20:15:33,753 INFO packaging: selinux-policy-devel-3.13.1-50.fc21.noarch (760/1086) > >20:15:33,753 INFO packaging: libpath_utils-0.2.1-21.fc21.x86_64 (761/1086) > >20:15:33,753 INFO packaging: libini_config-1.0.0.1-21.fc21.x86_64 (762/1086) > >20:15:33,753 INFO packaging: sgpio-1.2.0.10-12.fc20.x86_64 (763/1086) > >20:15:33,753 INFO packaging: dmraid-events-1.0.0.rc16-23.fc21.x86_64 (764/1086) > >20:15:33,753 INFO packaging: dmraid-1.0.0.rc16-23.fc21.x86_64 (765/1086) > >20:15:33,753 INFO packaging: python-pyblock-0.53-6.fc21.x86_64 (766/1086) > >20:15:33,753 INFO packaging: liboath-2.4.1-3.fc21.x86_64 (767/1086) > >20:15:33,753 INFO packaging: wavpack-4.70.0-1.fc21.x86_64 (768/1086) > >20:15:33,753 INFO packaging: libiptcdata-1.0.4-10.fc20.x86_64 (769/1086) > >20:15:33,753 INFO packaging: libsss_nss_idmap-1.11.5.1-3.fc21.x86_64 (770/1086) > >20:15:33,754 INFO packaging: sssd-client-1.11.5.1-3.fc21.x86_64 (771/1086) > >20:15:33,754 INFO packaging: sssd-common-1.11.5.1-3.fc21.x86_64 (772/1086) > >20:15:33,754 INFO packaging: sssd-krb5-common-1.11.5.1-3.fc21.x86_64 (773/1086) > >20:15:33,754 INFO packaging: sssd-common-pac-1.11.5.1-3.fc21.x86_64 (774/1086) > >20:15:33,754 INFO packaging: sssd-ipa-1.11.5.1-3.fc21.x86_64 (775/1086) > >20:15:33,754 INFO packaging: sssd-ad-1.11.5.1-3.fc21.x86_64 (776/1086) > >20:15:33,754 INFO packaging: sssd-krb5-1.11.5.1-3.fc21.x86_64 (777/1086) > >20:15:33,754 INFO packaging: sssd-ldap-1.11.5.1-3.fc21.x86_64 (778/1086) > >20:15:33,754 INFO packaging: sssd-proxy-1.11.5.1-3.fc21.x86_64 (779/1086) > >20:15:33,754 INFO packaging: smp_utils-libs-0.97-5.fc20.x86_64 (780/1086) > >20:15:33,754 INFO packaging: smp_utils-0.97-5.fc20.x86_64 (781/1086) > >20:15:33,754 INFO packaging: fuse-libs-2.9.3-2.fc21.x86_64 (782/1086) > >20:15:33,754 INFO packaging: libtommath-0.42.0-3.fc21.x86_64 (783/1086) > >20:15:33,754 INFO packaging: libtomcrypt-1.17-21.fc21.x86_64 (784/1086) > >20:15:33,754 INFO packaging: stoken-libs-0.5-1.fc21.x86_64 (785/1086) > >20:15:33,755 INFO packaging: openconnect-5.99-1.fc21.x86_64 (786/1086) > >20:15:33,755 INFO packaging: gpm-libs-1.20.7-4.fc21.x86_64 (787/1086) > >20:15:33,755 INFO packaging: sg3_utils-libs-1.38-1.fc21.x86_64 (788/1086) > >20:15:33,755 INFO packaging: udisks-1.0.4-13.fc21.x86_64 (789/1086) > >20:15:33,755 INFO packaging: 1:hardlink-1.0-18.fc21.x86_64 (790/1086) > >20:15:33,755 INFO packaging: dracut-037-11.git20140402.fc21.x86_64 (791/1086) > >20:15:33,755 INFO packaging: kernel-core-3.15.0-0.rc4.git4.1.fc21.x86_64 (792/1086) > >20:15:33,755 INFO packaging: kernel-modules-3.15.0-0.rc4.git4.1.fc21.x86_64 (793/1086) > >20:15:33,755 INFO packaging: kernel-modules-extra-3.15.0-0.rc4.git4.1.fc21.x86_64 (794/1086) > >20:15:33,755 INFO packaging: libestr-0.1.9-1.fc21.x86_64 (795/1086) > >20:15:33,755 INFO packaging: libsrtp-1.4.4-10.20101004cvs.fc21.x86_64 (796/1086) > >20:15:33,755 INFO packaging: libndp-1.2-1.fc21.x86_64 (797/1086) > >20:15:33,755 INFO packaging: libburn-1.3.6-1.fc21.x86_64 (798/1086) > >20:15:33,755 INFO packaging: libsysfs-2.1.0-15.fc21.x86_64 (799/1086) > >20:15:33,755 INFO packaging: libmnl-1.0.3-6.fc21.x86_64 (800/1086) > >20:15:33,756 INFO packaging: libnetfilter_conntrack-1.0.4-1.fc21.x86_64 (801/1086) > >20:15:33,756 INFO packaging: iptables-1.4.21-8.fc21.x86_64 (802/1086) > >20:15:33,756 INFO packaging: iproute-3.14.0-2.fc21.x86_64 (803/1086) > >20:15:33,756 INFO packaging: initscripts-9.54-2.fc21.x86_64 (804/1086) > >20:15:33,756 INFO packaging: ppp-2.4.6-4.fc21.x86_64 (805/1086) > >20:15:33,756 INFO packaging: plymouth-scripts-0.8.9-4.2013.08.14.fc21.x86_64 (806/1086) > >20:15:33,756 INFO packaging: plymouth-0.8.9-4.2013.08.14.fc21.x86_64 (807/1086) > >20:15:33,756 INFO packaging: 12:dhclient-4.3.0-10.fc21.x86_64 (808/1086) > >20:15:33,756 INFO packaging: 1:NetworkManager-0.9.9.1-5.git20140319.fc21.x86_64 (809/1086) > >20:15:33,756 INFO packaging: pptp-1.8.0-1.fc21.x86_64 (810/1086) > >20:15:33,756 INFO packaging: kbd-2.0.1-6.fc21.x86_64 (811/1086) > >20:15:33,756 INFO packaging: device-mapper-multipath-0.4.9-64.fc21.x86_64 (812/1086) > >20:15:33,756 INFO packaging: firewalld-0.3.9.3-1.fc21.noarch (813/1086) > >20:15:33,756 INFO packaging: fcoe-utils-1.0.29-3.fc21.x86_64 (814/1086) > >20:15:33,756 INFO packaging: python-blivet-0.52-1.fc21.noarch (815/1086) > >20:15:33,757 INFO packaging: anaconda-tui-21.36-1.fc21.x86_64 (816/1086) > >20:15:33,757 INFO packaging: anaconda-core-21.36-1.fc21.x86_64 (817/1086) > >20:15:33,757 INFO packaging: dracut-network-037-11.git20140402.fc21.x86_64 (818/1086) > >20:15:33,757 INFO packaging: kexec-tools-2.0.6-5.fc21.x86_64 (819/1086) > >20:15:33,757 INFO packaging: abrt-addon-vmcore-2.2.1-3.fc21.x86_64 (820/1086) > >20:15:33,757 INFO packaging: xl2tpd-1.3.1-14.fc20.x86_64 (821/1086) > >20:15:33,757 INFO packaging: vpnc-0.5.3-21.svn457.fc21.x86_64 (822/1086) > >20:15:33,757 INFO packaging: openvpn-2.3.4-1.fc21.x86_64 (823/1086) > >20:15:33,757 INFO packaging: libreswan-3.8-1.fc21.x86_64 (824/1086) > >20:15:33,757 INFO packaging: libthai-0.1.20-1.fc21.x86_64 (825/1086) > >20:15:33,757 INFO packaging: pango-1.36.3-1.fc21.x86_64 (826/1086) > >20:15:33,757 INFO packaging: gtk3-3.13.1-2.fc21.x86_64 (827/1086) > >20:15:33,757 INFO packaging: gtk2-2.24.22-2.fc21.x86_64 (828/1086) > >20:15:33,757 INFO packaging: gstreamer1-plugins-base-1.2.3-1.fc21.x86_64 (829/1086) > >20:15:33,757 INFO packaging: cogl-1.18.0-2.fc21.x86_64 (830/1086) > >20:15:33,758 INFO packaging: clutter-1.18.2-1.fc21.x86_64 (831/1086) > >20:15:33,758 INFO packaging: libcanberra-gtk3-0.30-4.fc20.x86_64 (832/1086) > >20:15:33,758 INFO packaging: gvfs-1.21.1-2.fc21.x86_64 (833/1086) > >20:15:33,758 INFO packaging: webkitgtk3-2.4.1-2.fc21.x86_64 (834/1086) > >20:15:33,758 INFO packaging: librsvg2-2.40.2-1.fc21.x86_64 (835/1086) > >20:15:33,758 INFO packaging: pygtk2-2.24.0-8.fc21.x86_64 (836/1086) > >20:15:33,758 INFO packaging: gnome-python2-2.28.1-13.fc20.x86_64 (837/1086) > >20:15:33,758 INFO packaging: libnm-gtk-0.9.9.0-11.git20140424.fc21.x86_64 (838/1086) > >20:15:33,758 INFO packaging: nm-connection-editor-0.9.9.0-11.git20140424.fc21.x86_64 (839/1086) > >20:15:33,758 INFO packaging: gnome-vfs2-2.24.4-14.fc21.x86_64 (840/1086) > >20:15:33,758 INFO packaging: libgnome-2.32.1-7.fc20.x86_64 (841/1086) > >20:15:33,758 INFO packaging: caribou-gtk2-module-0.4.13-4.fc21.x86_64 (842/1086) > >20:15:33,758 INFO packaging: python-caribou-0.4.13-4.fc21.noarch (843/1086) > >20:15:33,758 INFO packaging: caribou-gtk3-module-0.4.13-4.fc21.x86_64 (844/1086) > >20:15:33,758 INFO packaging: caribou-0.4.13-4.fc21.x86_64 (845/1086) > >20:15:33,759 INFO packaging: libglade2-2.6.4-10.fc21.x86_64 (846/1086) > >20:15:33,759 INFO packaging: libgnomecanvas-2.30.3-7.fc20.x86_64 (847/1086) > >20:15:33,759 INFO packaging: libreport-gtk-2.2.2-3.fc21.x86_64 (848/1086) > >20:15:33,759 INFO packaging: libgnomekbd-3.6.0-3.fc20.x86_64 (849/1086) > >20:15:33,759 INFO packaging: libbonoboui-2.24.5-6.fc20.x86_64 (850/1086) > >20:15:33,759 INFO packaging: clutter-gst2-2.0.10-3.fc21.x86_64 (851/1086) > >20:15:33,759 INFO packaging: clutter-gtk-1.5.2-2.fc21.x86_64 (852/1086) > >20:15:33,759 INFO packaging: gtksourceview3-3.12.1-1.fc21.x86_64 (853/1086) > >20:15:33,759 INFO packaging: gcr-3.12.0-2.fc21.x86_64 (854/1086) > >20:15:33,759 INFO packaging: gnome-keyring-3.12.0-1.fc21.x86_64 (855/1086) > >20:15:33,759 INFO packaging: grilo-0.2.10-1.fc21.x86_64 (856/1086) > >20:15:33,759 INFO packaging: gnome-online-accounts-3.13.1-1.fc21.x86_64 (857/1086) > >20:15:33,759 INFO packaging: gnome-python2-canvas-2.28.1-13.fc20.x86_64 (858/1086) > >20:15:33,759 INFO packaging: pygtk2-libglade-2.24.0-8.fc21.x86_64 (859/1086) > >20:15:33,759 INFO packaging: tracker-1.0.1-1.fc21.x86_64 (860/1086) > >20:15:33,760 INFO packaging: gtk2-engines-2.20.2-7.fc20.x86_64 (861/1086) > >20:15:33,760 INFO packaging: gnome-themes-2.32.0-11.fc20.noarch (862/1086) > >20:15:33,760 INFO packaging: abrt-gui-libs-2.2.1-3.fc21.x86_64 (863/1086) > >20:15:33,760 INFO packaging: gnome-abrt-0.3.6-1.fc21.x86_64 (864/1086) > >20:15:33,760 INFO packaging: evince-libs-3.12.1-2.fc21.x86_64 (865/1086) > >20:15:33,760 INFO packaging: pangomm-2.34.0-2.fc21.x86_64 (866/1086) > >20:15:33,760 INFO packaging: gtkmm30-3.12.0-1.fc21.x86_64 (867/1086) > >20:15:33,760 INFO packaging: gnome-python2-bonobo-2.28.1-13.fc20.x86_64 (868/1086) > >20:15:33,760 INFO packaging: libgdata-0.15.0-1.fc21.x86_64 (869/1086) > >20:15:33,760 INFO packaging: gnome-keyring-pam-3.12.0-1.fc21.x86_64 (870/1086) > >20:15:33,760 INFO packaging: libgnomeui-2.24.5-8.fc21.x86_64 (871/1086) > >20:15:33,760 INFO packaging: python-meh-gui-0.32-1.fc21.noarch (872/1086) > >20:15:33,760 INFO packaging: gnome-python2-gnomevfs-2.28.1-13.fc20.x86_64 (873/1086) > >20:15:33,760 INFO packaging: gnome-python2-gnome-2.28.1-13.fc20.x86_64 (874/1086) > >20:15:33,760 INFO packaging: gnome-python2-gconf-2.28.1-13.fc20.x86_64 (875/1086) > >20:15:33,761 INFO packaging: tint2-0.11-10.fc20.x86_64 (876/1086) > >20:15:33,761 INFO packaging: tintwizard-0.3.4-7.fc20.noarch (877/1086) > >20:15:33,761 INFO packaging: gstreamer1-plugins-bad-free-1.2.3-3.fc21.x86_64 (878/1086) > >20:15:33,761 INFO packaging: adwaita-gtk3-theme-3.13.1-2.fc21.x86_64 (879/1086) > >20:15:33,761 INFO packaging: 1:yelp-libs-3.12.0-1.fc21.x86_64 (880/1086) > >20:15:33,761 INFO packaging: seed-3.8.1-2.fc21.x86_64 (881/1086) > >20:15:33,761 INFO packaging: libpeas-1.10.0-1.fc21.x86_64 (882/1086) > >20:15:33,761 INFO packaging: gvfs-fuse-1.21.1-2.fc21.x86_64 (883/1086) > >20:15:33,761 INFO packaging: libcanberra-gtk2-0.30-4.fc20.x86_64 (884/1086) > >20:15:33,761 INFO packaging: gstreamer1-plugins-good-1.2.3-2.fc21.x86_64 (885/1086) > >20:15:33,761 INFO packaging: libdmapsharing-2.9.24-2.fc21.x86_64 (886/1086) > >20:15:33,761 INFO packaging: grilo-plugins-0.2.12-3.fc21.x86_64 (887/1086) > >20:15:33,761 INFO packaging: adwaita-gtk2-theme-3.13.1-2.fc21.x86_64 (888/1086) > >20:15:33,761 INFO packaging: gnome-themes-standard-3.13.1-2.fc21.x86_64 (889/1086) > >20:15:33,761 INFO packaging: cinnamon-desktop-2.2.1-1.fc21.x86_64 (890/1086) > >20:15:33,761 INFO packaging: cinnamon-screensaver-2.2.1-1.fc21.x86_64 (891/1086) > >20:15:33,762 INFO packaging: gnome-desktop3-3.13.1-1.fc21.x86_64 (892/1086) > >20:15:33,762 INFO packaging: lightdm-1.10.1-2.fc21.x86_64 (893/1086) > >20:15:33,762 INFO packaging: lightdm-gtk-1.8.5-1.fc21.x86_64 (894/1086) > >20:15:33,762 INFO packaging: gtk-murrine-engine-0.98.2-5.fc21.x86_64 (895/1086) > >20:15:33,762 INFO packaging: zukitwo-gtk2-theme-20131210-1.fc21.noarch (896/1086) > >20:15:33,762 INFO packaging: usermode-gtk-1.111-4.fc21.x86_64 (897/1086) > >20:15:33,762 INFO packaging: vte291-0.37.0-2.fc21.x86_64 (898/1086) > >20:15:33,762 INFO packaging: polkit-gnome-0.105-5.fc20.x86_64 (899/1086) > >20:15:33,762 INFO packaging: cinnamon-session-2.2.1-1.fc21.x86_64 (900/1086) > >20:15:33,762 INFO packaging: gucharmap-3.12.0-1.fc21.x86_64 (901/1086) > >20:15:33,762 INFO packaging: keybinder3-0.3.0-1.fc21.x86_64 (902/1086) > >20:15:33,762 INFO packaging: file-roller-3.13.1-1.fc21.x86_64 (903/1086) > >20:15:33,762 INFO packaging: libtimezonemap-0.4.2-1.fc21.x86_64 (904/1086) > >20:15:33,762 INFO packaging: glade-libs-3.18.2-1.fc21.x86_64 (905/1086) > >20:15:33,762 INFO packaging: anaconda-widgets-21.36-1.fc21.x86_64 (906/1086) > >20:15:33,763 INFO packaging: gstreamer-plugins-base-0.10.36-7.fc21.x86_64 (907/1086) > >20:15:33,763 INFO packaging: opencv-2.4.7-6.fc21.x86_64 (908/1086) > >20:15:33,763 INFO packaging: opencv-python-2.4.7-6.fc21.x86_64 (909/1086) > >20:15:33,763 INFO packaging: network-manager-applet-0.9.9.0-11.git20140424.fc21.x86_64 (910/1086) > >20:15:33,763 INFO packaging: cinnamon-control-center-2.2.4-2.fc21.x86_64 (911/1086) > >20:15:33,763 INFO packaging: cinnamon-settings-daemon-2.2.2-2.fc21.x86_64 (912/1086) > >20:15:33,763 INFO packaging: nemo-extensions-2.2.1-1.fc21.x86_64 (913/1086) > >20:15:33,763 INFO packaging: nemo-2.2.1-1.fc21.x86_64 (914/1086) > >20:15:33,763 INFO packaging: muffin-2.2.2-1.fc21.x86_64 (915/1086) > >20:15:33,763 INFO packaging: zenity-3.12.1-1.fc21.x86_64 (916/1086) > >20:15:33,763 INFO packaging: metacity-2.34.13-6.fc20.x86_64 (917/1086) > >20:15:33,763 INFO packaging: cinnamon-2.2.5-1.fc21.x86_64 (918/1086) > >20:15:33,763 INFO packaging: libnotify-0.7.6-1.fc21.x86_64 (919/1086) > >20:15:33,763 INFO packaging: im-chooser-1.6.4-2.fc20.x86_64 (920/1086) > >20:15:33,763 INFO packaging: im-chooser-common-1.6.4-2.fc20.x86_64 (921/1086) > >20:15:33,764 INFO packaging: imsettings-1.6.7-2.fc21.x86_64 (922/1086) > >20:15:33,764 INFO packaging: imsettings-cinnamon-1.6.7-2.fc21.x86_64 (923/1086) > >20:15:33,764 INFO packaging: brasero-libs-3.11.3-3.fc21.x86_64 (924/1086) > >20:15:33,764 INFO packaging: abrt-gui-2.2.1-3.fc21.x86_64 (925/1086) > >20:15:33,764 INFO packaging: initial-setup-0.3.19-1.fc21.x86_64 (926/1086) > >20:15:33,764 INFO packaging: plymouth-plugin-label-0.8.9-4.2013.08.14.fc21.x86_64 (927/1086) > >20:15:33,764 INFO packaging: plymouth-plugin-two-step-0.8.9-4.2013.08.14.fc21.x86_64 (928/1086) > >20:15:33,764 INFO packaging: plymouth-theme-charge-0.8.9-4.2013.08.14.fc21.x86_64 (929/1086) > >20:15:33,764 INFO packaging: libepoxy-1.2-0.1.20140307gitd4ad80f.fc21.x86_64 (930/1086) > >20:15:33,764 INFO packaging: xorg-x11-server-Xorg-1.15.99.902-5.20140428.fc21.x86_64 (931/1086) > >20:15:33,764 INFO packaging: tigervnc-license-1.3.1-4.fc21.noarch (932/1086) > >20:15:33,764 INFO packaging: tigervnc-server-minimal-1.3.1-4.fc21.x86_64 (933/1086) > >20:15:33,764 INFO packaging: anaconda-gui-21.36-1.fc21.x86warning: user cfl does not exist - using root > >20:15:33,764 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,764 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,765 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,766 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,767 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,767 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,767 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,767 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,767 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,767 INFO packaging: warning: user cfl does not exist - using root > >20:15:33,767 INFO packaging: warning: group cfl does not exist - using root > >20:15:33,767 INFO packaging: _64 (934/1086) > >20:15:33,767 INFO packaging: fedora-bookmarks-15-4.fc21.noarch (935/1086) > >20:15:33,767 INFO packaging: firefox-29.0-5.fc21.x86_64 (936/1086) > >20:15:33,767 INFO packaging: yelp-xsl-3.12.0-1.fc21.noarch (937/1086) > >20:15:33,767 INFO packaging: 1:yelp-3.12.0-1.fc21.x86_64 (938/1086) > >20:15:33,767 INFO packaging: tzdata-java-2014b-1.fc21.noarch (939/1086) > >20:15:33,767 INFO packaging: 1:java-1.7.0-openjdk-headless-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 (940/1086) > >20:15:33,767 INFO packaging: 1:java-1.7.0-openjdk-1.7.0.60-2.5.0.16.pre02.fc21.x86_64 (941/1086) > >20:15:33,767 INFO packaging: icedtea-web-1.5-2.fc21.x86_64 (942/1086) > >20:15:33,768 INFO packaging: simple-scan-3.13.1-2.fc21.x86_64 (943/1086) > >20:15:33,768 INFO packaging: thunderbird-24.5.0-3.fc21.x86_64 (944/1086) > >20:15:33,768 INFO packaging: initial-setup-gui-0.3.19-1.fc21.x86_64 (945/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-vmmouse-13.0.0-12.fc21.x86_64 (946/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-mga-1.6.2-14.fc21.x86_64 (947/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-ati-7.4.0-0.2.20140419git48d3dbc.fc21.x86_64 (948/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-modesetting-0.8.1-1.20140428git509dbe8.fc21.x86_64 (949/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-openchrome-0.3.3-10.fc21.x86_64 (950/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-wacom-0.24.0-2.fc21.x86_64 (951/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-vmware-13.0.2-1.fc21.x86_64 (952/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-qxl-0.1.1-9.fc21.x86_64 (953/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-fbdev-0.4.3-16.fc21.x86_64 (954/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-intel-2.99.911-2.fc21.x86_64 (955/1086) > >20:15:33,768 INFO packaging: 1:xorg-x11-drv-nouveau-1.0.10-3.fc21.x86_64 (956/1086) > >20:15:33,768 INFO packaging: xorg-x11-drv-evdev-2.8.99.1-2.fc21.x86_64 (957/1086) > >20:15:33,769 INFO packaging: xorg-x11-drv-synaptics-1.7.99.1-8.20140318gitfd7099004.fc21.x86_64 (958/1086) > >20:15:33,769 INFO packaging: xorg-x11-drv-vesa-2.3.2-16.fc21.x86_64 (959/1086) > >20:15:33,769 INFO packaging: plymouth-system-theme-0.8.9-4.2013.08.14.fc21.x86_64 (960/1086) > >20:15:33,769 INFO packaging: abrt-desktop-2.2.1-3.fc21.x86_64 (961/1086) > >20:15:33,769 INFO packaging: brasero-3.11.3-3.fc21.x86_64 (962/1086) > >20:15:33,769 INFO packaging: setroubleshoot-3.2.18-1.1.fc21.x86_64 (963/1086) > >20:15:33,769 INFO packaging: gnome-disk-utility-3.12.1-3.fc21.x86_64 (964/1086) > >20:15:33,769 INFO packaging: 2:gedit-3.12.1-1.fc21.x86_64 (965/1086) > >20:15:33,769 INFO packaging: nemo-preview-2.2.x-1.fc21.x86_64 (966/1086) > >20:15:33,769 INFO packaging: nemo-fileroller-2.2.x-1.fc21.x86_64 (967/1086) > >20:15:33,769 INFO packaging: gnome-terminal-3.13.0-1.fc21.x86_64 (968/1086) > >20:15:33,769 INFO packaging: policycoreutils-gui-2.3-1.fc21.x86_64 (969/1086) > >20:15:33,769 INFO packaging: eog-3.13.1-1.fc21.x86_64 (970/1086) > >20:15:33,769 INFO packaging: 1:totem-3.12.0-1.fc21.x86_64 (971/1086) > >20:15:33,769 INFO packaging: 1:totem-mozplugin-3.12.0-1.fc21.x86_64 (972/1086) > >20:15:33,770 INFO packaging: gnome-system-monitor-3.13.1-1.fc21.x86_64 (973/1086) > >20:15:33,770 INFO packaging: evince-3.12.1-2.fc21.x86_64 (974/1086) > >20:15:33,770 INFO packaging: fedora-icon-theme-1.0.0-15.fc20.noarch (975/1086) > >20:15:33,770 INFO packaging: NetworkManager-l2tp-0.9.8.6-2.fc21.x86_64 (976/1086) > >20:15:33,770 INFO packaging: 1:NetworkManager-vpnc-0.9.9.0-4.git20140428.fc21.x86_64 (977/1086) > >20:15:33,770 INFO packaging: gnome-calculator-3.12.1-1.fc21.x86_64 (978/1086) > >20:15:33,770 INFO packaging: 1:NetworkManager-openvpn-0.9.9.0-0.1.git20140128.fc21.x86_64 (979/1086) > >20:15:33,770 INFO packaging: yumex-3.0.14-1.fc21.noarch (980/1086) > >20:15:33,770 INFO packaging: shotwell-0.18.0-1.fc21.x86_64 (981/1086) > >20:15:33,770 INFO packaging: gvfs-archive-1.21.1-2.fc21.x86_64 (982/1086) > >20:15:33,770 INFO packaging: gvfs-smb-1.21.1-2.fc21.x86_64 (983/1086) > >20:15:33,770 INFO packaging: gvfs-mtp-1.21.1-2.fc21.x86_64 (984/1086) > >20:15:33,770 INFO packaging: gvfs-gphoto2-1.21.1-2.fc21.x86_64 (985/1086) > >20:15:33,770 INFO packaging: gnome-screenshot-3.12.0-1.fc21.x86_64 (986/1086) > >20:15:33,770 INFO packaging: NetworkManager-openconnect-0.9.8.4-2.fc21.x86_64 (987/1086) > >20:15:33,771 INFO packaging: 1:NetworkManager-pptp-0.9.8.2-4.fc21.x86_64 (988/1086) > >20:15:33,771 INFO packaging: firewall-config-0.3.9.3-1.fc21.noarch (989/1086) > >20:15:33,771 INFO packaging: xdg-user-dirs-gtk-0.10-4.fc21.x86_64 (990/1086) > >20:15:33,771 INFO packaging: abrt-cli-2.2.1-3.fc21.x86_64 (991/1086) > >20:15:33,771 INFO packaging: pm-utils-1.4.1-28.fc21.x86_64 (992/1086) > >20:15:33,771 INFO packaging: iptstate-2.2.5-3.fc20.x86_64 (993/1086) > >20:15:33,771 INFO packaging: pcmciautils-018-5.fc20.x86_64 (994/1086) > >20:15:33,771 INFO packaging: rsyslog-7.4.8-2.fc21.x86_64 (995/1086) > >20:15:33,771 INFO packaging: kernel-3.15.0-0.rc4.git4.1.fc21.x86_64 (996/1086) > >20:15:33,771 INFO packaging: dracut-config-rescue-037-11.git20140402.fc21.x86_64 (997/1086) > >20:15:33,771 INFO packaging: 2:vim-enhanced-7.4.258-2.fc21.x86_64 (998/1086) > >20:15:33,771 INFO packaging: sssd-1.11.5.1-3.fc21.x86_64 (999/1086) > >20:15:33,771 INFO packaging: 1:grub2-efi-2.02-0.3.fc21.x86_64 (1000/1086) > >20:15:33,771 INFO packaging: centralfill-demo-0.86-3.x86_64 (1001/1086) > >20:15:33,771 INFO packaging: 1:wireless-tools-29-10.1.fc20.x86_64 (1002/1086) > >20:15:33,771 INFO packaging: alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 (1003/1086) > >20:15:33,772 INFO packaging: sane-backends-drivers-scanners-1.0.24-9.fc21.x86_64 (1004/1086) > >20:15:33,772 INFO packaging: 1:nfs-utils-1.3.0-1.2.fc21.x86_64 (1005/1086) > >20:15:33,772 INFO packaging: fprintd-pam-0.5.1-1.fc20.x86_64 (1006/1086) > >20:15:33,772 INFO packaging: cfl-licentie-1.0-1.noarch (1007/1086) > >20:15:33,772 INFO packaging: openssh-server-6.4p1-3.fc21.x86_64 (1008/1086) > >20:15:33,772 INFO packaging: man-db-2.6.7.1-1.fc21.x86_64 (1009/1086) > >20:15:33,772 INFO packaging: mlocate-0.26-4.fc20.x86_64 (1010/1086) > >20:15:33,772 INFO packaging: 1:smartmontools-6.2-5.fc21.x86_64 (1011/1086) > >20:15:33,772 INFO packaging: coolkey-1.1.0-24.fc20.x86_64 (1012/1086) > >20:15:33,772 INFO packaging: 2:samba-client-4.1.6-2.fc21.x86_64 (1013/1086) > >20:15:33,772 INFO packaging: selinux-policy-targeted-3.13.1-50.fc21.noarch (1014/1086) > >20:15:33,772 INFO packaging: setuptool-1.19.11-7.fc20.x86_64 (1015/1086) > >20:15:33,772 INFO packaging: 2:samba-4.1.6-2.fc21.x86_64 (1016/1086) > >20:15:33,772 INFO packaging: abrt-java-connector-1.0.10-2.fc21.x86_64 (1017/1086) > >20:15:33,772 INFO packaging: psacct-6.6.1-7.fc21574 blocks > >20:15:33,773 INFO packaging: 1.x86_64 (1018/1086) > >20:15:33,773 INFO packaging: at-3.1.14-2.fc21.x86_64 (1019/1086) > >20:15:33,773 INFO packaging: irda-utils-0.9.18-19.fc20.x86_64 (1020/1086) > >20:15:33,773 INFO packaging: net-tools-2.0-0.22.20131119git.fc21.x86_64 (1021/1086) > >20:15:33,773 INFO packaging: 2:mcelog-1.0-0.11.f0d7654.fc20.x86_64 (1022/1086) > >20:15:33,773 INFO packaging: rng-tools-5-1.fc21.x86_64 (1023/1086) > >20:15:33,773 INFO packaging: stunnel-5.01-2.fc21.x86_64 (1024/1086) > >20:15:33,773 INFO packaging: biosdevname-0.5.0-2.fc21.x86_64 (1025/1086) > >20:15:33,773 INFO packaging: lftp-4.4.16-1.fc21.x86_64 (1026/1086) > >20:15:33,773 INFO packaging: 14:tcpdump-4.5.1-1.fc21.x86_64 (1027/1086) > >20:15:33,773 INFO packaging: passwdqc-1.3.0-1.fc21.x86_64 (1028/1086) > >20:15:33,773 INFO packaging: efibootmgr-0.7.0-1.fc21.x86_64 (1029/1086) > >20:15:33,773 INFO packaging: 1:dump-0.4-0.21.b44.fc20.x86_64 (1030/1086) > >20:15:33,773 INFO packaging: centralfill-beheer-0.86-3.x86_64 (1031/1086) > >20:15:33,773 INFO packaging: yum-langpacks-0.4.3-1.fc21.noarch (1032/1086) > >20:15:33,774 INFO packaging: projekt-1.0-5.noarch (1033/1086) > >20:15:33,774 INFO packaging: sos-3.1-1.fc21.noarch (1034/1086) > >20:15:33,774 INFO packaging: cifs-utils-6.3-2.fc21.x86_64 (1035/1086) > >20:15:33,774 INFO packaging: sudo-1.8.8-3.fc21.x86_64 (1036/1086) > >20:15:33,774 INFO packaging: pam_pkcs11-0.6.8-1.fc21.x86_64 (1037/1086) > >20:15:33,774 INFO packaging: shim-0.7-1.fc20.x86_64 (1038/1086) > >20:15:33,774 INFO packaging: 1:cups-devel-1.7.2-3.fc21.x86_64 (1039/1086) > >20:15:33,774 INFO packaging: 1:mariadb-devel-10.0.10-1.fc21.x86_64 (1040/1086) > >20:15:33,774 INFO packaging: usbutils-007-2.fc21.x86_64 (1041/1086) > >20:15:33,774 INFO packaging: pam_krb5-2.4.9-1.fc21.x86_64 (1042/1086) > >20:15:33,774 INFO packaging: pinfo-0.6.10-8.fc20.x86_64 (1043/1086) > >20:15:33,774 INFO packaging: gnome-icon-theme-legacy-3.12.0-1.fc21.noarch (1044/1086) > >20:15:33,774 INFO packaging: gnome-icon-theme-extras-3.12.0-1.fc21.noarch (1045/1086) > >20:15:33,774 INFO packaging: grubby-8.33-1.fc21.x86_64 (1046/1086) > >20:15:33,774 INFO packaging: 2:nmap-ncat-6.46-1.fc21.x86_64 (1047/1086) > >20:15:33,775 INFO packaging: wget-1.15-1.fc21.x86_64 (1048/1086) > >20:15:33,775 INFO packaging: fpaste-0.3.7.2-1.fc21.noarch (1049/1086) > >20:15:33,775 INFO packaging: uboot-tools-2014.04-5.fc21.x86_64 (1050/1086) > >20:15:33,775 INFO packaging: hunspell-en-0.20121024-7.fc21.noarch (1051/1086) > >20:15:33,775 INFO packaging: xorg-x11-utils-7.5-13.fc21.x86_64 (1052/1086) > >20:15:33,775 INFO packaging: kernel-devel-3.15.0-0.rc4.git4.1.fc21.x86_64 (1053/1086) > >20:15:33,775 INFO packaging: 2:irqbalance-1.0.7-5.fc21.x86_64 (1054/1086) > >20:15:33,775 INFO packaging: numactl-2.0.9-1.fc21.x86_64 (1055/1086) > >20:15:33,775 INFO packaging: ntsysv-1.3.61-1.fc21.x86_64 (1056/1086) > >20:15:33,775 INFO packaging: pciutils-3.2.1-2.fc21.x86_64 (1057/1086) > >20:15:33,775 INFO packaging: apobase-devel-0.64-3.x86_64 (1058/1086) > >20:15:33,775 INFO packaging: cyrus-sasl-plain-2.1.26-16.fc21.x86_64 (1059/1086) > >20:15:33,775 INFO packaging: nano-2.3.2-4.fc20.x86_64 (1060/1086) > >20:15:33,775 INFO packaging: jwhois-4.0-33.fc21.x86_64 (1061/1086) > >20:15:33,775 INFO packaging: attr-2.4.47-6.fc21.x86_64 (1062/1086) > >20:15:33,776 INFO packaging: 2:mtr-0.85-4.fc21.x86_64 (1063/1086) > >20:15:33,776 INFO packaging: 1:bash-completion-2.1-4.fc21.noarch (1064/1086) > >20:15:33,776 INFO packaging: ftp-0.17-65.fc20.x86_64 (1065/1086) > >20:15:33,776 INFO packaging: ed-1.10-1.fc21.x86_64 (1066/1086) > >20:15:33,776 INFO packaging: time-1.7-44.fc21.x86_64 (1067/1086) > >20:15:33,776 INFO packaging: 3:traceroute-2.0.19-5.fc21.x86_64 (1068/1086) > >20:15:33,776 INFO packaging: lyx-fonts-2.1.0-2.fc21.noarch (1069/1086) > >20:15:33,776 INFO packaging: digifarma-release-notes-20-0.5.noarch (1070/1086) > >20:15:33,776 INFO packaging: 1:telnet-0.17-58.fc20.x86_64 (1071/1086) > >20:15:33,776 INFO packaging: talk-0.17-46.fc21.x86_64 (1072/1086) > >20:15:33,776 INFO packaging: 2:microcode_ctl-2.1-4.fc21.x86_64 (1073/1086) > >20:15:33,776 INFO packaging: dos2unix-6.0.5-1.fc21.x86_64 (1074/1086) > >20:15:33,776 INFO packaging: 1:rdist-6.1.5-57.fc20.x86_64 (1075/1086) > >20:15:33,776 INFO packaging: rsh-0.17-74.fc20.x86_64 (1076/1086) > >20:15:33,776 INFO packaging: bridge-utils-1.5-8.fc20.x86_64 (1077/1086) > >20:15:33,777 INFO packaging: tree-1.7.0-1.fc21.x86_64 (1078/1086) > >20:15:33,777 INFO packaging: vconfig-1.9-14.fc21.x86_64 (1079/1086) > >20:15:33,777 INFO packaging: finger-0.17-50.fc20.x86_64 (1080/1086) > >20:15:33,777 INFO packaging: symlinks-1.4-8.fc20.x86_64 (1081/1086) > >20:15:33,777 INFO packaging: man-pages-3.66-1.fc21.noarch (1082/1086) > >20:15:33,777 INFO packaging: digifarma-0.5-4.x86_64 (1083/1086) > >20:15:33,777 INFO packaging: gnome-backgrounds-3.12.1-1.fc21.noarch (1084/1086) > >20:15:33,777 INFO packaging: words-3.0-22.fc20.noarch (1085/1086) > >20:15:33,777 INFO packaging: rootfiles-8.1-16.fc21.noarch (1086/1086) > >20:15:33,777 INFO packaging: ==== end rpm scriptlet logs ==== > > >/tmp/program.log: >18:01:35,706 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >18:01:35,730 DEBUG program: Return code: 0 >18:01:35,731 INFO program: Running... udevadm settle --timeout=300 >18:01:35,834 DEBUG program: Return code: 0 >18:01:35,864 INFO program: Running... modprobe fcoe >18:01:35,925 DEBUG program: Return code: 0 >18:01:35,926 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >18:01:35,952 INFO program: No FCoE boot disk information is found in EDD! >18:01:35,952 DEBUG program: Return code: 1 >18:01:35,965 INFO program: Running... loadkeys us >18:01:36,153 DEBUG program: Return code: 0 >18:01:37,992 INFO program: Running... metacity --display :1 --sm-disable >18:01:37,996 INFO program: Running... spice-vdagent >18:01:38,072 DEBUG program: Return code: 0 >18:01:40,273 INFO program: Running... hwclock --hctosys --utc >18:01:41,001 DEBUG program: Return code: 0 >18:01:41,001 INFO program: Running... udevadm settle --timeout=300 >18:01:41,034 DEBUG program: Return code: 1 >18:01:41,035 INFO program: Running... systemctl start chronyd.service >18:01:41,120 DEBUG program: Return code: 0 >18:01:41,122 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >18:01:41,237 DEBUG program: Return code: 0 >18:01:41,334 INFO program: Running... udevadm settle --timeout=300 >18:01:41,940 DEBUG program: Return code: 1 >18:01:41,957 INFO program: Running... udevadm settle --timeout=300 >18:01:41,992 DEBUG program: Return code: 1 >18:01:42,023 INFO program: Running... multipath -c /dev/sdc >18:01:42,054 INFO program: /dev/sdc is not a valid multipath device path >18:01:42,054 DEBUG program: Return code: 1 >18:01:42,169 INFO program: Running... dumpe2fs -h /dev/sdc1 >18:01:42,283 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >18:01:42,283 INFO program: Filesystem volume name: RAW_INSTALL >18:01:42,283 INFO program: Last mounted on: /run/install/repo >18:01:42,283 INFO program: Filesystem UUID: fc118a58-512a-4c75-af41-1adbb0549c8c >18:01:42,284 INFO program: Filesystem magic number: 0xEF53 >18:01:42,284 INFO program: Filesystem revision #: 1 (dynamic) >18:01:42,284 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >18:01:42,284 INFO program: Filesystem flags: signed_directory_hash >18:01:42,284 INFO program: Default mount options: user_xattr acl >18:01:42,284 INFO program: Filesystem state: clean >18:01:42,284 INFO program: Errors behavior: Continue >18:01:42,285 INFO program: Filesystem OS type: Linux >18:01:42,285 INFO program: Inode count: 196608 >18:01:42,285 INFO program: Block count: 786432 >18:01:42,285 INFO program: Reserved block count: 39321 >18:01:42,285 INFO program: Free blocks: 487944 >18:01:42,285 INFO program: Free inodes: 194897 >18:01:42,285 INFO program: First block: 0 >18:01:42,285 INFO program: Block size: 4096 >18:01:42,286 INFO program: Fragment size: 4096 >18:01:42,286 INFO program: Reserved GDT blocks: 191 >18:01:42,286 INFO program: Blocks per group: 32768 >18:01:42,286 INFO program: Fragments per group: 32768 >18:01:42,286 INFO program: Inodes per group: 8192 >18:01:42,286 INFO program: Inode blocks per group: 512 >18:01:42,286 INFO program: Flex block group size: 16 >18:01:42,287 INFO program: Filesystem created: Sun May 11 09:55:47 2014 >18:01:42,287 INFO program: Last mount time: Mon May 12 18:01:20 2014 >18:01:42,287 INFO program: Last write time: Mon May 12 18:01:20 2014 >18:01:42,287 INFO program: Mount count: 21 >18:01:42,287 INFO program: Maximum mount count: -1 >18:01:42,287 INFO program: Last checked: Sun May 11 09:55:47 2014 >18:01:42,287 INFO program: Check interval: 0 (<none>) >18:01:42,287 INFO program: Lifetime writes: 1274 MB >18:01:42,288 INFO program: Reserved blocks uid: 0 (user root) >18:01:42,288 INFO program: Reserved blocks gid: 0 (group root) >18:01:42,288 INFO program: First inode: 11 >18:01:42,288 INFO program: Inode size: 256 >18:01:42,288 INFO program: Required extra isize: 28 >18:01:42,288 INFO program: Desired extra isize: 28 >18:01:42,288 INFO program: Journal inode: 8 >18:01:42,289 INFO program: Default directory hash: half_md4 >18:01:42,289 INFO program: Directory Hash Seed: 70635c80-ede1-473e-92e9-ba6efbaba65f >18:01:42,289 INFO program: Journal backup: inode blocks >18:01:42,289 INFO program: Journal features: journal_incompat_revoke >18:01:42,289 INFO program: Journal size: 64M >18:01:42,289 INFO program: Journal length: 16384 >18:01:42,289 INFO program: Journal sequence: 0x0000029d >18:01:42,289 INFO program: Journal start: 1 >18:01:42,290 INFO program: >18:01:42,290 DEBUG program: Return code: 0 >18:01:42,290 INFO program: Running... resize2fs -P /dev/sdc1 >18:01:42,344 INFO program: resize2fs 1.42.9 (28-Dec-2013) >18:01:42,344 INFO program: Estimated minimum size of the filesystem: 299946 >18:01:42,344 DEBUG program: Return code: 0 >18:01:42,453 INFO program: Running... modprobe vfat >18:01:42,557 DEBUG program: Return code: 0 >18:01:42,622 INFO program: Running... multipath -c /dev/sda >18:01:42,650 INFO program: /dev/sda is not a valid multipath device path >18:01:42,650 DEBUG program: Return code: 1 >18:01:42,835 INFO program: Running... ntfsinfo -m /dev/sda1 >18:01:42,882 INFO program: Volume Information >18:01:42,883 INFO program: Name of device: /dev/sda1 >18:01:42,883 INFO program: Device state: 11 >18:01:42,883 INFO program: Volume Name: Herstel >18:01:42,883 INFO program: Volume State: 91 >18:01:42,883 INFO program: Volume Flags: 0x0080 >18:01:42,884 INFO program: Volume Version: 3.1 >18:01:42,884 INFO program: Sector Size: 512 >18:01:42,884 INFO program: Cluster Size: 4096 >18:01:42,884 INFO program: Index Block Size: 4096 >18:01:42,884 INFO program: Volume Size in Clusters: 76799 >18:01:42,885 INFO program: MFT Information >18:01:42,885 INFO program: MFT Record Size: 1024 >18:01:42,885 INFO program: MFT Zone Multiplier: 0 >18:01:42,885 INFO program: MFT Data Position: 24 >18:01:42,885 INFO program: MFT Zone Start: 25600 >18:01:42,885 INFO program: MFT Zone End: 35199 >18:01:42,886 INFO program: MFT Zone Position: 25600 >18:01:42,886 INFO program: Current Position in First Data Zone: 35199 >18:01:42,886 INFO program: Current Position in Second Data Zone: 0 >18:01:42,886 INFO program: Allocated clusters 64 (0.1%) >18:01:42,886 INFO program: LCN of Data Attribute for FILE_MFT: 25600 >18:01:42,886 INFO program: FILE_MFTMirr Size: 4 >18:01:42,887 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >18:01:42,887 INFO program: Size of Attribute Definition Table: 2560 >18:01:42,887 INFO program: Number of Attached Extent Inodes: 0 >18:01:42,887 INFO program: FILE_Bitmap Information >18:01:42,887 INFO program: FILE_Bitmap MFT Record Number: 6 >18:01:42,887 INFO program: State of FILE_Bitmap Inode: 80 >18:01:42,888 INFO program: Length of Attribute List: 0 >18:01:42,888 INFO program: Number of Attached Extent Inodes: 0 >18:01:42,888 INFO program: FILE_Bitmap Data Attribute Information >18:01:42,888 INFO program: Decompressed Runlist: not done yet >18:01:42,888 INFO program: Base Inode: 6 >18:01:42,888 INFO program: Attribute Types: not done yet >18:01:42,889 INFO program: Attribute Name Length: 0 >18:01:42,889 INFO program: Attribute State: 3 >18:01:42,889 INFO program: Attribute Allocated Size: 12288 >18:01:42,889 INFO program: Attribute Data Size: 9600 >18:01:42,889 INFO program: Attribute Initialized Size: 9600 >18:01:42,889 INFO program: Attribute Compressed Size: 0 >18:01:42,890 INFO program: Compression Block Size: 0 >18:01:42,890 INFO program: Compression Block Size Bits: 0 >18:01:42,890 INFO program: Compression Block Clusters: 0 >18:01:42,890 INFO program: Free Clusters: 16120 (21.0%) >18:01:42,890 DEBUG program: Return code: 0 >18:01:42,892 INFO program: Running... ntfsresize -m /dev/sda1 >18:01:42,925 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >18:01:42,926 INFO program: Minsize (in MB): 249 >18:01:42,926 DEBUG program: Return code: 0 >18:01:43,191 INFO program: Running... ntfsinfo -m /dev/sda4 >18:01:43,234 INFO program: Volume Information >18:01:43,234 INFO program: Name of device: /dev/sda4 >18:01:43,235 INFO program: Device state: 11 >18:01:43,235 INFO program: Volume Name: >18:01:43,235 INFO program: Volume State: 91 >18:01:43,235 INFO program: Volume Flags: 0x0000 >18:01:43,235 INFO program: Volume Version: 3.1 >18:01:43,235 INFO program: Sector Size: 512 >18:01:43,236 INFO program: Cluster Size: 4096 >18:01:43,236 INFO program: Index Block Size: 4096 >18:01:43,236 INFO program: Volume Size in Clusters: 15224831 >18:01:43,236 INFO program: MFT Information >18:01:43,236 INFO program: MFT Record Size: 1024 >18:01:43,236 INFO program: MFT Zone Multiplier: 0 >18:01:43,236 INFO program: MFT Data Position: 24 >18:01:43,236 INFO program: MFT Zone Start: 786432 >18:01:43,237 INFO program: MFT Zone End: 2689535 >18:01:43,237 INFO program: MFT Zone Position: 786432 >18:01:43,237 INFO program: Current Position in First Data Zone: 2689535 >18:01:43,237 INFO program: Current Position in Second Data Zone: 0 >18:01:43,237 INFO program: Allocated clusters 20480 (0.1%) >18:01:43,237 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >18:01:43,237 INFO program: FILE_MFTMirr Size: 4 >18:01:43,238 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >18:01:43,238 INFO program: Size of Attribute Definition Table: 2560 >18:01:43,238 INFO program: Number of Attached Extent Inodes: 0 >18:01:43,238 INFO program: FILE_Bitmap Information >18:01:43,238 INFO program: FILE_Bitmap MFT Record Number: 6 >18:01:43,238 INFO program: State of FILE_Bitmap Inode: 80 >18:01:43,238 INFO program: Length of Attribute List: 0 >18:01:43,239 INFO program: Number of Attached Extent Inodes: 0 >18:01:43,239 INFO program: FILE_Bitmap Data Attribute Information >18:01:43,239 INFO program: Decompressed Runlist: not done yet >18:01:43,239 INFO program: Base Inode: 6 >18:01:43,239 INFO program: Attribute Types: not done yet >18:01:43,239 INFO program: Attribute Name Length: 0 >18:01:43,239 INFO program: Attribute State: 3 >18:01:43,239 INFO program: Attribute Allocated Size: 1904640 >18:01:43,240 INFO program: Attribute Data Size: 1903104 >18:01:43,240 INFO program: Attribute Initialized Size: 1903104 >18:01:43,240 INFO program: Attribute Compressed Size: 0 >18:01:43,240 INFO program: Compression Block Size: 0 >18:01:43,240 INFO program: Compression Block Size Bits: 0 >18:01:43,240 INFO program: Compression Block Clusters: 0 >18:01:43,240 INFO program: Free Clusters: 10749533 (70.6%) >18:01:43,241 DEBUG program: Return code: 0 >18:01:43,241 INFO program: Running... ntfsresize -m /dev/sda4 >18:01:44,102 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >18:01:44,102 INFO program: Minsize (in MB): 18331 >18:01:44,102 DEBUG program: Return code: 0 >18:01:44,103 INFO program: Running... systemctl status chronyd.service >18:01:44,135 INFO program: * chronyd.service - NTP client/server >18:01:44,135 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >18:01:44,135 INFO program: Active: active (running) since Mon 2014-05-12 18:01:41 UTC; 3s ago >18:01:44,135 INFO program: Process: 1362 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >18:01:44,136 INFO program: Process: 1359 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=exited, status=0/SUCCESS) >18:01:44,136 INFO program: Main PID: 1361 (chronyd) >18:01:44,136 INFO program: CGroup: /system.slice/chronyd.service >18:01:44,137 INFO program: `-1361 /usr/sbin/chronyd -u chrony >18:01:44,137 INFO program: >18:01:44,137 INFO program: May 12 18:01:41 testsys.digifarma.nl systemd[1]: Started NTP client/server. >18:01:44,137 DEBUG program: Return code: 0 >18:01:44,441 INFO program: Running... dumpe2fs -h /dev/sda6 >18:01:44,467 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >18:01:44,468 INFO program: Filesystem volume name: <none> >18:01:44,468 INFO program: Last mounted on: /boot >18:01:44,468 INFO program: Filesystem UUID: a4b36b77-f825-4d8d-a01f-7ee909e5b71e >18:01:44,468 INFO program: Filesystem magic number: 0xEF53 >18:01:44,469 INFO program: Filesystem revision #: 1 (dynamic) >18:01:44,469 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 >18:01:44,469 INFO program: Filesystem flags: signed_directory_hash >18:01:44,469 INFO program: Default mount options: user_xattr acl >18:01:44,469 INFO program: Filesystem state: clean >18:01:44,469 INFO program: Errors behavior: Continue >18:01:44,470 INFO program: Filesystem OS type: Linux >18:01:44,470 INFO program: Inode count: 128016 >18:01:44,470 INFO program: Block count: 512000 >18:01:44,470 INFO program: Reserved block count: 25600 >18:01:44,470 INFO program: Free blocks: 406980 >18:01:44,470 INFO program: Free inodes: 127992 >18:01:44,470 INFO program: First block: 1 >18:01:44,471 INFO program: Block size: 1024 >18:01:44,471 INFO program: Fragment size: 1024 >18:01:44,471 INFO program: Reserved GDT blocks: 256 >18:01:44,471 INFO program: Blocks per group: 8192 >18:01:44,471 INFO program: Fragments per group: 8192 >18:01:44,471 INFO program: Inodes per group: 2032 >18:01:44,471 INFO program: Inode blocks per group: 254 >18:01:44,471 INFO program: Flex block group size: 16 >18:01:44,472 INFO program: Filesystem created: Sun May 11 20:21:01 2014 >18:01:44,472 INFO program: Last mount time: Sun May 11 20:21:06 2014 >18:01:44,472 INFO program: Last write time: Sun May 11 21:02:15 2014 >18:01:44,472 INFO program: Mount count: 1 >18:01:44,472 INFO program: Maximum mount count: -1 >18:01:44,472 INFO program: Last checked: Sun May 11 20:21:01 2014 >18:01:44,472 INFO program: Check interval: 0 (<none>) >18:01:44,472 INFO program: Lifetime writes: 85 MB >18:01:44,473 INFO program: Reserved blocks uid: 0 (user root) >18:01:44,473 INFO program: Reserved blocks gid: 0 (group root) >18:01:44,473 INFO program: First inode: 11 >18:01:44,473 INFO program: Inode size: 128 >18:01:44,473 INFO program: Journal inode: 8 >18:01:44,473 INFO program: Default directory hash: half_md4 >18:01:44,474 INFO program: Directory Hash Seed: 3e037936-ee26-4983-a4ff-877ce88378d1 >18:01:44,474 INFO program: Journal backup: inode blocks >18:01:44,474 INFO program: Journal features: (none) >18:01:44,474 INFO program: Journal size: 8M >18:01:44,474 INFO program: Journal length: 8192 >18:01:44,474 INFO program: Journal sequence: 0x0000001a >18:01:44,474 INFO program: Journal start: 0 >18:01:44,475 INFO program: >18:01:44,475 DEBUG program: Return code: 0 >18:01:44,475 INFO program: Running... resize2fs -P /dev/sda6 >18:01:44,497 INFO program: resize2fs 1.42.9 (28-Dec-2013) >18:01:44,498 INFO program: Estimated minimum size of the filesystem: 95832 >18:01:44,498 DEBUG program: Return code: 0 >18:01:44,764 INFO program: Running... dumpe2fs -h /dev/sda8 >18:01:44,793 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >18:01:44,793 INFO program: Filesystem volume name: <none> >18:01:44,794 INFO program: Last mounted on: /mnt/sysimage >18:01:44,794 INFO program: Filesystem UUID: 4b5dacfc-8439-479e-9cea-cb672c52fdaa >18:01:44,794 INFO program: Filesystem magic number: 0xEF53 >18:01:44,794 INFO program: Filesystem revision #: 1 (dynamic) >18:01:44,794 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 >18:01:44,795 INFO program: Filesystem flags: signed_directory_hash >18:01:44,795 INFO program: Default mount options: user_xattr acl >18:01:44,795 INFO program: Filesystem state: clean >18:01:44,795 INFO program: Errors behavior: Continue >18:01:44,795 INFO program: Filesystem OS type: Linux >18:01:44,796 INFO program: Inode count: 3276800 >18:01:44,796 INFO program: Block count: 13107200 >18:01:44,796 INFO program: Reserved block count: 655360 >18:01:44,796 INFO program: Free blocks: 12124409 >18:01:44,796 INFO program: Free inodes: 3144867 >18:01:44,796 INFO program: First block: 0 >18:01:44,796 INFO program: Block size: 4096 >18:01:44,797 INFO program: Fragment size: 4096 >18:01:44,797 INFO program: Reserved GDT blocks: 1020 >18:01:44,797 INFO program: Blocks per group: 32768 >18:01:44,797 INFO program: Fragments per group: 32768 >18:01:44,797 INFO program: Inodes per group: 8192 >18:01:44,797 INFO program: Inode blocks per group: 512 >18:01:44,798 INFO program: Flex block group size: 16 >18:01:44,798 INFO program: Filesystem created: Sun May 11 20:21:02 2014 >18:01:44,798 INFO program: Last mount time: Sun May 11 20:21:06 2014 >18:01:44,798 INFO program: Last write time: Sun May 11 21:02:21 2014 >18:01:44,798 INFO program: Mount count: 1 >18:01:44,798 INFO program: Maximum mount count: -1 >18:01:44,799 INFO program: Last checked: Sun May 11 20:21:02 2014 >18:01:44,799 INFO program: Check interval: 0 (<none>) >18:01:44,799 INFO program: Lifetime writes: 4390 MB >18:01:44,799 INFO program: Reserved blocks uid: 0 (user root) >18:01:44,799 INFO program: Reserved blocks gid: 0 (group root) >18:01:44,799 INFO program: First inode: 11 >18:01:44,799 INFO program: Inode size: 256 >18:01:44,800 INFO program: Required extra isize: 28 >18:01:44,800 INFO program: Desired extra isize: 28 >18:01:44,800 INFO program: Journal inode: 8 >18:01:44,800 INFO program: Default directory hash: half_md4 >18:01:44,800 INFO program: Directory Hash Seed: 2b244dfb-fa96-4899-ba90-a4886a490a21 >18:01:44,800 INFO program: Journal backup: inode blocks >18:01:44,800 INFO program: Journal features: journal_incompat_revoke >18:01:44,801 INFO program: Journal size: 128M >18:01:44,801 INFO program: Journal length: 32768 >18:01:44,801 INFO program: Journal sequence: 0x0000305c >18:01:44,801 INFO program: Journal start: 0 >18:01:44,801 INFO program: >18:01:44,801 DEBUG program: Return code: 0 >18:01:44,802 INFO program: Running... resize2fs -P /dev/sda8 >18:01:44,832 INFO program: resize2fs 1.42.9 (28-Dec-2013) >18:01:44,833 INFO program: Estimated minimum size of the filesystem: 815179 >18:01:44,833 DEBUG program: Return code: 0 >18:01:45,038 INFO program: Running... modprobe btrfs >18:01:45,142 DEBUG program: Return code: 0 >18:01:45,143 INFO program: Running... dumpe2fs -h /dev/sda9 >18:01:45,176 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >18:01:45,176 INFO program: Filesystem volume name: <none> >18:01:45,176 INFO program: Last mounted on: /home >18:01:45,177 INFO program: Filesystem UUID: 5dc2d0ed-eeb3-42ea-9441-2d758573d021 >18:01:45,177 INFO program: Filesystem magic number: 0xEF53 >18:01:45,177 INFO program: Filesystem revision #: 1 (dynamic) >18:01:45,177 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 >18:01:45,177 INFO program: Filesystem flags: signed_directory_hash >18:01:45,177 INFO program: Default mount options: user_xattr acl >18:01:45,177 INFO program: Filesystem state: clean >18:01:45,178 INFO program: Errors behavior: Continue >18:01:45,178 INFO program: Filesystem OS type: Linux >18:01:45,178 INFO program: Inode count: 7979008 >18:01:45,178 INFO program: Block count: 31901952 >18:01:45,178 INFO program: Reserved block count: 1595097 >18:01:45,178 INFO program: Free blocks: 31353150 >18:01:45,179 INFO program: Free inodes: 7978981 >18:01:45,179 INFO program: First block: 0 >18:01:45,179 INFO program: Block size: 4096 >18:01:45,179 INFO program: Fragment size: 4096 >18:01:45,179 INFO program: Reserved GDT blocks: 1016 >18:01:45,179 INFO program: Blocks per group: 32768 >18:01:45,180 INFO program: Fragments per group: 32768 >18:01:45,180 INFO program: Inodes per group: 8192 >18:01:45,180 INFO program: Inode blocks per group: 512 >18:01:45,181 INFO program: Flex block group size: 16 >18:01:45,181 INFO program: Filesystem created: Sun May 11 20:21:03 2014 >18:01:45,181 INFO program: Last mount time: Sun May 11 20:21:06 2014 >18:01:45,182 INFO program: Last write time: Sun May 11 21:02:15 2014 >18:01:45,182 INFO program: Mount count: 1 >18:01:45,182 INFO program: Maximum mount count: -1 >18:01:45,183 INFO program: Last checked: Sun May 11 20:21:03 2014 >18:01:45,183 INFO program: Check interval: 0 (<none>) >18:01:45,183 INFO program: Lifetime writes: 133 MB >18:01:45,184 INFO program: Reserved blocks uid: 0 (user root) >18:01:45,184 INFO program: Reserved blocks gid: 0 (group root) >18:01:45,184 INFO program: First inode: 11 >18:01:45,184 INFO program: Inode size: 256 >18:01:45,184 INFO program: Required extra isize: 28 >18:01:45,185 INFO program: Desired extra isize: 28 >18:01:45,185 INFO program: Journal inode: 8 >18:01:45,185 INFO program: Default directory hash: half_md4 >18:01:45,185 INFO program: Directory Hash Seed: 53366cdd-980c-427c-bf48-4e5d7ea281e2 >18:01:45,185 INFO program: Journal backup: inode blocks >18:01:45,185 INFO program: Journal features: (none) >18:01:45,186 INFO program: Journal size: 128M >18:01:45,186 INFO program: Journal length: 32768 >18:01:45,186 INFO program: Journal sequence: 0x00000008 >18:01:45,186 INFO program: Journal start: 0 >18:01:45,186 INFO program: >18:01:45,186 DEBUG program: Return code: 0 >18:01:45,187 INFO program: Running... modprobe xfs >18:01:45,293 DEBUG program: Return code: 0 >18:01:45,294 INFO program: Running... resize2fs -P /dev/sda9 >18:01:45,363 INFO program: resize2fs 1.42.9 (28-Dec-2013) >18:01:45,364 INFO program: Estimated minimum size of the filesystem: 107265 >18:01:45,365 DEBUG program: Return code: 0 >18:01:45,390 INFO program: Running... hostnamectl set-hostname testsys.digifarma.nl >18:01:45,492 DEBUG program: Return code: 0 >18:01:45,524 INFO program: Running... multipath -c /dev/sdb >18:01:45,558 INFO program: /dev/sdb is not a valid multipath device path >18:01:45,558 DEBUG program: Return code: 1 >18:01:45,630 INFO program: Running... dumpe2fs -h /dev/sdb1 >18:01:45,702 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >18:01:45,702 INFO program: Filesystem volume name: <none> >18:01:45,702 INFO program: Last mounted on: /mnt/hd2 >18:01:45,703 INFO program: Filesystem UUID: 95b5818e-e47d-41f9-8b9e-f0956c2d20eb >18:01:45,703 INFO program: Filesystem magic number: 0xEF53 >18:01:45,703 INFO program: Filesystem revision #: 1 (dynamic) >18:01:45,703 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 >18:01:45,703 INFO program: Filesystem flags: signed_directory_hash >18:01:45,704 INFO program: Default mount options: user_xattr acl >18:01:45,704 INFO program: Filesystem state: clean >18:01:45,704 INFO program: Errors behavior: Continue >18:01:45,704 INFO program: Filesystem OS type: Linux >18:01:45,704 INFO program: Inode count: 91578368 >18:01:45,704 INFO program: Block count: 366284288 >18:01:45,704 INFO program: Reserved block count: 18314214 >18:01:45,705 INFO program: Free blocks: 331527306 >18:01:45,705 INFO program: Free inodes: 91494666 >18:01:45,705 INFO program: First block: 0 >18:01:45,705 INFO program: Block size: 4096 >18:01:45,705 INFO program: Fragment size: 4096 >18:01:45,705 INFO program: Reserved GDT blocks: 936 >18:01:45,706 INFO program: Blocks per group: 32768 >18:01:45,706 INFO program: Fragments per group: 32768 >18:01:45,706 INFO program: Inodes per group: 8192 >18:01:45,706 INFO program: Inode blocks per group: 512 >18:01:45,706 INFO program: Flex block group size: 16 >18:01:45,706 INFO program: Filesystem created: Wed Oct 16 19:07:23 2013 >18:01:45,706 INFO program: Last mount time: Sun May 11 11:00:49 2014 >18:01:45,707 INFO program: Last write time: Sun May 11 12:33:03 2014 >18:01:45,707 INFO program: Mount count: 301 >18:01:45,707 INFO program: Maximum mount count: -1 >18:01:45,707 INFO program: Last checked: Wed Oct 16 19:07:23 2013 >18:01:45,707 INFO program: Check interval: 0 (<none>) >18:01:45,707 INFO program: Lifetime writes: 179 GB >18:01:45,708 INFO program: Reserved blocks uid: 0 (user root) >18:01:45,708 INFO program: Reserved blocks gid: 0 (group root) >18:01:45,708 INFO program: First inode: 11 >18:01:45,708 INFO program: Inode size: 256 >18:01:45,708 INFO program: Required extra isize: 28 >18:01:45,708 INFO program: Desired extra isize: 28 >18:01:45,708 INFO program: Journal inode: 8 >18:01:45,709 INFO program: Default directory hash: half_md4 >18:01:45,709 INFO program: Directory Hash Seed: f42321eb-254e-46c1-8639-1c05de5461bd >18:01:45,709 INFO program: Journal backup: inode blocks >18:01:45,709 INFO program: Journal features: journal_incompat_revoke >18:01:45,709 INFO program: Journal size: 128M >18:01:45,709 INFO program: Journal length: 32768 >18:01:45,709 INFO program: Journal sequence: 0x0000194d >18:01:45,710 INFO program: Journal start: 0 >18:01:45,710 INFO program: >18:01:45,710 DEBUG program: Return code: 0 >18:01:45,710 INFO program: Running... resize2fs -P /dev/sdb1 >18:01:45,742 INFO program: resize2fs 1.42.9 (28-Dec-2013) >18:01:45,743 INFO program: Estimated minimum size of the filesystem: 30156901 >18:01:45,743 DEBUG program: Return code: 0 >18:01:45,846 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:45,892 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:45,892 DEBUG program: Return code: 0 >18:01:45,899 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:45,931 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:45,931 DEBUG program: Return code: 0 >18:01:45,985 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:46,013 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:46,014 DEBUG program: Return code: 0 >18:01:46,017 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:46,047 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:46,047 DEBUG program: Return code: 0 >18:01:46,052 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:46,085 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:46,085 DEBUG program: Return code: 0 >18:01:46,089 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:46,118 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:46,118 DEBUG program: Return code: 0 >18:01:46,125 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:46,155 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:46,156 DEBUG program: Return code: 0 >18:01:46,160 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:46,188 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:46,188 DEBUG program: Return code: 0 >18:01:46,205 INFO program: Running... dumpe2fs -h /dev/loop1 >18:01:46,231 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >18:01:46,232 INFO program: Filesystem volume name: Anaconda >18:01:46,232 INFO program: Last mounted on: / >18:01:46,232 INFO program: Filesystem UUID: 91c2ef0e-3437-47d3-9e8c-112ec7a2e000 >18:01:46,232 INFO program: Filesystem magic number: 0xEF53 >18:01:46,232 INFO program: Filesystem revision #: 1 (dynamic) >18:01:46,233 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 >18:01:46,233 INFO program: Filesystem flags: signed_directory_hash >18:01:46,233 INFO program: Default mount options: user_xattr acl >18:01:46,233 INFO program: Filesystem state: clean >18:01:46,233 INFO program: Errors behavior: Continue >18:01:46,233 INFO program: Filesystem OS type: Linux >18:01:46,233 INFO program: Inode count: 131072 >18:01:46,234 INFO program: Block count: 2097152 >18:01:46,234 INFO program: Reserved block count: 0 >18:01:46,234 INFO program: Free blocks: 1123215 >18:01:46,234 INFO program: Free inodes: 96138 >18:01:46,234 INFO program: First block: 1 >18:01:46,234 INFO program: Block size: 1024 >18:01:46,234 INFO program: Fragment size: 1024 >18:01:46,235 INFO program: Reserved GDT blocks: 256 >18:01:46,235 INFO program: Blocks per group: 8192 >18:01:46,235 INFO program: Fragments per group: 8192 >18:01:46,235 INFO program: Inodes per group: 512 >18:01:46,235 INFO program: Inode blocks per group: 128 >18:01:46,235 INFO program: Flex block group size: 16 >18:01:46,235 INFO program: Filesystem created: Sat May 10 10:04:39 2014 >18:01:46,236 INFO program: Last mount time: Sat May 10 10:04:56 2014 >18:01:46,236 INFO program: Last write time: Sat May 10 10:05:07 2014 >18:01:46,236 INFO program: Mount count: 2 >18:01:46,236 INFO program: Maximum mount count: -1 >18:01:46,236 INFO program: Last checked: Sat May 10 10:04:39 2014 >18:01:46,236 INFO program: Check interval: 0 (<none>) >18:01:46,236 INFO program: Lifetime writes: 32 MB >18:01:46,237 INFO program: Reserved blocks uid: 0 (user root) >18:01:46,237 INFO program: Reserved blocks gid: 0 (group root) >18:01:46,237 INFO program: First inode: 11 >18:01:46,237 INFO program: Inode size: 256 >18:01:46,237 INFO program: Required extra isize: 28 >18:01:46,237 INFO program: Desired extra isize: 28 >18:01:46,237 INFO program: Journal inode: 8 >18:01:46,238 INFO program: Default directory hash: half_md4 >18:01:46,238 INFO program: Directory Hash Seed: a7cd8cf7-d581-43e1-958a-0728aa7320cc >18:01:46,238 INFO program: Journal backup: inode blocks >18:01:46,238 INFO program: Journal features: (none) >18:01:46,238 INFO program: Journal size: 32M >18:01:46,238 INFO program: Journal length: 32768 >18:01:46,239 INFO program: Journal sequence: 0x0000000a >18:01:46,239 INFO program: Journal start: 0 >18:01:46,239 INFO program: >18:01:46,239 DEBUG program: Return code: 0 >18:01:46,239 INFO program: Running... resize2fs -P /dev/loop1 >18:01:46,266 INFO program: resize2fs 1.42.9 (28-Dec-2013) >18:01:46,266 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >18:01:46,267 INFO program: Couldn't find valid filesystem superblock. >18:01:46,267 DEBUG program: Return code: 1 >18:01:46,335 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >18:01:46,363 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >18:01:46,363 INFO program: Filesystem volume name: Anaconda >18:01:46,364 INFO program: Last mounted on: / >18:01:46,364 INFO program: Filesystem UUID: 91c2ef0e-3437-47d3-9e8c-112ec7a2e000 >18:01:46,364 INFO program: Filesystem magic number: 0xEF53 >18:01:46,364 INFO program: Filesystem revision #: 1 (dynamic) >18:01:46,364 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 >18:01:46,364 INFO program: Filesystem flags: signed_directory_hash >18:01:46,365 INFO program: Default mount options: user_xattr acl >18:01:46,365 INFO program: Filesystem state: clean >18:01:46,365 INFO program: Errors behavior: Continue >18:01:46,365 INFO program: Filesystem OS type: Linux >18:01:46,365 INFO program: Inode count: 131072 >18:01:46,365 INFO program: Block count: 2097152 >18:01:46,366 INFO program: Reserved block count: 0 >18:01:46,366 INFO program: Free blocks: 1123215 >18:01:46,366 INFO program: Free inodes: 96138 >18:01:46,366 INFO program: First block: 1 >18:01:46,366 INFO program: Block size: 1024 >18:01:46,366 INFO program: Fragment size: 1024 >18:01:46,366 INFO program: Reserved GDT blocks: 256 >18:01:46,367 INFO program: Blocks per group: 8192 >18:01:46,367 INFO program: Fragments per group: 8192 >18:01:46,367 INFO program: Inodes per group: 512 >18:01:46,367 INFO program: Inode blocks per group: 128 >18:01:46,367 INFO program: Flex block group size: 16 >18:01:46,367 INFO program: Filesystem created: Sat May 10 10:04:39 2014 >18:01:46,368 INFO program: Last mount time: Mon May 12 18:01:22 2014 >18:01:46,368 INFO program: Last write time: Mon May 12 18:01:22 2014 >18:01:46,368 INFO program: Mount count: 3 >18:01:46,368 INFO program: Maximum mount count: -1 >18:01:46,368 INFO program: Last checked: Sat May 10 10:04:39 2014 >18:01:46,368 INFO program: Check interval: 0 (<none>) >18:01:46,368 INFO program: Lifetime writes: 32 MB >18:01:46,369 INFO program: Reserved blocks uid: 0 (user root) >18:01:46,369 INFO program: Reserved blocks gid: 0 (group root) >18:01:46,369 INFO program: First inode: 11 >18:01:46,369 INFO program: Inode size: 256 >18:01:46,369 INFO program: Required extra isize: 28 >18:01:46,369 INFO program: Desired extra isize: 28 >18:01:46,369 INFO program: Journal inode: 8 >18:01:46,370 INFO program: Default directory hash: half_md4 >18:01:46,370 INFO program: Directory Hash Seed: a7cd8cf7-d581-43e1-958a-0728aa7320cc >18:01:46,370 INFO program: Journal backup: inode blocks >18:01:46,370 INFO program: Journal features: (none) >18:01:46,370 INFO program: Journal size: 32M >18:01:46,370 INFO program: Journal length: 32768 >18:01:46,371 INFO program: Journal sequence: 0x0000000b >18:01:46,371 INFO program: Journal start: 1 >18:01:46,371 INFO program: >18:01:46,371 DEBUG program: Return code: 0 >18:01:46,371 INFO program: Running... resize2fs -P /dev/mapper/live-rw >18:01:46,400 INFO program: resize2fs 1.42.9 (28-Dec-2013) >18:01:46,401 INFO program: Estimated minimum size of the filesystem: 960559 >18:01:46,401 DEBUG program: Return code: 0 >18:01:46,584 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >18:01:46,617 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >18:01:46,618 INFO program: Filesystem volume name: Anaconda >18:01:46,618 INFO program: Last mounted on: / >18:01:46,618 INFO program: Filesystem UUID: 91c2ef0e-3437-47d3-9e8c-112ec7a2e000 >18:01:46,618 INFO program: Filesystem magic number: 0xEF53 >18:01:46,618 INFO program: Filesystem revision #: 1 (dynamic) >18:01:46,618 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 >18:01:46,619 INFO program: Filesystem flags: signed_directory_hash >18:01:46,619 INFO program: Default mount options: user_xattr acl >18:01:46,619 INFO program: Filesystem state: clean >18:01:46,619 INFO program: Errors behavior: Continue >18:01:46,619 INFO program: Filesystem OS type: Linux >18:01:46,619 INFO program: Inode count: 131072 >18:01:46,620 INFO program: Block count: 2097152 >18:01:46,620 INFO program: Reserved block count: 0 >18:01:46,620 INFO program: Free blocks: 1123215 >18:01:46,620 INFO program: Free inodes: 96138 >18:01:46,620 INFO program: First block: 1 >18:01:46,620 INFO program: Block size: 1024 >18:01:46,620 INFO program: Fragment size: 1024 >18:01:46,620 INFO program: Reserved GDT blocks: 256 >18:01:46,621 INFO program: Blocks per group: 8192 >18:01:46,621 INFO program: Fragments per group: 8192 >18:01:46,621 INFO program: Inodes per group: 512 >18:01:46,621 INFO program: Inode blocks per group: 128 >18:01:46,621 INFO program: Flex block group size: 16 >18:01:46,621 INFO program: Filesystem created: Sat May 10 10:04:39 2014 >18:01:46,621 INFO program: Last mount time: Sat May 10 10:04:56 2014 >18:01:46,622 INFO program: Last write time: Sat May 10 10:05:07 2014 >18:01:46,622 INFO program: Mount count: 2 >18:01:46,622 INFO program: Maximum mount count: -1 >18:01:46,622 INFO program: Last checked: Sat May 10 10:04:39 2014 >18:01:46,622 INFO program: Check interval: 0 (<none>) >18:01:46,622 INFO program: Lifetime writes: 32 MB >18:01:46,623 INFO program: Reserved blocks uid: 0 (user root) >18:01:46,623 INFO program: Reserved blocks gid: 0 (group root) >18:01:46,623 INFO program: First inode: 11 >18:01:46,623 INFO program: Inode size: 256 >18:01:46,623 INFO program: Required extra isize: 28 >18:01:46,623 INFO program: Desired extra isize: 28 >18:01:46,623 INFO program: Journal inode: 8 >18:01:46,623 INFO program: Default directory hash: half_md4 >18:01:46,624 INFO program: Directory Hash Seed: a7cd8cf7-d581-43e1-958a-0728aa7320cc >18:01:46,624 INFO program: Journal backup: inode blocks >18:01:46,624 INFO program: Journal features: (none) >18:01:46,624 INFO program: Journal size: 32M >18:01:46,624 INFO program: Journal length: 32768 >18:01:46,624 INFO program: Journal sequence: 0x0000000a >18:01:46,624 INFO program: Journal start: 0 >18:01:46,625 INFO program: >18:01:46,625 DEBUG program: Return code: 0 >18:01:46,625 INFO program: Running... resize2fs -P /dev/mapper/live-base >18:01:46,658 INFO program: resize2fs 1.42.9 (28-Dec-2013) >18:01:46,658 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >18:01:46,659 INFO program: Couldn't find valid filesystem superblock. >18:01:46,659 DEBUG program: Return code: 1 >18:01:46,722 INFO program: Running... udevadm settle --timeout=300 >18:01:46,764 DEBUG program: Return code: 1 >18:01:46,781 INFO program: Running... udevadm settle --timeout=300 >18:01:46,819 DEBUG program: Return code: 1 >18:01:46,824 INFO program: Running... udevadm settle --timeout=300 >18:01:46,863 DEBUG program: Return code: 1 >18:01:46,866 INFO program: Running... udevadm settle --timeout=300 >18:01:46,904 DEBUG program: Return code: 1 >18:01:46,909 INFO program: Running... udevadm settle --timeout=300 >18:01:46,946 DEBUG program: Return code: 1 >18:01:46,948 INFO program: Running... udevadm settle --timeout=300 >18:01:46,985 DEBUG program: Return code: 1 >18:01:46,990 INFO program: Running... udevadm settle --timeout=300 >18:01:47,027 DEBUG program: Return code: 1 >18:01:47,032 INFO program: Running... udevadm settle --timeout=300 >18:01:47,072 DEBUG program: Return code: 1 >18:01:47,077 INFO program: Running... udevadm settle --timeout=300 >18:01:47,115 DEBUG program: Return code: 1 >18:01:47,118 INFO program: Running... udevadm settle --timeout=300 >18:01:47,158 DEBUG program: Return code: 1 >18:01:47,162 INFO program: Running... udevadm settle --timeout=300 >18:01:47,201 DEBUG program: Return code: 1 >18:01:47,204 INFO program: Running... udevadm settle --timeout=300 >18:01:47,243 DEBUG program: Return code: 1 >18:01:47,247 INFO program: Running... udevadm settle --timeout=300 >18:01:47,288 DEBUG program: Return code: 1 >18:01:47,290 INFO program: Running... udevadm settle --timeout=300 >18:01:47,331 DEBUG program: Return code: 1 >18:01:47,336 INFO program: Running... udevadm settle --timeout=300 >18:01:47,376 DEBUG program: Return code: 1 >18:01:47,381 INFO program: Running... udevadm settle --timeout=300 >18:01:47,420 DEBUG program: Return code: 1 >18:01:47,425 INFO program: Running... udevadm settle --timeout=300 >18:01:47,464 DEBUG program: Return code: 1 >18:01:47,467 INFO program: Running... udevadm settle --timeout=300 >18:01:47,506 DEBUG program: Return code: 1 >18:01:47,511 INFO program: Running... udevadm settle --timeout=300 >18:01:47,550 DEBUG program: Return code: 1 >18:01:47,553 INFO program: Running... udevadm settle --timeout=300 >18:01:47,593 DEBUG program: Return code: 1 >18:01:47,598 INFO program: Running... udevadm settle --timeout=300 >18:01:47,637 DEBUG program: Return code: 1 >18:01:47,639 INFO program: Running... udevadm settle --timeout=300 >18:01:47,682 DEBUG program: Return code: 1 >18:01:47,687 INFO program: Running... udevadm settle --timeout=300 >18:01:47,726 DEBUG program: Return code: 1 >18:01:47,726 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:47,757 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:47,758 DEBUG program: Return code: 0 >18:01:47,759 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >18:01:47,792 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >18:01:47,792 DEBUG program: Return code: 0 >18:01:47,803 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sdc1 /mnt/sysimage >18:01:47,838 INFO program: mount: /dev/sdc1 is already mounted or /mnt/sysimage busy >18:01:47,838 INFO program: /dev/sdc1 is already mounted on /run/install/repo >18:01:47,839 DEBUG program: Return code: 32 >18:01:47,844 INFO program: Running... udevadm settle --timeout=300 >18:01:47,883 DEBUG program: Return code: 1 >18:01:47,885 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda6 /mnt/sysimage >18:01:47,921 DEBUG program: Return code: 0 >18:01:47,924 INFO program: Running... udevadm settle --timeout=300 >18:01:47,965 DEBUG program: Return code: 1 >18:01:47,965 INFO program: Running... umount /mnt/sysimage >18:01:48,014 DEBUG program: Return code: 0 >18:01:48,015 INFO program: Running... udevadm settle --timeout=300 >18:01:48,056 DEBUG program: Return code: 1 >18:01:48,061 INFO program: Running... udevadm settle --timeout=300 >18:01:48,099 DEBUG program: Return code: 1 >18:01:48,101 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda8 /mnt/sysimage >18:01:48,138 DEBUG program: Return code: 0 >18:01:48,142 INFO program: Running... arch >18:01:48,205 INFO program: x86_64 >18:01:48,206 DEBUG program: Return code: 0 >18:01:48,215 INFO program: Running... udevadm settle --timeout=300 >18:01:48,256 DEBUG program: Return code: 1 >18:01:48,257 INFO program: Running... umount /mnt/sysimage >18:01:48,300 DEBUG program: Return code: 0 >18:01:48,300 INFO program: Running... udevadm settle --timeout=300 >18:01:48,341 DEBUG program: Return code: 1 >18:01:48,343 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda9 /mnt/sysimage >18:01:48,383 DEBUG program: Return code: 0 >18:01:48,386 INFO program: Running... udevadm settle --timeout=300 >18:01:48,426 DEBUG program: Return code: 1 >18:01:48,427 INFO program: Running... umount /mnt/sysimage >18:01:48,469 DEBUG program: Return code: 0 >18:01:48,470 INFO program: Running... udevadm settle --timeout=300 >18:01:48,520 DEBUG program: Return code: 1 >18:01:48,525 INFO program: Running... udevadm settle --timeout=300 >18:01:48,564 DEBUG program: Return code: 1 >18:01:48,566 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sdb1 /mnt/sysimage >18:01:48,640 DEBUG program: Return code: 0 >18:01:48,657 INFO program: Running... udevadm settle --timeout=300 >18:01:48,697 DEBUG program: Return code: 1 >18:01:48,698 INFO program: Running... umount /mnt/sysimage >18:01:48,747 DEBUG program: Return code: 0 >18:01:48,747 INFO program: Running... udevadm settle --timeout=300 >18:01:48,786 DEBUG program: Return code: 1 >18:01:48,791 INFO program: Running... udevadm settle --timeout=300 >18:01:48,831 DEBUG program: Return code: 1 >20:01:54,371 INFO program: Running... udevadm settle --timeout=300 >20:01:54,443 DEBUG program: Return code: 1 >20:01:54,678 INFO program: Running... udevadm settle --timeout=300 >20:01:54,754 DEBUG program: Return code: 1 >20:01:55,074 INFO program: Running... udevadm settle --timeout=300 >20:01:55,146 DEBUG program: Return code: 1 >20:01:55,222 INFO program: Running... udevadm settle --timeout=300 >20:01:55,272 DEBUG program: Return code: 1 >20:01:55,512 INFO program: Running... udevadm settle --timeout=300 >20:01:55,588 DEBUG program: Return code: 1 >20:01:55,826 INFO program: Running... udevadm settle --timeout=300 >20:01:55,899 DEBUG program: Return code: 1 >20:02:15,770 INFO program: Running... udevadm settle --timeout=300 >20:02:15,806 DEBUG program: Return code: 1 >20:02:15,820 INFO program: Running... udevadm settle --timeout=300 >20:02:15,856 DEBUG program: Return code: 1 >20:02:15,880 INFO program: Running... udevadm settle --timeout=300 >20:02:15,916 DEBUG program: Return code: 1 >20:02:15,930 INFO program: Running... udevadm settle --timeout=300 >20:02:15,968 DEBUG program: Return code: 1 >20:02:15,981 INFO program: Running... udevadm settle --timeout=300 >20:02:16,012 DEBUG program: Return code: 1 >20:02:16,025 INFO program: Running... udevadm settle --timeout=300 >20:02:16,055 DEBUG program: Return code: 1 >20:02:57,125 INFO program: Running... udevadm settle --timeout=300 >20:02:57,180 DEBUG program: Return code: 1 >20:02:57,192 INFO program: Running... udevadm settle --timeout=300 >20:02:57,219 DEBUG program: Return code: 1 >20:03:08,807 INFO program: Running... hwclock --systohc --utc >20:03:09,502 DEBUG program: Return code: 0 >20:03:09,537 INFO program: Running... udevadm settle --timeout=300 >20:03:09,573 DEBUG program: Return code: 1 >20:03:09,577 INFO program: Running... udevadm settle --timeout=300 >20:03:09,609 DEBUG program: Return code: 1 >20:03:09,612 INFO program: Running... udevadm settle --timeout=300 >20:03:09,645 DEBUG program: Return code: 1 >20:03:09,649 INFO program: Running... udevadm settle --timeout=300 >20:03:09,680 DEBUG program: Return code: 1 >20:03:09,684 INFO program: Running... udevadm settle --timeout=300 >20:03:09,713 DEBUG program: Return code: 1 >20:03:09,717 INFO program: Running... udevadm settle --timeout=300 >20:03:09,746 DEBUG program: Return code: 1 >20:03:09,748 INFO program: Running... udevadm settle --timeout=300 >20:03:09,777 DEBUG program: Return code: 1 >20:03:09,784 INFO program: Running... udevadm settle --timeout=300 >20:03:09,814 DEBUG program: Return code: 1 >20:03:09,816 INFO program: Running... udevadm settle --timeout=300 >20:03:09,847 DEBUG program: Return code: 1 >20:03:09,851 INFO program: Running... udevadm settle --timeout=300 >20:03:09,880 DEBUG program: Return code: 1 >20:03:09,883 INFO program: Running... udevadm settle --timeout=300 >20:03:09,916 DEBUG program: Return code: 1 >20:03:09,919 INFO program: Running... udevadm settle --timeout=300 >20:03:09,953 DEBUG program: Return code: 1 >20:03:09,956 INFO program: Running... udevadm settle --timeout=300 >20:03:09,989 DEBUG program: Return code: 1 >20:03:09,993 INFO program: Running... udevadm settle --timeout=300 >20:03:10,026 DEBUG program: Return code: 1 >20:03:10,028 INFO program: Running... udevadm settle --timeout=300 >20:03:10,060 DEBUG program: Return code: 1 >20:03:10,064 INFO program: Running... udevadm settle --timeout=300 >20:03:10,097 DEBUG program: Return code: 1 >20:03:10,099 INFO program: Running... udevadm settle --timeout=300 >20:03:10,130 DEBUG program: Return code: 1 >20:03:10,134 INFO program: Running... udevadm settle --timeout=300 >20:03:10,164 DEBUG program: Return code: 1 >20:03:10,164 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >20:03:10,189 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >20:03:10,189 DEBUG program: Return code: 0 >20:03:10,190 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >20:03:10,218 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >20:03:10,218 DEBUG program: Return code: 0 >20:03:10,220 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >20:03:10,241 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >20:03:10,242 DEBUG program: Return code: 0 >20:03:10,282 INFO program: Running... wipefs -f -a /dev/sda9 >20:03:10,327 INFO program: /dev/sda9: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >20:03:10,328 DEBUG program: Return code: 0 >20:03:10,328 INFO program: Running... udevadm settle --timeout=300 >20:03:10,368 DEBUG program: Return code: 1 >20:03:10,369 INFO program: Running... udevadm settle --timeout=300 >20:03:10,402 DEBUG program: Return code: 1 >20:03:10,405 INFO program: Running... wipefs -f -a /dev/sda6 >20:03:10,443 INFO program: /dev/sda6: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >20:03:10,443 DEBUG program: Return code: 0 >20:03:10,443 INFO program: Running... udevadm settle --timeout=300 >20:03:10,479 DEBUG program: Return code: 1 >20:03:10,480 INFO program: Running... udevadm settle --timeout=300 >20:03:10,512 DEBUG program: Return code: 1 >20:03:10,515 INFO program: Running... wipefs -f -a /dev/sda8 >20:03:10,556 INFO program: /dev/sda8: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >20:03:10,556 DEBUG program: Return code: 0 >20:03:10,557 INFO program: Running... udevadm settle --timeout=300 >20:03:10,592 DEBUG program: Return code: 1 >20:03:10,592 INFO program: Running... udevadm settle --timeout=300 >20:03:10,624 DEBUG program: Return code: 1 >20:03:10,627 INFO program: Running... wipefs -f -a /dev/sda7 >20:03:10,662 INFO program: /dev/sda7: 10 bytes were erased at offset 0x00000ff6 (swap): 53 57 41 50 53 50 41 43 45 32 >20:03:10,663 DEBUG program: Return code: 0 >20:03:10,663 INFO program: Running... udevadm settle --timeout=300 >20:03:10,700 DEBUG program: Return code: 1 >20:03:10,700 INFO program: Running... udevadm settle --timeout=300 >20:03:10,734 DEBUG program: Return code: 1 >20:03:10,813 INFO program: Running... mke2fs -t ext4 /dev/sda9 >20:03:12,262 INFO program: mke2fs 1.42.9 (28-Dec-2013) >20:03:12,262 INFO program: Discarding device blocks: 4096/3190195212587008/31901952 done >20:03:12,263 INFO program: Filesystem label= >20:03:12,263 INFO program: OS type: Linux >20:03:12,263 INFO program: Block size=4096 (log=2) >20:03:12,263 INFO program: Fragment size=4096 (log=2) >20:03:12,263 INFO program: Stride=0 blocks, Stripe width=0 blocks >20:03:12,264 INFO program: 7979008 inodes, 31901952 blocks >20:03:12,264 INFO program: 1595097 blocks (5.00%) reserved for the super user >20:03:12,264 INFO program: First data block=0 >20:03:12,264 INFO program: Maximum filesystem blocks=4294967296 >20:03:12,264 INFO program: 974 block groups >20:03:12,264 INFO program: 32768 blocks per group, 32768 fragments per group >20:03:12,264 INFO program: 8192 inodes per group >20:03:12,265 INFO program: Superblock backups stored on blocks: >20:03:12,265 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >20:03:12,265 INFO program: 4096000, 7962624, 11239424, 20480000, 23887872 >20:03:12,265 INFO program: >20:03:12,265 INFO program: Allocating group tables: 0/974 done >20:03:12,265 INFO program: Writing inode tables: 0/974 done >20:03:12,266 INFO program: Creating journal (32768 blocks): done >20:03:12,266 INFO program: Writing superblocks and filesystem accounting information: 0/974 done >20:03:12,266 INFO program: >20:03:12,266 DEBUG program: Return code: 0 >20:03:12,268 INFO program: Running... e2label /dev/sda9 >20:03:12,305 DEBUG program: Return code: 0 >20:03:12,307 INFO program: Running... udevadm settle --timeout=300 >20:03:12,345 DEBUG program: Return code: 1 >20:03:12,348 INFO program: Running... udevadm settle --timeout=300 >20:03:12,383 DEBUG program: Return code: 1 >20:03:12,445 INFO program: Running... mke2fs -t ext4 /dev/sda6 >20:03:12,650 INFO program: mke2fs 1.42.9 (28-Dec-2013) >20:03:12,652 INFO program: Discarding device blocks: 1024/512000 done >20:03:12,652 INFO program: Filesystem label= >20:03:12,653 INFO program: OS type: Linux >20:03:12,653 INFO program: Block size=1024 (log=0) >20:03:12,654 INFO program: Fragment size=1024 (log=0) >20:03:12,654 INFO program: Stride=0 blocks, Stripe width=0 blocks >20:03:12,655 INFO program: 128016 inodes, 512000 blocks >20:03:12,655 INFO program: 25600 blocks (5.00%) reserved for the super user >20:03:12,656 INFO program: First data block=1 >20:03:12,656 INFO program: Maximum filesystem blocks=67633152 >20:03:12,656 INFO program: 63 block groups >20:03:12,657 INFO program: 8192 blocks per group, 8192 fragments per group >20:03:12,657 INFO program: 2032 inodes per group >20:03:12,658 INFO program: Superblock backups stored on blocks: >20:03:12,658 INFO program: 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 >20:03:12,659 INFO program: >20:03:12,659 INFO program: Allocating group tables: 0/63 done >20:03:12,659 INFO program: Writing inode tables: 0/63 done >20:03:12,660 INFO program: Creating journal (8192 blocks): done >20:03:12,660 INFO program: Writing superblocks and filesystem accounting information: 0/63 done >20:03:12,661 INFO program: >20:03:12,661 DEBUG program: Return code: 0 >20:03:12,665 INFO program: Running... e2label /dev/sda6 >20:03:12,728 DEBUG program: Return code: 0 >20:03:12,730 INFO program: Running... udevadm settle --timeout=300 >20:03:12,762 DEBUG program: Return code: 1 >20:03:12,765 INFO program: Running... udevadm settle --timeout=300 >20:03:12,794 DEBUG program: Return code: 1 >20:03:12,856 INFO program: Running... mke2fs -t ext4 /dev/sda8 >20:03:14,586 INFO program: mke2fs 1.42.9 (28-Dec-2013) >20:03:14,587 INFO program: Discarding device blocks: 4096/13107200 4722688/13107200 done >20:03:14,587 INFO program: Filesystem label= >20:03:14,587 INFO program: OS type: Linux >20:03:14,587 INFO program: Block size=4096 (log=2) >20:03:14,588 INFO program: Fragment size=4096 (log=2) >20:03:14,588 INFO program: Stride=0 blocks, Stripe width=0 blocks >20:03:14,588 INFO program: 3276800 inodes, 13107200 blocks >20:03:14,588 INFO program: 655360 blocks (5.00%) reserved for the super user >20:03:14,588 INFO program: First data block=0 >20:03:14,588 INFO program: Maximum filesystem blocks=4294967296 >20:03:14,589 INFO program: 400 block groups >20:03:14,589 INFO program: 32768 blocks per group, 32768 fragments per group >20:03:14,589 INFO program: 8192 inodes per group >20:03:14,589 INFO program: Superblock backups stored on blocks: >20:03:14,589 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >20:03:14,589 INFO program: 4096000, 7962624, 11239424 >20:03:14,589 INFO program: >20:03:14,590 INFO program: Allocating group tables: 0/400 done >20:03:14,590 INFO program: Writing inode tables: 0/400 done >20:03:14,590 INFO program: Creating journal (32768 blocks): done >20:03:14,590 INFO program: Writing superblocks and filesystem accounting information: 0/400 done >20:03:14,590 INFO program: >20:03:14,590 DEBUG program: Return code: 0 >20:03:14,593 INFO program: Running... e2label /dev/sda8 >20:03:14,627 DEBUG program: Return code: 0 >20:03:14,629 INFO program: Running... udevadm settle --timeout=300 >20:03:14,667 DEBUG program: Return code: 1 >20:03:14,671 INFO program: Running... udevadm settle --timeout=300 >20:03:14,704 DEBUG program: Return code: 1 >20:03:14,771 INFO program: Running... mkswap -f -L /dev/sda7 >20:03:14,818 INFO program: Setting up swapspace version 1, size = 7864316 KiB >20:03:14,819 INFO program: LABEL=, UUID=aaf9fa87-0e2a-45a7-89ee-0d07a444a475 >20:03:14,819 DEBUG program: Return code: 0 >20:03:14,821 INFO program: Running... udevadm settle --timeout=300 >20:03:14,857 DEBUG program: Return code: 1 >20:03:14,861 INFO program: Running... udevadm settle --timeout=300 >20:03:14,898 DEBUG program: Return code: 1 >20:03:15,040 INFO program: Running... swapon /dev/sda7 >20:03:15,072 DEBUG program: Return code: 0 >20:03:15,130 INFO program: Running... mount -t ext4 -o defaults /dev/sda8 /mnt/sysimage >20:03:15,157 DEBUG program: Return code: 0 >20:03:15,172 INFO program: Running... mount -t ext4 -o defaults /dev/sda6 /mnt/sysimage/boot >20:03:15,199 DEBUG program: Return code: 0 >20:03:15,204 INFO program: Running... mount -t vfat -o umask=0077,shortname=winnt /dev/sda5 /mnt/sysimage/boot/efi >20:03:15,232 DEBUG program: Return code: 0 >20:03:15,236 INFO program: Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev >20:03:15,264 DEBUG program: Return code: 0 >20:03:15,267 INFO program: Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts >20:03:15,292 DEBUG program: Return code: 0 >20:03:15,295 INFO program: Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm >20:03:15,317 DEBUG program: Return code: 0 >20:03:15,323 INFO program: Running... mount -t ext4 -o defaults /dev/sda9 /mnt/sysimage/home >20:03:15,371 DEBUG program: Return code: 0 >20:03:15,376 INFO program: Running... mount -t proc -o defaults proc /mnt/sysimage/proc >20:03:15,399 DEBUG program: Return code: 0 >20:03:15,513 INFO program: Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run >20:03:15,540 DEBUG program: Return code: 0 >20:03:15,544 INFO program: Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys >20:03:15,571 DEBUG program: Return code: 0 >20:03:15,573 INFO program: Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux >20:03:15,600 DEBUG program: Return code: 0 >20:03:24,526 INFO program: Running... /usr/libexec/anaconda/anaconda-yum --config /tmp/anaconda-yum.conf --tsfile /mnt/sysimage/anaconda-yum.yumtx --rpmlog /tmp/rpm-script.log --installroot /mnt/sysimage --release rawhide --arch x86_64 --macro __dbi_htconfig hash nofsync %{__dbi_other} %{__dbi_perms} --macro __file_context_path /etc/selinux/targeted/contexts/files/file_contexts >20:15:33,994 INFO program: Running... efibootmgr >20:15:34,035 INFO program: BootCurrent: 0004 >20:15:34,035 INFO program: Timeout: 1 seconds >20:15:34,035 INFO program: BootOrder: 0002,0000,0003,0004 >20:15:34,035 INFO program: Boot0000* Windows Boot Manager >20:15:34,036 INFO program: Boot0002* Fedora >20:15:34,036 INFO program: Boot0003* UEFI OS >20:15:34,036 INFO program: Boot0004* UEFI: Ut165 USB Flash Disk >20:15:34,036 DEBUG program: Return code: 0 >20:15:34,036 INFO program: Running... efibootmgr -b 0002 -B >20:15:34,073 INFO program: BootCurrent: 0004 >20:15:34,074 INFO program: Timeout: 1 seconds >20:15:34,074 INFO program: BootOrder: 0000,0003,0004 >20:15:34,074 INFO program: Boot0000* Windows Boot Manager >20:15:34,074 INFO program: Boot0003* UEFI OS >20:15:34,074 INFO program: Boot0004* UEFI: Ut165 USB Flash Disk >20:15:34,075 DEBUG program: Return code: 0 >20:15:34,075 INFO program: Running... efibootmgr -c -w -L Fedora -d /dev/sda -p 5 -l \EFI\fedora\shim.efi >20:15:34,124 INFO program: BootCurrent: 0004 >20:15:34,124 INFO program: Timeout: 1 seconds >20:15:34,124 INFO program: BootOrder: 0001,0000,0003,0004 >20:15:34,125 INFO program: Boot0000* Windows Boot Manager >20:15:34,125 INFO program: Boot0003* UEFI OS >20:15:34,125 INFO program: Boot0004* UEFI: Ut165 USB Flash Disk >20:15:34,125 INFO program: Boot0001* Fedora >20:15:34,125 DEBUG program: Return code: 0 >20:15:34,126 INFO program: Running... /usr/sbin/rhcrashkernel-param >20:15:34,166 DEBUG program: Return code: 0 >20:15:34,167 INFO program: Running... grub2-set-default Fedora Linux, with Linux 3.15.0-0.rc4.git4.1.fc21.x86_64 >20:15:34,296 DEBUG program: Return code: 0 >20:15:34,298 INFO program: Running... grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg >20:16:04,193 INFO program: Generating grub configuration file ... >20:16:04,194 INFO program: Found linux image: /boot/vmlinuz-3.15.0-0.rc4.git4.1.fc21.x86_64 >20:16:04,194 INFO program: Found initrd image: /boot/initramfs-3.15.0-0.rc4.git4.1.fc21.x86_64.img >20:16:04,195 INFO program: Found linux image: /boot/vmlinuz-0-rescue-3516e4220e124bf7975c5bc263af26bf >20:16:04,195 INFO program: Found initrd image: /boot/initramfs-0-rescue-3516e4220e124bf7975c5bc263af26bf.img >20:16:04,195 INFO program: /usr/sbin/grub2-probe: error: cannot find a GRUB drive for Microsoft/Boot/bootmgfw.efi. Check your device.map. >20:16:04,196 DEBUG program: Return code: 1 >20:16:04,326 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >20:16:04,366 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >20:16:04,367 DEBUG program: Return code: 0 >20:16:04,373 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >20:16:04,402 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >20:16:04,403 DEBUG program: Return code: 0 >20:16:04,408 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >20:16:04,439 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >20:16:04,439 DEBUG program: Return code: 0 >20:16:04,443 INFO program: Running... losetup -j /run/install/repo/LiveOS/squashfs.img >20:16:04,472 INFO program: /dev/loop0: [2081]:22 (/run/install/repo/LiveOS/squashfs.img) >20:16:04,473 DEBUG program: Return code: 0 > > >/tmp/storage.log: >18:01:35,863 DEBUG blivet: Caught exception, continuing. >18:01:35,863 DEBUG blivet: Problem description: failed to get initiator name from iscsi firmware >18:01:35,863 DEBUG blivet: Begin exception details. >18:01:35,863 DEBUG blivet: Traceback (most recent call last): >18:01:35,863 DEBUG blivet: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >18:01:35,863 DEBUG blivet: initiatorname = libiscsi.get_firmware_initiator_name() >18:01:35,863 DEBUG blivet: IOError: Unknown error >18:01:35,864 DEBUG blivet: End exception details. >18:01:35,864 INFO blivet: ISCSID is /sbin/iscsid >18:01:35,864 INFO blivet: no initiator set >18:01:35,952 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >18:01:35,952 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >18:01:39,254 DEBUG blivet: trying to set new default fstype to 'ext4' >18:01:39,267 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:39,268 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >18:01:39,270 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:39,276 DEBUG blivet: Caught exception, continuing. >18:01:39,276 DEBUG blivet: Problem description: failed to get initiator name from iscsi firmware >18:01:39,276 DEBUG blivet: Begin exception details. >18:01:39,277 DEBUG blivet: Traceback (most recent call last): >18:01:39,277 DEBUG blivet: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >18:01:39,277 DEBUG blivet: initiatorname = libiscsi.get_firmware_initiator_name() >18:01:39,277 DEBUG blivet: IOError: Unknown error >18:01:39,277 DEBUG blivet: End exception details. >18:01:40,037 INFO blivet: Detected 7680 MiB of memory >18:01:40,049 INFO blivet: Suggested swap size (7680 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >18:01:40,062 INFO blivet: Swap attempt of 0.0 >18:01:40,273 INFO blivet: resetting Blivet (version 0.52) instance <blivet.Blivet object at 0x7f5ebb33a7d0> >18:01:40,274 INFO blivet: no initiator set >18:01:40,276 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >18:01:40,276 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >18:01:41,957 DEBUG blivet: protected device spec UUID=fc118a58-512a-4c75-af41-1adbb0549c8c resolved to sdc1 >18:01:42,008 INFO blivet: devices to scan: ['sdc', 'sdc1', 'sdc2', 'sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sda9', 'sdb', 'sdb1', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >18:01:42,013 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Ut165_USB_Flash_Disk_000000000002FB-0:0 /dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1399917686', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_Flash_Disk', > 'ID_MODEL_ENC': 'USB\\x20Flash\\x20Disk\\x20\\x20', > 'ID_MODEL_ID': '0165', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '99e51479', > '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': '0.00', > 'ID_SERIAL': 'Ut165_USB_Flash_Disk_000000000002FB-0:0', > 'ID_SERIAL_SHORT': '000000000002FB', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Ut165', > 'ID_VENDOR_ENC': 'Ut165\\x20\\x20\\x20', > 'ID_VENDOR_ID': '1307', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '742408', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/usb-Ut165_USB_Flash_Disk_000000000002FB-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/sdc'} ; name: sdc ; >18:01:42,014 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdc)... >18:01:42,015 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >18:01:42,016 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:42,018 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >18:01:42,020 INFO blivet: sdc is a disk >18:01:42,020 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >18:01:42,023 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >18:01:42,055 INFO blivet: added disk sdc (id 1) to device tree >18:01:42,055 DEBUG blivet: looking up parted Device: /dev/sdc >18:01:42,074 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >18:01:42,075 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >18:01:42,077 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >18:01:42,078 DEBUG blivet: required disklabel type for sdc (1) is None >18:01:42,078 DEBUG blivet: default disklabel type for sdc is gpt >18:01:42,078 DEBUG blivet: selecting gpt disklabel for sdc based on size >18:01:42,080 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: gpt ; exists: True ; >18:01:42,104 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5eafc185d0>, <parted.partition.Partition object at 0x7f5eafc22650>] > device: <parted.device.Device object at 0x7f5eafc22490> > PedDisk: <_ped.Disk object at 0x7f5eafc291b8> >18:01:42,105 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 4 >18:01:42,107 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >18:01:42,107 INFO blivet: got device: DiskDevice instance (0x7f5eaf7e4550) -- > name = sdc status = True kids = 0 id = 1 > parents = [] > uuid = None size = 3853.54 MiB > format = existing msdos disklabel > major = 8 minor = 32 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/sdc partedDevice = parted.Device instance -- > model: Ut165 USB Flash Disk path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7892040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 125, 62) biosGeometry: (491, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf5420e0> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f5eafc18450> >18:01:42,141 INFO blivet: got format: DiskLabel instance (0x7f5eafc18550) object id 4-- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5eafc185d0>, <parted.partition.Partition object at 0x7f5eafc22650>] > device: <parted.device.Device object at 0x7f5eafc22490> > PedDisk: <_ped.Disk object at 0x7f5eafc291b8> > origPartedDisk = <parted.disk.Disk object at 0x7f5eafc22850> > partedDevice = parted.Device instance -- > model: Ut165 USB Flash Disk path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7892040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 125, 62) biosGeometry: (491, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf5428c0> > >18:01:42,150 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Ut165_USB_Flash_Disk_000000000002FB-0:0-part1 /dev/disk/by-label/RAW_INSTALL /dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/fc118a58-512a-4c75-af41-1adbb0549c8c', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_LABEL': 'RAW_INSTALL', > 'ID_FS_LABEL_ENC': 'RAW_INSTALL', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'fc118a58-512a-4c75-af41-1adbb0549c8c', > 'ID_FS_UUID_ENC': 'fc118a58-512a-4c75-af41-1adbb0549c8c', > 'ID_FS_VERSION': '1.0', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_Flash_Disk', > 'ID_MODEL_ENC': 'USB\\x20Flash\\x20Disk\\x20\\x20', > 'ID_MODEL_ID': '0165', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '6291456', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '99e51479-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '99e51479', > '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': '0.00', > 'ID_SERIAL': 'Ut165_USB_Flash_Disk_000000000002FB-0:0', > 'ID_SERIAL_SHORT': '000000000002FB', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Ut165', > 'ID_VENDOR_ENC': 'Ut165\\x20\\x20\\x20', > 'ID_VENDOR_ID': '1307', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '742467', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/usb-Ut165_USB_Flash_Disk_000000000002FB-0:0-part1', > '/dev/disk/by-label/RAW_INSTALL', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/fc118a58-512a-4c75-af41-1adbb0549c8c'], > '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/sdc/sdc1'} ; name: sdc1 ; >18:01:42,150 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1)... >18:01:42,151 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc1 ; >18:01:42,152 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:42,152 INFO blivet: sdc1 is a partition >18:01:42,153 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >18:01:42,154 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >18:01:42,159 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3853.54 MiB disk sdc (1) with existing msdos disklabel >18:01:42,160 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >18:01:42,161 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >18:01:42,161 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >18:01:42,162 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >18:01:42,162 DEBUG blivet: looking up parted Partition: /dev/sdc1 >18:01:42,163 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >18:01:42,164 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >18:01:42,165 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >18:01:42,166 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >18:01:42,166 INFO blivet: added partition sdc1 (id 6) to device tree >18:01:42,167 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >18:01:42,168 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >18:01:42,168 DEBUG blivet: device sdc1 does not contain a disklabel >18:01:42,168 INFO blivet: type detected on 'sdc1' is 'ext4' >18:01:42,345 DEBUG blivet: size=1171.66 MiB, current=3072 MiB >18:01:42,359 DEBUG blivet: padding min size from 1228578816 up to 1228579316 >18:01:42,360 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:42,360 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 9 >18:01:42,361 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >18:01:42,362 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: ext4 ; >18:01:42,365 DEBUG blivet: looking up parted Device: /dev/sdc1 >18:01:42,362 INFO blivet: got device: PartitionDevice instance (0x7f5eafc18410) -- > name = sdc1 status = True kids = 0 id = 6 > parents = ['existing 3853.54 MiB disk sdc (1) with existing msdos disklabel'] > uuid = None size = 3072 MiB > format = existing ext4 filesystem > major = 8 minor = 33 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/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 6291456 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (811, 125, 62) biosGeometry: (391, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf542a70> > target size = 0 B path = /dev/sdc1 > 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 0x7f5eafc22550> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eafc22790> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f5eafc18510> PedPartition: <_ped.Partition object at 0x7f5eafc23470> > disk = existing 3853.54 MiB disk sdc (1) with existing msdos disklabel > start = 2048 end = 6293503 length = 6291456 > flags = boot >18:01:42,410 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:42,407 INFO blivet: got format: Ext4FS instance (0x7f5eafc22b50) object id 9-- > type = ext4 name = ext4 status = False > device = /dev/sdc1 uuid = fc118a58-512a-4c75-af41-1adbb0549c8c exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = RAW_INSTALL size = 3072 MiB targetSize = 3072 MiB > >18:01:42,417 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:42,423 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:42,430 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:42,437 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Ut165_USB_Flash_Disk_000000000002FB-0:0-part2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/91D8-39A9', > 'DEVNAME': 'sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '91D8-39A9', > 'ID_FS_UUID_ENC': '91D8-39A9', > 'ID_FS_VERSION': 'FAT32', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_Flash_Disk', > 'ID_MODEL_ENC': 'USB\\x20Flash\\x20Disk\\x20\\x20', > 'ID_MODEL_ID': '0165', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '6293504', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1598536', > 'ID_PART_ENTRY_TYPE': '0xc', > 'ID_PART_ENTRY_UUID': '99e51479-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '99e51479', > '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': '0.00', > 'ID_SERIAL': 'Ut165_USB_Flash_Disk_000000000002FB-0:0', > 'ID_SERIAL_SHORT': '000000000002FB', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Ut165', > 'ID_VENDOR_ENC': 'Ut165\\x20\\x20\\x20', > 'ID_VENDOR_ID': '1307', > 'MAJOR': '8', > 'MINOR': '34', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '742527', > 'name': 'sdc2', > 'symlinks': ['/dev/disk/by-id/usb-Ut165_USB_Flash_Disk_000000000002FB-0:0-part2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:14:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/91D8-39A9'], > '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/sdc/sdc2'} ; name: sdc2 ; >18:01:42,438 INFO blivet: scanning sdc2 (/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2)... >18:01:42,438 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc2 ; >18:01:42,439 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:42,439 INFO blivet: sdc2 is a partition >18:01:42,440 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc2 ; >18:01:42,441 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >18:01:42,444 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3853.54 MiB disk sdc (1) with existing msdos disklabel >18:01:42,445 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdc ; >18:01:42,445 DEBUG blivet: PartitionDevice._setFormat: sdc2 ; >18:01:42,445 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 12 >18:01:42,446 DEBUG blivet: PartitionDevice._setFormat: sdc2 ; current: None ; type: None ; >18:01:42,446 DEBUG blivet: looking up parted Partition: /dev/sdc2 >18:01:42,448 DEBUG blivet: PartitionDevice.probe: sdc2 ; exists: True ; >18:01:42,449 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 1 ; >18:01:42,449 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 10 ; >18:01:42,450 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 12 ; >18:01:42,450 INFO blivet: added partition sdc2 (id 11) to device tree >18:01:42,451 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc2 ; >18:01:42,452 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc2 ; label_type: None ; >18:01:42,452 DEBUG blivet: device sdc2 does not contain a disklabel >18:01:42,452 INFO blivet: type detected on 'sdc2' is 'vfat' >18:01:42,453 DEBUG blivet: FATFS.supported: supported: True ; >18:01:42,557 DEBUG blivet: getFormat('vfat') returning FATFS instance with object id 14 >18:01:42,559 DEBUG blivet: PartitionDevice._setFormat: sdc2 ; >18:01:42,561 DEBUG blivet: PartitionDevice._setFormat: sdc2 ; current: None ; type: vfat ; >18:01:42,566 DEBUG blivet: looking up parted Device: /dev/sdc2 >18:01:42,561 INFO blivet: got device: PartitionDevice instance (0x7f5eafc22a50) -- > name = sdc2 status = True kids = 0 id = 11 > parents = ['existing 3853.54 MiB disk sdc (1) with existing msdos disklabel'] > uuid = None size = 780.54 MiB > format = existing vfat filesystem > major = 8 minor = 34 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/sdc/sdc2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1598536 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (206, 125, 62) biosGeometry: (99, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf542b00> > target size = 0 B path = /dev/sdc2 > 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 0x7f5eafc22550> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eafc227d0> > number: 2 path: /dev/sdc2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eafc22710> PedPartition: <_ped.Partition object at 0x7f5eafc234d0> > disk = existing 3853.54 MiB disk sdc (1) with existing msdos disklabel > start = 6293504 end = 7892039 length = 1598536 > flags = lba >18:01:42,609 DEBUG blivet: FATFS.supported: supported: True ; >18:01:42,608 INFO blivet: got format: FATFS instance (0x7f5eaf588490) object id 14-- > type = vfat name = vfat status = False > device = /dev/sdc2 uuid = 91D8-39A9 exists = True > options = umask=0077,shortname=winnt supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 1 B targetSize = 1 B > >18:01:42,610 DEBUG blivet: FATFS.supported: supported: True ; >18:01:42,612 DEBUG blivet: FATFS.supported: supported: True ; >18:01:42,614 DEBUG blivet: FATFS.supported: supported: True ; >18:01:42,617 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': '1399917686', > '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': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '746913', > '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 ; >18:01:42,618 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >18:01:42,619 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:42,619 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:42,620 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >18:01:42,621 INFO blivet: sda is a disk >18:01:42,621 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 17 >18:01:42,622 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >18:01:42,650 INFO blivet: added disk sda (id 16) to device tree >18:01:42,650 DEBUG blivet: looking up parted Device: /dev/sda >18:01:42,677 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >18:01:42,679 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >18:01:42,680 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >18:01:42,681 DEBUG blivet: required disklabel type for sda (1) is None >18:01:42,681 DEBUG blivet: default disklabel type for sda is gpt >18:01:42,682 DEBUG blivet: selecting gpt disklabel for sda based on size >18:01:42,683 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; exists: True ; >18:01:42,740 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 9 > lastPartitionNumber: 9 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f5eaf4d2090>, <parted.partition.Partition object at 0x7f5eaf4d2210>, <parted.partition.Partition object at 0x7f5eaf4d2490>, <parted.partition.Partition object at 0x7f5eaf4d2610>, <parted.partition.Partition object at 0x7f5eaf4d27d0>, <parted.partition.Partition object at 0x7f5eaf4d2990>, <parted.partition.Partition object at 0x7f5eaf4d2b50>, <parted.partition.Partition object at 0x7f5eaf4d2d10>, <parted.partition.Partition object at 0x7f5eaf4d2ed0>] > device: <parted.device.Device object at 0x7f5eaf588e50> > PedDisk: <_ped.Disk object at 0x7f5eaf58d638> >18:01:42,743 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 19 >18:01:42,745 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >18:01:42,745 INFO blivet: got device: DiskDevice instance (0x7f5eaf571090) -- > name = sda status = True kids = 0 id = 16 > parents = [] > uuid = None size = 238.47 GiB > format = existing gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA SanDisk SDSSDH22 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 500118192 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (31130, 255, 63) biosGeometry: (31130, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf542dd0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5eaf5886d0> >18:01:42,791 INFO blivet: got format: DiskLabel instance (0x7f5ed35ab390) object id 19-- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 9 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 9 > lastPartitionNumber: 9 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f5eaf4d2090>, <parted.partition.Partition object at 0x7f5eaf4d2210>, <parted.partition.Partition object at 0x7f5eaf4d2490>, <parted.partition.Partition object at 0x7f5eaf4d2610>, <parted.partition.Partition object at 0x7f5eaf4d27d0>, <parted.partition.Partition object at 0x7f5eaf4d2990>, <parted.partition.Partition object at 0x7f5eaf4d2b50>, <parted.partition.Partition object at 0x7f5eaf4d2d10>, <parted.partition.Partition object at 0x7f5eaf4d2ed0>] > device: <parted.device.Device object at 0x7f5eaf588e50> > PedDisk: <_ped.Disk object at 0x7f5eaf58d638> > origPartedDisk = <parted.disk.Disk object at 0x7f5eaf4da250> > 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 0x7f5eaf542d40> > >18:01:42,817 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/05d0a3a6-cca6-4c99-8312-4a90da891ef4 /dev/disk/by-uuid/1AFEA7C7FEA79A11', > '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': '1AFEA7C7FEA79A11', > 'ID_FS_UUID_ENC': '1AFEA7C7FEA79A11', > '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': '05d0a3a6-cca6-4c99-8312-4a90da891ef4', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '747017', > '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/05d0a3a6-cca6-4c99-8312-4a90da891ef4', > '/dev/disk/by-uuid/1AFEA7C7FEA79A11'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >18:01:42,817 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >18:01:42,818 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >18:01:42,819 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:42,819 INFO blivet: sda1 is a partition >18:01:42,820 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >18:01:42,821 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:42,825 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:42,827 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >18:01:42,828 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >18:01:42,828 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >18:01:42,829 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >18:01:42,829 DEBUG blivet: looking up parted Partition: /dev/sda1 >18:01:42,830 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >18:01:42,831 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >18:01:42,831 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >18:01:42,832 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >18:01:42,832 INFO blivet: added partition sda1 (id 21) to device tree >18:01:42,833 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >18:01:42,834 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >18:01:42,834 DEBUG blivet: device sda1 does not contain a disklabel >18:01:42,834 INFO blivet: type detected on 'sda1' is 'ntfs' >18:01:42,926 DEBUG blivet: padding min size from 249000000 up to 249000500 >18:01:42,928 DEBUG blivet: NTFS.supported: supported: False ; >18:01:42,928 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 24 >18:01:42,929 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >18:01:42,930 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ntfs ; >18:01:42,935 DEBUG blivet: looking up parted Device: /dev/sda1 >18:01:42,930 INFO blivet: got device: PartitionDevice instance (0x7f5eaf588510) -- > name = sda1 status = True kids = 0 id = 21 > parents = ['existing 238.47 GiB disk sda (16) 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 0x7f5eaf542cb0> > 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 0x7f5eaf588f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4d2350> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d2150> PedPartition: <_ped.Partition object at 0x7f5eaf58e230> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 2048 end = 616447 length = 614400 > flags = hidden, diag >18:01:42,990 DEBUG blivet: NTFS.supported: supported: False ; >18:01:42,988 INFO blivet: got format: NTFS instance (0x7f5eaf588d90) object id 24-- > type = ntfs name = ntfs status = False > device = /dev/sda1 uuid = 1AFEA7C7FEA79A11 exists = True > options = defaults,ro supported = False formattable = False resizable = True > mountpoint = None mountopts = None > label = Herstel size = 300 MiB targetSize = 300 MiB > >18:01:42,997 DEBUG blivet: NTFS.supported: supported: False ; >18:01:43,005 DEBUG blivet: NTFS.supported: supported: False ; >18:01:43,012 DEBUG blivet: NTFS.supported: supported: False ; >18:01:43,024 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/\xef\xbb\xbfEFI\\x20System\\x20Partition /dev/disk/by-partuuid/533e63af-5e74-4f43-9e5f-d15744070ef8 /dev/disk/by-uuid/10A8-F94F', > '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': '10A8-F94F', > 'ID_FS_UUID_ENC': '10A8-F94F', > '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': '\xef\xbb\xbfEFI\\x20System\\x20Partition', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '616448', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '204800', > 'ID_PART_ENTRY_TYPE': 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > 'ID_PART_ENTRY_UUID': '533e63af-5e74-4f43-9e5f-d15744070ef8', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '747120', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part2', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part2', > '/dev/disk/by-partlabel/\xef\xbb\xbfEFI\\x20System\\x20Partition', > '/dev/disk/by-partuuid/533e63af-5e74-4f43-9e5f-d15744070ef8', > '/dev/disk/by-uuid/10A8-F94F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >18:01:43,024 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >18:01:43,025 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >18:01:43,026 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:43,026 INFO blivet: sda2 is a partition >18:01:43,027 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >18:01:43,027 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:43,031 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:43,032 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >18:01:43,033 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >18:01:43,034 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 27 >18:01:43,035 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >18:01:43,035 DEBUG blivet: looking up parted Partition: /dev/sda2 >18:01:43,036 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >18:01:43,037 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >18:01:43,038 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >18:01:43,038 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >18:01:43,039 INFO blivet: added partition sda2 (id 26) to device tree >18:01:43,039 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >18:01:43,040 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: None ; >18:01:43,041 DEBUG blivet: device sda2 does not contain a disklabel >18:01:43,041 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 29 >18:01:43,041 INFO blivet: type detected on 'sda2' is 'vfat' >18:01:43,042 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 30 >18:01:43,042 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >18:01:43,043 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: efi ; >18:01:43,047 DEBUG blivet: looking up parted Device: /dev/sda2 >18:01:43,043 INFO blivet: got device: PartitionDevice instance (0x7f5eaf4dab10) -- > name = sda2 status = True kids = 0 id = 26 > parents = ['existing 238.47 GiB disk sda (16) with existing gpt disklabel'] > uuid = None size = 100 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: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf4cf440> > 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 0x7f5eaf588f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4d2390> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d22d0> PedPartition: <_ped.Partition object at 0x7f5eaf58e290> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 616448 end = 821247 length = 204800 > flags = boot, esp >18:01:43,093 INFO blivet: got format: EFIFS instance (0x7f5eaf4dad90) object id 30-- > type = efi name = EFI System Partition status = False > device = /dev/sda2 uuid = 10A8-F94F exists = True > options = umask=0077,shortname=winnt supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 1 B targetSize = 1 B > >18:01:43,100 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/caba9c1c-4d29-452c-a9ae-a115fb0ebbbe', > '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': '821248', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '262144', > 'ID_PART_ENTRY_TYPE': 'e3c9e316-0b5c-4db8-817d-f92df00215ae', > 'ID_PART_ENTRY_UUID': 'caba9c1c-4d29-452c-a9ae-a115fb0ebbbe', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '747220', > '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/caba9c1c-4d29-452c-a9ae-a115fb0ebbbe'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'} ; name: sda3 ; >18:01:43,101 INFO blivet: scanning sda3 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >18:01:43,101 DEBUG blivet: DeviceTree.getDeviceByName: name: sda3 ; >18:01:43,102 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:43,102 INFO blivet: sda3 is a partition >18:01:43,103 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda3 ; >18:01:43,104 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:43,108 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:43,109 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >18:01:43,110 DEBUG blivet: PartitionDevice._setFormat: sda3 ; >18:01:43,110 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 33 >18:01:43,111 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >18:01:43,112 DEBUG blivet: looking up parted Partition: /dev/sda3 >18:01:43,112 DEBUG blivet: PartitionDevice.probe: sda3 ; exists: True ; >18:01:43,113 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >18:01:43,114 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >18:01:43,115 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >18:01:43,115 INFO blivet: added partition sda3 (id 32) to device tree >18:01:43,116 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >18:01:43,117 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: None ; >18:01:43,117 DEBUG blivet: device sda3 does not contain a disklabel >18:01:43,117 DEBUG blivet: no type or existing type for sda3, bailing >18:01:43,121 DEBUG blivet: looking up parted Device: /dev/sda3 >18:01:43,118 INFO blivet: got device: PartitionDevice instance (0x7f5eaf4daad0) -- > name = sda3 status = True kids = 0 id = 32 > parents = ['existing 238.47 GiB disk sda (16) 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 0x7f5eaf4cf320> > 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 0x7f5eaf588f10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d24d0> PedPartition: <_ped.Partition object at 0x7f5eaf58e2f0> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 821248 end = 1083391 length = 262144 > flags = msftres >18:01:43,174 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/811f2572-d8a2-417a-b786-6d8d4d7f32cc /dev/disk/by-uuid/1280742180740D8B', > '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': '1280742180740D8B', > 'ID_FS_UUID_ENC': '1280742180740D8B', > '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': '1083392', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '121798656', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '811f2572-d8a2-417a-b786-6d8d4d7f32cc', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '747318', > '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/811f2572-d8a2-417a-b786-6d8d4d7f32cc', > '/dev/disk/by-uuid/1280742180740D8B'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4'} ; name: sda4 ; >18:01:43,174 INFO blivet: scanning sda4 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4)... >18:01:43,175 DEBUG blivet: DeviceTree.getDeviceByName: name: sda4 ; >18:01:43,176 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:43,176 INFO blivet: sda4 is a partition >18:01:43,177 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda4 ; >18:01:43,177 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:43,181 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:43,183 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >18:01:43,184 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >18:01:43,184 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 37 >18:01:43,185 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >18:01:43,185 DEBUG blivet: looking up parted Partition: /dev/sda4 >18:01:43,186 DEBUG blivet: PartitionDevice.probe: sda4 ; exists: True ; >18:01:43,187 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 1 ; >18:01:43,188 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 10 ; >18:01:43,189 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 12 ; >18:01:43,189 INFO blivet: added partition sda4 (id 36) to device tree >18:01:43,190 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda4 ; >18:01:43,190 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda4 ; label_type: None ; >18:01:43,191 DEBUG blivet: device sda4 does not contain a disklabel >18:01:43,191 INFO blivet: type detected on 'sda4' is 'ntfs' >18:01:44,103 DEBUG blivet: padding min size from 18331000000 up to 18331000500 >18:01:44,121 DEBUG blivet: NTFS.supported: supported: False ; >18:01:44,122 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 39 >18:01:44,123 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >18:01:44,124 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: ntfs ; >18:01:44,127 DEBUG blivet: looking up parted Device: /dev/sda4 >18:01:44,124 INFO blivet: got device: PartitionDevice instance (0x7f5eaf4da9d0) -- > name = sda4 status = True kids = 0 id = 36 > parents = ['existing 238.47 GiB disk sda (16) 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 0x7f5eaf4cf5f0> > 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 0x7f5eaf588f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4d26d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d2650> PedPartition: <_ped.Partition object at 0x7f5eaf58e1d0> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 1083392 end = 122882047 length = 121798656 > flags = msftdata >18:01:44,179 DEBUG blivet: NTFS.supported: supported: False ; >18:01:44,178 INFO blivet: got format: NTFS instance (0x7f5eaf4e7250) object id 39-- > type = ntfs name = ntfs status = False > device = /dev/sda4 uuid = 1280742180740D8B exists = True > options = defaults,ro supported = False formattable = False resizable = True > mountpoint = None mountopts = None > label = None size = 58.08 GiB targetSize = 58.08 GiB > >18:01:44,185 DEBUG blivet: NTFS.supported: supported: False ; >18:01:44,191 DEBUG blivet: NTFS.supported: supported: False ; >18:01:44,197 DEBUG blivet: NTFS.supported: supported: False ; >18:01:44,209 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-partlabel/\xef\xbb\xbfEFI\\x20System\\x20Partition /dev/disk/by-partuuid/e2bcf752-a03f-44e1-acc5-cf501e6bc257 /dev/disk/by-uuid/BB1E-1D9E', > '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': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'BB1E-1D9E', > 'ID_FS_UUID_ENC': 'BB1E-1D9E', > 'ID_FS_VERSION': 'FAT16', > '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': '\xef\xbb\xbfEFI\\x20System\\x20Partition', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '122882048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '409600', > 'ID_PART_ENTRY_TYPE': 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > 'ID_PART_ENTRY_UUID': 'e2bcf752-a03f-44e1-acc5-cf501e6bc257', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '747420', > 'name': 'sda5', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part5', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part5', > '/dev/disk/by-partlabel/\xef\xbb\xbfEFI\\x20System\\x20Partition', > '/dev/disk/by-partuuid/e2bcf752-a03f-44e1-acc5-cf501e6bc257', > '/dev/disk/by-uuid/BB1E-1D9E'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5'} ; name: sda5 ; >18:01:44,210 INFO blivet: scanning sda5 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5)... >18:01:44,213 DEBUG blivet: DeviceTree.getDeviceByName: name: sda5 ; >18:01:44,214 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:44,215 INFO blivet: sda5 is a partition >18:01:44,217 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda5 ; >18:01:44,219 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:44,231 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:44,234 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sda ; >18:01:44,237 DEBUG blivet: PartitionDevice._setFormat: sda5 ; >18:01:44,237 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 42 >18:01:44,240 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: None ; >18:01:44,240 DEBUG blivet: looking up parted Partition: /dev/sda5 >18:01:44,243 DEBUG blivet: PartitionDevice.probe: sda5 ; exists: True ; >18:01:44,246 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 1 ; >18:01:44,249 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 10 ; >18:01:44,252 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 12 ; >18:01:44,252 INFO blivet: added partition sda5 (id 41) to device tree >18:01:44,255 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda5 ; >18:01:44,258 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda5 ; label_type: None ; >18:01:44,258 DEBUG blivet: device sda5 does not contain a disklabel >18:01:44,259 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 44 >18:01:44,260 INFO blivet: type detected on 'sda5' is 'vfat' >18:01:44,261 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 45 >18:01:44,263 DEBUG blivet: PartitionDevice._setFormat: sda5 ; >18:01:44,265 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: efi ; >18:01:44,273 DEBUG blivet: looking up parted Device: /dev/sda5 >18:01:44,265 INFO blivet: got device: PartitionDevice instance (0x7f5eaa61c610) -- > name = sda5 status = True kids = 0 id = 41 > parents = ['existing 238.47 GiB disk sda (16) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi 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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf4cf4d0> > target size = 0 B path = /dev/sda5 > 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 0x7f5eaf588f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4d2890> > number: 5 path: /dev/sda5 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d2810> PedPartition: <_ped.Partition object at 0x7f5eaf58e3b0> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 122882048 end = 123291647 length = 409600 > flags = boot, esp >18:01:44,399 INFO blivet: got format: EFIFS instance (0x7f5eaa61c790) object id 45-- > type = efi name = EFI System Partition status = False > device = /dev/sda5 uuid = BB1E-1D9E exists = True > options = umask=0077,shortname=winnt supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 1 B targetSize = 1 B > >18:01:44,416 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/97dffb16-096a-4181-b903-8466e9e10f5c /dev/disk/by-uuid/a4b36b77-f825-4d8d-a01f-7ee909e5b71e', > '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': 'a4b36b77-f825-4d8d-a01f-7ee909e5b71e', > 'ID_FS_UUID_ENC': 'a4b36b77-f825-4d8d-a01f-7ee909e5b71e', > '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': '123291648', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '97dffb16-096a-4181-b903-8466e9e10f5c', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '747524', > 'name': 'sda6', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part6', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part6', > '/dev/disk/by-partuuid/97dffb16-096a-4181-b903-8466e9e10f5c', > '/dev/disk/by-uuid/a4b36b77-f825-4d8d-a01f-7ee909e5b71e'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6'} ; name: sda6 ; >18:01:44,416 INFO blivet: scanning sda6 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6)... >18:01:44,418 DEBUG blivet: DeviceTree.getDeviceByName: name: sda6 ; >18:01:44,420 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:44,421 INFO blivet: sda6 is a partition >18:01:44,423 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda6 ; >18:01:44,424 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:44,429 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:44,431 DEBUG blivet: DiskDevice.addChild: kids: 5 ; name: sda ; >18:01:44,432 DEBUG blivet: PartitionDevice._setFormat: sda6 ; >18:01:44,433 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 48 >18:01:44,434 DEBUG blivet: PartitionDevice._setFormat: sda6 ; current: None ; type: None ; >18:01:44,434 DEBUG blivet: looking up parted Partition: /dev/sda6 >18:01:44,437 DEBUG blivet: PartitionDevice.probe: sda6 ; exists: True ; >18:01:44,438 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 1 ; >18:01:44,438 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 10 ; >18:01:44,439 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda6 ; flag: 12 ; >18:01:44,439 INFO blivet: added partition sda6 (id 47) to device tree >18:01:44,440 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda6 ; >18:01:44,441 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda6 ; label_type: None ; >18:01:44,441 DEBUG blivet: device sda6 does not contain a disklabel >18:01:44,441 INFO blivet: type detected on 'sda6' is 'ext4' >18:01:44,498 DEBUG blivet: size=93.59 MiB, current=500 MiB >18:01:44,519 DEBUG blivet: padding min size from 98131968 up to 98132468 >18:01:44,520 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,521 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 50 >18:01:44,522 DEBUG blivet: PartitionDevice._setFormat: sda6 ; >18:01:44,523 DEBUG blivet: PartitionDevice._setFormat: sda6 ; current: None ; type: ext4 ; >18:01:44,528 DEBUG blivet: looking up parted Device: /dev/sda6 >18:01:44,523 INFO blivet: got device: PartitionDevice instance (0x7f5eaf588610) -- > name = sda6 status = True kids = 0 id = 47 > parents = ['existing 238.47 GiB disk sda (16) with existing gpt disklabel'] > uuid = None size = 500 MiB > 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: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf4cf680> > 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 0x7f5eaf588f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4d2a50> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d29d0> PedPartition: <_ped.Partition object at 0x7f5eaf58e410> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 123291648 end = 124315647 length = 1024000 > flags = >18:01:44,581 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,579 INFO blivet: got format: Ext4FS instance (0x7f5eaa61cb90) object id 50-- > type = ext4 name = ext4 status = False > device = /dev/sda6 uuid = a4b36b77-f825-4d8d-a01f-7ee909e5b71e exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500 MiB targetSize = 500 MiB > >18:01:44,597 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,624 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,641 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,654 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/36a4a21e-97ac-4da8-8f0d-8a26760df022 /dev/disk/by-uuid/3afc35c8-bb76-4667-bad9-1011f25a74e7', > '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': '3afc35c8-bb76-4667-bad9-1011f25a74e7', > 'ID_FS_UUID_ENC': '3afc35c8-bb76-4667-bad9-1011f25a74e7', > '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': '124315648', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '15728640', > 'ID_PART_ENTRY_TYPE': '0657fd6d-a4ab-43c4-84e5-0933c84b4f4f', > 'ID_PART_ENTRY_UUID': '36a4a21e-97ac-4da8-8f0d-8a26760df022', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '747625', > 'name': 'sda7', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part7', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part7', > '/dev/disk/by-partuuid/36a4a21e-97ac-4da8-8f0d-8a26760df022', > '/dev/disk/by-uuid/3afc35c8-bb76-4667-bad9-1011f25a74e7'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7'} ; name: sda7 ; >18:01:44,657 INFO blivet: scanning sda7 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7)... >18:01:44,659 DEBUG blivet: DeviceTree.getDeviceByName: name: sda7 ; >18:01:44,661 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:44,662 INFO blivet: sda7 is a partition >18:01:44,664 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda7 ; >18:01:44,667 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:44,672 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:44,673 DEBUG blivet: DiskDevice.addChild: kids: 6 ; name: sda ; >18:01:44,674 DEBUG blivet: PartitionDevice._setFormat: sda7 ; >18:01:44,675 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 53 >18:01:44,676 DEBUG blivet: PartitionDevice._setFormat: sda7 ; current: None ; type: None ; >18:01:44,676 DEBUG blivet: looking up parted Partition: /dev/sda7 >18:01:44,677 DEBUG blivet: PartitionDevice.probe: sda7 ; exists: True ; >18:01:44,678 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 1 ; >18:01:44,679 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 10 ; >18:01:44,680 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda7 ; flag: 12 ; >18:01:44,680 INFO blivet: added partition sda7 (id 52) to device tree >18:01:44,681 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda7 ; >18:01:44,682 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda7 ; label_type: None ; >18:01:44,682 DEBUG blivet: device sda7 does not contain a disklabel >18:01:44,682 INFO blivet: type detected on 'sda7' is 'swap' >18:01:44,683 DEBUG blivet: SwapSpace.__init__: device: /dev/sda7 ; serial: 130663401113 ; uuid: 3afc35c8-bb76-4667-bad9-1011f25a74e7 ; exists: True ; label: None ; >18:01:44,683 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 55 >18:01:44,684 DEBUG blivet: PartitionDevice._setFormat: sda7 ; >18:01:44,685 DEBUG blivet: PartitionDevice._setFormat: sda7 ; current: None ; type: swap ; >18:01:44,690 DEBUG blivet: looking up parted Device: /dev/sda7 >18:01:44,685 INFO blivet: got device: PartitionDevice instance (0x7f5eaf4e7550) -- > name = sda7 status = True kids = 0 id = 52 > parents = ['existing 238.47 GiB disk sda (16) with existing gpt disklabel'] > uuid = None size = 7680 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: 15728640 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (979, 255, 63) biosGeometry: (979, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf4cf710> > 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 0x7f5eaf588f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4d2c10> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d2b90> PedPartition: <_ped.Partition object at 0x7f5eaf58e470> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 124315648 end = 140044287 length = 15728640 > flags = >18:01:44,742 INFO blivet: got format: SwapSpace instance (0x7f5eaa61ce90) object id 55-- > type = swap name = swap status = False > device = /dev/sda7 uuid = 3afc35c8-bb76-4667-bad9-1011f25a74e7 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >18:01:44,747 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part8 /dev/disk/by-id/wwn-0x5001b44977ba4299-part8 /dev/disk/by-partuuid/a221c4ab-e114-49c8-a16d-dc804f739108 /dev/disk/by-uuid/4b5dacfc-8439-479e-9cea-cb672c52fdaa', > 'DEVNAME': 'sda8', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8', > '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': '4b5dacfc-8439-479e-9cea-cb672c52fdaa', > 'ID_FS_UUID_ENC': '4b5dacfc-8439-479e-9cea-cb672c52fdaa', > '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': '8', > 'ID_PART_ENTRY_OFFSET': '140044288', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '104857600', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': 'a221c4ab-e114-49c8-a16d-dc804f739108', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '8', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '747732', > 'name': 'sda8', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part8', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part8', > '/dev/disk/by-partuuid/a221c4ab-e114-49c8-a16d-dc804f739108', > '/dev/disk/by-uuid/4b5dacfc-8439-479e-9cea-cb672c52fdaa'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8'} ; name: sda8 ; >18:01:44,748 INFO blivet: scanning sda8 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8)... >18:01:44,748 DEBUG blivet: DeviceTree.getDeviceByName: name: sda8 ; >18:01:44,749 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:44,750 INFO blivet: sda8 is a partition >18:01:44,750 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda8 ; >18:01:44,751 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:44,755 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:44,756 DEBUG blivet: DiskDevice.addChild: kids: 7 ; name: sda ; >18:01:44,757 DEBUG blivet: PartitionDevice._setFormat: sda8 ; >18:01:44,757 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 58 >18:01:44,758 DEBUG blivet: PartitionDevice._setFormat: sda8 ; current: None ; type: None ; >18:01:44,758 DEBUG blivet: looking up parted Partition: /dev/sda8 >18:01:44,759 DEBUG blivet: PartitionDevice.probe: sda8 ; exists: True ; >18:01:44,760 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 1 ; >18:01:44,761 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 10 ; >18:01:44,761 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda8 ; flag: 12 ; >18:01:44,762 INFO blivet: added partition sda8 (id 57) to device tree >18:01:44,762 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda8 ; >18:01:44,763 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda8 ; label_type: None ; >18:01:44,763 DEBUG blivet: device sda8 does not contain a disklabel >18:01:44,764 INFO blivet: type detected on 'sda8' is 'ext4' >18:01:44,833 DEBUG blivet: size=3184.29 MiB, current=50 GiB >18:01:44,870 DEBUG blivet: padding min size from 3338973184 up to 3338973684 >18:01:44,872 DEBUG blivet: Iso9660FS.supported: supported: True ; >18:01:44,873 DEBUG blivet: Iso9660FS.supported: supported: True ; >18:01:44,873 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,874 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 60 >18:01:44,874 DEBUG blivet: NFSv4.supported: supported: False ; >18:01:44,876 DEBUG blivet: NFSv4.supported: supported: False ; >18:01:44,876 DEBUG blivet: PartitionDevice._setFormat: sda8 ; >18:01:44,877 DEBUG blivet: SELinuxFS.supported: supported: False ; >18:01:44,879 DEBUG blivet: SELinuxFS.supported: supported: False ; >18:01:44,879 DEBUG blivet: PartitionDevice._setFormat: sda8 ; current: None ; type: ext4 ; >18:01:44,883 DEBUG blivet: looking up parted Device: /dev/sda8 >18:01:44,879 INFO blivet: got device: PartitionDevice instance (0x7f5eaa628d90) -- > name = sda8 status = True kids = 0 id = 57 > parents = ['existing 238.47 GiB disk sda (16) with existing gpt disklabel'] > uuid = None size = 50 GiB > format = existing ext4 filesystem > major = 8 minor = 8 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda8 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 104857600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (6527, 255, 63) biosGeometry: (6527, 255, 63) > PedDevice: <_ped.Device object at 0x7f5eaf4cf7a0> > target size = 0 B path = /dev/sda8 > 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 0x7f5eaf588f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4d2dd0> > number: 8 path: /dev/sda8 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d2d50> PedPartition: <_ped.Partition object at 0x7f5eaf58e4d0> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 140044288 end = 244901887 length = 104857600 > flags = >18:01:44,880 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,910 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,912 DEBUG blivet: Ext3FS.supported: supported: True ; >18:01:44,913 DEBUG blivet: Ext3FS.supported: supported: True ; >18:01:44,915 DEBUG blivet: Ext2FS.supported: supported: True ; >18:01:44,917 DEBUG blivet: Ext2FS.supported: supported: True ; >18:01:44,920 DEBUG blivet: SysFS.supported: supported: False ; >18:01:44,921 DEBUG blivet: SysFS.supported: supported: False ; >18:01:44,923 DEBUG blivet: MultipathMember.__init__: >18:01:44,926 DEBUG blivet: MDRaidMember.__init__: >18:01:44,928 DEBUG blivet: ProcFS.supported: supported: False ; >18:01:44,929 DEBUG blivet: ProcFS.supported: supported: False ; >18:01:44,936 DEBUG blivet: SwapSpace.__init__: >18:01:44,942 DEBUG blivet: NoDevFS.supported: supported: False ; >18:01:44,946 DEBUG blivet: NoDevFS.supported: supported: False ; >18:01:44,950 DEBUG blivet: DevPtsFS.supported: supported: False ; >18:01:44,996 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:44,988 INFO blivet: got format: Ext4FS instance (0x7f5eaa628ed0) object id 60-- > type = ext4 name = ext4 status = False > device = /dev/sda8 uuid = 4b5dacfc-8439-479e-9cea-cb672c52fdaa exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 50 GiB targetSize = 50 GiB > >18:01:44,991 DEBUG blivet: DevPtsFS.supported: supported: False ; >18:01:45,019 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,037 DEBUG blivet: BTRFS.supported: supported: True ; >18:01:45,075 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,087 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,097 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part9 /dev/disk/by-id/wwn-0x5001b44977ba4299-part9 /dev/disk/by-partuuid/02ff742b-4d19-42ad-9f92-78c58530d77a /dev/disk/by-uuid/5dc2d0ed-eeb3-42ea-9441-2d758573d021', > 'DEVNAME': 'sda9', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9', > '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': '5dc2d0ed-eeb3-42ea-9441-2d758573d021', > 'ID_FS_UUID_ENC': '5dc2d0ed-eeb3-42ea-9441-2d758573d021', > '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': '9', > 'ID_PART_ENTRY_OFFSET': '244901888', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '255215616', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '02ff742b-4d19-42ad-9f92-78c58530d77a', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '628f902e-6deb-40b1-8015-77118b1b0076', > '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': '9', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '747839', > 'name': 'sda9', > 'symlinks': ['/dev/disk/by-id/ata-SanDisk_SDSSDH2256G_130663401113-part9', > '/dev/disk/by-id/wwn-0x5001b44977ba4299-part9', > '/dev/disk/by-partuuid/02ff742b-4d19-42ad-9f92-78c58530d77a', > '/dev/disk/by-uuid/5dc2d0ed-eeb3-42ea-9441-2d758573d021'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9'} ; name: sda9 ; >18:01:45,097 INFO blivet: scanning sda9 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9)... >18:01:45,098 DEBUG blivet: DeviceTree.getDeviceByName: name: sda9 ; >18:01:45,099 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:45,099 INFO blivet: sda9 is a partition >18:01:45,100 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda9 ; >18:01:45,101 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >18:01:45,104 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >18:01:45,105 DEBUG blivet: DiskDevice.addChild: kids: 8 ; name: sda ; >18:01:45,107 DEBUG blivet: PartitionDevice._setFormat: sda9 ; >18:01:45,107 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 81 >18:01:45,109 DEBUG blivet: PartitionDevice._setFormat: sda9 ; current: None ; type: None ; >18:01:45,109 DEBUG blivet: looking up parted Partition: /dev/sda9 >18:01:45,110 DEBUG blivet: PartitionDevice.probe: sda9 ; exists: True ; >18:01:45,111 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 1 ; >18:01:45,112 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 10 ; >18:01:45,113 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda9 ; flag: 12 ; >18:01:45,113 INFO blivet: added partition sda9 (id 80) to device tree >18:01:45,114 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda9 ; >18:01:45,115 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda9 ; label_type: None ; >18:01:45,116 DEBUG blivet: device sda9 does not contain a disklabel >18:01:45,116 INFO blivet: type detected on 'sda9' is 'ext4' >18:01:45,164 DEBUG blivet: USBFS.supported: supported: False ; >18:01:45,170 DEBUG blivet: USBFS.supported: supported: False ; >18:01:45,171 DEBUG blivet: DiskLabel.__init__: >18:01:45,171 INFO blivet: DiskLabel.partedDevice returning None >18:01:45,173 DEBUG blivet: HFSPlus.supported: supported: False ; >18:01:45,174 DEBUG blivet: HFSPlus.supported: supported: False ; >18:01:45,175 DEBUG blivet: XFS.supported: supported: True ; >18:01:45,323 DEBUG blivet: XFS.supported: supported: True ; >18:01:45,326 DEBUG blivet: TmpFS.supported: supported: True ; >18:01:45,365 DEBUG blivet: LUKS.__init__: >18:01:45,365 DEBUG blivet: size=419 MiB, current=121.7 GiB >18:01:45,367 DEBUG blivet: NTFS.supported: supported: False ; >18:01:45,389 DEBUG blivet: padding min size from 439357440 up to 439357940 >18:01:45,392 DEBUG blivet: NTFS.supported: supported: False ; >18:01:45,426 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,426 DEBUG blivet: BindFS.supported: supported: False ; >18:01:45,427 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 83 >18:01:45,428 DEBUG blivet: BindFS.supported: supported: False ; >18:01:45,429 DEBUG blivet: PartitionDevice._setFormat: sda9 ; >18:01:45,430 DEBUG blivet: PartitionDevice._setFormat: sda9 ; current: None ; type: ext4 ; >18:01:45,433 DEBUG blivet: looking up parted Device: /dev/sda9 >18:01:45,430 INFO blivet: got device: PartitionDevice instance (0x7f5eaa628d10) -- > name = sda9 status = True kids = 0 id = 80 > parents = ['existing 238.47 GiB disk sda (16) with existing gpt disklabel'] > uuid = None size = 121.7 GiB > format = existing ext4 filesystem > major = 8 minor = 9 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda9 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 255215616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (15886, 255, 63) biosGeometry: (15886, 255, 63) > PedDevice: <_ped.Device object at 0x7f5ea939b200> > target size = 0 B path = /dev/sda9 > 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 0x7f5eaf588f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4d2f90> > number: 9 path: /dev/sda9 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4d2f10> PedPartition: <_ped.Partition object at 0x7f5eaf58e530> > disk = existing 238.47 GiB disk sda (16) with existing gpt disklabel > start = 244901888 end = 500117503 length = 255215616 > flags = >18:01:45,431 DEBUG blivet: HFS.supported: supported: False ; >18:01:45,455 DEBUG blivet: HFS.supported: supported: False ; >18:01:45,456 DEBUG blivet: LVMPhysicalVolume.__init__: >18:01:45,457 DEBUG blivet: NFS.supported: supported: False ; >18:01:45,458 DEBUG blivet: NFS.supported: supported: False ; >18:01:45,459 DEBUG blivet: FATFS.supported: supported: True ; >18:01:45,461 DEBUG blivet: FATFS.supported: supported: True ; >18:01:45,462 DEBUG blivet: DMRaidMember.__init__: >18:01:45,480 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,479 INFO blivet: got format: Ext4FS instance (0x7f5ea93a8950) object id 83-- > type = ext4 name = ext4 status = False > device = /dev/sda9 uuid = 5dc2d0ed-eeb3-42ea-9441-2d758573d021 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 121.7 GiB targetSize = 121.7 GiB > >18:01:45,487 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,498 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,508 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,518 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ9BZ803708 /dev/disk/by-id/wwn-0x50024e92033ec704', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1399917686', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '254', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '0', > '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_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '310', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '310', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'SAMSUNG_HD154UI', > 'ID_MODEL_ENC': 'SAMSUNG\\x20HD154UI\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0001d8d3', > 'ID_REVISION': '1AG01118', > 'ID_SERIAL': 'SAMSUNG_HD154UI_S1XWJ9BZ803708', > 'ID_SERIAL_SHORT': 'S1XWJ9BZ803708', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50024e92033ec704', > 'ID_WWN_WITH_EXTENSION': '0x50024e92033ec704', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '749246', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ9BZ803708', > '/dev/disk/by-id/wwn-0x50024e92033ec704'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >18:01:45,519 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >18:01:45,520 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >18:01:45,520 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:45,521 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >18:01:45,522 INFO blivet: sdb is a disk >18:01:45,523 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 103 >18:01:45,523 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >18:01:45,558 INFO blivet: added disk sdb (id 102) to device tree >18:01:45,559 DEBUG blivet: looking up parted Device: /dev/sdb >18:01:45,566 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >18:01:45,567 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >18:01:45,569 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >18:01:45,570 DEBUG blivet: required disklabel type for sdb (1) is None >18:01:45,570 DEBUG blivet: default disklabel type for sdb is gpt >18:01:45,570 DEBUG blivet: selecting gpt disklabel for sdb based on size >18:01:45,571 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: gpt ; exists: True ; >18:01:45,584 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5ea93c2410>] > device: <parted.device.Device object at 0x7f5ea93c21d0> > PedDisk: <_ped.Disk object at 0x7f5ea93b0320> >18:01:45,585 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 105 >18:01:45,585 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >18:01:45,586 INFO blivet: got device: DiskDevice instance (0x7f5eaf4da3d0) -- > name = sdb status = True kids = 0 id = 102 > parents = [] > uuid = None size = 1397.27 GiB > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA SAMSUNG HD154UI path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 2930277168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (182401, 255, 63) biosGeometry: (182401, 255, 63) > PedDevice: <_ped.Device object at 0x7f5ea939b440> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5ea93b9e90> >18:01:45,604 INFO blivet: got format: DiskLabel instance (0x7f5ea93b9fd0) object id 105-- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5ea93c2410>] > device: <parted.device.Device object at 0x7f5ea93c21d0> > PedDisk: <_ped.Disk object at 0x7f5ea93b0320> > origPartedDisk = <parted.disk.Disk object at 0x7f5ea93c2750> > partedDevice = parted.Device instance -- > model: ATA SAMSUNG HD154UI path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 2930277168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (182401, 255, 63) biosGeometry: (182401, 255, 63) > PedDevice: <_ped.Device object at 0x7f5ea939b3b0> > >18:01:45,614 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ9BZ803708-part1 /dev/disk/by-id/wwn-0x50024e92033ec704-part1 /dev/disk/by-uuid/95b5818e-e47d-41f9-8b9e-f0956c2d20eb', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '254', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '0', > '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_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '310', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '310', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '95b5818e-e47d-41f9-8b9e-f0956c2d20eb', > 'ID_FS_UUID_ENC': '95b5818e-e47d-41f9-8b9e-f0956c2d20eb', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'SAMSUNG_HD154UI', > 'ID_MODEL_ENC': 'SAMSUNG\\x20HD154UI\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2930274304', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '0001d8d3-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0001d8d3', > 'ID_REVISION': '1AG01118', > 'ID_SERIAL': 'SAMSUNG_HD154UI_S1XWJ9BZ803708', > 'ID_SERIAL_SHORT': 'S1XWJ9BZ803708', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50024e92033ec704', > 'ID_WWN_WITH_EXTENSION': '0x50024e92033ec704', > 'MAJOR': '8', > 'MINOR': '17', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '749370', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ9BZ803708-part1', > '/dev/disk/by-id/wwn-0x50024e92033ec704-part1', > '/dev/disk/by-uuid/95b5818e-e47d-41f9-8b9e-f0956c2d20eb'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >18:01:45,614 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1)... >18:01:45,615 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb1 ; >18:01:45,616 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:45,616 INFO blivet: sdb1 is a partition >18:01:45,616 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >18:01:45,617 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >18:01:45,621 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1397.27 GiB disk sdb (102) with existing msdos disklabel >18:01:45,622 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >18:01:45,623 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >18:01:45,623 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 108 >18:01:45,624 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >18:01:45,624 DEBUG blivet: looking up parted Partition: /dev/sdb1 >18:01:45,625 DEBUG blivet: PartitionDevice.probe: sdb1 ; exists: True ; >18:01:45,626 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >18:01:45,627 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >18:01:45,628 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >18:01:45,628 INFO blivet: added partition sdb1 (id 107) to device tree >18:01:45,629 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >18:01:45,629 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: None ; >18:01:45,630 DEBUG blivet: device sdb1 does not contain a disklabel >18:01:45,630 INFO blivet: type detected on 'sdb1' is 'ext4' >18:01:45,743 DEBUG blivet: size=115.04 GiB, current=1397.26 GiB >18:01:45,760 DEBUG blivet: padding min size from 123522666496 up to 123522666996 >18:01:45,761 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,761 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 110 >18:01:45,762 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >18:01:45,763 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: ext4 ; >18:01:45,766 DEBUG blivet: looking up parted Device: /dev/sdb1 >18:01:45,763 INFO blivet: got device: PartitionDevice instance (0x7f5ea93b9d90) -- > name = sdb1 status = True kids = 0 id = 107 > parents = ['existing 1397.27 GiB disk sdb (102) with existing msdos disklabel'] > uuid = None size = 1397.26 GiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 2930274304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (182401, 255, 63) biosGeometry: (182401, 255, 63) > PedDevice: <_ped.Device object at 0x7f5ea939b290> > 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 0x7f5ea93c2290> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea93c2810> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea93c24d0> PedPartition: <_ped.Partition object at 0x7f5ea93bc8f0> > disk = existing 1397.27 GiB disk sdb (102) with existing msdos disklabel > start = 2048 end = 2930276351 length = 2930274304 > flags = >18:01:45,808 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,807 INFO blivet: got format: Ext4FS instance (0x7f5eaf4da4d0) object id 110-- > type = ext4 name = ext4 status = False > device = /dev/sdb1 uuid = 95b5818e-e47d-41f9-8b9e-f0956c2d20eb exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 1397.26 GiB targetSize = 1397.26 GiB > >18:01:45,815 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,821 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,828 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:45,834 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1399917686', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '797102', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >18:01:45,835 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >18:01:45,836 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >18:01:45,836 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:45,836 INFO blivet: loop0 is a loop device >18:01:45,837 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >18:01:45,838 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >18:01:45,839 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:45,839 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 113 >18:01:45,840 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >18:01:45,840 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 112) to device tree >18:01:45,841 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >18:01:45,841 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 116 >18:01:45,842 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >18:01:45,842 INFO blivet: added loop loop0 (id 115) to device tree >18:01:45,843 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >18:01:45,844 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >18:01:45,844 DEBUG blivet: device loop0 does not contain a disklabel >18:01:45,844 INFO blivet: type detected on 'loop0' is 'squashfs' >18:01:45,844 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 118 >18:01:45,845 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >18:01:45,893 DEBUG blivet: looking up parted Device: /run/install/repo/LiveOS/squashfs.img >18:01:45,931 DEBUG blivet: looking up parted Device: /dev/loop0 >18:01:45,845 INFO blivet: got device: LoopDevice instance (0x7f5ea93c27d0) -- > name = loop0 status = True kids = 0 id = 115 > parents = ['existing 270.37 MiB file /run/install/repo/LiveOS/squashfs.img (112)'] > uuid = None size = 270.37 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: 553712 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 0x7f5ea939b5f0> > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >18:01:46,194 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1399917686', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > 'ID_FS_UUID_ENC': '91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '797774', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/91c2ef0e-3437-47d3-9e8c-112ec7a2e000'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >18:01:46,195 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >18:01:46,195 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >18:01:46,196 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:46,196 INFO blivet: loop1 is a loop device >18:01:46,197 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >18:01:46,198 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >18:01:46,198 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:46,199 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 121 >18:01:46,200 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >18:01:46,200 INFO blivet: added file /LiveOS/rootfs.img (id 120) to device tree >18:01:46,201 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >18:01:46,201 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 124 >18:01:46,202 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >18:01:46,202 INFO blivet: added loop loop1 (id 123) to device tree >18:01:46,203 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >18:01:46,204 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >18:01:46,204 DEBUG blivet: device loop1 does not contain a disklabel >18:01:46,204 INFO blivet: type detected on 'loop1' is 'ext4' >18:01:46,267 DEBUG blivet: size=0 B, current=2048 MiB >18:01:46,276 DEBUG blivet: using current size 0 as min size >18:01:46,278 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,278 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 126 >18:01:46,279 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >18:01:46,279 INFO blivet: got device: LoopDevice instance (0x7f5ea93c2dd0) -- > name = loop1 status = False kids = 0 id = 123 > parents = ['existing 0 B file /LiveOS/rootfs.img (120)'] > 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 = None >18:01:46,283 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,282 INFO blivet: got format: Ext4FS instance (0x7f5ea93c2ed0) object id 126-- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 91c2ef0e-3437-47d3-9e8c-112ec7a2e000 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048 MiB targetSize = 2048 MiB > >18:01:46,289 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,296 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,302 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,309 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1399917686', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '802185', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >18:01:46,309 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >18:01:46,310 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >18:01:46,310 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:46,311 INFO blivet: loop2 is a loop device >18:01:46,311 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >18:01:46,312 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >18:01:46,313 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:46,313 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 129 >18:01:46,314 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >18:01:46,314 INFO blivet: added file /overlay (deleted) (id 128) to device tree >18:01:46,315 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >18:01:46,315 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 132 >18:01:46,316 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >18:01:46,316 INFO blivet: added loop loop2 (id 131) to device tree >18:01:46,317 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >18:01:46,318 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >18:01:46,318 DEBUG blivet: device loop2 does not contain a disklabel >18:01:46,318 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >18:01:46,318 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 134 >18:01:46,319 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >18:01:46,319 INFO blivet: got device: LoopDevice instance (0x7f5ea93c2cd0) -- > name = loop2 status = False kids = 0 id = 131 > parents = ['existing 0 B file /overlay (deleted) (128)'] > 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 >18:01:46,323 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/91c2ef0e-3437-47d3-9e8c-112ec7a2e000 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1399917686', > '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': '91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > 'ID_FS_UUID_ENC': '91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '124496', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >18:01:46,323 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >18:01:46,324 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >18:01:46,325 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:46,325 INFO blivet: live-rw is a device-mapper device >18:01:46,325 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >18:01:46,326 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >18:01:46,327 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (123) with existing ext4 filesystem >18:01:46,328 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >18:01:46,329 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (131) >18:01:46,330 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >18:01:46,331 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:46,332 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >18:01:46,332 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 137 >18:01:46,333 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >18:01:46,333 INFO blivet: added dm live-rw (id 136) to device tree >18:01:46,334 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >18:01:46,335 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >18:01:46,335 DEBUG blivet: device live-rw does not contain a disklabel >18:01:46,335 INFO blivet: type detected on 'live-rw' is 'ext4' >18:01:46,401 DEBUG blivet: size=938.05 MiB, current=2048 MiB >18:01:46,418 DEBUG blivet: padding min size from 983612416 up to 983612916 >18:01:46,419 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,420 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 139 >18:01:46,420 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >18:01:46,421 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >18:01:46,421 INFO blivet: got device: DMDevice instance (0x7f5ea93c2f50) -- > name = live-rw status = True kids = 0 id = 136 > parents = ['existing 0 B loop loop2 (131)'] > uuid = None size = 2048 MiB > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5ea939b710> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >18:01:46,540 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,539 INFO blivet: got format: Ext4FS instance (0x7f5ea93ca190) object id 139-- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 91c2ef0e-3437-47d3-9e8c-112ec7a2e000 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048 MiB targetSize = 2048 MiB > >18:01:46,548 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,557 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,564 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,572 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/91c2ef0e-3437-47d3-9e8c-112ec7a2e000 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1399917686', > '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': '91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > 'ID_FS_UUID_ENC': '91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '211650', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/91c2ef0e-3437-47d3-9e8c-112ec7a2e000', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >18:01:46,572 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >18:01:46,573 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >18:01:46,574 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:46,574 INFO blivet: live-base is a device-mapper device >18:01:46,575 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >18:01:46,575 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >18:01:46,576 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >18:01:46,577 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (123) with existing ext4 filesystem >18:01:46,579 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >18:01:46,579 DEBUG blivet: DeviceTree.getDeviceByName returned None >18:01:46,580 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >18:01:46,581 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 142 >18:01:46,581 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >18:01:46,582 INFO blivet: added dm live-base (id 141) to device tree >18:01:46,582 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >18:01:46,583 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >18:01:46,583 DEBUG blivet: device live-base does not contain a disklabel >18:01:46,584 INFO blivet: type detected on 'live-base' is 'ext4' >18:01:46,659 DEBUG blivet: size=0 B, current=2048 MiB >18:01:46,668 DEBUG blivet: using current size 0 as min size >18:01:46,670 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,670 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 144 >18:01:46,671 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >18:01:46,672 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >18:01:46,671 INFO blivet: got device: DMDevice instance (0x7f5ea93a89d0) -- > name = live-base status = True kids = 0 id = 141 > parents = ['existing 0 B loop loop1 (123) with existing ext4 filesystem'] > uuid = None size = 2048 MiB > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5ea939b7a0> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >18:01:46,695 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,694 INFO blivet: got format: Ext4FS instance (0x7f5ea93ca1d0) object id 144-- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 91c2ef0e-3437-47d3-9e8c-112ec7a2e000 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048 MiB targetSize = 2048 MiB > >18:01:46,702 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,709 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,716 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:46,780 DEBUG blivet: PartitionDevice.teardown: sdc2 ; status: True ; controllable: True ; >18:01:46,821 DEBUG blivet: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >18:01:46,822 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >18:01:46,824 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >18:01:46,865 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >18:01:46,906 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:46,907 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:46,909 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:46,947 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >18:01:46,987 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:46,988 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:46,990 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,028 DEBUG blivet: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >18:01:47,029 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >18:01:47,032 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >18:01:47,074 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:47,075 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,077 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,117 DEBUG blivet: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >18:01:47,159 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:47,160 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,162 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,203 DEBUG blivet: PartitionDevice.teardown: sda5 ; status: True ; controllable: True ; >18:01:47,244 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:47,245 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,247 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,289 DEBUG blivet: PartitionDevice.teardown: sda6 ; status: True ; controllable: True ; >18:01:47,333 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:47,334 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,336 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,378 DEBUG blivet: PartitionDevice.teardown: sda7 ; status: True ; controllable: True ; >18:01:47,379 DEBUG blivet: SwapSpace.teardown: device: /dev/sda7 ; status: False ; type: swap ; >18:01:47,380 DEBUG blivet: SwapSpace.teardown: device: /dev/sda7 ; status: False ; type: swap ; >18:01:47,422 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:47,423 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,425 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,465 DEBUG blivet: PartitionDevice.teardown: sda8 ; status: True ; controllable: True ; >18:01:47,507 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:47,508 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,510 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,551 DEBUG blivet: PartitionDevice.teardown: sda9 ; status: True ; controllable: True ; >18:01:47,595 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:47,596 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,598 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:47,638 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >18:01:47,684 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >18:01:47,685 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >18:01:47,687 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >18:01:47,759 DEBUG blivet: LoopDevice.teardown: loop0 ; status: True ; controllable: False ; >18:01:47,793 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >18:01:47,798 INFO blivet: edd: MBR signature on sda is zero. new disk image? >18:01:47,799 INFO blivet: edd: collected mbr signatures: {'sdb': '0x0001d8d3', 'sdc': '0x99e51479'} >18:01:47,803 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >18:01:47,840 WARN blivet: Caught exception, continuing. >18:01:47,840 WARN blivet: Problem description: mount of sdc1 as ext4 failed >18:01:47,840 WARN blivet: Begin exception details. >18:01:47,841 WARN blivet: Traceback (most recent call last): >18:01:47,841 WARN blivet: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 3102, in findExistingInstallations >18:01:47,841 WARN blivet: device.format.mount(options=options, mountpoint=getSysroot()) >18:01:47,841 WARN blivet: File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 590, in mount >18:01:47,841 WARN blivet: raise FSError("mount failed: %s" % rc) >18:01:47,842 WARN blivet: FSError: mount failed: 32 >18:01:47,842 WARN blivet: End exception details. >18:01:47,843 DEBUG blivet: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >18:01:47,885 DEBUG blivet: PartitionDevice.setup: sda6 ; status: True ; controllable: True ; orig: False ; >18:01:47,922 DEBUG blivet: PartitionDevice.teardown: sda6 ; status: True ; controllable: True ; >18:01:48,057 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:48,058 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:48,060 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:48,101 DEBUG blivet: PartitionDevice.setup: sda8 ; status: True ; controllable: True ; orig: False ; >18:01:48,207 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >18:01:48,208 INFO blivet: Caught exception, continuing. >18:01:48,208 INFO blivet: Problem description: error parsing blkid.tab >18:01:48,208 INFO blivet: Begin exception details. >18:01:48,208 INFO blivet: Traceback (most recent call last): >18:01:48,209 INFO blivet: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 3181, in parseFSTab >18:01:48,209 INFO blivet: blkidTab.parse() >18:01:48,209 INFO blivet: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2241, in parse >18:01:48,209 INFO blivet: with open(path) as f: >18:01:48,209 INFO blivet: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >18:01:48,210 INFO blivet: End exception details. >18:01:48,210 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >18:01:48,210 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >18:01:48,211 DEBUG blivet: Caught exception, continuing. >18:01:48,211 DEBUG blivet: Problem description: failed to parse blkid.tab >18:01:48,211 DEBUG blivet: Begin exception details. >18:01:48,211 DEBUG blivet: Traceback (most recent call last): >18:01:48,211 DEBUG blivet: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2289, in parse >18:01:48,211 DEBUG blivet: self.blkidTab.parse() >18:01:48,211 DEBUG blivet: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2241, in parse >18:01:48,211 DEBUG blivet: with open(path) as f: >18:01:48,212 DEBUG blivet: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >18:01:48,212 DEBUG blivet: End exception details. >18:01:48,212 DEBUG blivet: crypttab maps: [] >18:01:48,212 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >18:01:48,213 DEBUG blivet: resolved 'UUID=4b5dacfc-8439-479e-9cea-cb672c52fdaa' to 'sda8' (partition) >18:01:48,213 DEBUG blivet: resolved 'UUID=a4b36b77-f825-4d8d-a01f-7ee909e5b71e' to 'sda6' (partition) >18:01:48,213 DEBUG blivet: resolved 'UUID=BB1E-1D9E' to 'sda5' (partition) >18:01:48,213 DEBUG blivet: resolved 'UUID=5dc2d0ed-eeb3-42ea-9441-2d758573d021' to 'sda9' (partition) >18:01:48,213 DEBUG blivet: resolved 'UUID=3afc35c8-bb76-4667-bad9-1011f25a74e7' to 'sda7' (partition) >18:01:48,214 DEBUG blivet: PartitionDevice.teardown: sda8 ; status: True ; controllable: True ; >18:01:48,342 DEBUG blivet: PartitionDevice.setup: sda9 ; status: True ; controllable: True ; orig: False ; >18:01:48,385 DEBUG blivet: PartitionDevice.teardown: sda9 ; status: True ; controllable: True ; >18:01:48,522 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:01:48,523 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:48,525 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:01:48,566 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >18:01:48,656 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >18:01:48,788 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >18:01:48,789 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >18:01:48,791 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >18:01:48,925 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:48,927 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:48,928 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:48,930 DEBUG blivet: NTFS.supported: supported: False ; >18:01:48,933 DEBUG blivet: NTFS.supported: supported: False ; >18:01:48,935 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:48,937 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:48,939 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:48,941 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:48,943 DEBUG blivet: Ext4FS.supported: supported: True ; >18:01:48,945 DEBUG blivet: FATFS.supported: supported: True ; >18:01:49,034 DEBUG blivet: onlyuse is now: sda,sdb,sdc >18:01:49,037 DEBUG blivet: /dev/sdc1 is mounted on /run/install/repo >18:01:49,038 DEBUG blivet: /dev/sdc1 is mounted on /run/install/repo >18:01:49,039 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdc1 ; >18:01:49,044 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3072 MiB partition sdc1 (6) with existing ext4 filesystem >18:01:49,123 DEBUG blivet: /dev/sdc1 is mounted on /run/install/repo >18:01:49,123 DEBUG blivet: /dev/sdc1 is mounted on /run/install/repo >18:01:49,125 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdc1 ; >18:01:49,133 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3072 MiB partition sdc1 (6) with existing ext4 filesystem >20:01:54,347 DEBUG blivet: clearpart: looking at sda9 >20:01:54,349 DEBUG blivet: clearpart: looking at sda8 >20:01:54,349 DEBUG blivet: clearpart: looking at sda7 >20:01:54,350 DEBUG blivet: clearpart: looking at sda6 >20:01:54,351 DEBUG blivet: clearpart: looking at sda5 >20:01:54,352 DEBUG blivet: clearpart: looking at sda4 >20:01:54,352 DEBUG blivet: clearpart: looking at sda3 >20:01:54,353 DEBUG blivet: clearpart: looking at sda2 >20:01:54,354 DEBUG blivet: clearpart: looking at sdc2 >20:01:54,355 DEBUG blivet: clearpart: looking at sda1 >20:01:54,356 DEBUG blivet: clearpart: looking at sdb1 >20:01:54,357 DEBUG blivet: clearpart: looking at sdc1 >20:01:54,358 DEBUG blivet: checking whether disk sda has an empty extended >20:01:54,360 DEBUG blivet: extended is None ; logicals is [] >20:01:54,361 DEBUG blivet: checking whether disk sdb has an empty extended >20:01:54,362 DEBUG blivet: extended is None ; logicals is [] >20:01:54,363 DEBUG blivet: checking whether disk sdc has an empty extended >20:01:54,363 DEBUG blivet: extended is None ; logicals is [] >20:01:55,006 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:01:55,066 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:01:55,067 DEBUG blivet: resolved 'sda' to 'sda' (disk) >20:01:56,096 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:01:56,162 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:01:56,164 DEBUG blivet: resolved 'sda' to 'sda' (disk) >20:01:56,176 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:01:56,232 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:01:56,234 DEBUG blivet: resolved 'sda' to 'sda' (disk) >20:02:08,129 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:02:08,139 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:02:08,140 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >20:02:08,151 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1397.27 GiB disk sdb (102) with existing msdos disklabel >20:02:08,153 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >20:02:08,165 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3853.54 MiB disk sdc (1) with existing msdos disklabel >20:02:15,660 INFO blivet: hiding device partition sdb1 (id 107) >20:02:15,661 INFO blivet: removed partition sdb1 (id 107) from device tree >20:02:15,664 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >20:02:15,664 DEBUG blivet: lvm filter: adding sdb1 to the reject list >20:02:15,665 INFO blivet: hiding device disk sdb (id 102) >20:02:15,665 INFO blivet: removed disk sdb (id 102) from device tree >20:02:15,666 DEBUG blivet: lvm filter: adding sdb to the reject list >20:02:15,666 INFO blivet: hiding device partition sdc1 (id 6) >20:02:15,667 INFO blivet: removed partition sdc1 (id 6) from device tree >20:02:15,669 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sdc ; >20:02:15,670 DEBUG blivet: lvm filter: adding sdc1 to the reject list >20:02:15,670 INFO blivet: hiding device partition sdc2 (id 11) >20:02:15,671 INFO blivet: removed partition sdc2 (id 11) from device tree >20:02:15,673 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdc ; >20:02:15,673 DEBUG blivet: lvm filter: adding sdc2 to the reject list >20:02:15,673 INFO blivet: hiding device disk sdc (id 1) >20:02:15,674 INFO blivet: removed disk sdc (id 1) from device tree >20:02:15,674 DEBUG blivet: lvm filter: adding sdc to the reject list >20:02:15,732 INFO blivet: Detected 7680 MiB of memory >20:02:15,750 INFO blivet: Swap attempt of 7680 MiB >20:02:15,767 DEBUG blivet: clearpart: looking at sda9 >20:02:15,767 DEBUG blivet: clearpart: looking at sda8 >20:02:15,767 DEBUG blivet: clearpart: looking at sda7 >20:02:15,768 DEBUG blivet: clearpart: looking at sda6 >20:02:15,768 DEBUG blivet: clearpart: looking at sda5 >20:02:15,768 DEBUG blivet: clearpart: looking at sda4 >20:02:15,768 DEBUG blivet: clearpart: looking at sda3 >20:02:15,768 DEBUG blivet: clearpart: looking at sda2 >20:02:15,768 DEBUG blivet: clearpart: looking at sda1 >20:02:15,769 DEBUG blivet: checking whether disk sda has an empty extended >20:02:15,769 DEBUG blivet: extended is None ; logicals is [] >20:02:15,873 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:02:15,879 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:02:15,880 DEBUG blivet: resolved 'sda' to 'sda' (disk) >20:02:16,068 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:02:16,071 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:02:16,071 DEBUG blivet: resolved 'sda' to 'sda' (disk) >20:02:16,072 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:02:16,075 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:02:16,075 DEBUG blivet: resolved 'sda' to 'sda' (disk) >20:02:16,090 DEBUG blivet: starting Blivet copy >20:02:16,114 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >20:02:16,114 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea73f1210> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea73f1ed0> PedPartition: <_ped.Partition object at 0x7f5ea78072f0> >20:02:16,116 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >20:02:16,117 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea73f1190> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea73f1d90> PedPartition: <_ped.Partition object at 0x7f5ea7807ad0> >20:02:16,119 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >20:02:16,119 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea73f1050> PedPartition: <_ped.Partition object at 0x7f5ea7807a70> >20:02:16,121 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >20:02:16,121 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea744e7d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea744e850> PedPartition: <_ped.Partition object at 0x7f5ea7807a10> >20:02:16,123 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >20:02:16,124 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea744e610> > number: 5 path: /dev/sda5 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea744e690> PedPartition: <_ped.Partition object at 0x7f5ea78079b0> >20:02:16,126 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >20:02:16,126 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea744e450> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea744e4d0> PedPartition: <_ped.Partition object at 0x7f5ea7807950> >20:02:16,128 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >20:02:16,128 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea7432b50> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea744e250> PedPartition: <_ped.Partition object at 0x7f5ea78078f0> >20:02:16,130 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >20:02:16,131 DEBUG blivet: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea74325d0> > number: 8 path: /dev/sda8 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea7432a10> PedPartition: <_ped.Partition object at 0x7f5ea7807890> >20:02:16,133 DEBUG blivet: PartitionDevice._setPartedPartition: sda9 ; >20:02:16,133 DEBUG blivet: device sda9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea7306450> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea7432390> > number: 9 path: /dev/sda9 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea7432410> PedPartition: <_ped.Partition object at 0x7f5ea7807830> >20:02:16,135 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >20:02:16,135 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5eb1f3ee90> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea7432190> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea7338450> PedPartition: <_ped.Partition object at 0x7f5ea7807770> >20:02:16,138 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >20:02:16,138 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea736f9d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea7432210> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: True > geometry: <parted.geometry.Geometry object at 0x7f5ea74321d0> PedPartition: <_ped.Partition object at 0x7f5ea78077d0> >20:02:16,139 DEBUG blivet: PartitionDevice._setPartedPartition: sdc2 ; >20:02:16,140 DEBUG blivet: device sdc2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea736f9d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea7420c10> > number: 2 path: /dev/sdc2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea7432310> PedPartition: <_ped.Partition object at 0x7f5ea7807710> >20:02:16,141 DEBUG blivet: finished Blivet copy >20:02:20,252 DEBUG blivet: Ext4FS.supported: supported: True ; >20:02:20,253 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 215 >20:02:27,004 DEBUG blivet: Ext4FS.supported: supported: True ; >20:02:27,005 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 216 >20:02:27,009 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f5ec1ec7f90>, 121.7 GiB, ['sda'], {'encrypted': False, 'raid_level': None} >20:02:27,079 DEBUG storage.ui: Ext4FS.supported: supported: True ; >20:02:27,079 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 217 >20:02:27,081 DEBUG storage.ui: PartitionDevice._setFormat: sda9 ; >20:02:27,082 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 219 >20:02:27,083 DEBUG storage.ui: PartitionDevice._setFormat: sda9 ; current: ext4 ; type: None ; >20:02:27,084 INFO storage.ui: registered action: [218] destroy format ext4 filesystem on partition sda9 (id 80) >20:02:27,085 DEBUG storage.ui: PartitionDevice._setFormat: sda9 ; >20:02:27,087 DEBUG storage.ui: PartitionDevice._setFormat: sda9 ; current: None ; type: ext4 ; >20:02:27,087 INFO storage.ui: registered action: [220] create format ext4 filesystem mounted at /home on partition sda9 (id 80) >20:02:32,891 DEBUG blivet: Ext4FS.supported: supported: True ; >20:02:32,892 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 221 >20:02:32,895 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f5ec1ec7f90>, 500 MiB, ['sda'], {'encrypted': False, 'raid_level': None} >20:02:32,965 DEBUG storage.ui: Ext4FS.supported: supported: True ; >20:02:32,966 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 222 >20:02:32,967 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; >20:02:32,968 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 224 >20:02:32,969 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; current: ext4 ; type: None ; >20:02:32,969 INFO storage.ui: registered action: [223] destroy format ext4 filesystem on partition sda6 (id 47) >20:02:32,971 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; >20:02:32,973 DEBUG storage.ui: PartitionDevice._setFormat: sda6 ; current: None ; type: ext4 ; >20:02:32,973 INFO storage.ui: registered action: [225] create format ext4 filesystem mounted at /boot on partition sda6 (id 47) >20:02:33,963 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 226 >20:02:41,913 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 227 >20:02:41,916 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f5ec1ec7f90>, 200 MiB, ['sda'], {'encrypted': False, 'raid_level': None} >20:02:43,821 DEBUG blivet: Ext4FS.supported: supported: True ; >20:02:43,821 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 228 >20:02:47,780 DEBUG blivet: Ext4FS.supported: supported: True ; >20:02:47,781 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 229 >20:02:47,784 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f5ec1ec7f90>, 50 GiB, ['sda'], {'encrypted': False, 'raid_level': None} >20:02:47,855 DEBUG storage.ui: Ext4FS.supported: supported: True ; >20:02:47,856 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 230 >20:02:47,857 DEBUG storage.ui: PartitionDevice._setFormat: sda8 ; >20:02:47,858 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 232 >20:02:47,859 DEBUG storage.ui: PartitionDevice._setFormat: sda8 ; current: ext4 ; type: None ; >20:02:47,859 INFO storage.ui: registered action: [231] destroy format ext4 filesystem on partition sda8 (id 57) >20:02:47,861 DEBUG storage.ui: PartitionDevice._setFormat: sda8 ; >20:02:47,863 DEBUG storage.ui: PartitionDevice._setFormat: sda8 ; current: None ; type: ext4 ; >20:02:47,863 INFO storage.ui: registered action: [233] create format ext4 filesystem mounted at / on partition sda8 (id 57) >20:02:48,934 DEBUG blivet: SwapSpace.__init__: >20:02:48,934 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 234 >20:02:51,563 DEBUG blivet: SwapSpace.__init__: >20:02:51,563 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 235 >20:02:51,564 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f5ec1ec7f90>, 7680 MiB, ['sda'], {'encrypted': False, 'raid_level': None} >20:02:51,641 DEBUG storage.ui: SwapSpace.__init__: device: /dev/sda7 ; mountpoint: None ; label: ; >20:02:51,641 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 236 >20:02:51,643 DEBUG storage.ui: PartitionDevice._setFormat: sda7 ; >20:02:51,643 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 238 >20:02:51,645 DEBUG storage.ui: PartitionDevice._setFormat: sda7 ; current: swap ; type: None ; >20:02:51,645 INFO storage.ui: registered action: [237] destroy format swap on partition sda7 (id 52) >20:02:51,647 DEBUG storage.ui: PartitionDevice._setFormat: sda7 ; >20:02:51,648 DEBUG storage.ui: PartitionDevice._setFormat: sda7 ; current: None ; type: swap ; >20:02:51,648 INFO storage.ui: registered action: [239] create format swap on partition sda7 (id 52) >20:02:54,272 DEBUG blivet: NTFS.supported: supported: False ; >20:02:54,272 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 240 >20:02:55,886 DEBUG blivet: NTFS.supported: supported: False ; >20:02:55,886 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 241 >20:02:57,231 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:02:57,235 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:02:57,235 DEBUG blivet: resolved 'sda' to 'sda' (disk) >20:02:57,236 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >20:02:57,239 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:02:57,239 DEBUG blivet: resolved 'sda' to 'sda' (disk) >20:03:09,508 INFO blivet: omitting ksdata: existing 238.47 GiB disk sda (16) with existing gpt disklabel >20:03:09,536 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >20:03:09,575 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:09,576 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,577 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,610 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >20:03:09,646 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:09,647 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,649 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,681 DEBUG blivet: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >20:03:09,682 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >20:03:09,684 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >20:03:09,714 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:09,715 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,717 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,747 DEBUG blivet: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >20:03:09,778 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:09,782 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,784 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,815 DEBUG blivet: PartitionDevice.teardown: sda5 ; status: True ; controllable: True ; >20:03:09,848 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:09,849 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,851 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,881 DEBUG blivet: PartitionDevice.teardown: sda6 ; status: True ; controllable: True ; >20:03:09,917 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:09,918 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,919 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,954 DEBUG blivet: PartitionDevice.teardown: sda7 ; status: True ; controllable: True ; >20:03:09,955 DEBUG blivet: SwapSpace.teardown: device: /dev/sda7 ; status: False ; type: swap ; >20:03:09,990 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:09,991 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:09,993 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:10,027 DEBUG blivet: PartitionDevice.teardown: sda8 ; status: True ; controllable: True ; >20:03:10,062 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:10,063 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:10,064 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:10,098 DEBUG blivet: PartitionDevice.teardown: sda9 ; status: True ; controllable: True ; >20:03:10,131 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >20:03:10,132 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:10,133 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >20:03:10,190 DEBUG blivet: LoopDevice.teardown: loop0 ; status: True ; controllable: False ; >20:03:10,219 DEBUG blivet: action: [237] destroy format swap on partition sda7 (id 52) >20:03:10,219 DEBUG blivet: action: [231] destroy format ext4 filesystem on partition sda8 (id 57) >20:03:10,219 DEBUG blivet: action: [223] destroy format ext4 filesystem on partition sda6 (id 47) >20:03:10,219 DEBUG blivet: action: [218] destroy format ext4 filesystem on partition sda9 (id 80) >20:03:10,219 DEBUG blivet: action: [239] create format swap on partition sda7 (id 52) >20:03:10,219 DEBUG blivet: action: [233] create format ext4 filesystem mounted at / on partition sda8 (id 57) >20:03:10,220 DEBUG blivet: action: [225] create format ext4 filesystem mounted at /boot on partition sda6 (id 47) >20:03:10,220 DEBUG blivet: action: [220] create format ext4 filesystem mounted at /home on partition sda9 (id 80) >20:03:10,220 INFO blivet: pruning action queue... >20:03:10,242 INFO blivet: resetting parted disks... >20:03:10,243 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >20:03:10,244 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >20:03:10,245 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >20:03:10,245 DEBUG blivet: sector-based lookup found partition sda1 >20:03:10,246 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >20:03:10,246 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4f7250> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4fe110> PedPartition: <_ped.Partition object at 0x7f5ea7854e90> >20:03:10,248 DEBUG blivet: PartitionDevice.preCommitFixup: sda2 ; >20:03:10,249 DEBUG blivet: sector-based lookup found partition sda2 >20:03:10,249 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >20:03:10,250 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4f7490> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4f7150> PedPartition: <_ped.Partition object at 0x7f5ea774ff50> >20:03:10,252 DEBUG blivet: PartitionDevice.preCommitFixup: sda3 ; >20:03:10,252 DEBUG blivet: sector-based lookup found partition sda3 >20:03:10,253 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >20:03:10,253 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4f7290> PedPartition: <_ped.Partition object at 0x7f5ea74f95f0> >20:03:10,255 DEBUG blivet: PartitionDevice.preCommitFixup: sda4 ; >20:03:10,255 DEBUG blivet: sector-based lookup found partition sda4 >20:03:10,256 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >20:03:10,256 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4f7b10> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4f76d0> PedPartition: <_ped.Partition object at 0x7f5ea74f9d10> >20:03:10,258 DEBUG blivet: PartitionDevice.preCommitFixup: sda5 ; >20:03:10,259 DEBUG blivet: sector-based lookup found partition sda5 >20:03:10,259 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >20:03:10,259 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4f7550> > number: 5 path: /dev/sda5 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4f78d0> PedPartition: <_ped.Partition object at 0x7f5ea74f9cb0> >20:03:10,261 DEBUG blivet: PartitionDevice.preCommitFixup: sda6 ; >20:03:10,262 DEBUG blivet: sector-based lookup found partition sda6 >20:03:10,262 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >20:03:10,262 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf4f7b90> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4f7b50> PedPartition: <_ped.Partition object at 0x7f5ea74f9d70> >20:03:10,265 DEBUG blivet: PartitionDevice.preCommitFixup: sda7 ; >20:03:10,269 DEBUG blivet: sector-based lookup found partition sda7 >20:03:10,270 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >20:03:10,270 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea72e9b10> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf4f7fd0> PedPartition: <_ped.Partition object at 0x7f5ea74f9dd0> >20:03:10,272 DEBUG blivet: PartitionDevice.preCommitFixup: sda8 ; >20:03:10,273 DEBUG blivet: sector-based lookup found partition sda8 >20:03:10,273 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >20:03:10,273 DEBUG blivet: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaa62f2d0> > number: 8 path: /dev/sda8 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ebb05a210> PedPartition: <_ped.Partition object at 0x7f5ea74f9e30> >20:03:10,275 DEBUG blivet: PartitionDevice.preCommitFixup: sda9 ; >20:03:10,276 DEBUG blivet: sector-based lookup found partition sda9 >20:03:10,276 DEBUG blivet: PartitionDevice._setPartedPartition: sda9 ; >20:03:10,276 DEBUG blivet: device sda9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea72e9d10> fileSystem: <parted.filesystem.FileSystem object at 0x7f5ea72c9350> > number: 9 path: /dev/sda9 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5ea72c92d0> PedPartition: <_ped.Partition object at 0x7f5ea74f9e90> >20:03:10,278 INFO blivet: sorting actions... >20:03:10,279 DEBUG blivet: action: [218] destroy format ext4 filesystem on partition sda9 (id 80) >20:03:10,279 DEBUG blivet: action: [223] destroy format ext4 filesystem on partition sda6 (id 47) >20:03:10,279 DEBUG blivet: action: [231] destroy format ext4 filesystem on partition sda8 (id 57) >20:03:10,279 DEBUG blivet: action: [237] destroy format swap on partition sda7 (id 52) >20:03:10,280 DEBUG blivet: action: [220] create format ext4 filesystem mounted at /home on partition sda9 (id 80) >20:03:10,280 DEBUG blivet: action: [225] create format ext4 filesystem mounted at /boot on partition sda6 (id 47) >20:03:10,280 DEBUG blivet: action: [233] create format ext4 filesystem mounted at / on partition sda8 (id 57) >20:03:10,280 DEBUG blivet: action: [239] create format swap on partition sda7 (id 52) >20:03:10,281 INFO blivet: executing action: [218] destroy format ext4 filesystem on partition sda9 (id 80) >20:03:10,281 DEBUG blivet: PartitionDevice.setup: sda9 ; status: True ; controllable: True ; orig: True ; >20:03:10,282 DEBUG blivet: Ext4FS.destroy: device: /dev/sda9 ; status: False ; type: ext4 ; >20:03:10,403 INFO blivet: executing action: [223] destroy format ext4 filesystem on partition sda6 (id 47) >20:03:10,404 DEBUG blivet: PartitionDevice.setup: sda6 ; status: True ; controllable: True ; orig: True ; >20:03:10,405 DEBUG blivet: Ext4FS.destroy: device: /dev/sda6 ; status: False ; type: ext4 ; >20:03:10,513 INFO blivet: executing action: [231] destroy format ext4 filesystem on partition sda8 (id 57) >20:03:10,514 DEBUG blivet: PartitionDevice.setup: sda8 ; status: True ; controllable: True ; orig: True ; >20:03:10,515 DEBUG blivet: Ext4FS.destroy: device: /dev/sda8 ; status: False ; type: ext4 ; >20:03:10,625 INFO blivet: executing action: [237] destroy format swap on partition sda7 (id 52) >20:03:10,626 DEBUG blivet: PartitionDevice.setup: sda7 ; status: True ; controllable: True ; orig: True ; >20:03:10,627 DEBUG blivet: SwapSpace.destroy: device: /dev/sda7 ; status: False ; type: swap ; >20:03:10,735 INFO blivet: executing action: [220] create format ext4 filesystem mounted at /home on partition sda9 (id 80) >20:03:10,737 DEBUG blivet: PartitionDevice.setup: sda9 ; status: True ; controllable: True ; orig: False ; >20:03:10,738 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 1 ; >20:03:10,738 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 2 ; >20:03:10,739 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 3 ; >20:03:10,740 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 4 ; >20:03:10,740 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 5 ; >20:03:10,741 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 6 ; >20:03:10,742 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 8 ; >20:03:10,742 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 9 ; >20:03:10,743 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 10 ; >20:03:10,744 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 11 ; >20:03:10,744 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 12 ; >20:03:10,745 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 13 ; >20:03:10,746 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 14 ; >20:03:10,746 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 15 ; >20:03:10,747 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 16 ; >20:03:10,748 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 17 ; >20:03:10,748 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda9 ; flag: 18 ; >20:03:10,750 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 9 ; >20:03:10,809 DEBUG blivet: Ext4FS.create: device: /dev/sda9 ; status: False ; type: ext4 ; >20:03:10,812 DEBUG blivet: Ext4FS.doFormat: device: /dev/sda9 ; mountpoint: /home ; type: ext4 ; >20:03:10,812 WARN blivet: Could not create label () on filesystem ext4 >20:03:12,267 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda9 ; type: ext4 ; >20:03:12,268 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda9 >20:03:12,306 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda9 ; type: ext4 ; >20:03:12,307 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda9 >20:03:12,346 DEBUG blivet: PartitionDevice.updateSysfsPath: sda9 ; status: True ; >20:03:12,347 DEBUG blivet: PartitionDevice.updateSysfsPath: sda9 ; status: True ; >20:03:12,348 DEBUG blivet: sda9 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 >20:03:12,384 INFO blivet: executing action: [225] create format ext4 filesystem mounted at /boot on partition sda6 (id 47) >20:03:12,385 DEBUG blivet: PartitionDevice.setup: sda6 ; status: True ; controllable: True ; orig: False ; >20:03:12,386 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 1 ; >20:03:12,388 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 2 ; >20:03:12,388 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 3 ; >20:03:12,389 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 4 ; >20:03:12,390 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 5 ; >20:03:12,391 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 6 ; >20:03:12,391 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 8 ; >20:03:12,392 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 9 ; >20:03:12,393 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 10 ; >20:03:12,393 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 11 ; >20:03:12,394 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 12 ; >20:03:12,394 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 13 ; >20:03:12,395 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 14 ; >20:03:12,396 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 15 ; >20:03:12,396 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 16 ; >20:03:12,397 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 17 ; >20:03:12,398 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda6 ; flag: 18 ; >20:03:12,399 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 9 ; >20:03:12,444 DEBUG blivet: Ext4FS.create: device: /dev/sda6 ; status: False ; type: ext4 ; >20:03:12,444 DEBUG blivet: Ext4FS.doFormat: device: /dev/sda6 ; mountpoint: /boot ; type: ext4 ; >20:03:12,445 WARN blivet: Could not create label () on filesystem ext4 >20:03:12,664 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda6 ; type: ext4 ; >20:03:12,665 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda6 >20:03:12,730 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda6 ; type: ext4 ; >20:03:12,730 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda6 >20:03:12,763 DEBUG blivet: PartitionDevice.updateSysfsPath: sda6 ; status: True ; >20:03:12,764 DEBUG blivet: PartitionDevice.updateSysfsPath: sda6 ; status: True ; >20:03:12,764 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 >20:03:12,795 INFO blivet: executing action: [233] create format ext4 filesystem mounted at / on partition sda8 (id 57) >20:03:12,797 DEBUG blivet: PartitionDevice.setup: sda8 ; status: True ; controllable: True ; orig: False ; >20:03:12,797 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 1 ; >20:03:12,798 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 2 ; >20:03:12,799 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 3 ; >20:03:12,800 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 4 ; >20:03:12,800 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 5 ; >20:03:12,801 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 6 ; >20:03:12,802 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 8 ; >20:03:12,802 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 9 ; >20:03:12,803 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 10 ; >20:03:12,804 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 11 ; >20:03:12,804 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 12 ; >20:03:12,805 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 13 ; >20:03:12,806 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 14 ; >20:03:12,806 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 15 ; >20:03:12,807 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 16 ; >20:03:12,808 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 17 ; >20:03:12,808 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda8 ; flag: 18 ; >20:03:12,811 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 9 ; >20:03:12,853 DEBUG blivet: Ext4FS.create: device: /dev/sda8 ; status: False ; type: ext4 ; >20:03:12,855 DEBUG blivet: Ext4FS.doFormat: device: /dev/sda8 ; mountpoint: / ; type: ext4 ; >20:03:12,855 WARN blivet: Could not create label () on filesystem ext4 >20:03:14,592 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda8 ; type: ext4 ; >20:03:14,592 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda8 >20:03:14,628 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda8 ; type: ext4 ; >20:03:14,628 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda8 >20:03:14,668 DEBUG blivet: PartitionDevice.updateSysfsPath: sda8 ; status: True ; >20:03:14,669 DEBUG blivet: PartitionDevice.updateSysfsPath: sda8 ; status: True ; >20:03:14,670 DEBUG blivet: sda8 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 >20:03:14,705 INFO blivet: executing action: [239] create format swap on partition sda7 (id 52) >20:03:14,706 DEBUG blivet: PartitionDevice.setup: sda7 ; status: True ; controllable: True ; orig: False ; >20:03:14,707 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 1 ; >20:03:14,708 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 2 ; >20:03:14,709 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 4 ; >20:03:14,709 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 5 ; >20:03:14,710 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 6 ; >20:03:14,711 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 8 ; >20:03:14,711 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 9 ; >20:03:14,712 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 10 ; >20:03:14,713 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 11 ; >20:03:14,713 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 12 ; >20:03:14,714 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 13 ; >20:03:14,715 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 14 ; >20:03:14,715 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 15 ; >20:03:14,716 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 16 ; >20:03:14,717 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 17 ; >20:03:14,718 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda7 ; flag: 18 ; >20:03:14,719 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda7 ; flag: 3 ; >20:03:14,721 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 9 ; >20:03:14,768 DEBUG blivet: SwapSpace.create: device: /dev/sda7 ; status: None ; type: swap ; >20:03:14,770 DEBUG blivet: SwapSpace.create: device: /dev/sda7 ; status: None ; type: swap ; >20:03:14,821 DEBUG blivet: SwapSpace.notifyKernel: device: /dev/sda7 ; type: swap ; >20:03:14,821 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda7 >20:03:14,859 DEBUG blivet: PartitionDevice.updateSysfsPath: sda7 ; status: True ; >20:03:14,860 DEBUG blivet: PartitionDevice.updateSysfsPath: sda7 ; status: True ; >20:03:14,860 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 >20:03:14,901 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >20:03:14,902 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf505090> > number: 1 path: /dev/sda1 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf5058d0> PedPartition: <_ped.Partition object at 0x7f5ea74ed170> >20:03:14,905 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >20:03:14,905 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf505110> > number: 2 path: /dev/sda2 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf505210> PedPartition: <_ped.Partition object at 0x7f5ea74ed1d0> >20:03:14,907 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >20:03:14,907 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: Microsoft reserved partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf505550> PedPartition: <_ped.Partition object at 0x7f5ea74ed230> >20:03:14,910 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >20:03:14,910 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf5053d0> > number: 4 path: /dev/sda4 type: 0 > name: Basic data partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf505350> PedPartition: <_ped.Partition object at 0x7f5ea74ed770> >20:03:14,912 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >20:03:14,912 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf505c10> > number: 5 path: /dev/sda5 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf505a10> PedPartition: <_ped.Partition object at 0x7f5ea74ed710> >20:03:14,914 DEBUG blivet: PartitionDevice._setPartedPartition: sda6 ; >20:03:14,914 DEBUG blivet: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf505e10> > number: 6 path: /dev/sda6 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf505d50> PedPartition: <_ped.Partition object at 0x7f5ea74ed7d0> >20:03:14,917 DEBUG blivet: PartitionDevice._setPartedPartition: sda7 ; >20:03:14,917 DEBUG blivet: device sda7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf505a90> > number: 7 path: /dev/sda7 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf505f90> PedPartition: <_ped.Partition object at 0x7f5ea74ed9b0> >20:03:14,919 DEBUG blivet: PartitionDevice._setPartedPartition: sda8 ; >20:03:14,919 DEBUG blivet: device sda8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf509090> > number: 8 path: /dev/sda8 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf509b90> PedPartition: <_ped.Partition object at 0x7f5ea74ed950> >20:03:14,921 DEBUG blivet: PartitionDevice._setPartedPartition: sda9 ; >20:03:14,922 DEBUG blivet: device sda9 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5ea73063d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f5eaf509a10> > number: 9 path: /dev/sda9 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5eaf509d90> PedPartition: <_ped.Partition object at 0x7f5ea74eda10> >20:03:14,923 INFO blivet: setting boot flag on sda5 >20:03:14,924 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda5 ; flag: 1 ; >20:03:14,924 INFO blivet: Setting label on existing 200 MiB partition sda5 (41) with existing efi filesystem mounted at /boot/efi to 'EFI System Partition' >20:03:14,934 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >20:03:14,934 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 9 ; >20:03:14,973 DEBUG blivet: Ext4FS.supported: supported: True ; >20:03:14,975 DEBUG blivet: Ext4FS.supported: supported: True ; >20:03:14,977 DEBUG blivet: Ext4FS.supported: supported: True ; >20:03:14,981 DEBUG blivet: NTFS.supported: supported: False ; >20:03:14,984 DEBUG blivet: NTFS.supported: supported: False ; >20:03:14,986 DEBUG blivet: Ext4FS.supported: supported: True ; >20:03:14,988 DEBUG blivet: Ext4FS.supported: supported: True ; >20:03:14,990 DEBUG blivet: Ext4FS.supported: supported: True ; >20:03:15,038 DEBUG blivet: PartitionDevice.setup: sda7 ; status: True ; controllable: True ; orig: False ; >20:03:15,038 DEBUG blivet: SwapSpace.setup: device: /dev/sda7 ; status: False ; type: swap ; >20:03:15,039 DEBUG blivet: SwapSpace.setup: device: /dev/sda7 ; status: False ; type: swap ; >20:03:15,075 DEBUG blivet: BindFS.supported: supported: False ; >20:03:15,075 DEBUG blivet: getFormat('bind') returning BindFS instance with object id 243 >20:03:15,076 DEBUG blivet: DirectoryDevice._setFormat: /dev ; current: None ; type: bind ; >20:03:15,077 DEBUG blivet: TmpFS.supported: supported: True ; >20:03:15,117 DEBUG blivet: getFormat('tmpfs') returning TmpFS instance with object id 246 >20:03:15,118 DEBUG blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >20:03:15,119 DEBUG blivet: DevPtsFS.supported: supported: False ; >20:03:15,119 DEBUG blivet: getFormat('devpts') returning DevPtsFS instance with object id 249 >20:03:15,120 DEBUG blivet: NoDevice._setFormat: devpts ; current: None ; type: devpts ; >20:03:15,121 DEBUG blivet: SysFS.supported: supported: False ; >20:03:15,121 DEBUG blivet: getFormat('sysfs') returning SysFS instance with object id 252 >20:03:15,122 DEBUG blivet: NoDevice._setFormat: sysfs ; current: None ; type: sysfs ; >20:03:15,123 DEBUG blivet: ProcFS.supported: supported: False ; >20:03:15,123 DEBUG blivet: getFormat('proc') returning ProcFS instance with object id 255 >20:03:15,124 DEBUG blivet: NoDevice._setFormat: proc ; current: None ; type: proc ; >20:03:15,125 DEBUG blivet: SELinuxFS.supported: supported: False ; >20:03:15,125 DEBUG blivet: getFormat('selinuxfs') returning SELinuxFS instance with object id 258 >20:03:15,126 DEBUG blivet: NoDevice._setFormat: selinuxfs ; current: None ; type: selinuxfs ; >20:03:15,127 DEBUG blivet: USBFS.supported: supported: False ; >20:03:15,127 DEBUG blivet: getFormat('usbfs') returning USBFS instance with object id 261 >20:03:15,128 DEBUG blivet: NoDevice._setFormat: usbfs ; current: None ; type: usbfs ; >20:03:15,129 DEBUG blivet: BindFS.supported: supported: False ; >20:03:15,129 DEBUG blivet: getFormat('bind') returning BindFS instance with object id 264 >20:03:15,129 DEBUG blivet: DirectoryDevice._setFormat: /run ; current: None ; type: bind ; >20:03:15,130 DEBUG blivet: PartitionDevice.setup: sda8 ; status: True ; controllable: True ; orig: False ; >20:03:15,169 INFO blivet: set SELinux context for newly mounted filesystem root at / to system_u:object_r:root_t:s0 >20:03:15,170 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /lost+found to system_u:object_r:lost_found_t:s0 >20:03:15,171 DEBUG blivet: PartitionDevice.setup: sda6 ; status: True ; controllable: True ; orig: False ; >20:03:15,201 INFO blivet: set SELinux context for newly mounted filesystem root at /boot to system_u:object_r:boot_t:s0 >20:03:15,202 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 >20:03:15,203 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >20:03:15,234 INFO blivet: failed to set SELinux context for /mnt/sysimage/boot/efi: [Errno 95] Operation not supported >20:03:15,234 INFO blivet: set SELinux context for newly mounted filesystem root at /boot/efi to None >20:03:15,235 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 >20:03:15,236 DEBUG blivet: DirectoryDevice.setup: /dev ; status: True ; controllable: True ; orig: False ; >20:03:15,265 INFO blivet: set SELinux context for newly mounted filesystem root at /dev to system_u:object_r:device_t:s0 >20:03:15,265 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 >20:03:15,266 DEBUG blivet: NoDevice.setup: devpts ; status: False ; controllable: True ; orig: False ; >20:03:15,293 INFO blivet: set SELinux context for newly mounted filesystem root at /dev/pts to system_u:object_r:devpts_t:s0 >20:03:15,294 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 >20:03:15,295 DEBUG blivet: NoDevice.setup: tmpfs ; status: False ; controllable: True ; orig: False ; >20:03:15,320 INFO blivet: set SELinux context for newly mounted filesystem root at /dev/shm to system_u:object_r:tmpfs_t:s0 >20:03:15,320 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 >20:03:15,322 DEBUG blivet: PartitionDevice.setup: sda9 ; status: True ; controllable: True ; orig: False ; >20:03:15,372 INFO blivet: set SELinux context for newly mounted filesystem root at /home to system_u:object_r:home_root_t:s0 >20:03:15,372 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /home/lost+found to system_u:object_r:lost_found_t:s0 >20:03:15,376 DEBUG blivet: NoDevice.setup: proc ; status: False ; controllable: True ; orig: False ; >20:03:15,400 INFO blivet: failed to get default SELinux context for /proc: [Errno 2] No such file or directory >20:03:15,400 INFO blivet: set SELinux context for newly mounted filesystem root at /proc to None >20:03:15,400 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 >20:03:15,512 DEBUG blivet: DirectoryDevice.setup: /run ; status: True ; controllable: True ; orig: False ; >20:03:15,542 INFO blivet: set SELinux context for newly mounted filesystem root at /run to system_u:object_r:var_run_t:s0 >20:03:15,543 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 >20:03:15,544 DEBUG blivet: NoDevice.setup: sysfs ; status: False ; controllable: True ; orig: False ; >20:03:15,572 INFO blivet: set SELinux context for newly mounted filesystem root at /sys to system_u:object_r:sysfs_t:s0 >20:03:15,572 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 >20:03:15,573 DEBUG blivet: NoDevice.setup: selinuxfs ; status: False ; controllable: True ; orig: False ; >20:03:15,602 INFO blivet: failed to set SELinux context for /mnt/sysimage/sys/fs/selinux: [Errno 95] Operation not supported >20:03:15,602 INFO blivet: set SELinux context for newly mounted filesystem root at /sys/fs/selinux to None >20:03:15,603 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 >20:03:15,606 INFO blivet: not writing out mpath configuration >20:03:15,611 DEBUG blivet: /dev/sdc1 is mounted on /run/install/repo >20:16:04,539 DEBUG blivet: looking up parted Device: /run >20:16:04,551 DEBUG blivet: looking up parted Device: /dev > > >/tmp/ifcfg.log: >18:01:40,091 DEBUG ifcfg: content of files (network initialization): >18:01:40,092 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-p2p1: >18:01:40,092 DEBUG ifcfg: # Generated by dracut initrd >18:01:40,092 DEBUG ifcfg: DEVICE="p2p1" >18:01:40,092 DEBUG ifcfg: ONBOOT=yes >18:01:40,092 DEBUG ifcfg: NETBOOT=yes >18:01:40,092 DEBUG ifcfg: UUID="7aa95d9e-043e-4a00-b6c8-5822318a197e" >18:01:40,093 DEBUG ifcfg: BOOTPROTO=none >18:01:40,093 DEBUG ifcfg: IPADDR="212.115.199.60" >18:01:40,093 DEBUG ifcfg: NETMASK="255.255.255.248" >18:01:40,093 DEBUG ifcfg: GATEWAY="212.115.199.57" >18:01:40,093 DEBUG ifcfg: HWADDR="d8:50:e6:4e:6e:5f" >18:01:40,093 DEBUG ifcfg: TYPE=Ethernet >18:01:40,093 DEBUG ifcfg: NAME="p2p1" >18:01:40,093 DEBUG ifcfg: DNS1="212.115.199.57" >18:01:40,093 DEBUG ifcfg: DNS2="212.115.199.57" >18:01:40,108 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [216, 80, 230, 78, 110, 95]}, 'connection': {'interface-name': 'p2p1', 'type': '802-3-ethernet', 'id': 'p2p1', 'uuid': '7aa95d9e-043e-4a00-b6c8-5822318a197e'}, 'ipv4': {'routes': [], 'addresses': [[1019704276L, 29L, 969372628L]], 'dns': [969372628L], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [216, 80, 230, 78, 110, 95]}, 'connection': {'timestamp': 1399917690L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'p2p1', 'uuid': 'c1ef2352-0266-41f1-bd46-8c924936bbd1'}, 'ipv4': {'routes': [], 'addresses': [[1019704276L, 29L, 969372628L]], 'dns': [969372628L], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >18:01:40,241 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >18:01:40,242 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >18:01:40,243 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 > > >/proc/cmdline: >BOOT_IMAGE=/images/pxeboot/vmlinuz inst.ks=hd:UUID=fc118a58-512a-4c75-af41-1adbb0549c8c:/cfl.cfg ip=212.115.199.60::212.115.199.57:255.255.255.248:testsys.digifarma.nl::off noipv6 nameserver=212.115.199.57 inst.stage2=hd:UUID=fc118a58-512a-4c75-af41-1adbb0549c8c > > >/tmp/syslog: >18:01:27,987 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.8" x-pid="1202" x-info="http://www.rsyslog.com"] start >18:01:27,988 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >18:01:27,988 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >18:01:27,988 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >18:01:27,988 NOTICE kernel:[ 0.000000] Linux version 3.15.0-0.rc4.git4.1.fc21.x86_64 (mockbuild@bkernel02) (gcc version 4.9.0 20140506 (Red Hat 4.9.0-3) (GCC) ) #1 SMP Fri May 9 14:09:57 UTC 2014 >18:01:27,988 INFO kernel:[ 0.000000] Command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.ks=hd:UUID=fc118a58-512a-4c75-af41-1adbb0549c8c:/cfl.cfg ip=212.115.199.60::212.115.199.57:255.255.255.248:testsys.digifarma.nl::off noipv6 nameserver=212.115.199.57 inst.stage2=hd:UUID=fc118a58-512a-4c75-af41-1adbb0549c8c >18:01:27,988 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000057fff] usable >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008ffff] usable >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x0000000000090fff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000091000-0x000000000009dfff] usable >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba6d6fff] usable >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ba6d7000-0x00000000ba6ddfff] ACPI NVS >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ba6de000-0x00000000bab28fff] usable >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000bab29000-0x00000000baf4afff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000baf4b000-0x00000000cc6e7fff] usable >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc6e8000-0x00000000cc8effff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc8f0000-0x00000000cc905fff] ACPI data >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cc906000-0x00000000cce41fff] ACPI NVS >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cce42000-0x00000000cdffefff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cf000000-0x00000000df1fffff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >18:01:27,988 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021fdfffff] usable >18:01:27,988 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >18:01:27,988 INFO kernel:[ 0.000000] efi: EFI v2.31 by American Megatrends >18:01:27,988 INFO kernel:[ 0.000000] efi: ACPI=0xcc8f4000 ACPI 2.0=0xcc8f4000 SMBIOS=0xcdf58498 >18:01:27,988 INFO kernel:[ 0.000000] efi: mem00: type=6, attr=0x800000000000000f, range=[0x0000000000000000-0x0000000000001000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x0000000000058000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x0000000000090000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem05: type=5, attr=0x800000000000000f, range=[0x0000000000090000-0x0000000000091000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000091000-0x000000000009e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem07: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000003409000) (36MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000003409000-0x000000003d960000) (933MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000003d960000-0x0000000040000000) (38MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040000000-0x00000000850d6000) (1104MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x00000000850d6000-0x00000000b706a000) (799MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000b706a000-0x00000000ba3cc000) (51MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000ba3cc000-0x00000000ba59c000) (1MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000ba59c000-0x00000000ba6d7000) (1MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem17: type=10, attr=0xf, range=[0x00000000ba6d7000-0x00000000ba6de000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000ba6de000-0x00000000ba837000) (1MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem19: type=3, attr=0xf, range=[0x00000000ba837000-0x00000000baae9000) (2MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000baae9000-0x00000000bab05000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x00000000bab05000-0x00000000bab1f000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000bab1f000-0x00000000bab29000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000bab29000-0x00000000baf4b000) (4MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000baf4b000-0x00000000baf5a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000baf5a000-0x00000000baf63000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000baf63000-0x00000000baf69000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000baf69000-0x00000000c7f51000) (207MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000c7f51000-0x00000000c7f8e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000c7f8e000-0x00000000c7fe1000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000c7fe1000-0x00000000c8213000) (2MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000c8213000-0x00000000c821e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000c821e000-0x00000000c8243000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000c8243000-0x00000000c824d000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000c824d000-0x00000000c8276000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000c8276000-0x00000000c8285000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000c8285000-0x00000000c8369000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000c8369000-0x00000000c837f000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000c837f000-0x00000000c83b1000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000c83b1000-0x00000000c83ca000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000c83ca000-0x00000000c8404000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000c8404000-0x00000000c841e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000c841e000-0x00000000c8449000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000c8449000-0x00000000c844b000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000c844b000-0x00000000c848a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000c848a000-0x00000000c8490000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000c8490000-0x00000000c8573000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000c8573000-0x00000000c857e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000c857e000-0x00000000c85a1000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000c85a1000-0x00000000c85ab000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000c85ab000-0x00000000c85d5000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000c85d5000-0x00000000c85e4000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000c85e4000-0x00000000c86c8000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000c86c8000-0x00000000c86de000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000c86de000-0x00000000c8711000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000c8711000-0x00000000c872a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000c872a000-0x00000000c8763000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem57: type=7, attr=0xf, range=[0x00000000c8763000-0x00000000c877d000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x00000000c877d000-0x00000000c886a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem59: type=7, attr=0xf, range=[0x00000000c886a000-0x00000000c8870000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x00000000c8870000-0x00000000c88d1000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem61: type=7, attr=0xf, range=[0x00000000c88d1000-0x00000000c88dc000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x00000000c88dc000-0x00000000c8901000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem63: type=7, attr=0xf, range=[0x00000000c8901000-0x00000000c890b000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x00000000c890b000-0x00000000c8932000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem65: type=7, attr=0xf, range=[0x00000000c8932000-0x00000000c8941000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000c8941000-0x00000000c89d4000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem67: type=7, attr=0xf, range=[0x00000000c89d4000-0x00000000c89fb000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000c89fb000-0x00000000c8a28000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem69: type=7, attr=0xf, range=[0x00000000c8a28000-0x00000000c8a3e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000c8a3e000-0x00000000c8a6f000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem71: type=7, attr=0xf, range=[0x00000000c8a6f000-0x00000000c8a88000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000c8a88000-0x00000000c8ac2000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem73: type=7, attr=0xf, range=[0x00000000c8ac2000-0x00000000c8adc000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x00000000c8adc000-0x00000000c8b07000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem75: type=7, attr=0xf, range=[0x00000000c8b07000-0x00000000c8b22000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x00000000c8b22000-0x00000000c8bca000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem77: type=7, attr=0xf, range=[0x00000000c8bca000-0x00000000c8c06000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x00000000c8c06000-0x00000000c8c32000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem79: type=7, attr=0xf, range=[0x00000000c8c32000-0x00000000c8c3d000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x00000000c8c3d000-0x00000000c8c60000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem81: type=7, attr=0xf, range=[0x00000000c8c60000-0x00000000c8c6a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x00000000c8c6a000-0x00000000c8c94000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem83: type=7, attr=0xf, range=[0x00000000c8c94000-0x00000000c8c96000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x00000000c8c96000-0x00000000c8f2b000) (2MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem85: type=7, attr=0xf, range=[0x00000000c8f2b000-0x00000000c8f33000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x00000000c8f33000-0x00000000c8f93000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem87: type=7, attr=0xf, range=[0x00000000c8f93000-0x00000000c8f9e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x00000000c8f9e000-0x00000000c8fc1000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem89: type=7, attr=0xf, range=[0x00000000c8fc1000-0x00000000c8fcb000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x00000000c8fcb000-0x00000000c9094000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem91: type=7, attr=0xf, range=[0x00000000c9094000-0x00000000c90a0000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x00000000c90a0000-0x00000000c90e7000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem93: type=7, attr=0xf, range=[0x00000000c90e7000-0x00000000c90ee000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x00000000c90ee000-0x00000000c912f000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem95: type=7, attr=0xf, range=[0x00000000c912f000-0x00000000c9132000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x00000000c9132000-0x00000000c9182000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem97: type=7, attr=0xf, range=[0x00000000c9182000-0x00000000c9183000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x00000000c9183000-0x00000000c91d2000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem99: type=7, attr=0xf, range=[0x00000000c91d2000-0x00000000c91d3000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x00000000c91d3000-0x00000000c9289000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem101: type=7, attr=0xf, range=[0x00000000c9289000-0x00000000c9290000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x00000000c9290000-0x00000000c92fe000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem103: type=7, attr=0xf, range=[0x00000000c92fe000-0x00000000c9309000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem104: type=4, attr=0xf, range=[0x00000000c9309000-0x00000000c932d000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem105: type=7, attr=0xf, range=[0x00000000c932d000-0x00000000c9337000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem106: type=4, attr=0xf, range=[0x00000000c9337000-0x00000000c9401000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem107: type=7, attr=0xf, range=[0x00000000c9401000-0x00000000c9402000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem108: type=4, attr=0xf, range=[0x00000000c9402000-0x00000000c94ee000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem109: type=7, attr=0xf, range=[0x00000000c94ee000-0x00000000c94f2000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem110: type=4, attr=0xf, range=[0x00000000c94f2000-0x00000000c9629000) (1MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem111: type=7, attr=0xf, range=[0x00000000c9629000-0x00000000c962a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem112: type=4, attr=0xf, range=[0x00000000c962a000-0x00000000c96f3000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem113: type=7, attr=0xf, range=[0x00000000c96f3000-0x00000000c96fc000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem114: type=4, attr=0xf, range=[0x00000000c96fc000-0x00000000c97b1000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem115: type=7, attr=0xf, range=[0x00000000c97b1000-0x00000000c97ba000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem116: type=4, attr=0xf, range=[0x00000000c97ba000-0x00000000c996c000) (1MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem117: type=7, attr=0xf, range=[0x00000000c996c000-0x00000000c996f000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem118: type=4, attr=0xf, range=[0x00000000c996f000-0x00000000c9a0a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem119: type=7, attr=0xf, range=[0x00000000c9a0a000-0x00000000c9a0d000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem120: type=4, attr=0xf, range=[0x00000000c9a0d000-0x00000000c9bd5000) (1MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem121: type=7, attr=0xf, range=[0x00000000c9bd5000-0x00000000c9bd6000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem122: type=4, attr=0xf, range=[0x00000000c9bd6000-0x00000000c9c6f000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem123: type=7, attr=0xf, range=[0x00000000c9c6f000-0x00000000c9c72000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem124: type=4, attr=0xf, range=[0x00000000c9c72000-0x00000000c9cc2000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem125: type=7, attr=0xf, range=[0x00000000c9cc2000-0x00000000c9cc3000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem126: type=4, attr=0xf, range=[0x00000000c9cc3000-0x00000000c9d11000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem127: type=7, attr=0xf, range=[0x00000000c9d11000-0x00000000c9d16000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem128: type=4, attr=0xf, range=[0x00000000c9d16000-0x00000000c9db6000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem129: type=7, attr=0xf, range=[0x00000000c9db6000-0x00000000c9dba000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem130: type=4, attr=0xf, range=[0x00000000c9dba000-0x00000000c9e61000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem131: type=7, attr=0xf, range=[0x00000000c9e61000-0x00000000c9e69000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem132: type=4, attr=0xf, range=[0x00000000c9e69000-0x00000000c9ea8000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem133: type=7, attr=0xf, range=[0x00000000c9ea8000-0x00000000c9eb4000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem134: type=4, attr=0xf, range=[0x00000000c9eb4000-0x00000000c9ece000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem135: type=7, attr=0xf, range=[0x00000000c9ece000-0x00000000c9ed0000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem136: type=4, attr=0xf, range=[0x00000000c9ed0000-0x00000000c9ed3000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem137: type=7, attr=0xf, range=[0x00000000c9ed3000-0x00000000c9edc000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem138: type=4, attr=0xf, range=[0x00000000c9edc000-0x00000000c9f4b000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem139: type=7, attr=0xf, range=[0x00000000c9f4b000-0x00000000c9f4c000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem140: type=4, attr=0xf, range=[0x00000000c9f4c000-0x00000000c9f4e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem141: type=7, attr=0xf, range=[0x00000000c9f4e000-0x00000000c9f57000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem142: type=4, attr=0xf, range=[0x00000000c9f57000-0x00000000c9f70000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem143: type=7, attr=0xf, range=[0x00000000c9f70000-0x00000000c9f72000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem144: type=4, attr=0xf, range=[0x00000000c9f72000-0x00000000c9f74000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem145: type=7, attr=0xf, range=[0x00000000c9f74000-0x00000000c9f76000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem146: type=4, attr=0xf, range=[0x00000000c9f76000-0x00000000c9f78000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem147: type=7, attr=0xf, range=[0x00000000c9f78000-0x00000000c9f79000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem148: type=4, attr=0xf, range=[0x00000000c9f79000-0x00000000c9f7a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem149: type=7, attr=0xf, range=[0x00000000c9f7a000-0x00000000c9f7e000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem150: type=4, attr=0xf, range=[0x00000000c9f7e000-0x00000000cba2e000) (26MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem151: type=7, attr=0xf, range=[0x00000000cba2e000-0x00000000cbfd7000) (5MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem152: type=3, attr=0xf, range=[0x00000000cbfd7000-0x00000000cc6e8000) (7MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem153: type=0, attr=0xf, range=[0x00000000cc6e8000-0x00000000cc761000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem154: type=0, attr=0xf, range=[0x00000000cc761000-0x00000000cc8f0000) (1MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem155: type=9, attr=0xf, range=[0x00000000cc8f0000-0x00000000cc8f4000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem156: type=9, attr=0xf, range=[0x00000000cc8f4000-0x00000000cc906000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem157: type=10, attr=0xf, range=[0x00000000cc906000-0x00000000cca19000) (1MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem158: type=10, attr=0xf, range=[0x00000000cca19000-0x00000000cce42000) (4MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem159: type=6, attr=0x800000000000000f, range=[0x00000000cce42000-0x00000000cd684000) (8MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem160: type=6, attr=0x800000000000000f, range=[0x00000000cd684000-0x00000000cde85000) (8MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem161: type=6, attr=0x800000000000000f, range=[0x00000000cde85000-0x00000000cde87000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem162: type=6, attr=0x800000000000000f, range=[0x00000000cde87000-0x00000000cdf5a000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem163: type=5, attr=0x800000000000000f, range=[0x00000000cdf5a000-0x00000000cdf7c000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem164: type=5, attr=0x800000000000000f, range=[0x00000000cdf7c000-0x00000000cdfff000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem165: type=4, attr=0xf, range=[0x00000000cdfff000-0x00000000ce000000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem166: type=7, attr=0xf, range=[0x0000000100000000-0x000000021fe00000) (4606MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem167: type=0, attr=0x0, range=[0x00000000cf000000-0x00000000df200000) (258MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem168: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem169: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem170: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem171: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem172: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB) >18:01:27,988 INFO kernel:[ 0.000000] efi: mem173: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB) >18:01:27,988 INFO kernel:[ 0.000000] SMBIOS 2.7 present. >18:01:27,988 DEBUG kernel:[ 0.000000] DMI: ASUS All Series/Z87M-PLUS, BIOS 0806 09/12/2013 >18:01:27,988 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >18:01:27,988 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >18:01:27,988 INFO kernel:[ 0.000000] e820: last_pfn = 0x21fe00 max_arch_pfn = 0x400000000 >18:01:27,988 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >18:01:27,988 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >18:01:27,988 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >18:01:27,988 DEBUG kernel:[ 0.000000] A0000-DFFFF uncachable >18:01:27,988 DEBUG kernel:[ 0.000000] E0000-FFFFF write-protect >18:01:27,988 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >18:01:27,988 DEBUG kernel:[ 0.000000] 0 base 0000000000 mask 7E00000000 write-back >18:01:27,988 DEBUG kernel:[ 0.000000] 1 base 0200000000 mask 7FE0000000 write-back >18:01:27,988 DEBUG kernel:[ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable >18:01:27,988 DEBUG kernel:[ 0.000000] 3 base 00D0000000 mask 7FF0000000 uncachable >18:01:27,988 DEBUG kernel:[ 0.000000] 4 base 00CF000000 mask 7FFF000000 uncachable >18:01:27,988 DEBUG kernel:[ 0.000000] 5 base 021FE00000 mask 7FFFE00000 uncachable >18:01:27,988 DEBUG kernel:[ 0.000000] 6 disabled >18:01:27,988 DEBUG kernel:[ 0.000000] 7 disabled >18:01:27,988 DEBUG kernel:[ 0.000000] 8 disabled >18:01:27,988 DEBUG kernel:[ 0.000000] 9 disabled >18:01:27,988 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >18:01:27,988 DEBUG kernel:[ 0.000000] e820: update [mem 0xcf000000-0xffffffff] usable ==> reserved >18:01:27,988 INFO kernel:[ 0.000000] e820: last_pfn = 0xce000 max_arch_pfn = 0x400000000 >18:01:27,988 INFO kernel:[ 0.000000] Scanning 1 areas for low memory corruption >18:01:27,988 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576 >18:01:27,988 INFO kernel:[ 0.000000] Using GB pages for direct mapping >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >18:01:27,988 DEBUG kernel:[ 0.000000] BRK [0x02fe7000, 0x02fe7fff] PGTABLE >18:01:27,988 DEBUG kernel:[ 0.000000] BRK [0x02fe8000, 0x02fe8fff] PGTABLE >18:01:27,988 DEBUG kernel:[ 0.000000] BRK [0x02fe9000, 0x02fe9fff] PGTABLE >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21fc00000-0x21fdfffff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x21fc00000-0x21fdfffff] page 2M >18:01:27,988 DEBUG kernel:[ 0.000000] BRK [0x02fea000, 0x02feafff] PGTABLE >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21fbfffff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x21c000000-0x21fbfffff] page 2M >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x200000000-0x21bffffff] page 2M >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0xba6d6fff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x80000000-0xba5fffff] page 2M >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0xba600000-0xba6d6fff] page 4k >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xba6de000-0xbab28fff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0xba6de000-0xba7fffff] page 4k >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0xba800000-0xba9fffff] page 2M >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0xbaa00000-0xbab28fff] page 4k >18:01:27,988 DEBUG kernel:[ 0.000000] BRK [0x02feb000, 0x02febfff] PGTABLE >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xbaf4b000-0xcc6e7fff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0xbaf4b000-0xbaffffff] page 4k >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0xbb000000-0xcc5fffff] page 2M >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0xcc600000-0xcc6e7fff] page 4k >18:01:27,988 DEBUG kernel:[ 0.000000] BRK [0x02fec000, 0x02fecfff] PGTABLE >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xcdfff000-0xcdffffff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0xcdfff000-0xcdffffff] page 4k >18:01:27,988 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] >18:01:27,988 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G >18:01:27,988 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3d960000-0x3fffafff] >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: RSDP 0x00000000CC8F4000 000024 (v02 ALASKA) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: XSDT 0x00000000CC8F4078 00006C (v01 ALASKA A M I 01072009 AMI 00010013) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: FACP 0x00000000CC900B00 00010C (v05 ALASKA A M I 01072009 AMI 00010013) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: DSDT 0x00000000CC8F4180 00C97F (v02 ALASKA A M I 00000024 INTL 20091112) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: FACS 0x00000000CCE40080 000040 >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: APIC 0x00000000CC900C10 000072 (v03 ALASKA A M I 01072009 AMI 00010013) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: FPDT 0x00000000CC900C88 000044 (v01 ALASKA A M I 01072009 AMI 00010013) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC900CD0 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC901210 000AD8 (v01 PmRef CpuPm 00003000 INTL 20051117) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: MCFG 0x00000000CC901CE8 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: HPET 0x00000000CC901D28 000038 (v01 ALASKA A M I 01072009 AMI. 00000005) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC901D60 00036D (v01 SataRe SataTabl 00001000 INTL 20091112) >18:01:27,988 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000CC9020D0 00329E (v01 SaSsdt SaSsdt 00003000 INTL 20091112) >18:01:27,988 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >18:01:27,988 INFO kernel:[ 0.000000] No NUMA configuration found >18:01:27,988 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021fdfffff] >18:01:27,988 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21fdfffff] >18:01:27,988 INFO kernel:[ 0.000000] NODE_DATA [mem 0x21fdd4000-0x21fdfafff] >18:01:27,988 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880217800000-ffff88021f3fffff] on node 0 >18:01:27,988 WARNING kernel:[ 0.000000] Zone ranges: >18:01:27,988 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >18:01:27,988 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >18:01:27,988 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x21fdfffff] >18:01:27,988 WARNING kernel:[ 0.000000] Movable zone start for each node >18:01:27,988 WARNING kernel:[ 0.000000] Early memory node ranges >18:01:27,988 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x00057fff] >18:01:27,988 WARNING kernel:[ 0.000000] node 0: [mem 0x00059000-0x0008ffff] >18:01:27,988 WARNING kernel:[ 0.000000] node 0: [mem 0x00091000-0x0009dfff] >18:01:27,988 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xba6d6fff] >18:01:27,988 WARNING kernel:[ 0.000000] node 0: [mem 0xba6de000-0xbab28fff] >18:01:27,988 WARNING kernel:[ 0.000000] node 0: [mem 0xbaf4b000-0xcc6e7fff] >18:01:27,988 WARNING kernel:[ 0.000000] node 0: [mem 0xcdfff000-0xcdffffff] >18:01:27,988 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x21fdfffff] >18:01:27,988 DEBUG kernel:[ 0.000000] On node 0 totalpages: 2015323 >18:01:27,988 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >18:01:27,988 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >18:01:27,988 DEBUG kernel:[ 0.000000] DMA zone: 3995 pages, LIFO batch:0 >18:01:27,988 DEBUG kernel:[ 0.000000] DMA32 zone: 13003 pages used for memmap >18:01:27,988 DEBUG kernel:[ 0.000000] DMA32 zone: 832192 pages, LIFO batch:31 >18:01:27,988 DEBUG kernel:[ 0.000000] Normal zone: 18424 pages used for memmap >18:01:27,988 DEBUG kernel:[ 0.000000] Normal zone: 1179136 pages, LIFO batch:31 >18:01:27,988 WARNING kernel:[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED >18:01:27,988 INFO kernel:[ 0.000000] Reserving Intel graphics stolen memory at 0xcf200000-0xdf1fffff >18:01:27,988 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x1808 >18:01:27,988 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >18:01:27,988 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >18:01:27,988 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >18:01:27,988 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) >18:01:27,988 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) >18:01:27,988 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) >18:01:27,988 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) >18:01:27,988 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 >18:01:27,988 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >18:01:27,988 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >18:01:27,988 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >18:01:27,988 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >18:01:27,988 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >18:01:27,988 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >18:01:27,988 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 >18:01:27,988 INFO kernel:[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs >18:01:27,988 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00090000-0x00090fff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xba6d7000-0xba6ddfff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xbab29000-0xbaf4afff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc6e8000-0xcc8effff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc8f0000-0xcc905fff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcc906000-0xcce41fff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcce42000-0xcdffefff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xce000000-0xceffffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xcf000000-0xdf1fffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] >18:01:27,988 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] >18:01:27,988 INFO kernel:[ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices >18:01:27,988 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >18:01:27,988 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 >18:01:27,988 INFO kernel:[ 0.000000] PERCPU: Embedded 478 pages/cpu @ffff880217000000 s1928256 r8192 d21440 u2097152 >18:01:27,988 DEBUG kernel:[ 0.000000] pcpu-alloc: s1928256 r8192 d21440 u2097152 alloc=1*2097152 >18:01:27,988 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 >18:01:27,988 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1983811 >18:01:27,988 WARNING kernel:[ 0.000000] Policy zone: Normal >18:01:27,988 NOTICE kernel:[ 0.000000] Kernel command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.ks=hd:UUID=fc118a58-512a-4c75-af41-1adbb0549c8c:/cfl.cfg ip=212.115.199.60::212.115.199.57:255.255.255.248:testsys.digifarma.nl::off noipv6 nameserver=212.115.199.57 inst.stage2=hd:UUID=fc118a58-512a-4c75-af41-1adbb0549c8c >18:01:27,988 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >18:01:27,988 INFO kernel:[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 >18:01:27,988 WARNING kernel:[ 0.000000] Memory: 7718116K/8061292K available (8200K kernel code, 1726K rwdata, 3352K rodata, 3696K init, 12872K bss, 343176K reserved) >18:01:27,988 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >18:01:27,988 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >18:01:27,988 INFO kernel:[ 0.000000] RCU lockdep checking is enabled. >18:01:27,988 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4. >18:01:27,988 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 >18:01:27,988 INFO kernel:[ 0.000000] NR_IRQS:524544 nr_irqs:712 16 >18:01:27,988 INFO kernel:[ 0.000000] Console: colour dummy device 80x25 >18:01:27,988 INFO kernel:[ 0.000000] console [tty0] enabled >18:01:27,988 WARNING kernel:[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >18:01:27,988 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >18:01:27,988 WARNING kernel:[ 0.000000] ... MAX_LOCK_DEPTH: 48 >18:01:27,988 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >18:01:27,988 WARNING kernel:[ 0.000000] ... CLASSHASH_SIZE: 4096 >18:01:27,988 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 >18:01:27,988 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 >18:01:27,988 WARNING kernel:[ 0.000000] ... CHAINHASH_SIZE: 16384 >18:01:27,988 WARNING kernel:[ 0.000000] memory used by lock dependency info: 6367 kB >18:01:27,989 WARNING kernel:[ 0.000000] per task-struct memory footprint: 2688 bytes >18:01:27,989 INFO kernel:[ 0.000000] allocated 32505856 bytes of page_cgroup >18:01:27,989 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >18:01:27,989 INFO kernel:[ 0.000000] kmemleak: Kernel memory leak detector disabled >18:01:27,989 DEBUG kernel:[ 0.000000] ODEBUG: 24 of 24 active objects replaced >18:01:27,989 DEBUG kernel:[ 0.000000] hpet clockevent registered >18:01:27,989 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >18:01:27,989 INFO kernel:[ 0.000000] tsc: Detected 2998.047 MHz processor >18:01:27,989 INFO kernel:[ 0.000051] Calibrating delay loop (skipped), value calculated using timer frequency.. 5996.09 BogoMIPS (lpj=2998047) >18:01:27,989 INFO kernel:[ 0.000057] pid_max: default: 32768 minimum: 301 >18:01:27,989 INFO kernel:[ 0.000068] ACPI: Core revision 20140214 >18:01:27,989 WARNING kernel:[ 0.027838] ACPI: All ACPI Tables successfully acquired >18:01:27,989 INFO kernel:[ 0.031407] ---[ User Space ]--- >18:01:27,989 INFO kernel:[ 0.031411] 0x0000000000000000-0x0000000000001000 4K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031420] 0x0000000000001000-0x0000000000090000 572K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031428] 0x0000000000090000-0x0000000000091000 4K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031437] 0x0000000000091000-0x0000000000200000 1468K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031449] 0x0000000000200000-0x0000000040000000 1022M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.031456] 0x0000000040000000-0x0000000080000000 1G RW PSE GLB NX pud >18:01:27,989 INFO kernel:[ 0.031468] 0x0000000080000000-0x00000000ba600000 934M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.031476] 0x00000000ba600000-0x00000000ba6d7000 860K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031483] 0x00000000ba6d7000-0x00000000ba6de000 28K pte >18:01:27,989 INFO kernel:[ 0.031494] 0x00000000ba6de000-0x00000000bab29000 4396K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031502] 0x00000000bab29000-0x00000000bac00000 860K RW x pte >18:01:27,989 INFO kernel:[ 0.031510] 0x00000000bac00000-0x00000000bae00000 2M RW PSE x pmd >18:01:27,989 INFO kernel:[ 0.031518] 0x00000000bae00000-0x00000000baf4b000 1324K RW x pte >18:01:27,989 INFO kernel:[ 0.031525] 0x00000000baf4b000-0x00000000baf5a000 60K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031533] 0x00000000baf5a000-0x00000000bb000000 664K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031541] 0x00000000bb000000-0x00000000c7e00000 206M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.031550] 0x00000000c7e00000-0x00000000c7f51000 1348K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031557] 0x00000000c7f51000-0x00000000c7f8e000 244K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031565] 0x00000000c7f8e000-0x00000000c7fe1000 332K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031572] 0x00000000c7fe1000-0x00000000c8000000 124K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031579] 0x00000000c8000000-0x00000000c8200000 2M RW PSE GLB x pmd >18:01:27,989 INFO kernel:[ 0.031586] 0x00000000c8200000-0x00000000c8213000 76K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031593] 0x00000000c8213000-0x00000000c821e000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031600] 0x00000000c821e000-0x00000000c8243000 148K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031607] 0x00000000c8243000-0x00000000c824d000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031614] 0x00000000c824d000-0x00000000c8276000 164K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031621] 0x00000000c8276000-0x00000000c8285000 60K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031629] 0x00000000c8285000-0x00000000c8369000 912K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031636] 0x00000000c8369000-0x00000000c837f000 88K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031643] 0x00000000c837f000-0x00000000c83b1000 200K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031650] 0x00000000c83b1000-0x00000000c83ca000 100K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031658] 0x00000000c83ca000-0x00000000c8404000 232K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031665] 0x00000000c8404000-0x00000000c841e000 104K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031672] 0x00000000c841e000-0x00000000c8449000 172K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031679] 0x00000000c8449000-0x00000000c844b000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031686] 0x00000000c844b000-0x00000000c848a000 252K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031693] 0x00000000c848a000-0x00000000c8490000 24K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031701] 0x00000000c8490000-0x00000000c8573000 908K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031708] 0x00000000c8573000-0x00000000c857e000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031715] 0x00000000c857e000-0x00000000c85a1000 140K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031732] 0x00000000c85a1000-0x00000000c85ab000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031739] 0x00000000c85ab000-0x00000000c85d5000 168K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031746] 0x00000000c85d5000-0x00000000c85e4000 60K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031754] 0x00000000c85e4000-0x00000000c86c8000 912K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031762] 0x00000000c86c8000-0x00000000c86de000 88K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031769] 0x00000000c86de000-0x00000000c8711000 204K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031776] 0x00000000c8711000-0x00000000c872a000 100K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031783] 0x00000000c872a000-0x00000000c8763000 228K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031790] 0x00000000c8763000-0x00000000c877d000 104K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031799] 0x00000000c877d000-0x00000000c886a000 948K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031806] 0x00000000c886a000-0x00000000c8870000 24K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031813] 0x00000000c8870000-0x00000000c88d1000 388K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031820] 0x00000000c88d1000-0x00000000c88dc000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031827] 0x00000000c88dc000-0x00000000c8901000 148K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031834] 0x00000000c8901000-0x00000000c890b000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031841] 0x00000000c890b000-0x00000000c8932000 156K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031848] 0x00000000c8932000-0x00000000c8941000 60K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031856] 0x00000000c8941000-0x00000000c89d4000 588K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031863] 0x00000000c89d4000-0x00000000c89fb000 156K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031870] 0x00000000c89fb000-0x00000000c8a28000 180K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031878] 0x00000000c8a28000-0x00000000c8a3e000 88K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031885] 0x00000000c8a3e000-0x00000000c8a6f000 196K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031892] 0x00000000c8a6f000-0x00000000c8a88000 100K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031899] 0x00000000c8a88000-0x00000000c8ac2000 232K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031906] 0x00000000c8ac2000-0x00000000c8adc000 104K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031913] 0x00000000c8adc000-0x00000000c8b07000 172K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031920] 0x00000000c8b07000-0x00000000c8b22000 108K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031928] 0x00000000c8b22000-0x00000000c8bca000 672K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031936] 0x00000000c8bca000-0x00000000c8c06000 240K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031943] 0x00000000c8c06000-0x00000000c8c32000 176K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031950] 0x00000000c8c32000-0x00000000c8c3d000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031957] 0x00000000c8c3d000-0x00000000c8c60000 140K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031964] 0x00000000c8c60000-0x00000000c8c6a000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031971] 0x00000000c8c6a000-0x00000000c8c94000 168K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031978] 0x00000000c8c94000-0x00000000c8c96000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.031988] 0x00000000c8c96000-0x00000000c8f2b000 2644K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.031995] 0x00000000c8f2b000-0x00000000c8f33000 32K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032003] 0x00000000c8f33000-0x00000000c8f93000 384K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032010] 0x00000000c8f93000-0x00000000c8f9e000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032017] 0x00000000c8f9e000-0x00000000c8fc1000 140K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032024] 0x00000000c8fc1000-0x00000000c8fcb000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032032] 0x00000000c8fcb000-0x00000000c9094000 804K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032039] 0x00000000c9094000-0x00000000c90a0000 48K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032046] 0x00000000c90a0000-0x00000000c90e7000 284K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032053] 0x00000000c90e7000-0x00000000c90ee000 28K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032060] 0x00000000c90ee000-0x00000000c912f000 260K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032067] 0x00000000c912f000-0x00000000c9132000 12K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032075] 0x00000000c9132000-0x00000000c9182000 320K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032081] 0x00000000c9182000-0x00000000c9183000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032089] 0x00000000c9183000-0x00000000c91d2000 316K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032096] 0x00000000c91d2000-0x00000000c91d3000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032104] 0x00000000c91d3000-0x00000000c9289000 728K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032110] 0x00000000c9289000-0x00000000c9290000 28K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032118] 0x00000000c9290000-0x00000000c92fe000 440K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032125] 0x00000000c92fe000-0x00000000c9309000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032132] 0x00000000c9309000-0x00000000c932d000 144K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032139] 0x00000000c932d000-0x00000000c9337000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032147] 0x00000000c9337000-0x00000000c9401000 808K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032154] 0x00000000c9401000-0x00000000c9402000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032162] 0x00000000c9402000-0x00000000c94ee000 944K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032169] 0x00000000c94ee000-0x00000000c94f2000 16K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032178] 0x00000000c94f2000-0x00000000c9629000 1244K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032184] 0x00000000c9629000-0x00000000c962a000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032192] 0x00000000c962a000-0x00000000c96f3000 804K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032199] 0x00000000c96f3000-0x00000000c96fc000 36K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032207] 0x00000000c96fc000-0x00000000c97b1000 724K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032214] 0x00000000c97b1000-0x00000000c97ba000 36K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032223] 0x00000000c97ba000-0x00000000c996c000 1736K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032230] 0x00000000c996c000-0x00000000c996f000 12K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032238] 0x00000000c996f000-0x00000000c9a0a000 620K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032245] 0x00000000c9a0a000-0x00000000c9a0d000 12K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032255] 0x00000000c9a0d000-0x00000000c9bd5000 1824K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032262] 0x00000000c9bd5000-0x00000000c9bd6000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032269] 0x00000000c9bd6000-0x00000000c9c6f000 612K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032276] 0x00000000c9c6f000-0x00000000c9c72000 12K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032284] 0x00000000c9c72000-0x00000000c9cc2000 320K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032290] 0x00000000c9cc2000-0x00000000c9cc3000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032298] 0x00000000c9cc3000-0x00000000c9d11000 312K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032305] 0x00000000c9d11000-0x00000000c9d16000 20K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032312] 0x00000000c9d16000-0x00000000c9db6000 640K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032319] 0x00000000c9db6000-0x00000000c9dba000 16K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032327] 0x00000000c9dba000-0x00000000c9e61000 668K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032334] 0x00000000c9e61000-0x00000000c9e69000 32K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032341] 0x00000000c9e69000-0x00000000c9ea8000 252K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032348] 0x00000000c9ea8000-0x00000000c9eb4000 48K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032355] 0x00000000c9eb4000-0x00000000c9ece000 104K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032362] 0x00000000c9ece000-0x00000000c9ed0000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032369] 0x00000000c9ed0000-0x00000000c9ed3000 12K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032376] 0x00000000c9ed3000-0x00000000c9edc000 36K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032384] 0x00000000c9edc000-0x00000000c9f4b000 444K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032390] 0x00000000c9f4b000-0x00000000c9f4c000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032397] 0x00000000c9f4c000-0x00000000c9f4e000 8K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032404] 0x00000000c9f4e000-0x00000000c9f57000 36K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032411] 0x00000000c9f57000-0x00000000c9f70000 100K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032418] 0x00000000c9f70000-0x00000000c9f72000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032425] 0x00000000c9f72000-0x00000000c9f74000 8K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032432] 0x00000000c9f74000-0x00000000c9f76000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032439] 0x00000000c9f76000-0x00000000c9f78000 8K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032446] 0x00000000c9f78000-0x00000000c9f79000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032453] 0x00000000c9f79000-0x00000000c9f7a000 4K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032460] 0x00000000c9f7a000-0x00000000c9f7e000 16K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032467] 0x00000000c9f7e000-0x00000000ca000000 520K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032475] 0x00000000ca000000-0x00000000cba00000 26M RW PSE GLB x pmd >18:01:27,989 INFO kernel:[ 0.032482] 0x00000000cba00000-0x00000000cba2e000 184K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032491] 0x00000000cba2e000-0x00000000cbc00000 1864K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032498] 0x00000000cbc00000-0x00000000cbe00000 2M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.032508] 0x00000000cbe00000-0x00000000cbfd7000 1884K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032515] 0x00000000cbfd7000-0x00000000cc000000 164K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032522] 0x00000000cc000000-0x00000000cc600000 6M RW PSE GLB x pmd >18:01:27,989 INFO kernel:[ 0.032530] 0x00000000cc600000-0x00000000cc6e8000 928K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032539] 0x00000000cc6e8000-0x00000000cc800000 1120K pte >18:01:27,989 INFO kernel:[ 0.032543] 0x00000000cc800000-0x00000000cce00000 6M pmd >18:01:27,989 INFO kernel:[ 0.032548] 0x00000000cce00000-0x00000000cce42000 264K pte >18:01:27,989 INFO kernel:[ 0.032555] 0x00000000cce42000-0x00000000cd000000 1784K RW x pte >18:01:27,989 INFO kernel:[ 0.032563] 0x00000000cd000000-0x00000000cde00000 14M RW PSE x pmd >18:01:27,989 INFO kernel:[ 0.032572] 0x00000000cde00000-0x00000000cdfff000 2044K RW x pte >18:01:27,989 INFO kernel:[ 0.032579] 0x00000000cdfff000-0x00000000ce000000 4K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032588] 0x00000000ce000000-0x00000000f8000000 672M pmd >18:01:27,989 INFO kernel:[ 0.032594] 0x00000000f8000000-0x00000000fc000000 64M RW PCD PSE x pmd >18:01:27,989 INFO kernel:[ 0.032601] 0x00000000fc000000-0x00000000fec00000 44M pmd >18:01:27,989 INFO kernel:[ 0.032606] 0x00000000fec00000-0x00000000fec01000 4K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.032614] 0x00000000fec01000-0x00000000fed00000 1020K pte >18:01:27,989 INFO kernel:[ 0.032619] 0x00000000fed00000-0x00000000fed04000 16K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.032626] 0x00000000fed04000-0x00000000fed1c000 96K pte >18:01:27,989 INFO kernel:[ 0.032630] 0x00000000fed1c000-0x00000000fed20000 16K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.032638] 0x00000000fed20000-0x00000000fee00000 896K pte >18:01:27,989 INFO kernel:[ 0.032643] 0x00000000fee00000-0x00000000fee01000 4K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.032653] 0x00000000fee01000-0x00000000ff000000 2044K pte >18:01:27,989 INFO kernel:[ 0.032658] 0x00000000ff000000-0x0000000100000000 16M RW PCD PSE x pmd >18:01:27,989 INFO kernel:[ 0.032665] 0x0000000100000000-0x0000000200000000 4G RW PSE GLB NX pud >18:01:27,989 INFO kernel:[ 0.032674] 0x0000000200000000-0x000000021fe00000 510M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.032683] 0x000000021fe00000-0x0000000240000000 514M pmd >18:01:27,989 INFO kernel:[ 0.032690] 0x0000000240000000-0x0000008000000000 503G pud >18:01:27,989 INFO kernel:[ 0.032697] 0x0000008000000000-0xffff800000000000 17179737600G pgd >18:01:27,989 INFO kernel:[ 0.032702] ---[ Kernel Space ]--- >18:01:27,989 INFO kernel:[ 0.032704] 0xffff800000000000-0xffff880000000000 8T pgd >18:01:27,989 INFO kernel:[ 0.032709] ---[ Low Kernel Mapping ]--- >18:01:27,989 INFO kernel:[ 0.032711] 0xffff880000000000-0xffff880000001000 4K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032727] 0xffff880000001000-0xffff880000090000 572K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032734] 0xffff880000090000-0xffff880000091000 4K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032743] 0xffff880000091000-0xffff880000200000 1468K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032755] 0xffff880000200000-0xffff880040000000 1022M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.032762] 0xffff880040000000-0xffff880080000000 1G RW PSE GLB NX pud >18:01:27,989 INFO kernel:[ 0.032774] 0xffff880080000000-0xffff8800ba600000 934M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.032782] 0xffff8800ba600000-0xffff8800ba6d7000 860K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032789] 0xffff8800ba6d7000-0xffff8800ba6de000 28K pte >18:01:27,989 INFO kernel:[ 0.032800] 0xffff8800ba6de000-0xffff8800bab29000 4396K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032808] 0xffff8800bab29000-0xffff8800bac00000 860K RW x pte >18:01:27,989 INFO kernel:[ 0.032815] 0xffff8800bac00000-0xffff8800bae00000 2M RW PSE x pmd >18:01:27,989 INFO kernel:[ 0.032824] 0xffff8800bae00000-0xffff8800baf4b000 1324K RW x pte >18:01:27,989 INFO kernel:[ 0.032831] 0xffff8800baf4b000-0xffff8800baf5a000 60K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032839] 0xffff8800baf5a000-0xffff8800bb000000 664K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032847] 0xffff8800bb000000-0xffff8800c7e00000 206M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.032856] 0xffff8800c7e00000-0xffff8800c7f51000 1348K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032863] 0xffff8800c7f51000-0xffff8800c7f8e000 244K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032870] 0xffff8800c7f8e000-0xffff8800c7fe1000 332K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032878] 0xffff8800c7fe1000-0xffff8800c8000000 124K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032884] 0xffff8800c8000000-0xffff8800c8200000 2M RW PSE GLB x pmd >18:01:27,989 INFO kernel:[ 0.032892] 0xffff8800c8200000-0xffff8800c8213000 76K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032899] 0xffff8800c8213000-0xffff8800c821e000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032906] 0xffff8800c821e000-0xffff8800c8243000 148K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032913] 0xffff8800c8243000-0xffff8800c824d000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032920] 0xffff8800c824d000-0xffff8800c8276000 164K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032927] 0xffff8800c8276000-0xffff8800c8285000 60K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032935] 0xffff8800c8285000-0xffff8800c8369000 912K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032942] 0xffff8800c8369000-0xffff8800c837f000 88K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032949] 0xffff8800c837f000-0xffff8800c83b1000 200K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032956] 0xffff8800c83b1000-0xffff8800c83ca000 100K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032964] 0xffff8800c83ca000-0xffff8800c8404000 232K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032971] 0xffff8800c8404000-0xffff8800c841e000 104K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032978] 0xffff8800c841e000-0xffff8800c8449000 172K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032985] 0xffff8800c8449000-0xffff8800c844b000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.032992] 0xffff8800c844b000-0xffff8800c848a000 252K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.032999] 0xffff8800c848a000-0xffff8800c8490000 24K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033007] 0xffff8800c8490000-0xffff8800c8573000 908K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033014] 0xffff8800c8573000-0xffff8800c857e000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033021] 0xffff8800c857e000-0xffff8800c85a1000 140K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033028] 0xffff8800c85a1000-0xffff8800c85ab000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033036] 0xffff8800c85ab000-0xffff8800c85d5000 168K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033043] 0xffff8800c85d5000-0xffff8800c85e4000 60K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033051] 0xffff8800c85e4000-0xffff8800c86c8000 912K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033058] 0xffff8800c86c8000-0xffff8800c86de000 88K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033065] 0xffff8800c86de000-0xffff8800c8711000 204K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033072] 0xffff8800c8711000-0xffff8800c872a000 100K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033079] 0xffff8800c872a000-0xffff8800c8763000 228K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033087] 0xffff8800c8763000-0xffff8800c877d000 104K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033095] 0xffff8800c877d000-0xffff8800c886a000 948K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033102] 0xffff8800c886a000-0xffff8800c8870000 24K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033109] 0xffff8800c8870000-0xffff8800c88d1000 388K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033116] 0xffff8800c88d1000-0xffff8800c88dc000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033123] 0xffff8800c88dc000-0xffff8800c8901000 148K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033130] 0xffff8800c8901000-0xffff8800c890b000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033138] 0xffff8800c890b000-0xffff8800c8932000 156K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033145] 0xffff8800c8932000-0xffff8800c8941000 60K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033152] 0xffff8800c8941000-0xffff8800c89d4000 588K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033159] 0xffff8800c89d4000-0xffff8800c89fb000 156K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033167] 0xffff8800c89fb000-0xffff8800c8a28000 180K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033174] 0xffff8800c8a28000-0xffff8800c8a3e000 88K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033181] 0xffff8800c8a3e000-0xffff8800c8a6f000 196K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033188] 0xffff8800c8a6f000-0xffff8800c8a88000 100K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033195] 0xffff8800c8a88000-0xffff8800c8ac2000 232K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033202] 0xffff8800c8ac2000-0xffff8800c8adc000 104K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033209] 0xffff8800c8adc000-0xffff8800c8b07000 172K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033216] 0xffff8800c8b07000-0xffff8800c8b22000 108K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033224] 0xffff8800c8b22000-0xffff8800c8bca000 672K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033232] 0xffff8800c8bca000-0xffff8800c8c06000 240K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033239] 0xffff8800c8c06000-0xffff8800c8c32000 176K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033246] 0xffff8800c8c32000-0xffff8800c8c3d000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033253] 0xffff8800c8c3d000-0xffff8800c8c60000 140K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033260] 0xffff8800c8c60000-0xffff8800c8c6a000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033267] 0xffff8800c8c6a000-0xffff8800c8c94000 168K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033274] 0xffff8800c8c94000-0xffff8800c8c96000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033285] 0xffff8800c8c96000-0xffff8800c8f2b000 2644K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033292] 0xffff8800c8f2b000-0xffff8800c8f33000 32K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033299] 0xffff8800c8f33000-0xffff8800c8f93000 384K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033306] 0xffff8800c8f93000-0xffff8800c8f9e000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033313] 0xffff8800c8f9e000-0xffff8800c8fc1000 140K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033320] 0xffff8800c8fc1000-0xffff8800c8fcb000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033328] 0xffff8800c8fcb000-0xffff8800c9094000 804K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033335] 0xffff8800c9094000-0xffff8800c90a0000 48K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033342] 0xffff8800c90a0000-0xffff8800c90e7000 284K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033350] 0xffff8800c90e7000-0xffff8800c90ee000 28K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033357] 0xffff8800c90ee000-0xffff8800c912f000 260K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033364] 0xffff8800c912f000-0xffff8800c9132000 12K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033371] 0xffff8800c9132000-0xffff8800c9182000 320K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033378] 0xffff8800c9182000-0xffff8800c9183000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033386] 0xffff8800c9183000-0xffff8800c91d2000 316K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033392] 0xffff8800c91d2000-0xffff8800c91d3000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033400] 0xffff8800c91d3000-0xffff8800c9289000 728K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033407] 0xffff8800c9289000-0xffff8800c9290000 28K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033415] 0xffff8800c9290000-0xffff8800c92fe000 440K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033422] 0xffff8800c92fe000-0xffff8800c9309000 44K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033429] 0xffff8800c9309000-0xffff8800c932d000 144K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033436] 0xffff8800c932d000-0xffff8800c9337000 40K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033444] 0xffff8800c9337000-0xffff8800c9401000 808K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033451] 0xffff8800c9401000-0xffff8800c9402000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033459] 0xffff8800c9402000-0xffff8800c94ee000 944K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033466] 0xffff8800c94ee000-0xffff8800c94f2000 16K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033475] 0xffff8800c94f2000-0xffff8800c9629000 1244K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033482] 0xffff8800c9629000-0xffff8800c962a000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033490] 0xffff8800c962a000-0xffff8800c96f3000 804K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033497] 0xffff8800c96f3000-0xffff8800c96fc000 36K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033505] 0xffff8800c96fc000-0xffff8800c97b1000 724K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033512] 0xffff8800c97b1000-0xffff8800c97ba000 36K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033521] 0xffff8800c97ba000-0xffff8800c996c000 1736K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033528] 0xffff8800c996c000-0xffff8800c996f000 12K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033536] 0xffff8800c996f000-0xffff8800c9a0a000 620K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033542] 0xffff8800c9a0a000-0xffff8800c9a0d000 12K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033552] 0xffff8800c9a0d000-0xffff8800c9bd5000 1824K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033559] 0xffff8800c9bd5000-0xffff8800c9bd6000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033567] 0xffff8800c9bd6000-0xffff8800c9c6f000 612K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033574] 0xffff8800c9c6f000-0xffff8800c9c72000 12K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033581] 0xffff8800c9c72000-0xffff8800c9cc2000 320K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033588] 0xffff8800c9cc2000-0xffff8800c9cc3000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033595] 0xffff8800c9cc3000-0xffff8800c9d11000 312K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033602] 0xffff8800c9d11000-0xffff8800c9d16000 20K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033610] 0xffff8800c9d16000-0xffff8800c9db6000 640K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033617] 0xffff8800c9db6000-0xffff8800c9dba000 16K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033625] 0xffff8800c9dba000-0xffff8800c9e61000 668K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033632] 0xffff8800c9e61000-0xffff8800c9e69000 32K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033639] 0xffff8800c9e69000-0xffff8800c9ea8000 252K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033646] 0xffff8800c9ea8000-0xffff8800c9eb4000 48K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033653] 0xffff8800c9eb4000-0xffff8800c9ece000 104K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033660] 0xffff8800c9ece000-0xffff8800c9ed0000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033667] 0xffff8800c9ed0000-0xffff8800c9ed3000 12K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033674] 0xffff8800c9ed3000-0xffff8800c9edc000 36K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033682] 0xffff8800c9edc000-0xffff8800c9f4b000 444K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033689] 0xffff8800c9f4b000-0xffff8800c9f4c000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033696] 0xffff8800c9f4c000-0xffff8800c9f4e000 8K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033703] 0xffff8800c9f4e000-0xffff8800c9f57000 36K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033710] 0xffff8800c9f57000-0xffff8800c9f70000 100K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033717] 0xffff8800c9f70000-0xffff8800c9f72000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033732] 0xffff8800c9f72000-0xffff8800c9f74000 8K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033739] 0xffff8800c9f74000-0xffff8800c9f76000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033746] 0xffff8800c9f76000-0xffff8800c9f78000 8K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033753] 0xffff8800c9f78000-0xffff8800c9f79000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033760] 0xffff8800c9f79000-0xffff8800c9f7a000 4K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033767] 0xffff8800c9f7a000-0xffff8800c9f7e000 16K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033775] 0xffff8800c9f7e000-0xffff8800ca000000 520K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033782] 0xffff8800ca000000-0xffff8800cba00000 26M RW PSE GLB x pmd >18:01:27,989 INFO kernel:[ 0.033789] 0xffff8800cba00000-0xffff8800cba2e000 184K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033798] 0xffff8800cba2e000-0xffff8800cbc00000 1864K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033805] 0xffff8800cbc00000-0xffff8800cbe00000 2M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.033815] 0xffff8800cbe00000-0xffff8800cbfd7000 1884K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.033822] 0xffff8800cbfd7000-0xffff8800cc000000 164K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033829] 0xffff8800cc000000-0xffff8800cc600000 6M RW PSE GLB x pmd >18:01:27,989 INFO kernel:[ 0.033837] 0xffff8800cc600000-0xffff8800cc6e8000 928K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033846] 0xffff8800cc6e8000-0xffff8800cc800000 1120K pte >18:01:27,989 INFO kernel:[ 0.033850] 0xffff8800cc800000-0xffff8800cce00000 6M pmd >18:01:27,989 INFO kernel:[ 0.033856] 0xffff8800cce00000-0xffff8800cce42000 264K pte >18:01:27,989 INFO kernel:[ 0.033863] 0xffff8800cce42000-0xffff8800cd000000 1784K RW x pte >18:01:27,989 INFO kernel:[ 0.033870] 0xffff8800cd000000-0xffff8800cde00000 14M RW PSE x pmd >18:01:27,989 INFO kernel:[ 0.033879] 0xffff8800cde00000-0xffff8800cdfff000 2044K RW x pte >18:01:27,989 INFO kernel:[ 0.033886] 0xffff8800cdfff000-0xffff8800ce000000 4K RW GLB x pte >18:01:27,989 INFO kernel:[ 0.033895] 0xffff8800ce000000-0xffff8800f8000000 672M pmd >18:01:27,989 INFO kernel:[ 0.033900] 0xffff8800f8000000-0xffff8800fc000000 64M RW PCD PSE x pmd >18:01:27,989 INFO kernel:[ 0.033907] 0xffff8800fc000000-0xffff8800fec00000 44M pmd >18:01:27,989 INFO kernel:[ 0.033912] 0xffff8800fec00000-0xffff8800fec01000 4K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.033920] 0xffff8800fec01000-0xffff8800fed00000 1020K pte >18:01:27,989 INFO kernel:[ 0.033925] 0xffff8800fed00000-0xffff8800fed04000 16K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.033932] 0xffff8800fed04000-0xffff8800fed1c000 96K pte >18:01:27,989 INFO kernel:[ 0.033937] 0xffff8800fed1c000-0xffff8800fed20000 16K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.033945] 0xffff8800fed20000-0xffff8800fee00000 896K pte >18:01:27,989 INFO kernel:[ 0.033950] 0xffff8800fee00000-0xffff8800fee01000 4K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.033960] 0xffff8800fee01000-0xffff8800ff000000 2044K pte >18:01:27,989 INFO kernel:[ 0.033965] 0xffff8800ff000000-0xffff880100000000 16M RW PCD PSE x pmd >18:01:27,989 INFO kernel:[ 0.033972] 0xffff880100000000-0xffff880200000000 4G RW PSE GLB NX pud >18:01:27,989 INFO kernel:[ 0.033981] 0xffff880200000000-0xffff88021fe00000 510M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.033990] 0xffff88021fe00000-0xffff880240000000 514M pmd >18:01:27,989 INFO kernel:[ 0.033997] 0xffff880240000000-0xffff888000000000 503G pud >18:01:27,989 INFO kernel:[ 0.034003] 0xffff888000000000-0xffffc90000000000 66048G pgd >18:01:27,989 INFO kernel:[ 0.034007] ---[ vmalloc() Area ]--- >18:01:27,989 INFO kernel:[ 0.034010] 0xffffc90000000000-0xffffc90000001000 4K RW PCD GLB NX pte >18:01:27,989 INFO kernel:[ 0.034017] 0xffffc90000001000-0xffffc90000002000 4K pte >18:01:27,989 INFO kernel:[ 0.034021] 0xffffc90000002000-0xffffc90000003000 4K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.034028] 0xffffc90000003000-0xffffc90000004000 4K pte >18:01:27,989 INFO kernel:[ 0.034033] 0xffffc90000004000-0xffffc90000006000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.034040] 0xffffc90000006000-0xffffc90000008000 8K pte >18:01:27,989 INFO kernel:[ 0.034044] 0xffffc90000008000-0xffffc9000000a000 8K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.034051] 0xffffc9000000a000-0xffffc90000010000 24K pte >18:01:27,989 INFO kernel:[ 0.034056] 0xffffc90000010000-0xffffc9000001d000 52K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.034063] 0xffffc9000001d000-0xffffc90000020000 12K pte >18:01:27,989 INFO kernel:[ 0.034068] 0xffffc90000020000-0xffffc90000024000 16K RW GLB NX pte >18:01:27,989 INFO kernel:[ 0.034077] 0xffffc90000024000-0xffffc90000200000 1904K pte >18:01:27,989 INFO kernel:[ 0.034085] 0xffffc90000200000-0xffffc90040000000 1022M pmd >18:01:27,989 INFO kernel:[ 0.034093] 0xffffc90040000000-0xffffc98000000000 511G pud >18:01:27,989 INFO kernel:[ 0.034098] 0xffffc98000000000-0xffffea0000000000 33280G pgd >18:01:27,989 INFO kernel:[ 0.034103] ---[ Vmemmap ]--- >18:01:27,989 INFO kernel:[ 0.034105] 0xffffea0000000000-0xffffea0003400000 52M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.034112] 0xffffea0003400000-0xffffea0004000000 12M pmd >18:01:27,989 INFO kernel:[ 0.034117] 0xffffea0004000000-0xffffea0008800000 72M RW PSE GLB NX pmd >18:01:27,989 INFO kernel:[ 0.034127] 0xffffea0008800000-0xffffea0040000000 888M pmd >18:01:27,989 INFO kernel:[ 0.034134] 0xffffea0040000000-0xffffea8000000000 511G pud >18:01:27,989 INFO kernel:[ 0.034140] 0xffffea8000000000-0xffffff8000000000 21T pgd >18:01:27,989 INFO kernel:[ 0.034147] 0xffffff8000000000-0xfffffffec0000000 507G pud >18:01:27,989 INFO kernel:[ 0.034154] 0xfffffffec0000000-0xfffffffeeec00000 748M pmd >18:01:27,989 INFO kernel:[ 0.034159] 0xfffffffeeec00000-0xfffffffeefc00000 16M RW PCD PSE x pmd >18:01:27,989 INFO kernel:[ 0.034166] 0xfffffffeefc00000-0xfffffffeefc01000 4K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.034174] 0xfffffffeefc01000-0xfffffffeefd1c000 1132K pte >18:01:27,989 INFO kernel:[ 0.034179] 0xfffffffeefd1c000-0xfffffffeefd20000 16K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.034189] 0xfffffffeefd20000-0xfffffffeeff00000 1920K pte >18:01:27,989 INFO kernel:[ 0.034194] 0xfffffffeeff00000-0xfffffffeeff04000 16K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.034202] 0xfffffffeeff04000-0xfffffffef0000000 1008K pte >18:01:27,989 INFO kernel:[ 0.034207] 0xfffffffef0000000-0xfffffffef0001000 4K RW PCD x pte >18:01:27,989 INFO kernel:[ 0.034217] 0xfffffffef0001000-0xfffffffef0200000 2044K pte >18:01:27,989 INFO kernel:[ 0.034222] 0xfffffffef0200000-0xfffffffef4200000 64M RW PCD PSE x pmd >18:01:27,989 INFO kernel:[ 0.034231] 0xfffffffef4200000-0xfffffffef43ff000 2044K pte >18:01:27,989 INFO kernel:[ 0.034236] 0xfffffffef43ff000-0xfffffffef4400000 4K RW x pte >18:01:27,989 INFO kernel:[ 0.034245] 0xfffffffef4400000-0xfffffffef455a000 1384K pte >18:01:27,989 INFO kernel:[ 0.034251] 0xfffffffef455a000-0xfffffffef45ff000 660K RW x pte >18:01:27,989 INFO kernel:[ 0.034258] 0xfffffffef45ff000-0xfffffffef4642000 268K pte >18:01:27,989 INFO kernel:[ 0.034265] 0xfffffffef4642000-0xfffffffef4800000 1784K RW x pte >18:01:27,989 INFO kernel:[ 0.034272] 0xfffffffef4800000-0xfffffffef5600000 14M RW PSE x pmd >18:01:27,989 INFO kernel:[ 0.034281] 0xfffffffef5600000-0xfffffffef575a000 1384K RW x pte >18:01:27,989 INFO kernel:[ 0.034288] 0xfffffffef575a000-0xfffffffef57d7000 500K pte >18:01:27,989 INFO kernel:[ 0.034294] 0xfffffffef57d7000-0xfffffffef5800000 164K RW x pte >18:01:27,989 INFO kernel:[ 0.034301] 0xfffffffef5800000-0xfffffffef5e00000 6M RW PSE x pmd >18:01:27,989 INFO kernel:[ 0.034309] 0xfffffffef5e00000-0xfffffffef5ee8000 928K RW x pte >18:01:27,989 INFO kernel:[ 0.034317] 0xfffffffef5ee8000-0xfffffffef5f7e000 600K pte >18:01:27,990 INFO kernel:[ 0.034322] 0xfffffffef5f7e000-0xfffffffef6000000 520K RW x pte >18:01:27,990 INFO kernel:[ 0.034329] 0xfffffffef6000000-0xfffffffef7a00000 26M RW PSE x pmd >18:01:27,990 INFO kernel:[ 0.034336] 0xfffffffef7a00000-0xfffffffef7a2e000 184K RW x pte >18:01:27,990 INFO kernel:[ 0.034345] 0xfffffffef7a2e000-0xfffffffef7b79000 1324K pte >18:01:27,990 INFO kernel:[ 0.034350] 0xfffffffef7b79000-0xfffffffef7b7a000 4K RW x pte >18:01:27,990 INFO kernel:[ 0.034359] 0xfffffffef7b7a000-0xfffffffef7d76000 2032K pte >18:01:27,990 INFO kernel:[ 0.034364] 0xfffffffef7d76000-0xfffffffef7d78000 8K RW x pte >18:01:27,990 INFO kernel:[ 0.034374] 0xfffffffef7d78000-0xfffffffef7f72000 2024K pte >18:01:27,990 INFO kernel:[ 0.034378] 0xfffffffef7f72000-0xfffffffef7f74000 8K RW x pte >18:01:27,990 INFO kernel:[ 0.034388] 0xfffffffef7f74000-0xfffffffef8157000 1932K pte >18:01:27,990 INFO kernel:[ 0.034393] 0xfffffffef8157000-0xfffffffef8170000 100K RW x pte >18:01:27,990 INFO kernel:[ 0.034402] 0xfffffffef8170000-0xfffffffef834c000 1904K pte >18:01:27,990 INFO kernel:[ 0.034407] 0xfffffffef834c000-0xfffffffef834e000 8K RW x pte >18:01:27,990 INFO kernel:[ 0.034416] 0xfffffffef834e000-0xfffffffef84dc000 1592K pte >18:01:27,990 INFO kernel:[ 0.034421] 0xfffffffef84dc000-0xfffffffef854b000 444K RW x pte >18:01:27,990 INFO kernel:[ 0.034430] 0xfffffffef854b000-0xfffffffef86d0000 1556K pte >18:01:27,990 INFO kernel:[ 0.034435] 0xfffffffef86d0000-0xfffffffef86d3000 12K RW x pte >18:01:27,990 INFO kernel:[ 0.034445] 0xfffffffef86d3000-0xfffffffef88b4000 1924K pte >18:01:27,990 INFO kernel:[ 0.034449] 0xfffffffef88b4000-0xfffffffef88ce000 104K RW x pte >18:01:27,990 INFO kernel:[ 0.034459] 0xfffffffef88ce000-0xfffffffef8a69000 1644K pte >18:01:27,990 INFO kernel:[ 0.034464] 0xfffffffef8a69000-0xfffffffef8aa8000 252K RW x pte >18:01:27,990 INFO kernel:[ 0.034472] 0xfffffffef8aa8000-0xfffffffef8bba000 1096K pte >18:01:27,990 INFO kernel:[ 0.034478] 0xfffffffef8bba000-0xfffffffef8c61000 668K RW x pte >18:01:27,990 INFO kernel:[ 0.034486] 0xfffffffef8c61000-0xfffffffef8d16000 724K pte >18:01:27,990 INFO kernel:[ 0.034492] 0xfffffffef8d16000-0xfffffffef8db6000 640K RW x pte >18:01:27,990 INFO kernel:[ 0.034500] 0xfffffffef8db6000-0xfffffffef8ec3000 1076K pte >18:01:27,990 INFO kernel:[ 0.034505] 0xfffffffef8ec3000-0xfffffffef8f11000 312K RW x pte >18:01:27,990 INFO kernel:[ 0.034514] 0xfffffffef8f11000-0xfffffffef9072000 1412K pte >18:01:27,990 INFO kernel:[ 0.034519] 0xfffffffef9072000-0xfffffffef90c2000 320K RW x pte >18:01:27,990 INFO kernel:[ 0.034527] 0xfffffffef90c2000-0xfffffffef91d6000 1104K pte >18:01:27,990 INFO kernel:[ 0.034533] 0xfffffffef91d6000-0xfffffffef926f000 612K RW x pte >18:01:27,990 INFO kernel:[ 0.034542] 0xfffffffef926f000-0xfffffffef940d000 1656K pte >18:01:27,990 INFO kernel:[ 0.034549] 0xfffffffef940d000-0xfffffffef95d5000 1824K RW x pte >18:01:27,990 INFO kernel:[ 0.034559] 0xfffffffef95d5000-0xfffffffef976f000 1640K pte >18:01:27,990 INFO kernel:[ 0.034564] 0xfffffffef976f000-0xfffffffef980a000 620K RW x pte >18:01:27,990 INFO kernel:[ 0.034573] 0xfffffffef980a000-0xfffffffef99ba000 1728K pte >18:01:27,990 INFO kernel:[ 0.034581] 0xfffffffef99ba000-0xfffffffef9b6c000 1736K RW x pte >18:01:27,990 INFO kernel:[ 0.034590] 0xfffffffef9b6c000-0xfffffffef9cfc000 1600K pte >18:01:27,990 INFO kernel:[ 0.034595] 0xfffffffef9cfc000-0xfffffffef9db1000 724K RW x pte >18:01:27,990 INFO kernel:[ 0.034603] 0xfffffffef9db1000-0xfffffffef9e2a000 484K pte >18:01:27,990 INFO kernel:[ 0.034609] 0xfffffffef9e2a000-0xfffffffef9ef3000 804K RW x pte >18:01:27,990 INFO kernel:[ 0.034619] 0xfffffffef9ef3000-0xfffffffefa0f2000 2044K pte >18:01:27,990 INFO kernel:[ 0.034625] 0xfffffffefa0f2000-0xfffffffefa229000 1244K RW x pte >18:01:27,990 INFO kernel:[ 0.034635] 0xfffffffefa229000-0xfffffffefa402000 1892K pte >18:01:27,990 INFO kernel:[ 0.034641] 0xfffffffefa402000-0xfffffffefa4ee000 944K RW x pte >18:01:27,990 INFO kernel:[ 0.034648] 0xfffffffefa4ee000-0xfffffffefa537000 292K pte >18:01:27,990 INFO kernel:[ 0.034654] 0xfffffffefa537000-0xfffffffefa601000 808K RW x pte >18:01:27,990 INFO kernel:[ 0.034662] 0xfffffffefa601000-0xfffffffefa709000 1056K pte >18:01:27,990 INFO kernel:[ 0.034667] 0xfffffffefa709000-0xfffffffefa72d000 144K RW x pte >18:01:27,990 INFO kernel:[ 0.034676] 0xfffffffefa72d000-0xfffffffefa890000 1420K pte >18:01:27,990 INFO kernel:[ 0.034681] 0xfffffffefa890000-0xfffffffefa8fe000 440K RW x pte >18:01:27,990 INFO kernel:[ 0.034690] 0xfffffffefa8fe000-0xfffffffefa9d3000 852K pte >18:01:27,990 INFO kernel:[ 0.034695] 0xfffffffefa9d3000-0xfffffffefaa89000 728K RW x pte >18:01:27,990 INFO kernel:[ 0.034704] 0xfffffffefaa89000-0xfffffffefab83000 1000K pte >18:01:27,990 INFO kernel:[ 0.034709] 0xfffffffefab83000-0xfffffffefabd2000 316K RW x pte >18:01:27,990 INFO kernel:[ 0.034718] 0xfffffffefabd2000-0xfffffffefad32000 1408K pte >18:01:27,990 INFO kernel:[ 0.034732] 0xfffffffefad32000-0xfffffffefad82000 320K RW x pte >18:01:27,990 INFO kernel:[ 0.034741] 0xfffffffefad82000-0xfffffffefaeee000 1456K pte >18:01:27,990 INFO kernel:[ 0.034746] 0xfffffffefaeee000-0xfffffffefaf2f000 260K RW x pte >18:01:27,990 INFO kernel:[ 0.034755] 0xfffffffefaf2f000-0xfffffffefb0a0000 1476K pte >18:01:27,990 INFO kernel:[ 0.034760] 0xfffffffefb0a0000-0xfffffffefb0e7000 284K RW x pte >18:01:27,990 INFO kernel:[ 0.034768] 0xfffffffefb0e7000-0xfffffffefb1cb000 912K pte >18:01:27,990 INFO kernel:[ 0.034774] 0xfffffffefb1cb000-0xfffffffefb294000 804K RW x pte >18:01:27,990 INFO kernel:[ 0.034783] 0xfffffffefb294000-0xfffffffefb39e000 1064K pte >18:01:27,990 INFO kernel:[ 0.034787] 0xfffffffefb39e000-0xfffffffefb3c1000 140K RW x pte >18:01:27,990 INFO kernel:[ 0.034796] 0xfffffffefb3c1000-0xfffffffefb533000 1480K pte >18:01:27,990 INFO kernel:[ 0.034801] 0xfffffffefb533000-0xfffffffefb593000 384K RW x pte >18:01:27,990 INFO kernel:[ 0.034810] 0xfffffffefb593000-0xfffffffefb696000 1036K pte >18:01:27,990 INFO kernel:[ 0.034818] 0xfffffffefb696000-0xfffffffefb92b000 2644K RW x pte >18:01:27,990 INFO kernel:[ 0.034827] 0xfffffffefb92b000-0xfffffffefba6a000 1276K pte >18:01:27,990 INFO kernel:[ 0.034832] 0xfffffffefba6a000-0xfffffffefba94000 168K RW x pte >18:01:27,990 INFO kernel:[ 0.034841] 0xfffffffefba94000-0xfffffffefbc3d000 1700K pte >18:01:27,990 INFO kernel:[ 0.034846] 0xfffffffefbc3d000-0xfffffffefbc60000 140K RW x pte >18:01:27,990 INFO kernel:[ 0.034855] 0xfffffffefbc60000-0xfffffffefbe06000 1688K pte >18:01:27,990 INFO kernel:[ 0.034860] 0xfffffffefbe06000-0xfffffffefbe32000 176K RW x pte >18:01:27,990 INFO kernel:[ 0.034868] 0xfffffffefbe32000-0xfffffffefbf22000 960K pte >18:01:27,990 INFO kernel:[ 0.034874] 0xfffffffefbf22000-0xfffffffefbfca000 672K RW x pte >18:01:27,990 INFO kernel:[ 0.034882] 0xfffffffefbfca000-0xfffffffefc0dc000 1096K pte >18:01:27,990 INFO kernel:[ 0.034887] 0xfffffffefc0dc000-0xfffffffefc107000 172K RW x pte >18:01:27,990 INFO kernel:[ 0.034896] 0xfffffffefc107000-0xfffffffefc288000 1540K pte >18:01:27,990 INFO kernel:[ 0.034901] 0xfffffffefc288000-0xfffffffefc2c2000 232K RW x pte >18:01:27,990 INFO kernel:[ 0.034910] 0xfffffffefc2c2000-0xfffffffefc43e000 1520K pte >18:01:27,990 INFO kernel:[ 0.034915] 0xfffffffefc43e000-0xfffffffefc46f000 196K RW x pte >18:01:27,990 INFO kernel:[ 0.034924] 0xfffffffefc46f000-0xfffffffefc5fb000 1584K pte >18:01:27,990 INFO kernel:[ 0.034929] 0xfffffffefc5fb000-0xfffffffefc628000 180K RW x pte >18:01:27,990 INFO kernel:[ 0.034938] 0xfffffffefc628000-0xfffffffefc741000 1124K pte >18:01:27,990 INFO kernel:[ 0.034943] 0xfffffffefc741000-0xfffffffefc7d4000 588K RW x pte >18:01:27,990 INFO kernel:[ 0.034952] 0xfffffffefc7d4000-0xfffffffefc90b000 1244K pte >18:01:27,990 INFO kernel:[ 0.034957] 0xfffffffefc90b000-0xfffffffefc932000 156K RW x pte >18:01:27,990 INFO kernel:[ 0.034966] 0xfffffffefc932000-0xfffffffefcadc000 1704K pte >18:01:27,990 INFO kernel:[ 0.034971] 0xfffffffefcadc000-0xfffffffefcb01000 148K RW x pte >18:01:27,990 INFO kernel:[ 0.034980] 0xfffffffefcb01000-0xfffffffefcc70000 1468K pte >18:01:27,990 INFO kernel:[ 0.034985] 0xfffffffefcc70000-0xfffffffefccd1000 388K RW x pte >18:01:27,990 INFO kernel:[ 0.034993] 0xfffffffefccd1000-0xfffffffefcd7d000 688K pte >18:01:27,990 INFO kernel:[ 0.034999] 0xfffffffefcd7d000-0xfffffffefce6a000 948K RW x pte >18:01:27,990 INFO kernel:[ 0.035007] 0xfffffffefce6a000-0xfffffffefcf2a000 768K pte >18:01:27,990 INFO kernel:[ 0.035012] 0xfffffffefcf2a000-0xfffffffefcf63000 228K RW x pte >18:01:27,990 INFO kernel:[ 0.035021] 0xfffffffefcf63000-0xfffffffefd0de000 1516K pte >18:01:27,990 INFO kernel:[ 0.035026] 0xfffffffefd0de000-0xfffffffefd111000 204K RW x pte >18:01:27,990 INFO kernel:[ 0.035034] 0xfffffffefd111000-0xfffffffefd1e4000 844K pte >18:01:27,990 INFO kernel:[ 0.035040] 0xfffffffefd1e4000-0xfffffffefd2c8000 912K RW x pte >18:01:27,990 INFO kernel:[ 0.035048] 0xfffffffefd2c8000-0xfffffffefd3ab000 908K pte >18:01:27,990 INFO kernel:[ 0.035053] 0xfffffffefd3ab000-0xfffffffefd3d5000 168K RW x pte >18:01:27,990 INFO kernel:[ 0.035062] 0xfffffffefd3d5000-0xfffffffefd57e000 1700K pte >18:01:27,990 INFO kernel:[ 0.035067] 0xfffffffefd57e000-0xfffffffefd5a1000 140K RW x pte >18:01:27,990 INFO kernel:[ 0.035076] 0xfffffffefd5a1000-0xfffffffefd690000 956K pte >18:01:27,990 INFO kernel:[ 0.035081] 0xfffffffefd690000-0xfffffffefd773000 908K RW x pte >18:01:27,990 INFO kernel:[ 0.035090] 0xfffffffefd773000-0xfffffffefd84b000 864K pte >18:01:27,990 INFO kernel:[ 0.035095] 0xfffffffefd84b000-0xfffffffefd88a000 252K RW x pte >18:01:27,990 INFO kernel:[ 0.035104] 0xfffffffefd88a000-0xfffffffefda1e000 1616K pte >18:01:27,990 INFO kernel:[ 0.035109] 0xfffffffefda1e000-0xfffffffefda49000 172K RW x pte >18:01:27,990 INFO kernel:[ 0.035118] 0xfffffffefda49000-0xfffffffefdbca000 1540K pte >18:01:27,990 INFO kernel:[ 0.035123] 0xfffffffefdbca000-0xfffffffefdc04000 232K RW x pte >18:01:27,990 INFO kernel:[ 0.035132] 0xfffffffefdc04000-0xfffffffefdd7f000 1516K pte >18:01:27,990 INFO kernel:[ 0.035137] 0xfffffffefdd7f000-0xfffffffefddb1000 200K RW x pte >18:01:27,990 INFO kernel:[ 0.035145] 0xfffffffefddb1000-0xfffffffefde85000 848K pte >18:01:27,990 INFO kernel:[ 0.035151] 0xfffffffefde85000-0xfffffffefdf69000 912K RW x pte >18:01:27,990 INFO kernel:[ 0.035159] 0xfffffffefdf69000-0xfffffffefe04d000 912K pte >18:01:27,990 INFO kernel:[ 0.035164] 0xfffffffefe04d000-0xfffffffefe076000 164K RW x pte >18:01:27,990 INFO kernel:[ 0.035173] 0xfffffffefe076000-0xfffffffefe21e000 1696K pte >18:01:27,990 INFO kernel:[ 0.035178] 0xfffffffefe21e000-0xfffffffefe243000 148K RW x pte >18:01:27,990 INFO kernel:[ 0.035187] 0xfffffffefe243000-0xfffffffefe3e1000 1656K pte >18:01:27,990 INFO kernel:[ 0.035192] 0xfffffffefe3e1000-0xfffffffefe400000 124K RW x pte >18:01:27,990 INFO kernel:[ 0.035199] 0xfffffffefe400000-0xfffffffefe600000 2M RW PSE x pmd >18:01:27,990 INFO kernel:[ 0.035206] 0xfffffffefe600000-0xfffffffefe613000 76K RW x pte >18:01:27,990 INFO kernel:[ 0.035215] 0xfffffffefe613000-0xfffffffefe751000 1272K pte >18:01:27,990 INFO kernel:[ 0.035220] 0xfffffffefe751000-0xfffffffefe78e000 244K RW x pte >18:01:27,990 INFO kernel:[ 0.035230] 0xfffffffefe78e000-0xfffffffefe94b000 1780K pte >18:01:27,990 INFO kernel:[ 0.035234] 0xfffffffefe94b000-0xfffffffefe95a000 60K RW x pte >18:01:27,990 INFO kernel:[ 0.035244] 0xfffffffefe95a000-0xfffffffefeb29000 1852K pte >18:01:27,990 INFO kernel:[ 0.035250] 0xfffffffefeb29000-0xfffffffefec00000 860K RW x pte >18:01:27,990 INFO kernel:[ 0.035257] 0xfffffffefec00000-0xfffffffefee00000 2M RW PSE x pmd >18:01:27,990 INFO kernel:[ 0.035265] 0xfffffffefee00000-0xfffffffefef4b000 1324K RW x pte >18:01:27,990 INFO kernel:[ 0.035275] 0xfffffffefef4b000-0xfffffffeff11f000 1872K pte >18:01:27,990 INFO kernel:[ 0.035280] 0xfffffffeff11f000-0xfffffffeff129000 40K RW x pte >18:01:27,990 INFO kernel:[ 0.035289] 0xfffffffeff129000-0xfffffffeff305000 1904K pte >18:01:27,990 INFO kernel:[ 0.035294] 0xfffffffeff305000-0xfffffffeff31f000 104K RW x pte >18:01:27,990 INFO kernel:[ 0.035304] 0xfffffffeff31f000-0xfffffffeff4e9000 1832K pte >18:01:27,990 INFO kernel:[ 0.035308] 0xfffffffeff4e9000-0xfffffffeff505000 112K RW x pte >18:01:27,990 INFO kernel:[ 0.035317] 0xfffffffeff505000-0xfffffffeff637000 1224K pte >18:01:27,990 INFO kernel:[ 0.035326] 0xfffffffeff637000-0xfffffffeff8e9000 2760K RW x pte >18:01:27,990 INFO kernel:[ 0.035335] 0xfffffffeff8e9000-0xfffffffeffade000 2004K pte >18:01:27,990 INFO kernel:[ 0.035342] 0xfffffffeffade000-0xfffffffeffc37000 1380K RW x pte >18:01:27,990 INFO kernel:[ 0.035349] 0xfffffffeffc37000-0xfffffffeffc90000 356K pte >18:01:27,990 INFO kernel:[ 0.035354] 0xfffffffeffc90000-0xfffffffeffc91000 4K RW x pte >18:01:27,990 INFO kernel:[ 0.035363] 0xfffffffeffc91000-0xfffffffeffe00000 1468K pte >18:01:27,990 INFO kernel:[ 0.035368] 0xfffffffeffe00000-0xfffffffeffe01000 4K RW x pte >18:01:27,990 INFO kernel:[ 0.035377] 0xfffffffeffe01000-0xffffffff00000000 2044K pte >18:01:27,990 INFO kernel:[ 0.035382] 0xffffffff00000000-0xffffffff80000000 2G pud >18:01:27,990 INFO kernel:[ 0.035387] ---[ High Kernel Mapping ]--- >18:01:27,990 INFO kernel:[ 0.035389] 0xffffffff80000000-0xffffffff81000000 16M pmd >18:01:27,990 INFO kernel:[ 0.035394] 0xffffffff81000000-0xffffffff83000000 32M RW PSE GLB x pmd >18:01:27,990 INFO kernel:[ 0.035402] 0xffffffff83000000-0xffffffffa0000000 464M pmd >18:01:27,990 INFO kernel:[ 0.035407] ---[ Modules ]--- >18:01:27,990 INFO kernel:[ 0.035413] 0xffffffffa0000000-0xffffffffff000000 1520M pmd >18:01:27,990 INFO kernel:[ 0.035418] ---[ End Modules ]--- >18:01:27,990 INFO kernel:[ 0.035420] 0xffffffffff000000-0xffffffffff200000 2M pmd >18:01:27,990 INFO kernel:[ 0.035426] 0xffffffffff200000-0xffffffffff300000 1M pte >18:01:27,990 INFO kernel:[ 0.035431] 0xffffffffff300000-0xffffffffff303000 12K RW GLB NX pte >18:01:27,990 INFO kernel:[ 0.035441] 0xffffffffff303000-0xffffffffff4f9000 2008K pte >18:01:27,990 INFO kernel:[ 0.035445] 0xffffffffff4f9000-0xffffffffff4fa000 4K ro GLB NX pte >18:01:27,990 INFO kernel:[ 0.035453] 0xffffffffff4fa000-0xffffffffff579000 508K pte >18:01:27,990 INFO kernel:[ 0.035458] 0xffffffffff579000-0xffffffffff57b000 8K RW PWT PCD GLB NX pte >18:01:27,990 INFO kernel:[ 0.035465] 0xffffffffff57b000-0xffffffffff5fe000 524K pte >18:01:27,990 INFO kernel:[ 0.035470] 0xffffffffff5fe000-0xffffffffff5ff000 4K USR ro PWT PCD GLB NX pte >18:01:27,990 INFO kernel:[ 0.035477] 0xffffffffff5ff000-0xffffffffff601000 8K USR ro GLB NX pte >18:01:27,990 INFO kernel:[ 0.035487] 0xffffffffff601000-0xffffffffff800000 2044K pte >18:01:27,990 INFO kernel:[ 0.035492] 0xffffffffff800000-0x0000000000000000 8M pmd >18:01:27,990 INFO kernel:[ 0.035924] Security Framework initialized >18:01:27,990 INFO kernel:[ 0.035932] SELinux: Initializing. >18:01:27,990 DEBUG kernel:[ 0.035964] SELinux: Starting in permissive mode >18:01:27,990 INFO kernel:[ 0.037842] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) >18:01:27,990 INFO kernel:[ 0.040463] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) >18:01:27,990 INFO kernel:[ 0.041366] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) >18:01:27,990 INFO kernel:[ 0.041399] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) >18:01:27,990 INFO kernel:[ 0.042201] Initializing cgroup subsys memory >18:01:27,990 INFO kernel:[ 0.042219] Initializing cgroup subsys devices >18:01:27,990 INFO kernel:[ 0.042234] Initializing cgroup subsys freezer >18:01:27,990 INFO kernel:[ 0.042247] Initializing cgroup subsys net_cls >18:01:27,990 INFO kernel:[ 0.042251] Initializing cgroup subsys blkio >18:01:27,990 INFO kernel:[ 0.042255] Initializing cgroup subsys perf_event >18:01:27,990 INFO kernel:[ 0.042259] Initializing cgroup subsys net_prio >18:01:27,990 INFO kernel:[ 0.042263] Initializing cgroup subsys hugetlb >18:01:27,990 INFO kernel:[ 0.042294] CPU: Physical Processor ID: 0 >18:01:27,990 INFO kernel:[ 0.042296] CPU: Processor Core ID: 0 >18:01:27,990 WARNING kernel:[ 0.042301] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >18:01:27,990 WARNING kernel:[ 0.042301] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >18:01:27,990 INFO kernel:[ 0.043102] mce: CPU supports 9 MCE banks >18:01:27,990 INFO kernel:[ 0.043115] CPU0: Thermal monitoring enabled (TM1) >18:01:27,990 INFO kernel:[ 0.043133] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 >18:01:27,990 INFO kernel:[ 0.043133] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 >18:01:27,990 INFO kernel:[ 0.043133] tlb_flushall_shift: 6 >18:01:27,990 INFO kernel:[ 0.043253] Freeing SMP alternatives memory: 24K (ffffffff8234d000 - ffffffff82353000) >18:01:27,990 INFO kernel:[ 0.054954] ftrace: allocating 26812 entries in 105 pages >18:01:27,990 INFO kernel:[ 0.064573] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >18:01:27,990 INFO kernel:[ 0.074591] smpboot: CPU0: Intel(R) Core(TM) i5-4430 CPU @ 3.00GHz (fam: 06, model: 3c, stepping: 03) >18:01:27,990 DEBUG kernel:[ 0.074601] TSC deadline timer enabled >18:01:27,990 INFO kernel:[ 0.074616] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver. >18:01:27,990 INFO kernel:[ 0.074629] ... version: 3 >18:01:27,990 INFO kernel:[ 0.074631] ... bit width: 48 >18:01:27,990 INFO kernel:[ 0.074633] ... generic registers: 8 >18:01:27,990 INFO kernel:[ 0.074635] ... value mask: 0000ffffffffffff >18:01:27,990 INFO kernel:[ 0.074637] ... max period: 0000ffffffffffff >18:01:27,990 INFO kernel:[ 0.074639] ... fixed-purpose events: 3 >18:01:27,990 INFO kernel:[ 0.074641] ... event mask: 00000007000000ff >18:01:27,990 INFO kernel:[ 0.076364] x86: Booting SMP configuration: >18:01:27,990 INFO kernel:[ 0.076368] .... node #0, CPUs: #1 >18:01:27,990 INFO kernel:[ 0.090520] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >18:01:27,990 WARNING kernel:[ 0.090725] #2 #3 >18:01:27,990 INFO kernel:[ 0.118978] x86: Booted up 1 node, 4 CPUs >18:01:27,990 INFO kernel:[ 0.118983] smpboot: Total of 4 processors activated (23984.37 BogoMIPS) >18:01:27,990 INFO kernel:[ 0.122395] devtmpfs: initialized >18:01:27,990 INFO kernel:[ 0.127263] PM: Registering ACPI NVS region [mem 0xba6d7000-0xba6ddfff] (28672 bytes) >18:01:27,990 INFO kernel:[ 0.127268] PM: Registering ACPI NVS region [mem 0xcc906000-0xcce41fff] (5488640 bytes) >18:01:27,990 INFO kernel:[ 0.128564] atomic64 test passed for x86-64 platform with CX8 and with SSE >18:01:27,990 INFO kernel:[ 0.128567] pinctrl core: initialized pinctrl subsystem >18:01:27,990 INFO kernel:[ 0.128720] RTC time: 18:01:04, date: 05/12/14 >18:01:27,990 INFO kernel:[ 0.128897] NET: Registered protocol family 16 >18:01:27,990 INFO kernel:[ 0.129181] cpuidle: using governor menu >18:01:27,990 INFO kernel:[ 0.129250] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >18:01:27,990 INFO kernel:[ 0.129261] ACPI: bus type PCI registered >18:01:27,990 INFO kernel:[ 0.129264] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >18:01:27,990 INFO kernel:[ 0.129442] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) >18:01:27,990 INFO kernel:[ 0.129447] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 >18:01:27,990 INFO kernel:[ 0.137727] PCI: Using configuration type 1 for base access >18:01:27,990 INFO kernel:[ 0.143224] ACPI: Added _OSI(Module Device) >18:01:27,990 INFO kernel:[ 0.143227] ACPI: Added _OSI(Processor Device) >18:01:27,990 INFO kernel:[ 0.143230] ACPI: Added _OSI(3.0 _SCP Extensions) >18:01:27,990 INFO kernel:[ 0.143233] ACPI: Added _OSI(Processor Aggregator Device) >18:01:27,990 WARNING kernel:[ 0.160085] ACPI: Executed 1 blocks of module-level executable AML code >18:01:27,990 NOTICE kernel:[ 0.169339] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored >18:01:27,990 WARNING kernel:[ 0.175231] ACPI: SSDT 0x00000000CC8E5C18 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >18:01:27,990 WARNING kernel:[ 0.177243] ACPI: Dynamic OEM Table Load: >18:01:27,990 WARNING kernel:[ 0.177246] ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >18:01:27,990 WARNING kernel:[ 0.182702] ACPI: SSDT 0x00000000CC8E5618 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) >18:01:27,990 WARNING kernel:[ 0.185341] ACPI: Dynamic OEM Table Load: >18:01:27,990 WARNING kernel:[ 0.185344] ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) >18:01:27,990 WARNING kernel:[ 0.190394] ACPI: SSDT 0x00000000CC8E4D98 000119 (v01 PmRef ApCst 00003000 INTL 20051117) >18:01:27,990 WARNING kernel:[ 0.192457] ACPI: Dynamic OEM Table Load: >18:01:27,990 WARNING kernel:[ 0.192460] ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef ApCst 00003000 INTL 20051117) >18:01:27,990 INFO kernel:[ 0.199162] ACPI: Interpreter enabled >18:01:27,990 WARNING kernel:[ 0.199170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580) >18:01:27,990 WARNING kernel:[ 0.199178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580) >18:01:27,990 INFO kernel:[ 0.199215] ACPI: (supports S0 S3 S4 S5) >18:01:27,990 INFO kernel:[ 0.199217] ACPI: Using IOAPIC for interrupt routing >18:01:27,990 INFO kernel:[ 0.199272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >18:01:27,990 INFO kernel:[ 0.228267] ACPI: Power Resource [FN00] (off) >18:01:27,990 INFO kernel:[ 0.228600] ACPI: Power Resource [FN01] (off) >18:01:27,990 INFO kernel:[ 0.228871] ACPI: Power Resource [FN02] (off) >18:01:27,990 INFO kernel:[ 0.229134] ACPI: Power Resource [FN03] (off) >18:01:27,990 INFO kernel:[ 0.229401] ACPI: Power Resource [FN04] (off) >18:01:27,990 DEBUG kernel:[ 0.232067] ACPI: \_PR_.CPU4: failed to get CPU APIC ID. >18:01:27,990 DEBUG kernel:[ 0.232077] ACPI: \_PR_.CPU5: failed to get CPU APIC ID. >18:01:27,990 DEBUG kernel:[ 0.232087] ACPI: \_PR_.CPU6: failed to get CPU APIC ID. >18:01:27,990 DEBUG kernel:[ 0.232097] ACPI: \_PR_.CPU7: failed to get CPU APIC ID. >18:01:27,990 INFO kernel:[ 0.232670] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) >18:01:27,990 INFO kernel:[ 0.232678] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >18:01:27,990 INFO kernel:[ 0.233322] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] >18:01:27,990 INFO kernel:[ 0.233761] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] >18:01:27,990 INFO kernel:[ 0.235546] PCI host bridge to bus 0000:00 >18:01:27,990 INFO kernel:[ 0.235551] pci_bus 0000:00: root bus resource [bus 00-3e] >18:01:27,990 INFO kernel:[ 0.235554] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >18:01:27,990 INFO kernel:[ 0.235557] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >18:01:27,990 INFO kernel:[ 0.235560] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >18:01:27,990 INFO kernel:[ 0.235562] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff] >18:01:27,990 INFO kernel:[ 0.235565] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff] >18:01:27,990 INFO kernel:[ 0.235568] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff] >18:01:27,990 INFO kernel:[ 0.235571] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff] >18:01:27,990 INFO kernel:[ 0.235574] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] >18:01:27,990 INFO kernel:[ 0.235577] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] >18:01:27,990 INFO kernel:[ 0.235580] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] >18:01:27,990 INFO kernel:[ 0.235583] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] >18:01:27,990 INFO kernel:[ 0.235586] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff] >18:01:27,990 DEBUG kernel:[ 0.235602] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 >18:01:27,990 DEBUG kernel:[ 0.235883] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 >18:01:27,990 DEBUG kernel:[ 0.235943] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >18:01:27,990 INFO kernel:[ 0.236163] pci 0000:00:01.0: System wakeup disabled by ACPI >18:01:27,990 DEBUG kernel:[ 0.236291] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000 >18:01:27,990 DEBUG kernel:[ 0.236307] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit] >18:01:27,990 DEBUG kernel:[ 0.236316] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref] >18:01:27,990 DEBUG kernel:[ 0.236322] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] >18:01:27,990 DEBUG kernel:[ 0.236572] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 >18:01:27,990 DEBUG kernel:[ 0.236582] pci 0000:00:03.0: reg 0x10: [mem 0xf7d14000-0xf7d17fff 64bit] >18:01:27,990 DEBUG kernel:[ 0.236855] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 >18:01:27,990 DEBUG kernel:[ 0.236877] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit] >18:01:27,990 DEBUG kernel:[ 0.239037] pci 0000:00:14.0: PME# supported from D3hot D3cold >18:01:27,990 INFO kernel:[ 0.239166] pci 0000:00:14.0: System wakeup disabled by ACPI >18:01:27,990 DEBUG kernel:[ 0.239287] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 >18:01:27,990 DEBUG kernel:[ 0.239310] pci 0000:00:16.0: reg 0x10: [mem 0xf7d1e000-0xf7d1e00f 64bit] >18:01:27,990 DEBUG kernel:[ 0.239389] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold >18:01:27,990 DEBUG kernel:[ 0.239638] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 >18:01:27,990 DEBUG kernel:[ 0.239661] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d1c000-0xf7d1c3ff] >18:01:27,990 DEBUG kernel:[ 0.239767] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >18:01:27,990 INFO kernel:[ 0.239925] pci 0000:00:1a.0: System wakeup disabled by ACPI >18:01:27,990 DEBUG kernel:[ 0.240053] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 >18:01:27,991 DEBUG kernel:[ 0.240068] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit] >18:01:27,991 DEBUG kernel:[ 0.240146] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >18:01:27,991 INFO kernel:[ 0.240276] pci 0000:00:1b.0: System wakeup disabled by ACPI >18:01:27,991 DEBUG kernel:[ 0.240392] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 >18:01:27,991 DEBUG kernel:[ 0.240476] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >18:01:27,991 INFO kernel:[ 0.240607] pci 0000:00:1c.0: System wakeup disabled by ACPI >18:01:27,991 DEBUG kernel:[ 0.240722] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400 >18:01:27,991 DEBUG kernel:[ 0.240807] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >18:01:27,991 INFO kernel:[ 0.240940] pci 0000:00:1c.2: System wakeup disabled by ACPI >18:01:27,991 DEBUG kernel:[ 0.241071] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 >18:01:27,991 DEBUG kernel:[ 0.241095] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d1b000-0xf7d1b3ff] >18:01:27,991 DEBUG kernel:[ 0.241201] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >18:01:27,991 INFO kernel:[ 0.241358] pci 0000:00:1d.0: System wakeup disabled by ACPI >18:01:27,991 DEBUG kernel:[ 0.241478] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100 >18:01:27,991 DEBUG kernel:[ 0.241806] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601 >18:01:27,991 DEBUG kernel:[ 0.241824] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7] >18:01:27,991 DEBUG kernel:[ 0.241833] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3] >18:01:27,991 DEBUG kernel:[ 0.241841] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097] >18:01:27,991 DEBUG kernel:[ 0.241849] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083] >18:01:27,991 DEBUG kernel:[ 0.241857] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] >18:01:27,991 DEBUG kernel:[ 0.241865] pci 0000:00:1f.2: reg 0x24: [mem 0xf7d1a000-0xf7d1a7ff] >18:01:27,991 DEBUG kernel:[ 0.241914] pci 0000:00:1f.2: PME# supported from D3hot >18:01:27,991 DEBUG kernel:[ 0.242150] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 >18:01:27,991 DEBUG kernel:[ 0.242166] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d19000-0xf7d190ff 64bit] >18:01:27,991 DEBUG kernel:[ 0.242190] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] >18:01:27,991 INFO kernel:[ 0.242519] pci 0000:00:01.0: PCI bridge to [bus 01] >18:01:27,991 INFO kernel:[ 0.242780] acpiphp: Slot [1] registered >18:01:27,991 INFO kernel:[ 0.242788] pci 0000:00:1c.0: PCI bridge to [bus 02] >18:01:27,991 DEBUG kernel:[ 0.242964] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 >18:01:27,991 DEBUG kernel:[ 0.242983] pci 0000:03:00.0: reg 0x10: [io 0xe000-0xe0ff] >18:01:27,991 DEBUG kernel:[ 0.243021] pci 0000:03:00.0: reg 0x18: [mem 0xf7c00000-0xf7c00fff 64bit] >18:01:27,991 DEBUG kernel:[ 0.243041] pci 0000:03:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref] >18:01:27,991 DEBUG kernel:[ 0.243152] pci 0000:03:00.0: supports D1 D2 >18:01:27,991 DEBUG kernel:[ 0.243153] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold >18:01:27,991 INFO kernel:[ 0.243210] pci 0000:03:00.0: System wakeup disabled by ACPI >18:01:27,991 INFO kernel:[ 0.245060] pci 0000:00:1c.2: PCI bridge to [bus 03] >18:01:27,991 DEBUG kernel:[ 0.245065] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff] >18:01:27,991 DEBUG kernel:[ 0.245069] pci 0000:00:1c.2: bridge window [mem 0xf7c00000-0xf7cfffff] >18:01:27,991 DEBUG kernel:[ 0.245074] pci 0000:00:1c.2: bridge window [mem 0xf0000000-0xf00fffff 64bit pref] >18:01:27,991 INFO kernel:[ 0.245096] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) >18:01:27,991 INFO kernel:[ 0.246607] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >18:01:27,991 INFO kernel:[ 0.246747] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >18:01:27,991 INFO kernel:[ 0.246883] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >18:01:27,991 INFO kernel:[ 0.247019] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >18:01:27,991 INFO kernel:[ 0.247161] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >18:01:27,991 INFO kernel:[ 0.247297] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >18:01:27,991 INFO kernel:[ 0.247433] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >18:01:27,991 INFO kernel:[ 0.247569] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. >18:01:27,991 WARNING kernel:[ 0.248228] ACPI: Enabled 5 GPEs in block 00 to 3F >18:01:27,991 INFO kernel:[ 0.248600] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >18:01:27,991 INFO kernel:[ 0.248609] vgaarb: loaded >18:01:27,991 INFO kernel:[ 0.248611] vgaarb: bridge control possible 0000:00:02.0 >18:01:27,991 NOTICE kernel:[ 0.248751] SCSI subsystem initialized >18:01:27,991 DEBUG kernel:[ 0.248857] libata version 3.00 loaded. >18:01:27,991 INFO kernel:[ 0.248945] ACPI: bus type USB registered >18:01:27,991 INFO kernel:[ 0.248995] usbcore: registered new interface driver usbfs >18:01:27,991 INFO kernel:[ 0.249023] usbcore: registered new interface driver hub >18:01:27,991 INFO kernel:[ 0.249068] usbcore: registered new device driver usb >18:01:27,991 INFO kernel:[ 0.249361] PCI: Using ACPI for IRQ routing >18:01:27,991 DEBUG kernel:[ 0.250910] PCI: pci_cache_line_size set to 64 bytes >18:01:27,991 DEBUG kernel:[ 0.250955] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] >18:01:27,991 DEBUG kernel:[ 0.250961] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] >18:01:27,991 DEBUG kernel:[ 0.250963] e820: reserve RAM buffer [mem 0xba6d7000-0xbbffffff] >18:01:27,991 DEBUG kernel:[ 0.250965] e820: reserve RAM buffer [mem 0xbab29000-0xbbffffff] >18:01:27,991 DEBUG kernel:[ 0.250966] e820: reserve RAM buffer [mem 0xcc6e8000-0xcfffffff] >18:01:27,991 DEBUG kernel:[ 0.250968] e820: reserve RAM buffer [mem 0xce000000-0xcfffffff] >18:01:27,991 DEBUG kernel:[ 0.250970] e820: reserve RAM buffer [mem 0x21fe00000-0x21fffffff] >18:01:27,991 INFO kernel:[ 0.251415] NetLabel: Initializing >18:01:27,991 INFO kernel:[ 0.251418] NetLabel: domain hash size = 128 >18:01:27,991 INFO kernel:[ 0.251420] NetLabel: protocols = UNLABELED CIPSOv4 >18:01:27,991 INFO kernel:[ 0.251452] NetLabel: unlabeled traffic allowed by default >18:01:27,991 INFO kernel:[ 0.251498] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >18:01:27,991 INFO kernel:[ 0.251505] hpet0: 8 comparators, 64-bit 14.318180 MHz counter >18:01:27,991 INFO kernel:[ 0.253555] Switched to clocksource hpet >18:01:27,991 INFO kernel:[ 0.287155] pnp: PnP ACPI init >18:01:27,991 INFO kernel:[ 0.287208] ACPI: bus type PNP registered >18:01:27,991 INFO kernel:[ 0.287434] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved >18:01:27,991 DEBUG kernel:[ 0.287470] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) >18:01:27,991 DEBUG kernel:[ 0.287493] pnp 00:01: [dma 4] >18:01:27,991 DEBUG kernel:[ 0.287554] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) >18:01:27,991 DEBUG kernel:[ 0.287637] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) >18:01:27,991 DEBUG kernel:[ 0.287840] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active) >18:01:27,991 DEBUG kernel:[ 0.287964] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) >18:01:27,991 INFO kernel:[ 0.288264] system 00:05: [io 0x0680-0x069f] has been reserved >18:01:27,991 INFO kernel:[ 0.288269] system 00:05: [io 0xffff] has been reserved >18:01:27,991 INFO kernel:[ 0.288272] system 00:05: [io 0xffff] has been reserved >18:01:27,991 INFO kernel:[ 0.288275] system 00:05: [io 0xffff] has been reserved >18:01:27,991 INFO kernel:[ 0.288278] system 00:05: [io 0x1c00-0x1cfe] has been reserved >18:01:27,991 INFO kernel:[ 0.288281] system 00:05: [io 0x1d00-0x1dfe] has been reserved >18:01:27,991 INFO kernel:[ 0.288285] system 00:05: [io 0x1e00-0x1efe] has been reserved >18:01:27,991 INFO kernel:[ 0.288288] system 00:05: [io 0x1f00-0x1ffe] has been reserved >18:01:27,991 INFO kernel:[ 0.288293] system 00:05: [io 0x1800-0x18fe] could not be reserved >18:01:27,991 INFO kernel:[ 0.288297] system 00:05: [io 0x164e-0x164f] has been reserved >18:01:27,991 DEBUG kernel:[ 0.288302] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) >18:01:27,991 DEBUG kernel:[ 0.288383] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) >18:01:27,991 INFO kernel:[ 0.288522] system 00:07: [io 0x1854-0x1857] has been reserved >18:01:27,991 DEBUG kernel:[ 0.288528] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >18:01:27,991 INFO kernel:[ 0.288750] system 00:08: [io 0x0290-0x029f] has been reserved >18:01:27,991 DEBUG kernel:[ 0.288756] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) >18:01:27,991 INFO kernel:[ 0.288891] system 00:09: [io 0x04d0-0x04d1] has been reserved >18:01:27,991 DEBUG kernel:[ 0.288896] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) >18:01:27,991 DEBUG kernel:[ 0.289330] pnp 00:0a: [dma 0 disabled] >18:01:27,991 DEBUG kernel:[ 0.289440] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active) >18:01:27,991 DEBUG kernel:[ 0.289571] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) >18:01:27,991 INFO kernel:[ 0.290701] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved >18:01:27,991 INFO kernel:[ 0.290706] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved >18:01:27,991 INFO kernel:[ 0.290710] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved >18:01:27,991 INFO kernel:[ 0.290713] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved >18:01:27,991 INFO kernel:[ 0.290717] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved >18:01:27,991 INFO kernel:[ 0.290720] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved >18:01:27,991 INFO kernel:[ 0.290723] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved >18:01:27,991 INFO kernel:[ 0.290727] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved >18:01:27,991 INFO kernel:[ 0.290730] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved >18:01:27,991 INFO kernel:[ 0.290735] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved >18:01:27,991 INFO kernel:[ 0.290739] system 00:0c: [mem 0xf7fef000-0xf7feffff] has been reserved >18:01:27,991 INFO kernel:[ 0.290742] system 00:0c: [mem 0xf7ff0000-0xf7ff0fff] has been reserved >18:01:27,991 DEBUG kernel:[ 0.290748] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active) >18:01:27,991 INFO kernel:[ 0.291467] pnp: PnP ACPI: found 13 devices >18:01:27,991 INFO kernel:[ 0.291470] ACPI: bus type PNP unregistered >18:01:27,991 INFO kernel:[ 0.301435] pci 0000:00:01.0: PCI bridge to [bus 01] >18:01:27,991 INFO kernel:[ 0.301446] pci 0000:00:1c.0: PCI bridge to [bus 02] >18:01:27,991 INFO kernel:[ 0.301458] pci 0000:00:1c.2: PCI bridge to [bus 03] >18:01:27,991 INFO kernel:[ 0.301462] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff] >18:01:27,991 INFO kernel:[ 0.301468] pci 0000:00:1c.2: bridge window [mem 0xf7c00000-0xf7cfffff] >18:01:27,991 INFO kernel:[ 0.301473] pci 0000:00:1c.2: bridge window [mem 0xf0000000-0xf00fffff 64bit pref] >18:01:27,991 DEBUG kernel:[ 0.301482] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >18:01:27,991 DEBUG kernel:[ 0.301483] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >18:01:27,991 DEBUG kernel:[ 0.301484] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >18:01:27,991 DEBUG kernel:[ 0.301486] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff] >18:01:27,991 DEBUG kernel:[ 0.301487] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff] >18:01:27,991 DEBUG kernel:[ 0.301488] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff] >18:01:27,991 DEBUG kernel:[ 0.301489] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff] >18:01:27,991 DEBUG kernel:[ 0.301490] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff] >18:01:27,991 DEBUG kernel:[ 0.301491] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff] >18:01:27,991 DEBUG kernel:[ 0.301492] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff] >18:01:27,991 DEBUG kernel:[ 0.301494] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff] >18:01:27,991 DEBUG kernel:[ 0.301495] pci_bus 0000:00: resource 15 [mem 0xdf200000-0xfeafffff] >18:01:27,991 DEBUG kernel:[ 0.301496] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] >18:01:27,991 DEBUG kernel:[ 0.301497] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff] >18:01:27,991 DEBUG kernel:[ 0.301499] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref] >18:01:27,991 INFO kernel:[ 0.301541] NET: Registered protocol family 2 >18:01:27,991 INFO kernel:[ 0.302098] TCP established hash table entries: 65536 (order: 7, 524288 bytes) >18:01:27,991 INFO kernel:[ 0.303287] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes) >18:01:27,991 INFO kernel:[ 0.305998] TCP: Hash tables configured (established 65536 bind 65536) >18:01:27,991 INFO kernel:[ 0.306060] TCP: reno registered >18:01:27,991 INFO kernel:[ 0.306230] UDP hash table entries: 4096 (order: 7, 786432 bytes) >18:01:27,991 INFO kernel:[ 0.306752] UDP-Lite hash table entries: 4096 (order: 7, 786432 bytes) >18:01:27,991 INFO kernel:[ 0.307293] NET: Registered protocol family 1 >18:01:27,991 DEBUG kernel:[ 0.307314] pci 0000:00:02.0: Boot video device >18:01:27,991 DEBUG kernel:[ 0.339892] PCI: CLS 64 bytes, default 64 >18:01:27,991 INFO kernel:[ 0.340128] Unpacking initramfs... >18:01:27,991 INFO kernel:[ 3.873866] Freeing initrd memory: 39532K (ffff88003d960000 - ffff88003fffb000) >18:01:27,991 INFO kernel:[ 3.886143] DMA-API: preallocated 65536 debug entries >18:01:27,991 INFO kernel:[ 3.886148] DMA-API: debugging enabled by kernel config >18:01:27,991 INFO kernel:[ 3.886152] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >18:01:27,991 INFO kernel:[ 3.886155] software IO TLB [mem 0xc3f51000-0xc7f51000] (64MB) mapped at [ffff8800c3f51000-ffff8800c7f50fff] >18:01:27,991 INFO kernel:[ 3.886943] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer >18:01:27,991 INFO kernel:[ 3.888015] Scanning for low memory corruption every 60 seconds >18:01:27,991 INFO kernel:[ 3.888419] AVX2 version of gcm_enc/dec engaged. >18:01:27,991 WARNING kernel:[ 3.888503] cryptomgr_test (43) used greatest stack depth: 5752 bytes left >18:01:27,991 WARNING kernel:[ 3.890598] modprobe (51) used greatest stack depth: 5408 bytes left >18:01:27,991 WARNING kernel:[ 3.892191] cryptomgr_test (48) used greatest stack depth: 5112 bytes left >18:01:27,991 INFO kernel:[ 3.892316] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >18:01:27,991 INFO kernel:[ 3.893170] futex hash table entries: 1024 (order: 5, 131072 bytes) >18:01:27,991 NOTICE kernel:[ 3.893222] Initialise system trusted keyring >18:01:27,991 INFO kernel:[ 3.893289] audit: initializing netlink subsys (disabled) >18:01:27,991 NOTICE kernel:[ 3.893349] audit: type=2000 audit(1399917666.874:1): initialized >18:01:27,991 INFO kernel:[ 3.912831] HugeTLB registered 2 MB page size, pre-allocated 0 pages >18:01:27,991 INFO kernel:[ 3.919709] zbud: loaded >18:01:27,991 NOTICE kernel:[ 3.920133] VFS: Disk quotas dquot_6.5.2 >18:01:27,991 WARNING kernel:[ 3.920247] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >18:01:27,991 INFO kernel:[ 3.921664] msgmni has been set to 15286 >18:01:27,991 NOTICE kernel:[ 3.921878] Key type big_key registered >18:01:27,991 DEBUG kernel:[ 3.921881] SELinux: Registering netfilter hooks >18:01:27,991 INFO kernel:[ 3.923047] alg: No test for stdrng (krng) >18:01:27,991 INFO kernel:[ 3.923058] NET: Registered protocol family 38 >18:01:27,991 NOTICE kernel:[ 3.923074] Key type asymmetric registered >18:01:27,991 NOTICE kernel:[ 3.923084] Asymmetric key parser 'x509' registered >18:01:27,991 INFO kernel:[ 3.923107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >18:01:27,991 INFO kernel:[ 3.923177] io scheduler noop registered >18:01:27,991 INFO kernel:[ 3.923179] io scheduler deadline registered >18:01:27,991 INFO kernel:[ 3.923381] io scheduler cfq registered (default) >18:01:27,991 DEBUG kernel:[ 3.924020] list_sort_test: start testing list_sort() >18:01:27,991 DEBUG kernel:[ 3.924794] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X >18:01:27,991 INFO kernel:[ 3.925459] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >18:01:27,991 INFO kernel:[ 3.925546] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >18:01:27,991 INFO kernel:[ 3.925737] efifb: probing for efifb >18:01:27,991 INFO kernel:[ 3.926163] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90005400000, using 3072k, total 3072k >18:01:27,991 INFO kernel:[ 3.926167] efifb: mode is 1024x768x32, linelength=4096, pages=1 >18:01:27,991 INFO kernel:[ 3.926169] efifb: scrolling: redraw >18:01:27,991 INFO kernel:[ 3.926171] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >18:01:27,991 INFO kernel:[ 3.927809] Console: switching to colour frame buffer device 128x48 >18:01:27,991 INFO kernel:[ 3.928961] fb0: EFI VGA frame buffer device >18:01:27,991 DEBUG kernel:[ 3.928988] intel_idle: MWAIT substates: 0x42120 >18:01:27,991 DEBUG kernel:[ 3.928989] intel_idle: v0.4 model 0x3C >18:01:27,991 DEBUG kernel:[ 3.928990] intel_idle: lapic_timer_reliable_states 0xffffffff >18:01:27,991 INFO kernel:[ 3.929802] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >18:01:27,991 INFO kernel:[ 3.929848] ACPI: Power Button [PWRB] >18:01:27,991 INFO kernel:[ 3.929980] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >18:01:27,991 INFO kernel:[ 3.930003] ACPI: Power Button [PWRF] >18:01:27,991 INFO kernel:[ 3.930208] ACPI: Fan [FAN0] (off) >18:01:27,991 INFO kernel:[ 3.930310] ACPI: Fan [FAN1] (off) >18:01:27,991 INFO kernel:[ 3.930404] ACPI: Fan [FAN2] (off) >18:01:27,991 INFO kernel:[ 3.930498] ACPI: Fan [FAN3] (off) >18:01:27,991 INFO kernel:[ 3.930603] ACPI: Fan [FAN4] (off) >18:01:27,991 INFO kernel:[ 3.932174] thermal LNXTHERM:00: registered as thermal_zone0 >18:01:27,991 INFO kernel:[ 3.932193] ACPI: Thermal Zone [TZ00] (28 C) >18:01:27,991 INFO kernel:[ 3.932897] thermal LNXTHERM:01: registered as thermal_zone1 >18:01:27,991 INFO kernel:[ 3.932916] ACPI: Thermal Zone [TZ01] (30 C) >18:01:27,991 INFO kernel:[ 3.933012] GHES: HEST is not enabled! >18:01:27,991 INFO kernel:[ 3.933137] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >18:01:27,991 INFO kernel:[ 3.953852] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >18:01:27,991 INFO kernel:[ 3.955333] Non-volatile memory driver v1.3 >18:01:27,991 INFO kernel:[ 3.955776] Linux agpgart interface v0.103 >18:01:27,991 DEBUG kernel:[ 3.956569] ahci 0000:00:1f.2: version 3.0 >18:01:27,991 DEBUG kernel:[ 3.956825] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X >18:01:27,991 INFO kernel:[ 3.956916] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xb impl SATA mode >18:01:27,991 INFO kernel:[ 3.957354] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst >18:01:27,991 INFO kernel:[ 3.963956] scsi0 : ahci >18:01:27,991 INFO kernel:[ 3.964828] scsi1 : ahci >18:01:27,991 INFO kernel:[ 3.965590] scsi2 : ahci >18:01:27,991 INFO kernel:[ 3.966322] scsi3 : ahci >18:01:27,991 INFO kernel:[ 3.967020] scsi4 : ahci >18:01:27,991 INFO kernel:[ 3.967692] scsi5 : ahci >18:01:27,991 INFO kernel:[ 3.968226] ata1: SATA max UDMA/133 abar m2048@0xf7d1a000 port 0xf7d1a100 irq 41 >18:01:27,991 INFO kernel:[ 3.968641] ata2: SATA max UDMA/133 abar m2048@0xf7d1a000 port 0xf7d1a180 irq 41 >18:01:27,991 INFO kernel:[ 3.969052] ata3: DUMMY >18:01:27,991 INFO kernel:[ 3.969443] ata4: SATA max UDMA/133 abar m2048@0xf7d1a000 port 0xf7d1a280 irq 41 >18:01:27,991 INFO kernel:[ 3.969854] ata5: DUMMY >18:01:27,991 INFO kernel:[ 3.970255] ata6: DUMMY >18:01:27,991 INFO kernel:[ 3.970888] libphy: Fixed MDIO Bus: probed >18:01:27,991 INFO kernel:[ 3.971439] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >18:01:27,991 INFO kernel:[ 3.971861] ehci-pci: EHCI PCI platform driver >18:01:27,991 INFO kernel:[ 3.972570] ehci-pci 0000:00:1a.0: EHCI Host Controller >18:01:27,991 INFO kernel:[ 3.973278] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 >18:01:27,991 INFO kernel:[ 3.973730] ehci-pci 0000:00:1a.0: debug port 2 >18:01:27,991 DEBUG kernel:[ 3.978077] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported >18:01:27,991 INFO kernel:[ 3.978116] ehci-pci 0000:00:1a.0: irq 20, io mem 0xf7d1c000 >18:01:27,991 INFO kernel:[ 3.983687] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >18:01:27,991 INFO kernel:[ 3.984289] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >18:01:27,991 INFO kernel:[ 3.984687] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:01:27,991 INFO kernel:[ 3.985074] usb usb1: Product: EHCI Host Controller >18:01:27,991 INFO kernel:[ 3.985450] usb usb1: Manufacturer: Linux 3.15.0-0.rc4.git4.1.fc21.x86_64 ehci_hcd >18:01:27,991 INFO kernel:[ 3.985836] usb usb1: SerialNumber: 0000:00:1a.0 >18:01:27,991 INFO kernel:[ 3.986810] hub 1-0:1.0: USB hub found >18:01:27,991 INFO kernel:[ 3.987207] hub 1-0:1.0: 2 ports detected >18:01:27,991 INFO kernel:[ 3.988403] ehci-pci 0000:00:1d.0: EHCI Host Controller >18:01:27,991 INFO kernel:[ 3.988918] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 >18:01:27,991 INFO kernel:[ 3.989321] ehci-pci 0000:00:1d.0: debug port 2 >18:01:27,991 DEBUG kernel:[ 3.993633] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported >18:01:27,991 INFO kernel:[ 3.993656] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d1b000 >18:01:27,991 INFO kernel:[ 3.999704] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >18:01:27,991 INFO kernel:[ 4.000191] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >18:01:27,991 INFO kernel:[ 4.000590] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:01:27,991 INFO kernel:[ 4.000995] usb usb2: Product: EHCI Host Controller >18:01:27,991 INFO kernel:[ 4.001388] usb usb2: Manufacturer: Linux 3.15.0-0.rc4.git4.1.fc21.x86_64 ehci_hcd >18:01:27,991 INFO kernel:[ 4.001799] usb usb2: SerialNumber: 0000:00:1d.0 >18:01:27,991 INFO kernel:[ 4.002543] hub 2-0:1.0: USB hub found >18:01:27,991 INFO kernel:[ 4.002956] hub 2-0:1.0: 2 ports detected >18:01:27,991 INFO kernel:[ 4.003737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >18:01:27,991 INFO kernel:[ 4.004138] ohci-pci: OHCI PCI platform driver >18:01:27,991 INFO kernel:[ 4.004544] uhci_hcd: USB Universal Host Controller Interface driver >18:01:27,991 INFO kernel:[ 4.005230] xhci_hcd 0000:00:14.0: xHCI Host Controller >18:01:27,991 INFO kernel:[ 4.005773] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 >18:01:27,991 DEBUG kernel:[ 4.006814] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported >18:01:27,991 DEBUG kernel:[ 4.006853] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X >18:01:27,991 INFO kernel:[ 4.006963] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 >18:01:27,991 INFO kernel:[ 4.007370] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:01:27,991 INFO kernel:[ 4.007791] usb usb3: Product: xHCI Host Controller >18:01:27,991 INFO kernel:[ 4.008210] usb usb3: Manufacturer: Linux 3.15.0-0.rc4.git4.1.fc21.x86_64 xhci_hcd >18:01:27,991 INFO kernel:[ 4.008645] usb usb3: SerialNumber: 0000:00:14.0 >18:01:27,991 INFO kernel:[ 4.009416] hub 3-0:1.0: USB hub found >18:01:27,991 INFO kernel:[ 4.009890] hub 3-0:1.0: 14 ports detected >18:01:27,991 INFO kernel:[ 4.018202] xhci_hcd 0000:00:14.0: xHCI Host Controller >18:01:27,991 INFO kernel:[ 4.018797] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 >18:01:27,991 INFO kernel:[ 4.019309] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 >18:01:27,991 INFO kernel:[ 4.019753] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:01:27,991 INFO kernel:[ 4.020191] usb usb4: Product: xHCI Host Controller >18:01:27,991 INFO kernel:[ 4.020623] usb usb4: Manufacturer: Linux 3.15.0-0.rc4.git4.1.fc21.x86_64 xhci_hcd >18:01:27,991 INFO kernel:[ 4.021069] usb usb4: SerialNumber: 0000:00:14.0 >18:01:27,991 INFO kernel:[ 4.021939] hub 4-0:1.0: USB hub found >18:01:27,991 INFO kernel:[ 4.022411] hub 4-0:1.0: 6 ports detected >18:01:27,991 INFO kernel:[ 4.026257] usbcore: registered new interface driver usbserial >18:01:27,991 INFO kernel:[ 4.026715] usbcore: registered new interface driver usbserial_generic >18:01:27,991 INFO kernel:[ 4.027218] usbserial: USB Serial support registered for generic >18:01:27,991 INFO kernel:[ 4.027710] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 >18:01:27,991 WARNING kernel:[ 4.028154] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp >18:01:27,991 INFO kernel:[ 4.029312] serio: i8042 KBD port at 0x60,0x64 irq 1 >18:01:27,991 INFO kernel:[ 4.030134] mousedev: PS/2 mouse device common for all mice >18:01:27,991 INFO kernel:[ 4.031216] rtc_cmos 00:06: RTC can wake from S4 >18:01:27,991 INFO kernel:[ 4.031968] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 >18:01:27,991 INFO kernel:[ 4.032454] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >18:01:27,991 INFO kernel:[ 4.033136] device-mapper: uevent: version 1.0.3 >18:01:27,991 INFO kernel:[ 4.033839] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >18:01:27,991 INFO kernel:[ 4.034452] Intel P-state driver initializing. >18:01:27,991 INFO kernel:[ 4.034983] Intel pstate controlling: cpu 0 >18:01:27,991 INFO kernel:[ 4.035570] Intel pstate controlling: cpu 1 >18:01:27,991 INFO kernel:[ 4.036081] Intel pstate controlling: cpu 2 >18:01:27,991 INFO kernel:[ 4.036581] Intel pstate controlling: cpu 3 >18:01:27,991 INFO kernel:[ 4.038446] EFI Variables Facility v0.08 2004-May-17 >18:01:27,991 INFO kernel:[ 4.043366] hidraw: raw HID events driver (C) Jiri Kosina >18:01:27,991 INFO kernel:[ 4.044069] usbcore: registered new interface driver usbhid >18:01:27,991 INFO kernel:[ 4.044515] usbhid: USB HID core driver >18:01:27,991 INFO kernel:[ 4.045056] drop_monitor: Initializing network drop monitor service >18:01:27,991 INFO kernel:[ 4.045621] ip_tables: (C) 2000-2006 Netfilter Core Team >18:01:27,991 INFO kernel:[ 4.046158] TCP: cubic registered >18:01:27,991 INFO kernel:[ 4.046590] Initializing XFRM netlink socket >18:01:27,991 INFO kernel:[ 4.047466] NET: Registered protocol family 10 >18:01:27,991 INFO kernel:[ 4.048480] mip6: Mobile IPv6 >18:01:27,991 INFO kernel:[ 4.048903] NET: Registered protocol family 17 >18:01:27,991 NOTICE kernel:[ 4.050173] Loading compiled-in X.509 certificates >18:01:27,991 NOTICE kernel:[ 4.051257] Loaded X.509 cert 'Fedora kernel signing key: b9e1bd4a4541d254be2599407d1a5ac207934d1c' >18:01:27,991 INFO kernel:[ 4.051694] registered taskstats version 1 >18:01:27,991 INFO kernel:[ 4.052421] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >18:01:27,991 INFO kernel:[ 4.053531] Magic number: 14:764:38 >18:01:27,991 INFO kernel:[ 4.053987] serial 00:0a: hash matches >18:01:27,991 INFO kernel:[ 4.054520] rtc_cmos 00:06: setting system clock to 2014-05-12 18:01:07 UTC (1399917667) >18:01:27,991 DEBUG kernel:[ 4.055264] PM: Hibernation image not present or could not be loaded. >18:01:27,991 INFO kernel:[ 4.276188] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >18:01:27,991 INFO kernel:[ 4.278125] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >18:01:27,991 INFO kernel:[ 4.281716] ata1.00: ATA-8: SanDisk SDSSDH2256G, X211200, max UDMA/133 >18:01:27,991 INFO kernel:[ 4.283475] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA >18:01:27,991 INFO kernel:[ 4.287081] ata2.00: ATA-7: SAMSUNG HD154UI, 1AG01118, max UDMA7 >18:01:27,991 INFO kernel:[ 4.288868] ata2.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >18:01:27,991 INFO kernel:[ 4.290815] ata1.00: configured for UDMA/133 >18:01:27,991 INFO kernel:[ 4.291294] usb 1-1: new high-speed USB device number 2 using ehci-pci >18:01:27,991 NOTICE kernel:[ 4.296728] scsi 0:0:0:0: Direct-Access ATA SanDisk SDSSDH22 X211 PQ: 0 ANSI: 5 >18:01:27,991 INFO kernel:[ 4.299592] ata2.00: configured for UDMA/133 >18:01:27,991 NOTICE kernel:[ 4.301748] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB) >18:01:27,991 NOTICE kernel:[ 4.302384] sd 0:0:0:0: Attached scsi generic sg0 type 0 >18:01:27,991 NOTICE kernel:[ 4.304065] scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD154UI 1AG0 PQ: 0 ANSI: 5 >18:01:27,991 NOTICE kernel:[ 4.305697] sd 1:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB) >18:01:27,991 NOTICE kernel:[ 4.305945] sd 1:0:0:0: [sdb] Write Protect is off >18:01:27,991 DEBUG kernel:[ 4.305950] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >18:01:27,991 NOTICE kernel:[ 4.306047] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >18:01:27,991 NOTICE kernel:[ 4.306207] sd 1:0:0:0: Attached scsi generic sg1 type 0 >18:01:27,991 INFO kernel:[ 4.314758] sdb: sdb1 >18:01:27,991 NOTICE kernel:[ 4.314938] sd 0:0:0:0: [sda] Write Protect is off >18:01:27,991 DEBUG kernel:[ 4.314942] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >18:01:27,991 NOTICE kernel:[ 4.315019] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >18:01:27,991 INFO kernel:[ 4.321600] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 >18:01:27,991 NOTICE kernel:[ 4.321844] sd 1:0:0:0: [sdb] Attached SCSI disk >18:01:27,991 NOTICE kernel:[ 4.330528] sd 0:0:0:0: [sda] Attached SCSI disk >18:01:27,991 INFO kernel:[ 4.406103] usb 1-1: New USB device found, idVendor=8087, idProduct=8008 >18:01:27,992 INFO kernel:[ 4.408070] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >18:01:27,992 INFO kernel:[ 4.411621] hub 1-1:1.0: USB hub found >18:01:27,992 INFO kernel:[ 4.414007] hub 1-1:1.0: 6 ports detected >18:01:27,992 INFO kernel:[ 4.522511] usb 2-1: new high-speed USB device number 2 using ehci-pci >18:01:27,992 INFO kernel:[ 4.639399] usb 2-1: New USB device found, idVendor=8087, idProduct=8000 >18:01:27,992 INFO kernel:[ 4.641362] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >18:01:27,992 INFO kernel:[ 4.644475] hub 2-1:1.0: USB hub found >18:01:27,992 INFO kernel:[ 4.646667] hub 2-1:1.0: 8 ports detected >18:01:27,992 INFO kernel:[ 4.807895] usb 3-4: new high-speed USB device number 2 using xhci_hcd >18:01:27,992 INFO kernel:[ 4.890150] tsc: Refined TSC clocksource calibration: 2998.261 MHz >18:01:27,992 INFO kernel:[ 4.975340] usb 3-4: New USB device found, idVendor=2109, idProduct=0811 >18:01:27,992 INFO kernel:[ 4.977344] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 >18:01:27,992 INFO kernel:[ 4.979315] usb 3-4: Product: USB2.0 Hub >18:01:27,992 INFO kernel:[ 4.982748] hub 3-4:1.0: USB hub found >18:01:27,992 INFO kernel:[ 4.984928] hub 3-4:1.0: 4 ports detected >18:01:27,992 INFO kernel:[ 5.148418] usb 3-13: new low-speed USB device number 3 using xhci_hcd >18:01:27,992 INFO kernel:[ 5.318930] usb 3-13: New USB device found, idVendor=046d, idProduct=c018 >18:01:27,992 INFO kernel:[ 5.320839] usb 3-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >18:01:27,992 INFO kernel:[ 5.322700] usb 3-13: Product: USB Optical Mouse >18:01:27,992 INFO kernel:[ 5.324498] usb 3-13: Manufacturer: Logitech >18:01:27,992 WARNING kernel:[ 5.327275] usb 3-13: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes >18:01:27,992 INFO kernel:[ 5.333404] 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 >18:01:27,992 INFO kernel:[ 5.339438] 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 >18:01:27,992 INFO kernel:[ 5.496898] usb 3-14: new high-speed USB device number 4 using xhci_hcd >18:01:27,992 INFO kernel:[ 5.664553] usb 3-14: New USB device found, idVendor=1307, idProduct=0165 >18:01:27,992 INFO kernel:[ 5.666594] usb 3-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >18:01:27,992 INFO kernel:[ 5.668602] usb 3-14: Product: USB Mass Storage Device >18:01:27,992 INFO kernel:[ 5.670570] usb 3-14: Manufacturer: USBest Technology >18:01:27,992 INFO kernel:[ 5.672521] usb 3-14: SerialNumber: 000000000002FB >18:01:27,992 INFO kernel:[ 5.778630] usb 4-4: new SuperSpeed USB device number 2 using xhci_hcd >18:01:27,992 INFO kernel:[ 5.840160] usb 4-4: New USB device found, idVendor=2109, idProduct=0811 >18:01:27,992 INFO kernel:[ 5.842145] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >18:01:27,992 INFO kernel:[ 5.844079] usb 4-4: Product: 4-Port USB 3.0 Hub >18:01:27,992 INFO kernel:[ 5.846044] usb 4-4: Manufacturer: VIA Labs, Inc. >18:01:27,992 INFO kernel:[ 5.849547] hub 4-4:1.0: USB hub found >18:01:27,992 INFO kernel:[ 5.852045] hub 4-4:1.0: 4 ports detected >18:01:27,992 INFO kernel:[ 5.894101] Switched to clocksource tsc >18:01:27,992 INFO kernel:[ 6.178791] ata4: SATA link down (SStatus 1 SControl 300) >18:01:27,992 INFO kernel:[ 6.187444] Freeing unused kernel memory: 3696K (ffffffff81fb1000 - ffffffff8234d000) >18:01:27,992 INFO kernel:[ 6.189347] Write protecting the kernel read-only data: 14336k >18:01:27,992 INFO kernel:[ 6.203305] Freeing unused kernel memory: 2028K (ffff880001805000 - ffff880001a00000) >18:01:27,992 INFO kernel:[ 6.208439] Freeing unused kernel memory: 744K (ffff880001d46000 - ffff880001e00000) >18:01:27,992 NOTICE kernel:[ 6.233066] random: systemd urandom read with 97 bits of entropy available >18:01:27,992 WARNING kernel:[ 6.376753] dracut-rootfs-g (110) used greatest stack depth: 4936 bytes left >18:01:27,992 INFO kernel:[ 6.515116] device-mapper: multipath: version 1.7.0 loaded >18:01:27,992 INFO kernel:[ 6.822906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >18:01:27,992 INFO kernel:[ 6.824848] EDD information not available. >18:01:27,992 INFO kernel:[ 8.891758] squashfs: version 4.0 (2009/01/31) Phillip Lougher >18:01:27,992 INFO kernel:[ 8.913010] Loading iSCSI transport class v2.0-870. >18:01:27,992 NOTICE kernel:[ 8.927307] iscsi: registered transport (tcp) >18:01:27,992 INFO kernel:[ 8.939951] alua: device handler registered >18:01:27,992 INFO kernel:[ 8.956410] emc: device handler registered >18:01:27,992 INFO kernel:[ 8.970380] hp_sw: device handler registered >18:01:27,992 INFO kernel:[ 8.987399] rdac: device handler registered >18:01:27,992 INFO kernel:[ 12.028650] floppy0: no floppy controllers found >18:01:27,992 WARNING kernel:[ 12.045211] modprobe (389) used greatest stack depth: 4896 bytes left >18:01:27,992 INFO kernel:[ 12.059007] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >18:01:27,992 INFO kernel:[ 12.060826] EDD information not available. >18:01:27,992 INFO kernel:[ 12.084266] No iBFT detected. >18:01:27,992 INFO kernel:[ 12.101342] md: raid0 personality registered for level 0 >18:01:27,992 INFO kernel:[ 12.119232] md: raid1 personality registered for level 1 >18:01:27,992 INFO kernel:[ 12.133613] async_tx: api initialized (async) >18:01:27,992 INFO kernel:[ 12.139170] xor: automatically using best checksumming function: >18:01:27,992 INFO kernel:[ 12.150889] avx : 9732.000 MB/sec >18:01:27,992 WARNING kernel:[ 12.174906] raid6: sse2x1 3863 MB/s >18:01:27,992 WARNING kernel:[ 12.192926] raid6: sse2x2 5582 MB/s >18:01:27,992 WARNING kernel:[ 12.209953] raid6: sse2x4 7253 MB/s >18:01:27,992 WARNING kernel:[ 12.226970] raid6: avx2x1 10726 MB/s >18:01:27,992 WARNING kernel:[ 12.243992] raid6: avx2x2 13769 MB/s >18:01:27,992 WARNING kernel:[ 12.261020] raid6: avx2x4 17246 MB/s >18:01:27,992 WARNING kernel:[ 12.261578] raid6: using algorithm avx2x4 (17246 MB/s) >18:01:27,992 WARNING kernel:[ 12.262135] raid6: using avx2x2 recovery algorithm >18:01:27,992 INFO kernel:[ 12.269513] md: raid6 personality registered for level 6 >18:01:27,992 INFO kernel:[ 12.270087] md: raid5 personality registered for level 5 >18:01:27,992 INFO kernel:[ 12.270625] md: raid4 personality registered for level 4 >18:01:27,992 INFO kernel:[ 12.289885] md: raid10 personality registered for level 10 >18:01:27,992 INFO kernel:[ 12.302824] md: linear personality registered for level -1 >18:01:27,992 INFO kernel:[ 12.373278] device-mapper: multipath round-robin: version 1.0.0 loaded >18:01:27,992 INFO kernel:[ 12.414096] sha256_ssse3: Using AVX2 optimized SHA-256 implementation >18:01:27,992 INFO kernel:[ 12.519255] RPC: Registered named UNIX socket transport module. >18:01:27,992 INFO kernel:[ 12.520470] RPC: Registered udp transport module. >18:01:27,992 INFO kernel:[ 12.521624] RPC: Registered tcp transport module. >18:01:27,992 INFO kernel:[ 12.522749] RPC: Registered tcp NFSv4.1 backchannel transport module. >18:01:27,992 INFO kernel:[ 13.633347] wmi: Mapper loaded >18:01:27,992 NOTICE kernel:[ 13.647209] random: nonblocking pool is initialized >18:01:27,992 INFO kernel:[ 13.652427] usb-storage 3-14:1.0: USB Mass Storage device detected >18:01:27,992 INFO kernel:[ 13.653201] scsi6 : usb-storage 3-14:1.0 >18:01:27,992 INFO kernel:[ 13.653984] usbcore: registered new interface driver usb-storage >18:01:27,992 INFO kernel:[ 13.664211] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded >18:01:27,992 WARNING kernel:[ 13.664797] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control >18:01:27,992 INFO kernel:[ 13.666195] [drm] Initialized drm 1.1.0 20060810 >18:01:27,992 INFO kernel:[ 13.667617] usbcore: registered new interface driver uas >18:01:27,992 DEBUG kernel:[ 13.668353] r8169 0000:03:00.0: irq 43 for MSI/MSI-X >18:01:27,992 INFO kernel:[ 13.673823] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90000c70000, d8:50:e6:4e:6e:5f, XID 0c000800 IRQ 43 >18:01:27,992 INFO kernel:[ 13.674471] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] >18:01:27,992 INFO kernel:[ 13.691607] [drm] Memory usable by graphics device = 2048M >18:01:27,992 DEBUG kernel:[ 13.692064] checking generic (e0000000 300000) vs hw (e0000000 10000000) >18:01:27,992 INFO kernel:[ 13.692066] fb: switching to inteldrmfb from EFI VGA >18:01:27,992 INFO kernel:[ 13.692584] Console: switching to colour dummy device 80x25 >18:01:27,992 INFO kernel:[ 13.741920] alg: No test for crc32 (crc32-pclmul) >18:01:27,992 DEBUG kernel:[ 13.742398] i915 0000:00:02.0: irq 44 for MSI/MSI-X >18:01:27,992 INFO kernel:[ 13.742418] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >18:01:27,992 INFO kernel:[ 13.742422] [drm] Driver supports precise vblank timestamp query. >18:01:27,992 INFO kernel:[ 13.742562] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem >18:01:27,992 INFO kernel:[ 13.786339] fbcon: inteldrmfb (fb0) is primary device >18:01:27,992 INFO kernel:[ 13.854489] Console: switching to colour frame buffer device 160x64 >18:01:27,992 INFO kernel:[ 13.863504] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device >18:01:27,992 INFO kernel:[ 13.863570] i915 0000:00:02.0: registered panic notifier >18:01:27,992 INFO kernel:[ 13.884580] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) >18:01:27,992 INFO kernel:[ 13.891728] acpi device:62: registered as cooling_device9 >18:01:27,992 INFO kernel:[ 13.893548] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 >18:01:27,992 INFO kernel:[ 13.894998] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 >18:01:27,992 WARNING kernel:[ 14.414603] systemd-udevd (519) used greatest stack depth: 4824 bytes left >18:01:27,992 WARNING kernel:[ 14.414651] systemd-udevd (528) used greatest stack depth: 4744 bytes left >18:01:27,992 WARNING kernel:[ 14.421451] systemd-udevd (520) used greatest stack depth: 3248 bytes left >18:01:27,992 NOTICE kernel:[ 14.657488] scsi 6:0:0:0: Direct-Access Ut165 USB Flash Disk 0.00 PQ: 0 ANSI: 2 >18:01:27,992 NOTICE kernel:[ 14.670793] sd 6:0:0:0: [sdc] 7892040 512-byte logical blocks: (4.04 GB/3.76 GiB) >18:01:27,992 NOTICE kernel:[ 14.671075] sd 6:0:0:0: [sdc] Write Protect is off >18:01:27,992 DEBUG kernel:[ 14.671099] sd 6:0:0:0: [sdc] Mode Sense: 00 00 00 00 >18:01:27,992 ERR kernel:[ 14.671658] sd 6:0:0:0: [sdc] Asking for cache data failed >18:01:27,992 ERR kernel:[ 14.671682] sd 6:0:0:0: [sdc] Assuming drive cache: write through >18:01:27,992 NOTICE kernel:[ 14.672024] sd 6:0:0:0: Attached scsi generic sg2 type 0 >18:01:27,992 INFO kernel:[ 14.801868] sdc: sdc1 sdc2 >18:01:27,992 NOTICE kernel:[ 14.809215] sd 6:0:0:0: [sdc] Attached SCSI removable disk >18:01:27,992 INFO kernel:[ 14.992211] r8169 0000:03:00.0 p2p1: link down >18:01:27,992 INFO kernel:[ 14.992297] r8169 0000:03:00.0 p2p1: link down >18:01:27,992 INFO kernel:[ 14.992302] IPv6: ADDRCONF(NETDEV_UP): p2p1: link is not ready >18:01:27,992 INFO kernel:[ 15.729372] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off >18:01:27,992 INFO kernel:[ 16.645952] r8169 0000:03:00.0 p2p1: link up >18:01:27,992 INFO kernel:[ 16.646098] IPv6: ADDRCONF(NETDEV_CHANGE): p2p1: link becomes ready >18:01:27,992 INFO kernel:[ 17.291687] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null) >18:01:27,992 INFO kernel:[ 17.976593] loop: module loaded >18:01:27,992 INFO kernel:[ 19.572556] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >18:01:27,992 DEBUG kernel:[ 21.589860] SELinux: 2048 avtab hash slots, 107270 rules. >18:01:27,992 DEBUG kernel:[ 21.614301] SELinux: 2048 avtab hash slots, 107270 rules. >18:01:27,992 DEBUG kernel:[ 21.655133] SELinux: 8 users, 102 roles, 4848 types, 283 bools, 1 sens, 1024 cats >18:01:27,992 DEBUG kernel:[ 21.655136] SELinux: 83 classes, 107270 rules >18:01:27,992 DEBUG kernel:[ 21.662580] SELinux: Completing initialization. >18:01:27,992 DEBUG kernel:[ 21.662582] SELinux: Setting up existing superblocks. >18:01:27,992 DEBUG kernel:[ 21.662687] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 21.662798] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.662861] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.662886] SELinux: initialized (dev proc, type proc), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.663145] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 21.664085] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.670173] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >18:01:27,992 DEBUG kernel:[ 21.670209] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >18:01:27,992 DEBUG kernel:[ 21.670248] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.670282] SELinux: initialized (dev aio, type aio), not configured for labeling >18:01:27,992 DEBUG kernel:[ 21.670306] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 21.670374] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 21.670428] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 21.670468] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.670543] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673310] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673324] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 21.673330] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 21.673518] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 21.673581] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673630] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673669] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673779] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673783] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673788] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673826] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673839] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673843] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673847] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673888] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673892] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.673966] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.674020] SELinux: initialized (dev drm, type drm), not configured for labeling >18:01:27,992 DEBUG kernel:[ 21.674061] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 21.674105] SELinux: initialized (dev sdc1, type ext4), uses xattr >18:01:27,992 DEBUG kernel:[ 21.674287] SELinux: initialized (dev loop0, type squashfs), uses xattr >18:01:27,992 DEBUG kernel:[ 21.674453] SELinux: initialized (dev dm-0, type ext4), uses xattr >18:01:27,992 NOTICE kernel:[ 21.700228] audit: type=1403 audit(1399917685.121:2): policy loaded auid=4294967295 ses=4294967295 >18:01:27,992 DEBUG kernel:[ 22.672731] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >18:01:27,992 DEBUG kernel:[ 22.756296] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >18:01:27,992 DEBUG kernel:[ 22.870103] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >18:01:27,992 INFO kernel:[ 23.855764] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >18:01:27,992 WARNING kernel:[ 23.890805] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140214/utaddress-258) >18:01:27,992 INFO kernel:[ 23.890813] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >18:01:27,992 WARNING kernel:[ 23.903168] tpm_infineon: Unknown symbol tpm_register_hardware (err 0) >18:01:27,992 WARNING kernel:[ 23.903192] tpm_infineon: Unknown symbol tpm_dev_vendor_release (err 0) >18:01:27,992 WARNING kernel:[ 23.903202] tpm_infineon: Unknown symbol tpm_remove_hardware (err 0) >18:01:27,992 WARNING kernel:[ 23.903213] tpm_infineon: Unknown symbol tpm_pm_resume (err 0) >18:01:27,992 DEBUG kernel:[ 23.903870] mei_me 0000:00:16.0: irq 45 for MSI/MSI-X >18:01:27,992 WARNING kernel:[ 23.913214] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >18:01:27,992 WARNING kernel:[ 23.913240] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >18:01:27,992 WARNING kernel:[ 23.913257] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >18:01:27,992 WARNING kernel:[ 23.913269] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >18:01:27,992 WARNING kernel:[ 23.913288] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >18:01:27,992 WARNING kernel:[ 23.913302] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >18:01:27,992 WARNING kernel:[ 23.913329] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >18:01:27,992 WARNING kernel:[ 23.913344] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >18:01:27,992 WARNING kernel:[ 23.913356] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >18:01:27,992 WARNING kernel:[ 23.913366] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >18:01:27,992 WARNING kernel:[ 23.915955] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >18:01:27,992 WARNING kernel:[ 23.915979] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >18:01:27,992 WARNING kernel:[ 23.916015] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >18:01:27,992 WARNING kernel:[ 23.916028] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >18:01:27,992 WARNING kernel:[ 23.916046] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >18:01:27,992 WARNING kernel:[ 23.916060] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >18:01:27,992 WARNING kernel:[ 23.916086] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >18:01:27,992 WARNING kernel:[ 23.916100] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >18:01:27,992 WARNING kernel:[ 23.916112] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >18:01:27,992 WARNING kernel:[ 23.916122] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >18:01:27,992 INFO kernel:[ 24.147677] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x9 >18:01:27,992 INFO kernel:[ 24.170277] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x9 >18:01:27,992 INFO kernel:[ 24.170385] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x9 >18:01:27,992 INFO kernel:[ 24.170468] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x9 >18:01:27,992 INFO kernel:[ 24.170781] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >18:01:27,992 INFO kernel:[ 24.494968] asus_wmi: ASUS WMI generic driver loaded >18:01:27,992 INFO kernel:[ 24.529688] asus_wmi: Initialization: 0x0 >18:01:27,992 INFO kernel:[ 24.529875] asus_wmi: BIOS WMI version: 0.9 >18:01:27,992 INFO kernel:[ 24.530216] asus_wmi: SFUN value: 0x0 >18:01:27,992 INFO kernel:[ 24.533190] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input5 >18:01:27,992 INFO kernel:[ 24.539514] asus_wmi: Backlight controlled by ACPI video driver >18:01:29,534 INFO NetworkManager: <info> NetworkManager (version 0.9.9.1-5.git20140319.fc21) is starting... >18:01:29,534 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >18:01:29,534 INFO NetworkManager: <info> WEXT support is enabled >18:01:29,645 INFO kernel:[ 26.229833] cfg80211: Calling CRDA to update world regulatory domain >18:01:29,895 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >18:01:30,045 INFO polkitd: Started polkitd version 0.112 >18:01:30,217 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >18:01:30,299 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >18:01:30,300 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >18:01:30,300 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >18:01:30,300 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >18:01:30,454 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >18:01:30,454 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-p2p1 ... >18:01:30,455 WARNING NetworkManager: ifcfg-rh: warning: duplicate DNS server DNS2 >18:01:30,457 NOTICE NetworkManager: ifcfg-rh: read connection 'p2p1' >18:01:30,459 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >18:01:30,581 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >18:01:30,605 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >18:01:30,624 INFO NetworkManager: <info> WiFi hardware radio set enabled >18:01:30,660 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >18:01:30,660 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >18:01:30,660 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >18:01:30,660 INFO NetworkManager: <info> Networking is enabled by state file >18:01:30,662 INFO NetworkManager: <info> (lo): link connected >18:01:30,662 INFO NetworkManager: <info> (lo): carrier is ON >18:01:30,662 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >18:01:30,662 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >18:01:30,665 INFO NetworkManager: <info> (p2p1): link connected >18:01:30,665 INFO NetworkManager: <info> (p2p1): carrier is ON >18:01:30,666 INFO NetworkManager: <info> (p2p1): new Ethernet device (driver: 'r8169' ifindex: 2) >18:01:30,666 INFO NetworkManager: <info> (p2p1): exported as /org/freedesktop/NetworkManager/Devices/1 >18:01:30,669 NOTICE NetworkManager: ifcfg-rh: read connection 'p2p1' >18:01:30,670 INFO NetworkManager: <info> (p2p1): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >18:01:30,672 INFO NetworkManager: <info> (p2p1): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >18:01:30,673 INFO NetworkManager: <info> Activation (p2p1) starting connection 'p2p1' >18:01:30,673 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) scheduled... >18:01:30,676 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) started... >18:01:30,676 INFO NetworkManager: <info> (p2p1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >18:01:30,676 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) scheduled... >18:01:30,676 INFO NetworkManager: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) complete. >18:01:30,677 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) starting... >18:01:30,677 INFO NetworkManager: <info> (p2p1): device state change: prepare -> config (reason 'none') [40 50 0] >18:01:30,677 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) successful. >18:01:30,677 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) scheduled. >18:01:30,677 INFO NetworkManager: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) complete. >18:01:30,677 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) started... >18:01:30,677 INFO NetworkManager: <info> (p2p1): device state change: config -> ip-config (reason 'none') [50 70 0] >18:01:30,677 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >18:01:30,678 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) complete. >18:01:30,678 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) started... >18:01:30,679 INFO NetworkManager: <info> (p2p1): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >18:01:30,679 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) complete. >18:01:30,680 INFO NetworkManager: <info> (p2p1): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >18:01:30,680 INFO NetworkManager: <info> (p2p1): device state change: secondaries -> activated (reason 'none') [90 100 0] >18:01:30,680 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >18:01:30,681 INFO NetworkManager: <info> Policy set 'p2p1' (p2p1) as default for IPv4 routing and DNS. >18:01:30,685 INFO NetworkManager: <info> Activation (p2p1) successful, device activated. >18:01:30,686 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >18:01:30,723 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >18:01:35,468 INFO NetworkManager: <info> startup complete >18:01:35,650 NOTICE kernel:[ 32.243073] audit: type=1400 audit(1399917695.649:3): avc: denied { read write } for pid=1279 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=8225 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >18:01:35,991 NOTICE kernel:[ 32.584019] audit: type=1400 audit(1399917695.990:4): avc: denied { read write } for pid=1316 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 >18:01:35,992 NOTICE kernel:[ 32.585741] audit: type=1400 audit(1399917695.991:5): avc: denied { open } for pid=1316 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 >18:01:35,992 NOTICE kernel:[ 32.585780] audit: type=1400 audit(1399917695.991:6): avc: denied { ioctl } for pid=1316 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 >18:01:36,156 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >18:01:36,267 DEBUG kernel:[ 32.860577] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >18:01:36,293 NOTICE kernel:[ 32.886927] audit: type=1400 audit(1399917696.292:7): avc: denied { read } for pid=1318 comm="systemd-localed" name="urandom" dev="tmpfs" ino=20442 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=chr_file >18:01:36,293 NOTICE kernel:[ 32.886953] audit: type=1400 audit(1399917696.292:8): avc: denied { open } for pid=1318 comm="systemd-localed" path="/dev/urandom" dev="tmpfs" ino=20442 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=chr_file >18:01:36,294 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >18:01:36,315 NOTICE kernel:[ 32.908503] audit: type=1107 audit(1399917696.314:9): pid=1223 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=1318 tpid=1247 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >18:01:36,315 NOTICE kernel:[ 32.908503] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >18:01:36,379 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >18:01:37,999 NOTICE kernel:[ 34.594893] audit: type=1400 audit(1399917697.998:10): avc: denied { open } for pid=1215 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=20462 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:user_tmp_t:s0 tclass=file >18:01:38,980 NOTICE kernel:[ 35.577157] audit: type=1400 audit(1399917698.979:11): avc: denied { read write } for pid=1335 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 >18:01:41,087 INFO chronyd: chronyd version 1.29.1 starting >18:01:41,088 INFO chronyd: Linux kernel major=3 minor=15 patch=0 >18:01:41,088 INFO chronyd: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >18:01:41,102 INFO chronyd: Generated key 1 >18:01:45,142 INFO kernel:[ 41.306848] Btrfs loaded >18:01:45,291 INFO kernel:[ 41.456403] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >18:01:45,453 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >18:01:45,468 DEBUG kernel:[ 41.633547] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >18:01:45,484 WARNING kernel:[ 41.649990] audit_printk_skb: 12 callbacks suppressed >18:01:45,484 NOTICE kernel:[ 41.649993] audit: type=1400 audit(1399917705.482:16): avc: denied { read } for pid=1435 comm="systemd-hostnam" name="urandom" dev="tmpfs" ino=20702 scontext=system_u:system_r:systemd_hostnamed_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=chr_file >18:01:45,484 NOTICE kernel:[ 41.650008] audit: type=1400 audit(1399917705.482:17): avc: denied { open } for pid=1435 comm="systemd-hostnam" path="/dev/urandom" dev="tmpfs" ino=20702 scontext=system_u:system_r:systemd_hostnamed_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=chr_file >18:01:45,485 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >18:01:45,487 NOTICE kernel:[ 41.653172] audit: type=1107 audit(1399917705.485:18): pid=1223 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.86 spid=1435 tpid=1433 scontext=system_u:system_r:systemd_hostnamed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >18:01:45,487 NOTICE kernel:[ 41.653172] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >18:01:46,417 INFO chronyd: Selected source 213.136.0.252 >18:01:46,417 WARNING chronyd: System clock wrong by 1.450646 seconds, adjustment started >18:01:47,919 INFO kernel:[ 43.972531] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) >18:01:47,920 DEBUG kernel:[ 43.973558] SELinux: initialized (dev sda6, type ext4), uses xattr >18:01:48,138 INFO kernel:[ 44.174953] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null) >18:01:48,138 DEBUG kernel:[ 44.174964] SELinux: initialized (dev sda8, type ext4), uses xattr >18:01:48,383 INFO kernel:[ 44.401336] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null) >18:01:48,383 DEBUG kernel:[ 44.401347] SELinux: initialized (dev sda9, type ext4), uses xattr >18:01:48,640 INFO kernel:[ 44.639159] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) >18:01:48,640 DEBUG kernel:[ 44.639171] SELinux: initialized (dev sdb1, type ext4), uses xattr >18:03:08,850 NOTICE kernel:[ 123.679194] audit: type=1400 audit(1399917788.849:19): avc: denied { read write } for pid=1533 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 >18:03:08,851 NOTICE kernel:[ 123.680071] audit: type=1400 audit(1399917788.850:20): avc: denied { read write } for pid=1533 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=8225 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >18:03:09,501 NOTICE kernel:[ 124.331017] audit: type=1400 audit(1399917789.500:21): avc: denied { ioctl } for pid=1533 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 >18:03:09,501 NOTICE kernel:[ 124.331056] audit: type=1400 audit(1399917789.500:22): avc: denied { getattr } for pid=1533 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 >18:03:15,072 INFO kernel:[ 129.909612] Adding 7864316k swap on /dev/sda7. Priority:-1 extents:1 across:7864316k SSFS >18:03:15,157 INFO kernel:[ 129.994324] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null) >18:03:15,157 DEBUG kernel:[ 129.994334] SELinux: initialized (dev sda8, type ext4), uses xattr >18:03:15,199 INFO kernel:[ 130.036747] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) >18:03:15,199 DEBUG kernel:[ 130.036758] SELinux: initialized (dev sda6, type ext4), uses xattr >18:03:15,232 DEBUG kernel:[ 130.069625] SELinux: initialized (dev sda5, type vfat), uses genfs_contexts >18:03:15,317 DEBUG kernel:[ 130.154260] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >18:03:15,371 INFO kernel:[ 130.208745] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null) >18:03:15,371 DEBUG kernel:[ 130.208756] SELinux: initialized (dev sda9, type ext4), uses xattr >18:04:04,806 NOTICE kernel:[ 179.713000] audit: type=1400 audit(1399917844.805:23): avc: denied { read write } for pid=1626 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 >18:06:27,657 NOTICE kernel:[ 322.764347] audit: type=1400 audit(1399917987.655:24): avc: denied { read write } for pid=2850 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 >18:06:28,470 NOTICE dbus: [system] Reloaded configuration >18:07:06,326 NOTICE kernel:[ 361.487600] audit: type=1400 audit(1399918026.325:25): avc: denied { read write } for pid=3062 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 >18:08:09,174 NOTICE dbus: [system] Reloaded configuration >18:08:51,875 NOTICE kernel:[ 467.183019] audit: type=1400 audit(1399918131.873:26): avc: denied { read write } for pid=3535 comm="load_policy" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:load_policy_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >18:08:51,902 DEBUG kernel:[ 467.209902] SELinux: 2048 avtab hash slots, 107270 rules. >18:08:51,957 DEBUG kernel:[ 467.265004] SELinux: 2048 avtab hash slots, 107270 rules. >18:08:52,023 DEBUG kernel:[ 467.330783] SELinux: 8 users, 102 roles, 4848 types, 283 bools, 1 sens, 1024 cats >18:08:52,023 DEBUG kernel:[ 467.330787] SELinux: 83 classes, 107270 rules >18:08:52,230 INFO dbus: avc: received policyload notice (seqno=2) >18:08:52,230 INFO dbus: avc: received policyload notice (seqno=2) >18:08:52,231 INFO dbus: avc: received policyload notice (seqno=2) >18:08:52,235 NOTICE dbus: [system] Reloaded configuration >18:08:52,258 NOTICE kernel:[ 467.566298] audit: type=1403 audit(1399918132.256:27): policy loaded auid=4294967295 ses=4294967295 >18:08:52,773 NOTICE kernel:[ 468.082534] audit: type=1400 audit(1399918132.771:28): avc: denied { read write } for pid=3540 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 >18:15:54,773 INFO kernel:[ 890.670070] JFS: nTxBlock = 8192, nTxLock = 65536 >18:15:54,949 INFO kernel:[ 890.846990] fuse init (API version 7.23) >18:15:54,977 DEBUG kernel:[ 890.874885] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts >18:15:56,943 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/sda1 >18:15:57,077 DEBUG kernel:[ 892.977498] SELinux: initialized (dev sda1, type fuseblk), uses genfs_contexts >18:15:57,081 NOTICE ntfs-3g: Version 2014.2.15 integrated FUSE 27 >18:15:57,081 NOTICE ntfs-3g: Mounted /dev/sda1 (Read-Only, label "Herstel", NTFS 3.1) >18:15:57,081 NOTICE ntfs-3g: Cmdline options: ro >18:15:57,081 NOTICE ntfs-3g: Mount options: ro,allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096 >18:15:57,081 NOTICE ntfs-3g: Ownership and permissions disabled, configuration type 1 >18:15:57,083 NOTICE logger: 50mounted-tests: debug: mounted as ntfs-3g filesystem >18:15:57,084 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/05efi >18:15:57,113 NOTICE logger: 05efi: debug: /dev/sda1 is ntfs-3g partition: exiting >18:15:57,115 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10freedos >18:15:57,145 NOTICE logger: 10freedos: debug: /dev/sda1 is not a FAT partition: exiting >18:15:57,147 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10qnx >18:15:57,177 NOTICE logger: 10qnx: debug: /dev/sda1 is not a QNX4 partition: exiting >18:15:57,179 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20macosx >18:15:57,215 NOTICE macosx-prober: debug: /dev/sda1 is not an HFS+ partition: exiting >18:15:57,218 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20microsoft >18:15:57,249 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:15:57,250 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/30utility >18:15:57,278 NOTICE logger: 30utility: debug: /dev/sda1 is not a FAT partition: exiting >18:15:57,280 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/40lsb >18:15:57,315 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/70hurd >18:15:57,347 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/80minix >18:15:57,377 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/83haiku >18:15:57,409 NOTICE logger: 83haiku: debug: /dev/sda1 is not a BeFS partition: exiting >18:15:57,411 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro >18:15:57,479 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro.orig >18:15:57,542 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90solaris >18:15:57,573 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/efi >18:15:57,595 NOTICE ntfs-3g: Unmounting /dev/sda1 (Herstel) >18:15:57,684 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/sda2 >18:15:57,790 DEBUG kernel:[ 893.691643] SELinux: initialized (dev sda2, type vfat), uses genfs_contexts >18:15:57,792 NOTICE logger: 50mounted-tests: debug: mounted as vfat filesystem >18:15:57,793 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/05efi >18:15:57,823 NOTICE logger: 05efi: debug: /dev/sda2 is a FAT32 partition >18:15:57,907 NOTICE logger: 05efi: debug: /dev/sda2 partition scheme is gpt >18:15:57,907 NOTICE logger: 05efi: debug: /dev/sda2 partition type is c12a7328-f81f-11d2-ba4b-00a0c93ec93b >18:15:57,926 NOTICE logger: 05efi: debug: running subtest /usr/libexec/os-probes/mounted/efi/10elilo >18:15:58,014 NOTICE logger: 05efi: debug: running subtest /usr/libexec/os-probes/mounted/efi/20microsoft >18:15:58,171 NOTICE logger: 20microsoft: result: Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows >18:15:58,176 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10freedos >18:15:58,203 NOTICE logger: 10freedos: debug: /dev/sda2 is a FAT32 partition >18:15:58,222 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10qnx >18:15:58,250 NOTICE logger: 10qnx: debug: /dev/sda2 is not a QNX4 partition: exiting >18:15:58,252 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20macosx >18:15:58,286 NOTICE macosx-prober: debug: /dev/sda2 is not an HFS+ partition: exiting >18:15:58,289 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20microsoft >18:15:58,319 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:15:58,321 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/30utility >18:15:58,348 NOTICE logger: 30utility: debug: /dev/sda2 is a FAT32 partition >18:15:58,380 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/40lsb >18:15:58,412 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/70hurd >18:15:58,445 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/80minix >18:15:58,476 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/83haiku >18:15:58,506 NOTICE logger: 83haiku: debug: /dev/sda2 is not a BeFS partition: exiting >18:15:58,508 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro >18:15:58,568 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro.orig >18:15:58,633 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90solaris >18:15:58,665 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/efi >18:15:58,794 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/sda3 >18:15:58,940 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/sda4 >18:15:59,117 DEBUG kernel:[ 895.020533] SELinux: initialized (dev sda4, type fuseblk), uses genfs_contexts >18:15:59,120 NOTICE ntfs-3g: Version 2014.2.15 integrated FUSE 27 >18:15:59,120 NOTICE ntfs-3g: Mounted /dev/sda4 (Read-Only, label "", NTFS 3.1) >18:15:59,120 NOTICE ntfs-3g: Cmdline options: ro >18:15:59,120 NOTICE ntfs-3g: Mount options: ro,allow_other,nonempty,relatime,fsname=/dev/sda4,blkdev,blksize=4096 >18:15:59,120 NOTICE ntfs-3g: Ownership and permissions disabled, configuration type 1 >18:15:59,122 NOTICE logger: 50mounted-tests: debug: mounted as ntfs-3g filesystem >18:15:59,122 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/05efi >18:15:59,152 NOTICE logger: 05efi: debug: /dev/sda4 is ntfs-3g partition: exiting >18:15:59,154 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10freedos >18:15:59,183 NOTICE logger: 10freedos: debug: /dev/sda4 is not a FAT partition: exiting >18:15:59,185 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10qnx >18:15:59,215 NOTICE logger: 10qnx: debug: /dev/sda4 is not a QNX4 partition: exiting >18:15:59,217 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20macosx >18:15:59,253 NOTICE macosx-prober: debug: /dev/sda4 is not an HFS+ partition: exiting >18:15:59,256 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20microsoft >18:15:59,287 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:15:59,289 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/30utility >18:15:59,316 NOTICE logger: 30utility: debug: /dev/sda4 is not a FAT partition: exiting >18:15:59,318 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/40lsb >18:15:59,351 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/70hurd >18:15:59,381 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/80minix >18:15:59,410 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/83haiku >18:15:59,438 NOTICE logger: 83haiku: debug: /dev/sda4 is not a BeFS partition: exiting >18:15:59,439 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro >18:15:59,509 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro.orig >18:15:59,575 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90solaris >18:15:59,605 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/efi >18:15:59,623 NOTICE ntfs-3g: Unmounting /dev/sda4 () >18:15:59,781 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/05efi on mounted /dev/sda5 >18:15:59,806 NOTICE logger: 05efi: debug: /dev/sda5 is a FAT32 partition >18:15:59,898 NOTICE logger: 05efi: debug: /dev/sda5 partition scheme is gpt >18:15:59,898 NOTICE logger: 05efi: debug: /dev/sda5 partition type is c12a7328-f81f-11d2-ba4b-00a0c93ec93b >18:15:59,922 NOTICE logger: 05efi: debug: running subtest /usr/libexec/os-probes/mounted/efi/10elilo >18:15:59,970 NOTICE logger: 05efi: debug: running subtest /usr/libexec/os-probes/mounted/efi/20microsoft >18:16:00,028 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/sda5 >18:16:00,057 NOTICE logger: 10freedos: debug: /dev/sda5 is a FAT32 partition >18:16:00,075 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/sda5 >18:16:00,103 NOTICE logger: 10qnx: debug: /dev/sda5 is not a QNX4 partition: exiting >18:16:00,105 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/sda5 >18:16:00,141 NOTICE macosx-prober: debug: /dev/sda5 is not an HFS+ partition: exiting >18:16:00,144 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/20microsoft on mounted /dev/sda5 >18:16:00,173 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:16:00,175 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/30utility on mounted /dev/sda5 >18:16:00,205 NOTICE logger: 30utility: debug: /dev/sda5 is a FAT32 partition >18:16:00,235 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/sda5 >18:16:00,267 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/70hurd on mounted /dev/sda5 >18:16:00,299 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/80minix on mounted /dev/sda5 >18:16:00,329 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/83haiku on mounted /dev/sda5 >18:16:00,359 NOTICE logger: 83haiku: debug: /dev/sda5 is not a BeFS partition: exiting >18:16:00,361 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/sda5 >18:16:00,424 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro.orig on mounted /dev/sda5 >18:16:00,484 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90solaris on mounted /dev/sda5 >18:16:00,652 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/05efi on mounted /dev/sda6 >18:16:00,676 NOTICE logger: 05efi: debug: /dev/sda6 is ext4 partition: exiting >18:16:00,678 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/sda6 >18:16:00,705 NOTICE logger: 10freedos: debug: /dev/sda6 is not a FAT partition: exiting >18:16:00,708 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/sda6 >18:16:00,735 NOTICE logger: 10qnx: debug: /dev/sda6 is not a QNX4 partition: exiting >18:16:00,737 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/sda6 >18:16:00,773 NOTICE macosx-prober: debug: /dev/sda6 is not an HFS+ partition: exiting >18:16:00,776 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/20microsoft on mounted /dev/sda6 >18:16:00,805 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:16:00,807 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/30utility on mounted /dev/sda6 >18:16:00,837 NOTICE logger: 30utility: debug: /dev/sda6 is not a FAT partition: exiting >18:16:00,839 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/sda6 >18:16:00,868 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/70hurd on mounted /dev/sda6 >18:16:00,897 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/80minix on mounted /dev/sda6 >18:16:00,925 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/83haiku on mounted /dev/sda6 >18:16:00,954 NOTICE logger: 83haiku: debug: /dev/sda6 is not a BeFS partition: exiting >18:16:00,956 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/sda6 >18:16:01,020 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro.orig on mounted /dev/sda6 >18:16:01,081 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90solaris on mounted /dev/sda6 >18:16:01,147 NOTICE logger: os-prober: debug: /dev/sda7: is active swap >18:16:01,391 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/05efi on mounted /dev/sda9 >18:16:01,418 NOTICE logger: 05efi: debug: /dev/sda9 is ext4 partition: exiting >18:16:01,420 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/sda9 >18:16:01,447 NOTICE logger: 10freedos: debug: /dev/sda9 is not a FAT partition: exiting >18:16:01,449 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/sda9 >18:16:01,476 NOTICE logger: 10qnx: debug: /dev/sda9 is not a QNX4 partition: exiting >18:16:01,478 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/sda9 >18:16:01,515 NOTICE macosx-prober: debug: /dev/sda9 is not an HFS+ partition: exiting >18:16:01,518 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/20microsoft on mounted /dev/sda9 >18:16:01,545 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:16:01,547 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/30utility on mounted /dev/sda9 >18:16:01,574 NOTICE logger: 30utility: debug: /dev/sda9 is not a FAT partition: exiting >18:16:01,576 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/sda9 >18:16:01,608 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/70hurd on mounted /dev/sda9 >18:16:01,639 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/80minix on mounted /dev/sda9 >18:16:01,669 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/83haiku on mounted /dev/sda9 >18:16:01,697 NOTICE logger: 83haiku: debug: /dev/sda9 is not a BeFS partition: exiting >18:16:01,699 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/sda9 >18:16:01,763 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro.orig on mounted /dev/sda9 >18:16:01,826 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90solaris on mounted /dev/sda9 >18:16:01,940 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/sdb1 >18:16:02,139 INFO kernel:[ 898.046941] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) >18:16:02,139 DEBUG kernel:[ 898.046962] SELinux: initialized (dev sdb1, type ext4), uses xattr >18:16:02,141 NOTICE logger: 50mounted-tests: debug: mounted as ext4 filesystem >18:16:02,142 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/05efi >18:16:02,160 NOTICE logger: 05efi: debug: /dev/sdb1 is ext4 partition: exiting >18:16:02,161 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10freedos >18:16:02,186 NOTICE logger: 10freedos: debug: /dev/sdb1 is not a FAT partition: exiting >18:16:02,188 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10qnx >18:16:02,217 NOTICE logger: 10qnx: debug: /dev/sdb1 is not a QNX4 partition: exiting >18:16:02,219 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20macosx >18:16:02,251 NOTICE macosx-prober: debug: /dev/sdb1 is not an HFS+ partition: exiting >18:16:02,253 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20microsoft >18:16:02,274 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:16:02,275 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/30utility >18:16:02,300 NOTICE logger: 30utility: debug: /dev/sdb1 is not a FAT partition: exiting >18:16:02,302 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/40lsb >18:16:02,332 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/70hurd >18:16:02,362 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/80minix >18:16:02,393 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/83haiku >18:16:02,420 NOTICE logger: 83haiku: debug: /dev/sdb1 is not a BeFS partition: exiting >18:16:02,422 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro >18:16:02,486 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro.orig >18:16:02,546 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90solaris >18:16:02,578 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/efi >18:16:02,788 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/05efi on mounted /dev/sdc1 >18:16:02,815 NOTICE logger: 05efi: debug: /dev/sdc1 is ext4 partition: exiting >18:16:02,817 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/sdc1 >18:16:02,847 NOTICE logger: 10freedos: debug: /dev/sdc1 is not a FAT partition: exiting >18:16:02,849 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/sdc1 >18:16:02,878 NOTICE logger: 10qnx: debug: /dev/sdc1 is not a QNX4 partition: exiting >18:16:02,880 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/sdc1 >18:16:02,916 NOTICE macosx-prober: debug: /dev/sdc1 is not an HFS+ partition: exiting >18:16:02,919 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/20microsoft on mounted /dev/sdc1 >18:16:02,948 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:16:02,951 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/30utility on mounted /dev/sdc1 >18:16:02,980 NOTICE logger: 30utility: debug: /dev/sdc1 is not a FAT partition: exiting >18:16:02,982 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/sdc1 >18:16:03,015 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/70hurd on mounted /dev/sdc1 >18:16:03,046 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/80minix on mounted /dev/sdc1 >18:16:03,074 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/83haiku on mounted /dev/sdc1 >18:16:03,102 NOTICE logger: 83haiku: debug: /dev/sdc1 is not a BeFS partition: exiting >18:16:03,104 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/sdc1 >18:16:03,163 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro.orig on mounted /dev/sdc1 >18:16:03,224 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/mounted/90solaris on mounted /dev/sdc1 >18:16:03,365 NOTICE logger: os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/sdc2 >18:16:03,473 DEBUG kernel:[ 899.382321] SELinux: initialized (dev sdc2, type vfat), uses genfs_contexts >18:16:03,475 NOTICE logger: 50mounted-tests: debug: mounted as vfat filesystem >18:16:03,476 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/05efi >18:16:03,507 NOTICE logger: 05efi: debug: /dev/sdc2 is a FAT32 partition >18:16:03,593 NOTICE logger: 05efi: debug: /dev/sdc2 partition scheme is dos >18:16:03,593 NOTICE logger: 05efi: debug: /dev/sdc2 partition type is 0xc >18:16:03,593 NOTICE logger: 05efi: debug: /dev/sdc2 is not a ESP partition: exiting >18:16:03,595 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10freedos >18:16:03,621 NOTICE logger: 10freedos: debug: /dev/sdc2 is a FAT32 partition >18:16:03,638 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/10qnx >18:16:03,668 NOTICE logger: 10qnx: debug: /dev/sdc2 is not a QNX4 partition: exiting >18:16:03,669 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20macosx >18:16:03,706 NOTICE macosx-prober: debug: /dev/sdc2 is not an HFS+ partition: exiting >18:16:03,709 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/20microsoft >18:16:03,736 NOTICE logger: 20microsoft: debug: Skipping legacy bootloaders on UEFI system >18:16:03,738 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/30utility >18:16:03,766 NOTICE logger: 30utility: debug: /dev/sdc2 is a FAT32 partition >18:16:03,797 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/40lsb >18:16:03,829 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/70hurd >18:16:03,862 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/80minix >18:16:03,894 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/83haiku >18:16:03,923 NOTICE logger: 83haiku: debug: /dev/sdc2 is not a BeFS partition: exiting >18:16:03,925 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro >18:16:03,986 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90linux-distro.orig >18:16:04,046 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/90solaris >18:16:04,078 NOTICE logger: 50mounted-tests: debug: running subtest /usr/libexec/os-probes/mounted/efi > > >/run/install/ks.cfg: ># Kickstart file gemaakt: 11-05-2014 21:47:30 > >install >cdrom ># harddrive --partition= --dir= ># url --url= >lang en_US.UTF-8 >keyboard --vckeymap=us --xlayouts=us > >network --onboot=yes --bootproto=static --ip=212.115.199.60 --netmask=255.255.255.248 --gateway=212.115.199.57 --nameserver=212.115.199.57 >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 >firstboot --disabled >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 > > >%packages >@core >@standard >@base-x >@cinnamon-desktop >@firefox > >-fedora-logos >-fedora-release >-fedora-release-notes >digifarma-logos >digifarma-release >digifarma-release-notes > >samba >samba-client >chrony >postfix >-sendmail >centralfill >cfl-licentie ># cfl-backup >centralfill-demo >dhcp >bind >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 >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 systemctl enable dhcpd.service >echo systemctl start dhcpd.service >echo systemctl enable named.service >echo systemctl start named.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 1096944
: 894848 |
894849
|
894850
|
894851
|
894852
|
894853
|
894854
|
894855
|
894856
|
894857
|
894858
|
894859