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 948009 Details for
Bug 1150147
Parent of existing mdcontainer does not have mdmember format - "ValueError: member has wrong format" on Intel firmware RAID install of F21
[?]
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.
AttributeError: 'MDRaidArrayDevice' object has no attribute '_partedDevice'
newest_error_log.txt (text/plain), 1.09 MB, created by
Jeremy Rimpo
on 2014-10-17 19:39:43 UTC
(
hide
)
Description:
AttributeError: 'MDRaidArrayDevice' object has no attribute '_partedDevice'
Filename:
MIME Type:
Creator:
Jeremy Rimpo
Created:
2014-10-17 19:39:43 UTC
Size:
1.09 MB
patch
obsolete
>anaconda 21.48.10-1 exception report >Traceback (most recent call first): > File "/tmp/updates/blivet/devices.py", line 687, in partedDevice > if self.exists and self.status and not self._partedDevice: > File "/tmp/updates/blivet/devices.py", line 1023, in currentSize > if self.exists and self.partedDevice: > File "/tmp/updates/blivet/devices.py", line 3975, in _addParent > self._size = self.currentSize > File "/tmp/updates/blivet/devices.py", line 183, in append > self.appendfunc(y) > File "/tmp/updates/blivet/devices.py", line 325, in _setParentList > self._parents.append(parent) > File "/tmp/updates/blivet/devices.py", line 268, in __init__ > self.parents = parents > File "/tmp/updates/blivet/devices.py", line 575, in __init__ > Device.__init__(self, name, parents=parents) > File "/tmp/updates/blivet/devices.py", line 2353, in __init__ > super(ContainerDevice, self).__init__(*args, **kwargs) > File "/tmp/updates/blivet/devices.py", line 3737, in __init__ > sysfsPath=sysfsPath) > File "/tmp/updates/blivet/devicetree.py", line 1065, in addUdevDiskDevice > sysfsPath=sysfs_path, **kwargs) > File "/tmp/updates/blivet/devicetree.py", line 1198, in addUdevDevice > device = self.addUdevDiskDevice(info) > File "/tmp/updates/blivet/devicetree.py", line 926, in addUdevPartitionDevice > self.addUdevDevice(new_info) > File "/tmp/updates/blivet/devicetree.py", line 1201, in addUdevDevice > device = self.addUdevPartitionDevice(info) > File "/tmp/updates/blivet/devicetree.py", line 698, in addUdevLVDevice > self.addUdevDevice(pv_info) > File "/tmp/updates/blivet/devicetree.py", line 1180, in addUdevDevice > device = self.addUdevLVDevice(info) > File "/tmp/updates/blivet/devicetree.py", line 2170, in _populate > self.addUdevDevice(dev) > File "/tmp/updates/blivet/devicetree.py", line 2105, in populate > self._populate() > File "/tmp/updates/blivet/__init__.py", line 479, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > File "/tmp/updates/blivet/__init__.py", line 183, in storageInitialize > storage.reset() > 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) >AttributeError: 'MDRaidArrayDevice' object has no attribute '_partedDevice' > >Local variables in innermost frame: >devicePath: /dev/md/Volume1_0 > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method MainWindow.lightbox_on of <MainWindow object at 0x7fec5c14d0f0 (pyanaconda+ui+gui+MainWindow at 0x2de4240)>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use graphical install >graphical ># Use hard drive installation media >harddrive --dir=None --partition=/dev/mapper/live-base ># Run the Setup Agent on first boot >firstboot --enable ># System language >lang en_US.UTF-8 > ># Network information >network --hostname=localhost.localdomain ># SELinux configuration >selinux --enforcing ># System bootloader configuration >bootloader --location=mbr > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: None > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: False > _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 1911 MiB disk sde (1) with existing iso9660 filesystem >, existing 931.51 GiB disk sda (6) with existing mdmember >, existing 1863.03 GiB mdcontainer imsm0 (10) >, existing 931.51 GiB disk sdb (14) with existing mdmember >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: None > exists: True > _size: 0 B > id: 19 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x7fec43640690) -- > name = sr0 status = True kids = 0 id = 19 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method OpticalDevice._removeParent of OpticalDevice instance (0x7fec43640690) -- > name = sr0 status = True kids = 0 id = 19 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None> > controllable: True > uuid: None > _format: existing None > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 > _targetSize: Already dumped (Size instance) > _model: TSSTcorp_CDDVDW_SN-208FB > kids: 0 > _vendor: None > _name: sr0 > protected: False > originalFormat: existing None > _serial: None >, existing 111.79 GiB disk sdc (23) with existing msdos disklabel >, existing 111.79 GiB partition sdc1 (28) with existing ntfs filesystem >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 33 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7fec43383790) -- > name = /osmin.img (deleted) status = False kids = 1 id = 33 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /osmin.img (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7fec43383790) -- > name = /osmin.img (deleted) status = False kids = 1 id = 33 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /osmin.img (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /osmin.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 36 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7fec43383550) -- > name = loop0 status = False kids = 0 id = 36 > parents = ['existing 0 B file /osmin.img (deleted) (33)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7fec43383550) -- > name = loop0 status = False kids = 0 id = 36 > parents = ['existing 0 B file /osmin.img (deleted) (33)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 41 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7fec41bc08d0) -- > name = /osmin status = False kids = 1 id = 41 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /osmin > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7fec41bc08d0) -- > name = /osmin status = False kids = 1 id = 41 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /osmin > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /osmin > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 44 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7fec41bc0910) -- > name = loop1 status = False kids = 0 id = 44 > parents = ['existing 0 B file /osmin (41)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7fec41bc0910) -- > name = loop1 status = False kids = 0 id = 44 > parents = ['existing 0 B file /osmin (41)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 49 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7fec4361bf10) -- > name = /run/initramfs/live/LiveOS/squashfs.img status = False kids = 1 id = 49 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/initramfs/live/LiveOS/squashfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7fec4361bf10) -- > name = /run/initramfs/live/LiveOS/squashfs.img status = False kids = 1 id = 49 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/initramfs/live/LiveOS/squashfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/initramfs/live/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 52 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7fec41bc0b50) -- > name = loop2 status = False kids = 0 id = 52 > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (49)'] > 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 (0x7fec41bc0b50) -- > name = loop2 status = False kids = 0 id = 52 > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (49)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 57 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7fec41bc0b90) -- > name = /LiveOS/ext3fs.img status = False kids = 1 id = 57 > 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/ext3fs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7fec41bc0b90) -- > name = /LiveOS/ext3fs.img status = False kids = 1 id = 57 > 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/ext3fs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/ext3fs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 60 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7fec41bc0a10) -- > name = loop3 status = False kids = 2 id = 60 > parents = ['existing 0 B file /LiveOS/ext3fs.img (57)'] > 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/loop3 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7fec41bc0a10) -- > name = loop3 status = False kids = 2 id = 60 > parents = ['existing 0 B file /LiveOS/ext3fs.img (57)'] > 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/loop3 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: _Fedora-Live-Wor > _format.errors: False > _format.uuid: 0ad82566-098c-46a4-88c8-10a2e187408a > _format.exists: True > _format._mountpoint: None > _format._minInstanceSize: 0 B > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 6144 MiB > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: None > _format.id: 63 > _format._device: /dev/loop3 > deviceLinks: [/dev/disk/by-label/_Fedora-Live-Wor, /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 2 > _vendor: Skipped > _name: loop3 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: _Fedora-Live-Wor > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 63 > originalFormat._device: /dev/loop3 > originalFormat.errors: False > originalFormat.uuid: 0ad82566-098c-46a4-88c8-10a2e187408a > 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: 65 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7fec41bc0e90) -- > name = /overlay (deleted) status = False kids = 1 id = 65 > 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 (0x7fec41bc0e90) -- > name = /overlay (deleted) status = False kids = 1 id = 65 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 68 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7fec41bc0ed0) -- > name = loop4 status = False kids = 1 id = 68 > parents = ['existing 0 B file /overlay (deleted) (65)'] > 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/loop4 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7fec41bc0ed0) -- > name = loop4 status = False kids = 1 id = 68 > parents = ['existing 0 B file /overlay (deleted) (65)'] > 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/loop4 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop4 > protected: False > originalFormat: existing None > _serial: None >, existing 6144 MiB dm live-rw (73) with existing ext4 filesystem >, existing 6144 MiB dm live-base (78) with existing ext4 filesystem >, existing 6144 MiB dm live-osimg-min (83) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sde, sde1, sde2, sde3, sda, imsm0, sda1, sdb, sr0, sdc, sdc1, loop0, /osmin.img (deleted), loop1, /osmin, loop2, /run/initramfs/live/LiveOS/squashfs.img, loop3, /LiveOS/ext3fs.img, loop4, /overlay (deleted), live-rw, live-base, live-osimg-min, fedora-swap, md126p3, md126] > _intf.storage.fsset.devicetree.liveBackingDevice: sde1 > _intf.storage.fsset.devicetree.protectedDevNames: [sde1, sde1] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [/dev/sde1] > _intf.storage.fsset.devicetree._lvInfo: None > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: None > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [/dev/sde1] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.initializeDisks: False > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._free_space_snapshot: None > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: None > _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 (0x7fec5c14af50) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True > >, PartSpec instance (0x7fec5c14af10) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0x7fec5c14afd0) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0x7fec5c158050) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1024 KiB maxSize = None grow = False > >, PartSpec instance (0x7fec5c158090) -- > mountpoint = None lv = True thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf.mainWindow: MainWindow instance, containing members: > _intf.mainWindow._current_action: WelcomeLanguageSpoke instance, containing members: > _intf.mainWindow._current_action._langSelection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._localeStore: ListStore instance, containing members: > _intf.mainWindow._current_action._localeView: TreeView instance, containing members: > _intf.mainWindow._current_action._left_arrow: Image instance, containing members: > _intf.mainWindow._current_action._arrow: None > _intf.mainWindow._current_action.payload: LiveImagePayload instance, containing members: > _intf.mainWindow._current_action.payload.instclass: None > _intf.mainWindow._current_action.payload._rescueVersionList: [] > _intf.mainWindow._current_action.payload.storage: None > _intf.mainWindow._current_action.payload.pct: 0 > _intf.mainWindow._current_action.payload.txID: None > _intf.mainWindow._current_action.payload.source_size: 1 > _intf.mainWindow._current_action.payload._createdInitrds: False > _intf.mainWindow._current_action.payload._adj_size: 0 > _intf.mainWindow._current_action.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action.payload.pct_lock: None > _intf.mainWindow._current_action.payload._kernelVersionList: [] > _intf.mainWindow._current_action._origStrings: {<Label object at 0x7fec4338d500 (GtkLabel at 0x2b7aae0)>: What language would you like to use during the installation process?, <Label object at 0x7fec4338d550 (GtkLabel at 0x2e57ae0)>: This is unstable, pre-release software., <Button object at 0x7fec4338d6e0 (GtkButton at 0x2dee4e0)>: _I accept my fate., <Label object at 0x7fec4338d5f0 (GtkLabel at 0x2e57c70)>: You wake up inside an OS installer in Timbuktu, and it's six months in the future. But, there are bugs. Bugs everywhere. Bugs you must live with. This OS of the future isn't a stable OS you can rely on. It's for testing purposes only., <Entry object at 0x7fec4338d190 (GtkEntry at 0x2e18210)>: Type here to search., <Button object at 0x7fec4338d640 (GtkButton at 0x2dee330)>: _Get me out of here!} > _intf.mainWindow._current_action.applyOnSkip: False > _intf.mainWindow._current_action.skipTo: None > _intf.mainWindow._current_action._langView: TreeView instance, containing members: > _intf.mainWindow._current_action._languageStoreFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._xklwrapper: Skipped > _intf.mainWindow._current_action._right_arrow: Image instance, containing members: > _intf.mainWindow._current_action.visitedSinceApplied: True > _intf.mainWindow._current_action._languageEntry: Entry instance, containing members: > _intf.mainWindow._current_action._langSelectedColumn: TreeViewColumn instance, containing members: > _intf.mainWindow._current_action._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf.mainWindow._current_action.builder: Builder instance, containing members: > _intf.mainWindow._current_action._window: StandaloneWindow instance, containing members: > _intf.mainWindow._current_action._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._localeSelection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._languageStore: ListStore instance, containing members: > _intf.mainWindow._overlay: Overlay instance, containing members: > _intf.mainWindow._transparent_base: Pixbuf instance, containing members: > _intf.mainWindow._overlay_depth: 0 > _intf.mainWindow._stack_contents: set([<pyanaconda.ui.gui.spokes.welcome.WelcomeLanguageSpoke object at 0x7fec50032e50>]) > _intf.mainWindow._overlay_img: None > _intf.mainWindow._accel_group: AccelGroup instance, containing members: > _intf.mainWindow._stack: Stack instance, containing members: > _intf._ui: None > _intf._distributionText: <function distributionText at 0x7fec7dc17c80> > _intf._saved_help_button_label: Help! > _intf._actions: Skipped > _intf.payload: Already dumped (LiveImagePayload instance) > _intf._currentAction: Already dumped (WelcomeLanguageSpoke instance) > _intf._gui_lock: <thread.lock object at 0x7fec6783c630> >updateSrc: file:///home/liveuser/Documents/updates.img >rootParts: None >id: None >mediaDevice: None >methodstr: livecd:///dev/mapper/live-base >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: > _bootloader.linux_images: [] >_payload: Already dumped (LiveImagePayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >gui_initialized: <thread.lock object at 0x7fec6783c630> >dbus_session_connection: DBusConnection instance, containing members: >dbus_inhibit_id: None >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7fec5c177de8>, True), 'type': (<function <lambda> at 0x7fec5c0fc0c8>, True), 'addons': (<function list_addons_callback at 0x7fec5c177f50>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7fec5c177e60>, True), 'journalctl': (<function journalctl_callback at 0x7fec5c177ed8>, False)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 21.48.10-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/dnf.log, /tmp/dnf.rpm.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: Namespace instance, containing members: > opts.mpath: True > opts.updateSrc: file:///home/liveuser/Documents/updates.img > opts.selinux: True > opts.syslog: None > opts.eject: True > opts.leavebootorder: False > opts.images: [] > opts.nombr: False > opts.runres: None > opts.armPlatform: None > opts.dnf: False > opts.memcheck: True > opts.dirinstall: False > opts.xdriver: None > opts.display_mode: g > opts.stage2: None > opts.dmraid: True > opts.method: livecd:///dev/mapper/live-base > opts.vncpassword: Skipped > opts.vnc: False > opts.rescue: False > opts.noverifyssl: False > opts.geoloc: None > opts.proxy: None > opts.vncconnect: None > opts.mpathfriendlynames: True > opts.lang: None > opts.askmethod: False > opts.liveinst: True > opts.loglevel: debug > opts.multiLib: False > opts.rescue_nomount: False > opts.keymap: None > opts.ksfile: None > opts.ibft: True > opts.debug: False > opts.extlinux: False >proxy: None > >Registered callbacks: >journalctl: >-- Logs begin at Fri 2014-10-17 22:25:18 EDT, end at Sat 2014-10-18 02:33:06 EDT. -- >Oct 17 22:25:18 localhost systemd-journal[163]: Runtime journal is using 8.0M (max allowed 395.2M, trying to leave 592.8M free of 3.8G available â current limit 395.2M). >Oct 17 22:25:18 localhost systemd-journal[163]: Runtime journal is using 8.0M (max allowed 395.2M, trying to leave 592.8M free of 3.8G available â current limit 395.2M). >Oct 17 22:25:18 localhost kernel: CPU0 microcode updated early to revision 0x1a, date = 2014-05-23 >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys cpuset >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys cpu >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys cpuacct >Oct 17 22:25:18 localhost kernel: Linux version 3.17.0-301.fc21.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.9.1 20140930 (Red Hat 4.9.1-11) (GCC) ) #1 SMP Wed Oct 8 20:10:50 UTC 2014 >Oct 17 22:25:18 localhost kernel: Command line: BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Workstation-x86_64-2 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 >Oct 17 22:25:18 localhost kernel: e820: BIOS-provided physical RAM map: >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bb1dffff] usable >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000bb1e0000-0x00000000bb1e6fff] ACPI NVS >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000bb1e7000-0x00000000bb9e7fff] usable >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000bb9e8000-0x00000000bbc77fff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000bbc78000-0x00000000cb4e3fff] usable >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000cb4e4000-0x00000000cb818fff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000cb819000-0x00000000cb844fff] usable >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000cb845000-0x00000000cb9c3fff] ACPI NVS >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000cb9c4000-0x00000000cbffefff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >Oct 17 22:25:18 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022fdfffff] usable >Oct 17 22:25:18 localhost kernel: NX (Execute Disable) protection: active >Oct 17 22:25:18 localhost kernel: SMBIOS 2.7 present. >Oct 17 22:25:18 localhost kernel: DMI: Notebook P17SM-A /P17SM-A , BIOS 4.6.5 02/14/2014 >Oct 17 22:25:18 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >Oct 17 22:25:18 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable >Oct 17 22:25:18 localhost kernel: e820: last_pfn = 0x22fe00 max_arch_pfn = 0x400000000 >Oct 17 22:25:18 localhost kernel: MTRR default type: uncachable >Oct 17 22:25:18 localhost kernel: MTRR fixed ranges enabled: >Oct 17 22:25:18 localhost kernel: 00000-9FFFF write-back >Oct 17 22:25:18 localhost kernel: A0000-BFFFF uncachable >Oct 17 22:25:18 localhost kernel: C0000-DBFFF write-protect >Oct 17 22:25:18 localhost kernel: DC000-E7FFF uncachable >Oct 17 22:25:18 localhost kernel: E8000-FFFFF write-protect >Oct 17 22:25:18 localhost kernel: MTRR variable ranges enabled: >Oct 17 22:25:18 localhost kernel: 0 base 0000000000 mask 7E00000000 write-back >Oct 17 22:25:18 localhost kernel: 1 base 0200000000 mask 7FE0000000 write-back >Oct 17 22:25:18 localhost kernel: 2 base 0220000000 mask 7FF0000000 write-back >Oct 17 22:25:18 localhost kernel: 3 base 00E0000000 mask 7FE0000000 uncachable >Oct 17 22:25:18 localhost kernel: 4 base 00D0000000 mask 7FF0000000 uncachable >Oct 17 22:25:18 localhost kernel: 5 base 00CE000000 mask 7FFE000000 uncachable >Oct 17 22:25:18 localhost kernel: 6 base 00CD000000 mask 7FFF000000 uncachable >Oct 17 22:25:18 localhost kernel: 7 base 022FE00000 mask 7FFFE00000 uncachable >Oct 17 22:25:18 localhost kernel: 8 disabled >Oct 17 22:25:18 localhost kernel: 9 disabled >Oct 17 22:25:18 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >Oct 17 22:25:18 localhost kernel: e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved >Oct 17 22:25:18 localhost kernel: e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000 >Oct 17 22:25:18 localhost kernel: found SMP MP-table at [mem 0x000fd830-0x000fd83f] mapped at [ffff8800000fd830] >Oct 17 22:25:18 localhost kernel: Base memory trampoline at [ffff88000008b000] 8b000 size 24576 >Oct 17 22:25:18 localhost kernel: Using GB pages for direct mapping >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff] >Oct 17 22:25:18 localhost kernel: [mem 0x00000000-0x000fffff] page 4k >Oct 17 22:25:18 localhost kernel: BRK [0x0202e000, 0x0202efff] PGTABLE >Oct 17 22:25:18 localhost kernel: BRK [0x0202f000, 0x0202ffff] PGTABLE >Oct 17 22:25:18 localhost kernel: BRK [0x02030000, 0x02030fff] PGTABLE >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0x22fc00000-0x22fdfffff] >Oct 17 22:25:18 localhost kernel: [mem 0x22fc00000-0x22fdfffff] page 2M >Oct 17 22:25:18 localhost kernel: BRK [0x02031000, 0x02031fff] PGTABLE >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0x22c000000-0x22fbfffff] >Oct 17 22:25:18 localhost kernel: [mem 0x22c000000-0x22fbfffff] page 2M >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0x200000000-0x22bffffff] >Oct 17 22:25:18 localhost kernel: [mem 0x200000000-0x22bffffff] page 2M >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0x00100000-0xbb1dffff] >Oct 17 22:25:18 localhost kernel: [mem 0x00100000-0x001fffff] page 4k >Oct 17 22:25:18 localhost kernel: [mem 0x00200000-0x3fffffff] page 2M >Oct 17 22:25:18 localhost kernel: [mem 0x40000000-0x7fffffff] page 1G >Oct 17 22:25:18 localhost kernel: [mem 0x80000000-0xbaffffff] page 2M >Oct 17 22:25:18 localhost kernel: [mem 0xbb000000-0xbb1dffff] page 4k >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0xbb1e7000-0xbb9e7fff] >Oct 17 22:25:18 localhost kernel: [mem 0xbb1e7000-0xbb1fffff] page 4k >Oct 17 22:25:18 localhost kernel: [mem 0xbb200000-0xbb7fffff] page 2M >Oct 17 22:25:18 localhost kernel: [mem 0xbb800000-0xbb9e7fff] page 4k >Oct 17 22:25:18 localhost kernel: BRK [0x02032000, 0x02032fff] PGTABLE >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0xbbc78000-0xcb4e3fff] >Oct 17 22:25:18 localhost kernel: [mem 0xbbc78000-0xbbdfffff] page 4k >Oct 17 22:25:18 localhost kernel: [mem 0xbbe00000-0xcb3fffff] page 2M >Oct 17 22:25:18 localhost kernel: [mem 0xcb400000-0xcb4e3fff] page 4k >Oct 17 22:25:18 localhost kernel: BRK [0x02033000, 0x02033fff] PGTABLE >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0xcb819000-0xcb844fff] >Oct 17 22:25:18 localhost kernel: [mem 0xcb819000-0xcb844fff] page 4k >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0xcbfff000-0xcbffffff] >Oct 17 22:25:18 localhost kernel: [mem 0xcbfff000-0xcbffffff] page 4k >Oct 17 22:25:18 localhost kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff] >Oct 17 22:25:18 localhost kernel: [mem 0x100000000-0x1ffffffff] page 1G >Oct 17 22:25:18 localhost kernel: RAMDISK: [mem 0x7da65000-0x7fffffff] >Oct 17 22:25:18 localhost kernel: ACPI: Early table checksum verification disabled >Oct 17 22:25:18 localhost kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA) >Oct 17 22:25:18 localhost kernel: ACPI: XSDT 0x00000000CB94D090 00009C (v01 ALASKA A M I 01072009 AMI 00010013) >Oct 17 22:25:18 localhost kernel: ACPI: FACP 0x00000000CB95B580 00010C (v05 ALASKA A M I 01072009 AMI 00010013) >Oct 17 22:25:18 localhost kernel: ACPI: DSDT 0x00000000CB94D1C0 00E3BA (v02 ALASKA A M I 00000025 INTL 20120711) >Oct 17 22:25:18 localhost kernel: ACPI: FACS 0x00000000CB9C2080 000040 >Oct 17 22:25:18 localhost kernel: ACPI: APIC 0x00000000CB95B690 000092 (v03 ALASKA A M I 01072009 AMI 00010013) >Oct 17 22:25:18 localhost kernel: ACPI: FPDT 0x00000000CB95B728 000044 (v01 ALASKA A M I 01072009 AMI 00010013) >Oct 17 22:25:18 localhost kernel: ACPI: ASF! 0x00000000CB95B770 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) >Oct 17 22:25:18 localhost kernel: ACPI: TCPA 0x00000000CB95B818 000032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013) >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0x00000000CB95B850 000F92 (v01 TrmRef PtidDevc 00001000 INTL 20091112) >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0x00000000CB95C7E8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0x00000000CB95CD28 000AD8 (v01 PmRef CpuPm 00003000 INTL 20051117) >Oct 17 22:25:18 localhost kernel: ACPI: MCFG 0x00000000CB95D800 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) >Oct 17 22:25:18 localhost kernel: ACPI: HPET 0x00000000CB95D840 000038 (v01 ALASKA A M I 01072009 AMI. 00000005) >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0x00000000CB95D878 000315 (v01 SataRe SataTabl 00001000 INTL 20091112) >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0x00000000CB95DB90 001C1F (v01 SaSsdt SaSsdt 00003000 INTL 20091112) >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0x00000000CB95F7B0 000E8A (v01 SgRef SgPeg 00001000 INTL 20091112) >Oct 17 22:25:18 localhost kernel: ACPI: DMAR 0x00000000CB960640 0000B8 (v01 INTEL HSW 00000001 INTL 00000001) >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0x00000000CB9606F8 001468 (v01 OptRef OptTabl 00001000 INTL 20091112) >Oct 17 22:25:18 localhost kernel: ACPI: Local APIC address 0xfee00000 >Oct 17 22:25:18 localhost kernel: No NUMA configuration found >Oct 17 22:25:18 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000022fdfffff] >Oct 17 22:25:18 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x22fdfffff] >Oct 17 22:25:18 localhost kernel: NODE_DATA [mem 0x22fde6000-0x22fdf9fff] >Oct 17 22:25:18 localhost kernel: [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880227400000-ffff88022f3fffff] on node 0 >Oct 17 22:25:18 localhost kernel: Zone ranges: >Oct 17 22:25:18 localhost kernel: DMA [mem 0x00001000-0x00ffffff] >Oct 17 22:25:18 localhost kernel: DMA32 [mem 0x01000000-0xffffffff] >Oct 17 22:25:18 localhost kernel: Normal [mem 0x100000000-0x22fdfffff] >Oct 17 22:25:18 localhost kernel: Movable zone start for each node >Oct 17 22:25:18 localhost kernel: Early memory node ranges >Oct 17 22:25:18 localhost kernel: node 0: [mem 0x00001000-0x00090fff] >Oct 17 22:25:18 localhost kernel: node 0: [mem 0x00100000-0xbb1dffff] >Oct 17 22:25:18 localhost kernel: node 0: [mem 0xbb1e7000-0xbb9e7fff] >Oct 17 22:25:18 localhost kernel: node 0: [mem 0xbbc78000-0xcb4e3fff] >Oct 17 22:25:18 localhost kernel: node 0: [mem 0xcb819000-0xcb844fff] >Oct 17 22:25:18 localhost kernel: node 0: [mem 0xcbfff000-0xcbffffff] >Oct 17 22:25:18 localhost kernel: node 0: [mem 0x100000000-0x22fdfffff] >Oct 17 22:25:18 localhost kernel: On node 0 totalpages: 2076682 >Oct 17 22:25:18 localhost kernel: DMA zone: 64 pages used for memmap >Oct 17 22:25:18 localhost kernel: DMA zone: 21 pages reserved >Oct 17 22:25:18 localhost kernel: DMA zone: 3984 pages, LIFO batch:0 >Oct 17 22:25:18 localhost kernel: DMA32 zone: 12938 pages used for memmap >Oct 17 22:25:18 localhost kernel: DMA32 zone: 828026 pages, LIFO batch:31 >Oct 17 22:25:18 localhost kernel: Normal zone: 19448 pages used for memmap >Oct 17 22:25:18 localhost kernel: Normal zone: 1244672 pages, LIFO batch:31 >Oct 17 22:25:18 localhost kernel: Reserving Intel graphics stolen memory at 0xcd200000-0xcf1fffff >Oct 17 22:25:18 localhost kernel: ACPI: PM-Timer IO Port: 0x1808 >Oct 17 22:25:18 localhost kernel: ACPI: Local APIC address 0xfee00000 >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled) >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled) >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled) >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled) >Oct 17 22:25:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) >Oct 17 22:25:18 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) >Oct 17 22:25:18 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 >Oct 17 22:25:18 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Oct 17 22:25:18 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Oct 17 22:25:18 localhost kernel: ACPI: IRQ0 used by override. >Oct 17 22:25:18 localhost kernel: ACPI: IRQ9 used by override. >Oct 17 22:25:18 localhost kernel: Using ACPI (MADT) for SMP configuration information >Oct 17 22:25:18 localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000 >Oct 17 22:25:18 localhost kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0x00091000-0x00091fff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0x00092000-0x0009ffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xbb1e0000-0xbb1e6fff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xbb9e8000-0xbbc77fff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xcb4e4000-0xcb818fff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xcb845000-0xcb9c3fff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xcb9c4000-0xcbffefff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xcc000000-0xccffffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xcd000000-0xcf1fffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xcf200000-0xf7ffffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] >Oct 17 22:25:18 localhost kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff] >Oct 17 22:25:18 localhost kernel: e820: [mem 0xcf200000-0xf7ffffff] available for PCI devices >Oct 17 22:25:18 localhost kernel: Booting paravirtualized kernel on bare hardware >Oct 17 22:25:18 localhost kernel: setup_percpu: NR_CPUS:1024 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 >Oct 17 22:25:18 localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88022fa00000 s88384 r8192 d22208 u262144 >Oct 17 22:25:18 localhost kernel: pcpu-alloc: s88384 r8192 d22208 u262144 alloc=1*2097152 >Oct 17 22:25:18 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 >Oct 17 22:25:18 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2044211 >Oct 17 22:25:18 localhost kernel: Policy zone: Normal >Oct 17 22:25:18 localhost kernel: Kernel command line: BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Workstation-x86_64-2 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 >Oct 17 22:25:18 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) >Oct 17 22:25:18 localhost kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form >Oct 17 22:25:18 localhost kernel: Memory: 8053136K/8306728K available (7457K kernel code, 1230K rwdata, 3252K rodata, 1468K init, 1540K bss, 253592K reserved) >Oct 17 22:25:18 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 >Oct 17 22:25:18 localhost kernel: Hierarchical RCU implementation. >Oct 17 22:25:18 localhost kernel: RCU dyntick-idle grace-period acceleration is enabled. >Oct 17 22:25:18 localhost kernel: RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=8. >Oct 17 22:25:18 localhost kernel: Offload RCU callbacks from all CPUs >Oct 17 22:25:18 localhost kernel: Offload RCU callbacks from CPUs: 0-7. >Oct 17 22:25:18 localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 >Oct 17 22:25:18 localhost kernel: NR_IRQS:65792 nr_irqs:488 0 >Oct 17 22:25:18 localhost kernel: Console: colour VGA+ 80x25 >Oct 17 22:25:18 localhost kernel: console [tty0] enabled >Oct 17 22:25:18 localhost kernel: allocated 33554432 bytes of page_cgroup >Oct 17 22:25:18 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups >Oct 17 22:25:18 localhost kernel: hpet clockevent registered >Oct 17 22:25:18 localhost kernel: tsc: Fast TSC calibration using PIT >Oct 17 22:25:18 localhost kernel: tsc: Detected 2694.011 MHz processor >Oct 17 22:25:18 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5388.02 BogoMIPS (lpj=2694011) >Oct 17 22:25:18 localhost kernel: pid_max: default: 32768 minimum: 301 >Oct 17 22:25:18 localhost kernel: ACPI: Core revision 20140724 >Oct 17 22:25:18 localhost kernel: ACPI: All ACPI Tables successfully acquired >Oct 17 22:25:18 localhost kernel: Security Framework initialized >Oct 17 22:25:18 localhost kernel: SELinux: Initializing. >Oct 17 22:25:18 localhost kernel: SELinux: Starting in permissive mode >Oct 17 22:25:18 localhost kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) >Oct 17 22:25:18 localhost kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) >Oct 17 22:25:18 localhost kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) >Oct 17 22:25:18 localhost kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys memory >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys devices >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys freezer >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys net_cls >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys blkio >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys perf_event >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys net_prio >Oct 17 22:25:18 localhost kernel: Initializing cgroup subsys hugetlb >Oct 17 22:25:18 localhost kernel: CPU: Physical Processor ID: 0 >Oct 17 22:25:18 localhost kernel: CPU: Processor Core ID: 0 >Oct 17 22:25:18 localhost kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >Oct 17 22:25:18 localhost kernel: mce: CPU supports 9 MCE banks >Oct 17 22:25:18 localhost kernel: CPU0: Thermal monitoring enabled (TM1) >Oct 17 22:25:18 localhost kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 >Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 >Oct 17 22:25:18 localhost kernel: Freeing SMP alternatives memory: 28K (ffffffff81ea4000 - ffffffff81eab000) >Oct 17 22:25:18 localhost kernel: ftrace: allocating 27176 entries in 107 pages >Oct 17 22:25:18 localhost kernel: dmar: Host address width 39 >Oct 17 22:25:18 localhost kernel: dmar: DRHD base: 0x000000fed90000 flags: 0x0 >Oct 17 22:25:18 localhost kernel: dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a >Oct 17 22:25:18 localhost kernel: dmar: DRHD base: 0x000000fed91000 flags: 0x1 >Oct 17 22:25:18 localhost kernel: dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da >Oct 17 22:25:18 localhost kernel: dmar: RMRR base: 0x000000cbea1000 end: 0x000000cbeaffff >Oct 17 22:25:18 localhost kernel: dmar: RMRR base: 0x000000cd000000 end: 0x000000cf1fffff >Oct 17 22:25:18 localhost kernel: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 >Oct 17 22:25:18 localhost kernel: HPET id 0 under DRHD base 0xfed91000 >Oct 17 22:25:18 localhost kernel: Queued invalidation will be enabled to support x2apic and Intr-remapping. >Oct 17 22:25:18 localhost kernel: Enabled IRQ remapping in x2apic mode >Oct 17 22:25:18 localhost kernel: Enabling x2apic >Oct 17 22:25:18 localhost kernel: Enabled x2apic >Oct 17 22:25:18 localhost kernel: Switched APIC routing to cluster x2apic. >Oct 17 22:25:18 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Oct 17 22:25:18 localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (fam: 06, model: 3c, stepping: 03) >Oct 17 22:25:18 localhost kernel: TSC deadline timer enabled >Oct 17 22:25:18 localhost kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver. >Oct 17 22:25:18 localhost kernel: ... version: 3 >Oct 17 22:25:18 localhost kernel: ... bit width: 48 >Oct 17 22:25:18 localhost kernel: ... generic registers: 4 >Oct 17 22:25:18 localhost kernel: ... value mask: 0000ffffffffffff >Oct 17 22:25:18 localhost kernel: ... max period: 0000ffffffffffff >Oct 17 22:25:18 localhost kernel: ... fixed-purpose events: 3 >Oct 17 22:25:18 localhost kernel: ... event mask: 000000070000000f >Oct 17 22:25:18 localhost kernel: x86: Booting SMP configuration: >Oct 17 22:25:18 localhost kernel: .... node #0, CPUs: #1 >Oct 17 22:25:18 localhost kernel: CPU1 microcode updated early to revision 0x1a, date = 2014-05-23 >Oct 17 22:25:18 localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >Oct 17 22:25:18 localhost kernel: #2 >Oct 17 22:25:18 localhost kernel: CPU2 microcode updated early to revision 0x1a, date = 2014-05-23 >Oct 17 22:25:18 localhost kernel: #3 >Oct 17 22:25:18 localhost kernel: CPU3 microcode updated early to revision 0x1a, date = 2014-05-23 >Oct 17 22:25:18 localhost kernel: #4 #5 #6 #7 >Oct 17 22:25:18 localhost kernel: x86: Booted up 1 node, 8 CPUs >Oct 17 22:25:18 localhost kernel: smpboot: Total of 8 processors activated (43104.17 BogoMIPS) >Oct 17 22:25:18 localhost kernel: devtmpfs: initialized >Oct 17 22:25:18 localhost kernel: PM: Registering ACPI NVS region [mem 0xbb1e0000-0xbb1e6fff] (28672 bytes) >Oct 17 22:25:18 localhost kernel: PM: Registering ACPI NVS region [mem 0xcb845000-0xcb9c3fff] (1568768 bytes) >Oct 17 22:25:18 localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE >Oct 17 22:25:18 localhost kernel: pinctrl core: initialized pinctrl subsystem >Oct 17 22:25:18 localhost kernel: RTC time: 2:25:15, date: 10/18/14 >Oct 17 22:25:18 localhost kernel: NET: Registered protocol family 16 >Oct 17 22:25:18 localhost kernel: cpuidle: using governor menu >Oct 17 22:25:18 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >Oct 17 22:25:18 localhost kernel: ACPI: bus type PCI registered >Oct 17 22:25:18 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Oct 17 22:25:18 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) >Oct 17 22:25:18 localhost kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 >Oct 17 22:25:18 localhost kernel: PCI: Using configuration type 1 for base access >Oct 17 22:25:18 localhost kernel: ACPI: Added _OSI(Module Device) >Oct 17 22:25:18 localhost kernel: ACPI: Added _OSI(Processor Device) >Oct 17 22:25:18 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions) >Oct 17 22:25:18 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device) >Oct 17 22:25:18 localhost kernel: ACPI: Executed 2 blocks of module-level executable AML code >Oct 17 22:25:18 localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored >Oct 17 22:25:18 localhost kernel: ACPI: Dynamic OEM Table Load: >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0xFFFF8802238CC800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >Oct 17 22:25:18 localhost kernel: ACPI: Dynamic OEM Table Load: >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0xFFFF8802238BA000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) >Oct 17 22:25:18 localhost kernel: ACPI: Dynamic OEM Table Load: >Oct 17 22:25:18 localhost kernel: ACPI: SSDT 0xFFFF880223940400 000119 (v01 PmRef ApCst 00003000 INTL 20051117) >Oct 17 22:25:18 localhost kernel: ACPI: Interpreter enabled >Oct 17 22:25:18 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580) >Oct 17 22:25:18 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580) >Oct 17 22:25:18 localhost kernel: ACPI: (supports S0 S3 S4 S5) >Oct 17 22:25:18 localhost kernel: ACPI: Using IOAPIC for interrupt routing >Oct 17 22:25:18 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >Oct 17 22:25:18 localhost kernel: ACPI: Power Resource [NVP3] (on) >Oct 17 22:25:18 localhost kernel: ACPI: Power Resource [NVP2] (on) >Oct 17 22:25:18 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) >Oct 17 22:25:18 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >Oct 17 22:25:18 localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] >Oct 17 22:25:18 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] >Oct 17 22:25:18 localhost kernel: PCI host bridge to bus 0000:00 >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-3e] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:02.0: [8086:0416] type 00 class 0x030000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit] >Oct 17 22:25:18 localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] >Oct 17 22:25:18 localhost kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 >Oct 17 22:25:18 localhost kernel: pci 0000:00:03.0: reg 0x10: [mem 0xf7b14000-0xf7b17fff 64bit] >Oct 17 22:25:18 localhost kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 >Oct 17 22:25:18 localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7b00000-0xf7b0ffff 64bit] >Oct 17 22:25:18 localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:14.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7b1e000-0xf7b1e00f 64bit] >Oct 17 22:25:18 localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7b1c000-0xf7b1c3ff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7b10000-0xf7b13fff 64bit] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7b1b000-0xf7b1b3ff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7b1a000-0xf7b1a7ff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7b19000-0xf7b190ff 64bit] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] >Oct 17 22:25:18 localhost kernel: pci 0000:01:00.0: [10de:1199] type 00 class 0x030000 >Oct 17 22:25:18 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff] >Oct 17 22:25:18 localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f] >Oct 17 22:25:18 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref] >Oct 17 22:25:18 localhost kernel: pci 0000:01:00.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01] >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref] >Oct 17 22:25:18 localhost kernel: acpiphp: Slot [1] registered >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] >Oct 17 22:25:18 localhost kernel: pci 0000:03:00.0: [104c:823e] type 01 class 0x060400 >Oct 17 22:25:18 localhost kernel: pci 0000:03:00.0: supports D1 D2 >Oct 17 22:25:18 localhost kernel: pci 0000:03:00.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.1: PCI bridge to [bus 03-04] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.1: bridge window [mem 0xf7a00000-0xf7afffff] >Oct 17 22:25:18 localhost kernel: pci 0000:04:00.0: [104c:823f] type 00 class 0x0c0010 >Oct 17 22:25:18 localhost kernel: pci 0000:04:00.0: reg 0x10: [mem 0xf7a04000-0xf7a047ff] >Oct 17 22:25:18 localhost kernel: pci 0000:04:00.0: reg 0x14: [mem 0xf7a00000-0xf7a03fff] >Oct 17 22:25:18 localhost kernel: pci 0000:04:00.0: supports D1 D2 >Oct 17 22:25:18 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot >Oct 17 22:25:18 localhost kernel: pci 0000:03:00.0: PCI bridge to [bus 04] >Oct 17 22:25:18 localhost kernel: pci 0000:03:00.0: bridge window [mem 0xf7a00000-0xf7afffff] >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.0: [10ec:5289] type 00 class 0xff0000 >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.0: reg 0x10: [mem 0xf7900000-0xf790ffff] >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.0: supports D1 D2 >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.2: [10ec:8168] type 00 class 0x020000 >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.2: reg 0x10: [io 0xd000-0xd0ff] >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.2: reg 0x18: [mem 0xf2104000-0xf2104fff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.2: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.2: supports D1 D2 >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.2: PME# supported from D0 D1 D2 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:05:00.2: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 05] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf2100000-0xf21fffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:06:00.0: [10ec:8723] type 00 class 0x028000 >Oct 17 22:25:18 localhost kernel: pci 0000:06:00.0: reg 0x10: [io 0xc000-0xc0ff] >Oct 17 22:25:18 localhost kernel: pci 0000:06:00.0: reg 0x18: [mem 0xf7800000-0xf7803fff 64bit] >Oct 17 22:25:18 localhost kernel: pci 0000:06:00.0: supports D1 D2 >Oct 17 22:25:18 localhost kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold >Oct 17 22:25:18 localhost kernel: pci 0000:06:00.0: System wakeup disabled by ACPI >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 06] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff] >Oct 17 22:25:18 localhost kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) >Oct 17 22:25:18 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) >Oct 17 22:25:18 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 10 11 12 14 15) >Oct 17 22:25:18 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15) >Oct 17 22:25:18 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15) >Oct 17 22:25:18 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. >Oct 17 22:25:18 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. >Oct 17 22:25:18 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15) >Oct 17 22:25:18 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) >Oct 17 22:25:18 localhost kernel: ACPI: Enabled 4 GPEs in block 00 to 3F >Oct 17 22:25:18 localhost kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62 >Oct 17 22:25:18 localhost kernel: vgaarb: setting as boot device: PCI:0000:00:02.0 >Oct 17 22:25:18 localhost kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Oct 17 22:25:18 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none >Oct 17 22:25:18 localhost kernel: vgaarb: loaded >Oct 17 22:25:18 localhost kernel: vgaarb: bridge control possible 0000:01:00.0 >Oct 17 22:25:18 localhost kernel: vgaarb: no bridge control possible 0000:00:02.0 >Oct 17 22:25:18 localhost kernel: SCSI subsystem initialized >Oct 17 22:25:18 localhost kernel: libata version 3.00 loaded. >Oct 17 22:25:18 localhost kernel: ACPI: bus type USB registered >Oct 17 22:25:18 localhost kernel: usbcore: registered new interface driver usbfs >Oct 17 22:25:18 localhost kernel: usbcore: registered new interface driver hub >Oct 17 22:25:18 localhost kernel: usbcore: registered new device driver usb >Oct 17 22:25:18 localhost kernel: PCI: Using ACPI for IRQ routing >Oct 17 22:25:18 localhost kernel: PCI: pci_cache_line_size set to 64 bytes >Oct 17 22:25:18 localhost kernel: e820: reserve RAM buffer [mem 0x00091800-0x0009ffff] >Oct 17 22:25:18 localhost kernel: e820: reserve RAM buffer [mem 0xbb1e0000-0xbbffffff] >Oct 17 22:25:18 localhost kernel: e820: reserve RAM buffer [mem 0xbb9e8000-0xbbffffff] >Oct 17 22:25:18 localhost kernel: e820: reserve RAM buffer [mem 0xcb4e4000-0xcbffffff] >Oct 17 22:25:18 localhost kernel: e820: reserve RAM buffer [mem 0xcb845000-0xcbffffff] >Oct 17 22:25:18 localhost kernel: e820: reserve RAM buffer [mem 0x22fe00000-0x22fffffff] >Oct 17 22:25:18 localhost kernel: NetLabel: Initializing >Oct 17 22:25:18 localhost kernel: NetLabel: domain hash size = 128 >Oct 17 22:25:18 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 >Oct 17 22:25:18 localhost kernel: NetLabel: unlabeled traffic allowed by default >Oct 17 22:25:18 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >Oct 17 22:25:18 localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter >Oct 17 22:25:18 localhost kernel: Switched to clocksource hpet >Oct 17 22:25:18 localhost kernel: pnp: PnP ACPI init >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0x0680-0x069f] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0xffff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0xffff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0xffff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0x1c00-0x1cfe] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0x1d00-0x1dfe] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0x1e00-0x1efe] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0x1f00-0x1ffe] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0x1800-0x18fe] could not be reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0x164e-0x164f] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: [io 0x3322-0x3323] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >Oct 17 22:25:18 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >Oct 17 22:25:18 localhost kernel: system 00:02: [io 0x1854-0x1857] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >Oct 17 22:25:18 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active) >Oct 17 22:25:18 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN1212 PNP0f13 (active) >Oct 17 22:25:18 localhost kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) >Oct 17 22:25:18 localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active) >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xf7ffe000-0xf7ffefff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: [mem 0xf7fe0000-0xf7fe0fff] has been reserved >Oct 17 22:25:18 localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) >Oct 17 22:25:18 localhost kernel: pnp: PnP ACPI: found 8 devices >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01] >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xcf200000-0xcf3fffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xcf400000-0xcf5fffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:03:00.0: PCI bridge to [bus 04] >Oct 17 22:25:18 localhost kernel: pci 0000:03:00.0: bridge window [mem 0xf7a00000-0xf7afffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.1: PCI bridge to [bus 03-04] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.1: bridge window [mem 0xf7a00000-0xf7afffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 05] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf2100000-0xf21fffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 06] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff] >Oct 17 22:25:18 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000dc000-0x000dffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000e0000-0x000e3fff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: resource 9 [mem 0x000e4000-0x000e7fff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:00: resource 10 [mem 0xcf200000-0xfeafffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xcf200000-0xcf3fffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7afffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xf7a00000-0xf7afffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:05: resource 0 [io 0xd000-0xdfff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xf7900000-0xf79fffff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:05: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:06: resource 0 [io 0xc000-0xcfff] >Oct 17 22:25:18 localhost kernel: pci_bus 0000:06: resource 1 [mem 0xf7800000-0xf78fffff] >Oct 17 22:25:18 localhost kernel: NET: Registered protocol family 2 >Oct 17 22:25:18 localhost kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes) >Oct 17 22:25:18 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >Oct 17 22:25:18 localhost kernel: TCP: Hash tables configured (established 65536 bind 65536) >Oct 17 22:25:18 localhost kernel: TCP: reno registered >Oct 17 22:25:18 localhost kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes) >Oct 17 22:25:18 localhost kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) >Oct 17 22:25:18 localhost kernel: NET: Registered protocol family 1 >Oct 17 22:25:18 localhost kernel: pci 0000:00:02.0: Video device with shadowed ROM >Oct 17 22:25:18 localhost kernel: PCI: CLS 64 bytes, default 64 >Oct 17 22:25:18 localhost kernel: Unpacking initramfs... >Oct 17 22:25:18 localhost kernel: Freeing initrd memory: 38508K (ffff88007da65000 - ffff880080000000) >Oct 17 22:25:18 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >Oct 17 22:25:18 localhost kernel: software IO TLB [mem 0xc74e4000-0xcb4e4000] (64MB) mapped at [ffff8800c74e4000-ffff8800cb4e3fff] >Oct 17 22:25:18 localhost kernel: RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer >Oct 17 22:25:18 localhost kernel: microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x1a >Oct 17 22:25:18 localhost kernel: microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x1a >Oct 17 22:25:18 localhost kernel: microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x1a >Oct 17 22:25:18 localhost kernel: microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x1a >Oct 17 22:25:18 localhost kernel: microcode: CPU4 sig=0x306c3, pf=0x10, revision=0x1a >Oct 17 22:25:18 localhost kernel: microcode: CPU5 sig=0x306c3, pf=0x10, revision=0x1a >Oct 17 22:25:18 localhost kernel: microcode: CPU6 sig=0x306c3, pf=0x10, revision=0x1a >Oct 17 22:25:18 localhost kernel: microcode: CPU7 sig=0x306c3, pf=0x10, revision=0x1a >Oct 17 22:25:18 localhost kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >Oct 17 22:25:18 localhost kernel: AVX2 version of gcm_enc/dec engaged. >Oct 17 22:25:18 localhost kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >Oct 17 22:25:18 localhost kernel: futex hash table entries: 2048 (order: 5, 131072 bytes) >Oct 17 22:25:18 localhost kernel: Initialise system trusted keyring >Oct 17 22:25:18 localhost kernel: audit: initializing netlink subsys (disabled) >Oct 17 22:25:18 localhost kernel: audit: type=2000 audit(1413599115.595:1): initialized >Oct 17 22:25:18 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages >Oct 17 22:25:18 localhost kernel: zpool: loaded >Oct 17 22:25:18 localhost kernel: VFS: Disk quotas dquot_6.5.2 >Oct 17 22:25:18 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Oct 17 22:25:18 localhost kernel: msgmni has been set to 15804 >Oct 17 22:25:18 localhost kernel: Key type big_key registered >Oct 17 22:25:18 localhost kernel: SELinux: Registering netfilter hooks >Oct 17 22:25:18 localhost kernel: alg: No test for stdrng (krng) >Oct 17 22:25:18 localhost kernel: NET: Registered protocol family 38 >Oct 17 22:25:18 localhost kernel: Key type asymmetric registered >Oct 17 22:25:18 localhost kernel: Asymmetric key parser 'x509' registered >Oct 17 22:25:18 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Oct 17 22:25:18 localhost kernel: io scheduler noop registered >Oct 17 22:25:18 localhost kernel: io scheduler deadline registered >Oct 17 22:25:18 localhost kernel: io scheduler cfq registered (default) >Oct 17 22:25:18 localhost kernel: pcieport 0000:00:01.0: irq 26 for MSI/MSI-X >Oct 17 22:25:18 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Oct 17 22:25:18 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Oct 17 22:25:18 localhost kernel: intel_idle: MWAIT substates: 0x42120 >Oct 17 22:25:18 localhost kernel: intel_idle: v0.4 model 0x3C >Oct 17 22:25:18 localhost kernel: intel_idle: lapic_timer_reliable_states 0xffffffff >Oct 17 22:25:18 localhost kernel: ACPI: AC Adapter [AC] (on-line) >Oct 17 22:25:18 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >Oct 17 22:25:18 localhost kernel: ACPI: Power Button [PWRB] >Oct 17 22:25:18 localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 >Oct 17 22:25:18 localhost kernel: ACPI: Sleep Button [SLPB] >Oct 17 22:25:18 localhost kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2 >Oct 17 22:25:18 localhost kernel: ACPI: Lid Switch [LID0] >Oct 17 22:25:18 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 >Oct 17 22:25:18 localhost kernel: ACPI: Power Button [PWRF] >Oct 17 22:25:18 localhost kernel: thermal LNXTHERM:00: registered as thermal_zone0 >Oct 17 22:25:18 localhost kernel: ACPI: Thermal Zone [TZ0] (25 C) >Oct 17 22:25:18 localhost kernel: GHES: HEST is not enabled! >Oct 17 22:25:18 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Oct 17 22:25:18 localhost kernel: ACPI: Battery Slot [BAT0] (battery present) >Oct 17 22:25:18 localhost kernel: Non-volatile memory driver v1.3 >Oct 17 22:25:18 localhost kernel: Linux agpgart interface v0.103 >Oct 17 22:25:18 localhost kernel: ahci 0000:00:1f.2: version 3.0 >Oct 17 22:25:18 localhost kernel: ahci 0000:00:1f.2: irq 27 for MSI/MSI-X >Oct 17 22:25:18 localhost kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled >Oct 17 22:25:18 localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x2f impl RAID mode >Oct 17 22:25:18 localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq stag led clo pio slum part ems sxs apst >Oct 17 22:25:18 localhost kernel: scsi host0: ahci >Oct 17 22:25:18 localhost kernel: scsi host1: ahci >Oct 17 22:25:18 localhost kernel: scsi host2: ahci >Oct 17 22:25:18 localhost kernel: scsi host3: ahci >Oct 17 22:25:18 localhost kernel: scsi host4: ahci >Oct 17 22:25:18 localhost kernel: scsi host5: ahci >Oct 17 22:25:18 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xf7b1a000 port 0xf7b1a100 irq 27 >Oct 17 22:25:18 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xf7b1a000 port 0xf7b1a180 irq 27 >Oct 17 22:25:18 localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xf7b1a000 port 0xf7b1a200 irq 27 >Oct 17 22:25:18 localhost kernel: ata4: SATA max UDMA/133 abar m2048@0xf7b1a000 port 0xf7b1a280 irq 27 >Oct 17 22:25:18 localhost kernel: ata5: DUMMY >Oct 17 22:25:18 localhost kernel: ata6: SATA max UDMA/133 abar m2048@0xf7b1a000 port 0xf7b1a380 irq 27 >Oct 17 22:25:18 localhost kernel: libphy: Fixed MDIO Bus: probed >Oct 17 22:25:18 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Oct 17 22:25:18 localhost kernel: ehci-pci: EHCI PCI platform driver >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1a.0: debug port 2 >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7b1c000 >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >Oct 17 22:25:18 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >Oct 17 22:25:18 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Oct 17 22:25:18 localhost kernel: usb usb1: Product: EHCI Host Controller >Oct 17 22:25:18 localhost kernel: usb usb1: Manufacturer: Linux 3.17.0-301.fc21.x86_64 ehci_hcd >Oct 17 22:25:18 localhost kernel: usb usb1: SerialNumber: 0000:00:1a.0 >Oct 17 22:25:18 localhost kernel: hub 1-0:1.0: USB hub found >Oct 17 22:25:18 localhost kernel: hub 1-0:1.0: 2 ports detected >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1d.0: debug port 2 >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7b1b000 >Oct 17 22:25:18 localhost kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >Oct 17 22:25:18 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >Oct 17 22:25:18 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Oct 17 22:25:18 localhost kernel: usb usb2: Product: EHCI Host Controller >Oct 17 22:25:18 localhost kernel: usb usb2: Manufacturer: Linux 3.17.0-301.fc21.x86_64 ehci_hcd >Oct 17 22:25:18 localhost kernel: usb usb2: SerialNumber: 0000:00:1d.0 >Oct 17 22:25:18 localhost kernel: hub 2-0:1.0: USB hub found >Oct 17 22:25:18 localhost kernel: hub 2-0:1.0: 2 ports detected >Oct 17 22:25:18 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Oct 17 22:25:18 localhost kernel: ohci-pci: OHCI PCI platform driver >Oct 17 22:25:18 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver >Oct 17 22:25:18 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller >Oct 17 22:25:18 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 >Oct 17 22:25:18 localhost kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported >Oct 17 22:25:18 localhost kernel: xhci_hcd 0000:00:14.0: irq 28 for MSI/MSI-X >Oct 17 22:25:18 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 >Oct 17 22:25:18 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Oct 17 22:25:18 localhost kernel: usb usb3: Product: xHCI Host Controller >Oct 17 22:25:18 localhost kernel: usb usb3: Manufacturer: Linux 3.17.0-301.fc21.x86_64 xhci_hcd >Oct 17 22:25:18 localhost kernel: usb usb3: SerialNumber: 0000:00:14.0 >Oct 17 22:25:18 localhost kernel: hub 3-0:1.0: USB hub found >Oct 17 22:25:18 localhost kernel: hub 3-0:1.0: 14 ports detected >Oct 17 22:25:18 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller >Oct 17 22:25:18 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 >Oct 17 22:25:18 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 >Oct 17 22:25:18 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Oct 17 22:25:18 localhost kernel: usb usb4: Product: xHCI Host Controller >Oct 17 22:25:18 localhost kernel: usb usb4: Manufacturer: Linux 3.17.0-301.fc21.x86_64 xhci_hcd >Oct 17 22:25:18 localhost kernel: usb usb4: SerialNumber: 0000:00:14.0 >Oct 17 22:25:18 localhost kernel: hub 4-0:1.0: USB hub found >Oct 17 22:25:18 localhost kernel: hub 4-0:1.0: 6 ports detected >Oct 17 22:25:18 localhost kernel: usbcore: registered new interface driver usbserial >Oct 17 22:25:18 localhost kernel: usbcore: registered new interface driver usbserial_generic >Oct 17 22:25:18 localhost kernel: usbserial: USB Serial support registered for generic >Oct 17 22:25:18 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12 >Oct 17 22:25:18 localhost kernel: i8042: Detected active multiplexing controller, rev 1.1 >Oct 17 22:25:18 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 >Oct 17 22:25:18 localhost kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12 >Oct 17 22:25:18 localhost kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12 >Oct 17 22:25:18 localhost kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12 >Oct 17 22:25:18 localhost kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12 >Oct 17 22:25:18 localhost kernel: mousedev: PS/2 mouse device common for all mice >Oct 17 22:25:18 localhost kernel: rtc_cmos 00:01: RTC can wake from S4 >Oct 17 22:25:18 localhost kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >Oct 17 22:25:18 localhost kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >Oct 17 22:25:18 localhost kernel: device-mapper: uevent: version 1.0.3 >Oct 17 22:25:18 localhost kernel: device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >Oct 17 22:25:18 localhost kernel: Intel P-state driver initializing. >Oct 17 22:25:18 localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina >Oct 17 22:25:18 localhost kernel: usbcore: registered new interface driver usbhid >Oct 17 22:25:18 localhost kernel: usbhid: USB HID core driver >Oct 17 22:25:18 localhost kernel: drop_monitor: Initializing network drop monitor service >Oct 17 22:25:18 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team >Oct 17 22:25:18 localhost kernel: TCP: cubic registered >Oct 17 22:25:18 localhost kernel: Initializing XFRM netlink socket >Oct 17 22:25:18 localhost kernel: NET: Registered protocol family 10 >Oct 17 22:25:18 localhost kernel: mip6: Mobile IPv6 >Oct 17 22:25:18 localhost kernel: NET: Registered protocol family 17 >Oct 17 22:25:18 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 >Oct 17 22:25:18 localhost kernel: Loading compiled-in X.509 certificates >Oct 17 22:25:18 localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: 0d981d18ff5ed3b2bcde6d8805ac2ddcf02c6507' >Oct 17 22:25:18 localhost kernel: registered taskstats version 1 >Oct 17 22:25:18 localhost kernel: Magic number: 2:959:409 >Oct 17 22:25:18 localhost kernel: rtc_cmos 00:01: setting system clock to 2014-10-18 02:25:16 UTC (1413599116) >Oct 17 22:25:18 localhost kernel: PM: Hibernation image not present or could not be loaded. >Oct 17 22:25:18 localhost kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >Oct 17 22:25:18 localhost kernel: ata1.00: ATA-8: HGST HTS721010A9E630, JB0OA3J0, max UDMA/133 >Oct 17 22:25:18 localhost kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >Oct 17 22:25:18 localhost kernel: ata1.00: configured for UDMA/133 >Oct 17 22:25:18 localhost kernel: scsi 0:0:0:0: Direct-Access ATA HGST HTS721010A9 A3J0 PQ: 0 ANSI: 5 >Oct 17 22:25:18 localhost kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) >Oct 17 22:25:18 localhost kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks >Oct 17 22:25:18 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0 >Oct 17 22:25:18 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off >Oct 17 22:25:18 localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >Oct 17 22:25:18 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Oct 17 22:25:18 localhost kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci >Oct 17 22:25:18 localhost kernel: sda: sda1 sda2 sda3 >Oct 17 22:25:18 localhost kernel: sda: p1 size 3172982784 extends beyond EOD, enabling native capacity >Oct 17 22:25:18 localhost kernel: sda: sda1 sda2 sda3 >Oct 17 22:25:18 localhost kernel: sda: p1 size 3172982784 extends beyond EOD, truncated >Oct 17 22:25:18 localhost kernel: sda: p2 start 3172986880 is beyond EOD, truncated >Oct 17 22:25:18 localhost kernel: sda: p3 start 3174010880 is beyond EOD, truncated >Oct 17 22:25:18 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk >Oct 17 22:25:18 localhost kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8008 >Oct 17 22:25:18 localhost kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >Oct 17 22:25:18 localhost kernel: hub 1-1:1.0: USB hub found >Oct 17 22:25:18 localhost kernel: hub 1-1:1.0: 6 ports detected >Oct 17 22:25:18 localhost kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci >Oct 17 22:25:18 localhost kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >Oct 17 22:25:18 localhost kernel: ata2.00: ATA-8: HGST HTS721010A9E630, JB0OA3J0, max UDMA/133 >Oct 17 22:25:18 localhost kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >Oct 17 22:25:18 localhost kernel: ata2.00: configured for UDMA/133 >Oct 17 22:25:18 localhost kernel: scsi 1:0:0:0: Direct-Access ATA HGST HTS721010A9 A3J0 PQ: 0 ANSI: 5 >Oct 17 22:25:18 localhost kernel: sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB) >Oct 17 22:25:18 localhost kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks >Oct 17 22:25:18 localhost kernel: sd 1:0:0:0: [sdb] Write Protect is off >Oct 17 22:25:18 localhost kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >Oct 17 22:25:18 localhost kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Oct 17 22:25:18 localhost kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0 >Oct 17 22:25:18 localhost kernel: sdb: unknown partition table >Oct 17 22:25:18 localhost kernel: sd 1:0:0:0: [sdb] Attached SCSI disk >Oct 17 22:25:18 localhost kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=8000 >Oct 17 22:25:18 localhost kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >Oct 17 22:25:18 localhost kernel: hub 2-1:1.0: USB hub found >Oct 17 22:25:18 localhost kernel: hub 2-1:1.0: 8 ports detected >Oct 17 22:25:18 localhost kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd >Oct 17 22:25:18 localhost kernel: ata3: SATA link down (SStatus 0 SControl 300) >Oct 17 22:25:18 localhost kernel: usb 3-1: New USB device found, idVendor=058f, idProduct=6387 >Oct 17 22:25:18 localhost kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >Oct 17 22:25:18 localhost kernel: usb 3-1: Product: Mass Storage >Oct 17 22:25:18 localhost kernel: usb 3-1: Manufacturer: Generic >Oct 17 22:25:18 localhost kernel: usb 3-1: SerialNumber: 5A203520 >Oct 17 22:25:18 localhost kernel: tsc: Refined TSC clocksource calibration: 2693.762 MHz >Oct 17 22:25:18 localhost kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd >Oct 17 22:25:18 localhost kernel: ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >Oct 17 22:25:18 localhost kernel: ata4.00: ATAPI: TSSTcorp CDDVDW SN-208FB, TC00, max UDMA/100 >Oct 17 22:25:18 localhost kernel: ata4.00: configured for UDMA/100 >Oct 17 22:25:18 localhost kernel: scsi 3:0:0:0: CD-ROM TSSTcorp CDDVDW SN-208FB TC00 PQ: 0 ANSI: 5 >Oct 17 22:25:18 localhost kernel: sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray >Oct 17 22:25:18 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20 >Oct 17 22:25:18 localhost kernel: sr 3:0:0:0: Attached scsi CD-ROM sr0 >Oct 17 22:25:18 localhost kernel: sr 3:0:0:0: Attached scsi generic sg2 type 5 >Oct 17 22:25:18 localhost kernel: psmouse serio2: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 582762 >Oct 17 22:25:18 localhost kernel: usb 3-2: New USB device found, idVendor=058f, idProduct=6387 >Oct 17 22:25:18 localhost kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >Oct 17 22:25:18 localhost kernel: usb 3-2: Product: Mass Storage >Oct 17 22:25:18 localhost kernel: usb 3-2: Manufacturer: Generic >Oct 17 22:25:18 localhost kernel: usb 3-2: SerialNumber: 2A5C0ADD >Oct 17 22:25:18 localhost kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10 >Oct 17 22:25:18 localhost kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >Oct 17 22:25:18 localhost kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded >Oct 17 22:25:18 localhost kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out >Oct 17 22:25:18 localhost kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out >Oct 17 22:25:18 localhost kernel: ata6.00: supports DRM functions and may not be fully accessible >Oct 17 22:25:18 localhost kernel: ata6.00: disabling queued TRIM support >Oct 17 22:25:18 localhost kernel: ata6.00: ATA-9: Crucial_CT120M500SSD3, MU03, max UDMA/133 >Oct 17 22:25:18 localhost kernel: ata6.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >Oct 17 22:25:18 localhost kernel: usb 3-3: new full-speed USB device number 4 using xhci_hcd >Oct 17 22:25:18 localhost kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded >Oct 17 22:25:18 localhost kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out >Oct 17 22:25:18 localhost kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out >Oct 17 22:25:18 localhost kernel: ata6.00: supports DRM functions and may not be fully accessible >Oct 17 22:25:18 localhost kernel: ata6.00: disabling queued TRIM support >Oct 17 22:25:18 localhost kernel: ata6.00: configured for UDMA/133 >Oct 17 22:25:18 localhost kernel: scsi 5:0:0:0: Direct-Access ATA Crucial_CT120M50 MU03 PQ: 0 ANSI: 5 >Oct 17 22:25:18 localhost kernel: sd 5:0:0:0: [sdc] 234441648 512-byte logical blocks: (120 GB/111 GiB) >Oct 17 22:25:18 localhost kernel: sd 5:0:0:0: [sdc] 4096-byte physical blocks >Oct 17 22:25:18 localhost kernel: sd 5:0:0:0: Attached scsi generic sg3 type 0 >Oct 17 22:25:18 localhost kernel: sd 5:0:0:0: [sdc] Write Protect is off >Oct 17 22:25:18 localhost kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00 >Oct 17 22:25:18 localhost kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Oct 17 22:25:18 localhost kernel: sdc: sdc1 >Oct 17 22:25:18 localhost kernel: sd 5:0:0:0: [sdc] Attached SCSI disk >Oct 17 22:25:18 localhost kernel: Freeing unused kernel memory: 1468K (ffffffff81d35000 - ffffffff81ea4000) >Oct 17 22:25:18 localhost kernel: Write protecting the kernel read-only data: 12288k >Oct 17 22:25:18 localhost kernel: Freeing unused kernel memory: 724K (ffff88000174b000 - ffff880001800000) >Oct 17 22:25:18 localhost kernel: Freeing unused kernel memory: 844K (ffff880001b2d000 - ffff880001c00000) >Oct 17 22:25:18 localhost kernel: random: systemd urandom read with 47 bits of entropy available >Oct 17 22:25:18 localhost systemd-journal[163]: Journal started >Oct 17 22:25:18 localhost dracut-cmdline[160]: dracut-21 (Twenty One) dracut-038-30.git20140903.fc21 >Oct 17 22:25:18 localhost dracut-cmdline[160]: Using kernel command line parameters: >Oct 17 22:25:18 localhost dracut-cmdline[160]: rd.luks=0: removing cryptoluks activation >Oct 17 22:25:18 localhost kernel: loop: module loaded >Oct 17 22:25:18 localhost dracut-cmdline[160]: root was live:CDLABEL=Fedora-Live-Workstation-x86_64-2, is now live:/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 >Oct 17 22:25:18 localhost kernel: RPC: Registered named UNIX socket transport module. >Oct 17 22:25:18 localhost kernel: RPC: Registered udp transport module. >Oct 17 22:25:18 localhost kernel: RPC: Registered tcp transport module. >Oct 17 22:25:18 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. >Oct 17 22:25:18 localhost kernel: usb 3-3: New USB device found, idVendor=1c7a, idProduct=0603 >Oct 17 22:25:18 localhost kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >Oct 17 22:25:18 localhost kernel: usb 3-3: Product: EgisTec_ES603 >Oct 17 22:25:18 localhost kernel: usb 3-3: Manufacturer: EgisTec >Oct 17 22:25:18 localhost rpc.statd[316]: Version 1.3.0 starting >Oct 17 22:25:18 localhost rpc.statd[316]: Initializing NSM state >Oct 17 22:25:18 localhost rpc.statd[316]: Running as root. chown /var/lib/nfs/statd to choose different user >Oct 17 22:25:18 localhost systemd-udevd[343]: starting version 215 >Oct 17 22:25:18 localhost dracut-pre-trigger[344]: rd.dm=0: removing DM RAID activation >Oct 17 22:25:18 localhost dracut-pre-trigger[344]: rd.md.imsm=0: no MD RAID for imsm/isw raids >Oct 17 22:25:18 localhost dracut-pre-trigger[344]: rd.md.ddf=0: no MD RAID for SNIA ddf raids >Oct 17 22:25:18 localhost dracut-pre-trigger[344]: rd.md=0: removing MD RAID activation >Oct 17 22:25:18 localhost kernel: wmi: Mapper loaded >Oct 17 22:25:18 localhost kernel: usb 3-4: new full-speed USB device number 5 using xhci_hcd >Oct 17 22:25:18 localhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded >Oct 17 22:25:18 localhost kernel: r8169 0000:05:00.2: can't disable ASPM; OS doesn't have ASPM control >Oct 17 22:25:18 localhost kernel: r8169 0000:05:00.2: irq 29 for MSI/MSI-X >Oct 17 22:25:18 localhost kernel: r8169 0000:05:00.2 eth0: RTL8411 at 0xffffc90000c78000, 00:90:f5:fa:67:7a, XID 08800800 IRQ 29 >Oct 17 22:25:18 localhost kernel: r8169 0000:05:00.2 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] >Oct 17 22:25:18 localhost kernel: [drm] Initialized drm 1.1.0 20060810 >Oct 17 22:25:18 localhost kernel: alg: No test for crc32 (crc32-pclmul) >Oct 17 22:25:18 localhost kernel: r8169 0000:05:00.2 enp5s0f2: renamed from eth0 >Oct 17 22:25:18 localhost systemd-udevd[432]: renamed network interface eth0 to enp5s0f2 >Oct 17 22:25:18 localhost kernel: [drm] Memory usable by graphics device = 2048M >Oct 17 22:25:18 localhost kernel: [drm] Replacing VGA console driver >Oct 17 22:25:18 localhost kernel: Console: switching to colour dummy device 80x25 >Oct 17 22:25:18 localhost kernel: firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x2 >Oct 17 22:25:18 localhost kernel: MXM: GUID detected in BIOS >Oct 17 22:25:18 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 22:25:18 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 22:25:18 localhost kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported >Oct 17 22:25:18 localhost kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle >Oct 17 22:25:18 localhost kernel: nouveau 0000:01:00.0: enabling device (0006 -> 0007) >Oct 17 22:25:18 localhost kernel: i915 0000:00:02.0: irq 30 for MSI/MSI-X >Oct 17 22:25:18 localhost kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >Oct 17 22:25:18 localhost kernel: [drm] Driver supports precise vblank timestamp query. >Oct 17 22:25:18 localhost kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem >Oct 17 22:25:18 localhost kernel: [drm] VBT doesn't support DRRS >Oct 17 22:25:18 localhost kernel: random: nonblocking pool is initialized >Oct 17 22:25:18 localhost kernel: Switched to clocksource tsc >Oct 17 22:25:18 localhost kernel: usb 3-4: New USB device found, idVendor=0bda, idProduct=8723 >Oct 17 22:25:18 localhost kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >Oct 17 22:25:18 localhost kernel: usb 3-4: Product: RT Bluetooth Radio >Oct 17 22:25:18 localhost kernel: usb 3-4: Manufacturer: Realtek >Oct 17 22:25:18 localhost kernel: usb 3-4: SerialNumber: 00e04c000001 >Oct 17 22:25:18 localhost kernel: [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2 >Oct 17 22:25:20 localhost kernel: fbcon: inteldrmfb (fb0) is primary device >Oct 17 22:25:20 localhost kernel: usb 3-6: new full-speed USB device number 6 using xhci_hcd >Oct 17 22:25:20 localhost kernel: usb 3-6: New USB device found, idVendor=046d, idProduct=c52b >Oct 17 22:25:20 localhost kernel: usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >Oct 17 22:25:20 localhost kernel: usb 3-6: Product: USB Receiver >Oct 17 22:25:20 localhost kernel: usb 3-6: Manufacturer: Logitech >Oct 17 22:25:20 localhost kernel: firewire_core 0000:04:00.0: created device fw0: GUID 0000000000000000, S800 >Oct 17 22:25:20 localhost kernel: usb 3-10: new high-speed USB device number 7 using xhci_hcd >Oct 17 22:25:20 localhost kernel: usb 3-10: New USB device found, idVendor=5986, idProduct=055c >Oct 17 22:25:20 localhost kernel: usb 3-10: New USB device strings: Mfr=3, Product=1, SerialNumber=2 >Oct 17 22:25:20 localhost kernel: usb 3-10: Product: BisonCam, NB Pro >Oct 17 22:25:20 localhost kernel: usb 3-10: Manufacturer: Generic >Oct 17 22:25:20 localhost kernel: usb 3-10: SerialNumber: 200901010001 >Oct 17 22:25:20 localhost kernel: usb-storage 3-1:1.0: USB Mass Storage device detected >Oct 17 22:25:20 localhost kernel: scsi host6: usb-storage 3-1:1.0 >Oct 17 22:25:20 localhost kernel: usb-storage 3-2:1.0: USB Mass Storage device detected >Oct 17 22:25:20 localhost kernel: scsi host7: usb-storage 3-2:1.0 >Oct 17 22:25:20 localhost kernel: usbcore: registered new interface driver usb-storage >Oct 17 22:25:20 localhost kernel: scsi 6:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4 >Oct 17 22:25:20 localhost kernel: scsi 7:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4 >Oct 17 22:25:20 localhost kernel: sd 7:0:0:0: Attached scsi generic sg4 type 0 >Oct 17 22:25:20 localhost kernel: sd 6:0:0:0: Attached scsi generic sg5 type 0 >Oct 17 22:25:20 localhost kernel: sd 7:0:0:0: [sdd] 3913728 512-byte logical blocks: (2.00 GB/1.86 GiB) >Oct 17 22:25:20 localhost kernel: sd 6:0:0:0: [sde] 3913728 512-byte logical blocks: (2.00 GB/1.86 GiB) >Oct 17 22:25:20 localhost kernel: sd 7:0:0:0: [sdd] Write Protect is off >Oct 17 22:25:20 localhost kernel: sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00 >Oct 17 22:25:20 localhost kernel: sd 6:0:0:0: [sde] Write Protect is off >Oct 17 22:25:20 localhost kernel: sd 6:0:0:0: [sde] Mode Sense: 23 00 00 00 >Oct 17 22:25:20 localhost kernel: sd 7:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >Oct 17 22:25:20 localhost kernel: sd 6:0:0:0: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >Oct 17 22:25:20 localhost kernel: sde: sde1 sde2 sde3 >Oct 17 22:25:20 localhost kernel: sd 6:0:0:0: [sde] Attached SCSI removable disk >Oct 17 22:25:20 localhost kernel: sdd: sdd1 >Oct 17 22:25:20 localhost kernel: sd 7:0:0:0: [sdd] Attached SCSI removable disk >Oct 17 22:25:20 localhost kernel: Console: switching to colour frame buffer device 240x67 >Oct 17 22:25:20 localhost kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device >Oct 17 22:25:20 localhost kernel: i915 0000:00:02.0: registered panic notifier >Oct 17 22:25:20 localhost kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS >Oct 17 22:25:20 localhost kernel: ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no) >Oct 17 22:25:20 localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/LNXVIDEO:00/input/input13 >Oct 17 22:25:20 localhost kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) >Oct 17 22:25:20 localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14 >Oct 17 22:25:20 localhost kernel: [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0 >Oct 17 22:25:20 localhost kernel: nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0e4190a2 >Oct 17 22:25:20 localhost kernel: nouveau [ DEVICE][0000:01:00.0] Chipset: GK104 (NVE4) >Oct 17 22:25:20 localhost kernel: nouveau [ DEVICE][0000:01:00.0] Family : NVE0 >Oct 17 22:25:20 localhost kernel: nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image... >Oct 17 22:25:20 localhost kernel: nouveau [ VBIOS][0000:01:00.0] ... signature not found >Oct 17 22:25:20 localhost kernel: nouveau [ VBIOS][0000:01:00.0] checking PROM for image... >Oct 17 22:25:20 localhost kernel: nouveau [ VBIOS][0000:01:00.0] ... appears to be valid >Oct 17 22:25:20 localhost kernel: nouveau [ VBIOS][0000:01:00.0] using image from PROM >Oct 17 22:25:20 localhost kernel: nouveau [ VBIOS][0000:01:00.0] BIT signature found >Oct 17 22:25:20 localhost kernel: nouveau [ VBIOS][0000:01:00.0] version 80.04.e9.00.04 >Oct 17 22:25:20 localhost kernel: nouveau [ DEVINIT][0000:01:00.0] adaptor not initialised >Oct 17 22:25:20 localhost kernel: nouveau [ VBIOS][0000:01:00.0] running init tables >Oct 17 22:25:20 localhost kernel: nouveau [ MXM][0000:01:00.0] BIOS version 3.0 >Oct 17 22:25:20 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 22:25:20 localhost kernel: nouveau [ MXM][0000:01:00.0] MXMS Version 3.0 >Oct 17 22:25:20 localhost kernel: nouveau 0000:01:00.0: irq 31 for MSI/MSI-X >Oct 17 22:25:20 localhost kernel: nouveau [ PMC][0000:01:00.0] MSI interrupts enabled >Oct 17 22:25:20 localhost kernel: nouveau [ PFB][0000:01:00.0] RAM type: GDDR5 >Oct 17 22:25:20 localhost kernel: nouveau [ PFB][0000:01:00.0] RAM size: 6144 MiB >Oct 17 22:25:20 localhost kernel: nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags >Oct 17 22:25:20 localhost kernel: nouveau [ VOLT][0000:01:00.0] GPU voltage: 600000uv >Oct 17 22:25:21 localhost kernel: nouveau [ PTHERM][0000:01:00.0] FAN control: none / external >Oct 17 22:25:21 localhost kernel: nouveau [ PTHERM][0000:01:00.0] fan management: automatic >Oct 17 22:25:21 localhost kernel: nouveau [ PTHERM][0000:01:00.0] internal sensor: yes >Oct 17 22:25:21 localhost kernel: nouveau [ CLK][0000:01:00.0] 07: core 324-405 MHz memory 648 MHz >Oct 17 22:25:21 localhost kernel: nouveau [ CLK][0000:01:00.0] 0a: core 405-967 MHz memory 1620 MHz >Oct 17 22:25:21 localhost kernel: nouveau [ CLK][0000:01:00.0] 0e: core 405-967 MHz memory 4000 MHz >Oct 17 22:25:21 localhost kernel: nouveau [ CLK][0000:01:00.0] 0f: core 405-967 MHz memory 5000 MHz >Oct 17 22:25:21 localhost kernel: nouveau [ CLK][0000:01:00.0] --: core 324 MHz memory 648 MHz >Oct 17 22:25:21 localhost kernel: nouveau E[ PBUS][0000:01:00.0] MMIO read of 0x00000000 FAULT at 0x500c30 [ IBUS ] >Oct 17 22:25:21 localhost kernel: vga_switcheroo: enabled >Oct 17 22:25:21 localhost kernel: [TTM] Zone kernel: Available graphics memory: 4047354 kiB >Oct 17 22:25:21 localhost kernel: [TTM] Zone dma32: Available graphics memory: 2097152 kiB >Oct 17 22:25:21 localhost kernel: [TTM] Initializing pool allocator >Oct 17 22:25:21 localhost kernel: [TTM] Initializing DMA pool allocator >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] VRAM: 6144 MiB >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] GART: 1048576 MiB >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] TMDS table version 2.0 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB version 4.0 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 00: 08000040 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 01: 00001161 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 02: 00001231 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 03: 01000331 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 04: 01000446 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 05: 02000546 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 07: 00010746 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 08: 00020847 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] DCB conn 09: 00000900 >Oct 17 22:25:21 localhost kernel: nouveau [ DRM] MM: using COPY for buffer copies >Oct 17 22:25:21 localhost kernel: [drm] Initialized nouveau 1.2.0 20120801 for 0000:01:00.0 on minor 1 >Oct 17 22:25:21 localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher >Oct 17 22:25:21 localhost kernel: ISO 9660 Extensions: Microsoft Joliet Level 3 >Oct 17 22:25:21 localhost kernel: ISO 9660 Extensions: RRIP_1991A >Oct 17 22:25:21 localhost kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Oct 17 22:25:21 localhost rpcbind[312]: rpcbind terminating on signal. Restart with "rpcbind -w" >Oct 17 22:25:21 localhost systemd[1]: Switching root. >Oct 17 22:25:21 localhost systemd-journal[163]: Journal stopped >Oct 17 22:25:23 localhost systemd-journal[723]: Runtime journal is using 8.0M (max allowed 395.2M, trying to leave 592.8M free of 3.8G available â current limit 395.2M). >Oct 17 22:25:23 localhost systemd-journal[723]: Runtime journal is using 8.0M (max allowed 395.2M, trying to leave 592.8M free of 3.8G available â current limit 395.2M). >Oct 17 22:25:23 localhost systemd-journald[163]: Received SIGTERM from PID 1 (systemd). >Oct 17 22:25:23 localhost kernel: audit: type=1404 audit(1413599122.076:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Oct 17 22:25:23 localhost kernel: SELinux: 2048 avtab hash slots, 109098 rules. >Oct 17 22:25:23 localhost kernel: SELinux: 2048 avtab hash slots, 109098 rules. >Oct 17 22:25:23 localhost kernel: SELinux: 8 users, 103 roles, 4914 types, 292 bools, 1 sens, 1024 cats >Oct 17 22:25:23 localhost kernel: SELinux: 83 classes, 109098 rules >Oct 17 22:25:23 localhost kernel: SELinux: Permission audit_read in class capability2 not defined in policy. >Oct 17 22:25:23 localhost kernel: SELinux: the above unknown classes and permissions will be allowed >Oct 17 22:25:23 localhost kernel: SELinux: Completing initialization. >Oct 17 22:25:23 localhost kernel: SELinux: Setting up existing superblocks. >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev proc, type proc), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev aio, type aio), not configured for labeling >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev devpts, type devpts), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev drm, type drm), not configured for labeling >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev sde1, type iso9660), uses genfs_contexts >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev loop0, type squashfs), uses xattr >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev loop2, type squashfs), uses xattr >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev dm-0, type ext4), uses xattr >Oct 17 22:25:23 localhost kernel: audit: type=1403 audit(1413599122.199:3): policy loaded auid=4294967295 ses=4294967295 >Oct 17 22:25:23 localhost systemd[1]: Successfully loaded SELinux policy in 146.071ms. >Oct 17 22:25:23 localhost systemd[1]: Relabelled /dev and /run in 14.574ms. >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >Oct 17 22:25:23 localhost systemd-journal[723]: Journal started >Oct 17 22:25:22 localhost systemd[1]: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway. >Oct 17 22:25:23 localhost systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:23 localhost kernel: EXT4-fs (dm-0): re-mounted. Opts: (null) >Oct 17 22:25:23 localhost systemd-sysusers[749]: Creating group systemd-journal-gateway with gid 982. >Oct 17 22:25:23 localhost systemd-sysusers[749]: Creating user systemd-journal-gateway (systemd Journal Gateway) with uid 982 and gid 982. >Oct 17 22:25:23 localhost lvm[726]: /dev/sr0: open failed: No medium found >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses mountpoint labeling >Oct 17 22:25:23 localhost lvm[726]: No volume groups found >Oct 17 22:25:23 localhost systemd[1]: var-tmp.mount: Directory /var/tmp to mount over is not empty, mounting anyway. >Oct 17 22:25:23 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:26 localhost systemd-udevd[773]: starting version 215 >Oct 17 22:25:26 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 22:25:26 localhost kernel: ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM >Oct 17 22:25:26 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 22:25:27 localhost kernel: EDAC MC: Ver: 3.0.0 >Oct 17 22:25:27 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >Oct 17 22:25:27 localhost kernel: EDAC ie31200: No ECC support >Oct 17 22:25:28 localhost kernel: ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140724/utaddress-258) >Oct 17 22:25:28 localhost kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >Oct 17 22:25:28 localhost kernel: rtsx_pci 0000:05:00.0: irq 32 for MSI/MSI-X >Oct 17 22:25:28 localhost kernel: rtsx_pci 0000:05:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 32 >Oct 17 22:25:28 localhost kernel: mei_me 0000:00:16.0: irq 33 for MSI/MSI-X >Oct 17 22:25:28 localhost mtp-probe[807]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3" >Oct 17 22:25:28 localhost mtp-probe[808]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6" >Oct 17 22:25:28 localhost mtp-probe[803]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1" >Oct 17 22:25:28 localhost mtp-probe[805]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2" >Oct 17 22:25:28 localhost mtp-probe[808]: bus: 3, device: 6 was not an MTP device >Oct 17 22:25:28 localhost mtp-probe[804]: checking bus 3, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10" >Oct 17 22:25:28 localhost mtp-probe[807]: bus: 3, device: 4 was not an MTP device >Oct 17 22:25:28 localhost mtp-probe[804]: bus: 3, device: 7 was not an MTP device >Oct 17 22:25:28 localhost mtp-probe[803]: bus: 3, device: 2 was not an MTP device >Oct 17 22:25:28 localhost mtp-probe[805]: bus: 3, device: 3 was not an MTP device >Oct 17 22:25:28 localhost kernel: Bluetooth: Core ver 2.19 >Oct 17 22:25:28 localhost kernel: NET: Registered protocol family 31 >Oct 17 22:25:28 localhost kernel: Bluetooth: HCI device and connection manager initialized >Oct 17 22:25:28 localhost kernel: Bluetooth: HCI socket layer initialized >Oct 17 22:25:28 localhost kernel: Bluetooth: L2CAP socket layer initialized >Oct 17 22:25:28 localhost kernel: Bluetooth: SCO socket layer initialized >Oct 17 22:25:28 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain >Oct 17 22:25:28 localhost kernel: iTCO_vendor_support: vendor-support=0 >Oct 17 22:25:28 localhost kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 >Oct 17 22:25:28 localhost kernel: iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860) >Oct 17 22:25:28 localhost kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) >Oct 17 22:25:28 localhost kernel: media: Linux media interface: v0.10 >Oct 17 22:25:28 localhost kernel: usbcore: registered new interface driver btusb >Oct 17 22:25:28 localhost kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6/input2 >Oct 17 22:25:28 localhost kernel: usbcore: registered new interface driver uas >Oct 17 22:25:28 localhost kernel: input: Logitech Unifying Device. Wireless PID:1017 as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input15 >Oct 17 22:25:28 localhost kernel: logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:1017] on usb-0000:00:14.0-6:1 >Oct 17 22:25:28 localhost kernel: Linux video capture interface: v2.00 >Oct 17 22:25:28 localhost kernel: snd_hda_intel 0000:00:03.0: irq 34 for MSI/MSI-X >Oct 17 22:25:28 localhost kernel: snd_hda_intel 0000:00:1b.0: irq 35 for MSI/MSI-X >Oct 17 22:25:28 localhost kernel: md: bind<sda> >Oct 17 22:25:28 localhost kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16 >Oct 17 22:25:28 localhost kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17 >Oct 17 22:25:28 localhost kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18 >Oct 17 22:25:28 localhost kernel: uvcvideo: Found UVC 1.00 device BisonCam, NB Pro (5986:055c) >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:line >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: mono: mono_out=0x0 >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: dig-out=0x1e/0x0 >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: inputs: >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: Mic=0x18 >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: Internal Mic=0x12 >Oct 17 22:25:28 localhost kernel: sound hdaudioC1D0: Line=0x1a >Oct 17 22:25:28 localhost kernel: input: BisonCam, NB Pro as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/input/input19 >Oct 17 22:25:28 localhost kernel: usbcore: registered new interface driver uvcvideo >Oct 17 22:25:28 localhost kernel: USB Video Class driver (1.1.1) >Oct 17 22:25:28 localhost kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20 >Oct 17 22:25:28 localhost kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21 >Oct 17 22:25:28 localhost kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22 >Oct 17 22:25:28 localhost kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input23 >Oct 17 22:25:29 localhost kernel: rtl8723ae: Using firmware rtlwifi/rtl8723fw_B.bin >Oct 17 22:25:29 localhost auditctl[871]: No rules >Oct 17 22:25:29 localhost kernel: ieee80211 phy0: Selected rate control algorithm 'rtl_rc' >Oct 17 22:25:29 localhost kernel: rtlwifi: wireless switch is on >Oct 17 22:25:29 localhost kernel: cfg80211: World regulatory domain updated: >Oct 17 22:25:29 localhost kernel: cfg80211: DFS Master region: unset >Oct 17 22:25:29 localhost kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) >Oct 17 22:25:29 localhost kernel: cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) >Oct 17 22:25:29 localhost kernel: cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) >Oct 17 22:25:29 localhost kernel: cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) >Oct 17 22:25:29 localhost kernel: cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A) >Oct 17 22:25:29 localhost kernel: cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) >Oct 17 22:25:29 localhost kernel: cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) >Oct 17 22:25:29 localhost kernel: cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) >Oct 17 22:25:29 localhost kernel: cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) >Oct 17 22:25:29 localhost kernel: md: bind<sdb> >Oct 17 22:25:29 localhost systemd-udevd[784]: inotify_add_watch(6, /dev/sda1, 10) failed: No such file or directory >Oct 17 22:25:29 localhost kernel: md: bind<sdb> >Oct 17 22:25:29 localhost kernel: md: bind<sda> >Oct 17 22:25:29 localhost kernel: rtl8723ae 0000:06:00.0 wlp6s0: renamed from wlan0 >Oct 17 22:25:29 localhost systemd-journal[723]: Permanent journal is using 8.0M (max allowed 591.9M, trying to leave 887.9M free of 2.1G available â current limit 591.9M). >Oct 17 22:25:29 localhost systemd-journal[723]: Time spent on flushing to /var is 16.067ms for 1117 entries. >Oct 17 22:25:29 localhost systemd-udevd[783]: renamed network interface wlan0 to wlp6s0 >Oct 17 22:25:29 localhost kernel: md: raid0 personality registered for level 0 >Oct 17 22:25:29 localhost kernel: md/raid0:md126: md_size is 3906994176 sectors. >Oct 17 22:25:29 localhost kernel: md: RAID0 configuration for md126 - 1 zone >Oct 17 22:25:29 localhost kernel: md: zone0=[sda/sdb] >Oct 17 22:25:29 localhost kernel: zone-offset= 0KB, device-offset= 0KB, size=1953497344KB >Oct 17 22:25:29 localhost kernel: >Oct 17 22:25:29 localhost kernel: md126: detected capacity change from 0 to 2000381018112 >Oct 17 22:25:29 localhost kernel: md126: p1 p2 p3 >Oct 17 22:25:29 localhost crda[901]: Could not determine country! Unable to set regulatory domain. >Oct 17 22:25:29 localhost auditd[870]: Started dispatcher: /sbin/audispd pid: 915 >Oct 17 22:25:29 localhost kernel: audit: type=1305 audit(1413599129.315:4): audit_pid=870 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 >Oct 17 22:25:29 localhost audispd[915]: priority_boost_parser called with: 4 >Oct 17 22:25:29 localhost audispd[915]: max_restarts_parser called with: 10 >Oct 17 22:25:29 localhost audispd[915]: audispd initialized with q_depth=150 and 1 active plugins >Oct 17 22:25:29 localhost kernel: md: export_rdev(sdb) >Oct 17 22:25:29 localhost kernel: md: export_rdev(sda) >Oct 17 22:25:29 localhost kernel: md: export_rdev(sdb) >Oct 17 22:25:29 localhost kernel: md: export_rdev(sda) >Oct 17 22:25:29 localhost auditd[870]: Init complete, auditd 2.4 listening for events (startup state enable) >Oct 17 22:25:29 localhost lvm[932]: 3 logical volume(s) in volume group "fedora" now active >Oct 17 22:25:32 localhost alsactl[958]: alsactl 1.0.28 daemon started >Oct 17 22:25:32 localhost alsactl[958]: /usr/sbin/alsactl: load_state:1677Cannot open /var/lib/alsa/asound.state for reading: No such file or directory >Oct 17 22:25:32 localhost alsactl[958]: /usr/sbin/alsactl: sysfs_init:48sysfs path '/sys' is invalid >Oct 17 22:25:32 localhost alsactl[958]: /usr/sbin/alsactl: sysfs_init:48sysfs path '/sys' is invalid >Oct 17 22:25:32 localhost alsactl[958]: Found hardware: "HDA-Intel" "Intel Haswell HDMI" "HDA:80862807,80860101,00100000" "0x1558" "0x7481" >Oct 17 22:25:32 localhost alsactl[958]: Hardware is initialized using a generic method >Oct 17 22:25:32 localhost alsactl[958]: Found hardware: "HDA-Intel" "Realtek ALC892" "HDA:10ec0892,15587481,00100302" "0x1558" "0x7481" >Oct 17 22:25:32 localhost alsactl[958]: Hardware is initialized using a generic method >Oct 17 22:25:32 localhost rngd[965]: Unable to open file: /dev/tpm0 >Oct 17 22:25:32 localhost chronyd[975]: chronyd version 1.31 starting >Oct 17 22:25:32 localhost avahi-daemon[968]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70). >Oct 17 22:25:32 localhost chronyd[975]: Generated key 1 >Oct 17 22:25:32 localhost avahi-daemon[968]: Successfully dropped root privileges. >Oct 17 22:25:32 localhost avahi-daemon[968]: avahi-daemon 0.6.31 starting up. >Oct 17 22:25:32 localhost bluetoothd[959]: Bluetooth daemon 5.23 >Oct 17 22:25:32 localhost ModemManager[962]: <info> ModemManager (version 1.4.0-1.fc21) starting in system bus... >Oct 17 22:25:32 localhost rtkit-daemon[961]: Successfully called chroot. >Oct 17 22:25:32 localhost rtkit-daemon[961]: Successfully dropped privileges. >Oct 17 22:25:32 localhost rtkit-daemon[961]: Successfully limited resources. >Oct 17 22:25:32 localhost rtkit-daemon[961]: Running. >Oct 17 22:25:32 localhost rtkit-daemon[961]: Watchdog thread running. >Oct 17 22:25:32 localhost rtkit-daemon[961]: Canary thread running. >Oct 17 22:25:32 localhost avahi-daemon[968]: Successfully called chroot(). >Oct 17 22:25:32 localhost avahi-daemon[968]: Successfully dropped remaining capabilities. >Oct 17 22:25:32 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.systemd1' >Oct 17 22:25:32 localhost avahi-daemon[968]: No service file found in /etc/avahi/services. >Oct 17 22:25:32 localhost avahi-daemon[968]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Oct 17 22:25:32 localhost bluetoothd[959]: Starting SDP server >Oct 17 22:25:32 localhost avahi-daemon[968]: Network interface enumeration completed. >Oct 17 22:25:32 localhost avahi-daemon[968]: Server startup complete. Host name is linux.local. Local service cookie is 3686453534. >Oct 17 22:25:32 localhost systemd-logind[966]: New seat seat0. >Oct 17 22:25:32 localhost systemd-logind[966]: Watching system buttons on /dev/input/event3 (Power Button) >Oct 17 22:25:32 localhost systemd-logind[966]: Watching system buttons on /dev/input/event7 (Video Bus) >Oct 17 22:25:32 localhost systemd-logind[966]: Watching system buttons on /dev/input/event6 (Video Bus) >Oct 17 22:25:32 localhost systemd-logind[966]: Watching system buttons on /dev/input/event0 (Power Button) >Oct 17 22:25:32 localhost systemd-logind[966]: Watching system buttons on /dev/input/event2 (Lid Switch) >Oct 17 22:25:32 localhost systemd-logind[966]: Watching system buttons on /dev/input/event1 (Sleep Button) >Oct 17 22:25:32 localhost kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Oct 17 22:25:32 localhost kernel: Bluetooth: BNEP filters: protocol multicast >Oct 17 22:25:32 localhost kernel: Bluetooth: BNEP socket layer initialized >Oct 17 22:25:32 localhost crond[999]: (CRON) INFO (Syslog will be used instead of sendmail.) >Oct 17 22:25:32 localhost crond[999]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 87% if used.) >Oct 17 22:25:32 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >Oct 17 22:25:32 localhost bluetoothd[959]: Bluetooth management interface 1.7 initialized >Oct 17 22:25:33 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:33 localhost kernel: Adding 8142844k swap on /dev/mapper/fedora-swap. Priority:-1 extents:1 across:8142844k FS >Oct 17 22:25:33 localhost livesys[967]: Enabling swap partition /dev/mapper/fedora-swap [ OK ] >Oct 17 22:25:33 localhost crond[999]: (CRON) INFO (running with inotify support) >Oct 17 22:25:33 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.hostname1' >Oct 17 22:25:33 localhost useradd[1009]: new group: name=liveuser, GID=1000 >Oct 17 22:25:33 localhost useradd[1009]: new user: name=liveuser, UID=1000, GID=1000, home=/home/liveuser, shell=/bin/bash >Oct 17 22:25:33 localhost livesys[967]: Adding live user [ OK ] >Oct 17 22:25:33 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Oct 17 22:25:33 localhost usermod[1016]: add 'liveuser' to group 'wheel' >Oct 17 22:25:33 localhost usermod[1016]: add 'liveuser' to shadow group 'wheel' >Oct 17 22:25:33 localhost polkitd[1015]: Started polkitd version 0.112 >Oct 17 22:25:33 localhost polkitd[1015]: Loading rules from directory /etc/polkit-1/rules.d >Oct 17 22:25:33 localhost polkitd[1015]: Loading rules from directory /usr/share/polkit-1/rules.d >Oct 17 22:25:33 localhost livesys[967]: (process:1035): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus-launch --autolaunch=6b937dd99de2f5e4f08e38282fe38558 --binary-syntax --close-stderr': Child process exited with code 1 >Oct 17 22:25:33 localhost polkitd[1015]: Finished loading, compiling and executing 5 rules >Oct 17 22:25:33 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Oct 17 22:25:33 localhost polkitd[1015]: Acquired the name org.freedesktop.PolicyKit1 on the system bus >Oct 17 22:25:33 localhost accounts-daemon[960]: started daemon version 0.6.38 >Oct 17 22:25:33 localhost livesys[967]: sed: can't read : No such file or directory >Oct 17 22:25:33 localhost livesys[967]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:33 localhost livesys[967]: warning: Schema 'org.freedesktop.gstreamer-0.10.default-elements' has path '/desktop/gstreamer/0.10/default-elements/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:33 localhost livesys[967]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:33 localhost livesys[967]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:33 localhost livesys[967]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:33 localhost livesys[967]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost livesys[967]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Oct 17 22:25:34 localhost kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team >Oct 17 22:25:34 localhost kernel: Ebtables v2.0 registered >Oct 17 22:25:34 localhost abrtd[1087]: Init complete, entering main loop >Oct 17 22:25:34 localhost kernel: Bridge firewalling registered >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: X.Org X Server 1.16.1 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Release Date: 2014-09-21 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: X Protocol Version 11, Revision 0 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Build Operating System: 3.16.3-200.fc20.x86_64 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Current Operating System: Linux localhost 3.17.0-301.fc21.x86_64 #1 SMP Wed Oct 8 20:10:50 UTC 2014 x86_64 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Kernel command line: BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Workstation-x86_64-2 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Build Date: 03 October 2014 01:18:58PM >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Build ID: xorg-x11-server 1.16.1-1.fc21 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Current version of pixman: 0.32.6 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Before reporting problems, check http://wiki.x.org >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: to make sure that you have the latest version. >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Markers: (--) probed, (**) from config file, (==) default setting, >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (++) from command line, (!!) notice, (II) informational, >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown. >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (++) Log file: "/dev/null", Time: Fri Oct 17 22:25:34 2014 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) Using system config directory "/usr/share/X11/xorg.conf.d" >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) No Layout section. Using the first Screen section. >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) No screen section available. Using defaults. >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (**) |-->Screen "Default Screen Section" (0) >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (**) | |-->Monitor "<default monitor>" >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) No monitor specified for screen "Default Screen Section". >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: Using a default monitor configuration. >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) Automatically adding devices >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) Automatically enabling devices >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) Automatically adding GPU devices >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) FontPath set to: >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: catalogue:/etc/X11/fontpath.d, >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: built-ins >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (==) ModulePath set to "/usr/lib64/xorg/modules" >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (II) The server relies on udev to provide the list of input devices. >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: If no devices become available, reconfigure udev or disable AutoAddDevices. >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (II) Loader magic: 0x81de40 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (II) Module ABI versions: >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: X.Org ANSI C Emulation: 0.4 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: X.Org Video Driver: 18.0 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: X.Org XInput driver : 21.0 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: X.Org Server Extension : 8.0 >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (EE) systemd-logind: failed to get session: PID 1123 does not belong to any known session >Oct 17 22:25:34 localhost gdm-Xorg-:0[1123]: (II) xfree86: Adding drm device (/dev/dri/card1) >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> NetworkManager (version 0.9.10.0-5.git20140704.fc21) is starting... >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Read config: /etc/NetworkManager/NetworkManager.conf and conf.d: 20-connectivity-fedora.conf >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> WEXT support is enabled >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Acquired D-Bus service com.redhat.ifcfgrh1 >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> monitoring kernel firmware directory '/lib/firmware'. >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.0/ieee80211/phy0/rfkill1) (driver rtl8723ae) >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> WiFi hardware radio set enabled >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> WWAN hardware radio set enabled >Oct 17 22:25:34 localhost ModemManager[962]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.2/0000:05:00.2': not supported by any plugin >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-bluetooth.so >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wwan.so >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wifi.so >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-adsl.so >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> WiFi enabled by radio killswitch; enabled by state file >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> WWAN enabled by radio killswitch; enabled by state file >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> WiMAX enabled by radio killswitch; enabled by state file >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> Networking is enabled by state file >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> (lo): link connected >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> (lo): carrier is ON >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> (enp5s0f2): carrier is OFF >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> (enp5s0f2): new Ethernet device (driver: 'r8169' ifindex: 2) >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> (enp5s0f2): exported as /org/freedesktop/NetworkManager/Devices/1 >Oct 17 22:25:34 localhost NetworkManager[1132]: <info> (enp5s0f2): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Oct 17 22:25:35 localhost libvirtd[1287]: libvirt version: 1.2.9, package: 2.fc21 (Fedora Project, 2014-10-03-13:57:57, buildvm-14.phx2.fedoraproject.org) >Oct 17 22:25:35 localhost libvirtd[1287]: Module /usr/lib64/libvirt/connection-driver/libvirt_driver_vbox_network.so not accessible >Oct 17 22:25:35 localhost libvirtd[1287]: Module /usr/lib64/libvirt/connection-driver/libvirt_driver_vbox_storage.so not accessible >Oct 17 22:25:35 localhost kernel: r8169 0000:05:00.2 enp5s0f2: link down >Oct 17 22:25:35 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): enp5s0f2: link is not ready >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (enp5s0f2): preparing device >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> read connection 'Wired connection 1' >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (enp5s0f2): created default wired connection 'Wired connection 1' >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): using nl80211 for WiFi device control >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): driver supports Access Point (AP) mode >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): new 802.11 WiFi device (driver: 'rtl8723ae' ifindex: 3) >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): exported as /org/freedesktop/NetworkManager/Devices/2 >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Oct 17 22:25:35 localhost libvirtd[1287]: Module /usr/lib64/libvirt/connection-driver/libvirt_driver_xen.so not accessible >Oct 17 22:25:35 localhost libvirtd[1287]: Module /usr/lib64/libvirt/connection-driver/libvirt_driver_libxl.so not accessible >Oct 17 22:25:35 localhost libvirtd[1287]: Module /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so not accessible >Oct 17 22:25:35 localhost libvirtd[1287]: Module /usr/lib64/libvirt/connection-driver/libvirt_driver_uml.so not accessible >Oct 17 22:25:35 localhost libvirtd[1287]: Module /usr/lib64/libvirt/connection-driver/libvirt_driver_vbox.so not accessible >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): preparing device >Oct 17 22:25:35 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp6s0: link is not ready >Oct 17 22:25:35 localhost dbus[969]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >Oct 17 22:25:35 localhost systemd[1]: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway. >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> use BlueZ version 5 >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> ModemManager available in the bus >Oct 17 22:25:35 localhost dbus[969]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> wpa_supplicant started >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0) supports 4 scan SSIDs >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): supplicant interface state: starting -> ready >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0): supplicant interface state: ready -> disconnected >Oct 17 22:25:35 localhost NetworkManager[1132]: <info> (wlp6s0) supports 4 scan SSIDs >Oct 17 22:25:35 localhost ModemManager[962]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.3/0000:06:00.0': not supported by any plugin >Oct 17 22:25:36 localhost NetworkManager[1132]: <info> (wlp6s0): supplicant interface state: disconnected -> inactive >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) xfree86: Adding drm device (/dev/dri/card0) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) PCI:*(0:0:2:0) 8086:0416:1558:7481 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) PCI: (0:1:0:0) 10de:1199:1558:7481 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "glx" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module glx: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.1, module version = 1.0.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org Server Extension, version 8.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) AIGLX enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Matched intel as autoconfigured driver 0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Matched nouveau as autoconfigured driver 1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Matched nv as autoconfigured driver 2 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Matched intel as autoconfigured driver 3 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Matched modesetting as autoconfigured driver 4 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Matched fbdev as autoconfigured driver 5 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Matched vesa as autoconfigured driver 6 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Assigned the driver to the xf86ConfigLayout >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "intel" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module intel: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.0, module version = 2.99.916 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: Module class: X.Org Video Driver >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org Video Driver, version 18.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "nouveau" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module nouveau: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.0, module version = 1.0.10 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: Module class: X.Org Video Driver >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org Video Driver, version 18.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "nv" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (WW) Warning, couldn't open module nv >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) UnloadModule: "nv" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Unloading nv >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (EE) Failed to load module "nv" (module does not exist, 0) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "modesetting" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module modesetting: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.0, module version = 0.9.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: Module class: X.Org Video Driver >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org Video Driver, version 18.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "fbdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module fbdev: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.0, module version = 0.4.3 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: Module class: X.Org Video Driver >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org Video Driver, version 18.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "vesa" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module vesa: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.0, module version = 2.3.2 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: Module class: X.Org Video Driver >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org Video Driver, version 18.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU driver >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU driver for NVIDIA chipset families : >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: RIVA TNT (NV04) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: RIVA TNT2 (NV05) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce 256 (NV10) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce 2 (NV11, NV15) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce 4MX (NV17, NV18) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce 3 (NV20) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce 4Ti (NV25, NV28) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce FX (NV3x) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce 6 (NV4x) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce 7 (G7x) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce 8 (G8x) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce GTX 200 (NVA0) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: GeForce GTX 400 (NVC0) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) FBDEV: driver for framebuffer: fbdev >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) VESA: driver for VESA chipsets: vesa >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (++) using VT number 1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) [drm] nouveau interface version: 1.2.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (WW) Falling back to old probe method for modesetting >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (WW) Falling back to old probe method for fbdev >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading sub module "fbdevhw" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "fbdevhw" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module fbdevhw: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.1, module version = 0.0.2 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org Video Driver, version 18.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (WW) Falling back to old probe method for vesa >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Creating default Display subsection in Screen section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: "Default Screen Section" for depth/fbbpp 24/32 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): Depth 24, (--) framebuffer bpp 32 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): RGB weight 888 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): Default visual is TrueColor >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Output eDP1 has no monitor section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Enabled output eDP1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Output VGA1 has no monitor section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Enabled output VGA1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Output DP1 has no monitor section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Enabled output DP1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Output HDMI1 has no monitor section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Enabled output HDMI1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Output HDMI2 has no monitor section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Enabled output HDMI2 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Output DP2 has no monitor section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Enabled output DP2 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Output HDMI3 has no monitor section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Enabled output HDMI3 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Output VIRTUAL1 has no monitor section >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Enabled output VIRTUAL1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): TearFree disabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): DPI set to (96, 96) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading sub module "dri3" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "dri3" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module "dri3" already built-in >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading sub module "dri2" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "dri2" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module "dri2" already built-in >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading sub module "present" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "present" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module "present" already built-in >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading sub module "dri2" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "dri2" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module "dri2" already built-in >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) NOUVEAU(G0): Chipset: "NVIDIA NVE4" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): RGB weight 888 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): Default visual is TrueColor >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): Using HW cursor >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): GLX sync to VBlank disabled. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): Page flipping enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): Swap limit set to 2 [Max allowed 2] >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): Using gamma correction (1.0, 1.0, 1.0) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) NOUVEAU(G0): Mode "1920x1080": 173.0 MHz (scaled from 0.0 MHz), 67.2 kHz, 60.0 Hz >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): DPI set to (96, 96) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading sub module "fb" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "fb" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/libfb.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module fb: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.1, module version = 1.0.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org ANSI C Emulation, version 0.4 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading sub module "exa" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "exa" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/libexa.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module exa: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.1, module version = 2.6.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org Video Driver, version 18.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading sub module "shadowfb" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "shadowfb" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/libshadowfb.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module shadowfb: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.1, module version = 1.0.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org ANSI C Emulation, version 0.4 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) UnloadModule: "modesetting" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Unloading modesetting >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) UnloadModule: "fbdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Unloading fbdev >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) UnloadSubModule: "fbdevhw" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Unloading fbdevhw >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) UnloadModule: "vesa" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Unloading vesa >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) Depth 24 pixmap format is 32 bpp >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): Opened GPU channel 0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): [DRI2] Setup complete >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) EXA(256): Driver allocated offscreen pixmaps >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) EXA(256): Driver registered support for the following operations: >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Solid >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Copy >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Composite (RENDER acceleration) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) UploadToScreen >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) DownloadFromScreen >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): Backing store enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): Silken mouse enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): [XvMC] Extension initialized. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) NOUVEAU(G0): DPMS enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): Backing store enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): Silken mouse enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): HW Cursor enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): DPMS enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): [DRI2] Setup complete >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): [DRI2] DRI driver: i965 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): [DRI2] VDPAU driver: i965 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): direct rendering: DRI2 DRI3 enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): hardware support for Present enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (==) intel(0): display hotplug detection enabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) RandR disabled >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) SELinux: Disabled by boolean >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_ARB_create_context >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_ARB_create_context_profile >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_INTEL_swap_event >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_ARB_fbconfig_float >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: enabled GLX_ARB_create_context_robustness >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) AIGLX: Loaded and initialized i965 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) GLX: Initialized DRI2 GL provider for screen 0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) NOUVEAU(G0): NVEnterVT is called. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) intel(0): Setting screen physical size to 508 x 285 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device Power Button (/dev/input/event3) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Power Button: Applying InputClass "evdev keyboard catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "evdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module evdev: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.0, module version = 2.9.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: Module class: X.Org XInput Driver >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org XInput driver, version 21.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'evdev' for 'Power Button' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Power Button: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: Power Button: Device: "/dev/input/event3" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Power Button: Vendor 0 Product 0x1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Power Button: Found keys >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: Power Button: Configuring as keyboard >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_rules" "evdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_model" "pc104" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_layout" "us" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device Video Bus (/dev/input/event7) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Video Bus: Applying InputClass "evdev keyboard catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'evdev' for 'Video Bus' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Video Bus: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: Video Bus: Device: "/dev/input/event7" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Video Bus: Vendor 0 Product 0x6 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Video Bus: Found keys >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: Video Bus: Configuring as keyboard >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14/event7" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_rules" "evdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_model" "pc104" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_layout" "us" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device Video Bus (/dev/input/event6) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Video Bus: Applying InputClass "evdev keyboard catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'evdev' for 'Video Bus' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Video Bus: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: Video Bus: Device: "/dev/input/event6" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Video Bus: Vendor 0 Product 0x6 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Video Bus: Found keys >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: Video Bus: Configuring as keyboard >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/LNXVIDEO:00/input/input13/event6" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_rules" "evdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_model" "pc104" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_layout" "us" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device Power Button (/dev/input/event0) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Power Button: Applying InputClass "evdev keyboard catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'evdev' for 'Power Button' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Power Button: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: Power Button: Device: "/dev/input/event0" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Power Button: Vendor 0 Product 0x1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Power Button: Found keys >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: Power Button: Configuring as keyboard >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_rules" "evdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_model" "pc104" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_layout" "us" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device Lid Switch (/dev/input/event2) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device Sleep Button (/dev/input/event1) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Sleep Button: Applying InputClass "evdev keyboard catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'evdev' for 'Sleep Button' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Sleep Button: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: Sleep Button: Device: "/dev/input/event1" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Sleep Button: Vendor 0 Product 0x3 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Sleep Button: Found keys >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: Sleep Button: Configuring as keyboard >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_rules" "evdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_model" "pc104" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_layout" "us" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event12) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) BisonCam, NB Pro: Applying InputClass "evdev keyboard catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'evdev' for 'BisonCam, NB Pro' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) BisonCam, NB Pro: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: BisonCam, NB Pro: Device: "/dev/input/event12" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: BisonCam, NB Pro: Vendor 0x5986 Product 0x55c >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: BisonCam, NB Pro: Found keys >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: BisonCam, NB Pro: Configuring as keyboard >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/input/input19/event12" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "BisonCam, NB Pro" (type: KEYBOARD, id 11) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_rules" "evdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_model" "pc104" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_layout" "us" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1017 (/dev/input/event8) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Logitech Unifying Device. Wireless PID:1017: Applying InputClass "evdev pointer catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:1017' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Logitech Unifying Device. Wireless PID:1017: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: Logitech Unifying Device. Wireless PID:1017: Device: "/dev/input/event8" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Logitech Unifying Device. Wireless PID:1017: Vendor 0x46d Product 0xc52b >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Logitech Unifying Device. Wireless PID:1017: Found 20 mouse buttons >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Logitech Unifying Device. Wireless PID:1017: Found scroll wheel(s) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Logitech Unifying Device. Wireless PID:1017: Found relative axes >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: Logitech Unifying Device. Wireless PID:1017: Found x and y relative axes >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: Logitech Unifying Device. Wireless PID:1017: Configuring as mouse >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: Logitech Unifying Device. Wireless PID:1017: Adding scrollwheel support >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: Logitech Unifying Device. Wireless PID:1017: YAxisMapping: buttons 4 and 5 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: Logitech Unifying Device. Wireless PID:1017: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input15/event8" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:1017" (type: MOUSE, id 12) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: Logitech Unifying Device. Wireless PID:1017: initialized for relative axes. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Logitech Unifying Device. Wireless PID:1017: (accel) keeping acceleration scheme 1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Logitech Unifying Device. Wireless PID:1017: (accel) acceleration profile 0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Logitech Unifying Device. Wireless PID:1017: (accel) acceleration factor: 2.000 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Logitech Unifying Device. Wireless PID:1017: (accel) acceleration threshold: 4 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1017 (/dev/input/mouse1) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event14) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event15) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) AT Translated Set 2 keyboard: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (--) evdev: AT Translated Set 2 keyboard: Found keys >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_rules" "evdev" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_model" "pc104" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "xkb_layout" "us" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5) >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) LoadModule: "synaptics" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Module synaptics: vendor="X.Org Foundation" >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: compiled for 1.16.0, module version = 1.8.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: Module class: X.Org XInput Driver >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: ABI class: X.Org XInput driver, version 21.0 >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad' >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: always reports core events >Oct 17 22:25:37 localhost gdm-Xorg-:0[1123]: (**) Option "Device" "/dev/input/event5" >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5692 (res 66) >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4680 (res 102) >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: always reports core events >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event5" >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14) >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (II) No input driver specified, ignoring this device. >Oct 17 22:25:38 localhost gdm-Xorg-:0[1123]: (II) This device may have been added with another device file. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): carrier is OFF >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): new Bridge device (driver: 'bridge' ifindex: 4) >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): exported as /org/freedesktop/NetworkManager/Devices/3 >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): preparing device >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >Oct 17 22:25:38 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:38 localhost systemd-logind[966]: New session 1 of user liveuser. >Oct 17 22:25:38 localhost systemd[1493]: pam_unix(systemd-user:session): session opened for user liveuser by (uid=0) >Oct 17 22:25:38 localhost systemd[1493]: Starting Paths. >Oct 17 22:25:38 localhost systemd[1493]: Reached target Paths. >Oct 17 22:25:38 localhost systemd[1493]: Starting Timers. >Oct 17 22:25:38 localhost systemd[1493]: Reached target Timers. >Oct 17 22:25:38 localhost systemd[1493]: Starting Sockets. >Oct 17 22:25:38 localhost systemd[1493]: Reached target Sockets. >Oct 17 22:25:38 localhost systemd[1493]: Starting Basic System. >Oct 17 22:25:38 localhost systemd[1493]: Reached target Basic System. >Oct 17 22:25:38 localhost systemd[1493]: Starting Default. >Oct 17 22:25:38 localhost systemd[1493]: Reached target Default. >Oct 17 22:25:38 localhost systemd[1493]: Startup finished in 11ms. >Oct 17 22:25:38 localhost gdm-autologin][1474]: pam_unix(gdm-autologin:session): session opened for user liveuser by (uid=0) >Oct 17 22:25:38 localhost avahi-daemon[968]: Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.124.1. >Oct 17 22:25:38 localhost avahi-daemon[968]: New relevant interface virbr0.IPv4 for mDNS. >Oct 17 22:25:38 localhost avahi-daemon[968]: Registering new address record for 192.168.124.1 on virbr0.IPv4. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> read connection 'virbr0' >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) starting connection 'virbr0' >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 1 of 5 (Device Prepare) scheduled... >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 1 of 5 (Device Prepare) started... >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 2 of 5 (Device Configure) scheduled... >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 1 of 5 (Device Prepare) complete. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 2 of 5 (Device Configure) starting... >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): device state change: prepare -> config (reason 'none') [40 50 0] >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 2 of 5 (Device Configure) successful. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 2 of 5 (Device Configure) complete. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 3 of 5 (IP Configure Start) scheduled. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 3 of 5 (IP Configure Start) started... >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): device state change: config -> ip-config (reason 'none') [50 70 0] >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): IPv6 config waiting until carrier is on >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 3 of 5 (IP Configure Start) complete. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 5 of 5 (IPv4 Commit) started... >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) Stage 5 of 5 (IPv4 Commit) complete. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> (virbr0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> NetworkManager state is now CONNECTED_LOCAL >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Activation (virbr0) successful, device activated. >Oct 17 22:25:38 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >Oct 17 22:25:38 localhost dnsmasq[1540]: started, version 2.71 cachesize 150 >Oct 17 22:25:38 localhost dnsmasq[1540]: compile time options: IPv6 GNU-getopt DBus no-i18n IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth DNSSEC >Oct 17 22:25:38 localhost dnsmasq-dhcp[1540]: DHCP, IP range 192.168.124.2 -- 192.168.124.254, lease time 1h >Oct 17 22:25:38 localhost dnsmasq-dhcp[1540]: DHCP, sockets bound exclusively to interface virbr0 >Oct 17 22:25:38 localhost dnsmasq[1540]: no servers found in /etc/resolv.conf, will retry >Oct 17 22:25:38 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Oct 17 22:25:38 localhost nm-dispatcher[1537]: Dispatching action 'up' for virbr0 >Oct 17 22:25:38 localhost dnsmasq[1540]: read /etc/hosts - 2 addresses >Oct 17 22:25:38 localhost dnsmasq[1540]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses >Oct 17 22:25:38 localhost dnsmasq-dhcp[1540]: read /var/lib/libvirt/dnsmasq/default.hostsfile >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Connectivity check for uri 'http://fedoraproject.org/static/hotspot.txt' failed with 'Error resolving 'fedoraproject.org': Name or service not known'. >Oct 17 22:25:38 localhost NetworkManager[1132]: <info> Connectivity check for uri 'http://fedoraproject.org/static/hotspot.txt' failed with 'Error resolving 'fedoraproject.org': Name or service not known'. >Oct 17 22:25:38 localhost systemd[1]: Unit iscsi.service cannot be reloaded because it is inactive. >Oct 17 22:25:38 localhost /etc/gdm/Xsession[1514]: cp: cannot stat â/usr/share/applications/liveinst.desktopâ: No such file or directory >Oct 17 22:25:38 localhost org.a11y.Bus[1542]: Activating service name='org.a11y.atspi.Registry' >Oct 17 22:25:38 localhost org.a11y.Bus[1542]: Successfully activated service 'org.a11y.atspi.Registry' >Oct 17 22:25:38 localhost org.a11y.atspi.Registry[1594]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry >Oct 17 22:25:38 localhost org.a11y.atspi.Registry[1594]: Xlib: extension "XEVIE" missing on display ":0". >Oct 17 22:25:39 localhost kernel: fuse init (API version 7.23) >Oct 17 22:25:39 localhost kernel: SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts >Oct 17 22:25:39 localhost kernel: SELinux: initialized (dev fuse, type fuse), uses genfs_contexts >Oct 17 22:25:39 localhost gnome-keyring-daemon[1630]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >Oct 17 22:25:39 localhost gnome-keyring-daemon[1628]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >Oct 17 22:25:39 localhost gnome-keyring-daemon[1624]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >Oct 17 22:25:39 localhost gnome-keyring-daemon[1623]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: ** Message: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: ** Message: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: ** Message: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1 >Oct 17 22:25:39 localhost gnome-session[1514]: ** Message: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: W: [pulseaudio] authkey.c: Failed to open cookie file '/home/liveuser/.config/pulse/cookie': No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: W: [pulseaudio] authkey.c: Failed to load authorization key '/home/liveuser/.config/pulse/cookie': No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: W: [pulseaudio] authkey.c: Failed to open cookie file '/home/liveuser/.pulse-cookie': No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: W: [pulseaudio] authkey.c: Failed to load authorization key '/home/liveuser/.pulse-cookie': No such file or directory >Oct 17 22:25:39 localhost gnome-session[1514]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1 >Oct 17 22:25:39 localhost gnome-session[1514]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1 >Oct 17 22:25:39 localhost gnome-session[1514]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh >Oct 17 22:25:39 localhost gnome-session[1514]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1 >Oct 17 22:25:39 localhost gnome-session[1514]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh >Oct 17 22:25:39 localhost rtkit-daemon[961]: Successfully made thread 1644 of process 1644 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Supervising 1 threads of 1 processes of 1 users. >Oct 17 22:25:39 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Oct 17 22:25:39 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.UPower' >Oct 17 22:25:39 localhost rtkit-daemon[961]: Supervising 1 threads of 1 processes of 1 users. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Successfully made thread 1655 of process 1644 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Supervising 2 threads of 1 processes of 1 users. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Supervising 2 threads of 1 processes of 1 users. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Successfully made thread 1660 of process 1644 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Supervising 3 threads of 1 processes of 1 users. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Supervising 3 threads of 1 processes of 1 users. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Successfully made thread 1663 of process 1644 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >Oct 17 22:25:39 localhost rtkit-daemon[961]: Supervising 4 threads of 1 processes of 1 users. >Oct 17 22:25:39 localhost bluetoothd[959]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSource >Oct 17 22:25:39 localhost bluetoothd[959]: Endpoint registered: sender=:1.27 path=/MediaEndpoint/A2DPSink >Oct 17 22:25:40 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Oct 17 22:25:40 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Oct 17 22:25:40 localhost NetworkManager[1132]: <info> Connectivity check for uri 'http://fedoraproject.org/static/hotspot.txt' failed with 'Error resolving 'fedoraproject.org': Name or service not known'. >Oct 17 22:25:40 localhost colord[1699]: Using mapping database file /var/lib/colord/mapping.db >Oct 17 22:25:40 localhost udisksd[1701]: udisks daemon version 2.1.3 starting >Oct 17 22:25:40 localhost colord[1699]: Using device database file /var/lib/colord/storage.db >Oct 17 22:25:40 localhost colord[1699]: Using profile database file /var/lib/colord/storage.db >Oct 17 22:25:40 localhost colord[1699]: loaded plugin libcd_plugin_camera.so >Oct 17 22:25:40 localhost colord[1699]: loaded plugin libcd_plugin_scanner.so >Oct 17 22:25:40 localhost colord[1699]: Daemon ready for requests >Oct 17 22:25:40 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Oct 17 22:25:40 localhost udisksd[1701]: Error creating watch for file /sys/devices/virtual/block/md126/md/sync_action: No such file or directory (g-file-error-quark, 4) >Oct 17 22:25:40 localhost udisksd[1701]: Error creating watch for file /sys/devices/virtual/block/md126/md/degraded: No such file or directory (g-file-error-quark, 4) >Oct 17 22:25:40 localhost udisksd[1701]: Error creating watch for file /sys/devices/virtual/block/md127/md/sync_action: No such file or directory (g-file-error-quark, 4) >Oct 17 22:25:40 localhost udisksd[1701]: Error creating watch for file /sys/devices/virtual/block/md127/md/degraded: No such file or directory (g-file-error-quark, 4) >Oct 17 22:25:40 localhost gdm-Xorg-:0[1123]: (II) intel(0): EDID vendor "CMO", prod id 5920 >Oct 17 22:25:40 localhost gdm-Xorg-:0[1123]: (II) intel(0): Printing DDC gathered Modelines: >Oct 17 22:25:40 localhost gdm-Xorg-:0[1123]: (II) intel(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.7 kHz eP) >Oct 17 22:25:40 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Oct 17 22:25:40 localhost udisksd[1701]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Oct 17 22:25:40 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >Oct 17 22:25:40 localhost NetworkManager[1132]: <info> Connectivity check for uri 'http://fedoraproject.org/static/hotspot.txt' failed with 'Error resolving 'fedoraproject.org': Name or service not known'. >Oct 17 22:25:40 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 22:25:40 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.locale1' >Oct 17 22:25:42 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' >Oct 17 22:25:42 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.GeoClue2' >Oct 17 22:25:42 localhost polkitd[1015]: Registered Authentication Agent for unix-session:1 (system bus name :1.33 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) >Oct 17 22:25:42 localhost NetworkManager[1132]: <info> Connectivity check for uri 'http://fedoraproject.org/static/hotspot.txt' failed with 'Error resolving 'fedoraproject.org': Name or service not known'. >Oct 17 22:25:42 localhost org.gnome.OnlineAccounts[1542]: goa-daemon-Message: goa-daemon version 3.14.0 starting >Oct 17 22:25:42 localhost org.gnome.OnlineAccounts[1542]: (goa-daemon:1794): libgoaidentity-WARNING **: GoaKerberosIdentityManager: Using polling for change notification for credential cache type 'KEYRING' >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: Saving system-proxy >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : [Data Source] >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : DisplayName=Default Proxy Settings >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : Enabled=true >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : Parent= >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : [Proxy] >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : Method=default >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: : IgnoreHosts=localhost;127.0.0.0/8;::1; >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: - : >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : AutoconfigUrl= >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : FtpHost= >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : FtpPort=0 >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : HttpAuthPassword= >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : HttpAuthUser= >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : HttpHost= >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : HttpPort=8080 >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : HttpUseAuth=false >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : HttpsHost= >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : HttpsPort=0 >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : SocksHost= >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : SocksPort=0 >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: + : >Oct 17 22:25:42 localhost org.gnome.evolution.dataserver.Sources3[1542]: Bus name 'org.gnome.evolution.dataserver.Sources3' acquired. >Oct 17 22:25:42 localhost org.gtk.Private.AfcVolumeMonitor[1542]: Volume monitor alive >Oct 17 22:25:42 localhost gnome-session[1514]: Gjs-Message: JS LOG: Failed to add search provider /usr/share/gnome-shell/search-providers/gnome-boxes-search-provider.ini: TypeError: appInfo is null >Oct 17 22:25:42 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' >Oct 17 22:25:42 localhost gnome-session[1514]: vmware-user: could not open /proc/fs/vmblock/dev >Oct 17 22:25:42 localhost PackageKit[1868]: daemon start >Oct 17 22:25:42 localhost gnome-session[1514]: Failed to play sound: File or data not found >Oct 17 22:25:42 localhost org.gnome.Caribou.Daemon[1542]: ** (caribou:1780): WARNING **: AT-SPI: Error in GetItems, sender=org.freedesktop.DBus, error=The name :1.5 was not provided by any .service files >Oct 17 22:25:42 localhost gnome-session[1514]: Entering running state >Oct 17 22:25:43 localhost org.freedesktop.Tracker1[1542]: Creating config directory:'/home/liveuser/.config/tracker' >Oct 17 22:25:43 localhost vmusr[1879]: [ warning] [vmtoolsd] The vmusr service needs to run inside a virtual machine. >Oct 17 22:25:43 localhost gnome-session[1514]: (uint32 1,) >Oct 17 22:25:43 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 22:25:43 localhost kernel: ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM >Oct 17 22:25:43 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 22:25:43 localhost NetworkManager[1132]: <info> startup complete >Oct 17 22:25:43 localhost colord[1699]: Device added: xrandr-Chi Mei Optoelectronics corp. >Oct 17 22:25:44 localhost kernel: FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. >Oct 17 22:25:44 localhost kernel: SELinux: initialized (dev sdd1, type vfat), uses genfs_contexts >Oct 17 22:25:44 localhost udisksd[1701]: Mounted /dev/sdd1 at /run/media/liveuser/2GB on behalf of uid 1000 >Oct 17 22:25:44 localhost org.gtk.Private.UDisks2VolumeMonitor[1542]: index_parse.c:191: indx_parse(): error opening /run/media/liveuser/2GB/BDMV/index.bdmv >Oct 17 22:25:44 localhost org.gtk.Private.UDisks2VolumeMonitor[1542]: index_parse.c:191: indx_parse(): error opening /run/media/liveuser/2GB/BDMV/BACKUP/index.bdmv >Oct 17 22:25:45 localhost colord[1699]: Automatic metadata add icc-b9107e4236cf04468bedeb39bb2c3b7a to xrandr-Chi Mei Optoelectronics corp. >Oct 17 22:25:45 localhost colord[1699]: Profile added: icc-b9107e4236cf04468bedeb39bb2c3b7a >Oct 17 22:25:45 localhost gnome-session[1514]: GNOME Shell started at Fri Oct 17 2014 22:25:42 GMT-0400 (EDT) >Oct 17 22:25:45 localhost gnome-session[1514]: (gnome-shell:1697): mutter-WARNING **: STACK_OP_ADD: window 0x2000001 already in stack >Oct 17 22:25:45 localhost gnome-session[1514]: (gnome-shell:1697): mutter-WARNING **: STACK_OP_ADD: window 0x2000001 already in stack >Oct 17 22:25:45 localhost org.gnome.evolution.dataserver.Calendar4[1542]: Bus name 'org.gnome.evolution.dataserver.Calendar4' acquired. >Oct 17 22:25:45 localhost NetworkManager[1132]: <info> Connectivity check for uri 'http://fedoraproject.org/static/hotspot.txt' failed with 'Error resolving 'fedoraproject.org': Name or service not known'. >Oct 17 22:25:46 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Oct 17 22:25:46 localhost NetworkManager[1132]: <info> Connectivity check for uri 'http://fedoraproject.org/static/hotspot.txt' failed with 'Error resolving 'fedoraproject.org': Name or service not known'. >Oct 17 22:25:54 localhost NetworkManager[1132]: <info> Connectivity check for uri 'http://fedoraproject.org/static/hotspot.txt' failed with 'Error resolving 'fedoraproject.org': Name or service not known'. >Oct 17 22:25:54 localhost gnome-session[1514]: (gnome-control-center:2150): GLib-GObject-WARNING **: The property GtkButton:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version. >Oct 17 22:26:23 localhost NetworkManager[1132]: <info> WiFi hardware radio set disabled >Oct 17 22:26:23 localhost NetworkManager[1132]: <info> (wlp6s0): device state change: disconnected -> unavailable (reason 'none') [30 20 0] >Oct 17 22:26:23 localhost NetworkManager[1132]: <info> (wlp6s0): deactivating device (reason 'none') [0] >Oct 17 22:26:23 localhost NetworkManager[1132]: <info> WiFi now disabled by radio killswitch >Oct 17 22:26:24 localhost NetworkManager[1132]: <info> WiFi hardware radio set enabled >Oct 17 22:26:25 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp6s0: link is not ready >Oct 17 22:26:25 localhost NetworkManager[1132]: <info> WiFi now enabled by radio killswitch >Oct 17 22:26:25 localhost NetworkManager[1132]: <info> (wlp6s0) supports 4 scan SSIDs >Oct 17 22:26:25 localhost NetworkManager[1132]: <info> (wlp6s0): supplicant interface state: starting -> ready >Oct 17 22:26:25 localhost NetworkManager[1132]: <info> (wlp6s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] >Oct 17 22:26:25 localhost NetworkManager[1132]: <info> (wlp6s0): supplicant interface state: ready -> disconnected >Oct 17 22:26:25 localhost NetworkManager[1132]: <info> (wlp6s0) supports 4 scan SSIDs >Oct 17 22:26:26 localhost NetworkManager[1132]: <info> (wlp6s0): supplicant interface state: disconnected -> inactive >Oct 17 22:28:34 localhost kernel: r8169 0000:05:00.2 enp5s0f2: link up >Oct 17 22:28:34 localhost kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0f2: link becomes ready >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): link connected >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Auto-activating connection 'Wired connection 1'. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) starting connection 'Wired connection 1' >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 1 of 5 (Device Prepare) scheduled... >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 1 of 5 (Device Prepare) started... >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> NetworkManager state is now CONNECTING >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 2 of 5 (Device Configure) scheduled... >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 1 of 5 (Device Prepare) complete. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 2 of 5 (Device Configure) starting... >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): device state change: prepare -> config (reason 'none') [40 50 0] >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 2 of 5 (Device Configure) successful. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 2 of 5 (Device Configure) complete. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 3 of 5 (IP Configure Start) scheduled. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 3 of 5 (IP Configure Start) started... >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): device state change: config -> ip-config (reason 'none') [50 70 0] >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Beginning DHCPv4 transaction (timeout in 45 seconds) >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> dhclient started with pid 2242 >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 3 of 5 (IP Configure Start) complete. >Oct 17 22:28:34 localhost dhclient[2242]: Internet Systems Consortium DHCP Client 4.3.1 >Oct 17 22:28:34 localhost dhclient[2242]: Copyright 2004-2014 Internet Systems Consortium. >Oct 17 22:28:34 localhost dhclient[2242]: All rights reserved. >Oct 17 22:28:34 localhost dhclient[2242]: For info, please visit https://www.isc.org/software/dhcp/ >Oct 17 22:28:34 localhost dhclient[2242]: >Oct 17 22:28:34 localhost NetworkManager[1132]: Internet Systems Consortium DHCP Client 4.3.1 >Oct 17 22:28:34 localhost NetworkManager[1132]: Copyright 2004-2014 Internet Systems Consortium. >Oct 17 22:28:34 localhost NetworkManager[1132]: All rights reserved. >Oct 17 22:28:34 localhost NetworkManager[1132]: For info, please visit https://www.isc.org/software/dhcp/ >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): DHCPv4 state changed nbi -> preinit >Oct 17 22:28:34 localhost dhclient[2242]: Listening on LPF/enp5s0f2/00:90:f5:fa:67:7a >Oct 17 22:28:34 localhost dhclient[2242]: Sending on LPF/enp5s0f2/00:90:f5:fa:67:7a >Oct 17 22:28:34 localhost dhclient[2242]: Sending on Socket/fallback >Oct 17 22:28:34 localhost dhclient[2242]: Created duid \000\001\000\001\033\324\214\322\000\220\365\372gz. >Oct 17 22:28:34 localhost dhclient[2242]: DHCPDISCOVER on enp5s0f2 to 255.255.255.255 port 67 interval 3 (xid=0x1eb1a985) >Oct 17 22:28:34 localhost NetworkManager[1132]: Listening on LPF/enp5s0f2/00:90:f5:fa:67:7a >Oct 17 22:28:34 localhost NetworkManager[1132]: Sending on LPF/enp5s0f2/00:90:f5:fa:67:7a >Oct 17 22:28:34 localhost NetworkManager[1132]: Sending on Socket/fallback >Oct 17 22:28:34 localhost NetworkManager[1132]: Created duid \000\001\000\001\033\324\214\322\000\220\365\372gz. >Oct 17 22:28:34 localhost NetworkManager[1132]: DHCPDISCOVER on enp5s0f2 to 255.255.255.255 port 67 interval 3 (xid=0x1eb1a985) >Oct 17 22:28:34 localhost dhclient[2242]: DHCPREQUEST on enp5s0f2 to 255.255.255.255 port 67 (xid=0x1eb1a985) >Oct 17 22:28:34 localhost dhclient[2242]: DHCPOFFER from 10.64.160.252 >Oct 17 22:28:34 localhost NetworkManager[1132]: DHCPREQUEST on enp5s0f2 to 255.255.255.255 port 67 (xid=0x1eb1a985) >Oct 17 22:28:34 localhost NetworkManager[1132]: DHCPOFFER from 10.64.160.252 >Oct 17 22:28:34 localhost dhclient[2242]: DHCPACK from 10.64.160.252 (xid=0x1eb1a985) >Oct 17 22:28:34 localhost NetworkManager[1132]: DHCPACK from 10.64.160.252 (xid=0x1eb1a985) >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): DHCPv4 state changed preinit -> bound >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> address 10.64.160.21 >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> plen 24 (255.255.255.0) >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> gateway 10.64.160.1 >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> server identifier 10.64.54.80 >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> lease time 691200 >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> nameserver '10.64.26.27' >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> nameserver '10.64.54.20' >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> domain name 'nfsmith.info' >Oct 17 22:28:34 localhost dhclient[2242]: bound to 10.64.160.21 -- renewal in 287242 seconds. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 5 of 5 (IPv4 Commit) started... >Oct 17 22:28:34 localhost avahi-daemon[968]: Joining mDNS multicast group on interface enp5s0f2.IPv4 with address 10.64.160.21. >Oct 17 22:28:34 localhost avahi-daemon[968]: New relevant interface enp5s0f2.IPv4 for mDNS. >Oct 17 22:28:34 localhost avahi-daemon[968]: Registering new address record for 10.64.160.21 on enp5s0f2.IPv4. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) Stage 5 of 5 (IPv4 Commit) complete. >Oct 17 22:28:34 localhost NetworkManager[1132]: bound to 10.64.160.21 -- renewal in 287242 seconds. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> (enp5s0f2): device state change: secondaries -> activated (reason 'none') [90 100 0] >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> NetworkManager state is now CONNECTED_LOCAL >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Policy set 'Wired connection 1' (enp5s0f2) as default for IPv4 routing and DNS. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> Activation (enp5s0f2) successful, device activated. >Oct 17 22:28:34 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >Oct 17 22:28:34 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Oct 17 22:28:34 localhost nm-dispatcher[2247]: Dispatching action 'up' for enp5s0f2 >Oct 17 22:28:34 localhost systemd[1]: Unit iscsi.service cannot be reloaded because it is inactive. >Oct 17 22:28:34 localhost NetworkManager[1132]: <info> NetworkManager state is now CONNECTED_GLOBAL >Oct 17 22:28:35 localhost avahi-daemon[968]: Registering new address record for fe80::290:f5ff:fefa:677a on enp5s0f2.*. >Oct 17 22:28:35 localhost kernel: nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead. >Oct 17 22:28:38 localhost chronyd[975]: Selected source 10.64.54.20 >Oct 17 22:28:38 localhost chronyd[975]: System clock wrong by -25149.017854 seconds, adjustment started >Oct 17 15:29:29 localhost chronyd[975]: System clock was stepped by -25149.017854 seconds >Oct 17 15:29:29 localhost systemd[1493]: Time has been changed >Oct 17 15:29:35 localhost org.gnome.Bijiben.SearchProvider[1542]: (bijiben-shell-search-provider:2323): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed >Oct 17 15:29:35 localhost org.gnome.Calculator.SearchProvider[1542]: Error: ErrorCode.UNKNOWN_VARIABLE >Oct 17 15:29:35 localhost org.gnome.Calculator.SearchProvider[1542]: ** (org.gnome.Calculator.SearchProvider:2313): WARNING **: (search-provider.c:528):search_provider_get_result_identifier: runtime check failed: ((_tmp10__length1 == 0) || (_tmp11__length1 == 1)) >Oct 17 15:29:35 localhost org.gnome.Caribou.Daemon[1542]: ** (caribou:1780): WARNING **: AT-SPI: Error in GetItems, sender=org.freedesktop.DBus, error=The name :1.15 was not provided by any .service files >Oct 17 15:29:35 localhost org.gnome.Bijiben.SearchProvider[1542]: (bijiben-shell-search-provider:2323): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed >Oct 17 15:29:35 localhost org.gnome.Calculator.SearchProvider[1542]: Error: ErrorCode.UNKNOWN_VARIABLE >Oct 17 15:29:35 localhost org.gnome.Calculator.SearchProvider[1542]: ** (org.gnome.Calculator.SearchProvider:2313): WARNING **: (search-provider.c:528):search_provider_get_result_identifier: runtime check failed: ((_tmp10__length1 == 0) || (_tmp11__length1 == 1)) >Oct 17 15:29:35 localhost org.gnome.Caribou.Daemon[1542]: ** (caribou:1780): WARNING **: AT-SPI: Error in GetItems, sender=org.freedesktop.DBus, error=The name :1.18 was not provided by any .service files >Oct 17 15:29:35 localhost org.gnome.Contacts.SearchProvider[1542]: ** (org.gnome.Contacts.SearchProvider:2317): WARNING **: contacts-shell-search-provider.vala:76: GetInitialResultSet te >Oct 17 15:29:35 localhost org.gnome.Contacts.SearchProvider[1542]: ** (org.gnome.Contacts.SearchProvider:2317): WARNING **: contacts-shell-search-provider.vala:82: GetSubsearchResultSet term >Oct 17 15:29:35 localhost obexd[2376]: OBEX daemon 5.23 >Oct 17 15:29:35 localhost kernel: Bluetooth: RFCOMM TTY layer initialized >Oct 17 15:29:35 localhost kernel: Bluetooth: RFCOMM socket layer initialized >Oct 17 15:29:35 localhost kernel: Bluetooth: RFCOMM ver 1.11 >Oct 17 15:29:35 localhost org.gnome.evolution.dataserver.AddressBook6[1542]: Bus name 'org.gnome.evolution.dataserver.AddressBook6' acquired. >Oct 17 15:29:35 localhost org.gnome.OnlineMiners.GData[1542]: Gom-Message: Setting scheduler policy to SCHED_IDLE >Oct 17 15:29:35 localhost org.gnome.OnlineMiners.Owncloud[1542]: Gom-Message: Setting scheduler policy to SCHED_IDLE >Oct 17 15:29:35 localhost org.gnome.OnlineMiners.Zpj[1542]: Gom-Message: Setting scheduler policy to SCHED_IDLE >Oct 17 15:29:35 localhost gnome-session[1514]: (tracker-miner-fs:1872): Tracker-WARNING **: File 'file:///usr' has been reenqueued more than 2 times. It will not be indexed. >Oct 17 15:29:35 localhost gnome-session[1514]: (tracker-miner-fs:1872): Tracker-WARNING **: File 'file:///usr/share' has been reenqueued more than 2 times. It will not be indexed. >Oct 17 15:29:35 localhost gnome-session[1514]: (tracker-miner-fs:1872): Tracker-WARNING **: File 'file:///usr/share/gnome-documents' has been reenqueued more than 2 times. It will not be indexed. >Oct 17 15:29:35 localhost gnome-session[1514]: (tracker-miner-fs:1872): Tracker-WARNING **: File 'file:///usr/share/gnome-documents/getting-started' has been reenqueued more than 2 times. It will not be indexed. >Oct 17 15:29:35 localhost gnome-session[1514]: (tracker-miner-fs:1872): Tracker-WARNING **: File 'file:///usr/share/gnome-documents/getting-started/C' has been reenqueued more than 2 times. It will not be indexed. >Oct 17 15:29:35 localhost gnome-session[1514]: (tracker-miner-fs:1872): Tracker-WARNING **: File 'file:///usr/share/gnome-documents/getting-started/C/gnome-documents-getting-started.pdf' has been reenqueued more than 2 times. It will not be indexed. >Oct 17 15:29:35 localhost org.gnome.Caribou.Daemon[1542]: ** (caribou:1780): WARNING **: AT-SPI: Error in GetItems, sender=org.freedesktop.DBus, error=The name :1.20 was not provided by any .service files >Oct 17 15:29:53 localhost unix_chkpwd[2482]: account liveuser has password changed in future >Oct 17 15:29:53 localhost sudo[2480]: liveuser : TTY=pts/0 ; PWD=/home/liveuser ; USER=root ; COMMAND=/bin/su >Oct 17 15:29:53 localhost su[2483]: (to root) liveuser on pts/0 >Oct 17 15:29:53 localhost su[2483]: pam_unix(su:session): session opened for user root by liveuser(uid=0) >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] HUB_INIT timed out >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 409000 - done 0x00000220 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 409000 - stat 0x00000000 0x00000000 0x00000000 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 409000 - stat 0x00000000 0x00000000 0x00000006 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 502000 - done 0x00000340 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 502000 - stat 0x80000000 0x00006500 0x00000000 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 502000 - stat 0x00000000 0x00000000 0x00000002 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 50a000 - done 0x00000300 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 50a000 - stat 0x00000000 0x0000f100 0x00000000 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 50a000 - stat 0x00000000 0x00000000 0x00000000 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 512000 - done 0x00000300 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 512000 - stat 0x00000000 0x00000000 0x00000000 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 512000 - stat 0x00000000 0x00000000 0x00000000 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 51a000 - done 0x00000300 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 51a000 - stat 0x00000000 0x00000000 0x00000000 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] 51a000 - stat 0x00000000 0x00000000 0x00000000 0x00000000 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0] init failed, -16 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0][0x0300e417][ffff88020574ac00] engine failed, -16 >Oct 17 15:29:56 localhost kernel: nouveau E[ PGRAPH][0000:01:00.0][0x0000a097][ffff880223fdc4a0] parent failed, -16 >Oct 17 15:29:56 localhost kernel: nouveau E[Xorg.bin[1123]] 0xdddddddd:0xcccc0000 init failed with -16 >Oct 17 15:29:56 localhost kernel: nouveau E[Xorg.bin[1123]] 0xffffffff:0xdddddddd init failed with -16 >Oct 17 15:29:56 localhost kernel: nouveau E[Xorg.bin[1123]] 0xffffffff:0xffffffff init failed with -16 >Oct 17 15:30:00 localhost gnome-session[1514]: Gjs-Message: JS LOG: Received error from DBus search provider org.gnome.Software.desktop: Gio.IOErrorEnum: Timeout was reached >Oct 17 15:30:01 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 15:30:01 localhost kernel: ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM >Oct 17 15:30:01 localhost kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95) >Oct 17 15:30:16 localhost kernel: nouveau E[ DRM] failed to idle channel 0xcccc0000 [DRM] >Oct 17 15:30:16 localhost kernel: [sched_delayed] sched: RT throttling activated >Oct 17 15:30:16 localhost kernel: pci_pm_runtime_suspend(): nouveau_pmops_runtime_suspend+0x0/0xe0 [nouveau] returns -16 >Oct 17 15:30:25 localhost dnsmasq[1540]: reading /etc/resolv.conf >Oct 17 15:30:25 localhost dnsmasq[1540]: using nameserver 10.64.26.27#53 >Oct 17 15:30:25 localhost dnsmasq[1540]: using nameserver 10.64.54.20#53 >Oct 17 15:30:40 localhost PackageKit[1868]: resolve transaction /1_abedaece from uid 1000 finished with success after 64285ms >Oct 17 15:30:41 localhost PackageKit[1868]: resolve transaction /2_adcaacdc from uid 1000 finished with success after 689ms >Oct 17 15:30:53 localhost yum[2511]: Updated: pykickstart-1.99.63-2.fc21.noarch >Oct 17 15:30:53 localhost yum[2511]: Updated: 1:python-blivet-0.61.5-1.fc21.noarch >Oct 17 15:30:53 localhost yum[2511]: Updated: anaconda-tui-21.48.10-1.fc21.x86_64 >Oct 17 15:30:54 localhost yum[2511]: Updated: anaconda-core-21.48.10-1.fc21.x86_64 >Oct 17 15:30:54 localhost yum[2511]: Updated: anaconda-widgets-21.48.10-1.fc21.x86_64 >Oct 17 15:30:54 localhost yum[2511]: Updated: anaconda-gui-21.48.10-1.fc21.x86_64 >Oct 17 15:30:54 localhost yum[2511]: Updated: anaconda-21.48.10-1.fc21.x86_64 >Oct 17 15:30:56 localhost org.gnome.Calculator.SearchProvider[1542]: Error: ErrorCode.INVALID >Oct 17 15:30:56 localhost org.gnome.Calculator.SearchProvider[1542]: ** (org.gnome.Calculator.SearchProvider:2565): WARNING **: (search-provider.c:528):search_provider_get_result_identifier: runtime check failed: ((_tmp10__length1 == 0) || (_tmp11__length1 == 1)) >Oct 17 15:30:56 localhost org.gnome.Contacts.SearchProvider[1542]: ** (org.gnome.Contacts.SearchProvider:2569): WARNING **: contacts-shell-search-provider.vala:76: GetInitialResultSet >Oct 17 15:30:56 localhost org.gnome.Bijiben.SearchProvider[1542]: (bijiben-shell-search-provider:2575): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed >Oct 17 15:30:56 localhost org.gnome.OnlineMiners.GData[1542]: Gom-Message: Setting scheduler policy to SCHED_IDLE >Oct 17 15:30:56 localhost org.gnome.evolution.dataserver.AddressBook6[1542]: Bus name 'org.gnome.evolution.dataserver.AddressBook6' acquired. >Oct 17 15:30:56 localhost org.gnome.OnlineMiners.Owncloud[1542]: Gom-Message: Setting scheduler policy to SCHED_IDLE >Oct 17 15:30:56 localhost org.gnome.OnlineMiners.Zpj[1542]: Gom-Message: Setting scheduler policy to SCHED_IDLE >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: (gnome-documents:2571): Gjs-WARNING **: JS ERROR: TypeError: this._mainWindow is undefined >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: Application<.getScaleFactor@/usr/share/gnome-documents/js/application.js:666 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: DocCommon<.updateIconFromType@/usr/share/gnome-documents/js/documents.js:332 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: DocCommon<.refreshIcon@/usr/share/gnome-documents/js/documents.js:396 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: DocCommon<.populateFromCursor@/usr/share/gnome-documents/js/documents.js:318 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: _parent@resource:///org/gnome/gjs/modules/lang.js:131 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: LocalDocument<.populateFromCursor@/usr/share/gnome-documents/js/documents.js:669 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: DocCommon<._init@/usr/share/gnome-documents/js/documents.js:250 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: _parent@resource:///org/gnome/gjs/modules/lang.js:131 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: LocalDocument<._init@/usr/share/gnome-documents/js/documents.js:656 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: DocumentManager<.createDocumentFromCursor@/usr/share/gnome-documents/js/documents.js:1152 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: DocumentManager<.addDocumentFromCursor@/usr/share/gnome-documents/js/documents.js:1158 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: DocumentManager<._onDocumentCreated/<@/usr/share/gnome-documents/js/documents.js:1122 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: SingleItemJob<._emitCallback@/usr/share/gnome-documents/js/trackerUtils.js:91 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: SingleItemJob<._onCursorNext@/usr/share/gnome-documents/js/trackerUtils.js:86 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: start@/usr/share/gnome-documents/js/main.js:30 >Oct 17 15:30:58 localhost org.gnome.Documents[1542]: @<command line>:1 >Oct 17 15:30:58 localhost org.gnome.Nautilus[1542]: (nautilus:2573): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version. >Oct 17 15:30:58 localhost org.gnome.Nautilus[1542]: (nautilus:2573): GLib-GObject-WARNING **: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version. >Oct 17 15:30:58 localhost dbus[969]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >Oct 17 15:30:58 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Oct 17 15:30:58 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.hostname1' >Oct 17 15:31:00 localhost org.gnome.Nautilus[1542]: (nautilus:2573): Gtk-CRITICAL **: gtk_revealer_set_reveal_child: assertion 'GTK_IS_REVEALER (revealer)' failed >Oct 17 15:31:00 localhost org.gnome.Nautilus[1542]: (nautilus:2573): GnomeDesktop-WARNING **: Unable to create loader for mime type image/vnd.microsoft.icon: Unrecognized image file format >Oct 17 15:31:08 localhost org.gnome.Nautilus[1542]: (nautilus:2573): GLib-GObject-WARNING **: invalid (NULL) pointer instance >Oct 17 15:31:08 localhost org.gnome.Nautilus[1542]: (nautilus:2573): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed >Oct 17 15:31:08 localhost org.gnome.Nautilus[1542]: (nautilus:2573): Gtk-CRITICAL **: gtk_revealer_set_reveal_child: assertion 'GTK_IS_REVEALER (revealer)' failed >Oct 17 15:31:27 localhost kernel: md: raid1 personality registered for level 1 >Oct 17 15:31:27 localhost kernel: raid6: sse2x1 9687 MB/s >Oct 17 15:31:27 localhost kernel: raid6: sse2x2 12035 MB/s >Oct 17 15:31:27 localhost kernel: raid6: sse2x4 13769 MB/s >Oct 17 15:31:27 localhost kernel: raid6: avx2x1 18226 MB/s >Oct 17 15:31:27 localhost kernel: raid6: avx2x2 21542 MB/s >Oct 17 15:31:27 localhost kernel: raid6: avx2x4 24691 MB/s >Oct 17 15:31:27 localhost kernel: raid6: using algorithm avx2x4 (24691 MB/s) >Oct 17 15:31:27 localhost kernel: raid6: using avx2x2 recovery algorithm >Oct 17 15:31:27 localhost kernel: async_tx: api initialized (async) >Oct 17 15:31:27 localhost kernel: xor: automatically using best checksumming function: >Oct 17 15:31:27 localhost kernel: avx : 34360.000 MB/sec >Oct 17 15:31:27 localhost kernel: md: raid6 personality registered for level 6 >Oct 17 15:31:27 localhost kernel: md: raid5 personality registered for level 5 >Oct 17 15:31:27 localhost kernel: md: raid4 personality registered for level 4 >Oct 17 15:31:27 localhost kernel: md: raid10 personality registered for level 10 >Oct 17 15:31:28 localhost kernel: device-mapper: multipath: version 1.7.0 loaded >Oct 17 15:31:28 localhost kernel: device-mapper: multipath round-robin: version 1.0.0 loaded >Oct 17 15:31:28 localhost kernel: sha256_ssse3: Using AVX2 optimized SHA-256 implementation >Oct 17 15:31:28 localhost kernel: Loading iSCSI transport class v2.0-870. >Oct 17 15:31:28 localhost kernel: iscsi: registered transport (tcp) >Oct 17 15:31:28 localhost kernel: No iBFT detected. >Oct 17 15:31:28 localhost dbus[969]: avc: received setenforce notice (enforcing=0) >Oct 17 15:31:28 localhost dbus[1594]: avc: received setenforce notice (enforcing=0) >Oct 17 15:31:28 localhost dbus[1542]: avc: received setenforce notice (enforcing=0) >Oct 17 15:31:28 localhost udisksd[1701]: Cleaning up mount point /run/media/liveuser/2GB (device 8:49 is not mounted) >Oct 17 15:31:29 localhost kernel: sda: sda1 sda2 sda3 >Oct 17 15:31:29 localhost kernel: sda: p1 size 3172982784 extends beyond EOD, truncated >Oct 17 15:31:29 localhost kernel: sda: p2 start 3172986880 is beyond EOD, truncated >Oct 17 15:31:29 localhost kernel: sda: p3 start 3174010880 is beyond EOD, truncated >Oct 17 15:31:29 localhost kernel: sdb: unknown partition table >Oct 17 15:31:30 localhost python[2732]: detected unhandled Python exception in '/bin/anaconda-cleanup' >Oct 17 15:31:30 localhost dbus[969]: [system] Activating service name='org.freedesktop.problems' (using servicehelper) >Oct 17 15:31:30 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.problems' >Oct 17 15:31:31 localhost anaconda[2830]: /sbin/anaconda 21.48.10-1 >Oct 17 15:31:31 localhost anaconda[2830]: 8126464 kB (7936 MB) are available >Oct 17 15:31:31 localhost program[2830]: Running... losetup --list >Oct 17 15:31:31 localhost anaconda[2830]: check_memory(): total:8126464, needed:320, graphical:410 >Oct 17 15:31:31 localhost anaconda[2830]: Switching logging level to debug >Oct 17 15:31:31 localhost anaconda[2830]: Unable to inhibit the screensaver: Failed to call Inhibit method on /org/freedesktop/ScreenSaver with ('anaconda', 'Installing') arguments: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files >Oct 17 15:31:31 localhost anaconda[2830]: Not doing 'start audit daemon' in live installation >Oct 17 15:31:31 localhost anaconda[2830]: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base', '--updates=/home/liveuser/Documents/updates.img'] >Oct 17 15:31:31 localhost anaconda[2830]: Default encoding = ascii >Oct 17 15:31:31 localhost anaconda[2830]: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >Oct 17 15:31:31 localhost program[2830]: Running... udevadm trigger --action=change --subsystem-match=block >Oct 17 15:31:31 localhost program[2830]: Return code: 0 >Oct 17 15:31:31 localhost program[2830]: Running... udevadm settle --timeout=300 >Oct 17 15:31:32 localhost program[2830]: Return code: 0 >Oct 17 15:31:32 localhost blivet[2830]: ISCSID is /sbin/iscsid >Oct 17 15:31:32 localhost blivet[2830]: no initiator set >Oct 17 15:31:32 localhost program[2830]: Running... modprobe fcoe >Oct 17 15:31:32 localhost program[2830]: Return code: 0 >Oct 17 15:31:32 localhost program[2830]: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Oct 17 15:31:32 localhost program[2830]: No FCoE boot disk information is found in EDD! >Oct 17 15:31:32 localhost program[2830]: Return code: 1 >Oct 17 15:31:32 localhost blivet[2830]: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Oct 17 15:31:32 localhost blivet[2830]: no /etc/zfcp.conf; not configuring zfcp >Oct 17 15:31:32 localhost anaconda[2830]: Display mode = g >Oct 17 15:31:32 localhost anaconda[2830]: 8126464 kB (7936 MB) are available >Oct 17 15:31:32 localhost program[2830]: Running... losetup --list >Oct 17 15:31:32 localhost anaconda[2830]: check_memory(): total:8126464, needed:320, graphical:410 >Oct 17 15:31:32 localhost blivet[2830]: trying to set new default fstype to 'ext4' >Oct 17 15:31:32 localhost blivet[2830]: Ext4FS.supported: supported: True ; >Oct 17 15:31:32 localhost blivet[2830]: getFormat('ext4') returning Ext4FS instance with object id 0 >Oct 17 15:31:32 localhost blivet[2830]: Ext4FS.supported: supported: True ; >Oct 17 15:31:32 localhost anaconda[2830]: _Fedora is the highest priority installclass, using it >Oct 17 15:31:32 localhost anaconda[2830]: bootloader GRUB2 on X86 platform >Oct 17 15:31:32 localhost blivet[2830]: Detected 7936 MiB of memory >Oct 17 15:31:32 localhost blivet[2830]: Suggested swap size (7936 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >Oct 17 15:31:32 localhost blivet[2830]: Swap attempt of 0.0 >Oct 17 15:31:32 localhost anaconda[2830]: bootloader GRUB2 on X86 platform >Oct 17 15:31:32 localhost anaconda[2830]: network: devices found ['enp5s0f2', 'wlp6s0', 'virbr0'] >Oct 17 15:31:32 localhost ifcfg[2830]: content of files (network initialization): >Oct 17 15:31:32 localhost ifcfg[2830]: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 144, 245, 250, 103, 122]}, 'connection': {'timestamp': 1413574285L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': 'f587813a-d1d9-4681-a0c6-1e39caaebca6'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'bridge': {'forward-delay': 2L, 'interface-name': 'virbr0'}, 'connection': {'autoconnect': False, 'interface-name': 'virbr0', 'timestamp': 1413574285L, 'type': 'bridge', 'id': 'virbr0', 'uuid': '4d1c413e-797c-4478-8bab-3a40d6e7e0de'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[24946880L, 24L, 0L]], 'dns': [], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >Oct 17 15:31:32 localhost anaconda[2830]: network: dumping ifcfg file for default autoconnection on enp5s0f2 >Oct 17 15:31:32 localhost anaconda[2830]: network: setting autoconnect of enp5s0f2 to False >Oct 17 15:31:32 localhost anaconda[2830]: network: missing ifcfgs created for devices ['enp5s0f2'] >Oct 17 15:31:32 localhost ifcfg[2830]: content of files (missing ifcfgs created for devices ['enp5s0f2']): >Oct 17 15:31:32 localhost ifcfg[2830]: /etc/sysconfig/network-scripts/ifcfg-enp5s0f2: >Oct 17 15:31:32 localhost ifcfg[2830]: TYPE=Ethernet >Oct 17 15:31:32 localhost ifcfg[2830]: BOOTPROTO=dhcp >Oct 17 15:31:32 localhost ifcfg[2830]: DEFROUTE=yes >Oct 17 15:31:32 localhost ifcfg[2830]: IPV4_FAILURE_FATAL=no >Oct 17 15:31:32 localhost ifcfg[2830]: IPV6INIT=yes >Oct 17 15:31:32 localhost ifcfg[2830]: IPV6_AUTOCONF=yes >Oct 17 15:31:32 localhost ifcfg[2830]: IPV6_DEFROUTE=yes >Oct 17 15:31:32 localhost ifcfg[2830]: IPV6_FAILURE_FATAL=no >Oct 17 15:31:32 localhost ifcfg[2830]: NAME=enp5s0f2 >Oct 17 15:31:32 localhost ifcfg[2830]: UUID=f587813a-d1d9-4681-a0c6-1e39caaebca6 >Oct 17 15:31:32 localhost ifcfg[2830]: ONBOOT=no >Oct 17 15:31:32 localhost ifcfg[2830]: HWADDR=00:90:F5:FA:67:7A >Oct 17 15:31:32 localhost ifcfg[2830]: PEERDNS=yes >Oct 17 15:31:32 localhost ifcfg[2830]: PEERROUTES=yes >Oct 17 15:31:32 localhost ifcfg[2830]: IPV6_PEERDNS=yes >Oct 17 15:31:32 localhost ifcfg[2830]: IPV6_PEERROUTES=yes >Oct 17 15:31:32 localhost ifcfg[2830]: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 144, 245, 250, 103, 122]}, 'connection': {'timestamp': 1413574285L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp5s0f2', 'uuid': 'f587813a-d1d9-4681-a0c6-1e39caaebca6'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'bridge': {'forward-delay': 2L, 'interface-name': 'virbr0'}, 'connection': {'autoconnect': False, 'interface-name': 'virbr0', 'timestamp': 1413574285L, 'type': 'bridge', 'id': 'virbr0', 'uuid': '4d1c413e-797c-4478-8bab-3a40d6e7e0de'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[24946880L, 24L, 0L]], 'dns': [], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >Oct 17 15:31:32 localhost anaconda[2830]: updating hostname localhost.localdomain >Oct 17 15:31:32 localhost anaconda[2830]: Running Thread: AnaStorageThread (140680661669632) >Oct 17 15:31:32 localhost anaconda[2830]: Running Thread: AnaTimeInitThread (140680345028352) >Oct 17 15:31:32 localhost anaconda[2830]: Running Thread: AnaWaitForConnectingNMThread (140680336635648) >Oct 17 15:31:32 localhost blivet[2830]: resetting Blivet (version 0.61.4) instance <blivet.Blivet object at 0x7ff2c4e37150> >Oct 17 15:31:32 localhost packaging[2830]: Restarting payload thread >Oct 17 15:31:32 localhost blivet[2830]: no initiator set >Oct 17 15:31:32 localhost anaconda[2830]: Running Thread: AnaPayloadRestartThread (140680328242944) >Oct 17 15:31:32 localhost anaconda[2830]: Running Thread: AnaPayloadThread (140680110274304) >Oct 17 15:31:32 localhost blivet[2830]: not going to create backup copy of non-existent /etc/mdadm.conf >Oct 17 15:31:32 localhost packaging[2830]: Updating payload thread state: 0 >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Oct 17 15:31:32 localhost packaging[2830]: Updating payload thread state: 1 >Oct 17 15:31:32 localhost anaconda[2830]: Thread Done: AnaPayloadRestartThread (140680328242944) >Oct 17 15:31:32 localhost program[2830]: Running... udevadm settle --timeout=300 >Oct 17 15:31:32 localhost program[2830]: Return code: 0 >Oct 17 15:31:32 localhost program[2830]: Running... mpathconf --user_friendly_names y --with_multipathd y >Oct 17 15:31:32 localhost program[2830]: Return code: 0 >Oct 17 15:31:32 localhost program[2830]: Running... udevadm settle --timeout=300 >Oct 17 15:31:32 localhost program[2830]: Return code: 0 >Oct 17 15:31:32 localhost blivet[2830]: protected device spec /dev/sde1 resolved to sde1 >Oct 17 15:31:32 localhost blivet[2830]: sde1 looks to be the live device; marking as protected >Oct 17 15:31:32 localhost program[2830]: Running... udevadm settle --timeout=300 >Oct 17 15:31:32 localhost program[2830]: Return code: 0 >Oct 17 15:31:32 localhost blivet[2830]: devices to scan: ['sde', 'sde1', 'sde2', 'sde3', 'sdd', 'sdd1', 'sda', 'sda1', 'sdb', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'md126', 'md126p1', 'md126p2', 'md126p3', 'md127'] >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-10-10-01-34-21-00', >'DEVNAME': 'sde', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2014-10-10-01-34-21-00', >'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '64', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '924319', >'name': 'sde', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', >'/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'/dev/disk/by-uuid/2014-10-10-01-34-21-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >Oct 17 15:31:32 localhost blivet[2830]: scanning sde (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde)... >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevDiskDevice: name: sde ; >Oct 17 15:31:32 localhost blivet[2830]: sde is a disk >Oct 17 15:31:32 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 2 >Oct 17 15:31:32 localhost blivet[2830]: DiskDevice._setFormat: sde ; current: None ; type: None ; >Oct 17 15:31:32 localhost program[2830]: Running... multipath -c /dev/sde >Oct 17 15:31:32 localhost anaconda[2830]: updating hostname localhost.localdomain >Oct 17 15:31:32 localhost program[2830]: /dev/sde is not a valid multipath device path >Oct 17 15:31:32 localhost program[2830]: Return code: 1 >Oct 17 15:31:32 localhost blivet[2830]: added disk sde (id 1) to device tree >Oct 17 15:31:32 localhost blivet[2830]: looking up parted Device: /dev/sde >Oct 17 15:31:32 localhost blivet[2830]: got device: DiskDevice instance (0x7ff2b076ec10) -- >name = sde status = True kids = 0 id = 1 >parents = [] >uuid = None size = 1911 MiB >format = existing None >major = 8 minor = 64 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- >model: Generic Flash Disk path: /dev/sde type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 3913728 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: True >hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b079b3b0> >target size = 0 B path = /dev/sde >format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7ff2b0757890> >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: sde ; >Oct 17 15:31:32 localhost blivet[2830]: type detected on 'sde' is 'iso9660' >Oct 17 15:31:32 localhost blivet[2830]: Iso9660FS.supported: supported: True ; >Oct 17 15:31:32 localhost blivet[2830]: getFormat('iso9660') returning Iso9660FS instance with object id 4 >Oct 17 15:31:32 localhost blivet[2830]: DiskDevice._setFormat: sde ; current: None ; type: iso9660 ; >Oct 17 15:31:32 localhost blivet[2830]: got format: existing iso9660 filesystem >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-10-10-01-34-21-00', >'DEVNAME': 'sde1', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2014-10-10-01-34-21-00', >'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_FLAGS': '0x80', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '0', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '2656256', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '6e9f246b-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '65', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '0', >'USEC_INITIALIZED': '924341', >'name': 'sde1', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', >'/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', >'/dev/disk/by-uuid/2014-10-10-01-34-21-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >Oct 17 15:31:32 localhost blivet[2830]: scanning sde1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1)... >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sde1 ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:32 localhost blivet[2830]: sde1 is a partition >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevPartitionDevice: name: sde1 ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >Oct 17 15:31:32 localhost anaconda[2830]: got 2 NTP servers from DHCP >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >Oct 17 15:31:32 localhost anaconda[2830]: Thread Done: AnaWaitForConnectingNMThread (140680336635648) >Oct 17 15:31:32 localhost blivet[2830]: lvm filter: adding sde1 to the reject list >Oct 17 15:31:32 localhost blivet[2830]: ignoring partition sde1 on iso9660 >Oct 17 15:31:32 localhost blivet[2830]: no device obtained for sde1 >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/4C54-8A45', >'DEVNAME': 'sde2', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'EFI', >'ID_FS_LABEL_ENC': 'EFI', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'vfat', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '4C54-8A45', >'ID_FS_UUID_ENC': '4C54-8A45', >'ID_FS_VERSION': 'FAT12', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_NUMBER': '2', >'ID_PART_ENTRY_OFFSET': '172', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '10164', >'ID_PART_ENTRY_TYPE': '0xef', >'ID_PART_ENTRY_UUID': '6e9f246b-02', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '66', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '924361', >'name': 'sde2', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', >'/dev/disk/by-label/EFI', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', >'/dev/disk/by-uuid/4C54-8A45'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >Oct 17 15:31:32 localhost blivet[2830]: scanning sde2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2)... >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sde2 ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:32 localhost blivet[2830]: sde2 is a partition >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevPartitionDevice: name: sde2 ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >Oct 17 15:31:32 localhost blivet[2830]: lvm filter: adding sde2 to the reject list >Oct 17 15:31:32 localhost blivet[2830]: ignoring partition sde2 on iso9660 >Oct 17 15:31:32 localhost blivet[2830]: no device obtained for sde2 >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074', >'DEVNAME': 'sde3', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora_Live', >'ID_FS_LABEL_ENC': 'Fedora\\x20Live', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'hfsplus', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', >'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '10416', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '40704', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '6e9f246b-03', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '67', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '924386', >'name': 'sde3', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', >'/dev/disk/by-label/Fedora\\x20Live', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', >'/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >Oct 17 15:31:32 localhost blivet[2830]: scanning sde3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3)... >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sde3 ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:32 localhost blivet[2830]: sde3 is a partition >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevPartitionDevice: name: sde3 ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >Oct 17 15:31:32 localhost blivet[2830]: lvm filter: adding sde3 to the reject list >Oct 17 15:31:32 localhost blivet[2830]: ignoring partition sde3 on iso9660 >Oct 17 15:31:32 localhost blivet[2830]: no device obtained for sde3 >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0 /dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', >'DEVNAME': 'sdd', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '05d1fd8f', >'ID_PATH': 'pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_2_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_2A5C0ADD-0:0', >'ID_SERIAL_SHORT': '2A5C0ADD', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '48', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '924765', >'name': 'sdd', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd'} ; name: sdd ; >Oct 17 15:31:32 localhost blivet[2830]: scanning sdd (/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd)... >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sdd ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevDiskDevice: name: sdd ; >Oct 17 15:31:32 localhost blivet[2830]: sdd is a disk >Oct 17 15:31:32 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 7 >Oct 17 15:31:32 localhost blivet[2830]: DiskDevice._setFormat: sdd ; current: None ; type: None ; >Oct 17 15:31:32 localhost program[2830]: Running... multipath -c /dev/sdd >Oct 17 15:31:32 localhost program[2830]: /dev/sdd is not a valid multipath device path >Oct 17 15:31:32 localhost program[2830]: Return code: 1 >Oct 17 15:31:32 localhost blivet[2830]: added disk sdd (id 6) to device tree >Oct 17 15:31:32 localhost blivet[2830]: looking up parted Device: /dev/sdd >Oct 17 15:31:32 localhost anaconda[2830]: Running Thread: AnaGeolocationRefreshThread (140680336635648) >Oct 17 15:31:32 localhost anaconda[2830]: Not doing 'start chronyd' in live installation >Oct 17 15:31:32 localhost anaconda[2830]: Starting geolocation lookup >Oct 17 15:31:32 localhost anaconda[2830]: Geolocation provider: Fedora GeoIP >Oct 17 15:31:32 localhost anaconda[2830]: Window scale set to 1 by XSETTINGS, not scaling >Oct 17 15:31:32 localhost blivet[2830]: got device: DiskDevice instance (0x7ff2c4056210) -- >name = sdd status = True kids = 0 id = 6 >parents = [] >uuid = None size = 1911 MiB >format = existing None >major = 8 minor = 48 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd partedDevice = parted.Device instance -- >model: Generic Flash Disk path: /dev/sdd type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 3913728 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: False >hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b079b440> >target size = 0 B path = /dev/sdd >format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7ff2b0757d50> >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: sdd ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: sdd ; label_type: dos ; >Oct 17 15:31:32 localhost blivet[2830]: DiskDevice.setup: sdd ; status: True ; controllable: True ; orig: False ; >Oct 17 15:31:32 localhost blivet[2830]: required disklabel type for sdd (1) is None >Oct 17 15:31:32 localhost blivet[2830]: default disklabel type for sdd is msdos >Oct 17 15:31:32 localhost blivet[2830]: selecting msdos disklabel for sdd based on size >Oct 17 15:31:32 localhost anaconda[2830]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 17 15:31:32 localhost blivet[2830]: DiskLabel.__init__: device: /dev/sdd ; labelType: msdos ; exists: True ; >Oct 17 15:31:32 localhost blivet[2830]: Did not change pmbr_boot on parted.Disk instance -- >type: msdos primaryPartitionCount: 1 >lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x7ff2b01acd10>] >device: <parted.device.Device object at 0x7ff2b01be710> >PedDisk: <_ped.Disk object at 0x7ff2b01b0dd0> >Oct 17 15:31:32 localhost anaconda[2830]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 17 15:31:32 localhost anaconda[2830]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 17 15:31:32 localhost blivet[2830]: getFormat('disklabel') returning DiskLabel instance with object id 9 >Oct 17 15:31:32 localhost anaconda[2830]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 17 15:31:32 localhost anaconda[2830]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 17 15:31:32 localhost blivet[2830]: DiskDevice._setFormat: sdd ; current: None ; type: disklabel ; >Oct 17 15:31:32 localhost anaconda[2830]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0-part1 /dev/disk/by-label/2GB /dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/F086-D378', >'DEVNAME': 'sdd1', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_LABEL': '2GB', >'ID_FS_LABEL_ENC': '2GB', >'ID_FS_TYPE': 'vfat', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'F086-D378', >'ID_FS_UUID_ENC': 'F086-D378', >'ID_FS_VERSION': 'FAT32', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:48', >'ID_PART_ENTRY_FLAGS': '0x80', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '2048', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '3911680', >'ID_PART_ENTRY_TYPE': '0xc', >'ID_PART_ENTRY_UUID': '05d1fd8f-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '05d1fd8f', >'ID_PATH': 'pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_2_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_2A5C0ADD-0:0', >'ID_SERIAL_SHORT': '2A5C0ADD', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '49', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '924786', >'name': 'sdd1', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0-part1', >'/dev/disk/by-label/2GB', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1', >'/dev/disk/by-uuid/F086-D378'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1'} ; name: sdd1 ; >Oct 17 15:31:32 localhost anaconda[2830]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 17 15:31:32 localhost blivet[2830]: scanning sdd1 (/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1)... >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sdd1 ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:32 localhost blivet[2830]: sdd1 is a partition >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.addUdevPartitionDevice: name: sdd1 ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sdd ; incomplete: False ; >Oct 17 15:31:32 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 1911 MiB disk sdd (6) with existing msdos disklabel >Oct 17 15:31:32 localhost blivet[2830]: DiskDevice.addChild: kids: 0 ; name: sdd ; >Oct 17 15:31:32 localhost blivet[2830]: PartitionDevice._setFormat: sdd1 ; >Oct 17 15:31:32 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 12 >Oct 17 15:31:32 localhost blivet[2830]: PartitionDevice._setFormat: sdd1 ; current: None ; type: None ; >Oct 17 15:31:32 localhost blivet[2830]: looking up parted Partition: /dev/sdd1 >Oct 17 15:31:32 localhost blivet[2830]: PartitionDevice.probe: sdd1 ; exists: True ; >Oct 17 15:31:32 localhost anaconda[2830]: Not doing 'activate layouts' in live installation >Oct 17 15:31:32 localhost blivet[2830]: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 1 ; >Oct 17 15:31:32 localhost blivet[2830]: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 10 ; >Oct 17 15:31:32 localhost blivet[2830]: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 12 ; >Oct 17 15:31:32 localhost blivet[2830]: added partition sdd1 (id 11) to device tree >Oct 17 15:31:32 localhost blivet[2830]: looking up parted Device: /dev/sdd1 >Oct 17 15:31:33 localhost blivet[2830]: got device: PartitionDevice instance (0x7ff2b0139150) -- >name = sdd1 status = True kids = 0 id = 11 >parents = ['existing 1911 MiB disk sdd (6) with existing msdos disklabel'] >uuid = None size = 1910 MiB >format = existing None >major = 8 minor = 49 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1 partedDevice = parted.Device instance -- >model: Unknown path: /dev/sdd1 type: 0 >sectorSize: 512 physicalSectorSize: 512 >length: 3911680 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: False >hardwareGeometry: (1017, 62, 62) biosGeometry: (243, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b079b4d0> >target size = 0 B path = /dev/sdd1 >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 0x7ff2b01acb50> fileSystem: <parted.filesystem.FileSystem object at 0x7ff2b0139110> >number: 1 path: /dev/sdd1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7ff2b01acdd0> PedPartition: <_ped.Partition object at 0x7ff2b01b2830> >disk = existing 1911 MiB disk sdd (6) with existing msdos disklabel >start = 2048 end = 3913727 length = 3911680 >flags = boot, lba >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: sdd1 ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: sdd1 ; label_type: None ; >Oct 17 15:31:33 localhost blivet[2830]: device sdd1 does not contain a disklabel >Oct 17 15:31:33 localhost blivet[2830]: getFormat('efi') returning EFIFS instance with object id 14 >Oct 17 15:31:33 localhost blivet[2830]: type detected on 'sdd1' is 'vfat' >Oct 17 15:31:33 localhost blivet[2830]: getFormat('efi') returning EFIFS instance with object id 15 >Oct 17 15:31:33 localhost blivet[2830]: PartitionDevice._setFormat: sdd1 ; >Oct 17 15:31:33 localhost blivet[2830]: PartitionDevice._setFormat: sdd1 ; current: None ; type: efi ; >Oct 17 15:31:33 localhost blivet[2830]: got format: existing efi filesystem >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF /dev/disk/by-id/wwn-0x5000cca6accd6099', >'DEVNAME': 'sda', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', >'DEVTYPE': 'disk', >'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_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': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', >'ID_SERIAL_SHORT': 'JR10006PGYE8KF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6099', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', >'MAJOR': '8', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '926717', >'name': 'sda', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', >'/dev/disk/by-id/wwn-0x5000cca6accd6099'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >Oct 17 15:31:33 localhost blivet[2830]: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:33 localhost blivet[2830]: sda is part of a biosraid >Oct 17 15:31:33 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 18 >Oct 17 15:31:33 localhost blivet[2830]: DiskDevice._setFormat: sda ; current: None ; type: None ; >Oct 17 15:31:33 localhost blivet[2830]: added disk sda (id 17) to device tree >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/sda >Oct 17 15:31:33 localhost blivet[2830]: got device: DiskDevice instance (0x7ff2b0151550) -- >name = sda status = True kids = 0 id = 17 >parents = [] >uuid = None size = 931.51 GiB >format = existing None >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA HGST HTS721010A9 path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 1953525168 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b018d710> >target size = 0 B path = /dev/sda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff2b0151750> >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: sda ; >Oct 17 15:31:33 localhost program[2830]: Running... mdadm --examine --export /dev/sda >Oct 17 15:31:33 localhost program[2830]: MD_METADATA=imsm >Oct 17 15:31:33 localhost program[2830]: MD_LEVEL=container >Oct 17 15:31:33 localhost program[2830]: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >Oct 17 15:31:33 localhost program[2830]: MD_DEVICES=2 >Oct 17 15:31:33 localhost program[2830]: Return code: 0 >Oct 17 15:31:33 localhost program[2830]: Running... mdadm --examine --brief /dev/sda >Oct 17 15:31:33 localhost anaconda[2830]: Geolocation lookup finished in 0.5 seconds >Oct 17 15:31:33 localhost anaconda[2830]: got results from geolocation >Oct 17 15:31:33 localhost anaconda[2830]: Thread Done: AnaGeolocationRefreshThread (140680336635648) >Oct 17 15:31:33 localhost program[2830]: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >Oct 17 15:31:33 localhost program[2830]: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >Oct 17 15:31:33 localhost program[2830]: Return code: 0 >Oct 17 15:31:33 localhost blivet[2830]: type detected on 'sda' is 'isw_raid_member' >Oct 17 15:31:33 localhost blivet[2830]: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda ; serial: JR10006PGYE8KF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >Oct 17 15:31:33 localhost blivet[2830]: getFormat('isw_raid_member') returning MDRaidMember instance with object id 20 >Oct 17 15:31:33 localhost blivet[2830]: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >Oct 17 15:31:33 localhost blivet[2830]: got format: existing mdmember >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByUuid returned None >Oct 17 15:31:33 localhost program[2830]: Running... udevadm settle --timeout=300 >Oct 17 15:31:33 localhost program[2830]: Return code: 0 >Oct 17 15:31:33 localhost blivet[2830]: using name imsm0 for md array containing member sda >Oct 17 15:31:33 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 22 >Oct 17 15:31:33 localhost blivet[2830]: MDRaidArrayDevice._setFormat: imsm0 ; current: None ; type: None ; >Oct 17 15:31:33 localhost blivet[2830]: MDRaidArrayDevice.updateSysfsPath: imsm0 ; >Oct 17 15:31:33 localhost blivet[2830]: MDRaidArrayDevice._addParent: imsm0 ; member: sda ; >Oct 17 15:31:33 localhost blivet[2830]: DiskDevice.addChild: kids: 0 ; name: sda ; >Oct 17 15:31:33 localhost blivet[2830]: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >Oct 17 15:31:33 localhost program[2830]: Running... udevadm settle --timeout=300 >Oct 17 15:31:33 localhost program[2830]: Return code: 0 >Oct 17 15:31:33 localhost program[2830]: Running... mdadm --incremental --quiet /dev/sda >Oct 17 15:31:33 localhost program[2830]: Return code: 1 >Oct 17 15:31:33 localhost blivet[2830]: failed to add member /dev/sda to md array /dev/md/imsm0: mdnominate failed for /dev/sda: 1 >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:33 localhost blivet[2830]: added mdcontainer imsm0 (id 21) to device tree >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1 /dev/disk/by-id/wwn-0x5000cca6accd6099-part1', >'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_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': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', >'ID_SERIAL_SHORT': 'JR10006PGYE8KF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6099', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', >'MAJOR': '8', >'MINOR': '1', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '2513021', >'name': 'sda1', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1', >'/dev/disk/by-id/wwn-0x5000cca6accd6099-part1'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >Oct 17 15:31:33 localhost blivet[2830]: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:33 localhost blivet[2830]: sda1 is a partition >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.addUdevPartitionDevice: name: sda1 ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 931.51 GiB disk sda (17) with existing mdmember >Oct 17 15:31:33 localhost blivet[2830]: ignoring partition sda1 on mdmember >Oct 17 15:31:33 localhost blivet[2830]: no device obtained for sda1 >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF /dev/disk/by-id/wwn-0x5000cca6accd6043', >'DEVNAME': 'sdb', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', >'DEVTYPE': 'disk', >'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_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': '166', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', >'ID_SERIAL_SHORT': 'JR10006PGYE5TF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6043', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', >'MAJOR': '8', >'MINOR': '16', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '927146', >'name': 'sdb', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', >'/dev/disk/by-id/wwn-0x5000cca6accd6043'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >Oct 17 15:31:33 localhost blivet[2830]: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:33 localhost blivet[2830]: sdb is part of a biosraid >Oct 17 15:31:33 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 26 >Oct 17 15:31:33 localhost blivet[2830]: DiskDevice._setFormat: sdb ; current: None ; type: None ; >Oct 17 15:31:33 localhost blivet[2830]: added disk sdb (id 25) to device tree >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/sdb >Oct 17 15:31:33 localhost blivet[2830]: got device: DiskDevice instance (0x7ff2b0166dd0) -- >name = sdb status = True kids = 0 id = 25 >parents = [] >uuid = None size = 931.51 GiB >format = existing None >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 HGST HTS721010A9 path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 1953525168 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 2 did: 0 busy: False >hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b018d8c0> >target size = 0 B path = /dev/sdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff2b0166ad0> >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: sdb ; >Oct 17 15:31:33 localhost program[2830]: Running... mdadm --examine --export /dev/sdb >Oct 17 15:31:33 localhost kernel: sdb: unknown partition table >Oct 17 15:31:33 localhost program[2830]: MD_METADATA=imsm >Oct 17 15:31:33 localhost program[2830]: MD_LEVEL=container >Oct 17 15:31:33 localhost program[2830]: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >Oct 17 15:31:33 localhost program[2830]: MD_DEVICES=2 >Oct 17 15:31:33 localhost program[2830]: Return code: 0 >Oct 17 15:31:33 localhost program[2830]: Running... mdadm --examine --brief /dev/sdb >Oct 17 15:31:33 localhost program[2830]: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >Oct 17 15:31:33 localhost program[2830]: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >Oct 17 15:31:33 localhost program[2830]: Return code: 0 >Oct 17 15:31:33 localhost blivet[2830]: type detected on 'sdb' is 'isw_raid_member' >Oct 17 15:31:33 localhost blivet[2830]: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb ; serial: JR10006PGYE5TF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >Oct 17 15:31:33 localhost blivet[2830]: getFormat('isw_raid_member') returning MDRaidMember instance with object id 28 >Oct 17 15:31:33 localhost blivet[2830]: DiskDevice._setFormat: sdb ; current: None ; type: mdmember ; >Oct 17 15:31:33 localhost blivet[2830]: got format: existing mdmember >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:33 localhost anaconda[2830]: Entered spoke: WelcomeLanguageSpoke >Oct 17 15:31:33 localhost blivet[2830]: non-existent RAID container size == 931.51 GiB >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:33 localhost anaconda[2830]: logo image is missing, using a substitute >Oct 17 15:31:33 localhost blivet[2830]: non-existent RAID container size == 931.51 GiB >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByUuid returned existing 931.51 GiB mdcontainer imsm0 (21) >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:33 localhost blivet[2830]: non-existent RAID container size == 931.51 GiB >Oct 17 15:31:33 localhost blivet[2830]: MDRaidArrayDevice._addParent: imsm0 ; member: sdb ; >Oct 17 15:31:33 localhost blivet[2830]: DiskDevice.addChild: kids: 0 ; name: sdb ; >Oct 17 15:31:33 localhost blivet[2830]: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >Oct 17 15:31:33 localhost program[2830]: Running... udevadm settle --timeout=300 >Oct 17 15:31:33 localhost program[2830]: Return code: 0 >Oct 17 15:31:33 localhost program[2830]: Running... mdadm --incremental --quiet /dev/sdb >Oct 17 15:31:33 localhost program[2830]: Return code: 1 >Oct 17 15:31:33 localhost blivet[2830]: failed to add member /dev/sdb to md array /dev/md/imsm0: mdnominate failed for /dev/sdb: 1 >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', >'DEVNAME': 'sr0', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_BUS': 'ata', >'ID_CDROM': '1', >'ID_CDROM_CD': '1', >'ID_CDROM_CD_R': '1', >'ID_CDROM_CD_RW': '1', >'ID_CDROM_DVD': '1', >'ID_CDROM_DVD_PLUS_R': '1', >'ID_CDROM_DVD_PLUS_RW': '1', >'ID_CDROM_DVD_PLUS_R_DL': '1', >'ID_CDROM_DVD_R': '1', >'ID_CDROM_DVD_RAM': '1', >'ID_CDROM_DVD_RW': '1', >'ID_CDROM_MRW': '1', >'ID_CDROM_MRW_W': '1', >'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', >'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'TC00', >'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', >'ID_SERIAL_SHORT': 'S12C6YCF1002SH', >'ID_TYPE': 'cd', >'MAJOR': '11', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':seat:systemd:uaccess:', >'USEC_INITIALIZED': '927769', >'name': 'sr0', >'symlinks': ['/dev/cdrom', >'/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >Oct 17 15:31:33 localhost blivet[2830]: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:33 localhost blivet[2830]: sr0 is a cdrom >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.addUdevOpticalDevice: >Oct 17 15:31:33 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 31 >Oct 17 15:31:33 localhost blivet[2830]: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >Oct 17 15:31:33 localhost blivet[2830]: added cdrom sr0 (id 30) to device tree >Oct 17 15:31:33 localhost blivet[2830]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/sr0 >Oct 17 15:31:33 localhost blivet[2830]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/sr0 >Oct 17 15:31:33 localhost blivet[2830]: got device: OpticalDevice instance (0x7ff2b0166750) -- >name = sr0 status = True kids = 0 id = 30 >parents = [] >uuid = None size = 0 >format = existing None >major = 11 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None >target size = 0 B path = /dev/sr0 >format args = [] originalFormat = None >Oct 17 15:31:33 localhost blivet[2830]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/sr0 >Oct 17 15:31:33 localhost blivet[2830]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 17 15:31:33 localhost blivet[2830]: looking up parted Device: /dev/sr0 >Oct 17 15:31:33 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >Oct 17 15:31:33 localhost blivet[2830]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 17 15:31:34 localhost blivet[2830]: no media present for device sr0 >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2 /dev/disk/by-id/wwn-0x500a07510943e9d2', >'DEVNAME': 'sdc', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', >'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': '2', >'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': 'Crucial_CT120M500SSD3', >'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', >'ID_REVISION': 'MU03', >'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', >'ID_SERIAL_SHORT': '13270943E9D2', >'ID_TYPE': 'disk', >'ID_WWN': '0x500a07510943e9d2', >'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', >'MAJOR': '8', >'MINOR': '32', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '928468', >'name': 'sdc', >'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', >'/dev/disk/by-id/wwn-0x500a07510943e9d2'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >Oct 17 15:31:34 localhost blivet[2830]: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc)... >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.addUdevDiskDevice: name: sdc ; >Oct 17 15:31:34 localhost blivet[2830]: sdc is a disk >Oct 17 15:31:34 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 35 >Oct 17 15:31:34 localhost blivet[2830]: DiskDevice._setFormat: sdc ; current: None ; type: None ; >Oct 17 15:31:34 localhost program[2830]: Running... multipath -c /dev/sdc >Oct 17 15:31:34 localhost program[2830]: /dev/sdc is not a valid multipath device path >Oct 17 15:31:34 localhost program[2830]: Return code: 1 >Oct 17 15:31:34 localhost blivet[2830]: added disk sdc (id 34) to device tree >Oct 17 15:31:34 localhost blivet[2830]: looking up parted Device: /dev/sdc >Oct 17 15:31:34 localhost blivet[2830]: got device: DiskDevice instance (0x7ff2b00bfb10) -- >name = sdc status = True kids = 0 id = 34 >parents = [] >uuid = None size = 111.79 GiB >format = existing None >major = 8 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- >model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 234441648 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 6 did: 0 busy: False >hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b018d830> >target size = 0 B path = /dev/sdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff2b0064e10> >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: sdc ; >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >Oct 17 15:31:34 localhost blivet[2830]: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >Oct 17 15:31:34 localhost blivet[2830]: required disklabel type for sdc (1) is None >Oct 17 15:31:34 localhost blivet[2830]: default disklabel type for sdc is msdos >Oct 17 15:31:34 localhost blivet[2830]: selecting msdos disklabel for sdc based on size >Oct 17 15:31:34 localhost blivet[2830]: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >Oct 17 15:31:34 localhost blivet[2830]: Did not change pmbr_boot on parted.Disk instance -- >type: msdos primaryPartitionCount: 1 >lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x7ff2b0075310>] >device: <parted.device.Device object at 0x7ff2b0166a50> >PedDisk: <_ped.Disk object at 0x7ff2b0078cb0> >Oct 17 15:31:34 localhost blivet[2830]: getFormat('disklabel') returning DiskLabel instance with object id 37 >Oct 17 15:31:34 localhost blivet[2830]: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1 /dev/disk/by-id/wwn-0x500a07510943e9d2-part1 /dev/disk/by-label/Windows\\x20Boot /dev/disk/by-uuid/E6DA15CCDA159A3F', >'DEVNAME': 'sdc1', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', >'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': '2', >'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': 'Windows_Boot', >'ID_FS_LABEL_ENC': 'Windows\\x20Boot', >'ID_FS_TYPE': 'ntfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'E6DA15CCDA159A3F', >'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', >'ID_MODEL': 'Crucial_CT120M500SSD3', >'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'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': '234436608', >'ID_PART_ENTRY_TYPE': '0x7', >'ID_PART_ENTRY_UUID': '3dcdcf37-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '3dcdcf37', >'ID_REVISION': 'MU03', >'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', >'ID_SERIAL_SHORT': '13270943E9D2', >'ID_TYPE': 'disk', >'ID_WWN': '0x500a07510943e9d2', >'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', >'MAJOR': '8', >'MINOR': '33', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '928517', >'name': 'sdc1', >'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', >'/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', >'/dev/disk/by-label/Windows\\x20Boot', >'/dev/disk/by-uuid/E6DA15CCDA159A3F'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >Oct 17 15:31:34 localhost blivet[2830]: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:34 localhost blivet[2830]: sdc1 is a partition >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 111.79 GiB disk sdc (34) with existing msdos disklabel >Oct 17 15:31:34 localhost blivet[2830]: DiskDevice.addChild: kids: 0 ; name: sdc ; >Oct 17 15:31:34 localhost blivet[2830]: PartitionDevice._setFormat: sdc1 ; >Oct 17 15:31:34 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 40 >Oct 17 15:31:34 localhost blivet[2830]: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >Oct 17 15:31:34 localhost blivet[2830]: looking up parted Partition: /dev/sdc1 >Oct 17 15:31:34 localhost blivet[2830]: PartitionDevice.probe: sdc1 ; exists: True ; >Oct 17 15:31:34 localhost blivet[2830]: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >Oct 17 15:31:34 localhost blivet[2830]: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >Oct 17 15:31:34 localhost blivet[2830]: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >Oct 17 15:31:34 localhost blivet[2830]: added partition sdc1 (id 39) to device tree >Oct 17 15:31:34 localhost blivet[2830]: looking up parted Device: /dev/sdc1 >Oct 17 15:31:34 localhost blivet[2830]: got device: PartitionDevice instance (0x7ff2b0075610) -- >name = sdc1 status = True kids = 0 id = 39 >parents = ['existing 111.79 GiB disk sdc (34) with existing msdos disklabel'] >uuid = None size = 111.79 GiB >format = existing None >major = 8 minor = 33 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- >model: Unknown path: /dev/sdc1 type: 0 >sectorSize: 512 physicalSectorSize: 4096 >length: 234436608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32754 did: 0 busy: False >hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b018db90> >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 0x7ff2b00750d0> fileSystem: <parted.filesystem.FileSystem object at 0x7ff2b0075650> >number: 1 path: /dev/sdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7ff2b00753d0> PedPartition: <_ped.Partition object at 0x7ff2b00ddfb0> >disk = existing 111.79 GiB disk sdc (34) with existing msdos disklabel >start = 2048 end = 234438655 length = 234436608 >flags = boot >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >Oct 17 15:31:34 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >Oct 17 15:31:34 localhost blivet[2830]: device sdc1 does not contain a disklabel >Oct 17 15:31:34 localhost blivet[2830]: type detected on 'sdc1' is 'ntfs' >Oct 17 15:31:34 localhost program[2830]: Running... ntfsinfo -m /dev/sdc1 >Oct 17 15:31:34 localhost program[2830]: Volume Information >Oct 17 15:31:34 localhost program[2830]: Name of device: /dev/sdc1 >Oct 17 15:31:34 localhost program[2830]: Device state: 11 >Oct 17 15:31:34 localhost program[2830]: Volume Name: Windows Boot >Oct 17 15:31:34 localhost program[2830]: Volume State: 91 >Oct 17 15:31:34 localhost program[2830]: Volume Flags: 0x0000 >Oct 17 15:31:34 localhost program[2830]: Volume Version: 3.1 >Oct 17 15:31:34 localhost program[2830]: Sector Size: 512 >Oct 17 15:31:34 localhost program[2830]: Cluster Size: 4096 >Oct 17 15:31:34 localhost program[2830]: Index Block Size: 4096 >Oct 17 15:31:34 localhost program[2830]: Volume Size in Clusters: 29304575 >Oct 17 15:31:34 localhost program[2830]: MFT Information >Oct 17 15:31:34 localhost program[2830]: MFT Record Size: 1024 >Oct 17 15:31:34 localhost program[2830]: MFT Zone Multiplier: 0 >Oct 17 15:31:34 localhost program[2830]: MFT Data Position: 24 >Oct 17 15:31:34 localhost program[2830]: MFT Zone Start: 786432 >Oct 17 15:31:34 localhost program[2830]: MFT Zone End: 4449503 >Oct 17 15:31:34 localhost program[2830]: MFT Zone Position: 786432 >Oct 17 15:31:34 localhost program[2830]: Current Position in First Data Zone: 4449503 >Oct 17 15:31:34 localhost program[2830]: Current Position in Second Data Zone: 0 >Oct 17 15:31:34 localhost program[2830]: Allocated clusters 83072 (0.3%) >Oct 17 15:31:34 localhost program[2830]: LCN of Data Attribute for FILE_MFT: 786432 >Oct 17 15:31:34 localhost program[2830]: FILE_MFTMirr Size: 4 >Oct 17 15:31:34 localhost program[2830]: LCN of Data Attribute for File_MFTMirr: 2 >Oct 17 15:31:34 localhost program[2830]: Size of Attribute Definition Table: 2560 >Oct 17 15:31:34 localhost program[2830]: Number of Attached Extent Inodes: 0 >Oct 17 15:31:34 localhost program[2830]: FILE_Bitmap Information >Oct 17 15:31:34 localhost program[2830]: FILE_Bitmap MFT Record Number: 6 >Oct 17 15:31:34 localhost program[2830]: State of FILE_Bitmap Inode: 80 >Oct 17 15:31:34 localhost program[2830]: Length of Attribute List: 0 >Oct 17 15:31:34 localhost program[2830]: Number of Attached Extent Inodes: 0 >Oct 17 15:31:34 localhost program[2830]: FILE_Bitmap Data Attribute Information >Oct 17 15:31:34 localhost program[2830]: Decompressed Runlist: not done yet >Oct 17 15:31:34 localhost program[2830]: Base Inode: 6 >Oct 17 15:31:34 localhost program[2830]: Attribute Types: not done yet >Oct 17 15:31:34 localhost program[2830]: Attribute Name Length: 0 >Oct 17 15:31:34 localhost program[2830]: Attribute State: 3 >Oct 17 15:31:34 localhost program[2830]: Attribute Allocated Size: 3665920 >Oct 17 15:31:34 localhost program[2830]: Attribute Data Size: 3663072 >Oct 17 15:31:34 localhost program[2830]: Attribute Initialized Size: 3663072 >Oct 17 15:31:34 localhost program[2830]: Attribute Compressed Size: 0 >Oct 17 15:31:34 localhost program[2830]: Compression Block Size: 0 >Oct 17 15:31:34 localhost program[2830]: Compression Block Size Bits: 0 >Oct 17 15:31:34 localhost program[2830]: Compression Block Clusters: 0 >Oct 17 15:31:34 localhost program[2830]: Free Clusters: 10750972 (36.7%) >Oct 17 15:31:34 localhost program[2830]: Return code: 0 >Oct 17 15:31:34 localhost program[2830]: Running... ntfsresize -m /dev/sdc1 >Oct 17 15:31:36 localhost program[2830]: ntfsresize v2014.2.15 (libntfs-3g) >Oct 17 15:31:36 localhost program[2830]: Minsize (in MB): 75996 >Oct 17 15:31:36 localhost program[2830]: Return code: 0 >Oct 17 15:31:36 localhost blivet[2830]: padding min size from 75996000000 up to 75996000500 >Oct 17 15:31:36 localhost blivet[2830]: NTFS.supported: supported: False ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('ntfs') returning NTFS instance with object id 42 >Oct 17 15:31:36 localhost blivet[2830]: PartitionDevice._setFormat: sdc1 ; >Oct 17 15:31:36 localhost blivet[2830]: PartitionDevice._setFormat: sdc1 ; current: None ; type: ntfs ; >Oct 17 15:31:36 localhost blivet[2830]: got format: existing ntfs filesystem >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', >'DEVPATH': '/devices/virtual/block/loop0', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '4.0', >'MAJOR': '7', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '974628', >'name': 'loop0', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >Oct 17 15:31:36 localhost blivet[2830]: scanning loop0 (/devices/virtual/block/loop0)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: loop0 is a loop device >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevLoopDevice: name: loop0 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: /osmin.img (deleted) ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 45 >Oct 17 15:31:36 localhost blivet[2830]: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added file /osmin.img (deleted) (id 44) to device tree >Oct 17 15:31:36 localhost blivet[2830]: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 48 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added loop loop0 (id 47) to device tree >Oct 17 15:31:36 localhost blivet[2830]: got device: LoopDevice instance (0x7ff2b0075c10) -- >name = loop0 status = False kids = 0 id = 47 >parents = ['existing 0 B file /osmin.img (deleted) (44)'] >uuid = None size = 0 B >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 B path = /dev/loop0 >format args = [] originalFormat = None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >Oct 17 15:31:36 localhost blivet[2830]: device loop0 does not contain a disklabel >Oct 17 15:31:36 localhost blivet[2830]: type detected on 'loop0' is 'squashfs' >Oct 17 15:31:36 localhost blivet[2830]: getFormat('squashfs') returning DeviceFormat instance with object id 50 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', >'DEVPATH': '/devices/virtual/block/loop1', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '974928', >'name': 'loop1', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >Oct 17 15:31:36 localhost blivet[2830]: scanning loop1 (/devices/virtual/block/loop1)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: loop1 is a loop device >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevLoopDevice: name: loop1 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: /osmin ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 53 >Oct 17 15:31:36 localhost blivet[2830]: FileDevice._setFormat: /osmin ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added file /osmin (id 52) to device tree >Oct 17 15:31:36 localhost blivet[2830]: FileDevice.addChild: kids: 0 ; name: /osmin ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 56 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added loop loop1 (id 55) to device tree >Oct 17 15:31:36 localhost blivet[2830]: got device: LoopDevice instance (0x7ff2b0075d50) -- >name = loop1 status = False kids = 0 id = 55 >parents = ['existing 0 B file /osmin (52)'] >uuid = None size = 0 B >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 B path = /dev/loop1 >format args = [] originalFormat = None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >Oct 17 15:31:36 localhost blivet[2830]: device loop1 does not contain a disklabel >Oct 17 15:31:36 localhost blivet[2830]: type detected on 'loop1' is 'DM_snapshot_cow' >Oct 17 15:31:36 localhost blivet[2830]: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 58 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', >'DEVPATH': '/devices/virtual/block/loop2', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '4.0', >'MAJOR': '7', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975223', >'name': 'loop2', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >Oct 17 15:31:36 localhost blivet[2830]: scanning loop2 (/devices/virtual/block/loop2)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: loop2 is a loop device >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevLoopDevice: name: loop2 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 61 >Oct 17 15:31:36 localhost blivet[2830]: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added file /run/initramfs/live/LiveOS/squashfs.img (id 60) to device tree >Oct 17 15:31:36 localhost blivet[2830]: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 64 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added loop loop2 (id 63) to device tree >Oct 17 15:31:36 localhost blivet[2830]: got device: LoopDevice instance (0x7ff2b0075790) -- >name = loop2 status = False kids = 0 id = 63 >parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (60)'] >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 >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >Oct 17 15:31:36 localhost blivet[2830]: device loop2 does not contain a disklabel >Oct 17 15:31:36 localhost blivet[2830]: type detected on 'loop2' is 'squashfs' >Oct 17 15:31:36 localhost blivet[2830]: getFormat('squashfs') returning DeviceFormat instance with object id 66 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'DEVNAME': 'loop3', >'DEVPATH': '/devices/virtual/block/loop3', >'DEVTYPE': 'disk', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '7', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975517', >'name': 'loop3', >'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], >'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >Oct 17 15:31:36 localhost blivet[2830]: scanning loop3 (/devices/virtual/block/loop3)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: loop3 is a loop device >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevLoopDevice: name: loop3 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/ext3fs.img ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 69 >Oct 17 15:31:36 localhost blivet[2830]: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added file /LiveOS/ext3fs.img (id 68) to device tree >Oct 17 15:31:36 localhost blivet[2830]: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 72 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added loop loop3 (id 71) to device tree >Oct 17 15:31:36 localhost blivet[2830]: got device: LoopDevice instance (0x7ff2b00851d0) -- >name = loop3 status = False kids = 0 id = 71 >parents = ['existing 0 B file /LiveOS/ext3fs.img (68)'] >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/loop3 >format args = [] originalFormat = None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >Oct 17 15:31:36 localhost blivet[2830]: device loop3 does not contain a disklabel >Oct 17 15:31:36 localhost blivet[2830]: type detected on 'loop3' is 'ext4' >Oct 17 15:31:36 localhost program[2830]: Running... dumpe2fs -h /dev/loop3 >Oct 17 15:31:36 localhost program[2830]: dumpe2fs 1.42.11 (09-Jul-2014) >Oct 17 15:31:36 localhost program[2830]: Filesystem volume name: _Fedora-Live-Wor >Oct 17 15:31:36 localhost program[2830]: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >Oct 17 15:31:36 localhost program[2830]: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >Oct 17 15:31:36 localhost program[2830]: Filesystem magic number: 0xEF53 >Oct 17 15:31:36 localhost program[2830]: Filesystem revision #: 1 (dynamic) >Oct 17 15:31:36 localhost program[2830]: 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 >Oct 17 15:31:36 localhost program[2830]: Filesystem flags: signed_directory_hash >Oct 17 15:31:36 localhost program[2830]: Default mount options: user_xattr acl >Oct 17 15:31:36 localhost program[2830]: Filesystem state: clean >Oct 17 15:31:36 localhost program[2830]: Errors behavior: Continue >Oct 17 15:31:36 localhost program[2830]: Filesystem OS type: Linux >Oct 17 15:31:36 localhost program[2830]: Inode count: 393216 >Oct 17 15:31:36 localhost program[2830]: Block count: 1572864 >Oct 17 15:31:36 localhost program[2830]: Reserved block count: 15727 >Oct 17 15:31:36 localhost program[2830]: Free blocks: 577129 >Oct 17 15:31:36 localhost program[2830]: Free inodes: 257163 >Oct 17 15:31:36 localhost program[2830]: First block: 0 >Oct 17 15:31:36 localhost program[2830]: Block size: 4096 >Oct 17 15:31:36 localhost program[2830]: Fragment size: 4096 >Oct 17 15:31:36 localhost program[2830]: Reserved GDT blocks: 383 >Oct 17 15:31:36 localhost program[2830]: Blocks per group: 32768 >Oct 17 15:31:36 localhost program[2830]: Fragments per group: 32768 >Oct 17 15:31:36 localhost program[2830]: Inodes per group: 8192 >Oct 17 15:31:36 localhost program[2830]: Inode blocks per group: 512 >Oct 17 15:31:36 localhost program[2830]: Flex block group size: 16 >Oct 17 15:31:36 localhost program[2830]: Filesystem created: Thu Oct 9 20:56:57 2014 >Oct 17 15:31:36 localhost program[2830]: Last mount time: Thu Oct 9 20:57:01 2014 >Oct 17 15:31:36 localhost program[2830]: Last write time: Thu Oct 9 21:25:39 2014 >Oct 17 15:31:36 localhost program[2830]: Mount count: 0 >Oct 17 15:31:36 localhost program[2830]: Maximum mount count: -1 >Oct 17 15:31:36 localhost program[2830]: Last checked: Thu Oct 9 21:25:39 2014 >Oct 17 15:31:36 localhost program[2830]: Check interval: 0 (<none>) >Oct 17 15:31:36 localhost program[2830]: Lifetime writes: 627 MB >Oct 17 15:31:36 localhost program[2830]: Reserved blocks uid: 0 (user root) >Oct 17 15:31:36 localhost program[2830]: Reserved blocks gid: 0 (group root) >Oct 17 15:31:36 localhost program[2830]: First inode: 11 >Oct 17 15:31:36 localhost program[2830]: Inode size: 256 >Oct 17 15:31:36 localhost program[2830]: Required extra isize: 28 >Oct 17 15:31:36 localhost program[2830]: Desired extra isize: 28 >Oct 17 15:31:36 localhost program[2830]: Journal inode: 8 >Oct 17 15:31:36 localhost program[2830]: Default directory hash: half_md4 >Oct 17 15:31:36 localhost program[2830]: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >Oct 17 15:31:36 localhost program[2830]: Journal backup: inode blocks >Oct 17 15:31:36 localhost program[2830]: Journal features: journal_incompat_revoke >Oct 17 15:31:36 localhost program[2830]: Journal size: 128M >Oct 17 15:31:36 localhost program[2830]: Journal length: 32768 >Oct 17 15:31:36 localhost program[2830]: Journal sequence: 0x00001b3e >Oct 17 15:31:36 localhost program[2830]: Journal start: 0 >Oct 17 15:31:36 localhost program[2830]: >Oct 17 15:31:36 localhost program[2830]: Return code: 0 >Oct 17 15:31:36 localhost program[2830]: Running... resize2fs -P /dev/loop3 >Oct 17 15:31:36 localhost program[2830]: resize2fs 1.42.11 (09-Jul-2014) >Oct 17 15:31:36 localhost program[2830]: resize2fs: Device or resource busy while trying to open /dev/loop3 >Oct 17 15:31:36 localhost program[2830]: Couldn't find valid filesystem superblock. >Oct 17 15:31:36 localhost program[2830]: Return code: 1 >Oct 17 15:31:36 localhost blivet[2830]: size=0 B, current=6144 MiB >Oct 17 15:31:36 localhost blivet[2830]: using current size 0 as min size >Oct 17 15:31:36 localhost blivet[2830]: Ext4FS.supported: supported: True ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('ext4') returning Ext4FS instance with object id 74 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >Oct 17 15:31:36 localhost blivet[2830]: got format: existing ext4 filesystem >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', >'DEVPATH': '/devices/virtual/block/loop4', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '4', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975813', >'name': 'loop4', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >Oct 17 15:31:36 localhost blivet[2830]: scanning loop4 (/devices/virtual/block/loop4)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: loop4 is a loop device >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevLoopDevice: name: loop4 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 77 >Oct 17 15:31:36 localhost blivet[2830]: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added file /overlay (deleted) (id 76) to device tree >Oct 17 15:31:36 localhost blivet[2830]: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 80 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added loop loop4 (id 79) to device tree >Oct 17 15:31:36 localhost blivet[2830]: got device: LoopDevice instance (0x7ff2b0085250) -- >name = loop4 status = False kids = 0 id = 79 >parents = ['existing 0 B file /overlay (deleted) (76)'] >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/loop4 >format args = [] originalFormat = None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >Oct 17 15:31:36 localhost blivet[2830]: device loop4 does not contain a disklabel >Oct 17 15:31:36 localhost blivet[2830]: type detected on 'loop4' is 'DM_snapshot_cow' >Oct 17 15:31:36 localhost blivet[2830]: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 82 >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-rw', >'DEVNAME': 'dm-0', >'DEVPATH': '/devices/virtual/block/dm-0', >'DEVTYPE': 'disk', >'DM_NAME': 'live-rw', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '11532', >'name': 'dm-0', >'symlinks': ['/dev/disk/by-id/dm-name-live-rw', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-rw'], >'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >Oct 17 15:31:36 localhost blivet[2830]: scanning live-rw (/devices/virtual/block/dm-0)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: live-rw is a device-mapper device >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDMDevice: name: live-rw ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (71) with existing ext4 filesystem >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 0 B loop loop4 (79) >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice.addChild: kids: 0 ; name: loop4 ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 85 >Oct 17 15:31:36 localhost blivet[2830]: DMDevice._setFormat: live-rw ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added dm live-rw (id 84) to device tree >Oct 17 15:31:36 localhost blivet[2830]: looking up parted Device: /dev/mapper/live-rw >Oct 17 15:31:36 localhost blivet[2830]: got device: DMDevice instance (0x7ff2b0085410) -- >name = live-rw status = True kids = 0 id = 84 >parents = ['existing 0 B loop loop4 (79)'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32754 did: 0 busy: True >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b018dc20> >target size = 0 B path = /dev/mapper/live-rw >format args = [] originalFormat = None target = None dmUuid = None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >Oct 17 15:31:36 localhost blivet[2830]: device live-rw does not contain a disklabel >Oct 17 15:31:36 localhost blivet[2830]: type detected on 'live-rw' is 'ext4' >Oct 17 15:31:36 localhost program[2830]: Running... dumpe2fs -h /dev/mapper/live-rw >Oct 17 15:31:36 localhost program[2830]: dumpe2fs 1.42.11 (09-Jul-2014) >Oct 17 15:31:36 localhost program[2830]: Filesystem volume name: _Fedora-Live-Wor >Oct 17 15:31:36 localhost program[2830]: Last mounted on: / >Oct 17 15:31:36 localhost program[2830]: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >Oct 17 15:31:36 localhost program[2830]: Filesystem magic number: 0xEF53 >Oct 17 15:31:36 localhost program[2830]: Filesystem revision #: 1 (dynamic) >Oct 17 15:31:36 localhost program[2830]: 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 >Oct 17 15:31:36 localhost program[2830]: Filesystem flags: signed_directory_hash >Oct 17 15:31:36 localhost program[2830]: Default mount options: user_xattr acl >Oct 17 15:31:36 localhost program[2830]: Filesystem state: clean >Oct 17 15:31:36 localhost program[2830]: Errors behavior: Continue >Oct 17 15:31:36 localhost program[2830]: Filesystem OS type: Linux >Oct 17 15:31:36 localhost program[2830]: Inode count: 393216 >Oct 17 15:31:36 localhost program[2830]: Block count: 1572864 >Oct 17 15:31:36 localhost program[2830]: Reserved block count: 15727 >Oct 17 15:31:36 localhost program[2830]: Free blocks: 577129 >Oct 17 15:31:36 localhost program[2830]: Free inodes: 257163 >Oct 17 15:31:36 localhost program[2830]: First block: 0 >Oct 17 15:31:36 localhost program[2830]: Block size: 4096 >Oct 17 15:31:36 localhost program[2830]: Fragment size: 4096 >Oct 17 15:31:36 localhost program[2830]: Reserved GDT blocks: 383 >Oct 17 15:31:36 localhost program[2830]: Blocks per group: 32768 >Oct 17 15:31:36 localhost program[2830]: Fragments per group: 32768 >Oct 17 15:31:36 localhost program[2830]: Inodes per group: 8192 >Oct 17 15:31:36 localhost program[2830]: Inode blocks per group: 512 >Oct 17 15:31:36 localhost program[2830]: Flex block group size: 16 >Oct 17 15:31:36 localhost program[2830]: Filesystem created: Thu Oct 9 20:56:57 2014 >Oct 17 15:31:36 localhost program[2830]: Last mount time: Fri Oct 17 22:25:21 2014 >Oct 17 15:31:36 localhost program[2830]: Last write time: Fri Oct 17 22:25:21 2014 >Oct 17 15:31:36 localhost program[2830]: Mount count: 1 >Oct 17 15:31:36 localhost program[2830]: Maximum mount count: -1 >Oct 17 15:31:36 localhost program[2830]: Last checked: Thu Oct 9 21:25:39 2014 >Oct 17 15:31:36 localhost program[2830]: Check interval: 0 (<none>) >Oct 17 15:31:36 localhost program[2830]: Lifetime writes: 627 MB >Oct 17 15:31:36 localhost program[2830]: Reserved blocks uid: 0 (user root) >Oct 17 15:31:36 localhost program[2830]: Reserved blocks gid: 0 (group root) >Oct 17 15:31:36 localhost program[2830]: First inode: 11 >Oct 17 15:31:36 localhost program[2830]: Inode size: 256 >Oct 17 15:31:36 localhost program[2830]: Required extra isize: 28 >Oct 17 15:31:36 localhost program[2830]: Desired extra isize: 28 >Oct 17 15:31:36 localhost program[2830]: Journal inode: 8 >Oct 17 15:31:36 localhost program[2830]: First orphan inode: 151475 >Oct 17 15:31:36 localhost program[2830]: Default directory hash: half_md4 >Oct 17 15:31:36 localhost program[2830]: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >Oct 17 15:31:36 localhost program[2830]: Journal backup: inode blocks >Oct 17 15:31:36 localhost program[2830]: Journal features: journal_incompat_revoke >Oct 17 15:31:36 localhost program[2830]: Journal size: 128M >Oct 17 15:31:36 localhost program[2830]: Journal length: 32768 >Oct 17 15:31:36 localhost program[2830]: Journal sequence: 0x00001b3f >Oct 17 15:31:36 localhost program[2830]: Journal start: 1 >Oct 17 15:31:36 localhost program[2830]: >Oct 17 15:31:36 localhost program[2830]: Return code: 0 >Oct 17 15:31:36 localhost program[2830]: Running... resize2fs -P /dev/mapper/live-rw >Oct 17 15:31:36 localhost program[2830]: resize2fs 1.42.11 (09-Jul-2014) >Oct 17 15:31:36 localhost program[2830]: Estimated minimum size of the filesystem: 1406376 >Oct 17 15:31:36 localhost program[2830]: Return code: 0 >Oct 17 15:31:36 localhost blivet[2830]: size=5493.66 MiB, current=6144 MiB >Oct 17 15:31:36 localhost blivet[2830]: padding min size from 5760516096 up to 5760516596 >Oct 17 15:31:36 localhost blivet[2830]: Ext4FS.supported: supported: True ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('ext4') returning Ext4FS instance with object id 87 >Oct 17 15:31:36 localhost blivet[2830]: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >Oct 17 15:31:36 localhost blivet[2830]: got format: existing ext4 filesystem >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-base', >'DEVNAME': 'dm-1', >'DEVPATH': '/devices/virtual/block/dm-1', >'DEVTYPE': 'disk', >'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': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '17479', >'name': 'dm-1', >'symlinks': ['/dev/disk/by-id/dm-name-live-base', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-base'], >'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >Oct 17 15:31:36 localhost blivet[2830]: scanning live-base (/devices/virtual/block/dm-1)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: live-base is a device-mapper device >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDMDevice: name: live-base ; >Oct 17 15:31:36 localhost blivet[2830]: DMDevice.getDMNode: live-rw ; status: True ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (71) with existing ext4 filesystem >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice.addChild: kids: 0 ; name: loop3 ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 90 >Oct 17 15:31:36 localhost blivet[2830]: DMDevice._setFormat: live-base ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added dm live-base (id 89) to device tree >Oct 17 15:31:36 localhost blivet[2830]: looking up parted Device: /dev/mapper/live-base >Oct 17 15:31:36 localhost blivet[2830]: got device: DMDevice instance (0x7ff2b0075b90) -- >name = live-base status = True kids = 0 id = 89 >parents = ['existing 0 B loop loop3 (71) with existing ext4 filesystem'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 12617 did: 17767 busy: False >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b018d7a0> >target size = 0 B path = /dev/mapper/live-base >format args = [] originalFormat = None target = None dmUuid = None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: live-base ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >Oct 17 15:31:36 localhost blivet[2830]: device live-base does not contain a disklabel >Oct 17 15:31:36 localhost blivet[2830]: type detected on 'live-base' is 'ext4' >Oct 17 15:31:36 localhost program[2830]: Running... dumpe2fs -h /dev/mapper/live-base >Oct 17 15:31:36 localhost program[2830]: dumpe2fs 1.42.11 (09-Jul-2014) >Oct 17 15:31:36 localhost program[2830]: Filesystem volume name: _Fedora-Live-Wor >Oct 17 15:31:36 localhost program[2830]: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >Oct 17 15:31:36 localhost program[2830]: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >Oct 17 15:31:36 localhost program[2830]: Filesystem magic number: 0xEF53 >Oct 17 15:31:36 localhost program[2830]: Filesystem revision #: 1 (dynamic) >Oct 17 15:31:36 localhost program[2830]: 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 >Oct 17 15:31:36 localhost program[2830]: Filesystem flags: signed_directory_hash >Oct 17 15:31:36 localhost program[2830]: Default mount options: user_xattr acl >Oct 17 15:31:36 localhost program[2830]: Filesystem state: clean >Oct 17 15:31:36 localhost program[2830]: Errors behavior: Continue >Oct 17 15:31:36 localhost program[2830]: Filesystem OS type: Linux >Oct 17 15:31:36 localhost program[2830]: Inode count: 393216 >Oct 17 15:31:36 localhost program[2830]: Block count: 1572864 >Oct 17 15:31:36 localhost program[2830]: Reserved block count: 15727 >Oct 17 15:31:36 localhost program[2830]: Free blocks: 577129 >Oct 17 15:31:36 localhost program[2830]: Free inodes: 257163 >Oct 17 15:31:36 localhost program[2830]: First block: 0 >Oct 17 15:31:36 localhost program[2830]: Block size: 4096 >Oct 17 15:31:36 localhost program[2830]: Fragment size: 4096 >Oct 17 15:31:36 localhost program[2830]: Reserved GDT blocks: 383 >Oct 17 15:31:36 localhost program[2830]: Blocks per group: 32768 >Oct 17 15:31:36 localhost program[2830]: Fragments per group: 32768 >Oct 17 15:31:36 localhost program[2830]: Inodes per group: 8192 >Oct 17 15:31:36 localhost program[2830]: Inode blocks per group: 512 >Oct 17 15:31:36 localhost program[2830]: Flex block group size: 16 >Oct 17 15:31:36 localhost program[2830]: Filesystem created: Thu Oct 9 20:56:57 2014 >Oct 17 15:31:36 localhost program[2830]: Last mount time: Thu Oct 9 20:57:01 2014 >Oct 17 15:31:36 localhost program[2830]: Last write time: Thu Oct 9 21:25:39 2014 >Oct 17 15:31:36 localhost program[2830]: Mount count: 0 >Oct 17 15:31:36 localhost program[2830]: Maximum mount count: -1 >Oct 17 15:31:36 localhost program[2830]: Last checked: Thu Oct 9 21:25:39 2014 >Oct 17 15:31:36 localhost program[2830]: Check interval: 0 (<none>) >Oct 17 15:31:36 localhost program[2830]: Lifetime writes: 627 MB >Oct 17 15:31:36 localhost program[2830]: Reserved blocks uid: 0 (user root) >Oct 17 15:31:36 localhost program[2830]: Reserved blocks gid: 0 (group root) >Oct 17 15:31:36 localhost program[2830]: First inode: 11 >Oct 17 15:31:36 localhost program[2830]: Inode size: 256 >Oct 17 15:31:36 localhost program[2830]: Required extra isize: 28 >Oct 17 15:31:36 localhost program[2830]: Desired extra isize: 28 >Oct 17 15:31:36 localhost program[2830]: Journal inode: 8 >Oct 17 15:31:36 localhost program[2830]: Default directory hash: half_md4 >Oct 17 15:31:36 localhost program[2830]: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >Oct 17 15:31:36 localhost program[2830]: Journal backup: inode blocks >Oct 17 15:31:36 localhost program[2830]: Journal features: journal_incompat_revoke >Oct 17 15:31:36 localhost program[2830]: Journal size: 128M >Oct 17 15:31:36 localhost program[2830]: Journal length: 32768 >Oct 17 15:31:36 localhost program[2830]: Journal sequence: 0x00001b3e >Oct 17 15:31:36 localhost program[2830]: Journal start: 0 >Oct 17 15:31:36 localhost program[2830]: >Oct 17 15:31:36 localhost program[2830]: Return code: 0 >Oct 17 15:31:36 localhost program[2830]: Running... resize2fs -P /dev/mapper/live-base >Oct 17 15:31:36 localhost program[2830]: resize2fs 1.42.11 (09-Jul-2014) >Oct 17 15:31:36 localhost program[2830]: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >Oct 17 15:31:36 localhost program[2830]: Couldn't find valid filesystem superblock. >Oct 17 15:31:36 localhost program[2830]: Return code: 1 >Oct 17 15:31:36 localhost blivet[2830]: size=0 B, current=6144 MiB >Oct 17 15:31:36 localhost blivet[2830]: using current size 0 as min size >Oct 17 15:31:36 localhost blivet[2830]: Ext4FS.supported: supported: True ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('ext4') returning Ext4FS instance with object id 92 >Oct 17 15:31:36 localhost blivet[2830]: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >Oct 17 15:31:36 localhost blivet[2830]: got format: existing ext4 filesystem >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-osimg-min', >'DEVNAME': 'dm-2', >'DEVPATH': '/devices/virtual/block/dm-2', >'DEVTYPE': 'disk', >'DM_NAME': 'live-osimg-min', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '25184', >'name': 'dm-2', >'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-osimg-min'], >'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >Oct 17 15:31:36 localhost blivet[2830]: scanning live-osimg-min (/devices/virtual/block/dm-2)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: live-osimg-min is a device-mapper device >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >Oct 17 15:31:36 localhost blivet[2830]: DMDevice.getDMNode: live-rw ; status: True ; >Oct 17 15:31:36 localhost blivet[2830]: DMDevice.getDMNode: live-base ; status: True ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (55) >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (71) with existing ext4 filesystem >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: LoopDevice.addChild: kids: 1 ; name: loop3 ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('None') returning DeviceFormat instance with object id 95 >Oct 17 15:31:36 localhost blivet[2830]: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >Oct 17 15:31:36 localhost blivet[2830]: added dm live-osimg-min (id 94) to device tree >Oct 17 15:31:36 localhost blivet[2830]: looking up parted Device: /dev/mapper/live-osimg-min >Oct 17 15:31:36 localhost blivet[2830]: got device: DMDevice instance (0x7ff2b0085390) -- >name = live-osimg-min status = True kids = 0 id = 94 >parents = ['existing 0 B loop loop3 (71) with existing ext4 filesystem'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: False >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7ff2b018dcb0> >target size = 0 B path = /dev/mapper/live-osimg-min >format args = [] originalFormat = None target = None dmUuid = None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >Oct 17 15:31:36 localhost blivet[2830]: device live-osimg-min does not contain a disklabel >Oct 17 15:31:36 localhost blivet[2830]: type detected on 'live-osimg-min' is 'ext4' >Oct 17 15:31:36 localhost program[2830]: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Oct 17 15:31:36 localhost program[2830]: dumpe2fs 1.42.11 (09-Jul-2014) >Oct 17 15:31:36 localhost program[2830]: Filesystem volume name: _Fedora-Live-Wor >Oct 17 15:31:36 localhost program[2830]: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >Oct 17 15:31:36 localhost program[2830]: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >Oct 17 15:31:36 localhost program[2830]: Filesystem magic number: 0xEF53 >Oct 17 15:31:36 localhost program[2830]: Filesystem revision #: 1 (dynamic) >Oct 17 15:31:36 localhost program[2830]: 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 >Oct 17 15:31:36 localhost program[2830]: Filesystem flags: signed_directory_hash >Oct 17 15:31:36 localhost program[2830]: Default mount options: user_xattr acl >Oct 17 15:31:36 localhost program[2830]: Filesystem state: clean >Oct 17 15:31:36 localhost program[2830]: Errors behavior: Continue >Oct 17 15:31:36 localhost program[2830]: Filesystem OS type: Linux >Oct 17 15:31:36 localhost program[2830]: Inode count: 352256 >Oct 17 15:31:36 localhost program[2830]: Block count: 1406376 >Oct 17 15:31:36 localhost program[2830]: Reserved block count: 14062 >Oct 17 15:31:36 localhost program[2830]: Free blocks: 413211 >Oct 17 15:31:36 localhost program[2830]: Free inodes: 216203 >Oct 17 15:31:36 localhost program[2830]: First block: 0 >Oct 17 15:31:36 localhost program[2830]: Block size: 4096 >Oct 17 15:31:36 localhost program[2830]: Fragment size: 4096 >Oct 17 15:31:36 localhost program[2830]: Reserved GDT blocks: 383 >Oct 17 15:31:36 localhost program[2830]: Blocks per group: 32768 >Oct 17 15:31:36 localhost program[2830]: Fragments per group: 32768 >Oct 17 15:31:36 localhost program[2830]: Inodes per group: 8192 >Oct 17 15:31:36 localhost program[2830]: Inode blocks per group: 512 >Oct 17 15:31:36 localhost program[2830]: Flex block group size: 16 >Oct 17 15:31:36 localhost program[2830]: Filesystem created: Thu Oct 9 20:56:57 2014 >Oct 17 15:31:36 localhost program[2830]: Last mount time: Thu Oct 9 20:57:01 2014 >Oct 17 15:31:36 localhost program[2830]: Last write time: Thu Oct 9 21:25:42 2014 >Oct 17 15:31:36 localhost program[2830]: Mount count: 0 >Oct 17 15:31:36 localhost program[2830]: Maximum mount count: -1 >Oct 17 15:31:36 localhost program[2830]: Last checked: Thu Oct 9 21:25:42 2014 >Oct 17 15:31:36 localhost program[2830]: Check interval: 0 (<none>) >Oct 17 15:31:36 localhost program[2830]: Lifetime writes: 629 MB >Oct 17 15:31:36 localhost program[2830]: Reserved blocks uid: 0 (user root) >Oct 17 15:31:36 localhost program[2830]: Reserved blocks gid: 0 (group root) >Oct 17 15:31:36 localhost program[2830]: First inode: 11 >Oct 17 15:31:36 localhost program[2830]: Inode size: 256 >Oct 17 15:31:36 localhost program[2830]: Required extra isize: 28 >Oct 17 15:31:36 localhost program[2830]: Desired extra isize: 28 >Oct 17 15:31:36 localhost program[2830]: Journal inode: 8 >Oct 17 15:31:36 localhost program[2830]: Default directory hash: half_md4 >Oct 17 15:31:36 localhost program[2830]: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >Oct 17 15:31:36 localhost program[2830]: Journal backup: inode blocks >Oct 17 15:31:36 localhost program[2830]: Journal features: journal_incompat_revoke >Oct 17 15:31:36 localhost program[2830]: Journal size: 128M >Oct 17 15:31:36 localhost program[2830]: Journal length: 32768 >Oct 17 15:31:36 localhost program[2830]: Journal sequence: 0x00001b3e >Oct 17 15:31:36 localhost program[2830]: Journal start: 0 >Oct 17 15:31:36 localhost program[2830]: >Oct 17 15:31:36 localhost program[2830]: Return code: 0 >Oct 17 15:31:36 localhost program[2830]: Running... resize2fs -P /dev/mapper/live-osimg-min >Oct 17 15:31:36 localhost program[2830]: resize2fs 1.42.11 (09-Jul-2014) >Oct 17 15:31:36 localhost program[2830]: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Oct 17 15:31:36 localhost program[2830]: Couldn't find valid filesystem superblock. >Oct 17 15:31:36 localhost program[2830]: Return code: 1 >Oct 17 15:31:36 localhost blivet[2830]: size=0 B, current=5493.66 MiB >Oct 17 15:31:36 localhost blivet[2830]: using current size 0 as min size >Oct 17 15:31:36 localhost blivet[2830]: Ext4FS.supported: supported: True ; >Oct 17 15:31:36 localhost blivet[2830]: getFormat('ext4') returning Ext4FS instance with object id 97 >Oct 17 15:31:36 localhost blivet[2830]: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >Oct 17 15:31:36 localhost blivet[2830]: got format: existing ext4 filesystem >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2 /dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122 /dev/fedora/swap /dev/mapper/fedora-swap', >'DEVNAME': 'dm-3', >'DEVPATH': '/devices/virtual/block/dm-3', >'DEVTYPE': 'disk', >'DM_LV_NAME': 'swap', >'DM_NAME': 'fedora-swap', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'swap', >'ID_FS_USAGE': 'other', >'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', >'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '846762', >'name': 'dm-3', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', >'/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', >'/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', >'/dev/fedora/swap', >'/dev/mapper/fedora-swap'], >'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >Oct 17 15:31:36 localhost blivet[2830]: scanning fedora-swap (/devices/virtual/block/dm-3)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: fedora-swap is an lvm logical volume >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevLVDevice: name: fedora-swap ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: True ; name: fedora ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo /dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3 /dev/md/Volume1_0p3', >'DEVNAME': 'md126p3', >'DEVPATH': '/devices/virtual/block/md126/md126p3', >'DEVTYPE': 'partition', >'ID_FS_TYPE': 'LVM2_member', >'ID_FS_USAGE': 'raid', >'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'ID_FS_VERSION': 'LVM2 001', >'ID_PART_ENTRY_DISK': '9:126', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '3174010880', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '732983296', >'ID_PART_ENTRY_TYPE': '0x8e', >'ID_PART_ENTRY_UUID': '22fc5314-03', >'MAJOR': '259', >'MD_CONTAINER': '/dev/md/imsm0', >'MD_DEVICES': '2', >'MD_DEVICE_sda_DEV': '/dev/sda', >'MD_DEVICE_sda_ROLE': '0', >'MD_DEVICE_sdb_DEV': '/dev/sdb', >'MD_DEVICE_sdb_ROLE': '1', >'MD_DEVNAME': 'Volume1_0', >'MD_LEVEL': 'raid0', >'MD_MEMBER': '0', >'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'MINOR': '2', >'SUBSYSTEM': 'block', >'SYSTEMD_READY': '0', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '352678', >'name': 'md126p3', >'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', >'/dev/md/Volume1_0p3'], >'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >Oct 17 15:31:36 localhost blivet[2830]: scanning md126p3 (/devices/virtual/block/md126/md126p3)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: md126p3 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: md126p3 is a partition >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevPartitionDevice: name: md126p3 ; >Oct 17 15:31:36 localhost blivet[2830]: link: Volume1_0p2 -> ../md126p2 >Oct 17 15:31:36 localhost blivet[2830]: link: Volume1_0p1 -> ../md126p1 >Oct 17 15:31:36 localhost blivet[2830]: link: Volume1_0p3 -> ../md126p3 >Oct 17 15:31:36 localhost blivet[2830]: returning Volume1_0p3 >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0p3 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: link: Volume1_0p2 -> ../md126p2 >Oct 17 15:31:36 localhost blivet[2830]: link: Volume1_0p1 -> ../md126p1 >Oct 17 15:31:36 localhost blivet[2830]: link: Volume1_0p3 -> ../md126p3 >Oct 17 15:31:36 localhost blivet[2830]: link: Volume1_0 -> ../md126 >Oct 17 15:31:36 localhost blivet[2830]: returning Volume1_0 >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d /dev/md/Volume1_0', >'DEVNAME': 'md126', >'DEVPATH': '/devices/virtual/block/md126', >'DEVTYPE': 'disk', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '22fc5314', >'MAJOR': '9', >'MD_CONTAINER': '/dev/md/imsm0', >'MD_DEVICES': '2', >'MD_DEVICE_sda_DEV': '/dev/sda', >'MD_DEVICE_sda_ROLE': '0', >'MD_DEVICE_sdb_DEV': '/dev/sdb', >'MD_DEVICE_sdb_ROLE': '1', >'MD_DEVNAME': 'Volume1_0', >'MD_LEVEL': 'raid0', >'MD_MEMBER': '0', >'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'MINOR': '126', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_MD_CONTAINER': '/dev/md/imsm0', >'UDISKS_MD_DEVICES': '2', >'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', >'UDISKS_MD_DEVICE_sda_ROLE': '0', >'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', >'UDISKS_MD_DEVICE_sdb_ROLE': '1', >'UDISKS_MD_DEVNAME': 'Volume1_0', >'UDISKS_MD_LEVEL': 'raid0', >'UDISKS_MD_MEMBER': '0', >'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'USEC_INITIALIZED': '291350', >'name': 'md126', >'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', >'/dev/md/Volume1_0'], >'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >Oct 17 15:31:36 localhost blivet[2830]: scanning md126 (/devices/virtual/block/md126)... >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: md126 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned None >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.addUdevDiskDevice: name: md126 ; >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName: hidden: False ; name: imsm0 ; incomplete: False ; >Oct 17 15:31:36 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:36 localhost blivet[2830]: non-existent RAID container size == 1863.03 GiB >Oct 17 15:31:36 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:36 localhost blivet[2830]: non-existent RAID container size == 1863.03 GiB >Oct 17 15:31:36 localhost blivet[2830]: DeviceTree.getDeviceByName returned existing 1863.03 GiB mdcontainer imsm0 (21) >Oct 17 15:31:36 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:36 localhost blivet[2830]: non-existent RAID container size == 1863.03 GiB >Oct 17 15:31:36 localhost blivet[2830]: MDRaidArrayDevice._addParent: Volume1_0 ; member: imsm0 ; >Oct 17 15:31:36 localhost blivet[2830]: not going to restore from backup of non-existent /etc/mdadm.conf >Oct 17 15:31:36 localhost anaconda[2830]: running handleException >Oct 17 15:31:36 localhost anaconda[2830]: 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/lib/python2.7/site-packages/blivet/__init__.py", line 183, in storageInitialize >storage.reset() > >File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 479, in reset >self.devicetree.populate(cleanupOnly=cleanupOnly) > >File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2105, in populate >self._populate() > >File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2170, in _populate >self.addUdevDevice(dev) > >File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1180, in addUdevDevice >device = self.addUdevLVDevice(info) > >File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 698, in addUdevLVDevice >self.addUdevDevice(pv_info) > >File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1201, in addUdevDevice >device = self.addUdevPartitionDevice(info) > >File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 926, in addUdevPartitionDevice >self.addUdevDevice(new_info) > >File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1198, in addUdevDevice >device = self.addUdevDiskDevice(info) > >File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1065, in addUdevDiskDevice >sysfsPath=sysfs_path, **kwargs) > >File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3690, in __init__ >sysfsPath=sysfsPath) > >File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2349, in __init__ >super(ContainerDevice, self).__init__(*args, **kwargs) > >File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 570, in __init__ >Device.__init__(self, name, parents=parents) > >File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 268, in __init__ >self.parents = parents > >File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 325, in _setParentList >self._parents.append(parent) > >File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 183, in append >self.appendfunc(y) > >File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3909, in _addParent >super(MDRaidArrayDevice, self)._addParent(member) > >File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2379, in _addParent >getattr(member.format, self._formatUUIDAttr) != self.uuid: > >AttributeError: 'DeviceFormat' object has no attribute 'mdUuid' >Oct 17 15:31:36 localhost anaconda[2830]: Gtk running, queuing exception handler to the main loop >Oct 17 15:31:36 localhost anaconda[2830]: Thread Done: AnaStorageThread (140680661669632) >Oct 17 15:31:36 localhost anaconda[2830]: _is_valid_disklabel(sdc1) returning True >Oct 17 15:31:36 localhost anaconda[2830]: _is_valid_size(sdc1) returning True >Oct 17 15:31:36 localhost anaconda[2830]: _is_valid_location(sdc1) returning True >Oct 17 15:31:36 localhost anaconda[2830]: _is_valid_partition(sdc1) returning True >Oct 17 15:31:36 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:36 localhost anaconda[2830]: _is_valid_format(sdc1) returning True >Oct 17 15:31:36 localhost anaconda[2830]: is_valid_stage2_device(sdc1) returning True >Oct 17 15:31:36 localhost program[2830]: Running... hwclock --hctosys --localtime >Oct 17 15:31:36 localhost anaconda[2830]: Thread Done: AnaPayloadThread (140680110274304) >Oct 17 15:31:36 localhost blivet[2830]: non-existent RAID container size == 1863.03 GiB >Oct 17 15:31:36 localhost blivet[2830]: looking up parted Device: /dev/md/imsm0 >Oct 17 15:31:36 localhost blivet[2830]: non-existent RAID container size == 1863.03 GiB >Oct 17 15:31:36 localhost blivet[2830]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:30:46 localhost systemd[1493]: Time has been changed >Oct 18 02:30:46 localhost program[2830]: Return code: 0 >Oct 18 02:30:46 localhost anaconda[2830]: Thread Done: AnaTimeInitThread (140680345028352) >Oct 18 02:30:46 localhost blivet[2830]: looking up parted Device: /dev/sr0 >Oct 18 02:30:46 localhost blivet[2830]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:30:46 localhost blivet[2830]: looking up parted Device: /dev/sr0 >Oct 18 02:30:46 localhost program[2830]: Running... journalctl -b >Oct 18 02:30:46 localhost anaconda[2830]: Running kickstart %%traceback script(s) >Oct 18 02:30:46 localhost anaconda[2830]: All kickstart %%traceback script(s) have been run >Oct 18 02:30:46 localhost anaconda[2830]: /usr/lib/python2.7/site-packages/meh/ui/gui.py:79: Warning: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version. >builder.add_from_file(glade_file) >Oct 18 02:30:50 localhost chronyd[975]: Forward time jump detected! >Oct 18 02:30:50 localhost chronyd[975]: Can't synchronise: no reachable sources >Oct 18 02:31:15 localhost kernel: usb 3-2: USB disconnect, device number 3 >Oct 18 02:31:44 localhost dbus[1542]: avc: received setenforce notice (enforcing=1) >Oct 18 02:31:44 localhost dbus[1594]: avc: received setenforce notice (enforcing=1) >Oct 18 02:31:44 localhost dbus[969]: avc: received setenforce notice (enforcing=1) >Oct 18 02:31:44 localhost org.a11y.Bus[1542]: Reloaded configuration >Oct 18 02:31:44 localhost dbus[969]: [system] Reloaded configuration >Oct 18 02:32:01 localhost dbus[1594]: avc: received setenforce notice (enforcing=0) >Oct 18 02:32:01 localhost dbus[1542]: avc: received setenforce notice (enforcing=0) >Oct 18 02:32:01 localhost dbus[969]: avc: received setenforce notice (enforcing=0) >Oct 18 02:32:03 localhost kernel: sdb: unknown partition table >Oct 18 02:32:03 localhost python[3024]: detected unhandled Python exception in '/bin/anaconda-cleanup' >Oct 18 02:32:04 localhost abrt-server[3104]: Deleting problem directory Python-2014-10-18-02:32:04-3024 (dup of Python-2014-10-17-15:31:30-2732) >Oct 18 02:32:05 localhost anaconda[3119]: /sbin/anaconda 21.48.10-1 >Oct 18 02:32:05 localhost anaconda[3119]: 8126464 kB (7936 MB) are available >Oct 18 02:32:05 localhost program[3119]: Running... losetup --list >Oct 18 02:32:05 localhost anaconda[3119]: check_memory(): total:8126464, needed:320, graphical:410 >Oct 18 02:32:05 localhost anaconda[3119]: Switching logging level to debug >Oct 18 02:32:05 localhost anaconda[3119]: Unable to inhibit the screensaver: Failed to call Inhibit method on /org/freedesktop/ScreenSaver with ('anaconda', 'Installing') arguments: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files >Oct 18 02:32:05 localhost anaconda[3119]: Not doing 'start audit daemon' in live installation >Oct 18 02:32:05 localhost anaconda[3119]: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base', '--updates=file:///home/liveuser/Documents/updates.img'] >Oct 18 02:32:05 localhost anaconda[3119]: Default encoding = ascii >Oct 18 02:32:05 localhost anaconda[3119]: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >Oct 18 02:32:05 localhost program[3119]: Running... udevadm trigger --action=change --subsystem-match=block >Oct 18 02:32:05 localhost program[3119]: Return code: 0 >Oct 18 02:32:05 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:05 localhost program[3119]: Return code: 0 >Oct 18 02:32:05 localhost blivet[3119]: ISCSID is /sbin/iscsid >Oct 18 02:32:05 localhost blivet[3119]: no initiator set >Oct 18 02:32:05 localhost program[3119]: Running... modprobe fcoe >Oct 18 02:32:05 localhost program[3119]: Return code: 0 >Oct 18 02:32:05 localhost program[3119]: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Oct 18 02:32:05 localhost program[3119]: No FCoE boot disk information is found in EDD! >Oct 18 02:32:05 localhost program[3119]: Return code: 1 >Oct 18 02:32:05 localhost blivet[3119]: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Oct 18 02:32:05 localhost blivet[3119]: no /etc/zfcp.conf; not configuring zfcp >Oct 18 02:32:05 localhost anaconda[3119]: Display mode = g >Oct 18 02:32:05 localhost anaconda[3119]: 8126464 kB (7936 MB) are available >Oct 18 02:32:05 localhost program[3119]: Running... losetup --list >Oct 18 02:32:05 localhost anaconda[3119]: check_memory(): total:8126464, needed:320, graphical:410 >Oct 18 02:32:05 localhost blivet[3119]: trying to set new default fstype to 'ext4' >Oct 18 02:32:05 localhost blivet[3119]: Ext4FS.supported: supported: True ; >Oct 18 02:32:05 localhost blivet[3119]: getFormat('ext4') returning Ext4FS instance with object id 0 >Oct 18 02:32:05 localhost blivet[3119]: Ext4FS.supported: supported: True ; >Oct 18 02:32:05 localhost anaconda[3119]: _Fedora is the highest priority installclass, using it >Oct 18 02:32:05 localhost anaconda[3119]: bootloader GRUB2 on X86 platform >Oct 18 02:32:05 localhost blivet[3119]: Detected 7936 MiB of memory >Oct 18 02:32:05 localhost blivet[3119]: Suggested swap size (7936 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >Oct 18 02:32:05 localhost blivet[3119]: Swap attempt of 0.0 >Oct 18 02:32:05 localhost anaconda[3119]: bootloader GRUB2 on X86 platform >Oct 18 02:32:05 localhost anaconda[3119]: network: devices found ['enp5s0f2', 'wlp6s0', 'virbr0'] >Oct 18 02:32:05 localhost ifcfg[3119]: content of files (network initialization): >Oct 18 02:32:05 localhost ifcfg[3119]: /etc/sysconfig/network-scripts/ifcfg-enp5s0f2: >Oct 18 02:32:05 localhost ifcfg[3119]: TYPE=Ethernet >Oct 18 02:32:05 localhost ifcfg[3119]: BOOTPROTO=dhcp >Oct 18 02:32:05 localhost ifcfg[3119]: DEFROUTE=yes >Oct 18 02:32:05 localhost ifcfg[3119]: IPV4_FAILURE_FATAL=no >Oct 18 02:32:05 localhost ifcfg[3119]: IPV6INIT=yes >Oct 18 02:32:05 localhost ifcfg[3119]: IPV6_AUTOCONF=yes >Oct 18 02:32:05 localhost ifcfg[3119]: IPV6_DEFROUTE=yes >Oct 18 02:32:05 localhost ifcfg[3119]: IPV6_FAILURE_FATAL=no >Oct 18 02:32:05 localhost ifcfg[3119]: NAME=enp5s0f2 >Oct 18 02:32:05 localhost ifcfg[3119]: UUID=f587813a-d1d9-4681-a0c6-1e39caaebca6 >Oct 18 02:32:05 localhost ifcfg[3119]: ONBOOT=no >Oct 18 02:32:05 localhost ifcfg[3119]: HWADDR=00:90:F5:FA:67:7A >Oct 18 02:32:05 localhost ifcfg[3119]: PEERDNS=yes >Oct 18 02:32:05 localhost ifcfg[3119]: PEERROUTES=yes >Oct 18 02:32:05 localhost ifcfg[3119]: IPV6_PEERDNS=yes >Oct 18 02:32:05 localhost ifcfg[3119]: IPV6_PEERROUTES=yes >Oct 18 02:32:06 localhost ifcfg[3119]: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 144, 245, 250, 103, 122]}, 'connection': {'timestamp': 1413574285L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp5s0f2', 'uuid': 'f587813a-d1d9-4681-a0c6-1e39caaebca6'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'bridge': {'forward-delay': 2L, 'interface-name': 'virbr0'}, 'connection': {'autoconnect': False, 'interface-name': 'virbr0', 'timestamp': 1413574285L, 'type': 'bridge', 'id': 'virbr0', 'uuid': '4d1c413e-797c-4478-8bab-3a40d6e7e0de'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[24946880L, 24L, 0L]], 'dns': [], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >Oct 18 02:32:06 localhost ifcfg[3119]: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 >Oct 18 02:32:06 localhost ifcfg[3119]: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 >Oct 18 02:32:06 localhost ifcfg[3119]: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 >Oct 18 02:32:06 localhost anaconda[3119]: updating hostname localhost.localdomain >Oct 18 02:32:06 localhost anaconda[3119]: Running Thread: AnaStorageThread (140490478286592) >Oct 18 02:32:06 localhost anaconda[3119]: Running Thread: AnaTimeInitThread (140490161469184) >Oct 18 02:32:06 localhost blivet[3119]: resetting Blivet (version 0.61.5) instance <blivet.Blivet object at 0x7fc67d10b610> >Oct 18 02:32:06 localhost anaconda[3119]: Running Thread: AnaWaitForConnectingNMThread (140490153076480) >Oct 18 02:32:06 localhost packaging[3119]: Restarting payload thread >Oct 18 02:32:06 localhost blivet[3119]: no initiator set >Oct 18 02:32:06 localhost anaconda[3119]: Running Thread: AnaPayloadRestartThread (140490144683776) >Oct 18 02:32:06 localhost blivet[3119]: not going to create backup copy of non-existent /etc/mdadm.conf >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Oct 18 02:32:06 localhost anaconda[3119]: Thread Done: AnaPayloadRestartThread (140490144683776) >Oct 18 02:32:06 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:06 localhost anaconda[3119]: Running Thread: AnaPayloadThread (140490136291072) >Oct 18 02:32:06 localhost packaging[3119]: Updating payload thread state: 0 >Oct 18 02:32:06 localhost packaging[3119]: Updating payload thread state: 1 >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost program[3119]: Running... mpathconf --user_friendly_names y --with_multipathd y >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost blivet[3119]: protected device spec /dev/sde1 resolved to sde1 >Oct 18 02:32:06 localhost blivet[3119]: sde1 looks to be the live device; marking as protected >Oct 18 02:32:06 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost blivet[3119]: devices to scan: ['sde', 'sde1', 'sde2', 'sde3', 'sda', 'sda1', 'sdb', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'md126', 'md126p1', 'md126p2', 'md126p3', 'md127'] >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-10-10-01-34-21-00', >'DEVNAME': 'sde', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2014-10-10-01-34-21-00', >'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '64', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '924319', >'name': 'sde', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', >'/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'/dev/disk/by-uuid/2014-10-10-01-34-21-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >Oct 18 02:32:06 localhost blivet[3119]: scanning sde (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde)... >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDiskDevice: name: sde ; >Oct 18 02:32:06 localhost blivet[3119]: sde is a disk >Oct 18 02:32:06 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 2 >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice._setFormat: sde ; current: None ; type: None ; >Oct 18 02:32:06 localhost program[3119]: Running... multipath -c /dev/sde >Oct 18 02:32:06 localhost anaconda[3119]: updating hostname localhost.localdomain >Oct 18 02:32:06 localhost program[3119]: /dev/sde is not a valid multipath device path >Oct 18 02:32:06 localhost program[3119]: Return code: 1 >Oct 18 02:32:06 localhost blivet[3119]: added disk sde (id 1) to device tree >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/sde >Oct 18 02:32:06 localhost blivet[3119]: got device: DiskDevice instance (0x7fc668237690) -- >name = sde status = True kids = 0 id = 1 >parents = [] >uuid = None size = 1911 MiB >format = existing None >major = 8 minor = 64 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- >model: Generic Flash Disk path: /dev/sde type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 3913728 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: True >hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) >PedDevice: <_ped.Device object at 0x7fc6681f6320> >target size = 0 B path = /dev/sde >format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7fc668221510> >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: sde ; >Oct 18 02:32:06 localhost blivet[3119]: type detected on 'sde' is 'iso9660' >Oct 18 02:32:06 localhost blivet[3119]: Iso9660FS.supported: supported: True ; >Oct 18 02:32:06 localhost blivet[3119]: getFormat('iso9660') returning Iso9660FS instance with object id 4 >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice._setFormat: sde ; current: None ; type: iso9660 ; >Oct 18 02:32:06 localhost blivet[3119]: got format: existing iso9660 filesystem >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-10-10-01-34-21-00', >'DEVNAME': 'sde1', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2014-10-10-01-34-21-00', >'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_FLAGS': '0x80', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '0', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '2656256', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '6e9f246b-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '65', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '0', >'USEC_INITIALIZED': '924341', >'name': 'sde1', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', >'/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', >'/dev/disk/by-uuid/2014-10-10-01-34-21-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >Oct 18 02:32:06 localhost blivet[3119]: scanning sde1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1)... >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sde1 ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:06 localhost anaconda[3119]: got 2 NTP servers from DHCP >Oct 18 02:32:06 localhost blivet[3119]: sde1 is a partition >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevPartitionDevice: name: sde1 ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >Oct 18 02:32:06 localhost anaconda[3119]: Thread Done: AnaWaitForConnectingNMThread (140490153076480) >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >Oct 18 02:32:06 localhost blivet[3119]: lvm filter: adding sde1 to the reject list >Oct 18 02:32:06 localhost blivet[3119]: ignoring partition sde1 on iso9660 >Oct 18 02:32:06 localhost blivet[3119]: no device obtained for sde1 >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/4C54-8A45', >'DEVNAME': 'sde2', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'EFI', >'ID_FS_LABEL_ENC': 'EFI', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'vfat', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '4C54-8A45', >'ID_FS_UUID_ENC': '4C54-8A45', >'ID_FS_VERSION': 'FAT12', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_NUMBER': '2', >'ID_PART_ENTRY_OFFSET': '172', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '10164', >'ID_PART_ENTRY_TYPE': '0xef', >'ID_PART_ENTRY_UUID': '6e9f246b-02', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '66', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '924361', >'name': 'sde2', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', >'/dev/disk/by-label/EFI', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', >'/dev/disk/by-uuid/4C54-8A45'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >Oct 18 02:32:06 localhost blivet[3119]: scanning sde2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2)... >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sde2 ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:06 localhost blivet[3119]: sde2 is a partition >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevPartitionDevice: name: sde2 ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >Oct 18 02:32:06 localhost blivet[3119]: lvm filter: adding sde2 to the reject list >Oct 18 02:32:06 localhost blivet[3119]: ignoring partition sde2 on iso9660 >Oct 18 02:32:06 localhost blivet[3119]: no device obtained for sde2 >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074', >'DEVNAME': 'sde3', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora_Live', >'ID_FS_LABEL_ENC': 'Fedora\\x20Live', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'hfsplus', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', >'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '10416', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '40704', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '6e9f246b-03', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '67', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '924386', >'name': 'sde3', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', >'/dev/disk/by-label/Fedora\\x20Live', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', >'/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >Oct 18 02:32:06 localhost blivet[3119]: scanning sde3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3)... >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sde3 ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:06 localhost blivet[3119]: sde3 is a partition >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevPartitionDevice: name: sde3 ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >Oct 18 02:32:06 localhost blivet[3119]: lvm filter: adding sde3 to the reject list >Oct 18 02:32:06 localhost blivet[3119]: ignoring partition sde3 on iso9660 >Oct 18 02:32:06 localhost blivet[3119]: no device obtained for sde3 >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF /dev/disk/by-id/wwn-0x5000cca6accd6099', >'DEVNAME': 'sda', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', >'DEVTYPE': 'disk', >'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_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': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', >'ID_SERIAL_SHORT': 'JR10006PGYE8KF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6099', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', >'MAJOR': '8', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '926717', >'name': 'sda', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', >'/dev/disk/by-id/wwn-0x5000cca6accd6099'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >Oct 18 02:32:06 localhost blivet[3119]: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:06 localhost blivet[3119]: sda is part of a biosraid >Oct 18 02:32:06 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 7 >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice._setFormat: sda ; current: None ; type: None ; >Oct 18 02:32:06 localhost blivet[3119]: added disk sda (id 6) to device tree >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/sda >Oct 18 02:32:06 localhost anaconda[3119]: Running Thread: AnaGeolocationRefreshThread (140490153076480) >Oct 18 02:32:06 localhost anaconda[3119]: Not doing 'start chronyd' in live installation >Oct 18 02:32:06 localhost anaconda[3119]: Starting geolocation lookup >Oct 18 02:32:06 localhost anaconda[3119]: Geolocation provider: Fedora GeoIP >Oct 18 02:32:06 localhost anaconda[3119]: Window scale set to 1 by XSETTINGS, not scaling >Oct 18 02:32:06 localhost blivet[3119]: got device: DiskDevice instance (0x7fc6740fef50) -- >name = sda status = True kids = 0 id = 6 >parents = [] >uuid = None size = 931.51 GiB >format = existing None >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA HGST HTS721010A9 path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 1953525168 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) >PedDevice: <_ped.Device object at 0x7fc6681f6440> >target size = 0 B path = /dev/sda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fc6682219d0> >Oct 18 02:32:06 localhost anaconda[3119]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 18 02:32:06 localhost anaconda[3119]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 18 02:32:06 localhost anaconda[3119]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 18 02:32:06 localhost anaconda[3119]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 18 02:32:06 localhost anaconda[3119]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: sda ; >Oct 18 02:32:06 localhost anaconda[3119]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 18 02:32:06 localhost anaconda[3119]: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >Oct 18 02:32:06 localhost program[3119]: Running... mdadm --examine --export /dev/sda >Oct 18 02:32:06 localhost program[3119]: MD_METADATA=imsm >Oct 18 02:32:06 localhost program[3119]: MD_LEVEL=container >Oct 18 02:32:06 localhost program[3119]: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >Oct 18 02:32:06 localhost program[3119]: MD_DEVICES=2 >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost program[3119]: Running... mdadm --examine --brief /dev/sda >Oct 18 02:32:06 localhost anaconda[3119]: Not doing 'activate layouts' in live installation >Oct 18 02:32:06 localhost program[3119]: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >Oct 18 02:32:06 localhost program[3119]: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost blivet[3119]: type detected on 'sda' is 'isw_raid_member' >Oct 18 02:32:06 localhost blivet[3119]: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda ; serial: JR10006PGYE8KF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >Oct 18 02:32:06 localhost blivet[3119]: getFormat('isw_raid_member') returning MDRaidMember instance with object id 9 >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >Oct 18 02:32:06 localhost blivet[3119]: got format: existing mdmember >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByUuid returned None >Oct 18 02:32:06 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost blivet[3119]: using name imsm0 for md array containing member sda >Oct 18 02:32:06 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 11 >Oct 18 02:32:06 localhost blivet[3119]: MDRaidArrayDevice._setFormat: imsm0 ; current: None ; type: None ; >Oct 18 02:32:06 localhost blivet[3119]: MDRaidArrayDevice.updateSysfsPath: imsm0 ; >Oct 18 02:32:06 localhost blivet[3119]: MDRaidArrayDevice._addParent: imsm0 ; member: sda ; >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice.addChild: kids: 0 ; name: sda ; >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >Oct 18 02:32:06 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost program[3119]: Running... mdadm --incremental --quiet /dev/sda >Oct 18 02:32:06 localhost program[3119]: Return code: 1 >Oct 18 02:32:06 localhost blivet[3119]: failed to add member /dev/sda to md array /dev/md/imsm0: mdnominate failed for /dev/sda: 1 >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:06 localhost blivet[3119]: added mdcontainer imsm0 (id 10) to device tree >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1 /dev/disk/by-id/wwn-0x5000cca6accd6099-part1', >'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_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': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', >'ID_SERIAL_SHORT': 'JR10006PGYE8KF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6099', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', >'MAJOR': '8', >'MINOR': '1', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '2513021', >'name': 'sda1', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1', >'/dev/disk/by-id/wwn-0x5000cca6accd6099-part1'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >Oct 18 02:32:06 localhost blivet[3119]: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:06 localhost blivet[3119]: sda1 is a partition >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevPartitionDevice: name: sda1 ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 931.51 GiB disk sda (6) with existing mdmember >Oct 18 02:32:06 localhost blivet[3119]: ignoring partition sda1 on mdmember >Oct 18 02:32:06 localhost blivet[3119]: no device obtained for sda1 >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF /dev/disk/by-id/wwn-0x5000cca6accd6043', >'DEVNAME': 'sdb', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', >'DEVTYPE': 'disk', >'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_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': '166', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', >'ID_SERIAL_SHORT': 'JR10006PGYE5TF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6043', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', >'MAJOR': '8', >'MINOR': '16', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '927146', >'name': 'sdb', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', >'/dev/disk/by-id/wwn-0x5000cca6accd6043'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >Oct 18 02:32:06 localhost blivet[3119]: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:06 localhost blivet[3119]: sdb is part of a biosraid >Oct 18 02:32:06 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 15 >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice._setFormat: sdb ; current: None ; type: None ; >Oct 18 02:32:06 localhost blivet[3119]: added disk sdb (id 14) to device tree >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/sdb >Oct 18 02:32:06 localhost blivet[3119]: got device: DiskDevice instance (0x7fc6680a06d0) -- >name = sdb status = True kids = 0 id = 14 >parents = [] >uuid = None size = 931.51 GiB >format = existing None >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 HGST HTS721010A9 path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 1953525168 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 2 did: 0 busy: False >hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) >PedDevice: <_ped.Device object at 0x7fc6741074d0> >target size = 0 B path = /dev/sdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fc6680a08d0> >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: sdb ; >Oct 18 02:32:06 localhost program[3119]: Running... mdadm --examine --export /dev/sdb >Oct 18 02:32:06 localhost kernel: sdb: unknown partition table >Oct 18 02:32:06 localhost program[3119]: MD_METADATA=imsm >Oct 18 02:32:06 localhost program[3119]: MD_LEVEL=container >Oct 18 02:32:06 localhost program[3119]: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >Oct 18 02:32:06 localhost program[3119]: MD_DEVICES=2 >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost program[3119]: Running... mdadm --examine --brief /dev/sdb >Oct 18 02:32:06 localhost anaconda[3119]: Geolocation lookup finished in 0.4 seconds >Oct 18 02:32:06 localhost anaconda[3119]: got results from geolocation >Oct 18 02:32:06 localhost anaconda[3119]: Thread Done: AnaGeolocationRefreshThread (140490153076480) >Oct 18 02:32:06 localhost program[3119]: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >Oct 18 02:32:06 localhost program[3119]: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost blivet[3119]: type detected on 'sdb' is 'isw_raid_member' >Oct 18 02:32:06 localhost blivet[3119]: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb ; serial: JR10006PGYE5TF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >Oct 18 02:32:06 localhost blivet[3119]: getFormat('isw_raid_member') returning MDRaidMember instance with object id 17 >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice._setFormat: sdb ; current: None ; type: mdmember ; >Oct 18 02:32:06 localhost blivet[3119]: got format: existing mdmember >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:06 localhost blivet[3119]: non-existent RAID container size == 931.51 GiB >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:06 localhost blivet[3119]: non-existent RAID container size == 931.51 GiB >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByUuid returned existing 931.51 GiB mdcontainer imsm0 (10) >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:06 localhost blivet[3119]: non-existent RAID container size == 931.51 GiB >Oct 18 02:32:06 localhost blivet[3119]: MDRaidArrayDevice._addParent: imsm0 ; member: sdb ; >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice.addChild: kids: 0 ; name: sdb ; >Oct 18 02:32:06 localhost blivet[3119]: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >Oct 18 02:32:06 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:06 localhost program[3119]: Return code: 0 >Oct 18 02:32:06 localhost program[3119]: Running... mdadm --incremental --quiet /dev/sdb >Oct 18 02:32:06 localhost program[3119]: Return code: 1 >Oct 18 02:32:06 localhost blivet[3119]: failed to add member /dev/sdb to md array /dev/md/imsm0: mdnominate failed for /dev/sdb: 1 >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', >'DEVNAME': 'sr0', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_BUS': 'ata', >'ID_CDROM': '1', >'ID_CDROM_CD': '1', >'ID_CDROM_CD_R': '1', >'ID_CDROM_CD_RW': '1', >'ID_CDROM_DVD': '1', >'ID_CDROM_DVD_PLUS_R': '1', >'ID_CDROM_DVD_PLUS_RW': '1', >'ID_CDROM_DVD_PLUS_R_DL': '1', >'ID_CDROM_DVD_R': '1', >'ID_CDROM_DVD_RAM': '1', >'ID_CDROM_DVD_RW': '1', >'ID_CDROM_MRW': '1', >'ID_CDROM_MRW_W': '1', >'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', >'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'TC00', >'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', >'ID_SERIAL_SHORT': 'S12C6YCF1002SH', >'ID_TYPE': 'cd', >'MAJOR': '11', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':seat:systemd:uaccess:', >'USEC_INITIALIZED': '927769', >'name': 'sr0', >'symlinks': ['/dev/cdrom', >'/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >Oct 18 02:32:06 localhost blivet[3119]: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:06 localhost blivet[3119]: sr0 is a cdrom >Oct 18 02:32:06 localhost blivet[3119]: DeviceTree.addUdevOpticalDevice: >Oct 18 02:32:06 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 20 >Oct 18 02:32:06 localhost blivet[3119]: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >Oct 18 02:32:06 localhost blivet[3119]: added cdrom sr0 (id 19) to device tree >Oct 18 02:32:06 localhost blivet[3119]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:32:06 localhost blivet[3119]: looking up parted Device: /dev/sr0 >Oct 18 02:32:06 localhost blivet[3119]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:32:07 localhost blivet[3119]: looking up parted Device: /dev/sr0 >Oct 18 02:32:07 localhost blivet[3119]: got device: OpticalDevice instance (0x7fc6681b5f90) -- >name = sr0 status = True kids = 0 id = 19 >parents = [] >uuid = None size = 0 >format = existing None >major = 11 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None >target size = 0 B path = /dev/sr0 >format args = [] originalFormat = None >Oct 18 02:32:07 localhost blivet[3119]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:32:07 localhost anaconda[3119]: Entered spoke: WelcomeLanguageSpoke >Oct 18 02:32:07 localhost anaconda[3119]: logo image is missing, using a substitute >Oct 18 02:32:07 localhost blivet[3119]: looking up parted Device: /dev/sr0 >Oct 18 02:32:07 localhost blivet[3119]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:32:07 localhost blivet[3119]: looking up parted Device: /dev/sr0 >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >Oct 18 02:32:07 localhost blivet[3119]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:32:07 localhost blivet[3119]: no media present for device sr0 >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2 /dev/disk/by-id/wwn-0x500a07510943e9d2', >'DEVNAME': 'sdc', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', >'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': '2', >'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': 'Crucial_CT120M500SSD3', >'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', >'ID_REVISION': 'MU03', >'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', >'ID_SERIAL_SHORT': '13270943E9D2', >'ID_TYPE': 'disk', >'ID_WWN': '0x500a07510943e9d2', >'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', >'MAJOR': '8', >'MINOR': '32', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '928468', >'name': 'sdc', >'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', >'/dev/disk/by-id/wwn-0x500a07510943e9d2'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >Oct 18 02:32:07 localhost blivet[3119]: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc)... >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.addUdevDiskDevice: name: sdc ; >Oct 18 02:32:07 localhost blivet[3119]: sdc is a disk >Oct 18 02:32:07 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 24 >Oct 18 02:32:07 localhost blivet[3119]: DiskDevice._setFormat: sdc ; current: None ; type: None ; >Oct 18 02:32:07 localhost program[3119]: Running... multipath -c /dev/sdc >Oct 18 02:32:07 localhost program[3119]: /dev/sdc is not a valid multipath device path >Oct 18 02:32:07 localhost program[3119]: Return code: 1 >Oct 18 02:32:07 localhost blivet[3119]: added disk sdc (id 23) to device tree >Oct 18 02:32:07 localhost blivet[3119]: looking up parted Device: /dev/sdc >Oct 18 02:32:07 localhost blivet[3119]: got device: DiskDevice instance (0x7fc6680290d0) -- >name = sdc status = True kids = 0 id = 23 >parents = [] >uuid = None size = 111.79 GiB >format = existing None >major = 8 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- >model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 234441648 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 6 did: 0 busy: False >hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) >PedDevice: <_ped.Device object at 0x7fc674107440> >target size = 0 B path = /dev/sdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fc65b567310> >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: sdc ; >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >Oct 18 02:32:07 localhost blivet[3119]: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >Oct 18 02:32:07 localhost blivet[3119]: required disklabel type for sdc (1) is None >Oct 18 02:32:07 localhost blivet[3119]: default disklabel type for sdc is msdos >Oct 18 02:32:07 localhost blivet[3119]: selecting msdos disklabel for sdc based on size >Oct 18 02:32:07 localhost blivet[3119]: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >Oct 18 02:32:07 localhost blivet[3119]: Did not change pmbr_boot on parted.Disk instance -- >type: msdos primaryPartitionCount: 1 >lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x7fc65b571610>] >device: <parted.device.Device object at 0x7fc65b571410> >PedDisk: <_ped.Disk object at 0x7fc674105c68> >Oct 18 02:32:07 localhost kernel: sdc: sdc1 >Oct 18 02:32:07 localhost blivet[3119]: getFormat('disklabel') returning DiskLabel instance with object id 26 >Oct 18 02:32:07 localhost blivet[3119]: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1 /dev/disk/by-id/wwn-0x500a07510943e9d2-part1 /dev/disk/by-label/Windows\\x20Boot /dev/disk/by-uuid/E6DA15CCDA159A3F', >'DEVNAME': 'sdc1', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', >'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': '2', >'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': 'Windows_Boot', >'ID_FS_LABEL_ENC': 'Windows\\x20Boot', >'ID_FS_TYPE': 'ntfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'E6DA15CCDA159A3F', >'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', >'ID_MODEL': 'Crucial_CT120M500SSD3', >'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'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': '234436608', >'ID_PART_ENTRY_TYPE': '0x7', >'ID_PART_ENTRY_UUID': '3dcdcf37-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '3dcdcf37', >'ID_REVISION': 'MU03', >'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', >'ID_SERIAL_SHORT': '13270943E9D2', >'ID_TYPE': 'disk', >'ID_WWN': '0x500a07510943e9d2', >'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', >'MAJOR': '8', >'MINOR': '33', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '928517', >'name': 'sdc1', >'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', >'/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', >'/dev/disk/by-label/Windows\\x20Boot', >'/dev/disk/by-uuid/E6DA15CCDA159A3F'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >Oct 18 02:32:07 localhost blivet[3119]: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:07 localhost blivet[3119]: sdc1 is a partition >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 111.79 GiB disk sdc (23) with existing msdos disklabel >Oct 18 02:32:07 localhost blivet[3119]: DiskDevice.addChild: kids: 0 ; name: sdc ; >Oct 18 02:32:07 localhost blivet[3119]: PartitionDevice._setFormat: sdc1 ; >Oct 18 02:32:07 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 29 >Oct 18 02:32:07 localhost blivet[3119]: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >Oct 18 02:32:07 localhost blivet[3119]: looking up parted Partition: /dev/sdc1 >Oct 18 02:32:07 localhost blivet[3119]: PartitionDevice.probe: sdc1 ; exists: True ; >Oct 18 02:32:07 localhost blivet[3119]: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >Oct 18 02:32:07 localhost blivet[3119]: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >Oct 18 02:32:07 localhost blivet[3119]: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >Oct 18 02:32:07 localhost blivet[3119]: added partition sdc1 (id 28) to device tree >Oct 18 02:32:07 localhost blivet[3119]: looking up parted Device: /dev/sdc1 >Oct 18 02:32:07 localhost blivet[3119]: got device: PartitionDevice instance (0x7fc65b571b10) -- >name = sdc1 status = True kids = 0 id = 28 >parents = ['existing 111.79 GiB disk sdc (23) with existing msdos disklabel'] >uuid = None size = 111.79 GiB >format = existing None >major = 8 minor = 33 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- >model: Unknown path: /dev/sdc1 type: 0 >sectorSize: 512 physicalSectorSize: 4096 >length: 234436608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32710 did: 0 busy: False >hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) >PedDevice: <_ped.Device object at 0x7fc674107320> >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 0x7fc65b571490> fileSystem: <parted.filesystem.FileSystem object at 0x7fc65b571a90> >number: 1 path: /dev/sdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fc65b571710> PedPartition: <_ped.Partition object at 0x7fc65b56e830> >disk = existing 111.79 GiB disk sdc (23) with existing msdos disklabel >start = 2048 end = 234438655 length = 234436608 >flags = boot >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >Oct 18 02:32:07 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >Oct 18 02:32:07 localhost blivet[3119]: device sdc1 does not contain a disklabel >Oct 18 02:32:07 localhost blivet[3119]: type detected on 'sdc1' is 'ntfs' >Oct 18 02:32:07 localhost program[3119]: Running... ntfsinfo -m /dev/sdc1 >Oct 18 02:32:07 localhost program[3119]: Volume Information >Oct 18 02:32:07 localhost program[3119]: Name of device: /dev/sdc1 >Oct 18 02:32:07 localhost program[3119]: Device state: 11 >Oct 18 02:32:07 localhost program[3119]: Volume Name: Windows Boot >Oct 18 02:32:07 localhost program[3119]: Volume State: 91 >Oct 18 02:32:07 localhost program[3119]: Volume Flags: 0x0000 >Oct 18 02:32:07 localhost program[3119]: Volume Version: 3.1 >Oct 18 02:32:07 localhost program[3119]: Sector Size: 512 >Oct 18 02:32:07 localhost program[3119]: Cluster Size: 4096 >Oct 18 02:32:07 localhost program[3119]: Index Block Size: 4096 >Oct 18 02:32:07 localhost program[3119]: Volume Size in Clusters: 29304575 >Oct 18 02:32:07 localhost program[3119]: MFT Information >Oct 18 02:32:07 localhost program[3119]: MFT Record Size: 1024 >Oct 18 02:32:07 localhost program[3119]: MFT Zone Multiplier: 0 >Oct 18 02:32:07 localhost program[3119]: MFT Data Position: 24 >Oct 18 02:32:07 localhost program[3119]: MFT Zone Start: 786432 >Oct 18 02:32:07 localhost program[3119]: MFT Zone End: 4449503 >Oct 18 02:32:07 localhost program[3119]: MFT Zone Position: 786432 >Oct 18 02:32:07 localhost program[3119]: Current Position in First Data Zone: 4449503 >Oct 18 02:32:07 localhost program[3119]: Current Position in Second Data Zone: 0 >Oct 18 02:32:07 localhost program[3119]: Allocated clusters 83072 (0.3%) >Oct 18 02:32:07 localhost program[3119]: LCN of Data Attribute for FILE_MFT: 786432 >Oct 18 02:32:07 localhost program[3119]: FILE_MFTMirr Size: 4 >Oct 18 02:32:07 localhost program[3119]: LCN of Data Attribute for File_MFTMirr: 2 >Oct 18 02:32:07 localhost program[3119]: Size of Attribute Definition Table: 2560 >Oct 18 02:32:07 localhost program[3119]: Number of Attached Extent Inodes: 0 >Oct 18 02:32:07 localhost program[3119]: FILE_Bitmap Information >Oct 18 02:32:07 localhost program[3119]: FILE_Bitmap MFT Record Number: 6 >Oct 18 02:32:07 localhost program[3119]: State of FILE_Bitmap Inode: 80 >Oct 18 02:32:07 localhost program[3119]: Length of Attribute List: 0 >Oct 18 02:32:07 localhost program[3119]: Number of Attached Extent Inodes: 0 >Oct 18 02:32:07 localhost program[3119]: FILE_Bitmap Data Attribute Information >Oct 18 02:32:07 localhost program[3119]: Decompressed Runlist: not done yet >Oct 18 02:32:07 localhost program[3119]: Base Inode: 6 >Oct 18 02:32:07 localhost program[3119]: Attribute Types: not done yet >Oct 18 02:32:07 localhost program[3119]: Attribute Name Length: 0 >Oct 18 02:32:07 localhost program[3119]: Attribute State: 3 >Oct 18 02:32:07 localhost program[3119]: Attribute Allocated Size: 3665920 >Oct 18 02:32:07 localhost program[3119]: Attribute Data Size: 3663072 >Oct 18 02:32:07 localhost program[3119]: Attribute Initialized Size: 3663072 >Oct 18 02:32:07 localhost program[3119]: Attribute Compressed Size: 0 >Oct 18 02:32:07 localhost program[3119]: Compression Block Size: 0 >Oct 18 02:32:07 localhost program[3119]: Compression Block Size Bits: 0 >Oct 18 02:32:07 localhost program[3119]: Compression Block Clusters: 0 >Oct 18 02:32:07 localhost program[3119]: Free Clusters: 10750972 (36.7%) >Oct 18 02:32:07 localhost program[3119]: Return code: 0 >Oct 18 02:32:07 localhost program[3119]: Running... ntfsresize -m /dev/sdc1 >Oct 18 02:32:09 localhost program[3119]: ntfsresize v2014.2.15 (libntfs-3g) >Oct 18 02:32:09 localhost program[3119]: Minsize (in MB): 75996 >Oct 18 02:32:09 localhost program[3119]: Return code: 0 >Oct 18 02:32:09 localhost blivet[3119]: padding min size from 75996000000 up to 75996000500 >Oct 18 02:32:09 localhost blivet[3119]: NTFS.supported: supported: False ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('ntfs') returning NTFS instance with object id 31 >Oct 18 02:32:09 localhost blivet[3119]: PartitionDevice._setFormat: sdc1 ; >Oct 18 02:32:09 localhost blivet[3119]: PartitionDevice._setFormat: sdc1 ; current: None ; type: ntfs ; >Oct 18 02:32:09 localhost blivet[3119]: got format: existing ntfs filesystem >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', >'DEVPATH': '/devices/virtual/block/loop0', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '4.0', >'MAJOR': '7', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '974628', >'name': 'loop0', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >Oct 18 02:32:09 localhost blivet[3119]: scanning loop0 (/devices/virtual/block/loop0)... >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: loop0 is a loop device >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevLoopDevice: name: loop0 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: /osmin.img (deleted) ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 34 >Oct 18 02:32:09 localhost blivet[3119]: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added file /osmin.img (deleted) (id 33) to device tree >Oct 18 02:32:09 localhost blivet[3119]: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 37 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added loop loop0 (id 36) to device tree >Oct 18 02:32:09 localhost blivet[3119]: got device: LoopDevice instance (0x7fc65b571e50) -- >name = loop0 status = False kids = 0 id = 36 >parents = ['existing 0 B file /osmin.img (deleted) (33)'] >uuid = None size = 0 B >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 B path = /dev/loop0 >format args = [] originalFormat = None >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >Oct 18 02:32:09 localhost blivet[3119]: device loop0 does not contain a disklabel >Oct 18 02:32:09 localhost blivet[3119]: type detected on 'loop0' is 'squashfs' >Oct 18 02:32:09 localhost blivet[3119]: getFormat('squashfs') returning DeviceFormat instance with object id 39 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', >'DEVPATH': '/devices/virtual/block/loop1', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '974928', >'name': 'loop1', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >Oct 18 02:32:09 localhost blivet[3119]: scanning loop1 (/devices/virtual/block/loop1)... >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: loop1 is a loop device >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevLoopDevice: name: loop1 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: /osmin ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 42 >Oct 18 02:32:09 localhost blivet[3119]: FileDevice._setFormat: /osmin ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added file /osmin (id 41) to device tree >Oct 18 02:32:09 localhost blivet[3119]: FileDevice.addChild: kids: 0 ; name: /osmin ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 45 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added loop loop1 (id 44) to device tree >Oct 18 02:32:09 localhost blivet[3119]: got device: LoopDevice instance (0x7fc65b571f50) -- >name = loop1 status = False kids = 0 id = 44 >parents = ['existing 0 B file /osmin (41)'] >uuid = None size = 0 B >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 B path = /dev/loop1 >format args = [] originalFormat = None >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >Oct 18 02:32:09 localhost blivet[3119]: device loop1 does not contain a disklabel >Oct 18 02:32:09 localhost blivet[3119]: type detected on 'loop1' is 'DM_snapshot_cow' >Oct 18 02:32:09 localhost blivet[3119]: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 47 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', >'DEVPATH': '/devices/virtual/block/loop2', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '4.0', >'MAJOR': '7', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975223', >'name': 'loop2', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >Oct 18 02:32:09 localhost blivet[3119]: scanning loop2 (/devices/virtual/block/loop2)... >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: loop2 is a loop device >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevLoopDevice: name: loop2 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 50 >Oct 18 02:32:09 localhost blivet[3119]: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added file /run/initramfs/live/LiveOS/squashfs.img (id 49) to device tree >Oct 18 02:32:09 localhost blivet[3119]: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 53 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added loop loop2 (id 52) to device tree >Oct 18 02:32:09 localhost blivet[3119]: got device: LoopDevice instance (0x7fc65b5671d0) -- >name = loop2 status = False kids = 0 id = 52 >parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (49)'] >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 >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >Oct 18 02:32:09 localhost blivet[3119]: device loop2 does not contain a disklabel >Oct 18 02:32:09 localhost blivet[3119]: type detected on 'loop2' is 'squashfs' >Oct 18 02:32:09 localhost blivet[3119]: getFormat('squashfs') returning DeviceFormat instance with object id 55 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'DEVNAME': 'loop3', >'DEVPATH': '/devices/virtual/block/loop3', >'DEVTYPE': 'disk', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '7', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975517', >'name': 'loop3', >'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], >'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >Oct 18 02:32:09 localhost blivet[3119]: scanning loop3 (/devices/virtual/block/loop3)... >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: loop3 is a loop device >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevLoopDevice: name: loop3 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/ext3fs.img ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 58 >Oct 18 02:32:09 localhost blivet[3119]: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added file /LiveOS/ext3fs.img (id 57) to device tree >Oct 18 02:32:09 localhost blivet[3119]: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 61 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added loop loop3 (id 60) to device tree >Oct 18 02:32:09 localhost blivet[3119]: got device: LoopDevice instance (0x7fc65b587250) -- >name = loop3 status = False kids = 0 id = 60 >parents = ['existing 0 B file /LiveOS/ext3fs.img (57)'] >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/loop3 >format args = [] originalFormat = None >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >Oct 18 02:32:09 localhost blivet[3119]: device loop3 does not contain a disklabel >Oct 18 02:32:09 localhost blivet[3119]: type detected on 'loop3' is 'ext4' >Oct 18 02:32:09 localhost program[3119]: Running... dumpe2fs -h /dev/loop3 >Oct 18 02:32:09 localhost program[3119]: dumpe2fs 1.42.11 (09-Jul-2014) >Oct 18 02:32:09 localhost program[3119]: Filesystem volume name: _Fedora-Live-Wor >Oct 18 02:32:09 localhost program[3119]: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >Oct 18 02:32:09 localhost program[3119]: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >Oct 18 02:32:09 localhost program[3119]: Filesystem magic number: 0xEF53 >Oct 18 02:32:09 localhost program[3119]: Filesystem revision #: 1 (dynamic) >Oct 18 02:32:09 localhost program[3119]: 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 >Oct 18 02:32:09 localhost program[3119]: Filesystem flags: signed_directory_hash >Oct 18 02:32:09 localhost program[3119]: Default mount options: user_xattr acl >Oct 18 02:32:09 localhost program[3119]: Filesystem state: clean >Oct 18 02:32:09 localhost program[3119]: Errors behavior: Continue >Oct 18 02:32:09 localhost program[3119]: Filesystem OS type: Linux >Oct 18 02:32:09 localhost program[3119]: Inode count: 393216 >Oct 18 02:32:09 localhost program[3119]: Block count: 1572864 >Oct 18 02:32:09 localhost program[3119]: Reserved block count: 15727 >Oct 18 02:32:09 localhost program[3119]: Free blocks: 577129 >Oct 18 02:32:09 localhost program[3119]: Free inodes: 257163 >Oct 18 02:32:09 localhost program[3119]: First block: 0 >Oct 18 02:32:09 localhost program[3119]: Block size: 4096 >Oct 18 02:32:09 localhost program[3119]: Fragment size: 4096 >Oct 18 02:32:09 localhost program[3119]: Reserved GDT blocks: 383 >Oct 18 02:32:09 localhost program[3119]: Blocks per group: 32768 >Oct 18 02:32:09 localhost program[3119]: Fragments per group: 32768 >Oct 18 02:32:09 localhost program[3119]: Inodes per group: 8192 >Oct 18 02:32:09 localhost program[3119]: Inode blocks per group: 512 >Oct 18 02:32:09 localhost program[3119]: Flex block group size: 16 >Oct 18 02:32:09 localhost program[3119]: Filesystem created: Thu Oct 9 20:56:57 2014 >Oct 18 02:32:09 localhost program[3119]: Last mount time: Thu Oct 9 20:57:01 2014 >Oct 18 02:32:09 localhost program[3119]: Last write time: Thu Oct 9 21:25:39 2014 >Oct 18 02:32:09 localhost program[3119]: Mount count: 0 >Oct 18 02:32:09 localhost program[3119]: Maximum mount count: -1 >Oct 18 02:32:09 localhost program[3119]: Last checked: Thu Oct 9 21:25:39 2014 >Oct 18 02:32:09 localhost program[3119]: Check interval: 0 (<none>) >Oct 18 02:32:09 localhost program[3119]: Lifetime writes: 627 MB >Oct 18 02:32:09 localhost program[3119]: Reserved blocks uid: 0 (user root) >Oct 18 02:32:09 localhost program[3119]: Reserved blocks gid: 0 (group root) >Oct 18 02:32:09 localhost program[3119]: First inode: 11 >Oct 18 02:32:09 localhost program[3119]: Inode size: 256 >Oct 18 02:32:09 localhost program[3119]: Required extra isize: 28 >Oct 18 02:32:09 localhost program[3119]: Desired extra isize: 28 >Oct 18 02:32:09 localhost program[3119]: Journal inode: 8 >Oct 18 02:32:09 localhost program[3119]: Default directory hash: half_md4 >Oct 18 02:32:09 localhost program[3119]: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >Oct 18 02:32:09 localhost program[3119]: Journal backup: inode blocks >Oct 18 02:32:09 localhost program[3119]: Journal features: journal_incompat_revoke >Oct 18 02:32:09 localhost program[3119]: Journal size: 128M >Oct 18 02:32:09 localhost program[3119]: Journal length: 32768 >Oct 18 02:32:09 localhost program[3119]: Journal sequence: 0x00001b3e >Oct 18 02:32:09 localhost program[3119]: Journal start: 0 >Oct 18 02:32:09 localhost program[3119]: >Oct 18 02:32:09 localhost program[3119]: Return code: 0 >Oct 18 02:32:09 localhost program[3119]: Running... resize2fs -P /dev/loop3 >Oct 18 02:32:09 localhost program[3119]: resize2fs 1.42.11 (09-Jul-2014) >Oct 18 02:32:09 localhost program[3119]: resize2fs: Device or resource busy while trying to open /dev/loop3 >Oct 18 02:32:09 localhost program[3119]: Couldn't find valid filesystem superblock. >Oct 18 02:32:09 localhost program[3119]: Return code: 1 >Oct 18 02:32:09 localhost blivet[3119]: size=0 B, current=6144 MiB >Oct 18 02:32:09 localhost blivet[3119]: using current size 0 as min size >Oct 18 02:32:09 localhost blivet[3119]: Ext4FS.supported: supported: True ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('ext4') returning Ext4FS instance with object id 63 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >Oct 18 02:32:09 localhost blivet[3119]: got format: existing ext4 filesystem >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', >'DEVPATH': '/devices/virtual/block/loop4', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '4', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975813', >'name': 'loop4', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >Oct 18 02:32:09 localhost blivet[3119]: scanning loop4 (/devices/virtual/block/loop4)... >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: loop4 is a loop device >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevLoopDevice: name: loop4 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 66 >Oct 18 02:32:09 localhost blivet[3119]: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added file /overlay (deleted) (id 65) to device tree >Oct 18 02:32:09 localhost blivet[3119]: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 69 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added loop loop4 (id 68) to device tree >Oct 18 02:32:09 localhost blivet[3119]: got device: LoopDevice instance (0x7fc65b5874d0) -- >name = loop4 status = False kids = 0 id = 68 >parents = ['existing 0 B file /overlay (deleted) (65)'] >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/loop4 >format args = [] originalFormat = None >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >Oct 18 02:32:09 localhost blivet[3119]: device loop4 does not contain a disklabel >Oct 18 02:32:09 localhost blivet[3119]: type detected on 'loop4' is 'DM_snapshot_cow' >Oct 18 02:32:09 localhost blivet[3119]: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 71 >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-rw', >'DEVNAME': 'dm-0', >'DEVPATH': '/devices/virtual/block/dm-0', >'DEVTYPE': 'disk', >'DM_NAME': 'live-rw', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '11532', >'name': 'dm-0', >'symlinks': ['/dev/disk/by-id/dm-name-live-rw', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-rw'], >'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >Oct 18 02:32:09 localhost blivet[3119]: scanning live-rw (/devices/virtual/block/dm-0)... >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: live-rw is a device-mapper device >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDMDevice: name: live-rw ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 0 B loop loop4 (68) >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice.addChild: kids: 0 ; name: loop4 ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 74 >Oct 18 02:32:09 localhost blivet[3119]: DMDevice._setFormat: live-rw ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added dm live-rw (id 73) to device tree >Oct 18 02:32:09 localhost blivet[3119]: looking up parted Device: /dev/mapper/live-rw >Oct 18 02:32:09 localhost blivet[3119]: got device: DMDevice instance (0x7fc65b567150) -- >name = live-rw status = True kids = 0 id = 73 >parents = ['existing 0 B loop loop4 (68)'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 20256 did: 8262 busy: True >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7fc6741078c0> >target size = 0 B path = /dev/mapper/live-rw >format args = [] originalFormat = None target = None dmUuid = None >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >Oct 18 02:32:09 localhost blivet[3119]: device live-rw does not contain a disklabel >Oct 18 02:32:09 localhost blivet[3119]: type detected on 'live-rw' is 'ext4' >Oct 18 02:32:09 localhost program[3119]: Running... dumpe2fs -h /dev/mapper/live-rw >Oct 18 02:32:09 localhost program[3119]: dumpe2fs 1.42.11 (09-Jul-2014) >Oct 18 02:32:09 localhost program[3119]: Filesystem volume name: _Fedora-Live-Wor >Oct 18 02:32:09 localhost program[3119]: Last mounted on: / >Oct 18 02:32:09 localhost program[3119]: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >Oct 18 02:32:09 localhost program[3119]: Filesystem magic number: 0xEF53 >Oct 18 02:32:09 localhost program[3119]: Filesystem revision #: 1 (dynamic) >Oct 18 02:32:09 localhost program[3119]: 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 >Oct 18 02:32:09 localhost program[3119]: Filesystem flags: signed_directory_hash >Oct 18 02:32:09 localhost program[3119]: Default mount options: user_xattr acl >Oct 18 02:32:09 localhost program[3119]: Filesystem state: clean >Oct 18 02:32:09 localhost program[3119]: Errors behavior: Continue >Oct 18 02:32:09 localhost program[3119]: Filesystem OS type: Linux >Oct 18 02:32:09 localhost program[3119]: Inode count: 393216 >Oct 18 02:32:09 localhost program[3119]: Block count: 1572864 >Oct 18 02:32:09 localhost program[3119]: Reserved block count: 15727 >Oct 18 02:32:09 localhost program[3119]: Free blocks: 577129 >Oct 18 02:32:09 localhost program[3119]: Free inodes: 257163 >Oct 18 02:32:09 localhost program[3119]: First block: 0 >Oct 18 02:32:09 localhost program[3119]: Block size: 4096 >Oct 18 02:32:09 localhost program[3119]: Fragment size: 4096 >Oct 18 02:32:09 localhost program[3119]: Reserved GDT blocks: 383 >Oct 18 02:32:09 localhost program[3119]: Blocks per group: 32768 >Oct 18 02:32:09 localhost program[3119]: Fragments per group: 32768 >Oct 18 02:32:09 localhost program[3119]: Inodes per group: 8192 >Oct 18 02:32:09 localhost program[3119]: Inode blocks per group: 512 >Oct 18 02:32:09 localhost program[3119]: Flex block group size: 16 >Oct 18 02:32:09 localhost program[3119]: Filesystem created: Thu Oct 9 20:56:57 2014 >Oct 18 02:32:09 localhost program[3119]: Last mount time: Fri Oct 17 22:25:21 2014 >Oct 18 02:32:09 localhost program[3119]: Last write time: Fri Oct 17 22:25:21 2014 >Oct 18 02:32:09 localhost program[3119]: Mount count: 1 >Oct 18 02:32:09 localhost program[3119]: Maximum mount count: -1 >Oct 18 02:32:09 localhost program[3119]: Last checked: Thu Oct 9 21:25:39 2014 >Oct 18 02:32:09 localhost program[3119]: Check interval: 0 (<none>) >Oct 18 02:32:09 localhost program[3119]: Lifetime writes: 627 MB >Oct 18 02:32:09 localhost program[3119]: Reserved blocks uid: 0 (user root) >Oct 18 02:32:09 localhost program[3119]: Reserved blocks gid: 0 (group root) >Oct 18 02:32:09 localhost program[3119]: First inode: 11 >Oct 18 02:32:09 localhost program[3119]: Inode size: 256 >Oct 18 02:32:09 localhost program[3119]: Required extra isize: 28 >Oct 18 02:32:09 localhost program[3119]: Desired extra isize: 28 >Oct 18 02:32:09 localhost program[3119]: Journal inode: 8 >Oct 18 02:32:09 localhost program[3119]: First orphan inode: 151483 >Oct 18 02:32:09 localhost program[3119]: Default directory hash: half_md4 >Oct 18 02:32:09 localhost program[3119]: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >Oct 18 02:32:09 localhost program[3119]: Journal backup: inode blocks >Oct 18 02:32:09 localhost program[3119]: Journal features: journal_incompat_revoke >Oct 18 02:32:09 localhost program[3119]: Journal size: 128M >Oct 18 02:32:09 localhost program[3119]: Journal length: 32768 >Oct 18 02:32:09 localhost program[3119]: Journal sequence: 0x00001b3f >Oct 18 02:32:09 localhost program[3119]: Journal start: 1 >Oct 18 02:32:09 localhost program[3119]: >Oct 18 02:32:09 localhost program[3119]: Return code: 0 >Oct 18 02:32:09 localhost program[3119]: Running... resize2fs -P /dev/mapper/live-rw >Oct 18 02:32:09 localhost program[3119]: resize2fs 1.42.11 (09-Jul-2014) >Oct 18 02:32:09 localhost program[3119]: Estimated minimum size of the filesystem: 1406376 >Oct 18 02:32:09 localhost program[3119]: Return code: 0 >Oct 18 02:32:09 localhost blivet[3119]: size=5493.66 MiB, current=6144 MiB >Oct 18 02:32:09 localhost blivet[3119]: padding min size from 5760516096 up to 5760516596 >Oct 18 02:32:09 localhost blivet[3119]: Ext4FS.supported: supported: True ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('ext4') returning Ext4FS instance with object id 76 >Oct 18 02:32:09 localhost blivet[3119]: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >Oct 18 02:32:09 localhost blivet[3119]: got format: existing ext4 filesystem >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-base', >'DEVNAME': 'dm-1', >'DEVPATH': '/devices/virtual/block/dm-1', >'DEVTYPE': 'disk', >'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': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '17479', >'name': 'dm-1', >'symlinks': ['/dev/disk/by-id/dm-name-live-base', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-base'], >'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >Oct 18 02:32:09 localhost blivet[3119]: scanning live-base (/devices/virtual/block/dm-1)... >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: live-base is a device-mapper device >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDMDevice: name: live-base ; >Oct 18 02:32:09 localhost blivet[3119]: DMDevice.getDMNode: live-rw ; status: True ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:09 localhost blivet[3119]: LoopDevice.addChild: kids: 0 ; name: loop3 ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 79 >Oct 18 02:32:09 localhost blivet[3119]: DMDevice._setFormat: live-base ; current: None ; type: None ; >Oct 18 02:32:09 localhost blivet[3119]: added dm live-base (id 78) to device tree >Oct 18 02:32:09 localhost blivet[3119]: looking up parted Device: /dev/mapper/live-base >Oct 18 02:32:09 localhost blivet[3119]: got device: DMDevice instance (0x7fc65b587910) -- >name = live-base status = True kids = 0 id = 78 >parents = ['existing 0 B loop loop3 (60) with existing ext4 filesystem'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19503 did: 24387 busy: False >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7fc674107830> >target size = 0 B path = /dev/mapper/live-base >format args = [] originalFormat = None target = None dmUuid = None >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: live-base ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >Oct 18 02:32:09 localhost blivet[3119]: device live-base does not contain a disklabel >Oct 18 02:32:09 localhost blivet[3119]: type detected on 'live-base' is 'ext4' >Oct 18 02:32:09 localhost program[3119]: Running... dumpe2fs -h /dev/mapper/live-base >Oct 18 02:32:09 localhost program[3119]: dumpe2fs 1.42.11 (09-Jul-2014) >Oct 18 02:32:09 localhost program[3119]: Filesystem volume name: _Fedora-Live-Wor >Oct 18 02:32:09 localhost program[3119]: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >Oct 18 02:32:09 localhost program[3119]: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >Oct 18 02:32:09 localhost program[3119]: Filesystem magic number: 0xEF53 >Oct 18 02:32:09 localhost program[3119]: Filesystem revision #: 1 (dynamic) >Oct 18 02:32:09 localhost program[3119]: 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 >Oct 18 02:32:09 localhost program[3119]: Filesystem flags: signed_directory_hash >Oct 18 02:32:09 localhost program[3119]: Default mount options: user_xattr acl >Oct 18 02:32:09 localhost program[3119]: Filesystem state: clean >Oct 18 02:32:09 localhost program[3119]: Errors behavior: Continue >Oct 18 02:32:09 localhost program[3119]: Filesystem OS type: Linux >Oct 18 02:32:09 localhost program[3119]: Inode count: 393216 >Oct 18 02:32:09 localhost program[3119]: Block count: 1572864 >Oct 18 02:32:09 localhost program[3119]: Reserved block count: 15727 >Oct 18 02:32:09 localhost program[3119]: Free blocks: 577129 >Oct 18 02:32:09 localhost program[3119]: Free inodes: 257163 >Oct 18 02:32:09 localhost program[3119]: First block: 0 >Oct 18 02:32:09 localhost program[3119]: Block size: 4096 >Oct 18 02:32:09 localhost program[3119]: Fragment size: 4096 >Oct 18 02:32:09 localhost program[3119]: Reserved GDT blocks: 383 >Oct 18 02:32:09 localhost program[3119]: Blocks per group: 32768 >Oct 18 02:32:09 localhost program[3119]: Fragments per group: 32768 >Oct 18 02:32:09 localhost program[3119]: Inodes per group: 8192 >Oct 18 02:32:09 localhost program[3119]: Inode blocks per group: 512 >Oct 18 02:32:09 localhost program[3119]: Flex block group size: 16 >Oct 18 02:32:09 localhost program[3119]: Filesystem created: Thu Oct 9 20:56:57 2014 >Oct 18 02:32:09 localhost program[3119]: Last mount time: Thu Oct 9 20:57:01 2014 >Oct 18 02:32:09 localhost program[3119]: Last write time: Thu Oct 9 21:25:39 2014 >Oct 18 02:32:09 localhost program[3119]: Mount count: 0 >Oct 18 02:32:09 localhost program[3119]: Maximum mount count: -1 >Oct 18 02:32:09 localhost program[3119]: Last checked: Thu Oct 9 21:25:39 2014 >Oct 18 02:32:09 localhost program[3119]: Check interval: 0 (<none>) >Oct 18 02:32:09 localhost program[3119]: Lifetime writes: 627 MB >Oct 18 02:32:09 localhost program[3119]: Reserved blocks uid: 0 (user root) >Oct 18 02:32:09 localhost program[3119]: Reserved blocks gid: 0 (group root) >Oct 18 02:32:09 localhost program[3119]: First inode: 11 >Oct 18 02:32:09 localhost program[3119]: Inode size: 256 >Oct 18 02:32:09 localhost program[3119]: Required extra isize: 28 >Oct 18 02:32:09 localhost program[3119]: Desired extra isize: 28 >Oct 18 02:32:09 localhost program[3119]: Journal inode: 8 >Oct 18 02:32:09 localhost program[3119]: Default directory hash: half_md4 >Oct 18 02:32:09 localhost program[3119]: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >Oct 18 02:32:09 localhost program[3119]: Journal backup: inode blocks >Oct 18 02:32:09 localhost program[3119]: Journal features: journal_incompat_revoke >Oct 18 02:32:09 localhost program[3119]: Journal size: 128M >Oct 18 02:32:09 localhost program[3119]: Journal length: 32768 >Oct 18 02:32:09 localhost program[3119]: Journal sequence: 0x00001b3e >Oct 18 02:32:09 localhost program[3119]: Journal start: 0 >Oct 18 02:32:09 localhost program[3119]: >Oct 18 02:32:09 localhost program[3119]: Return code: 0 >Oct 18 02:32:09 localhost program[3119]: Running... resize2fs -P /dev/mapper/live-base >Oct 18 02:32:09 localhost program[3119]: resize2fs 1.42.11 (09-Jul-2014) >Oct 18 02:32:09 localhost program[3119]: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >Oct 18 02:32:09 localhost program[3119]: Couldn't find valid filesystem superblock. >Oct 18 02:32:09 localhost program[3119]: Return code: 1 >Oct 18 02:32:09 localhost blivet[3119]: size=0 B, current=6144 MiB >Oct 18 02:32:09 localhost blivet[3119]: using current size 0 as min size >Oct 18 02:32:09 localhost blivet[3119]: Ext4FS.supported: supported: True ; >Oct 18 02:32:09 localhost blivet[3119]: getFormat('ext4') returning Ext4FS instance with object id 81 >Oct 18 02:32:09 localhost blivet[3119]: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >Oct 18 02:32:09 localhost blivet[3119]: got format: existing ext4 filesystem >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-osimg-min', >'DEVNAME': 'dm-2', >'DEVPATH': '/devices/virtual/block/dm-2', >'DEVTYPE': 'disk', >'DM_NAME': 'live-osimg-min', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '25184', >'name': 'dm-2', >'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-osimg-min'], >'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >Oct 18 02:32:09 localhost blivet[3119]: scanning live-osimg-min (/devices/virtual/block/dm-2)... >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >Oct 18 02:32:09 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: live-osimg-min is a device-mapper device >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >Oct 18 02:32:10 localhost blivet[3119]: DMDevice.getDMNode: live-rw ; status: True ; >Oct 18 02:32:10 localhost blivet[3119]: DMDevice.getDMNode: live-base ; status: True ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (44) >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: LoopDevice.addChild: kids: 1 ; name: loop3 ; >Oct 18 02:32:10 localhost blivet[3119]: getFormat('None') returning DeviceFormat instance with object id 84 >Oct 18 02:32:10 localhost blivet[3119]: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >Oct 18 02:32:10 localhost blivet[3119]: added dm live-osimg-min (id 83) to device tree >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/mapper/live-osimg-min >Oct 18 02:32:10 localhost blivet[3119]: got device: DMDevice instance (0x7fc65b587b90) -- >name = live-osimg-min status = True kids = 0 id = 83 >parents = ['existing 0 B loop loop3 (60) with existing ext4 filesystem'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: False >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7fc674107950> >target size = 0 B path = /dev/mapper/live-osimg-min >format args = [] originalFormat = None target = None dmUuid = None >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >Oct 18 02:32:10 localhost blivet[3119]: device live-osimg-min does not contain a disklabel >Oct 18 02:32:10 localhost blivet[3119]: type detected on 'live-osimg-min' is 'ext4' >Oct 18 02:32:10 localhost program[3119]: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Oct 18 02:32:10 localhost program[3119]: dumpe2fs 1.42.11 (09-Jul-2014) >Oct 18 02:32:10 localhost program[3119]: Filesystem volume name: _Fedora-Live-Wor >Oct 18 02:32:10 localhost program[3119]: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >Oct 18 02:32:10 localhost program[3119]: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >Oct 18 02:32:10 localhost program[3119]: Filesystem magic number: 0xEF53 >Oct 18 02:32:10 localhost program[3119]: Filesystem revision #: 1 (dynamic) >Oct 18 02:32:10 localhost program[3119]: 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 >Oct 18 02:32:10 localhost program[3119]: Filesystem flags: signed_directory_hash >Oct 18 02:32:10 localhost program[3119]: Default mount options: user_xattr acl >Oct 18 02:32:10 localhost program[3119]: Filesystem state: clean >Oct 18 02:32:10 localhost program[3119]: Errors behavior: Continue >Oct 18 02:32:10 localhost program[3119]: Filesystem OS type: Linux >Oct 18 02:32:10 localhost program[3119]: Inode count: 352256 >Oct 18 02:32:10 localhost program[3119]: Block count: 1406376 >Oct 18 02:32:10 localhost program[3119]: Reserved block count: 14062 >Oct 18 02:32:10 localhost program[3119]: Free blocks: 413211 >Oct 18 02:32:10 localhost program[3119]: Free inodes: 216203 >Oct 18 02:32:10 localhost program[3119]: First block: 0 >Oct 18 02:32:10 localhost program[3119]: Block size: 4096 >Oct 18 02:32:10 localhost program[3119]: Fragment size: 4096 >Oct 18 02:32:10 localhost program[3119]: Reserved GDT blocks: 383 >Oct 18 02:32:10 localhost program[3119]: Blocks per group: 32768 >Oct 18 02:32:10 localhost program[3119]: Fragments per group: 32768 >Oct 18 02:32:10 localhost program[3119]: Inodes per group: 8192 >Oct 18 02:32:10 localhost program[3119]: Inode blocks per group: 512 >Oct 18 02:32:10 localhost program[3119]: Flex block group size: 16 >Oct 18 02:32:10 localhost program[3119]: Filesystem created: Thu Oct 9 20:56:57 2014 >Oct 18 02:32:10 localhost program[3119]: Last mount time: Thu Oct 9 20:57:01 2014 >Oct 18 02:32:10 localhost program[3119]: Last write time: Thu Oct 9 21:25:42 2014 >Oct 18 02:32:10 localhost program[3119]: Mount count: 0 >Oct 18 02:32:10 localhost program[3119]: Maximum mount count: -1 >Oct 18 02:32:10 localhost program[3119]: Last checked: Thu Oct 9 21:25:42 2014 >Oct 18 02:32:10 localhost program[3119]: Check interval: 0 (<none>) >Oct 18 02:32:10 localhost program[3119]: Lifetime writes: 629 MB >Oct 18 02:32:10 localhost program[3119]: Reserved blocks uid: 0 (user root) >Oct 18 02:32:10 localhost program[3119]: Reserved blocks gid: 0 (group root) >Oct 18 02:32:10 localhost program[3119]: First inode: 11 >Oct 18 02:32:10 localhost program[3119]: Inode size: 256 >Oct 18 02:32:10 localhost program[3119]: Required extra isize: 28 >Oct 18 02:32:10 localhost program[3119]: Desired extra isize: 28 >Oct 18 02:32:10 localhost program[3119]: Journal inode: 8 >Oct 18 02:32:10 localhost program[3119]: Default directory hash: half_md4 >Oct 18 02:32:10 localhost program[3119]: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >Oct 18 02:32:10 localhost program[3119]: Journal backup: inode blocks >Oct 18 02:32:10 localhost program[3119]: Journal features: journal_incompat_revoke >Oct 18 02:32:10 localhost program[3119]: Journal size: 128M >Oct 18 02:32:10 localhost program[3119]: Journal length: 32768 >Oct 18 02:32:10 localhost program[3119]: Journal sequence: 0x00001b3e >Oct 18 02:32:10 localhost program[3119]: Journal start: 0 >Oct 18 02:32:10 localhost program[3119]: >Oct 18 02:32:10 localhost program[3119]: Return code: 0 >Oct 18 02:32:10 localhost program[3119]: Running... resize2fs -P /dev/mapper/live-osimg-min >Oct 18 02:32:10 localhost program[3119]: resize2fs 1.42.11 (09-Jul-2014) >Oct 18 02:32:10 localhost program[3119]: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Oct 18 02:32:10 localhost program[3119]: Couldn't find valid filesystem superblock. >Oct 18 02:32:10 localhost program[3119]: Return code: 1 >Oct 18 02:32:10 localhost blivet[3119]: size=0 B, current=5493.66 MiB >Oct 18 02:32:10 localhost blivet[3119]: using current size 0 as min size >Oct 18 02:32:10 localhost blivet[3119]: Ext4FS.supported: supported: True ; >Oct 18 02:32:10 localhost blivet[3119]: getFormat('ext4') returning Ext4FS instance with object id 86 >Oct 18 02:32:10 localhost blivet[3119]: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >Oct 18 02:32:10 localhost blivet[3119]: got format: existing ext4 filesystem >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2 /dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122 /dev/fedora/swap /dev/mapper/fedora-swap', >'DEVNAME': 'dm-3', >'DEVPATH': '/devices/virtual/block/dm-3', >'DEVTYPE': 'disk', >'DM_LV_NAME': 'swap', >'DM_NAME': 'fedora-swap', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'swap', >'ID_FS_USAGE': 'other', >'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', >'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '846762', >'name': 'dm-3', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', >'/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', >'/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', >'/dev/fedora/swap', >'/dev/mapper/fedora-swap'], >'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >Oct 18 02:32:10 localhost blivet[3119]: scanning fedora-swap (/devices/virtual/block/dm-3)... >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: fedora-swap is an lvm logical volume >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.addUdevLVDevice: name: fedora-swap ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: True ; name: fedora ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo /dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3 /dev/md/Volume1_0p3', >'DEVNAME': 'md126p3', >'DEVPATH': '/devices/virtual/block/md126/md126p3', >'DEVTYPE': 'partition', >'ID_FS_TYPE': 'LVM2_member', >'ID_FS_USAGE': 'raid', >'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'ID_FS_VERSION': 'LVM2 001', >'ID_PART_ENTRY_DISK': '9:126', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '3174010880', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '732983296', >'ID_PART_ENTRY_TYPE': '0x8e', >'ID_PART_ENTRY_UUID': '22fc5314-03', >'MAJOR': '259', >'MD_CONTAINER': '/dev/md/imsm0', >'MD_DEVICES': '2', >'MD_DEVICE_sda_DEV': '/dev/sda', >'MD_DEVICE_sda_ROLE': '0', >'MD_DEVICE_sdb_DEV': '/dev/sdb', >'MD_DEVICE_sdb_ROLE': '1', >'MD_DEVNAME': 'Volume1_0', >'MD_LEVEL': 'raid0', >'MD_MEMBER': '0', >'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'MINOR': '2', >'SUBSYSTEM': 'block', >'SYSTEMD_READY': '0', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '352678', >'name': 'md126p3', >'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', >'/dev/md/Volume1_0p3'], >'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >Oct 18 02:32:10 localhost blivet[3119]: scanning md126p3 (/devices/virtual/block/md126/md126p3)... >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: md126p3 ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: md126p3 is a partition >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.addUdevPartitionDevice: name: md126p3 ; >Oct 18 02:32:10 localhost blivet[3119]: link: Volume1_0p2 -> ../md126p2 >Oct 18 02:32:10 localhost blivet[3119]: link: Volume1_0p1 -> ../md126p1 >Oct 18 02:32:10 localhost blivet[3119]: link: Volume1_0p3 -> ../md126p3 >Oct 18 02:32:10 localhost blivet[3119]: returning Volume1_0p3 >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0p3 ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: link: Volume1_0p2 -> ../md126p2 >Oct 18 02:32:10 localhost blivet[3119]: link: Volume1_0p1 -> ../md126p1 >Oct 18 02:32:10 localhost blivet[3119]: link: Volume1_0p3 -> ../md126p3 >Oct 18 02:32:10 localhost blivet[3119]: link: Volume1_0 -> ../md126 >Oct 18 02:32:10 localhost blivet[3119]: returning Volume1_0 >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d /dev/md/Volume1_0', >'DEVNAME': 'md126', >'DEVPATH': '/devices/virtual/block/md126', >'DEVTYPE': 'disk', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '22fc5314', >'MAJOR': '9', >'MD_CONTAINER': '/dev/md/imsm0', >'MD_DEVICES': '2', >'MD_DEVICE_sda_DEV': '/dev/sda', >'MD_DEVICE_sda_ROLE': '0', >'MD_DEVICE_sdb_DEV': '/dev/sdb', >'MD_DEVICE_sdb_ROLE': '1', >'MD_DEVNAME': 'Volume1_0', >'MD_LEVEL': 'raid0', >'MD_MEMBER': '0', >'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'MINOR': '126', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_MD_CONTAINER': '/dev/md/imsm0', >'UDISKS_MD_DEVICES': '2', >'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', >'UDISKS_MD_DEVICE_sda_ROLE': '0', >'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', >'UDISKS_MD_DEVICE_sdb_ROLE': '1', >'UDISKS_MD_DEVNAME': 'Volume1_0', >'UDISKS_MD_LEVEL': 'raid0', >'UDISKS_MD_MEMBER': '0', >'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'USEC_INITIALIZED': '291350', >'name': 'md126', >'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', >'/dev/md/Volume1_0'], >'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >Oct 18 02:32:10 localhost blivet[3119]: scanning md126 (/devices/virtual/block/md126)... >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: md126 ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned None >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.addUdevDiskDevice: name: md126 ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName: hidden: False ; name: imsm0 ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:10 localhost blivet[3119]: non-existent RAID container size == 1863.03 GiB >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:10 localhost blivet[3119]: non-existent RAID container size == 1863.03 GiB >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByName returned existing 1863.03 GiB mdcontainer imsm0 (10) >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:10 localhost blivet[3119]: non-existent RAID container size == 1863.03 GiB >Oct 18 02:32:10 localhost blivet[3119]: MDRaidArrayDevice._addParent: Volume1_0 ; member: imsm0 ; >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:10 localhost blivet[3119]: non-existent RAID container size == 1863.03 GiB >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:10 localhost blivet[3119]: non-existent RAID container size == 1863.03 GiB >Oct 18 02:32:10 localhost blivet[3119]: Attribute name (mdUuid) which specifies member format's array UUID does not exist for this object (existing 1863.03 GiB mdcontainer imsm0 (10)). >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:10 localhost blivet[3119]: non-existent RAID container size == 1863.03 GiB >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:10 localhost blivet[3119]: non-existent RAID container size == 1863.03 GiB >Oct 18 02:32:10 localhost blivet[3119]: MDRaidArrayDevice.addChild: kids: 0 ; name: imsm0 ; >Oct 18 02:32:10 localhost blivet[3119]: MDRaidArrayDevice.setup: imsm0 ; status: True ; controllable: True ; orig: False ; >Oct 18 02:32:10 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:10 localhost program[3119]: Return code: 0 >Oct 18 02:32:10 localhost program[3119]: Running... mdadm --incremental --quiet /dev/md/imsm0 >Oct 18 02:32:10 localhost kernel: md: export_rdev(sdb) >Oct 18 02:32:10 localhost kernel: md: export_rdev(sda) >Oct 18 02:32:10 localhost program[3119]: Return code: 0 >Oct 18 02:32:10 localhost program[3119]: Running... udevadm settle --timeout=300 >Oct 18 02:32:10 localhost program[3119]: Return code: 0 >Oct 18 02:32:10 localhost blivet[3119]: not going to restore from backup of non-existent /etc/mdadm.conf >Oct 18 02:32:10 localhost anaconda[3119]: running handleException >Oct 18 02:32:10 localhost anaconda[3119]: 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 "/tmp/updates/blivet/__init__.py", line 183, in storageInitialize >storage.reset() > >File "/tmp/updates/blivet/__init__.py", line 479, in reset >self.devicetree.populate(cleanupOnly=cleanupOnly) > >File "/tmp/updates/blivet/devicetree.py", line 2105, in populate >self._populate() > >File "/tmp/updates/blivet/devicetree.py", line 2170, in _populate >self.addUdevDevice(dev) > >File "/tmp/updates/blivet/devicetree.py", line 1180, in addUdevDevice >device = self.addUdevLVDevice(info) > >File "/tmp/updates/blivet/devicetree.py", line 698, in addUdevLVDevice >self.addUdevDevice(pv_info) > >File "/tmp/updates/blivet/devicetree.py", line 1201, in addUdevDevice >device = self.addUdevPartitionDevice(info) > >File "/tmp/updates/blivet/devicetree.py", line 926, in addUdevPartitionDevice >self.addUdevDevice(new_info) > >File "/tmp/updates/blivet/devicetree.py", line 1198, in addUdevDevice >device = self.addUdevDiskDevice(info) > >File "/tmp/updates/blivet/devicetree.py", line 1065, in addUdevDiskDevice >sysfsPath=sysfs_path, **kwargs) > >File "/tmp/updates/blivet/devices.py", line 3737, in __init__ >sysfsPath=sysfsPath) > >File "/tmp/updates/blivet/devices.py", line 2353, in __init__ >super(ContainerDevice, self).__init__(*args, **kwargs) > >File "/tmp/updates/blivet/devices.py", line 575, in __init__ >Device.__init__(self, name, parents=parents) > >File "/tmp/updates/blivet/devices.py", line 268, in __init__ >self.parents = parents > >File "/tmp/updates/blivet/devices.py", line 325, in _setParentList >self._parents.append(parent) > >File "/tmp/updates/blivet/devices.py", line 183, in append >self.appendfunc(y) > >File "/tmp/updates/blivet/devices.py", line 3975, in _addParent >self._size = self.currentSize > >File "/tmp/updates/blivet/devices.py", line 1023, in currentSize >if self.exists and self.partedDevice: > >File "/tmp/updates/blivet/devices.py", line 687, in partedDevice >if self.exists and self.status and not self._partedDevice: > >AttributeError: 'MDRaidArrayDevice' object has no attribute '_partedDevice' >Oct 18 02:32:10 localhost anaconda[3119]: Gtk running, queuing exception handler to the main loop >Oct 18 02:32:10 localhost anaconda[3119]: Thread Done: AnaStorageThread (140490478286592) >Oct 18 02:32:10 localhost packaging[3119]: Updating payload thread state: 2 >Oct 18 02:32:10 localhost packaging[3119]: Updating payload thread state: 3 >Oct 18 02:32:10 localhost anaconda[3119]: Thread Done: AnaTimeInitThread (140490161469184) >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/md/imsm0 >Oct 18 02:32:10 localhost blivet[3119]: non-existent RAID container size == 1863.03 GiB >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByPath: path: /dev/mapper/live-base ; hidden: False ; incomplete: False ; >Oct 18 02:32:10 localhost blivet[3119]: DeviceTree.getDeviceByPath returned existing 6144 MiB dm live-base (78) with existing ext4 filesystem >Oct 18 02:32:10 localhost blivet[3119]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:32:10 localhost program[3119]: Running... mount -t auto -o ro /dev/mapper/live-base /mnt/install/source >Oct 18 02:32:10 localhost kernel: EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Oct 18 02:32:10 localhost kernel: SELinux: initialized (dev dm-1, type ext4), uses xattr >Oct 18 02:32:10 localhost program[3119]: Return code: 0 >Oct 18 02:32:10 localhost packaging[3119]: Updating payload thread state: 5 >Oct 18 02:32:10 localhost anaconda[3119]: Thread Done: AnaPayloadThread (140490136291072) >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/sr0 >Oct 18 02:32:10 localhost blivet[3119]: OpticalDevice.mediaPresent: sr0 ; status: True ; >Oct 18 02:32:10 localhost blivet[3119]: looking up parted Device: /dev/sr0 >Oct 18 02:32:10 localhost program[3119]: Running... journalctl -b >Oct 18 02:32:11 localhost anaconda[3119]: Running kickstart %%traceback script(s) >Oct 18 02:32:11 localhost anaconda[3119]: All kickstart %%traceback script(s) have been run >Oct 18 02:32:11 localhost anaconda[3119]: /usr/lib/python2.7/site-packages/meh/ui/gui.py:79: Warning: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version. >builder.add_from_file(glade_file) >Oct 18 02:32:16 localhost org.gnome.Caribou.Daemon[1542]: ** (caribou:1780): WARNING **: daemon.vala:116: error in focus handler: Message did not receive a reply (timeout by message bus) >Oct 18 02:32:16 localhost dbus[1594]: avc: received setenforce notice (enforcing=1) >Oct 18 02:32:16 localhost dbus[1542]: avc: received setenforce notice (enforcing=1) >Oct 18 02:32:16 localhost dbus[969]: avc: received setenforce notice (enforcing=1) >Oct 18 02:32:16 localhost dbus[3131]: avc: received setenforce notice (enforcing=1) >Oct 18 02:32:16 localhost org.a11y.Bus[1542]: Reloaded configuration >Oct 18 02:32:16 localhost dbus[969]: [system] Reloaded configuration >Oct 18 02:32:57 localhost dbus[1594]: avc: received setenforce notice (enforcing=0) >Oct 18 02:32:57 localhost dbus[1542]: avc: received setenforce notice (enforcing=0) >Oct 18 02:32:57 localhost dbus[3131]: avc: received setenforce notice (enforcing=0) >Oct 18 02:32:57 localhost dbus[969]: avc: received setenforce notice (enforcing=0) >Oct 18 02:32:59 localhost kernel: sdb: unknown partition table >Oct 18 02:32:59 localhost chronyd[975]: Selected source 10.64.54.20 >Oct 18 02:32:59 localhost chronyd[975]: System clock wrong by -39549.022944 seconds, adjustment started >Oct 18 02:32:59 localhost python[3328]: detected unhandled Python exception in '/bin/anaconda-cleanup' >Oct 18 02:32:59 localhost abrt-server[3409]: Deleting problem directory Python-2014-10-18-02:32:59-3328 (dup of Python-2014-10-17-15:31:30-2732) >Oct 18 02:32:59 localhost dbus[969]: [system] Activating service name='org.freedesktop.problems' (using servicehelper) >Oct 18 02:32:59 localhost dbus[969]: [system] Successfully activated service 'org.freedesktop.problems' >Oct 18 02:32:59 localhost gnome-session[1514]: abrt-applet: repeated problem in anaconda-core-21.48.10-1.fc21, not showing the notification >Oct 18 02:32:59 localhost gnome-session[1514]: (gnome-shell:1697): GLib-GObject-WARNING **: The property GtkContainer:resize-mode is deprecated and shouldn't be used anymore. It will be removed in a future version. >'DEVNAME': 'sde', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2014-10-10-01-34-21-00', >'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '64', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '924319', >'name': 'sde', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', >'/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'/dev/disk/by-uuid/2014-10-10-01-34-21-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >name = sde status = True kids = 0 id = 1 >parents = [] >uuid = None size = 1911 MiB >format = existing None >major = 8 minor = 64 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- >model: Generic Flash Disk path: /dev/sde type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 3913728 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: True >hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) >PedDevice: <_ped.Device object at 0x7fec5007c440> >target size = 0 B path = /dev/sde >format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7fec50032f10> >'DEVNAME': 'sde1', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2014-10-10-01-34-21-00', >'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_FLAGS': '0x80', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '0', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '2656256', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '6e9f246b-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '65', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '0', >'USEC_INITIALIZED': '924341', >'name': 'sde1', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', >'/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', >'/dev/disk/by-uuid/2014-10-10-01-34-21-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >'DEVNAME': 'sde2', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'EFI', >'ID_FS_LABEL_ENC': 'EFI', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'vfat', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '4C54-8A45', >'ID_FS_UUID_ENC': '4C54-8A45', >'ID_FS_VERSION': 'FAT12', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_NUMBER': '2', >'ID_PART_ENTRY_OFFSET': '172', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '10164', >'ID_PART_ENTRY_TYPE': '0xef', >'ID_PART_ENTRY_UUID': '6e9f246b-02', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '66', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '924361', >'name': 'sde2', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', >'/dev/disk/by-label/EFI', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', >'/dev/disk/by-uuid/4C54-8A45'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) >'DEVNAME': 'sde3', >'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora_Live', >'ID_FS_LABEL_ENC': 'Fedora\\x20Live', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'hfsplus', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', >'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'Flash_Disk', >'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '6387', >'ID_PART_ENTRY_DISK': '8:64', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '10416', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '40704', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '6e9f246b-03', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '6e9f246b', >'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', >'ID_REVISION': '8.07', >'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', >'ID_SERIAL_SHORT': '5A203520', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'Generic', >'ID_VENDOR_ENC': 'Generic\\x20', >'ID_VENDOR_ID': '058f', >'MAJOR': '8', >'MINOR': '67', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '924386', >'name': 'sde3', >'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', >'/dev/disk/by-label/Fedora\\x20Live', >'/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', >'/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], >'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >'DEVNAME': 'sda', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', >'DEVTYPE': 'disk', >'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_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': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', >'ID_SERIAL_SHORT': 'JR10006PGYE8KF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6099', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', >'MAJOR': '8', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '926717', >'name': 'sda', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', >'/dev/disk/by-id/wwn-0x5000cca6accd6099'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >name = sda status = True kids = 0 id = 6 >parents = [] >uuid = None size = 931.51 GiB >format = existing None >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA HGST HTS721010A9 path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 1953525168 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) >PedDevice: <_ped.Device object at 0x7fec436144d0> >target size = 0 B path = /dev/sda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fec43628090> >'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_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': '156', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', >'ID_SERIAL_SHORT': 'JR10006PGYE8KF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6099', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', >'MAJOR': '8', >'MINOR': '1', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '2513021', >'name': 'sda1', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1', >'/dev/disk/by-id/wwn-0x5000cca6accd6099-part1'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >'DEVNAME': 'sdb', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', >'DEVTYPE': 'disk', >'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_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': '166', >'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', >'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': '7200', >'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': 'isw_raid_member', >'ID_FS_USAGE': 'raid', >'ID_FS_VERSION': '1.0.00', >'ID_MODEL': 'HGST_HTS721010A9E630', >'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'JB0OA3J0', >'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', >'ID_SERIAL_SHORT': 'JR10006PGYE5TF', >'ID_TYPE': 'disk', >'ID_WWN': '0x5000cca6accd6043', >'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', >'MAJOR': '8', >'MINOR': '16', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '927146', >'name': 'sdb', >'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', >'/dev/disk/by-id/wwn-0x5000cca6accd6043'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >name = sdb status = True kids = 0 id = 14 >parents = [] >uuid = None size = 931.51 GiB >format = existing None >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 HGST HTS721010A9 path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 1953525168 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 2 did: 0 busy: False >hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) >PedDevice: <_ped.Device object at 0x7fec43614680> >target size = 0 B path = /dev/sdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fec43640810> >Oct 18 02:33:02 localhost kernel: sdb: unknown partition table >'DEVNAME': 'sr0', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_BUS': 'ata', >'ID_CDROM': '1', >'ID_CDROM_CD': '1', >'ID_CDROM_CD_R': '1', >'ID_CDROM_CD_RW': '1', >'ID_CDROM_DVD': '1', >'ID_CDROM_DVD_PLUS_R': '1', >'ID_CDROM_DVD_PLUS_RW': '1', >'ID_CDROM_DVD_PLUS_R_DL': '1', >'ID_CDROM_DVD_R': '1', >'ID_CDROM_DVD_RAM': '1', >'ID_CDROM_DVD_RW': '1', >'ID_CDROM_MRW': '1', >'ID_CDROM_MRW_W': '1', >'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', >'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'TC00', >'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', >'ID_SERIAL_SHORT': 'S12C6YCF1002SH', >'ID_TYPE': 'cd', >'MAJOR': '11', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':seat:systemd:uaccess:', >'USEC_INITIALIZED': '927769', >'name': 'sr0', >'symlinks': ['/dev/cdrom', >'/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >name = sr0 status = True kids = 0 id = 19 >parents = [] >uuid = None size = 0 >format = existing None >major = 11 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None >target size = 0 B path = /dev/sr0 >format args = [] originalFormat = None >'DEVNAME': 'sdc', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', >'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': '2', >'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': 'Crucial_CT120M500SSD3', >'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', >'ID_REVISION': 'MU03', >'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', >'ID_SERIAL_SHORT': '13270943E9D2', >'ID_TYPE': 'disk', >'ID_WWN': '0x500a07510943e9d2', >'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', >'MAJOR': '8', >'MINOR': '32', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '928468', >'name': 'sdc', >'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', >'/dev/disk/by-id/wwn-0x500a07510943e9d2'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >name = sdc status = True kids = 0 id = 23 >parents = [] >uuid = None size = 111.79 GiB >format = existing None >major = 8 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- >model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 >sectorSize: 512 physicalSectorSize: 4096 >length: 234441648 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 6 did: 0 busy: False >hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) >PedDevice: <_ped.Device object at 0x7fec436145f0> >target size = 0 B path = /dev/sdc >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fec41babd90> >type: msdos primaryPartitionCount: 1 >lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x7fec41bc00d0>] >device: <parted.device.Device object at 0x7fec41bb9e50> >PedDisk: <_ped.Disk object at 0x7fec5c12c560> >'DEVNAME': 'sdc1', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_APM': '1', >'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', >'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': '2', >'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': 'Windows_Boot', >'ID_FS_LABEL_ENC': 'Windows\\x20Boot', >'ID_FS_TYPE': 'ntfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'E6DA15CCDA159A3F', >'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', >'ID_MODEL': 'Crucial_CT120M500SSD3', >'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'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': '234436608', >'ID_PART_ENTRY_TYPE': '0x7', >'ID_PART_ENTRY_UUID': '3dcdcf37-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '3dcdcf37', >'ID_REVISION': 'MU03', >'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', >'ID_SERIAL_SHORT': '13270943E9D2', >'ID_TYPE': 'disk', >'ID_WWN': '0x500a07510943e9d2', >'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', >'MAJOR': '8', >'MINOR': '33', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '1637667', >'name': 'sdc1', >'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', >'/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', >'/dev/disk/by-label/Windows\\x20Boot', >'/dev/disk/by-uuid/E6DA15CCDA159A3F'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >name = sdc1 status = True kids = 0 id = 28 >parents = ['existing 111.79 GiB disk sdc (23) with existing msdos disklabel'] >uuid = None size = 111.79 GiB >format = existing None >major = 8 minor = 33 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- >model: Unknown path: /dev/sdc1 type: 0 >sectorSize: 512 physicalSectorSize: 4096 >length: 234436608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32748 did: 0 busy: False >hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) >PedDevice: <_ped.Device object at 0x7fec43614560> >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 0x7fec41bb9f10> fileSystem: <parted.filesystem.FileSystem object at 0x7fec41bc0590> >number: 1 path: /dev/sdc1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7fec41bc0210> PedPartition: <_ped.Partition object at 0x7fec41bb8d10> >disk = existing 111.79 GiB disk sdc (23) with existing msdos disklabel >start = 2048 end = 234438655 length = 234436608 >flags = boot >'DEVPATH': '/devices/virtual/block/loop0', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '4.0', >'MAJOR': '7', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '974628', >'name': 'loop0', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >name = loop0 status = False kids = 0 id = 36 >parents = ['existing 0 B file /osmin.img (deleted) (33)'] >uuid = None size = 0 B >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 B path = /dev/loop0 >format args = [] originalFormat = None >'DEVPATH': '/devices/virtual/block/loop1', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '974928', >'name': 'loop1', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >name = loop1 status = False kids = 0 id = 44 >parents = ['existing 0 B file /osmin (41)'] >uuid = None size = 0 B >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 B path = /dev/loop1 >format args = [] originalFormat = None >'DEVPATH': '/devices/virtual/block/loop2', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '4.0', >'MAJOR': '7', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975223', >'name': 'loop2', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >name = loop2 status = False kids = 0 id = 52 >parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (49)'] >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 >'DEVNAME': 'loop3', >'DEVPATH': '/devices/virtual/block/loop3', >'DEVTYPE': 'disk', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '7', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975517', >'name': 'loop3', >'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], >'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >name = loop3 status = False kids = 0 id = 60 >parents = ['existing 0 B file /LiveOS/ext3fs.img (57)'] >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/loop3 >format args = [] originalFormat = None >'DEVPATH': '/devices/virtual/block/loop4', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '4', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '975813', >'name': 'loop4', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >name = loop4 status = False kids = 0 id = 68 >parents = ['existing 0 B file /overlay (deleted) (65)'] >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/loop4 >format args = [] originalFormat = None >'DEVNAME': 'dm-0', >'DEVPATH': '/devices/virtual/block/dm-0', >'DEVTYPE': 'disk', >'DM_NAME': 'live-rw', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '11532', >'name': 'dm-0', >'symlinks': ['/dev/disk/by-id/dm-name-live-rw', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-rw'], >'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >name = live-rw status = True kids = 0 id = 73 >parents = ['existing 0 B loop loop4 (68)'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: True >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7fec436149e0> >target size = 0 B path = /dev/mapper/live-rw >format args = [] originalFormat = None target = None dmUuid = None >'DEVNAME': 'dm-1', >'DEVPATH': '/devices/virtual/block/dm-1', >'DEVTYPE': 'disk', >'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': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '17479', >'name': 'dm-1', >'symlinks': ['/dev/disk/by-id/dm-name-live-base', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-base'], >'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >name = live-base status = True kids = 0 id = 78 >parents = ['existing 0 B loop loop3 (60) with existing ext4 filesystem'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19515 did: 24387 busy: False >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7fec43614950> >target size = 0 B path = /dev/mapper/live-base >format args = [] originalFormat = None target = None dmUuid = None >'DEVNAME': 'dm-2', >'DEVPATH': '/devices/virtual/block/dm-2', >'DEVTYPE': 'disk', >'DM_NAME': 'live-osimg-min', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Wor', >'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '25184', >'name': 'dm-2', >'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', >'/dev/disk/by-label/_Fedora-Live-Wor', >'/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', >'/dev/mapper/live-osimg-min'], >'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >name = live-osimg-min status = True kids = 0 id = 83 >parents = ['existing 0 B loop loop3 (60) with existing ext4 filesystem'] >uuid = None size = 6144 MiB >format = existing None >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 12582912 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 16723 did: 17735 busy: False >hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) >PedDevice: <_ped.Device object at 0x7fec43614a70> >target size = 0 B path = /dev/mapper/live-osimg-min >format args = [] originalFormat = None target = None dmUuid = None >'DEVNAME': 'dm-3', >'DEVPATH': '/devices/virtual/block/dm-3', >'DEVTYPE': 'disk', >'DM_LV_NAME': 'swap', >'DM_NAME': 'fedora-swap', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'swap', >'ID_FS_USAGE': 'other', >'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', >'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '846762', >'name': 'dm-3', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', >'/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', >'/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', >'/dev/fedora/swap', >'/dev/mapper/fedora-swap'], >'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >'DEVNAME': 'md126p3', >'DEVPATH': '/devices/virtual/block/md126/md126p3', >'DEVTYPE': 'partition', >'ID_FS_TYPE': 'LVM2_member', >'ID_FS_USAGE': 'raid', >'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'ID_FS_VERSION': 'LVM2 001', >'ID_PART_ENTRY_DISK': '9:126', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '3174010880', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '732983296', >'ID_PART_ENTRY_TYPE': '0x8e', >'ID_PART_ENTRY_UUID': '22fc5314-03', >'MAJOR': '259', >'MD_CONTAINER': '/dev/md/imsm0', >'MD_DEVICES': '2', >'MD_DEVICE_sda_DEV': '/dev/sda', >'MD_DEVICE_sda_ROLE': '0', >'MD_DEVICE_sdb_DEV': '/dev/sdb', >'MD_DEVICE_sdb_ROLE': '1', >'MD_DEVNAME': 'Volume1_0', >'MD_LEVEL': 'raid0', >'MD_MEMBER': '0', >'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'MINOR': '2', >'SUBSYSTEM': 'block', >'SYSTEMD_READY': '0', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '352678', >'name': 'md126p3', >'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', >'/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', >'/dev/md/Volume1_0p3'], >'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >'DEVNAME': 'md126', >'DEVPATH': '/devices/virtual/block/md126', >'DEVTYPE': 'disk', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '22fc5314', >'MAJOR': '9', >'MD_CONTAINER': '/dev/md/imsm0', >'MD_DEVICES': '2', >'MD_DEVICE_sda_DEV': '/dev/sda', >'MD_DEVICE_sda_ROLE': '0', >'MD_DEVICE_sdb_DEV': '/dev/sdb', >'MD_DEVICE_sdb_ROLE': '1', >'MD_DEVNAME': 'Volume1_0', >'MD_LEVEL': 'raid0', >'MD_MEMBER': '0', >'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'MINOR': '126', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_MD_CONTAINER': '/dev/md/imsm0', >'UDISKS_MD_DEVICES': '2', >'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', >'UDISKS_MD_DEVICE_sda_ROLE': '0', >'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', >'UDISKS_MD_DEVICE_sdb_ROLE': '1', >'UDISKS_MD_DEVNAME': 'Volume1_0', >'UDISKS_MD_LEVEL': 'raid0', >'UDISKS_MD_MEMBER': '0', >'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', >'USEC_INITIALIZED': '291350', >'name': 'md126', >'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', >'/dev/md/Volume1_0'], >'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >Oct 18 02:33:05 localhost kernel: md: export_rdev(sdb) >Oct 18 02:33:05 localhost kernel: md: export_rdev(sda) > >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 "/tmp/updates/blivet/__init__.py", line 183, in storageInitialize >storage.reset() > >File "/tmp/updates/blivet/__init__.py", line 479, in reset >self.devicetree.populate(cleanupOnly=cleanupOnly) > >File "/tmp/updates/blivet/devicetree.py", line 2105, in populate >self._populate() > >File "/tmp/updates/blivet/devicetree.py", line 2170, in _populate >self.addUdevDevice(dev) > >File "/tmp/updates/blivet/devicetree.py", line 1180, in addUdevDevice >device = self.addUdevLVDevice(info) > >File "/tmp/updates/blivet/devicetree.py", line 698, in addUdevLVDevice >self.addUdevDevice(pv_info) > >File "/tmp/updates/blivet/devicetree.py", line 1201, in addUdevDevice >device = self.addUdevPartitionDevice(info) > >File "/tmp/updates/blivet/devicetree.py", line 926, in addUdevPartitionDevice >self.addUdevDevice(new_info) > >File "/tmp/updates/blivet/devicetree.py", line 1198, in addUdevDevice >device = self.addUdevDiskDevice(info) > >File "/tmp/updates/blivet/devicetree.py", line 1065, in addUdevDiskDevice >sysfsPath=sysfs_path, **kwargs) > >File "/tmp/updates/blivet/devices.py", line 3737, in __init__ >sysfsPath=sysfsPath) > >File "/tmp/updates/blivet/devices.py", line 2353, in __init__ >super(ContainerDevice, self).__init__(*args, **kwargs) > >File "/tmp/updates/blivet/devices.py", line 575, in __init__ >Device.__init__(self, name, parents=parents) > >File "/tmp/updates/blivet/devices.py", line 268, in __init__ >self.parents = parents > >File "/tmp/updates/blivet/devices.py", line 325, in _setParentList >self._parents.append(parent) > >File "/tmp/updates/blivet/devices.py", line 183, in append >self.appendfunc(y) > >File "/tmp/updates/blivet/devices.py", line 3975, in _addParent >self._size = self.currentSize > >File "/tmp/updates/blivet/devices.py", line 1023, in currentSize >if self.exists and self.partedDevice: > >File "/tmp/updates/blivet/devices.py", line 687, in partedDevice >if self.exists and self.status and not self._partedDevice: > >AttributeError: 'MDRaidArrayDevice' object has no attribute '_partedDevice' >Oct 18 02:33:06 localhost systemd[1493]: Time has been changed > > > >/tmp/anaconda.log: >15:31:31,400 INFO anaconda: /sbin/anaconda 21.48.10-1 >15:31:31,447 INFO anaconda: 8126464 kB (7936 MB) are available >15:31:31,559 INFO anaconda: check_memory(): total:8126464, needed:320, graphical:410 >15:31:31,560 INFO anaconda: Switching logging level to debug >15:31:31,571 INFO anaconda: Unable to inhibit the screensaver: Failed to call Inhibit method on /org/freedesktop/ScreenSaver with ('anaconda', 'Installing') arguments: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files >15:31:31,571 INFO anaconda: Not doing 'start audit daemon' in live installation >15:31:31,572 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base', '--updates=/home/liveuser/Documents/updates.img'] >15:31:31,572 INFO anaconda: Default encoding = ascii >15:31:31,592 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >15:31:32,064 INFO anaconda: Display mode = g >15:31:32,065 INFO anaconda: 8126464 kB (7936 MB) are available >15:31:32,169 INFO anaconda: check_memory(): total:8126464, needed:320, graphical:410 >15:31:32,255 INFO anaconda: _Fedora is the highest priority installclass, using it >15:31:32,258 INFO anaconda: bootloader GRUB2 on X86 platform >15:31:32,272 INFO anaconda: bootloader GRUB2 on X86 platform >15:31:32,282 DEBUG anaconda: network: devices found ['enp5s0f2', 'wlp6s0', 'virbr0'] >15:31:32,361 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on enp5s0f2 >15:31:32,387 DEBUG anaconda: network: setting autoconnect of enp5s0f2 to False >15:31:32,394 DEBUG anaconda: network: missing ifcfgs created for devices ['enp5s0f2'] >15:31:32,493 DEBUG anaconda: updating hostname localhost.localdomain >15:31:32,511 INFO anaconda: Running Thread: AnaStorageThread (140680661669632) >15:31:32,512 INFO anaconda: Running Thread: AnaTimeInitThread (140680345028352) >15:31:32,512 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140680336635648) >15:31:32,513 INFO anaconda: Running Thread: AnaPayloadRestartThread (140680328242944) >15:31:32,514 INFO anaconda: Running Thread: AnaPayloadThread (140680110274304) >15:31:32,514 INFO anaconda: Thread Done: AnaPayloadRestartThread (140680328242944) >15:31:32,600 DEBUG anaconda: updating hostname localhost.localdomain >15:31:32,640 INFO anaconda: got 2 NTP servers from DHCP >15:31:32,641 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140680336635648) >15:31:32,677 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140680336635648) >15:31:32,677 INFO anaconda: Not doing 'start chronyd' in live installation >15:31:32,678 INFO anaconda: Starting geolocation lookup >15:31:32,679 INFO anaconda: Geolocation provider: Fedora GeoIP >15:31:32,946 DEBUG anaconda: Window scale set to 1 by XSETTINGS, not scaling >15:31:32,955 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:31:32,970 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:31:32,971 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:31:32,971 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:31:32,972 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:31:32,974 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:31:32,974 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:31:32,990 INFO anaconda: Not doing 'activate layouts' in live installation >15:31:33,210 INFO anaconda: Geolocation lookup finished in 0.5 seconds >15:31:33,210 INFO anaconda: got results from geolocation >15:31:33,210 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140680336635648) >15:31:33,450 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >15:31:33,462 WARN anaconda: logo image is missing, using a substitute >15:31:36,935 DEBUG anaconda: running handleException >15:31:36,936 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 183, in storageInitialize > storage.reset() > > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 479, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2105, in populate > self._populate() > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2170, in _populate > self.addUdevDevice(dev) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1180, in addUdevDevice > device = self.addUdevLVDevice(info) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 698, in addUdevLVDevice > self.addUdevDevice(pv_info) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1201, in addUdevDevice > device = self.addUdevPartitionDevice(info) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 926, in addUdevPartitionDevice > self.addUdevDevice(new_info) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1198, in addUdevDevice > device = self.addUdevDiskDevice(info) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1065, in addUdevDiskDevice > sysfsPath=sysfs_path, **kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3690, in __init__ > sysfsPath=sysfsPath) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2349, in __init__ > super(ContainerDevice, self).__init__(*args, **kwargs) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 570, in __init__ > Device.__init__(self, name, parents=parents) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 268, in __init__ > self.parents = parents > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 325, in _setParentList > self._parents.append(parent) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 183, in append > self.appendfunc(y) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3909, in _addParent > super(MDRaidArrayDevice, self)._addParent(member) > > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2379, in _addParent > getattr(member.format, self._formatUUIDAttr) != self.uuid: > >AttributeError: 'DeviceFormat' object has no attribute 'mdUuid' > >15:31:36,936 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >15:31:36,936 INFO anaconda: Thread Done: AnaStorageThread (140680661669632) >15:31:36,937 DEBUG anaconda: _is_valid_disklabel(sdc1) returning True >15:31:36,938 DEBUG anaconda: _is_valid_size(sdc1) returning True >15:31:36,939 DEBUG anaconda: _is_valid_location(sdc1) returning True >15:31:36,940 DEBUG anaconda: _is_valid_partition(sdc1) returning True >15:31:36,940 DEBUG anaconda: _is_valid_format(sdc1) returning True >15:31:36,942 DEBUG anaconda: is_valid_stage2_device(sdc1) returning True >15:31:36,950 INFO anaconda: Thread Done: AnaPayloadThread (140680110274304) >02:30:46,015 INFO anaconda: Thread Done: AnaTimeInitThread (140680345028352) >02:30:46,719 INFO anaconda: Running kickstart %%traceback script(s) >02:30:46,719 INFO anaconda: All kickstart %%traceback script(s) have been run >02:30:46,725 WARN anaconda: /usr/lib/python2.7/site-packages/meh/ui/gui.py:79: Warning: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version. > builder.add_from_file(glade_file) > >02:32:05,055 INFO anaconda: /sbin/anaconda 21.48.10-1 >02:32:05,090 INFO anaconda: 8126464 kB (7936 MB) are available >02:32:05,194 INFO anaconda: check_memory(): total:8126464, needed:320, graphical:410 >02:32:05,195 INFO anaconda: Switching logging level to debug >02:32:05,208 INFO anaconda: Unable to inhibit the screensaver: Failed to call Inhibit method on /org/freedesktop/ScreenSaver with ('anaconda', 'Installing') arguments: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files >02:32:05,208 INFO anaconda: Not doing 'start audit daemon' in live installation >02:32:05,208 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base', '--updates=file:///home/liveuser/Documents/updates.img'] >02:32:05,208 INFO anaconda: Default encoding = ascii >02:32:05,231 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >02:32:05,790 INFO anaconda: Display mode = g >02:32:05,790 INFO anaconda: 8126464 kB (7936 MB) are available >02:32:05,894 INFO anaconda: check_memory(): total:8126464, needed:320, graphical:410 >02:32:05,964 INFO anaconda: _Fedora is the highest priority installclass, using it >02:32:05,967 INFO anaconda: bootloader GRUB2 on X86 platform >02:32:05,981 INFO anaconda: bootloader GRUB2 on X86 platform >02:32:05,994 DEBUG anaconda: network: devices found ['enp5s0f2', 'wlp6s0', 'virbr0'] >02:32:06,141 DEBUG anaconda: updating hostname localhost.localdomain >02:32:06,157 INFO anaconda: Running Thread: AnaStorageThread (140490478286592) >02:32:06,157 INFO anaconda: Running Thread: AnaTimeInitThread (140490161469184) >02:32:06,158 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140490153076480) >02:32:06,159 INFO anaconda: Running Thread: AnaPayloadRestartThread (140490144683776) >02:32:06,159 INFO anaconda: Thread Done: AnaPayloadRestartThread (140490144683776) >02:32:06,159 INFO anaconda: Running Thread: AnaPayloadThread (140490136291072) >02:32:06,247 DEBUG anaconda: updating hostname localhost.localdomain >02:32:06,282 INFO anaconda: got 2 NTP servers from DHCP >02:32:06,285 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140490153076480) >02:32:06,356 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140490153076480) >02:32:06,357 INFO anaconda: Not doing 'start chronyd' in live installation >02:32:06,358 INFO anaconda: Starting geolocation lookup >02:32:06,359 INFO anaconda: Geolocation provider: Fedora GeoIP >02:32:06,546 DEBUG anaconda: Window scale set to 1 by XSETTINGS, not scaling >02:32:06,553 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:32:06,556 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:32:06,556 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:32:06,557 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:32:06,557 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:32:06,557 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:32:06,558 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:32:06,576 INFO anaconda: Not doing 'activate layouts' in live installation >02:32:06,781 INFO anaconda: Geolocation lookup finished in 0.4 seconds >02:32:06,782 INFO anaconda: got results from geolocation >02:32:06,782 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140490153076480) >02:32:07,142 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >02:32:07,145 WARN anaconda: logo image is missing, using a substitute >02:32:10,169 DEBUG anaconda: running handleException >02:32:10,170 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/tmp/updates/blivet/__init__.py", line 183, in storageInitialize > storage.reset() > > File "/tmp/updates/blivet/__init__.py", line 479, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > > File "/tmp/updates/blivet/devicetree.py", line 2105, in populate > self._populate() > > File "/tmp/updates/blivet/devicetree.py", line 2170, in _populate > self.addUdevDevice(dev) > > File "/tmp/updates/blivet/devicetree.py", line 1180, in addUdevDevice > device = self.addUdevLVDevice(info) > > File "/tmp/updates/blivet/devicetree.py", line 698, in addUdevLVDevice > self.addUdevDevice(pv_info) > > File "/tmp/updates/blivet/devicetree.py", line 1201, in addUdevDevice > device = self.addUdevPartitionDevice(info) > > File "/tmp/updates/blivet/devicetree.py", line 926, in addUdevPartitionDevice > self.addUdevDevice(new_info) > > File "/tmp/updates/blivet/devicetree.py", line 1198, in addUdevDevice > device = self.addUdevDiskDevice(info) > > File "/tmp/updates/blivet/devicetree.py", line 1065, in addUdevDiskDevice > sysfsPath=sysfs_path, **kwargs) > > File "/tmp/updates/blivet/devices.py", line 3737, in __init__ > sysfsPath=sysfsPath) > > File "/tmp/updates/blivet/devices.py", line 2353, in __init__ > super(ContainerDevice, self).__init__(*args, **kwargs) > > File "/tmp/updates/blivet/devices.py", line 575, in __init__ > Device.__init__(self, name, parents=parents) > > File "/tmp/updates/blivet/devices.py", line 268, in __init__ > self.parents = parents > > File "/tmp/updates/blivet/devices.py", line 325, in _setParentList > self._parents.append(parent) > > File "/tmp/updates/blivet/devices.py", line 183, in append > self.appendfunc(y) > > File "/tmp/updates/blivet/devices.py", line 3975, in _addParent > self._size = self.currentSize > > File "/tmp/updates/blivet/devices.py", line 1023, in currentSize > if self.exists and self.partedDevice: > > File "/tmp/updates/blivet/devices.py", line 687, in partedDevice > if self.exists and self.status and not self._partedDevice: > >AttributeError: 'MDRaidArrayDevice' object has no attribute '_partedDevice' > >02:32:10,170 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >02:32:10,170 INFO anaconda: Thread Done: AnaStorageThread (140490478286592) >02:32:10,182 INFO anaconda: Thread Done: AnaTimeInitThread (140490161469184) >02:32:10,229 INFO anaconda: Thread Done: AnaPayloadThread (140490136291072) >02:32:11,370 INFO anaconda: Running kickstart %%traceback script(s) >02:32:11,370 INFO anaconda: All kickstart %%traceback script(s) have been run >02:32:11,371 WARN anaconda: /usr/lib/python2.7/site-packages/meh/ui/gui.py:79: Warning: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version. > builder.add_from_file(glade_file) > >02:33:00,694 INFO anaconda: /sbin/anaconda 21.48.10-1 >02:33:00,724 INFO anaconda: 8126464 kB (7936 MB) are available >02:33:00,828 INFO anaconda: check_memory(): total:8126464, needed:320, graphical:410 >02:33:00,828 INFO anaconda: Switching logging level to debug >02:33:00,837 INFO anaconda: Unable to inhibit the screensaver: Failed to call Inhibit method on /org/freedesktop/ScreenSaver with ('anaconda', 'Installing') arguments: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files >02:33:00,838 INFO anaconda: Not doing 'start audit daemon' in live installation >02:33:00,838 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base', '--updates=file:///home/liveuser/Documents/updates.img'] >02:33:00,838 INFO anaconda: Default encoding = ascii >02:33:00,858 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >02:33:01,292 INFO anaconda: Display mode = g >02:33:01,293 INFO anaconda: 8126464 kB (7936 MB) are available >02:33:01,397 INFO anaconda: check_memory(): total:8126464, needed:320, graphical:410 >02:33:01,465 INFO anaconda: _Fedora is the highest priority installclass, using it >02:33:01,468 INFO anaconda: bootloader GRUB2 on X86 platform >02:33:01,481 INFO anaconda: bootloader GRUB2 on X86 platform >02:33:01,491 DEBUG anaconda: network: devices found ['enp5s0f2', 'wlp6s0', 'virbr0'] >02:33:01,617 DEBUG anaconda: updating hostname localhost.localdomain >02:33:01,627 INFO anaconda: Running Thread: AnaStorageThread (140653282154240) >02:33:01,627 INFO anaconda: Running Thread: AnaTimeInitThread (140652965304064) >02:33:01,628 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140652956911360) >02:33:01,628 INFO anaconda: Running Thread: AnaPayloadRestartThread (140652948518656) >02:33:01,629 INFO anaconda: Running Thread: AnaPayloadThread (140652940125952) >02:33:01,629 INFO anaconda: Thread Done: AnaPayloadRestartThread (140652948518656) >02:33:01,709 DEBUG anaconda: updating hostname localhost.localdomain >02:33:01,736 INFO anaconda: got 2 NTP servers from DHCP >02:33:01,738 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140652956911360) >02:33:01,742 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140652956911360) >02:33:01,743 INFO anaconda: Not doing 'start chronyd' in live installation >02:33:01,743 INFO anaconda: Starting geolocation lookup >02:33:01,744 INFO anaconda: Geolocation provider: Fedora GeoIP >02:33:01,909 DEBUG anaconda: Window scale set to 1 by XSETTINGS, not scaling >02:33:01,916 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:33:01,917 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:33:01,917 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:33:01,918 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:33:01,918 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:33:01,918 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:33:01,918 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:138: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >02:33:01,931 INFO anaconda: Not doing 'activate layouts' in live installation >02:33:02,123 INFO anaconda: Geolocation lookup finished in 0.4 seconds >02:33:02,123 INFO anaconda: got results from geolocation >02:33:02,123 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140652956911360) >02:33:02,354 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >02:33:02,356 WARN anaconda: logo image is missing, using a substitute >02:33:05,403 DEBUG anaconda: running handleException >02:33:05,403 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/tmp/updates/blivet/__init__.py", line 183, in storageInitialize > storage.reset() > > File "/tmp/updates/blivet/__init__.py", line 479, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > > File "/tmp/updates/blivet/devicetree.py", line 2105, in populate > self._populate() > > File "/tmp/updates/blivet/devicetree.py", line 2170, in _populate > self.addUdevDevice(dev) > > File "/tmp/updates/blivet/devicetree.py", line 1180, in addUdevDevice > device = self.addUdevLVDevice(info) > > File "/tmp/updates/blivet/devicetree.py", line 698, in addUdevLVDevice > self.addUdevDevice(pv_info) > > File "/tmp/updates/blivet/devicetree.py", line 1201, in addUdevDevice > device = self.addUdevPartitionDevice(info) > > File "/tmp/updates/blivet/devicetree.py", line 926, in addUdevPartitionDevice > self.addUdevDevice(new_info) > > File "/tmp/updates/blivet/devicetree.py", line 1198, in addUdevDevice > device = self.addUdevDiskDevice(info) > > File "/tmp/updates/blivet/devicetree.py", line 1065, in addUdevDiskDevice > sysfsPath=sysfs_path, **kwargs) > > File "/tmp/updates/blivet/devices.py", line 3737, in __init__ > sysfsPath=sysfsPath) > > File "/tmp/updates/blivet/devices.py", line 2353, in __init__ > super(ContainerDevice, self).__init__(*args, **kwargs) > > File "/tmp/updates/blivet/devices.py", line 575, in __init__ > Device.__init__(self, name, parents=parents) > > File "/tmp/updates/blivet/devices.py", line 268, in __init__ > self.parents = parents > > File "/tmp/updates/blivet/devices.py", line 325, in _setParentList > self._parents.append(parent) > > File "/tmp/updates/blivet/devices.py", line 183, in append > self.appendfunc(y) > > File "/tmp/updates/blivet/devices.py", line 3975, in _addParent > self._size = self.currentSize > > File "/tmp/updates/blivet/devices.py", line 1023, in currentSize > if self.exists and self.partedDevice: > > File "/tmp/updates/blivet/devices.py", line 687, in partedDevice > if self.exists and self.status and not self._partedDevice: > >AttributeError: 'MDRaidArrayDevice' object has no attribute '_partedDevice' > >02:33:05,403 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >02:33:05,404 INFO anaconda: Thread Done: AnaStorageThread (140653282154240) >02:33:05,405 DEBUG anaconda: _is_valid_disklabel(sdc1) returning True >02:33:05,406 DEBUG anaconda: _is_valid_size(sdc1) returning True >02:33:05,406 DEBUG anaconda: _is_valid_location(sdc1) returning True >02:33:05,407 DEBUG anaconda: _is_valid_partition(sdc1) returning True >02:33:05,408 DEBUG anaconda: _is_valid_format(sdc1) returning True >02:33:05,408 DEBUG anaconda: is_valid_stage2_device(sdc1) returning True >02:33:05,417 INFO anaconda: Thread Done: AnaPayloadThread (140652940125952) >02:33:06,098 INFO anaconda: Thread Done: AnaTimeInitThread (140652965304064) > > >/tmp/packaging.log: >15:31:32,512 DEBUG packaging: Restarting payload thread >15:31:32,514 DEBUG packaging: Updating payload thread state: 0 >15:31:32,514 DEBUG packaging: Updating payload thread state: 1 >02:32:06,158 DEBUG packaging: Restarting payload thread >02:32:06,162 DEBUG packaging: Updating payload thread state: 0 >02:32:06,162 DEBUG packaging: Updating payload thread state: 1 >02:32:10,171 DEBUG packaging: Updating payload thread state: 2 >02:32:10,171 DEBUG packaging: Updating payload thread state: 3 >02:32:10,229 DEBUG packaging: Updating payload thread state: 5 >02:33:01,627 DEBUG packaging: Restarting payload thread >02:33:01,629 DEBUG packaging: Updating payload thread state: 0 >02:33:01,629 DEBUG packaging: Updating payload thread state: 1 > > >/tmp/program.log: >15:31:29,212 INFO program: Running... udevadm settle --timeout=300 >15:31:29,220 DEBUG program: Return code: 0 >15:31:29,221 INFO program: Running... udevadm settle --timeout=300 >15:31:29,227 DEBUG program: Return code: 0 >15:31:29,237 INFO program: Running... multipath -c /dev/sde >15:31:29,244 INFO program: Oct 17 15:31:29 | /etc/multipath.conf does not exist, blacklisting all devices. >15:31:29,244 INFO program: Oct 17 15:31:29 | A default multipath.conf file is located at >15:31:29,245 INFO program: Oct 17 15:31:29 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >15:31:29,245 INFO program: Oct 17 15:31:29 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >15:31:29,245 INFO program: /dev/sde is not a valid multipath device path >15:31:29,245 DEBUG program: Return code: 1 >15:31:29,275 INFO program: Running... multipath -c /dev/sdd >15:31:29,278 INFO program: Oct 17 15:31:29 | /etc/multipath.conf does not exist, blacklisting all devices. >15:31:29,278 INFO program: Oct 17 15:31:29 | A default multipath.conf file is located at >15:31:29,278 INFO program: Oct 17 15:31:29 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >15:31:29,278 INFO program: Oct 17 15:31:29 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >15:31:29,278 INFO program: /dev/sdd is not a valid multipath device path >15:31:29,279 DEBUG program: Return code: 1 >15:31:29,341 INFO program: Running... mdadm --examine --export /dev/sda >15:31:29,494 INFO program: MD_METADATA=imsm >15:31:29,494 INFO program: MD_LEVEL=container >15:31:29,494 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >15:31:29,494 INFO program: MD_DEVICES=2 >15:31:29,494 DEBUG program: Return code: 0 >15:31:29,495 INFO program: Running... mdadm --examine --brief /dev/sda >15:31:29,501 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >15:31:29,501 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >15:31:29,501 DEBUG program: Return code: 0 >15:31:29,504 INFO program: Running... udevadm settle --timeout=300 >15:31:29,560 DEBUG program: Return code: 0 >15:31:29,576 INFO program: Running... mdadm --examine --export /dev/sdb >15:31:29,688 INFO program: MD_METADATA=imsm >15:31:29,688 INFO program: MD_LEVEL=container >15:31:29,688 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >15:31:29,688 INFO program: MD_DEVICES=2 >15:31:29,688 DEBUG program: Return code: 0 >15:31:29,688 INFO program: Running... mdadm --examine --brief /dev/sdb >15:31:29,696 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >15:31:29,697 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >15:31:29,697 DEBUG program: Return code: 0 >15:31:29,998 INFO program: Running... multipath -c /dev/sdc >15:31:30,001 INFO program: Oct 17 15:31:30 | /etc/multipath.conf does not exist, blacklisting all devices. >15:31:30,001 INFO program: Oct 17 15:31:30 | A default multipath.conf file is located at >15:31:30,002 INFO program: Oct 17 15:31:30 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >15:31:30,002 INFO program: Oct 17 15:31:30 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >15:31:30,002 INFO program: /dev/sdc is not a valid multipath device path >15:31:30,002 DEBUG program: Return code: 1 >15:31:31,447 INFO program: Running... losetup --list >15:31:31,602 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >15:31:31,611 DEBUG program: Return code: 0 >15:31:31,612 INFO program: Running... udevadm settle --timeout=300 >15:31:32,024 DEBUG program: Return code: 0 >15:31:32,025 INFO program: Running... modprobe fcoe >15:31:32,044 DEBUG program: Return code: 0 >15:31:32,044 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >15:31:32,055 INFO program: No FCoE boot disk information is found in EDD! >15:31:32,055 DEBUG program: Return code: 1 >15:31:32,065 INFO program: Running... losetup --list >15:31:32,514 INFO program: Running... udevadm settle --timeout=300 >15:31:32,524 DEBUG program: Return code: 0 >15:31:32,524 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >15:31:32,552 DEBUG program: Return code: 0 >15:31:32,553 INFO program: Running... udevadm settle --timeout=300 >15:31:32,560 DEBUG program: Return code: 0 >15:31:32,568 INFO program: Running... udevadm settle --timeout=300 >15:31:32,578 DEBUG program: Return code: 0 >15:31:32,596 INFO program: Running... multipath -c /dev/sde >15:31:32,602 INFO program: /dev/sde is not a valid multipath device path >15:31:32,602 DEBUG program: Return code: 1 >15:31:32,667 INFO program: Running... multipath -c /dev/sdd >15:31:32,672 INFO program: /dev/sdd is not a valid multipath device path >15:31:32,672 DEBUG program: Return code: 1 >15:31:33,042 INFO program: Running... mdadm --examine --export /dev/sda >15:31:33,128 INFO program: MD_METADATA=imsm >15:31:33,130 INFO program: MD_LEVEL=container >15:31:33,130 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >15:31:33,130 INFO program: MD_DEVICES=2 >15:31:33,130 DEBUG program: Return code: 0 >15:31:33,130 INFO program: Running... mdadm --examine --brief /dev/sda >15:31:33,216 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >15:31:33,216 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >15:31:33,216 DEBUG program: Return code: 0 >15:31:33,220 INFO program: Running... udevadm settle --timeout=300 >15:31:33,229 DEBUG program: Return code: 0 >15:31:33,239 INFO program: Running... udevadm settle --timeout=300 >15:31:33,247 DEBUG program: Return code: 0 >15:31:33,247 INFO program: Running... mdadm --incremental --quiet /dev/sda >15:31:33,253 DEBUG program: Return code: 1 >15:31:33,280 INFO program: Running... mdadm --examine --export /dev/sdb >15:31:33,369 INFO program: MD_METADATA=imsm >15:31:33,370 INFO program: MD_LEVEL=container >15:31:33,370 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >15:31:33,370 INFO program: MD_DEVICES=2 >15:31:33,370 DEBUG program: Return code: 0 >15:31:33,370 INFO program: Running... mdadm --examine --brief /dev/sdb >15:31:33,436 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >15:31:33,437 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >15:31:33,437 DEBUG program: Return code: 0 >15:31:33,479 INFO program: Running... udevadm settle --timeout=300 >15:31:33,488 DEBUG program: Return code: 0 >15:31:33,488 INFO program: Running... mdadm --incremental --quiet /dev/sdb >15:31:33,494 DEBUG program: Return code: 1 >15:31:34,047 INFO program: Running... multipath -c /dev/sdc >15:31:34,052 INFO program: /dev/sdc is not a valid multipath device path >15:31:34,052 DEBUG program: Return code: 1 >15:31:34,154 INFO program: Running... ntfsinfo -m /dev/sdc1 >15:31:34,197 INFO program: Volume Information >15:31:34,197 INFO program: Name of device: /dev/sdc1 >15:31:34,198 INFO program: Device state: 11 >15:31:34,198 INFO program: Volume Name: Windows Boot >15:31:34,198 INFO program: Volume State: 91 >15:31:34,198 INFO program: Volume Flags: 0x0000 >15:31:34,198 INFO program: Volume Version: 3.1 >15:31:34,198 INFO program: Sector Size: 512 >15:31:34,198 INFO program: Cluster Size: 4096 >15:31:34,198 INFO program: Index Block Size: 4096 >15:31:34,199 INFO program: Volume Size in Clusters: 29304575 >15:31:34,199 INFO program: MFT Information >15:31:34,199 INFO program: MFT Record Size: 1024 >15:31:34,199 INFO program: MFT Zone Multiplier: 0 >15:31:34,199 INFO program: MFT Data Position: 24 >15:31:34,199 INFO program: MFT Zone Start: 786432 >15:31:34,199 INFO program: MFT Zone End: 4449503 >15:31:34,199 INFO program: MFT Zone Position: 786432 >15:31:34,199 INFO program: Current Position in First Data Zone: 4449503 >15:31:34,200 INFO program: Current Position in Second Data Zone: 0 >15:31:34,200 INFO program: Allocated clusters 83072 (0.3%) >15:31:34,200 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >15:31:34,200 INFO program: FILE_MFTMirr Size: 4 >15:31:34,200 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >15:31:34,200 INFO program: Size of Attribute Definition Table: 2560 >15:31:34,200 INFO program: Number of Attached Extent Inodes: 0 >15:31:34,200 INFO program: FILE_Bitmap Information >15:31:34,200 INFO program: FILE_Bitmap MFT Record Number: 6 >15:31:34,200 INFO program: State of FILE_Bitmap Inode: 80 >15:31:34,201 INFO program: Length of Attribute List: 0 >15:31:34,201 INFO program: Number of Attached Extent Inodes: 0 >15:31:34,201 INFO program: FILE_Bitmap Data Attribute Information >15:31:34,201 INFO program: Decompressed Runlist: not done yet >15:31:34,201 INFO program: Base Inode: 6 >15:31:34,201 INFO program: Attribute Types: not done yet >15:31:34,201 INFO program: Attribute Name Length: 0 >15:31:34,201 INFO program: Attribute State: 3 >15:31:34,201 INFO program: Attribute Allocated Size: 3665920 >15:31:34,202 INFO program: Attribute Data Size: 3663072 >15:31:34,202 INFO program: Attribute Initialized Size: 3663072 >15:31:34,202 INFO program: Attribute Compressed Size: 0 >15:31:34,202 INFO program: Compression Block Size: 0 >15:31:34,202 INFO program: Compression Block Size Bits: 0 >15:31:34,203 INFO program: Compression Block Clusters: 0 >15:31:34,203 INFO program: Free Clusters: 10750972 (36.7%) >15:31:34,203 DEBUG program: Return code: 0 >15:31:34,206 INFO program: Running... ntfsresize -m /dev/sdc1 >15:31:36,612 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >15:31:36,612 INFO program: Minsize (in MB): 75996 >15:31:36,612 DEBUG program: Return code: 0 >15:31:36,664 INFO program: Running... dumpe2fs -h /dev/loop3 >15:31:36,676 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:31:36,677 INFO program: Filesystem volume name: _Fedora-Live-Wor >15:31:36,677 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >15:31:36,677 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >15:31:36,677 INFO program: Filesystem magic number: 0xEF53 >15:31:36,677 INFO program: Filesystem revision #: 1 (dynamic) >15:31:36,677 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 >15:31:36,677 INFO program: Filesystem flags: signed_directory_hash >15:31:36,677 INFO program: Default mount options: user_xattr acl >15:31:36,677 INFO program: Filesystem state: clean >15:31:36,678 INFO program: Errors behavior: Continue >15:31:36,678 INFO program: Filesystem OS type: Linux >15:31:36,678 INFO program: Inode count: 393216 >15:31:36,678 INFO program: Block count: 1572864 >15:31:36,678 INFO program: Reserved block count: 15727 >15:31:36,678 INFO program: Free blocks: 577129 >15:31:36,678 INFO program: Free inodes: 257163 >15:31:36,678 INFO program: First block: 0 >15:31:36,678 INFO program: Block size: 4096 >15:31:36,678 INFO program: Fragment size: 4096 >15:31:36,678 INFO program: Reserved GDT blocks: 383 >15:31:36,679 INFO program: Blocks per group: 32768 >15:31:36,679 INFO program: Fragments per group: 32768 >15:31:36,679 INFO program: Inodes per group: 8192 >15:31:36,679 INFO program: Inode blocks per group: 512 >15:31:36,679 INFO program: Flex block group size: 16 >15:31:36,679 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >15:31:36,679 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >15:31:36,679 INFO program: Last write time: Thu Oct 9 21:25:39 2014 >15:31:36,679 INFO program: Mount count: 0 >15:31:36,679 INFO program: Maximum mount count: -1 >15:31:36,679 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >15:31:36,680 INFO program: Check interval: 0 (<none>) >15:31:36,680 INFO program: Lifetime writes: 627 MB >15:31:36,680 INFO program: Reserved blocks uid: 0 (user root) >15:31:36,680 INFO program: Reserved blocks gid: 0 (group root) >15:31:36,680 INFO program: First inode: 11 >15:31:36,680 INFO program: Inode size: 256 >15:31:36,680 INFO program: Required extra isize: 28 >15:31:36,680 INFO program: Desired extra isize: 28 >15:31:36,680 INFO program: Journal inode: 8 >15:31:36,680 INFO program: Default directory hash: half_md4 >15:31:36,680 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >15:31:36,681 INFO program: Journal backup: inode blocks >15:31:36,681 INFO program: Journal features: journal_incompat_revoke >15:31:36,681 INFO program: Journal size: 128M >15:31:36,681 INFO program: Journal length: 32768 >15:31:36,681 INFO program: Journal sequence: 0x00001b3e >15:31:36,681 INFO program: Journal start: 0 >15:31:36,681 INFO program: >15:31:36,681 DEBUG program: Return code: 0 >15:31:36,681 INFO program: Running... resize2fs -P /dev/loop3 >15:31:36,690 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:31:36,691 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop3 >15:31:36,691 INFO program: Couldn't find valid filesystem superblock. >15:31:36,691 DEBUG program: Return code: 1 >15:31:36,745 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >15:31:36,750 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:31:36,750 INFO program: Filesystem volume name: _Fedora-Live-Wor >15:31:36,751 INFO program: Last mounted on: / >15:31:36,751 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >15:31:36,751 INFO program: Filesystem magic number: 0xEF53 >15:31:36,751 INFO program: Filesystem revision #: 1 (dynamic) >15:31:36,751 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 >15:31:36,751 INFO program: Filesystem flags: signed_directory_hash >15:31:36,751 INFO program: Default mount options: user_xattr acl >15:31:36,751 INFO program: Filesystem state: clean >15:31:36,751 INFO program: Errors behavior: Continue >15:31:36,752 INFO program: Filesystem OS type: Linux >15:31:36,752 INFO program: Inode count: 393216 >15:31:36,752 INFO program: Block count: 1572864 >15:31:36,752 INFO program: Reserved block count: 15727 >15:31:36,752 INFO program: Free blocks: 577129 >15:31:36,752 INFO program: Free inodes: 257163 >15:31:36,752 INFO program: First block: 0 >15:31:36,752 INFO program: Block size: 4096 >15:31:36,752 INFO program: Fragment size: 4096 >15:31:36,752 INFO program: Reserved GDT blocks: 383 >15:31:36,752 INFO program: Blocks per group: 32768 >15:31:36,753 INFO program: Fragments per group: 32768 >15:31:36,753 INFO program: Inodes per group: 8192 >15:31:36,753 INFO program: Inode blocks per group: 512 >15:31:36,753 INFO program: Flex block group size: 16 >15:31:36,753 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >15:31:36,753 INFO program: Last mount time: Fri Oct 17 22:25:21 2014 >15:31:36,753 INFO program: Last write time: Fri Oct 17 22:25:21 2014 >15:31:36,753 INFO program: Mount count: 1 >15:31:36,753 INFO program: Maximum mount count: -1 >15:31:36,753 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >15:31:36,753 INFO program: Check interval: 0 (<none>) >15:31:36,754 INFO program: Lifetime writes: 627 MB >15:31:36,754 INFO program: Reserved blocks uid: 0 (user root) >15:31:36,754 INFO program: Reserved blocks gid: 0 (group root) >15:31:36,754 INFO program: First inode: 11 >15:31:36,754 INFO program: Inode size: 256 >15:31:36,754 INFO program: Required extra isize: 28 >15:31:36,754 INFO program: Desired extra isize: 28 >15:31:36,754 INFO program: Journal inode: 8 >15:31:36,754 INFO program: First orphan inode: 151475 >15:31:36,754 INFO program: Default directory hash: half_md4 >15:31:36,754 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >15:31:36,755 INFO program: Journal backup: inode blocks >15:31:36,755 INFO program: Journal features: journal_incompat_revoke >15:31:36,755 INFO program: Journal size: 128M >15:31:36,755 INFO program: Journal length: 32768 >15:31:36,755 INFO program: Journal sequence: 0x00001b3f >15:31:36,755 INFO program: Journal start: 1 >15:31:36,755 INFO program: >15:31:36,755 DEBUG program: Return code: 0 >15:31:36,755 INFO program: Running... resize2fs -P /dev/mapper/live-rw >15:31:36,761 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:31:36,761 INFO program: Estimated minimum size of the filesystem: 1406376 >15:31:36,761 DEBUG program: Return code: 0 >15:31:36,803 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >15:31:36,808 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:31:36,808 INFO program: Filesystem volume name: _Fedora-Live-Wor >15:31:36,808 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >15:31:36,809 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >15:31:36,809 INFO program: Filesystem magic number: 0xEF53 >15:31:36,809 INFO program: Filesystem revision #: 1 (dynamic) >15:31:36,809 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 >15:31:36,809 INFO program: Filesystem flags: signed_directory_hash >15:31:36,809 INFO program: Default mount options: user_xattr acl >15:31:36,809 INFO program: Filesystem state: clean >15:31:36,809 INFO program: Errors behavior: Continue >15:31:36,809 INFO program: Filesystem OS type: Linux >15:31:36,810 INFO program: Inode count: 393216 >15:31:36,810 INFO program: Block count: 1572864 >15:31:36,810 INFO program: Reserved block count: 15727 >15:31:36,810 INFO program: Free blocks: 577129 >15:31:36,810 INFO program: Free inodes: 257163 >15:31:36,810 INFO program: First block: 0 >15:31:36,810 INFO program: Block size: 4096 >15:31:36,810 INFO program: Fragment size: 4096 >15:31:36,810 INFO program: Reserved GDT blocks: 383 >15:31:36,810 INFO program: Blocks per group: 32768 >15:31:36,810 INFO program: Fragments per group: 32768 >15:31:36,811 INFO program: Inodes per group: 8192 >15:31:36,811 INFO program: Inode blocks per group: 512 >15:31:36,811 INFO program: Flex block group size: 16 >15:31:36,811 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >15:31:36,811 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >15:31:36,811 INFO program: Last write time: Thu Oct 9 21:25:39 2014 >15:31:36,811 INFO program: Mount count: 0 >15:31:36,811 INFO program: Maximum mount count: -1 >15:31:36,811 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >15:31:36,811 INFO program: Check interval: 0 (<none>) >15:31:36,812 INFO program: Lifetime writes: 627 MB >15:31:36,812 INFO program: Reserved blocks uid: 0 (user root) >15:31:36,812 INFO program: Reserved blocks gid: 0 (group root) >15:31:36,812 INFO program: First inode: 11 >15:31:36,812 INFO program: Inode size: 256 >15:31:36,812 INFO program: Required extra isize: 28 >15:31:36,812 INFO program: Desired extra isize: 28 >15:31:36,812 INFO program: Journal inode: 8 >15:31:36,812 INFO program: Default directory hash: half_md4 >15:31:36,812 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >15:31:36,813 INFO program: Journal backup: inode blocks >15:31:36,813 INFO program: Journal features: journal_incompat_revoke >15:31:36,813 INFO program: Journal size: 128M >15:31:36,813 INFO program: Journal length: 32768 >15:31:36,813 INFO program: Journal sequence: 0x00001b3e >15:31:36,813 INFO program: Journal start: 0 >15:31:36,813 INFO program: >15:31:36,813 DEBUG program: Return code: 0 >15:31:36,814 INFO program: Running... resize2fs -P /dev/mapper/live-base >15:31:36,818 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:31:36,818 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >15:31:36,819 INFO program: Couldn't find valid filesystem superblock. >15:31:36,819 DEBUG program: Return code: 1 >15:31:36,857 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >15:31:36,862 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:31:36,862 INFO program: Filesystem volume name: _Fedora-Live-Wor >15:31:36,862 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >15:31:36,862 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >15:31:36,863 INFO program: Filesystem magic number: 0xEF53 >15:31:36,863 INFO program: Filesystem revision #: 1 (dynamic) >15:31:36,863 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 >15:31:36,863 INFO program: Filesystem flags: signed_directory_hash >15:31:36,863 INFO program: Default mount options: user_xattr acl >15:31:36,863 INFO program: Filesystem state: clean >15:31:36,863 INFO program: Errors behavior: Continue >15:31:36,863 INFO program: Filesystem OS type: Linux >15:31:36,863 INFO program: Inode count: 352256 >15:31:36,863 INFO program: Block count: 1406376 >15:31:36,863 INFO program: Reserved block count: 14062 >15:31:36,864 INFO program: Free blocks: 413211 >15:31:36,864 INFO program: Free inodes: 216203 >15:31:36,864 INFO program: First block: 0 >15:31:36,864 INFO program: Block size: 4096 >15:31:36,864 INFO program: Fragment size: 4096 >15:31:36,864 INFO program: Reserved GDT blocks: 383 >15:31:36,864 INFO program: Blocks per group: 32768 >15:31:36,864 INFO program: Fragments per group: 32768 >15:31:36,864 INFO program: Inodes per group: 8192 >15:31:36,864 INFO program: Inode blocks per group: 512 >15:31:36,864 INFO program: Flex block group size: 16 >15:31:36,865 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >15:31:36,865 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >15:31:36,865 INFO program: Last write time: Thu Oct 9 21:25:42 2014 >15:31:36,865 INFO program: Mount count: 0 >15:31:36,865 INFO program: Maximum mount count: -1 >15:31:36,865 INFO program: Last checked: Thu Oct 9 21:25:42 2014 >15:31:36,865 INFO program: Check interval: 0 (<none>) >15:31:36,866 INFO program: Lifetime writes: 629 MB >15:31:36,866 INFO program: Reserved blocks uid: 0 (user root) >15:31:36,866 INFO program: Reserved blocks gid: 0 (group root) >15:31:36,866 INFO program: First inode: 11 >15:31:36,866 INFO program: Inode size: 256 >15:31:36,866 INFO program: Required extra isize: 28 >15:31:36,866 INFO program: Desired extra isize: 28 >15:31:36,866 INFO program: Journal inode: 8 >15:31:36,866 INFO program: Default directory hash: half_md4 >15:31:36,867 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >15:31:36,867 INFO program: Journal backup: inode blocks >15:31:36,867 INFO program: Journal features: journal_incompat_revoke >15:31:36,867 INFO program: Journal size: 128M >15:31:36,867 INFO program: Journal length: 32768 >15:31:36,867 INFO program: Journal sequence: 0x00001b3e >15:31:36,867 INFO program: Journal start: 0 >15:31:36,867 INFO program: >15:31:36,867 DEBUG program: Return code: 0 >15:31:36,868 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >15:31:36,872 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:31:36,873 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >15:31:36,873 INFO program: Couldn't find valid filesystem superblock. >15:31:36,873 DEBUG program: Return code: 1 >15:31:36,943 INFO program: Running... hwclock --hctosys --localtime >02:30:46,015 DEBUG program: Return code: 0 >02:30:46,305 INFO program: Running... journalctl -b >02:32:03,026 INFO program: Running... udevadm settle --timeout=300 >02:32:03,033 DEBUG program: Return code: 0 >02:32:03,033 INFO program: Running... udevadm settle --timeout=300 >02:32:03,039 DEBUG program: Return code: 0 >02:32:03,049 INFO program: Running... multipath -c /dev/sde >02:32:03,052 INFO program: /dev/sde is not a valid multipath device path >02:32:03,053 DEBUG program: Return code: 1 >02:32:03,096 INFO program: Running... mdadm --examine --export /dev/sda >02:32:03,201 INFO program: MD_METADATA=imsm >02:32:03,201 INFO program: MD_LEVEL=container >02:32:03,201 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:03,202 INFO program: MD_DEVICES=2 >02:32:03,202 DEBUG program: Return code: 0 >02:32:03,202 INFO program: Running... mdadm --examine --brief /dev/sda >02:32:03,301 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:03,301 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >02:32:03,301 DEBUG program: Return code: 0 >02:32:03,306 INFO program: Running... udevadm settle --timeout=300 >02:32:03,312 DEBUG program: Return code: 0 >02:32:03,341 INFO program: Running... mdadm --examine --export /dev/sdb >02:32:03,441 INFO program: MD_METADATA=imsm >02:32:03,441 INFO program: MD_LEVEL=container >02:32:03,442 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:03,442 INFO program: MD_DEVICES=2 >02:32:03,442 DEBUG program: Return code: 0 >02:32:03,442 INFO program: Running... mdadm --examine --brief /dev/sdb >02:32:03,508 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:03,508 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >02:32:03,508 DEBUG program: Return code: 0 >02:32:03,814 INFO program: Running... multipath -c /dev/sdc >02:32:03,817 INFO program: /dev/sdc is not a valid multipath device path >02:32:03,817 DEBUG program: Return code: 1 >02:32:05,090 INFO program: Running... losetup --list >02:32:05,240 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >02:32:05,249 DEBUG program: Return code: 0 >02:32:05,249 INFO program: Running... udevadm settle --timeout=300 >02:32:05,768 DEBUG program: Return code: 0 >02:32:05,769 INFO program: Running... modprobe fcoe >02:32:05,773 DEBUG program: Return code: 0 >02:32:05,774 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >02:32:05,779 INFO program: No FCoE boot disk information is found in EDD! >02:32:05,779 DEBUG program: Return code: 1 >02:32:05,790 INFO program: Running... losetup --list >02:32:06,159 INFO program: Running... udevadm settle --timeout=300 >02:32:06,170 DEBUG program: Return code: 0 >02:32:06,171 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >02:32:06,200 DEBUG program: Return code: 0 >02:32:06,201 INFO program: Running... udevadm settle --timeout=300 >02:32:06,209 DEBUG program: Return code: 0 >02:32:06,219 INFO program: Running... udevadm settle --timeout=300 >02:32:06,230 DEBUG program: Return code: 0 >02:32:06,245 INFO program: Running... multipath -c /dev/sde >02:32:06,251 INFO program: /dev/sde is not a valid multipath device path >02:32:06,252 DEBUG program: Return code: 1 >02:32:06,558 INFO program: Running... mdadm --examine --export /dev/sda >02:32:06,568 INFO program: MD_METADATA=imsm >02:32:06,568 INFO program: MD_LEVEL=container >02:32:06,569 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:06,569 INFO program: MD_DEVICES=2 >02:32:06,569 DEBUG program: Return code: 0 >02:32:06,569 INFO program: Running... mdadm --examine --brief /dev/sda >02:32:06,576 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:06,577 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >02:32:06,577 DEBUG program: Return code: 0 >02:32:06,581 INFO program: Running... udevadm settle --timeout=300 >02:32:06,589 DEBUG program: Return code: 0 >02:32:06,599 INFO program: Running... udevadm settle --timeout=300 >02:32:06,608 DEBUG program: Return code: 0 >02:32:06,608 INFO program: Running... mdadm --incremental --quiet /dev/sda >02:32:06,615 DEBUG program: Return code: 1 >02:32:06,642 INFO program: Running... mdadm --examine --export /dev/sdb >02:32:06,742 INFO program: MD_METADATA=imsm >02:32:06,742 INFO program: MD_LEVEL=container >02:32:06,742 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:06,743 INFO program: MD_DEVICES=2 >02:32:06,743 DEBUG program: Return code: 0 >02:32:06,743 INFO program: Running... mdadm --examine --brief /dev/sdb >02:32:06,808 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:06,809 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >02:32:06,809 DEBUG program: Return code: 0 >02:32:06,837 INFO program: Running... udevadm settle --timeout=300 >02:32:06,846 DEBUG program: Return code: 0 >02:32:06,846 INFO program: Running... mdadm --incremental --quiet /dev/sdb >02:32:06,852 DEBUG program: Return code: 1 >02:32:07,424 INFO program: Running... multipath -c /dev/sdc >02:32:07,430 INFO program: /dev/sdc is not a valid multipath device path >02:32:07,431 DEBUG program: Return code: 1 >02:32:07,524 INFO program: Running... ntfsinfo -m /dev/sdc1 >02:32:07,554 INFO program: Volume Information >02:32:07,554 INFO program: Name of device: /dev/sdc1 >02:32:07,554 INFO program: Device state: 11 >02:32:07,554 INFO program: Volume Name: Windows Boot >02:32:07,555 INFO program: Volume State: 91 >02:32:07,555 INFO program: Volume Flags: 0x0000 >02:32:07,555 INFO program: Volume Version: 3.1 >02:32:07,555 INFO program: Sector Size: 512 >02:32:07,555 INFO program: Cluster Size: 4096 >02:32:07,555 INFO program: Index Block Size: 4096 >02:32:07,556 INFO program: Volume Size in Clusters: 29304575 >02:32:07,556 INFO program: MFT Information >02:32:07,556 INFO program: MFT Record Size: 1024 >02:32:07,556 INFO program: MFT Zone Multiplier: 0 >02:32:07,556 INFO program: MFT Data Position: 24 >02:32:07,556 INFO program: MFT Zone Start: 786432 >02:32:07,556 INFO program: MFT Zone End: 4449503 >02:32:07,557 INFO program: MFT Zone Position: 786432 >02:32:07,557 INFO program: Current Position in First Data Zone: 4449503 >02:32:07,557 INFO program: Current Position in Second Data Zone: 0 >02:32:07,557 INFO program: Allocated clusters 83072 (0.3%) >02:32:07,557 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >02:32:07,557 INFO program: FILE_MFTMirr Size: 4 >02:32:07,557 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >02:32:07,558 INFO program: Size of Attribute Definition Table: 2560 >02:32:07,558 INFO program: Number of Attached Extent Inodes: 0 >02:32:07,558 INFO program: FILE_Bitmap Information >02:32:07,558 INFO program: FILE_Bitmap MFT Record Number: 6 >02:32:07,558 INFO program: State of FILE_Bitmap Inode: 80 >02:32:07,559 INFO program: Length of Attribute List: 0 >02:32:07,559 INFO program: Number of Attached Extent Inodes: 0 >02:32:07,559 INFO program: FILE_Bitmap Data Attribute Information >02:32:07,559 INFO program: Decompressed Runlist: not done yet >02:32:07,559 INFO program: Base Inode: 6 >02:32:07,560 INFO program: Attribute Types: not done yet >02:32:07,560 INFO program: Attribute Name Length: 0 >02:32:07,560 INFO program: Attribute State: 3 >02:32:07,560 INFO program: Attribute Allocated Size: 3665920 >02:32:07,561 INFO program: Attribute Data Size: 3663072 >02:32:07,561 INFO program: Attribute Initialized Size: 3663072 >02:32:07,561 INFO program: Attribute Compressed Size: 0 >02:32:07,561 INFO program: Compression Block Size: 0 >02:32:07,561 INFO program: Compression Block Size Bits: 0 >02:32:07,561 INFO program: Compression Block Clusters: 0 >02:32:07,562 INFO program: Free Clusters: 10750972 (36.7%) >02:32:07,562 DEBUG program: Return code: 0 >02:32:07,562 INFO program: Running... ntfsresize -m /dev/sdc1 >02:32:09,792 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >02:32:09,793 INFO program: Minsize (in MB): 75996 >02:32:09,793 DEBUG program: Return code: 0 >02:32:09,845 INFO program: Running... dumpe2fs -h /dev/loop3 >02:32:09,852 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >02:32:09,852 INFO program: Filesystem volume name: _Fedora-Live-Wor >02:32:09,852 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >02:32:09,852 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >02:32:09,853 INFO program: Filesystem magic number: 0xEF53 >02:32:09,853 INFO program: Filesystem revision #: 1 (dynamic) >02:32:09,853 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 >02:32:09,853 INFO program: Filesystem flags: signed_directory_hash >02:32:09,853 INFO program: Default mount options: user_xattr acl >02:32:09,853 INFO program: Filesystem state: clean >02:32:09,853 INFO program: Errors behavior: Continue >02:32:09,853 INFO program: Filesystem OS type: Linux >02:32:09,853 INFO program: Inode count: 393216 >02:32:09,854 INFO program: Block count: 1572864 >02:32:09,854 INFO program: Reserved block count: 15727 >02:32:09,854 INFO program: Free blocks: 577129 >02:32:09,854 INFO program: Free inodes: 257163 >02:32:09,854 INFO program: First block: 0 >02:32:09,854 INFO program: Block size: 4096 >02:32:09,854 INFO program: Fragment size: 4096 >02:32:09,854 INFO program: Reserved GDT blocks: 383 >02:32:09,854 INFO program: Blocks per group: 32768 >02:32:09,854 INFO program: Fragments per group: 32768 >02:32:09,855 INFO program: Inodes per group: 8192 >02:32:09,855 INFO program: Inode blocks per group: 512 >02:32:09,855 INFO program: Flex block group size: 16 >02:32:09,855 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >02:32:09,855 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >02:32:09,855 INFO program: Last write time: Thu Oct 9 21:25:39 2014 >02:32:09,855 INFO program: Mount count: 0 >02:32:09,855 INFO program: Maximum mount count: -1 >02:32:09,856 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >02:32:09,856 INFO program: Check interval: 0 (<none>) >02:32:09,856 INFO program: Lifetime writes: 627 MB >02:32:09,856 INFO program: Reserved blocks uid: 0 (user root) >02:32:09,856 INFO program: Reserved blocks gid: 0 (group root) >02:32:09,856 INFO program: First inode: 11 >02:32:09,856 INFO program: Inode size: 256 >02:32:09,856 INFO program: Required extra isize: 28 >02:32:09,857 INFO program: Desired extra isize: 28 >02:32:09,857 INFO program: Journal inode: 8 >02:32:09,857 INFO program: Default directory hash: half_md4 >02:32:09,857 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >02:32:09,857 INFO program: Journal backup: inode blocks >02:32:09,857 INFO program: Journal features: journal_incompat_revoke >02:32:09,857 INFO program: Journal size: 128M >02:32:09,857 INFO program: Journal length: 32768 >02:32:09,857 INFO program: Journal sequence: 0x00001b3e >02:32:09,858 INFO program: Journal start: 0 >02:32:09,858 INFO program: >02:32:09,858 DEBUG program: Return code: 0 >02:32:09,858 INFO program: Running... resize2fs -P /dev/loop3 >02:32:09,863 INFO program: resize2fs 1.42.11 (09-Jul-2014) >02:32:09,864 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop3 >02:32:09,864 INFO program: Couldn't find valid filesystem superblock. >02:32:09,864 DEBUG program: Return code: 1 >02:32:09,910 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >02:32:09,916 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >02:32:09,916 INFO program: Filesystem volume name: _Fedora-Live-Wor >02:32:09,916 INFO program: Last mounted on: / >02:32:09,916 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >02:32:09,916 INFO program: Filesystem magic number: 0xEF53 >02:32:09,917 INFO program: Filesystem revision #: 1 (dynamic) >02:32:09,917 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 >02:32:09,917 INFO program: Filesystem flags: signed_directory_hash >02:32:09,917 INFO program: Default mount options: user_xattr acl >02:32:09,917 INFO program: Filesystem state: clean >02:32:09,917 INFO program: Errors behavior: Continue >02:32:09,917 INFO program: Filesystem OS type: Linux >02:32:09,917 INFO program: Inode count: 393216 >02:32:09,917 INFO program: Block count: 1572864 >02:32:09,917 INFO program: Reserved block count: 15727 >02:32:09,918 INFO program: Free blocks: 577129 >02:32:09,918 INFO program: Free inodes: 257163 >02:32:09,918 INFO program: First block: 0 >02:32:09,918 INFO program: Block size: 4096 >02:32:09,918 INFO program: Fragment size: 4096 >02:32:09,918 INFO program: Reserved GDT blocks: 383 >02:32:09,918 INFO program: Blocks per group: 32768 >02:32:09,918 INFO program: Fragments per group: 32768 >02:32:09,918 INFO program: Inodes per group: 8192 >02:32:09,918 INFO program: Inode blocks per group: 512 >02:32:09,918 INFO program: Flex block group size: 16 >02:32:09,919 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >02:32:09,919 INFO program: Last mount time: Fri Oct 17 22:25:21 2014 >02:32:09,919 INFO program: Last write time: Fri Oct 17 22:25:21 2014 >02:32:09,919 INFO program: Mount count: 1 >02:32:09,919 INFO program: Maximum mount count: -1 >02:32:09,919 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >02:32:09,919 INFO program: Check interval: 0 (<none>) >02:32:09,919 INFO program: Lifetime writes: 627 MB >02:32:09,919 INFO program: Reserved blocks uid: 0 (user root) >02:32:09,919 INFO program: Reserved blocks gid: 0 (group root) >02:32:09,920 INFO program: First inode: 11 >02:32:09,920 INFO program: Inode size: 256 >02:32:09,920 INFO program: Required extra isize: 28 >02:32:09,920 INFO program: Desired extra isize: 28 >02:32:09,920 INFO program: Journal inode: 8 >02:32:09,920 INFO program: First orphan inode: 151483 >02:32:09,920 INFO program: Default directory hash: half_md4 >02:32:09,920 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >02:32:09,920 INFO program: Journal backup: inode blocks >02:32:09,920 INFO program: Journal features: journal_incompat_revoke >02:32:09,920 INFO program: Journal size: 128M >02:32:09,921 INFO program: Journal length: 32768 >02:32:09,921 INFO program: Journal sequence: 0x00001b3f >02:32:09,921 INFO program: Journal start: 1 >02:32:09,921 INFO program: >02:32:09,921 DEBUG program: Return code: 0 >02:32:09,921 INFO program: Running... resize2fs -P /dev/mapper/live-rw >02:32:09,926 INFO program: resize2fs 1.42.11 (09-Jul-2014) >02:32:09,926 INFO program: Estimated minimum size of the filesystem: 1406376 >02:32:09,927 DEBUG program: Return code: 0 >02:32:09,969 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >02:32:09,974 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >02:32:09,975 INFO program: Filesystem volume name: _Fedora-Live-Wor >02:32:09,975 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >02:32:09,975 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >02:32:09,975 INFO program: Filesystem magic number: 0xEF53 >02:32:09,975 INFO program: Filesystem revision #: 1 (dynamic) >02:32:09,976 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 >02:32:09,976 INFO program: Filesystem flags: signed_directory_hash >02:32:09,976 INFO program: Default mount options: user_xattr acl >02:32:09,976 INFO program: Filesystem state: clean >02:32:09,976 INFO program: Errors behavior: Continue >02:32:09,976 INFO program: Filesystem OS type: Linux >02:32:09,977 INFO program: Inode count: 393216 >02:32:09,977 INFO program: Block count: 1572864 >02:32:09,977 INFO program: Reserved block count: 15727 >02:32:09,977 INFO program: Free blocks: 577129 >02:32:09,977 INFO program: Free inodes: 257163 >02:32:09,977 INFO program: First block: 0 >02:32:09,977 INFO program: Block size: 4096 >02:32:09,977 INFO program: Fragment size: 4096 >02:32:09,977 INFO program: Reserved GDT blocks: 383 >02:32:09,978 INFO program: Blocks per group: 32768 >02:32:09,978 INFO program: Fragments per group: 32768 >02:32:09,978 INFO program: Inodes per group: 8192 >02:32:09,978 INFO program: Inode blocks per group: 512 >02:32:09,978 INFO program: Flex block group size: 16 >02:32:09,978 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >02:32:09,978 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >02:32:09,978 INFO program: Last write time: Thu Oct 9 21:25:39 2014 >02:32:09,978 INFO program: Mount count: 0 >02:32:09,978 INFO program: Maximum mount count: -1 >02:32:09,979 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >02:32:09,979 INFO program: Check interval: 0 (<none>) >02:32:09,979 INFO program: Lifetime writes: 627 MB >02:32:09,979 INFO program: Reserved blocks uid: 0 (user root) >02:32:09,979 INFO program: Reserved blocks gid: 0 (group root) >02:32:09,979 INFO program: First inode: 11 >02:32:09,979 INFO program: Inode size: 256 >02:32:09,979 INFO program: Required extra isize: 28 >02:32:09,979 INFO program: Desired extra isize: 28 >02:32:09,979 INFO program: Journal inode: 8 >02:32:09,979 INFO program: Default directory hash: half_md4 >02:32:09,980 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >02:32:09,980 INFO program: Journal backup: inode blocks >02:32:09,980 INFO program: Journal features: journal_incompat_revoke >02:32:09,980 INFO program: Journal size: 128M >02:32:09,980 INFO program: Journal length: 32768 >02:32:09,980 INFO program: Journal sequence: 0x00001b3e >02:32:09,980 INFO program: Journal start: 0 >02:32:09,980 INFO program: >02:32:09,980 DEBUG program: Return code: 0 >02:32:09,981 INFO program: Running... resize2fs -P /dev/mapper/live-base >02:32:09,985 INFO program: resize2fs 1.42.11 (09-Jul-2014) >02:32:09,986 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >02:32:09,986 INFO program: Couldn't find valid filesystem superblock. >02:32:09,986 DEBUG program: Return code: 1 >02:32:10,025 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >02:32:10,030 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >02:32:10,031 INFO program: Filesystem volume name: _Fedora-Live-Wor >02:32:10,031 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >02:32:10,031 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >02:32:10,031 INFO program: Filesystem magic number: 0xEF53 >02:32:10,031 INFO program: Filesystem revision #: 1 (dynamic) >02:32:10,031 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 >02:32:10,032 INFO program: Filesystem flags: signed_directory_hash >02:32:10,032 INFO program: Default mount options: user_xattr acl >02:32:10,032 INFO program: Filesystem state: clean >02:32:10,032 INFO program: Errors behavior: Continue >02:32:10,032 INFO program: Filesystem OS type: Linux >02:32:10,032 INFO program: Inode count: 352256 >02:32:10,032 INFO program: Block count: 1406376 >02:32:10,033 INFO program: Reserved block count: 14062 >02:32:10,033 INFO program: Free blocks: 413211 >02:32:10,033 INFO program: Free inodes: 216203 >02:32:10,033 INFO program: First block: 0 >02:32:10,033 INFO program: Block size: 4096 >02:32:10,033 INFO program: Fragment size: 4096 >02:32:10,033 INFO program: Reserved GDT blocks: 383 >02:32:10,033 INFO program: Blocks per group: 32768 >02:32:10,033 INFO program: Fragments per group: 32768 >02:32:10,033 INFO program: Inodes per group: 8192 >02:32:10,033 INFO program: Inode blocks per group: 512 >02:32:10,034 INFO program: Flex block group size: 16 >02:32:10,034 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >02:32:10,034 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >02:32:10,034 INFO program: Last write time: Thu Oct 9 21:25:42 2014 >02:32:10,034 INFO program: Mount count: 0 >02:32:10,034 INFO program: Maximum mount count: -1 >02:32:10,034 INFO program: Last checked: Thu Oct 9 21:25:42 2014 >02:32:10,034 INFO program: Check interval: 0 (<none>) >02:32:10,034 INFO program: Lifetime writes: 629 MB >02:32:10,034 INFO program: Reserved blocks uid: 0 (user root) >02:32:10,034 INFO program: Reserved blocks gid: 0 (group root) >02:32:10,035 INFO program: First inode: 11 >02:32:10,035 INFO program: Inode size: 256 >02:32:10,035 INFO program: Required extra isize: 28 >02:32:10,035 INFO program: Desired extra isize: 28 >02:32:10,035 INFO program: Journal inode: 8 >02:32:10,035 INFO program: Default directory hash: half_md4 >02:32:10,035 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >02:32:10,035 INFO program: Journal backup: inode blocks >02:32:10,035 INFO program: Journal features: journal_incompat_revoke >02:32:10,035 INFO program: Journal size: 128M >02:32:10,036 INFO program: Journal length: 32768 >02:32:10,036 INFO program: Journal sequence: 0x00001b3e >02:32:10,036 INFO program: Journal start: 0 >02:32:10,036 INFO program: >02:32:10,036 DEBUG program: Return code: 0 >02:32:10,036 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >02:32:10,041 INFO program: resize2fs 1.42.11 (09-Jul-2014) >02:32:10,041 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >02:32:10,041 INFO program: Couldn't find valid filesystem superblock. >02:32:10,041 DEBUG program: Return code: 1 >02:32:10,142 INFO program: Running... udevadm settle --timeout=300 >02:32:10,151 DEBUG program: Return code: 0 >02:32:10,151 INFO program: Running... mdadm --incremental --quiet /dev/md/imsm0 >02:32:10,158 DEBUG program: Return code: 0 >02:32:10,159 INFO program: Running... udevadm settle --timeout=300 >02:32:10,168 DEBUG program: Return code: 0 >02:32:10,218 INFO program: Running... mount -t auto -o ro /dev/mapper/live-base /mnt/install/source >02:32:10,228 DEBUG program: Return code: 0 >02:32:10,520 INFO program: Running... journalctl -b >02:32:58,873 INFO program: Running... udevadm settle --timeout=300 >02:32:58,879 DEBUG program: Return code: 0 >02:32:58,879 INFO program: Running... udevadm settle --timeout=300 >02:32:58,886 DEBUG program: Return code: 0 >02:32:58,898 INFO program: Running... multipath -c /dev/sde >02:32:58,902 INFO program: /dev/sde is not a valid multipath device path >02:32:58,902 DEBUG program: Return code: 1 >02:32:58,958 INFO program: Running... mdadm --examine --export /dev/sda >02:32:58,987 INFO program: MD_METADATA=imsm >02:32:58,987 INFO program: MD_LEVEL=container >02:32:58,987 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:58,988 INFO program: MD_DEVICES=2 >02:32:58,988 DEBUG program: Return code: 0 >02:32:58,988 INFO program: Running... mdadm --examine --brief /dev/sda >02:32:59,107 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:59,108 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >02:32:59,108 DEBUG program: Return code: 0 >02:32:59,110 INFO program: Running... udevadm settle --timeout=300 >02:32:59,194 DEBUG program: Return code: 0 >02:32:59,217 INFO program: Running... mdadm --examine --export /dev/sdb >02:32:59,318 INFO program: MD_METADATA=imsm >02:32:59,318 INFO program: MD_LEVEL=container >02:32:59,318 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:59,318 INFO program: MD_DEVICES=2 >02:32:59,318 DEBUG program: Return code: 0 >02:32:59,318 INFO program: Running... mdadm --examine --brief /dev/sdb >02:32:59,379 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:32:59,379 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >02:32:59,379 DEBUG program: Return code: 0 >02:32:59,670 INFO program: Running... multipath -c /dev/sdc >02:32:59,673 INFO program: /dev/sdc is not a valid multipath device path >02:32:59,673 DEBUG program: Return code: 1 >02:33:00,724 INFO program: Running... losetup --list >02:33:00,866 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >02:33:00,874 DEBUG program: Return code: 0 >02:33:00,874 INFO program: Running... udevadm settle --timeout=300 >02:33:01,274 DEBUG program: Return code: 0 >02:33:01,275 INFO program: Running... modprobe fcoe >02:33:01,279 DEBUG program: Return code: 0 >02:33:01,279 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >02:33:01,283 INFO program: No FCoE boot disk information is found in EDD! >02:33:01,284 DEBUG program: Return code: 1 >02:33:01,293 INFO program: Running... losetup --list >02:33:01,629 INFO program: Running... udevadm settle --timeout=300 >02:33:01,638 DEBUG program: Return code: 0 >02:33:01,639 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >02:33:01,664 DEBUG program: Return code: 0 >02:33:01,664 INFO program: Running... udevadm settle --timeout=300 >02:33:01,672 DEBUG program: Return code: 0 >02:33:01,679 INFO program: Running... udevadm settle --timeout=300 >02:33:01,687 DEBUG program: Return code: 0 >02:33:01,701 INFO program: Running... multipath -c /dev/sde >02:33:01,706 INFO program: /dev/sde is not a valid multipath device path >02:33:01,706 DEBUG program: Return code: 1 >02:33:02,007 INFO program: Running... mdadm --examine --export /dev/sda >02:33:02,024 INFO program: MD_METADATA=imsm >02:33:02,024 INFO program: MD_LEVEL=container >02:33:02,024 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:33:02,024 INFO program: MD_DEVICES=2 >02:33:02,024 DEBUG program: Return code: 0 >02:33:02,024 INFO program: Running... mdadm --examine --brief /dev/sda >02:33:02,092 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:33:02,093 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >02:33:02,093 DEBUG program: Return code: 0 >02:33:02,097 INFO program: Running... udevadm settle --timeout=300 >02:33:02,172 DEBUG program: Return code: 0 >02:33:02,180 INFO program: Running... udevadm settle --timeout=300 >02:33:02,188 DEBUG program: Return code: 0 >02:33:02,188 INFO program: Running... mdadm --incremental --quiet /dev/sda >02:33:02,199 DEBUG program: Return code: 1 >02:33:02,224 INFO program: Running... mdadm --examine --export /dev/sdb >02:33:02,305 INFO program: MD_METADATA=imsm >02:33:02,305 INFO program: MD_LEVEL=container >02:33:02,305 INFO program: MD_UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:33:02,306 INFO program: MD_DEVICES=2 >02:33:02,306 DEBUG program: Return code: 0 >02:33:02,306 INFO program: Running... mdadm --examine --brief /dev/sdb >02:33:02,366 INFO program: ARRAY metadata=imsm UUID=b25f8e60:5528d464:f928d3a6:da2a145f >02:33:02,366 INFO program: ARRAY /dev/md/Volume1 container=b25f8e60:5528d464:f928d3a6:da2a145f member=0 UUID=2f0ca709:60236419:f7d237c0:e031795d >02:33:02,366 DEBUG program: Return code: 0 >02:33:02,398 INFO program: Running... udevadm settle --timeout=300 >02:33:02,406 DEBUG program: Return code: 0 >02:33:02,407 INFO program: Running... mdadm --incremental --quiet /dev/sdb >02:33:02,412 DEBUG program: Return code: 1 >02:33:02,955 INFO program: Running... multipath -c /dev/sdc >02:33:02,960 INFO program: /dev/sdc is not a valid multipath device path >02:33:02,961 DEBUG program: Return code: 1 >02:33:03,049 INFO program: Running... ntfsinfo -m /dev/sdc1 >02:33:03,072 INFO program: Volume Information >02:33:03,073 INFO program: Name of device: /dev/sdc1 >02:33:03,073 INFO program: Device state: 11 >02:33:03,073 INFO program: Volume Name: Windows Boot >02:33:03,073 INFO program: Volume State: 91 >02:33:03,073 INFO program: Volume Flags: 0x0000 >02:33:03,073 INFO program: Volume Version: 3.1 >02:33:03,074 INFO program: Sector Size: 512 >02:33:03,074 INFO program: Cluster Size: 4096 >02:33:03,074 INFO program: Index Block Size: 4096 >02:33:03,074 INFO program: Volume Size in Clusters: 29304575 >02:33:03,074 INFO program: MFT Information >02:33:03,074 INFO program: MFT Record Size: 1024 >02:33:03,074 INFO program: MFT Zone Multiplier: 0 >02:33:03,074 INFO program: MFT Data Position: 24 >02:33:03,074 INFO program: MFT Zone Start: 786432 >02:33:03,075 INFO program: MFT Zone End: 4449503 >02:33:03,075 INFO program: MFT Zone Position: 786432 >02:33:03,075 INFO program: Current Position in First Data Zone: 4449503 >02:33:03,075 INFO program: Current Position in Second Data Zone: 0 >02:33:03,075 INFO program: Allocated clusters 83072 (0.3%) >02:33:03,075 INFO program: LCN of Data Attribute for FILE_MFT: 786432 >02:33:03,075 INFO program: FILE_MFTMirr Size: 4 >02:33:03,075 INFO program: LCN of Data Attribute for File_MFTMirr: 2 >02:33:03,075 INFO program: Size of Attribute Definition Table: 2560 >02:33:03,075 INFO program: Number of Attached Extent Inodes: 0 >02:33:03,075 INFO program: FILE_Bitmap Information >02:33:03,076 INFO program: FILE_Bitmap MFT Record Number: 6 >02:33:03,076 INFO program: State of FILE_Bitmap Inode: 80 >02:33:03,076 INFO program: Length of Attribute List: 0 >02:33:03,076 INFO program: Number of Attached Extent Inodes: 0 >02:33:03,076 INFO program: FILE_Bitmap Data Attribute Information >02:33:03,076 INFO program: Decompressed Runlist: not done yet >02:33:03,076 INFO program: Base Inode: 6 >02:33:03,076 INFO program: Attribute Types: not done yet >02:33:03,076 INFO program: Attribute Name Length: 0 >02:33:03,076 INFO program: Attribute State: 3 >02:33:03,076 INFO program: Attribute Allocated Size: 3665920 >02:33:03,076 INFO program: Attribute Data Size: 3663072 >02:33:03,077 INFO program: Attribute Initialized Size: 3663072 >02:33:03,077 INFO program: Attribute Compressed Size: 0 >02:33:03,077 INFO program: Compression Block Size: 0 >02:33:03,077 INFO program: Compression Block Size Bits: 0 >02:33:03,077 INFO program: Compression Block Clusters: 0 >02:33:03,077 INFO program: Free Clusters: 10750972 (36.7%) >02:33:03,077 DEBUG program: Return code: 0 >02:33:03,077 INFO program: Running... ntfsresize -m /dev/sdc1 >02:33:05,057 INFO program: ntfsresize v2014.2.15 (libntfs-3g) >02:33:05,057 INFO program: Minsize (in MB): 75996 >02:33:05,057 DEBUG program: Return code: 0 >02:33:05,105 INFO program: Running... dumpe2fs -h /dev/loop3 >02:33:05,110 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >02:33:05,110 INFO program: Filesystem volume name: _Fedora-Live-Wor >02:33:05,111 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >02:33:05,111 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >02:33:05,111 INFO program: Filesystem magic number: 0xEF53 >02:33:05,111 INFO program: Filesystem revision #: 1 (dynamic) >02:33:05,111 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 >02:33:05,111 INFO program: Filesystem flags: signed_directory_hash >02:33:05,112 INFO program: Default mount options: user_xattr acl >02:33:05,112 INFO program: Filesystem state: clean >02:33:05,112 INFO program: Errors behavior: Continue >02:33:05,112 INFO program: Filesystem OS type: Linux >02:33:05,112 INFO program: Inode count: 393216 >02:33:05,112 INFO program: Block count: 1572864 >02:33:05,112 INFO program: Reserved block count: 15727 >02:33:05,113 INFO program: Free blocks: 577129 >02:33:05,113 INFO program: Free inodes: 257163 >02:33:05,113 INFO program: First block: 0 >02:33:05,113 INFO program: Block size: 4096 >02:33:05,113 INFO program: Fragment size: 4096 >02:33:05,113 INFO program: Reserved GDT blocks: 383 >02:33:05,113 INFO program: Blocks per group: 32768 >02:33:05,113 INFO program: Fragments per group: 32768 >02:33:05,113 INFO program: Inodes per group: 8192 >02:33:05,113 INFO program: Inode blocks per group: 512 >02:33:05,113 INFO program: Flex block group size: 16 >02:33:05,114 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >02:33:05,114 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >02:33:05,114 INFO program: Last write time: Thu Oct 9 21:25:39 2014 >02:33:05,114 INFO program: Mount count: 0 >02:33:05,114 INFO program: Maximum mount count: -1 >02:33:05,114 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >02:33:05,114 INFO program: Check interval: 0 (<none>) >02:33:05,114 INFO program: Lifetime writes: 627 MB >02:33:05,114 INFO program: Reserved blocks uid: 0 (user root) >02:33:05,114 INFO program: Reserved blocks gid: 0 (group root) >02:33:05,115 INFO program: First inode: 11 >02:33:05,115 INFO program: Inode size: 256 >02:33:05,115 INFO program: Required extra isize: 28 >02:33:05,115 INFO program: Desired extra isize: 28 >02:33:05,115 INFO program: Journal inode: 8 >02:33:05,115 INFO program: Default directory hash: half_md4 >02:33:05,115 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >02:33:05,115 INFO program: Journal backup: inode blocks >02:33:05,115 INFO program: Journal features: journal_incompat_revoke >02:33:05,115 INFO program: Journal size: 128M >02:33:05,115 INFO program: Journal length: 32768 >02:33:05,116 INFO program: Journal sequence: 0x00001b3e >02:33:05,116 INFO program: Journal start: 0 >02:33:05,116 INFO program: >02:33:05,116 DEBUG program: Return code: 0 >02:33:05,116 INFO program: Running... resize2fs -P /dev/loop3 >02:33:05,120 INFO program: resize2fs 1.42.11 (09-Jul-2014) >02:33:05,121 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop3 >02:33:05,121 INFO program: Couldn't find valid filesystem superblock. >02:33:05,121 DEBUG program: Return code: 1 >02:33:05,170 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >02:33:05,174 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >02:33:05,175 INFO program: Filesystem volume name: _Fedora-Live-Wor >02:33:05,175 INFO program: Last mounted on: / >02:33:05,175 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >02:33:05,175 INFO program: Filesystem magic number: 0xEF53 >02:33:05,175 INFO program: Filesystem revision #: 1 (dynamic) >02:33:05,175 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 >02:33:05,175 INFO program: Filesystem flags: signed_directory_hash >02:33:05,175 INFO program: Default mount options: user_xattr acl >02:33:05,175 INFO program: Filesystem state: clean >02:33:05,175 INFO program: Errors behavior: Continue >02:33:05,176 INFO program: Filesystem OS type: Linux >02:33:05,176 INFO program: Inode count: 393216 >02:33:05,176 INFO program: Block count: 1572864 >02:33:05,176 INFO program: Reserved block count: 15727 >02:33:05,176 INFO program: Free blocks: 577129 >02:33:05,176 INFO program: Free inodes: 257163 >02:33:05,176 INFO program: First block: 0 >02:33:05,176 INFO program: Block size: 4096 >02:33:05,176 INFO program: Fragment size: 4096 >02:33:05,176 INFO program: Reserved GDT blocks: 383 >02:33:05,177 INFO program: Blocks per group: 32768 >02:33:05,177 INFO program: Fragments per group: 32768 >02:33:05,177 INFO program: Inodes per group: 8192 >02:33:05,177 INFO program: Inode blocks per group: 512 >02:33:05,177 INFO program: Flex block group size: 16 >02:33:05,177 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >02:33:05,177 INFO program: Last mount time: Fri Oct 17 22:25:21 2014 >02:33:05,177 INFO program: Last write time: Fri Oct 17 22:25:21 2014 >02:33:05,177 INFO program: Mount count: 1 >02:33:05,177 INFO program: Maximum mount count: -1 >02:33:05,177 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >02:33:05,178 INFO program: Check interval: 0 (<none>) >02:33:05,178 INFO program: Lifetime writes: 627 MB >02:33:05,178 INFO program: Reserved blocks uid: 0 (user root) >02:33:05,178 INFO program: Reserved blocks gid: 0 (group root) >02:33:05,178 INFO program: First inode: 11 >02:33:05,178 INFO program: Inode size: 256 >02:33:05,178 INFO program: Required extra isize: 28 >02:33:05,178 INFO program: Desired extra isize: 28 >02:33:05,178 INFO program: Journal inode: 8 >02:33:05,178 INFO program: First orphan inode: 151483 >02:33:05,178 INFO program: Default directory hash: half_md4 >02:33:05,179 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >02:33:05,179 INFO program: Journal backup: inode blocks >02:33:05,179 INFO program: Journal features: journal_incompat_revoke >02:33:05,179 INFO program: Journal size: 128M >02:33:05,179 INFO program: Journal length: 32768 >02:33:05,179 INFO program: Journal sequence: 0x00001b3f >02:33:05,179 INFO program: Journal start: 1 >02:33:05,179 INFO program: >02:33:05,179 DEBUG program: Return code: 0 >02:33:05,180 INFO program: Running... resize2fs -P /dev/mapper/live-rw >02:33:05,184 INFO program: resize2fs 1.42.11 (09-Jul-2014) >02:33:05,184 INFO program: Estimated minimum size of the filesystem: 1406376 >02:33:05,185 DEBUG program: Return code: 0 >02:33:05,222 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >02:33:05,227 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >02:33:05,228 INFO program: Filesystem volume name: _Fedora-Live-Wor >02:33:05,228 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >02:33:05,228 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >02:33:05,228 INFO program: Filesystem magic number: 0xEF53 >02:33:05,228 INFO program: Filesystem revision #: 1 (dynamic) >02:33:05,228 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 >02:33:05,229 INFO program: Filesystem flags: signed_directory_hash >02:33:05,229 INFO program: Default mount options: user_xattr acl >02:33:05,229 INFO program: Filesystem state: clean >02:33:05,229 INFO program: Errors behavior: Continue >02:33:05,229 INFO program: Filesystem OS type: Linux >02:33:05,229 INFO program: Inode count: 393216 >02:33:05,230 INFO program: Block count: 1572864 >02:33:05,230 INFO program: Reserved block count: 15727 >02:33:05,230 INFO program: Free blocks: 577129 >02:33:05,230 INFO program: Free inodes: 257163 >02:33:05,230 INFO program: First block: 0 >02:33:05,230 INFO program: Block size: 4096 >02:33:05,231 INFO program: Fragment size: 4096 >02:33:05,231 INFO program: Reserved GDT blocks: 383 >02:33:05,231 INFO program: Blocks per group: 32768 >02:33:05,231 INFO program: Fragments per group: 32768 >02:33:05,231 INFO program: Inodes per group: 8192 >02:33:05,231 INFO program: Inode blocks per group: 512 >02:33:05,231 INFO program: Flex block group size: 16 >02:33:05,231 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >02:33:05,232 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >02:33:05,232 INFO program: Last write time: Thu Oct 9 21:25:39 2014 >02:33:05,232 INFO program: Mount count: 0 >02:33:05,232 INFO program: Maximum mount count: -1 >02:33:05,232 INFO program: Last checked: Thu Oct 9 21:25:39 2014 >02:33:05,232 INFO program: Check interval: 0 (<none>) >02:33:05,232 INFO program: Lifetime writes: 627 MB >02:33:05,232 INFO program: Reserved blocks uid: 0 (user root) >02:33:05,232 INFO program: Reserved blocks gid: 0 (group root) >02:33:05,232 INFO program: First inode: 11 >02:33:05,232 INFO program: Inode size: 256 >02:33:05,233 INFO program: Required extra isize: 28 >02:33:05,233 INFO program: Desired extra isize: 28 >02:33:05,233 INFO program: Journal inode: 8 >02:33:05,233 INFO program: Default directory hash: half_md4 >02:33:05,233 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >02:33:05,233 INFO program: Journal backup: inode blocks >02:33:05,233 INFO program: Journal features: journal_incompat_revoke >02:33:05,233 INFO program: Journal size: 128M >02:33:05,233 INFO program: Journal length: 32768 >02:33:05,233 INFO program: Journal sequence: 0x00001b3e >02:33:05,233 INFO program: Journal start: 0 >02:33:05,233 INFO program: >02:33:05,234 DEBUG program: Return code: 0 >02:33:05,234 INFO program: Running... resize2fs -P /dev/mapper/live-base >02:33:05,238 INFO program: resize2fs 1.42.11 (09-Jul-2014) >02:33:05,238 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >02:33:05,238 INFO program: Couldn't find valid filesystem superblock. >02:33:05,239 DEBUG program: Return code: 1 >02:33:05,274 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >02:33:05,279 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >02:33:05,279 INFO program: Filesystem volume name: _Fedora-Live-Wor >02:33:05,279 INFO program: Last mounted on: /var/tmp/imgcreate-O2ynTS/install_root >02:33:05,279 INFO program: Filesystem UUID: 0ad82566-098c-46a4-88c8-10a2e187408a >02:33:05,279 INFO program: Filesystem magic number: 0xEF53 >02:33:05,279 INFO program: Filesystem revision #: 1 (dynamic) >02:33:05,280 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 >02:33:05,280 INFO program: Filesystem flags: signed_directory_hash >02:33:05,280 INFO program: Default mount options: user_xattr acl >02:33:05,280 INFO program: Filesystem state: clean >02:33:05,280 INFO program: Errors behavior: Continue >02:33:05,280 INFO program: Filesystem OS type: Linux >02:33:05,280 INFO program: Inode count: 352256 >02:33:05,280 INFO program: Block count: 1406376 >02:33:05,280 INFO program: Reserved block count: 14062 >02:33:05,280 INFO program: Free blocks: 413211 >02:33:05,281 INFO program: Free inodes: 216203 >02:33:05,281 INFO program: First block: 0 >02:33:05,281 INFO program: Block size: 4096 >02:33:05,281 INFO program: Fragment size: 4096 >02:33:05,281 INFO program: Reserved GDT blocks: 383 >02:33:05,281 INFO program: Blocks per group: 32768 >02:33:05,281 INFO program: Fragments per group: 32768 >02:33:05,281 INFO program: Inodes per group: 8192 >02:33:05,281 INFO program: Inode blocks per group: 512 >02:33:05,281 INFO program: Flex block group size: 16 >02:33:05,281 INFO program: Filesystem created: Thu Oct 9 20:56:57 2014 >02:33:05,282 INFO program: Last mount time: Thu Oct 9 20:57:01 2014 >02:33:05,282 INFO program: Last write time: Thu Oct 9 21:25:42 2014 >02:33:05,282 INFO program: Mount count: 0 >02:33:05,282 INFO program: Maximum mount count: -1 >02:33:05,282 INFO program: Last checked: Thu Oct 9 21:25:42 2014 >02:33:05,282 INFO program: Check interval: 0 (<none>) >02:33:05,282 INFO program: Lifetime writes: 629 MB >02:33:05,282 INFO program: Reserved blocks uid: 0 (user root) >02:33:05,282 INFO program: Reserved blocks gid: 0 (group root) >02:33:05,282 INFO program: First inode: 11 >02:33:05,282 INFO program: Inode size: 256 >02:33:05,283 INFO program: Required extra isize: 28 >02:33:05,283 INFO program: Desired extra isize: 28 >02:33:05,283 INFO program: Journal inode: 8 >02:33:05,283 INFO program: Default directory hash: half_md4 >02:33:05,283 INFO program: Directory Hash Seed: eb7e6683-0aa9-405f-b25b-c2b438cf705e >02:33:05,283 INFO program: Journal backup: inode blocks >02:33:05,283 INFO program: Journal features: journal_incompat_revoke >02:33:05,283 INFO program: Journal size: 128M >02:33:05,283 INFO program: Journal length: 32768 >02:33:05,283 INFO program: Journal sequence: 0x00001b3e >02:33:05,283 INFO program: Journal start: 0 >02:33:05,284 INFO program: >02:33:05,284 DEBUG program: Return code: 0 >02:33:05,284 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >02:33:05,288 INFO program: resize2fs 1.42.11 (09-Jul-2014) >02:33:05,288 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >02:33:05,288 INFO program: Couldn't find valid filesystem superblock. >02:33:05,289 DEBUG program: Return code: 1 >02:33:05,380 INFO program: Running... udevadm settle --timeout=300 >02:33:05,388 DEBUG program: Return code: 0 >02:33:05,388 INFO program: Running... mdadm --incremental --quiet /dev/md/imsm0 >02:33:05,394 DEBUG program: Return code: 0 >02:33:05,394 INFO program: Running... udevadm settle --timeout=300 >02:33:05,402 DEBUG program: Return code: 0 >02:33:05,411 INFO program: Running... hwclock --hctosys --localtime >02:33:06,097 DEBUG program: Return code: 0 >02:33:06,283 INFO program: Running... journalctl -b > > >/tmp/storage.log: >15:31:28,310 DEBUG blivet: registered device format class DeviceFormat as None >15:31:28,310 DEBUG blivet: registered device format class LUKS as luks >15:31:28,310 DEBUG blivet: registered device format class DMRaidMember as dmraidmember >15:31:28,312 DEBUG blivet: registered device format class Ext2FS as ext2 >15:31:28,312 DEBUG blivet: registered device format class Ext3FS as ext3 >15:31:28,312 DEBUG blivet: registered device format class Ext4FS as ext4 >15:31:28,312 DEBUG blivet: registered device format class FATFS as vfat >15:31:28,312 DEBUG blivet: registered device format class EFIFS as efi >15:31:28,312 DEBUG blivet: registered device format class BTRFS as btrfs >15:31:28,312 DEBUG blivet: registered device format class GFS2 as gfs2 >15:31:28,313 DEBUG blivet: registered device format class JFS as jfs >15:31:28,313 DEBUG blivet: registered device format class ReiserFS as reiserfs >15:31:28,313 DEBUG blivet: registered device format class XFS as xfs >15:31:28,313 DEBUG blivet: registered device format class HFS as hfs >15:31:28,313 DEBUG blivet: registered device format class AppleBootstrapFS as appleboot >15:31:28,313 DEBUG blivet: registered device format class HFSPlus as hfs+ >15:31:28,313 DEBUG blivet: registered device format class MacEFIFS as macefi >15:31:28,313 DEBUG blivet: registered device format class NTFS as ntfs >15:31:28,313 DEBUG blivet: registered device format class NFS as nfs >15:31:28,313 DEBUG blivet: registered device format class NFSv4 as nfs4 >15:31:28,313 DEBUG blivet: registered device format class Iso9660FS as iso9660 >15:31:28,313 DEBUG blivet: registered device format class NoDevFS as nodev >15:31:28,313 DEBUG blivet: registered device format class DevPtsFS as devpts >15:31:28,314 DEBUG blivet: registered device format class ProcFS as proc >15:31:28,314 DEBUG blivet: registered device format class SysFS as sysfs >15:31:28,314 DEBUG blivet: registered device format class TmpFS as tmpfs >15:31:28,314 DEBUG blivet: registered device format class BindFS as bind >15:31:28,314 DEBUG blivet: registered device format class SELinuxFS as selinuxfs >15:31:28,314 DEBUG blivet: registered device format class USBFS as usbfs >15:31:28,314 DEBUG blivet: registered device format class SwapSpace as swap >15:31:28,315 DEBUG blivet: registered device format class BIOSBoot as biosboot >15:31:28,315 DEBUG blivet: registered device format class DiskLabel as disklabel >15:31:28,315 DEBUG blivet: registered device format class PPCPRePBoot as prepboot >15:31:28,315 DEBUG blivet: registered device format class MDRaidMember as mdmember >15:31:28,315 DEBUG blivet: registered device format class MultipathMember as multipath_member >15:31:28,315 DEBUG blivet: registered device format class LVMPhysicalVolume as lvmpv >15:31:28,335 DEBUG blivet: IGNORED: Caught exception, continuing. >15:31:28,335 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >15:31:28,335 DEBUG blivet: IGNORED: Begin exception details. >15:31:28,335 DEBUG blivet: IGNORED: Traceback (most recent call last): >15:31:28,335 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >15:31:28,335 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >15:31:28,335 DEBUG blivet: IGNORED: IOError: Unknown error >15:31:28,335 DEBUG blivet: IGNORED: End exception details. >15:31:29,212 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >15:31:29,212 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >15:31:29,220 INFO blivet: sde1 looks to be the live device; marking as protected >15:31:29,231 INFO blivet: devices to scan: ['sde', 'sde1', 'sde2', 'sde3', 'sdd', 'sdd1', 'sda', 'sdb', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'md126', 'md126p1', 'md126p2', 'md126p3', 'md127'] >15:31:29,234 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924319', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >15:31:29,234 INFO blivet: scanning sde (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde)... >15:31:29,234 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >15:31:29,235 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,235 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >15:31:29,235 INFO blivet: sde is a disk >15:31:29,235 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 1 >15:31:29,236 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >15:31:29,245 INFO blivet: added disk sde (id 0) to device tree >15:31:29,245 DEBUG blivet: looking up parted Device: /dev/sde >15:31:29,245 INFO blivet: got device: DiskDevice instance (0x7f7c5a3eea10) -- > name = sde status = True kids = 0 id = 0 > parents = [] > uuid = None size = 1911 MiB > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- > model: Generic Flash Disk path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3913728 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5abb8f80> > target size = 0 B path = /dev/sde > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f7c5a3db7d0> >15:31:29,253 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >15:31:29,253 INFO blivet: type detected on 'sde' is 'iso9660' >15:31:29,253 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:31:29,253 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 3 >15:31:29,254 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: iso9660 ; >15:31:29,254 INFO blivet: got format: existing iso9660 filesystem >15:31:29,256 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2656256', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '65', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '924341', > 'name': 'sde1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >15:31:29,256 INFO blivet: scanning sde1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1)... >15:31:29,257 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde1 ; incomplete: False ; >15:31:29,257 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,257 INFO blivet: sde1 is a partition >15:31:29,257 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde1 ; >15:31:29,258 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >15:31:29,258 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >15:31:29,260 DEBUG blivet: lvm filter: adding sde1 to the reject list >15:31:29,260 DEBUG blivet: ignoring partition sde1 on iso9660 >15:31:29,260 DEBUG blivet: no device obtained for sde1 >15:31:29,262 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/4C54-8A45', > 'DEVNAME': 'sde2', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'EFI', > 'ID_FS_LABEL_ENC': 'EFI', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4C54-8A45', > 'ID_FS_UUID_ENC': '4C54-8A45', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '172', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10164', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '6e9f246b-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '66', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924361', > 'name': 'sde2', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', > '/dev/disk/by-label/EFI', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/4C54-8A45'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >15:31:29,262 INFO blivet: scanning sde2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2)... >15:31:29,262 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde2 ; incomplete: False ; >15:31:29,262 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,263 INFO blivet: sde2 is a partition >15:31:29,263 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde2 ; >15:31:29,263 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >15:31:29,264 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >15:31:29,266 DEBUG blivet: lvm filter: adding sde2 to the reject list >15:31:29,266 DEBUG blivet: ignoring partition sde2 on iso9660 >15:31:29,266 DEBUG blivet: no device obtained for sde2 >15:31:29,268 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'DEVNAME': 'sde3', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_Live', > 'ID_FS_LABEL_ENC': 'Fedora\\x20Live', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '10416', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40704', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '67', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924386', > 'name': 'sde3', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', > '/dev/disk/by-label/Fedora\\x20Live', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >15:31:29,268 INFO blivet: scanning sde3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3)... >15:31:29,269 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde3 ; incomplete: False ; >15:31:29,269 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,269 INFO blivet: sde3 is a partition >15:31:29,269 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde3 ; >15:31:29,269 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >15:31:29,270 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >15:31:29,271 DEBUG blivet: lvm filter: adding sde3 to the reject list >15:31:29,271 DEBUG blivet: ignoring partition sde3 on iso9660 >15:31:29,271 DEBUG blivet: no device obtained for sde3 >15:31:29,273 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0 /dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', > 'DEVNAME': 'sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '05d1fd8f', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_2_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_2A5C0ADD-0:0', > 'ID_SERIAL_SHORT': '2A5C0ADD', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924765', > 'name': 'sdd', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd'} ; name: sdd ; >15:31:29,273 INFO blivet: scanning sdd (/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd)... >15:31:29,273 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdd ; incomplete: False ; >15:31:29,274 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,274 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdd ; >15:31:29,274 INFO blivet: sdd is a disk >15:31:29,275 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 6 >15:31:29,275 DEBUG blivet: DiskDevice._setFormat: sdd ; current: None ; type: None ; >15:31:29,279 INFO blivet: added disk sdd (id 5) to device tree >15:31:29,279 DEBUG blivet: looking up parted Device: /dev/sdd >15:31:29,279 INFO blivet: got device: DiskDevice instance (0x7f7c5a389c10) -- > name = sdd status = True kids = 0 id = 5 > parents = [] > uuid = None size = 1911 MiB > format = existing None > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd partedDevice = parted.Device instance -- > model: Generic Flash Disk path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3913728 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36f440> > target size = 0 B path = /dev/sdd > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f7c5a389e90> >15:31:29,285 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd ; >15:31:29,286 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd ; label_type: dos ; >15:31:29,286 DEBUG blivet: DiskDevice.setup: sdd ; status: True ; controllable: True ; orig: False ; >15:31:29,286 DEBUG blivet: required disklabel type for sdd (1) is None >15:31:29,287 DEBUG blivet: default disklabel type for sdd is msdos >15:31:29,287 DEBUG blivet: selecting msdos disklabel for sdd based on size >15:31:29,287 DEBUG blivet: DiskLabel.__init__: device: /dev/sdd ; labelType: msdos ; exists: True ; >15:31:29,309 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 0x7f7c5a389b50>] > device: <parted.device.Device object at 0x7f7c5a324e50> > PedDisk: <_ped.Disk object at 0x7f7c5a32b560> >15:31:29,311 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 8 >15:31:29,311 DEBUG blivet: DiskDevice._setFormat: sdd ; current: None ; type: disklabel ; >15:31:29,313 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0-part1 /dev/disk/by-label/2GB /dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/F086-D378', > 'DEVNAME': 'sdd1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_LABEL': '2GB', > 'ID_FS_LABEL_ENC': '2GB', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'F086-D378', > 'ID_FS_UUID_ENC': 'F086-D378', > 'ID_FS_VERSION': 'FAT32', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:48', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3911680', > 'ID_PART_ENTRY_TYPE': '0xc', > 'ID_PART_ENTRY_UUID': '05d1fd8f-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '05d1fd8f', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_2_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_2A5C0ADD-0:0', > 'ID_SERIAL_SHORT': '2A5C0ADD', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '49', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924786', > 'name': 'sdd1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0-part1', > '/dev/disk/by-label/2GB', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/F086-D378'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1'} ; name: sdd1 ; >15:31:29,313 INFO blivet: scanning sdd1 (/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1)... >15:31:29,314 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdd1 ; incomplete: False ; >15:31:29,314 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,314 INFO blivet: sdd1 is a partition >15:31:29,314 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdd1 ; >15:31:29,314 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdd ; incomplete: False ; >15:31:29,315 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sdd (5) with existing msdos disklabel >15:31:29,317 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdd ; >15:31:29,317 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; >15:31:29,317 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 11 >15:31:29,318 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; current: None ; type: None ; >15:31:29,318 DEBUG blivet: looking up parted Partition: /dev/sdd1 >15:31:29,318 DEBUG blivet: PartitionDevice.probe: sdd1 ; exists: True ; >15:31:29,318 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 1 ; >15:31:29,319 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 10 ; >15:31:29,319 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 12 ; >15:31:29,319 INFO blivet: added partition sdd1 (id 10) to device tree >15:31:29,321 DEBUG blivet: looking up parted Device: /dev/sdd1 >15:31:29,319 INFO blivet: got device: PartitionDevice instance (0x7f7c5a389b10) -- > name = sdd1 status = True kids = 0 id = 10 > parents = ['existing 1911 MiB disk sdd (5) with existing msdos disklabel'] > uuid = None size = 1910 MiB > format = existing None > major = 8 minor = 49 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdd1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3911680 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1017, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36f560> > target size = 0 B path = /dev/sdd1 > 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 0x7f7c5a324f10> fileSystem: <parted.filesystem.FileSystem object at 0x7f7c5a389b90> > number: 1 path: /dev/sdd1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f7c5a389a50> PedPartition: <_ped.Partition object at 0x7f7c620a60b0> > disk = existing 1911 MiB disk sdd (5) with existing msdos disklabel > start = 2048 end = 3913727 length = 3911680 > flags = boot, lba >15:31:29,331 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd1 ; >15:31:29,331 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd1 ; label_type: None ; >15:31:29,331 DEBUG blivet: device sdd1 does not contain a disklabel >15:31:29,332 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 13 >15:31:29,332 INFO blivet: type detected on 'sdd1' is 'vfat' >15:31:29,332 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 14 >15:31:29,332 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; >15:31:29,332 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; current: None ; type: efi ; >15:31:29,332 INFO blivet: got format: existing efi filesystem >15:31:29,335 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF /dev/disk/by-id/wwn-0x5000cca6accd6099', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '926717', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', > '/dev/disk/by-id/wwn-0x5000cca6accd6099'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >15:31:29,335 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >15:31:29,335 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >15:31:29,335 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,335 INFO blivet: sda is part of a biosraid >15:31:29,336 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 17 >15:31:29,336 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >15:31:29,336 INFO blivet: added disk sda (id 16) to device tree >15:31:29,336 DEBUG blivet: looking up parted Device: /dev/sda >15:31:29,336 INFO blivet: got device: DiskDevice instance (0x7f7c5a32d550) -- > name = sda status = True kids = 0 id = 16 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HGST HTS721010A9 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36f680> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f7c5a32d510> >15:31:29,341 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >15:31:29,502 INFO blivet: type detected on 'sda' is 'isw_raid_member' >15:31:29,502 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda ; serial: JR10006PGYE8KF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >15:31:29,502 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 19 >15:31:29,503 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >15:31:29,503 INFO blivet: got format: existing mdmember >15:31:29,503 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >15:31:29,503 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >15:31:29,504 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >15:31:29,565 INFO blivet: using name imsm0 for md array containing member sda >15:31:29,565 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 21 >15:31:29,566 DEBUG blivet: MDRaidArrayDevice._setFormat: imsm0 ; current: None ; type: None ; >15:31:29,566 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: imsm0 ; >15:31:29,567 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sda ; >15:31:29,567 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >15:31:29,567 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:29,568 INFO blivet: added mdcontainer imsm0 (id 20) to device tree >15:31:29,569 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF /dev/disk/by-id/wwn-0x5000cca6accd6043', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > '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_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': '166', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', > 'ID_SERIAL_SHORT': 'JR10006PGYE5TF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6043', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '927146', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', > '/dev/disk/by-id/wwn-0x5000cca6accd6043'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >15:31:29,570 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >15:31:29,570 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >15:31:29,570 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,570 INFO blivet: sdb is part of a biosraid >15:31:29,570 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 25 >15:31:29,571 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >15:31:29,571 INFO blivet: added disk sdb (id 24) to device tree >15:31:29,571 DEBUG blivet: looking up parted Device: /dev/sdb >15:31:29,571 INFO blivet: got device: DiskDevice instance (0x7f7c5a32dd10) -- > name = sdb status = True kids = 0 id = 24 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > 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 HGST HTS721010A9 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36f7a0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f7c5a32dd50> >15:31:29,576 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >15:31:29,697 INFO blivet: type detected on 'sdb' is 'isw_raid_member' >15:31:29,697 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb ; serial: JR10006PGYE5TF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >15:31:29,697 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 27 >15:31:29,698 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: mdmember ; >15:31:29,698 INFO blivet: got format: existing mdmember >15:31:29,698 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb ; >15:31:29,698 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >15:31:29,699 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:29,699 DEBUG blivet: non-existent RAID container size == 931.51 GiB >15:31:29,699 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 931.51 GiB mdcontainer imsm0 (20) >15:31:29,703 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sdb ; >15:31:29,704 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >15:31:29,704 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:29,705 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', > 'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'TC00', > 'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'ID_SERIAL_SHORT': 'S12C6YCF1002SH', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '927769', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >15:31:29,705 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >15:31:29,706 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >15:31:29,706 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,706 INFO blivet: sr0 is a cdrom >15:31:29,706 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >15:31:29,707 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 30 >15:31:29,707 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >15:31:29,707 INFO blivet: added cdrom sr0 (id 29) to device tree >15:31:29,710 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:31:29,750 DEBUG blivet: looking up parted Device: /dev/sr0 >15:31:29,707 INFO blivet: got device: OpticalDevice instance (0x7f7c5a32df10) -- > name = sr0 status = True kids = 0 id = 29 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >15:31:29,830 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:31:29,872 DEBUG blivet: looking up parted Device: /dev/sr0 >15:31:29,954 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >15:31:29,954 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:31:29,994 DEBUG blivet: no media present for device sr0 >15:31:29,996 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2 /dev/disk/by-id/wwn-0x500a07510943e9d2', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928468', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', > '/dev/disk/by-id/wwn-0x500a07510943e9d2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >15:31:29,996 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc)... >15:31:29,996 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >15:31:29,997 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:29,997 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >15:31:29,997 INFO blivet: sdc is a disk >15:31:29,997 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 34 >15:31:29,998 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >15:31:30,002 INFO blivet: added disk sdc (id 33) to device tree >15:31:30,002 DEBUG blivet: looking up parted Device: /dev/sdc >15:31:30,002 INFO blivet: got device: DiskDevice instance (0x7f7c5a32d950) -- > name = sdc status = True kids = 0 id = 33 > parents = [] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 234441648 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36f830> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f7c5a351fd0> >15:31:30,017 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >15:31:30,018 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >15:31:30,018 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >15:31:30,018 DEBUG blivet: required disklabel type for sdc (1) is None >15:31:30,018 DEBUG blivet: default disklabel type for sdc is msdos >15:31:30,018 DEBUG blivet: selecting msdos disklabel for sdc based on size >15:31:30,019 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >15:31:30,026 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 0x7f7c5a359490>] > device: <parted.device.Device object at 0x7f7c5a359250> > PedDisk: <_ped.Disk object at 0x7f7c5a33bf80> >15:31:30,026 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 36 >15:31:30,027 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >15:31:30,029 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1 /dev/disk/by-id/wwn-0x500a07510943e9d2-part1 /dev/disk/by-label/Windows\\x20Boot /dev/disk/by-uuid/E6DA15CCDA159A3F', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Windows_Boot', > 'ID_FS_LABEL_ENC': 'Windows\\x20Boot', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'E6DA15CCDA159A3F', > 'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', > 'ID_MODEL': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > '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': '234436608', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '3dcdcf37-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928517', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', > '/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', > '/dev/disk/by-label/Windows\\x20Boot', > '/dev/disk/by-uuid/E6DA15CCDA159A3F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >15:31:30,029 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >15:31:30,030 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >15:31:30,030 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,030 INFO blivet: sdc1 is a partition >15:31:30,030 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >15:31:30,031 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >15:31:30,031 DEBUG blivet: DeviceTree.getDeviceByName returned existing 111.79 GiB disk sdc (33) with existing msdos disklabel >15:31:30,033 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >15:31:30,034 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >15:31:30,034 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 39 >15:31:30,034 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >15:31:30,034 DEBUG blivet: looking up parted Partition: /dev/sdc1 >15:31:30,034 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >15:31:30,035 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >15:31:30,035 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >15:31:30,036 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >15:31:30,036 INFO blivet: added partition sdc1 (id 38) to device tree >15:31:30,038 DEBUG blivet: looking up parted Device: /dev/sdc1 >15:31:30,036 INFO blivet: got device: PartitionDevice instance (0x7f7c5a3597d0) -- > name = sdc1 status = True kids = 0 id = 38 > parents = ['existing 111.79 GiB disk sdc (33) with existing msdos disklabel'] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 234436608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32636 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36f9e0> > 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 0x7f7c5a359310> fileSystem: <parted.filesystem.FileSystem object at 0x7f7c5a359750> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f7c5a359550> PedPartition: <_ped.Partition object at 0x7f7c5a352e90> > disk = existing 111.79 GiB disk sdc (33) with existing msdos disklabel > start = 2048 end = 234438655 length = 234436608 > flags = boot >15:31:30,052 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >15:31:30,052 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >15:31:30,052 DEBUG blivet: device sdc1 does not contain a disklabel >15:31:30,052 INFO blivet: type detected on 'sdc1' is 'ntfs' >15:31:30,052 DEBUG blivet: NTFS.supported: supported: False ; >15:31:30,053 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 41 >15:31:30,053 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >15:31:30,054 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: ntfs ; >15:31:30,054 INFO blivet: got format: existing ntfs filesystem >15:31:30,054 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974628', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >15:31:30,055 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >15:31:30,055 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >15:31:30,055 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,055 INFO blivet: loop0 is a loop device >15:31:30,055 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >15:31:30,056 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin.img (deleted) ; incomplete: False ; >15:31:30,056 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,056 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 44 >15:31:30,057 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >15:31:30,057 INFO blivet: added file /osmin.img (deleted) (id 43) to device tree >15:31:30,057 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >15:31:30,057 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 47 >15:31:30,058 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:31:30,058 INFO blivet: added loop loop0 (id 46) to device tree >15:31:30,058 INFO blivet: got device: LoopDevice instance (0x7f7c5a32dc50) -- > name = loop0 status = False kids = 0 id = 46 > parents = ['existing 0 B file /osmin.img (deleted) (43)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >15:31:30,059 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >15:31:30,059 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >15:31:30,059 DEBUG blivet: device loop0 does not contain a disklabel >15:31:30,059 INFO blivet: type detected on 'loop0' is 'squashfs' >15:31:30,060 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 49 >15:31:30,060 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:31:30,060 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974928', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >15:31:30,061 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >15:31:30,061 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >15:31:30,061 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,061 INFO blivet: loop1 is a loop device >15:31:30,061 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >15:31:30,062 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin ; incomplete: False ; >15:31:30,062 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,062 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 52 >15:31:30,063 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >15:31:30,063 INFO blivet: added file /osmin (id 51) to device tree >15:31:30,063 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >15:31:30,063 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 55 >15:31:30,064 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:31:30,064 INFO blivet: added loop loop1 (id 54) to device tree >15:31:30,064 INFO blivet: got device: LoopDevice instance (0x7f7c5a3598d0) -- > name = loop1 status = False kids = 0 id = 54 > parents = ['existing 0 B file /osmin (51)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >15:31:30,065 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >15:31:30,065 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >15:31:30,065 DEBUG blivet: device loop1 does not contain a disklabel >15:31:30,065 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >15:31:30,065 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 57 >15:31:30,066 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:31:30,066 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975223', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >15:31:30,067 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >15:31:30,067 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >15:31:30,067 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,067 INFO blivet: loop2 is a loop device >15:31:30,067 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >15:31:30,068 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; >15:31:30,068 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,068 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 60 >15:31:30,069 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >15:31:30,069 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 59) to device tree >15:31:30,069 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >15:31:30,069 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 63 >15:31:30,070 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:31:30,070 INFO blivet: added loop loop2 (id 62) to device tree >15:31:30,070 INFO blivet: got device: LoopDevice instance (0x7f7c5a359190) -- > name = loop2 status = False kids = 0 id = 62 > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (59)'] > 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 >15:31:30,071 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >15:31:30,071 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >15:31:30,071 DEBUG blivet: device loop2 does not contain a disklabel >15:31:30,071 INFO blivet: type detected on 'loop2' is 'squashfs' >15:31:30,072 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 65 >15:31:30,072 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:31:30,073 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975517', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >15:31:30,073 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >15:31:30,073 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >15:31:30,074 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,074 INFO blivet: loop3 is a loop device >15:31:30,074 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >15:31:30,074 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/ext3fs.img ; incomplete: False ; >15:31:30,075 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,075 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 68 >15:31:30,075 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >15:31:30,075 INFO blivet: added file /LiveOS/ext3fs.img (id 67) to device tree >15:31:30,076 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >15:31:30,076 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 71 >15:31:30,076 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >15:31:30,076 INFO blivet: added loop loop3 (id 70) to device tree >15:31:30,076 INFO blivet: got device: LoopDevice instance (0x7f7c5a359cd0) -- > name = loop3 status = False kids = 0 id = 70 > parents = ['existing 0 B file /LiveOS/ext3fs.img (67)'] > 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/loop3 > format args = [] originalFormat = None >15:31:30,077 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >15:31:30,078 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >15:31:30,078 DEBUG blivet: device loop3 does not contain a disklabel >15:31:30,078 INFO blivet: type detected on 'loop3' is 'ext4' >15:31:30,079 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:30,079 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 73 >15:31:30,079 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >15:31:30,079 INFO blivet: got format: existing ext4 filesystem >15:31:30,080 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975813', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >15:31:30,080 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >15:31:30,080 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >15:31:30,081 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,081 INFO blivet: loop4 is a loop device >15:31:30,081 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >15:31:30,081 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >15:31:30,082 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,082 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 76 >15:31:30,082 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >15:31:30,082 INFO blivet: added file /overlay (deleted) (id 75) to device tree >15:31:30,083 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >15:31:30,083 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 79 >15:31:30,083 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >15:31:30,083 INFO blivet: added loop loop4 (id 78) to device tree >15:31:30,083 INFO blivet: got device: LoopDevice instance (0x7f7c5a359b50) -- > name = loop4 status = False kids = 0 id = 78 > parents = ['existing 0 B file /overlay (deleted) (75)'] > 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/loop4 > format args = [] originalFormat = None >15:31:30,084 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >15:31:30,085 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >15:31:30,085 DEBUG blivet: device loop4 does not contain a disklabel >15:31:30,085 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >15:31:30,085 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 81 >15:31:30,085 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >15:31:30,086 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11532', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >15:31:30,086 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >15:31:30,087 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >15:31:30,087 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,087 INFO blivet: live-rw is a device-mapper device >15:31:30,087 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >15:31:30,088 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >15:31:30,088 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (70) with existing ext4 filesystem >15:31:30,089 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >15:31:30,089 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop4 (78) >15:31:30,090 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >15:31:30,090 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,091 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >15:31:30,091 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 84 >15:31:30,091 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >15:31:30,091 INFO blivet: added dm live-rw (id 83) to device tree >15:31:30,091 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >15:31:30,091 INFO blivet: got device: DMDevice instance (0x7f7c5a351ed0) -- > name = live-rw status = True kids = 0 id = 83 > parents = ['existing 0 B loop loop4 (78)'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36fa70> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >15:31:30,103 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >15:31:30,104 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >15:31:30,104 DEBUG blivet: device live-rw does not contain a disklabel >15:31:30,104 INFO blivet: type detected on 'live-rw' is 'ext4' >15:31:30,104 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:30,105 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 86 >15:31:30,105 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >15:31:30,105 INFO blivet: got format: existing ext4 filesystem >15:31:30,106 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '17479', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >15:31:30,106 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >15:31:30,107 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >15:31:30,107 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,107 INFO blivet: live-base is a device-mapper device >15:31:30,107 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >15:31:30,108 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >15:31:30,108 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >15:31:30,109 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (70) with existing ext4 filesystem >15:31:30,109 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >15:31:30,109 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,110 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >15:31:30,110 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 89 >15:31:30,110 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >15:31:30,111 INFO blivet: added dm live-base (id 88) to device tree >15:31:30,111 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >15:31:30,111 INFO blivet: got device: DMDevice instance (0x7f7c5a2e8390) -- > name = live-base status = True kids = 0 id = 88 > parents = ['existing 0 B loop loop3 (70) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36f8c0> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >15:31:30,117 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >15:31:30,117 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >15:31:30,117 DEBUG blivet: device live-base does not contain a disklabel >15:31:30,117 INFO blivet: type detected on 'live-base' is 'ext4' >15:31:30,118 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:30,118 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 91 >15:31:30,118 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >15:31:30,118 INFO blivet: got format: existing ext4 filesystem >15:31:30,119 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25184', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >15:31:30,119 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-2)... >15:31:30,120 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >15:31:30,120 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,120 INFO blivet: live-osimg-min is a device-mapper device >15:31:30,120 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >15:31:30,121 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >15:31:30,121 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >15:31:30,121 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >15:31:30,122 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (54) >15:31:30,123 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >15:31:30,123 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (70) with existing ext4 filesystem >15:31:30,124 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >15:31:30,124 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,124 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >15:31:30,125 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 94 >15:31:30,125 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >15:31:30,125 INFO blivet: added dm live-osimg-min (id 93) to device tree >15:31:30,125 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >15:31:30,125 INFO blivet: got device: DMDevice instance (0x7f7c5a359810) -- > name = live-osimg-min status = True kids = 0 id = 93 > parents = ['existing 0 B loop loop3 (70) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7f7c5a36fb00> > target size = 0 B path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >15:31:30,131 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >15:31:30,131 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >15:31:30,131 DEBUG blivet: device live-osimg-min does not contain a disklabel >15:31:30,131 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >15:31:30,132 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:30,132 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 96 >15:31:30,132 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >15:31:30,132 INFO blivet: got format: existing ext4 filesystem >15:31:30,133 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2 /dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '846762', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > '/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >15:31:30,133 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-3)... >15:31:30,134 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >15:31:30,134 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,134 INFO blivet: fedora-swap is an lvm logical volume >15:31:30,134 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-swap ; >15:31:30,135 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: fedora ; incomplete: False ; >15:31:30,135 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,136 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo /dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3 /dev/md/Volume1_0p3', > 'DEVNAME': 'md126p3', > 'DEVPATH': '/devices/virtual/block/md126/md126p3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_PART_ENTRY_DISK': '9:126', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '3174010880', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '732983296', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '22fc5314-03', > 'MAJOR': '259', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '352678', > 'name': 'md126p3', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', > '/dev/md/Volume1_0p3'], > 'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >15:31:30,136 INFO blivet: scanning md126p3 (/devices/virtual/block/md126/md126p3)... >15:31:30,137 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126p3 ; incomplete: False ; >15:31:30,137 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,137 INFO blivet: md126p3 is a partition >15:31:30,137 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: md126p3 ; >15:31:30,138 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >15:31:30,138 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >15:31:30,138 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >15:31:30,138 DEBUG blivet: returning Volume1_0p3 >15:31:30,138 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0p3 ; incomplete: False ; >15:31:30,138 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,138 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >15:31:30,138 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >15:31:30,138 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >15:31:30,139 DEBUG blivet: link: Volume1_0 -> ../md126 >15:31:30,139 DEBUG blivet: returning Volume1_0 >15:31:30,139 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >15:31:30,139 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,141 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d /dev/md/Volume1_0', > 'DEVNAME': 'md126', > 'DEVPATH': '/devices/virtual/block/md126', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '22fc5314', > 'MAJOR': '9', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '126', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_MD_CONTAINER': '/dev/md/imsm0', > 'UDISKS_MD_DEVICES': '2', > 'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', > 'UDISKS_MD_DEVICE_sda_ROLE': '0', > 'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', > 'UDISKS_MD_DEVICE_sdb_ROLE': '1', > 'UDISKS_MD_DEVNAME': 'Volume1_0', > 'UDISKS_MD_LEVEL': 'raid0', > 'UDISKS_MD_MEMBER': '0', > 'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'USEC_INITIALIZED': '291350', > 'name': 'md126', > 'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', > '/dev/md/Volume1_0'], > 'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >15:31:30,141 INFO blivet: scanning md126 (/devices/virtual/block/md126)... >15:31:30,141 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126 ; incomplete: False ; >15:31:30,142 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,142 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: True ; >15:31:30,142 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:30,143 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: md126 ; >15:31:30,143 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: imsm0 ; incomplete: False ; >15:31:30,144 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:30,144 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >15:31:30,143 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.03 GiB mdcontainer imsm0 (20) >15:31:30,148 DEBUG blivet: MDRaidArrayDevice._addParent: Volume1_0 ; member: imsm0 ; >15:31:30,148 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >15:31:30,156 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:30,156 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >15:31:30,158 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:32,025 INFO blivet: ISCSID is /sbin/iscsid >15:31:32,025 INFO blivet: no initiator set >15:31:32,055 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >15:31:32,055 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >15:31:32,245 DEBUG blivet: trying to set new default fstype to 'ext4' >15:31:32,253 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:32,253 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >15:31:32,253 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:32,259 INFO blivet: Detected 7936 MiB of memory >15:31:32,266 INFO blivet: Suggested swap size (7936 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >15:31:32,272 INFO blivet: Swap attempt of 0.0 >15:31:32,512 INFO blivet: resetting Blivet (version 0.61.4) instance <blivet.Blivet object at 0x7ff2c4e37150> >15:31:32,513 INFO blivet: no initiator set >15:31:32,514 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >15:31:32,514 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >15:31:32,568 DEBUG blivet: protected device spec /dev/sde1 resolved to sde1 >15:31:32,568 INFO blivet: sde1 looks to be the live device; marking as protected >15:31:32,586 INFO blivet: devices to scan: ['sde', 'sde1', 'sde2', 'sde3', 'sdd', 'sdd1', 'sda', 'sda1', 'sdb', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'md126', 'md126p1', 'md126p2', 'md126p3', 'md127'] >15:31:32,590 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924319', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >15:31:32,591 INFO blivet: scanning sde (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde)... >15:31:32,592 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >15:31:32,592 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:32,593 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >15:31:32,594 INFO blivet: sde is a disk >15:31:32,594 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >15:31:32,596 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >15:31:32,603 INFO blivet: added disk sde (id 1) to device tree >15:31:32,604 DEBUG blivet: looking up parted Device: /dev/sde >15:31:32,603 INFO blivet: got device: DiskDevice instance (0x7ff2b076ec10) -- > name = sde status = True kids = 0 id = 1 > parents = [] > uuid = None size = 1911 MiB > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- > model: Generic Flash Disk path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3913728 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b079b3b0> > target size = 0 B path = /dev/sde > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7ff2b0757890> >15:31:32,628 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >15:31:32,628 INFO blivet: type detected on 'sde' is 'iso9660' >15:31:32,629 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:31:32,629 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 4 >15:31:32,630 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: iso9660 ; >15:31:32,630 INFO blivet: got format: existing iso9660 filesystem >15:31:32,633 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2656256', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '65', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '924341', > 'name': 'sde1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >15:31:32,634 INFO blivet: scanning sde1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1)... >15:31:32,634 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde1 ; incomplete: False ; >15:31:32,635 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:32,635 INFO blivet: sde1 is a partition >15:31:32,635 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde1 ; >15:31:32,636 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >15:31:32,636 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >15:31:32,643 DEBUG blivet: lvm filter: adding sde1 to the reject list >15:31:32,643 DEBUG blivet: ignoring partition sde1 on iso9660 >15:31:32,643 DEBUG blivet: no device obtained for sde1 >15:31:32,645 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/4C54-8A45', > 'DEVNAME': 'sde2', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'EFI', > 'ID_FS_LABEL_ENC': 'EFI', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4C54-8A45', > 'ID_FS_UUID_ENC': '4C54-8A45', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '172', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10164', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '6e9f246b-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '66', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924361', > 'name': 'sde2', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', > '/dev/disk/by-label/EFI', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/4C54-8A45'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >15:31:32,645 INFO blivet: scanning sde2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2)... >15:31:32,646 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde2 ; incomplete: False ; >15:31:32,646 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:32,646 INFO blivet: sde2 is a partition >15:31:32,647 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde2 ; >15:31:32,647 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >15:31:32,647 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >15:31:32,653 DEBUG blivet: lvm filter: adding sde2 to the reject list >15:31:32,653 DEBUG blivet: ignoring partition sde2 on iso9660 >15:31:32,653 DEBUG blivet: no device obtained for sde2 >15:31:32,655 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'DEVNAME': 'sde3', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_Live', > 'ID_FS_LABEL_ENC': 'Fedora\\x20Live', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '10416', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40704', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '67', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924386', > 'name': 'sde3', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', > '/dev/disk/by-label/Fedora\\x20Live', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >15:31:32,655 INFO blivet: scanning sde3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3)... >15:31:32,656 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde3 ; incomplete: False ; >15:31:32,656 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:32,656 INFO blivet: sde3 is a partition >15:31:32,657 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde3 ; >15:31:32,657 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >15:31:32,658 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >15:31:32,662 DEBUG blivet: lvm filter: adding sde3 to the reject list >15:31:32,663 DEBUG blivet: ignoring partition sde3 on iso9660 >15:31:32,663 DEBUG blivet: no device obtained for sde3 >15:31:32,664 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0 /dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', > 'DEVNAME': 'sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '05d1fd8f', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_2_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_2A5C0ADD-0:0', > 'ID_SERIAL_SHORT': '2A5C0ADD', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924765', > 'name': 'sdd', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd'} ; name: sdd ; >15:31:32,664 INFO blivet: scanning sdd (/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd)... >15:31:32,665 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdd ; incomplete: False ; >15:31:32,665 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:32,666 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdd ; >15:31:32,666 INFO blivet: sdd is a disk >15:31:32,666 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >15:31:32,667 DEBUG blivet: DiskDevice._setFormat: sdd ; current: None ; type: None ; >15:31:32,672 INFO blivet: added disk sdd (id 6) to device tree >15:31:32,673 DEBUG blivet: looking up parted Device: /dev/sdd >15:31:32,673 INFO blivet: got device: DiskDevice instance (0x7ff2c4056210) -- > name = sdd status = True kids = 0 id = 6 > parents = [] > uuid = None size = 1911 MiB > format = existing None > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd partedDevice = parted.Device instance -- > model: Generic Flash Disk path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3913728 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b079b440> > target size = 0 B path = /dev/sdd > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7ff2b0757d50> >15:31:32,953 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd ; >15:31:32,954 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd ; label_type: dos ; >15:31:32,954 DEBUG blivet: DiskDevice.setup: sdd ; status: True ; controllable: True ; orig: False ; >15:31:32,954 DEBUG blivet: required disklabel type for sdd (1) is None >15:31:32,954 DEBUG blivet: default disklabel type for sdd is msdos >15:31:32,954 DEBUG blivet: selecting msdos disklabel for sdd based on size >15:31:32,956 DEBUG blivet: DiskLabel.__init__: device: /dev/sdd ; labelType: msdos ; exists: True ; >15:31:32,970 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 0x7ff2b01acd10>] > device: <parted.device.Device object at 0x7ff2b01be710> > PedDisk: <_ped.Disk object at 0x7ff2b01b0dd0> >15:31:32,971 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 9 >15:31:32,972 DEBUG blivet: DiskDevice._setFormat: sdd ; current: None ; type: disklabel ; >15:31:32,974 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0-part1 /dev/disk/by-label/2GB /dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/F086-D378', > 'DEVNAME': 'sdd1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_LABEL': '2GB', > 'ID_FS_LABEL_ENC': '2GB', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'F086-D378', > 'ID_FS_UUID_ENC': 'F086-D378', > 'ID_FS_VERSION': 'FAT32', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:48', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3911680', > 'ID_PART_ENTRY_TYPE': '0xc', > 'ID_PART_ENTRY_UUID': '05d1fd8f-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '05d1fd8f', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_2_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_2A5C0ADD-0:0', > 'ID_SERIAL_SHORT': '2A5C0ADD', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '49', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924786', > 'name': 'sdd1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_2A5C0ADD-0:0-part1', > '/dev/disk/by-label/2GB', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/F086-D378'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1'} ; name: sdd1 ; >15:31:32,975 INFO blivet: scanning sdd1 (/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1)... >15:31:32,975 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdd1 ; incomplete: False ; >15:31:32,976 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:32,976 INFO blivet: sdd1 is a partition >15:31:32,976 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdd1 ; >15:31:32,977 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdd ; incomplete: False ; >15:31:32,977 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sdd (6) with existing msdos disklabel >15:31:32,983 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdd ; >15:31:32,984 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; >15:31:32,984 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 12 >15:31:32,986 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; current: None ; type: None ; >15:31:32,987 DEBUG blivet: looking up parted Partition: /dev/sdd1 >15:31:32,990 DEBUG blivet: PartitionDevice.probe: sdd1 ; exists: True ; >15:31:32,991 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 1 ; >15:31:32,991 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 10 ; >15:31:32,992 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 12 ; >15:31:32,992 INFO blivet: added partition sdd1 (id 11) to device tree >15:31:32,995 DEBUG blivet: looking up parted Device: /dev/sdd1 >15:31:32,992 INFO blivet: got device: PartitionDevice instance (0x7ff2b0139150) -- > name = sdd1 status = True kids = 0 id = 11 > parents = ['existing 1911 MiB disk sdd (6) with existing msdos disklabel'] > uuid = None size = 1910 MiB > format = existing None > major = 8 minor = 49 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host7/target7:0:0/7:0:0:0/block/sdd/sdd1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdd1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3911680 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1017, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b079b4d0> > target size = 0 B path = /dev/sdd1 > 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 0x7ff2b01acb50> fileSystem: <parted.filesystem.FileSystem object at 0x7ff2b0139110> > number: 1 path: /dev/sdd1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff2b01acdd0> PedPartition: <_ped.Partition object at 0x7ff2b01b2830> > disk = existing 1911 MiB disk sdd (6) with existing msdos disklabel > start = 2048 end = 3913727 length = 3911680 > flags = boot, lba >15:31:33,022 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd1 ; >15:31:33,023 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd1 ; label_type: None ; >15:31:33,023 DEBUG blivet: device sdd1 does not contain a disklabel >15:31:33,023 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 14 >15:31:33,023 INFO blivet: type detected on 'sdd1' is 'vfat' >15:31:33,023 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 15 >15:31:33,024 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; >15:31:33,024 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; current: None ; type: efi ; >15:31:33,025 INFO blivet: got format: existing efi filesystem >15:31:33,027 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF /dev/disk/by-id/wwn-0x5000cca6accd6099', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '926717', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', > '/dev/disk/by-id/wwn-0x5000cca6accd6099'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >15:31:33,028 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >15:31:33,028 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >15:31:33,029 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:33,029 INFO blivet: sda is part of a biosraid >15:31:33,029 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 18 >15:31:33,030 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >15:31:33,030 INFO blivet: added disk sda (id 17) to device tree >15:31:33,030 DEBUG blivet: looking up parted Device: /dev/sda >15:31:33,030 INFO blivet: got device: DiskDevice instance (0x7ff2b0151550) -- > name = sda status = True kids = 0 id = 17 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HGST HTS721010A9 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b018d710> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff2b0151750> >15:31:33,042 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >15:31:33,217 INFO blivet: type detected on 'sda' is 'isw_raid_member' >15:31:33,218 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda ; serial: JR10006PGYE8KF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >15:31:33,218 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 20 >15:31:33,218 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >15:31:33,218 INFO blivet: got format: existing mdmember >15:31:33,219 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >15:31:33,220 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >15:31:33,220 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >15:31:33,235 INFO blivet: using name imsm0 for md array containing member sda >15:31:33,235 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >15:31:33,236 DEBUG blivet: MDRaidArrayDevice._setFormat: imsm0 ; current: None ; type: None ; >15:31:33,237 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: imsm0 ; >15:31:33,237 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sda ; >15:31:33,238 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >15:31:33,238 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >15:31:33,254 WARN blivet: failed to add member /dev/sda to md array /dev/md/imsm0: mdnominate failed for /dev/sda: 1 >15:31:33,254 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:33,254 INFO blivet: added mdcontainer imsm0 (id 21) to device tree >15:31:33,257 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1 /dev/disk/by-id/wwn-0x5000cca6accd6099-part1', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '2513021', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1', > '/dev/disk/by-id/wwn-0x5000cca6accd6099-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >15:31:33,257 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >15:31:33,257 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >15:31:33,258 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:33,258 INFO blivet: sda1 is a partition >15:31:33,259 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >15:31:33,259 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >15:31:33,260 DEBUG blivet: DeviceTree.getDeviceByName returned existing 931.51 GiB disk sda (17) with existing mdmember >15:31:33,265 DEBUG blivet: ignoring partition sda1 on mdmember >15:31:33,265 DEBUG blivet: no device obtained for sda1 >15:31:33,267 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF /dev/disk/by-id/wwn-0x5000cca6accd6043', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > '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_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': '166', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', > 'ID_SERIAL_SHORT': 'JR10006PGYE5TF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6043', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '927146', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', > '/dev/disk/by-id/wwn-0x5000cca6accd6043'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >15:31:33,268 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >15:31:33,268 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >15:31:33,269 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:33,269 INFO blivet: sdb is part of a biosraid >15:31:33,269 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 26 >15:31:33,270 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >15:31:33,270 INFO blivet: added disk sdb (id 25) to device tree >15:31:33,270 DEBUG blivet: looking up parted Device: /dev/sdb >15:31:33,270 INFO blivet: got device: DiskDevice instance (0x7ff2b0166dd0) -- > name = sdb status = True kids = 0 id = 25 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > 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 HGST HTS721010A9 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b018d8c0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff2b0166ad0> >15:31:33,280 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >15:31:33,437 INFO blivet: type detected on 'sdb' is 'isw_raid_member' >15:31:33,438 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb ; serial: JR10006PGYE5TF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >15:31:33,439 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 28 >15:31:33,439 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: mdmember ; >15:31:33,440 INFO blivet: got format: existing mdmember >15:31:33,440 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb ; >15:31:33,441 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >15:31:33,442 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:33,444 DEBUG blivet: non-existent RAID container size == 931.51 GiB >15:31:33,442 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 931.51 GiB mdcontainer imsm0 (21) >15:31:33,456 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:33,457 DEBUG blivet: non-existent RAID container size == 931.51 GiB >15:31:33,468 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:33,468 DEBUG blivet: non-existent RAID container size == 931.51 GiB >15:31:33,477 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sdb ; >15:31:33,478 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >15:31:33,479 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >15:31:33,494 WARN blivet: failed to add member /dev/sdb to md array /dev/md/imsm0: mdnominate failed for /dev/sdb: 1 >15:31:33,494 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:33,497 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', > 'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'TC00', > 'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'ID_SERIAL_SHORT': 'S12C6YCF1002SH', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '927769', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >15:31:33,497 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >15:31:33,498 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >15:31:33,499 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:33,499 INFO blivet: sr0 is a cdrom >15:31:33,499 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >15:31:33,500 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 31 >15:31:33,500 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >15:31:33,500 INFO blivet: added cdrom sr0 (id 30) to device tree >15:31:33,502 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:31:33,543 DEBUG blivet: looking up parted Device: /dev/sr0 >15:31:33,501 INFO blivet: got device: OpticalDevice instance (0x7ff2b0166750) -- > name = sr0 status = True kids = 0 id = 30 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >15:31:33,628 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:31:33,669 DEBUG blivet: looking up parted Device: /dev/sr0 >15:31:33,752 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:31:33,791 DEBUG blivet: looking up parted Device: /dev/sr0 >15:31:33,872 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:31:33,914 DEBUG blivet: looking up parted Device: /dev/sr0 >15:31:33,998 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >15:31:33,999 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:31:34,040 DEBUG blivet: no media present for device sr0 >15:31:34,043 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2 /dev/disk/by-id/wwn-0x500a07510943e9d2', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928468', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', > '/dev/disk/by-id/wwn-0x500a07510943e9d2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >15:31:34,043 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc)... >15:31:34,044 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >15:31:34,044 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:34,045 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >15:31:34,046 INFO blivet: sdc is a disk >15:31:34,046 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 35 >15:31:34,047 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >15:31:34,053 INFO blivet: added disk sdc (id 34) to device tree >15:31:34,053 DEBUG blivet: looking up parted Device: /dev/sdc >15:31:34,053 INFO blivet: got device: DiskDevice instance (0x7ff2b00bfb10) -- > name = sdc status = True kids = 0 id = 34 > parents = [] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 234441648 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b018d830> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ff2b0064e10> >15:31:34,070 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >15:31:34,071 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >15:31:34,072 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >15:31:34,072 DEBUG blivet: required disklabel type for sdc (1) is None >15:31:34,072 DEBUG blivet: default disklabel type for sdc is msdos >15:31:34,073 DEBUG blivet: selecting msdos disklabel for sdc based on size >15:31:34,073 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >15:31:34,082 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 0x7ff2b0075310>] > device: <parted.device.Device object at 0x7ff2b0166a50> > PedDisk: <_ped.Disk object at 0x7ff2b0078cb0> >15:31:34,083 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 37 >15:31:34,084 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >15:31:34,090 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1 /dev/disk/by-id/wwn-0x500a07510943e9d2-part1 /dev/disk/by-label/Windows\\x20Boot /dev/disk/by-uuid/E6DA15CCDA159A3F', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Windows_Boot', > 'ID_FS_LABEL_ENC': 'Windows\\x20Boot', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'E6DA15CCDA159A3F', > 'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', > 'ID_MODEL': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > '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': '234436608', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '3dcdcf37-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928517', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', > '/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', > '/dev/disk/by-label/Windows\\x20Boot', > '/dev/disk/by-uuid/E6DA15CCDA159A3F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >15:31:34,090 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >15:31:34,091 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >15:31:34,092 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:34,092 INFO blivet: sdc1 is a partition >15:31:34,092 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >15:31:34,093 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >15:31:34,094 DEBUG blivet: DeviceTree.getDeviceByName returned existing 111.79 GiB disk sdc (34) with existing msdos disklabel >15:31:34,103 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >15:31:34,104 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >15:31:34,104 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 40 >15:31:34,105 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >15:31:34,105 DEBUG blivet: looking up parted Partition: /dev/sdc1 >15:31:34,107 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >15:31:34,108 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >15:31:34,109 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >15:31:34,110 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >15:31:34,111 INFO blivet: added partition sdc1 (id 39) to device tree >15:31:34,115 DEBUG blivet: looking up parted Device: /dev/sdc1 >15:31:34,111 INFO blivet: got device: PartitionDevice instance (0x7ff2b0075610) -- > name = sdc1 status = True kids = 0 id = 39 > parents = ['existing 111.79 GiB disk sdc (34) with existing msdos disklabel'] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 234436608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32754 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b018db90> > 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 0x7ff2b00750d0> fileSystem: <parted.filesystem.FileSystem object at 0x7ff2b0075650> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ff2b00753d0> PedPartition: <_ped.Partition object at 0x7ff2b00ddfb0> > disk = existing 111.79 GiB disk sdc (34) with existing msdos disklabel > start = 2048 end = 234438655 length = 234436608 > flags = boot >15:31:34,150 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >15:31:34,152 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >15:31:34,153 DEBUG blivet: device sdc1 does not contain a disklabel >15:31:34,154 INFO blivet: type detected on 'sdc1' is 'ntfs' >15:31:36,613 DEBUG blivet: padding min size from 75996000000 up to 75996000500 >15:31:36,614 DEBUG blivet: NTFS.supported: supported: False ; >15:31:36,614 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 42 >15:31:36,615 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >15:31:36,616 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: ntfs ; >15:31:36,616 INFO blivet: got format: existing ntfs filesystem >15:31:36,617 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974628', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >15:31:36,617 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >15:31:36,618 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >15:31:36,618 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,619 INFO blivet: loop0 is a loop device >15:31:36,619 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >15:31:36,620 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin.img (deleted) ; incomplete: False ; >15:31:36,621 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,621 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 45 >15:31:36,622 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >15:31:36,622 INFO blivet: added file /osmin.img (deleted) (id 44) to device tree >15:31:36,623 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >15:31:36,623 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 48 >15:31:36,624 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:31:36,624 INFO blivet: added loop loop0 (id 47) to device tree >15:31:36,624 INFO blivet: got device: LoopDevice instance (0x7ff2b0075c10) -- > name = loop0 status = False kids = 0 id = 47 > parents = ['existing 0 B file /osmin.img (deleted) (44)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >15:31:36,626 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >15:31:36,627 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >15:31:36,627 DEBUG blivet: device loop0 does not contain a disklabel >15:31:36,627 INFO blivet: type detected on 'loop0' is 'squashfs' >15:31:36,628 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 50 >15:31:36,628 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:31:36,629 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974928', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >15:31:36,630 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >15:31:36,630 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >15:31:36,631 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,631 INFO blivet: loop1 is a loop device >15:31:36,632 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >15:31:36,632 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin ; incomplete: False ; >15:31:36,633 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,633 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 53 >15:31:36,634 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >15:31:36,634 INFO blivet: added file /osmin (id 52) to device tree >15:31:36,635 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >15:31:36,635 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 56 >15:31:36,636 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:31:36,636 INFO blivet: added loop loop1 (id 55) to device tree >15:31:36,636 INFO blivet: got device: LoopDevice instance (0x7ff2b0075d50) -- > name = loop1 status = False kids = 0 id = 55 > parents = ['existing 0 B file /osmin (52)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >15:31:36,638 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >15:31:36,639 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >15:31:36,639 DEBUG blivet: device loop1 does not contain a disklabel >15:31:36,639 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >15:31:36,639 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 58 >15:31:36,640 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:31:36,641 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975223', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >15:31:36,641 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >15:31:36,642 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >15:31:36,642 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,643 INFO blivet: loop2 is a loop device >15:31:36,643 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >15:31:36,644 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; >15:31:36,645 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,645 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 61 >15:31:36,645 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >15:31:36,646 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 60) to device tree >15:31:36,647 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >15:31:36,647 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 64 >15:31:36,647 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:31:36,648 INFO blivet: added loop loop2 (id 63) to device tree >15:31:36,648 INFO blivet: got device: LoopDevice instance (0x7ff2b0075790) -- > name = loop2 status = False kids = 0 id = 63 > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (60)'] > 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 >15:31:36,650 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >15:31:36,651 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >15:31:36,651 DEBUG blivet: device loop2 does not contain a disklabel >15:31:36,651 INFO blivet: type detected on 'loop2' is 'squashfs' >15:31:36,651 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 66 >15:31:36,652 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:31:36,653 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975517', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >15:31:36,654 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >15:31:36,654 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >15:31:36,655 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,655 INFO blivet: loop3 is a loop device >15:31:36,656 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >15:31:36,656 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/ext3fs.img ; incomplete: False ; >15:31:36,657 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,657 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 69 >15:31:36,658 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >15:31:36,658 INFO blivet: added file /LiveOS/ext3fs.img (id 68) to device tree >15:31:36,659 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >15:31:36,659 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 72 >15:31:36,660 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >15:31:36,660 INFO blivet: added loop loop3 (id 71) to device tree >15:31:36,660 INFO blivet: got device: LoopDevice instance (0x7ff2b00851d0) -- > name = loop3 status = False kids = 0 id = 71 > parents = ['existing 0 B file /LiveOS/ext3fs.img (68)'] > 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/loop3 > format args = [] originalFormat = None >15:31:36,662 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >15:31:36,663 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >15:31:36,663 DEBUG blivet: device loop3 does not contain a disklabel >15:31:36,663 INFO blivet: type detected on 'loop3' is 'ext4' >15:31:36,691 DEBUG blivet: size=0 B, current=6144 MiB >15:31:36,699 DEBUG blivet: using current size 0 as min size >15:31:36,700 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:36,700 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 74 >15:31:36,701 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >15:31:36,701 INFO blivet: got format: existing ext4 filesystem >15:31:36,702 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975813', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >15:31:36,702 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >15:31:36,703 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >15:31:36,704 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,704 INFO blivet: loop4 is a loop device >15:31:36,704 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >15:31:36,705 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >15:31:36,706 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,706 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 77 >15:31:36,707 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >15:31:36,707 INFO blivet: added file /overlay (deleted) (id 76) to device tree >15:31:36,708 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >15:31:36,708 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 80 >15:31:36,709 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >15:31:36,709 INFO blivet: added loop loop4 (id 79) to device tree >15:31:36,709 INFO blivet: got device: LoopDevice instance (0x7ff2b0085250) -- > name = loop4 status = False kids = 0 id = 79 > parents = ['existing 0 B file /overlay (deleted) (76)'] > 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/loop4 > format args = [] originalFormat = None >15:31:36,711 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >15:31:36,712 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >15:31:36,712 DEBUG blivet: device loop4 does not contain a disklabel >15:31:36,712 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >15:31:36,712 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 82 >15:31:36,713 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >15:31:36,715 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11532', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >15:31:36,715 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >15:31:36,716 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >15:31:36,716 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,716 INFO blivet: live-rw is a device-mapper device >15:31:36,717 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >15:31:36,718 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >15:31:36,718 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (71) with existing ext4 filesystem >15:31:36,720 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >15:31:36,720 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop4 (79) >15:31:36,722 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >15:31:36,722 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,723 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >15:31:36,723 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 85 >15:31:36,724 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >15:31:36,724 INFO blivet: added dm live-rw (id 84) to device tree >15:31:36,725 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >15:31:36,724 INFO blivet: got device: DMDevice instance (0x7ff2b0085410) -- > name = live-rw status = True kids = 0 id = 84 > parents = ['existing 0 B loop loop4 (79)'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32754 did: 0 busy: True > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b018dc20> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >15:31:36,744 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >15:31:36,744 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >15:31:36,745 DEBUG blivet: device live-rw does not contain a disklabel >15:31:36,745 INFO blivet: type detected on 'live-rw' is 'ext4' >15:31:36,761 DEBUG blivet: size=5493.66 MiB, current=6144 MiB >15:31:36,775 DEBUG blivet: padding min size from 5760516096 up to 5760516596 >15:31:36,776 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:36,776 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 87 >15:31:36,777 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >15:31:36,777 INFO blivet: got format: existing ext4 filesystem >15:31:36,779 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '17479', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >15:31:36,779 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >15:31:36,780 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >15:31:36,781 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,781 INFO blivet: live-base is a device-mapper device >15:31:36,781 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >15:31:36,782 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >15:31:36,783 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >15:31:36,784 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (71) with existing ext4 filesystem >15:31:36,785 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >15:31:36,786 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,787 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >15:31:36,787 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 90 >15:31:36,788 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >15:31:36,788 INFO blivet: added dm live-base (id 89) to device tree >15:31:36,788 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >15:31:36,788 INFO blivet: got device: DMDevice instance (0x7ff2b0075b90) -- > name = live-base status = True kids = 0 id = 89 > parents = ['existing 0 B loop loop3 (71) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 12617 did: 17767 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b018d7a0> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >15:31:36,802 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >15:31:36,803 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >15:31:36,803 DEBUG blivet: device live-base does not contain a disklabel >15:31:36,803 INFO blivet: type detected on 'live-base' is 'ext4' >15:31:36,819 DEBUG blivet: size=0 B, current=6144 MiB >15:31:36,826 DEBUG blivet: using current size 0 as min size >15:31:36,827 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:36,827 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 92 >15:31:36,828 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >15:31:36,828 INFO blivet: got format: existing ext4 filesystem >15:31:36,830 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25184', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >15:31:36,830 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-2)... >15:31:36,831 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >15:31:36,832 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,832 INFO blivet: live-osimg-min is a device-mapper device >15:31:36,833 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >15:31:36,833 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >15:31:36,834 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >15:31:36,835 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >15:31:36,835 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (55) >15:31:36,837 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >15:31:36,838 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (71) with existing ext4 filesystem >15:31:36,839 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >15:31:36,840 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,840 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >15:31:36,841 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 95 >15:31:36,841 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >15:31:36,842 INFO blivet: added dm live-osimg-min (id 94) to device tree >15:31:36,842 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >15:31:36,842 INFO blivet: got device: DMDevice instance (0x7ff2b0085390) -- > name = live-osimg-min status = True kids = 0 id = 94 > parents = ['existing 0 B loop loop3 (71) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7ff2b018dcb0> > target size = 0 B path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >15:31:36,856 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >15:31:36,856 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >15:31:36,857 DEBUG blivet: device live-osimg-min does not contain a disklabel >15:31:36,857 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >15:31:36,873 DEBUG blivet: size=0 B, current=5493.66 MiB >15:31:36,881 DEBUG blivet: using current size 0 as min size >15:31:36,881 DEBUG blivet: Ext4FS.supported: supported: True ; >15:31:36,882 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 97 >15:31:36,882 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >15:31:36,882 INFO blivet: got format: existing ext4 filesystem >15:31:36,885 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2 /dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '846762', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > '/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >15:31:36,885 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-3)... >15:31:36,885 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >15:31:36,886 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,886 INFO blivet: fedora-swap is an lvm logical volume >15:31:36,887 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-swap ; >15:31:36,888 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: fedora ; incomplete: False ; >15:31:36,888 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,891 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo /dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3 /dev/md/Volume1_0p3', > 'DEVNAME': 'md126p3', > 'DEVPATH': '/devices/virtual/block/md126/md126p3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_PART_ENTRY_DISK': '9:126', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '3174010880', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '732983296', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '22fc5314-03', > 'MAJOR': '259', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '352678', > 'name': 'md126p3', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', > '/dev/md/Volume1_0p3'], > 'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >15:31:36,891 INFO blivet: scanning md126p3 (/devices/virtual/block/md126/md126p3)... >15:31:36,892 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126p3 ; incomplete: False ; >15:31:36,892 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,893 INFO blivet: md126p3 is a partition >15:31:36,893 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: md126p3 ; >15:31:36,893 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >15:31:36,894 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >15:31:36,894 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >15:31:36,894 DEBUG blivet: returning Volume1_0p3 >15:31:36,894 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0p3 ; incomplete: False ; >15:31:36,895 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,895 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >15:31:36,896 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >15:31:36,896 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >15:31:36,896 DEBUG blivet: link: Volume1_0 -> ../md126 >15:31:36,896 DEBUG blivet: returning Volume1_0 >15:31:36,896 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >15:31:36,897 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,899 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d /dev/md/Volume1_0', > 'DEVNAME': 'md126', > 'DEVPATH': '/devices/virtual/block/md126', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '22fc5314', > 'MAJOR': '9', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '126', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_MD_CONTAINER': '/dev/md/imsm0', > 'UDISKS_MD_DEVICES': '2', > 'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', > 'UDISKS_MD_DEVICE_sda_ROLE': '0', > 'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', > 'UDISKS_MD_DEVICE_sdb_ROLE': '1', > 'UDISKS_MD_DEVNAME': 'Volume1_0', > 'UDISKS_MD_LEVEL': 'raid0', > 'UDISKS_MD_MEMBER': '0', > 'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'USEC_INITIALIZED': '291350', > 'name': 'md126', > 'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', > '/dev/md/Volume1_0'], > 'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >15:31:36,900 INFO blivet: scanning md126 (/devices/virtual/block/md126)... >15:31:36,901 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126 ; incomplete: False ; >15:31:36,901 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,902 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >15:31:36,903 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:31:36,904 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: md126 ; >15:31:36,904 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: imsm0 ; incomplete: False ; >15:31:36,905 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:36,906 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >15:31:36,905 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.03 GiB mdcontainer imsm0 (21) >15:31:36,915 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:36,915 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >15:31:36,924 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:36,925 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >15:31:36,935 DEBUG blivet: MDRaidArrayDevice._addParent: Volume1_0 ; member: imsm0 ; >15:31:36,935 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >15:31:36,940 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:36,941 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >15:31:36,964 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >15:31:36,965 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >15:31:36,985 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:30:46,025 DEBUG blivet: looking up parted Device: /dev/sr0 >02:30:46,109 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:30:46,153 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:02,054 DEBUG blivet: registered device format class DeviceFormat as None >02:32:02,054 DEBUG blivet: registered device format class LUKS as luks >02:32:02,054 DEBUG blivet: registered device format class DMRaidMember as dmraidmember >02:32:02,056 DEBUG blivet: registered device format class Ext2FS as ext2 >02:32:02,056 DEBUG blivet: registered device format class Ext3FS as ext3 >02:32:02,056 DEBUG blivet: registered device format class Ext4FS as ext4 >02:32:02,056 DEBUG blivet: registered device format class FATFS as vfat >02:32:02,057 DEBUG blivet: registered device format class EFIFS as efi >02:32:02,057 DEBUG blivet: registered device format class BTRFS as btrfs >02:32:02,057 DEBUG blivet: registered device format class GFS2 as gfs2 >02:32:02,057 DEBUG blivet: registered device format class JFS as jfs >02:32:02,057 DEBUG blivet: registered device format class ReiserFS as reiserfs >02:32:02,057 DEBUG blivet: registered device format class XFS as xfs >02:32:02,057 DEBUG blivet: registered device format class HFS as hfs >02:32:02,057 DEBUG blivet: registered device format class AppleBootstrapFS as appleboot >02:32:02,057 DEBUG blivet: registered device format class HFSPlus as hfs+ >02:32:02,058 DEBUG blivet: registered device format class MacEFIFS as macefi >02:32:02,058 DEBUG blivet: registered device format class NTFS as ntfs >02:32:02,058 DEBUG blivet: registered device format class NFS as nfs >02:32:02,058 DEBUG blivet: registered device format class NFSv4 as nfs4 >02:32:02,058 DEBUG blivet: registered device format class Iso9660FS as iso9660 >02:32:02,058 DEBUG blivet: registered device format class NoDevFS as nodev >02:32:02,058 DEBUG blivet: registered device format class DevPtsFS as devpts >02:32:02,058 DEBUG blivet: registered device format class ProcFS as proc >02:32:02,058 DEBUG blivet: registered device format class SysFS as sysfs >02:32:02,058 DEBUG blivet: registered device format class TmpFS as tmpfs >02:32:02,058 DEBUG blivet: registered device format class BindFS as bind >02:32:02,058 DEBUG blivet: registered device format class SELinuxFS as selinuxfs >02:32:02,058 DEBUG blivet: registered device format class USBFS as usbfs >02:32:02,059 DEBUG blivet: registered device format class SwapSpace as swap >02:32:02,059 DEBUG blivet: registered device format class BIOSBoot as biosboot >02:32:02,059 DEBUG blivet: registered device format class DiskLabel as disklabel >02:32:02,060 DEBUG blivet: registered device format class PPCPRePBoot as prepboot >02:32:02,060 DEBUG blivet: registered device format class MDRaidMember as mdmember >02:32:02,060 DEBUG blivet: registered device format class MultipathMember as multipath_member >02:32:02,060 DEBUG blivet: registered device format class LVMPhysicalVolume as lvmpv >02:32:02,090 DEBUG blivet: IGNORED: Caught exception, continuing. >02:32:02,090 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >02:32:02,090 DEBUG blivet: IGNORED: Begin exception details. >02:32:02,090 DEBUG blivet: IGNORED: Traceback (most recent call last): >02:32:02,090 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >02:32:02,090 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >02:32:02,090 DEBUG blivet: IGNORED: IOError: Unknown error >02:32:02,090 DEBUG blivet: IGNORED: End exception details. >02:32:03,026 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >02:32:03,026 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >02:32:03,033 INFO blivet: sde1 looks to be the live device; marking as protected >02:32:03,044 INFO blivet: devices to scan: ['sde', 'sde1', 'sde2', 'sde3', 'sda', 'sda1', 'sdb', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'md126', 'md126p1', 'md126p2', 'md126p3', 'md127'] >02:32:03,046 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924319', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >02:32:03,046 INFO blivet: scanning sde (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde)... >02:32:03,046 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:03,047 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,047 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >02:32:03,047 INFO blivet: sde is a disk >02:32:03,048 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 1 >02:32:03,049 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >02:32:03,053 INFO blivet: added disk sde (id 0) to device tree >02:32:03,053 DEBUG blivet: looking up parted Device: /dev/sde >02:32:03,053 INFO blivet: got device: DiskDevice instance (0x7fb1206f2b10) -- > name = sde status = True kids = 0 id = 0 > parents = [] > uuid = None size = 1911 MiB > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- > model: Generic Flash Disk path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3913728 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7fb1206df0e0> > target size = 0 B path = /dev/sde > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7fb1206dc8d0> >02:32:03,060 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >02:32:03,060 INFO blivet: type detected on 'sde' is 'iso9660' >02:32:03,061 DEBUG blivet: Iso9660FS.supported: supported: True ; >02:32:03,061 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 3 >02:32:03,062 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: iso9660 ; >02:32:03,062 INFO blivet: got format: existing iso9660 filesystem >02:32:03,064 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2656256', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '65', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '924341', > 'name': 'sde1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >02:32:03,064 INFO blivet: scanning sde1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1)... >02:32:03,064 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde1 ; incomplete: False ; >02:32:03,064 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,065 INFO blivet: sde1 is a partition >02:32:03,065 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde1 ; >02:32:03,065 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:03,065 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >02:32:03,067 DEBUG blivet: lvm filter: adding sde1 to the reject list >02:32:03,067 DEBUG blivet: ignoring partition sde1 on iso9660 >02:32:03,067 DEBUG blivet: no device obtained for sde1 >02:32:03,069 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/4C54-8A45', > 'DEVNAME': 'sde2', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'EFI', > 'ID_FS_LABEL_ENC': 'EFI', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4C54-8A45', > 'ID_FS_UUID_ENC': '4C54-8A45', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '172', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10164', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '6e9f246b-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '66', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924361', > 'name': 'sde2', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', > '/dev/disk/by-label/EFI', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/4C54-8A45'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >02:32:03,069 INFO blivet: scanning sde2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2)... >02:32:03,069 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde2 ; incomplete: False ; >02:32:03,070 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,070 INFO blivet: sde2 is a partition >02:32:03,070 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde2 ; >02:32:03,070 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:03,071 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >02:32:03,072 DEBUG blivet: lvm filter: adding sde2 to the reject list >02:32:03,072 DEBUG blivet: ignoring partition sde2 on iso9660 >02:32:03,072 DEBUG blivet: no device obtained for sde2 >02:32:03,074 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'DEVNAME': 'sde3', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_Live', > 'ID_FS_LABEL_ENC': 'Fedora\\x20Live', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '10416', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40704', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '67', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924386', > 'name': 'sde3', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', > '/dev/disk/by-label/Fedora\\x20Live', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >02:32:03,074 INFO blivet: scanning sde3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3)... >02:32:03,075 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde3 ; incomplete: False ; >02:32:03,075 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,075 INFO blivet: sde3 is a partition >02:32:03,076 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde3 ; >02:32:03,076 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:03,076 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >02:32:03,078 DEBUG blivet: lvm filter: adding sde3 to the reject list >02:32:03,078 DEBUG blivet: ignoring partition sde3 on iso9660 >02:32:03,078 DEBUG blivet: no device obtained for sde3 >02:32:03,080 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF /dev/disk/by-id/wwn-0x5000cca6accd6099', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '926717', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', > '/dev/disk/by-id/wwn-0x5000cca6accd6099'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >02:32:03,080 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >02:32:03,080 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >02:32:03,081 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,081 INFO blivet: sda is part of a biosraid >02:32:03,081 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 6 >02:32:03,081 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >02:32:03,081 INFO blivet: added disk sda (id 5) to device tree >02:32:03,081 DEBUG blivet: looking up parted Device: /dev/sda >02:32:03,081 INFO blivet: got device: DiskDevice instance (0x7fb12068be90) -- > name = sda status = True kids = 0 id = 5 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HGST HTS721010A9 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7fb1206df560> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fb12068be50> >02:32:03,095 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >02:32:03,302 INFO blivet: type detected on 'sda' is 'isw_raid_member' >02:32:03,303 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda ; serial: JR10006PGYE8KF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >02:32:03,303 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 8 >02:32:03,303 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >02:32:03,304 INFO blivet: got format: existing mdmember >02:32:03,304 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >02:32:03,305 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >02:32:03,305 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >02:32:03,321 INFO blivet: using name imsm0 for md array containing member sda >02:32:03,321 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 10 >02:32:03,322 DEBUG blivet: MDRaidArrayDevice._setFormat: imsm0 ; current: None ; type: None ; >02:32:03,323 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: imsm0 ; >02:32:03,323 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sda ; >02:32:03,324 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >02:32:03,324 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:03,325 INFO blivet: added mdcontainer imsm0 (id 9) to device tree >02:32:03,328 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1 /dev/disk/by-id/wwn-0x5000cca6accd6099-part1', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '2513021', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1', > '/dev/disk/by-id/wwn-0x5000cca6accd6099-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >02:32:03,328 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >02:32:03,329 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >02:32:03,329 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,330 INFO blivet: sda1 is a partition >02:32:03,330 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >02:32:03,330 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >02:32:03,331 DEBUG blivet: DeviceTree.getDeviceByName returned existing 931.51 GiB disk sda (5) with existing mdmember >02:32:03,333 DEBUG blivet: ignoring partition sda1 on mdmember >02:32:03,333 DEBUG blivet: no device obtained for sda1 >02:32:03,335 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF /dev/disk/by-id/wwn-0x5000cca6accd6043', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > '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_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': '166', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', > 'ID_SERIAL_SHORT': 'JR10006PGYE5TF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6043', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '927146', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', > '/dev/disk/by-id/wwn-0x5000cca6accd6043'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >02:32:03,335 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >02:32:03,335 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >02:32:03,335 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,336 INFO blivet: sdb is part of a biosraid >02:32:03,336 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 14 >02:32:03,336 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >02:32:03,336 INFO blivet: added disk sdb (id 13) to device tree >02:32:03,336 DEBUG blivet: looking up parted Device: /dev/sdb >02:32:03,336 INFO blivet: got device: DiskDevice instance (0x7fb12078b610) -- > name = sdb status = True kids = 0 id = 13 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > 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 HGST HTS721010A9 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7fb1206df4d0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fb1206a44d0> >02:32:03,341 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >02:32:03,508 INFO blivet: type detected on 'sdb' is 'isw_raid_member' >02:32:03,509 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb ; serial: JR10006PGYE5TF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >02:32:03,509 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 16 >02:32:03,509 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: mdmember ; >02:32:03,509 INFO blivet: got format: existing mdmember >02:32:03,510 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb ; >02:32:03,510 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >02:32:03,510 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:03,511 DEBUG blivet: non-existent RAID container size == 931.51 GiB >02:32:03,510 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 931.51 GiB mdcontainer imsm0 (9) >02:32:03,514 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sdb ; >02:32:03,515 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >02:32:03,515 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:03,516 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', > 'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'TC00', > 'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'ID_SERIAL_SHORT': 'S12C6YCF1002SH', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '927769', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >02:32:03,516 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >02:32:03,517 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >02:32:03,517 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,517 INFO blivet: sr0 is a cdrom >02:32:03,517 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >02:32:03,517 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 19 >02:32:03,518 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >02:32:03,518 INFO blivet: added cdrom sr0 (id 18) to device tree >02:32:03,519 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:03,562 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:03,518 INFO blivet: got device: OpticalDevice instance (0x7fb1206a4850) -- > name = sr0 status = True kids = 0 id = 18 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >02:32:03,645 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:03,685 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:03,765 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >02:32:03,766 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:03,807 DEBUG blivet: no media present for device sr0 >02:32:03,811 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2 /dev/disk/by-id/wwn-0x500a07510943e9d2', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928468', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', > '/dev/disk/by-id/wwn-0x500a07510943e9d2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >02:32:03,811 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc)... >02:32:03,811 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >02:32:03,812 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,812 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >02:32:03,813 INFO blivet: sdc is a disk >02:32:03,813 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 23 >02:32:03,814 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >02:32:03,818 INFO blivet: added disk sdc (id 22) to device tree >02:32:03,818 DEBUG blivet: looking up parted Device: /dev/sdc >02:32:03,818 INFO blivet: got device: DiskDevice instance (0x7fb1206a4810) -- > name = sdc status = True kids = 0 id = 22 > parents = [] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 234441648 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7fb1206df680> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fb120649bd0> >02:32:03,833 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >02:32:03,834 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >02:32:03,834 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >02:32:03,834 DEBUG blivet: required disklabel type for sdc (1) is None >02:32:03,834 DEBUG blivet: default disklabel type for sdc is msdos >02:32:03,834 DEBUG blivet: selecting msdos disklabel for sdc based on size >02:32:03,835 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >02:32:03,843 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 0x7fb1206a47d0>] > device: <parted.device.Device object at 0x7fb120649d50> > PedDisk: <_ped.Disk object at 0x7fb120653c20> >02:32:03,844 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 25 >02:32:03,845 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >02:32:03,848 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1 /dev/disk/by-id/wwn-0x500a07510943e9d2-part1 /dev/disk/by-label/Windows\\x20Boot /dev/disk/by-uuid/E6DA15CCDA159A3F', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Windows_Boot', > 'ID_FS_LABEL_ENC': 'Windows\\x20Boot', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'E6DA15CCDA159A3F', > 'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', > 'ID_MODEL': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > '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': '234436608', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '3dcdcf37-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928517', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', > '/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', > '/dev/disk/by-label/Windows\\x20Boot', > '/dev/disk/by-uuid/E6DA15CCDA159A3F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >02:32:03,848 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >02:32:03,849 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >02:32:03,849 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,849 INFO blivet: sdc1 is a partition >02:32:03,849 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >02:32:03,850 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >02:32:03,850 DEBUG blivet: DeviceTree.getDeviceByName returned existing 111.79 GiB disk sdc (22) with existing msdos disklabel >02:32:03,852 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >02:32:03,853 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >02:32:03,853 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 28 >02:32:03,853 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >02:32:03,853 DEBUG blivet: looking up parted Partition: /dev/sdc1 >02:32:03,854 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >02:32:03,854 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >02:32:03,855 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >02:32:03,855 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >02:32:03,856 INFO blivet: added partition sdc1 (id 27) to device tree >02:32:03,857 DEBUG blivet: looking up parted Device: /dev/sdc1 >02:32:03,856 INFO blivet: got device: PartitionDevice instance (0x7fb1206413d0) -- > name = sdc1 status = True kids = 0 id = 27 > parents = ['existing 111.79 GiB disk sdc (22) with existing msdos disklabel'] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 234436608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32689 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7fb1206df710> > 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 0x7fb120649cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fb120641410> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fb1206a4910> PedPartition: <_ped.Partition object at 0x7fb12063ed70> > disk = existing 111.79 GiB disk sdc (22) with existing msdos disklabel > start = 2048 end = 234438655 length = 234436608 > flags = boot >02:32:03,871 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >02:32:03,871 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >02:32:03,871 DEBUG blivet: device sdc1 does not contain a disklabel >02:32:03,871 INFO blivet: type detected on 'sdc1' is 'ntfs' >02:32:03,872 DEBUG blivet: NTFS.supported: supported: False ; >02:32:03,872 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 30 >02:32:03,872 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >02:32:03,872 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: ntfs ; >02:32:03,872 INFO blivet: got format: existing ntfs filesystem >02:32:03,873 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974628', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >02:32:03,873 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >02:32:03,873 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >02:32:03,874 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,874 INFO blivet: loop0 is a loop device >02:32:03,874 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >02:32:03,874 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin.img (deleted) ; incomplete: False ; >02:32:03,875 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,875 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 33 >02:32:03,875 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >02:32:03,875 INFO blivet: added file /osmin.img (deleted) (id 32) to device tree >02:32:03,876 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >02:32:03,876 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 36 >02:32:03,876 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >02:32:03,876 INFO blivet: added loop loop0 (id 35) to device tree >02:32:03,876 INFO blivet: got device: LoopDevice instance (0x7fb12065afd0) -- > name = loop0 status = False kids = 0 id = 35 > parents = ['existing 0 B file /osmin.img (deleted) (32)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >02:32:03,877 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >02:32:03,877 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >02:32:03,877 DEBUG blivet: device loop0 does not contain a disklabel >02:32:03,878 INFO blivet: type detected on 'loop0' is 'squashfs' >02:32:03,878 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 38 >02:32:03,878 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >02:32:03,878 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974928', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >02:32:03,879 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >02:32:03,879 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >02:32:03,879 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,879 INFO blivet: loop1 is a loop device >02:32:03,879 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >02:32:03,880 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin ; incomplete: False ; >02:32:03,880 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,880 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 41 >02:32:03,881 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >02:32:03,881 INFO blivet: added file /osmin (id 40) to device tree >02:32:03,881 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >02:32:03,881 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 44 >02:32:03,882 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >02:32:03,882 INFO blivet: added loop loop1 (id 43) to device tree >02:32:03,882 INFO blivet: got device: LoopDevice instance (0x7fb120661350) -- > name = loop1 status = False kids = 0 id = 43 > parents = ['existing 0 B file /osmin (40)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >02:32:03,883 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >02:32:03,883 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >02:32:03,883 DEBUG blivet: device loop1 does not contain a disklabel >02:32:03,883 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >02:32:03,883 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 46 >02:32:03,883 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >02:32:03,884 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975223', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >02:32:03,884 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >02:32:03,884 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >02:32:03,885 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,885 INFO blivet: loop2 is a loop device >02:32:03,885 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >02:32:03,885 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; >02:32:03,886 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,886 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 49 >02:32:03,886 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >02:32:03,886 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 48) to device tree >02:32:03,887 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >02:32:03,887 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 52 >02:32:03,887 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >02:32:03,887 INFO blivet: added loop loop2 (id 51) to device tree >02:32:03,887 INFO blivet: got device: LoopDevice instance (0x7fb12068bc10) -- > name = loop2 status = False kids = 0 id = 51 > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (48)'] > 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 >02:32:03,888 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >02:32:03,888 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >02:32:03,888 DEBUG blivet: device loop2 does not contain a disklabel >02:32:03,888 INFO blivet: type detected on 'loop2' is 'squashfs' >02:32:03,888 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 54 >02:32:03,889 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >02:32:03,890 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975517', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >02:32:03,890 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >02:32:03,890 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:03,890 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,890 INFO blivet: loop3 is a loop device >02:32:03,891 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >02:32:03,891 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/ext3fs.img ; incomplete: False ; >02:32:03,891 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,891 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 57 >02:32:03,892 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >02:32:03,892 INFO blivet: added file /LiveOS/ext3fs.img (id 56) to device tree >02:32:03,892 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >02:32:03,892 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 60 >02:32:03,892 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >02:32:03,893 INFO blivet: added loop loop3 (id 59) to device tree >02:32:03,893 INFO blivet: got device: LoopDevice instance (0x7fb120661550) -- > name = loop3 status = False kids = 0 id = 59 > parents = ['existing 0 B file /LiveOS/ext3fs.img (56)'] > 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/loop3 > format args = [] originalFormat = None >02:32:03,893 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >02:32:03,894 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >02:32:03,894 DEBUG blivet: device loop3 does not contain a disklabel >02:32:03,894 INFO blivet: type detected on 'loop3' is 'ext4' >02:32:03,894 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:03,894 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 62 >02:32:03,895 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >02:32:03,895 INFO blivet: got format: existing ext4 filesystem >02:32:03,895 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975813', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >02:32:03,895 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >02:32:03,896 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >02:32:03,896 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,896 INFO blivet: loop4 is a loop device >02:32:03,896 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >02:32:03,897 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >02:32:03,897 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,897 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 65 >02:32:03,897 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >02:32:03,897 INFO blivet: added file /overlay (deleted) (id 64) to device tree >02:32:03,898 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >02:32:03,898 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 68 >02:32:03,898 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >02:32:03,898 INFO blivet: added loop loop4 (id 67) to device tree >02:32:03,898 INFO blivet: got device: LoopDevice instance (0x7fb120661810) -- > name = loop4 status = False kids = 0 id = 67 > parents = ['existing 0 B file /overlay (deleted) (64)'] > 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/loop4 > format args = [] originalFormat = None >02:32:03,899 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >02:32:03,899 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >02:32:03,899 DEBUG blivet: device loop4 does not contain a disklabel >02:32:03,900 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >02:32:03,900 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 70 >02:32:03,900 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >02:32:03,901 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11532', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >02:32:03,901 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >02:32:03,901 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >02:32:03,902 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,902 INFO blivet: live-rw is a device-mapper device >02:32:03,902 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >02:32:03,902 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:03,902 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (59) with existing ext4 filesystem >02:32:03,903 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >02:32:03,903 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop4 (67) >02:32:03,904 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >02:32:03,904 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,905 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >02:32:03,905 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 73 >02:32:03,905 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >02:32:03,905 INFO blivet: added dm live-rw (id 72) to device tree >02:32:03,906 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >02:32:03,905 INFO blivet: got device: DMDevice instance (0x7fb120661a10) -- > name = live-rw status = True kids = 0 id = 72 > parents = ['existing 0 B loop loop4 (67)'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fb1206df8c0> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >02:32:03,914 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >02:32:03,915 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >02:32:03,915 DEBUG blivet: device live-rw does not contain a disklabel >02:32:03,915 INFO blivet: type detected on 'live-rw' is 'ext4' >02:32:03,915 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:03,915 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 75 >02:32:03,916 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >02:32:03,916 INFO blivet: got format: existing ext4 filesystem >02:32:03,917 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '17479', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >02:32:03,917 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >02:32:03,917 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >02:32:03,918 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,918 INFO blivet: live-base is a device-mapper device >02:32:03,918 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >02:32:03,918 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >02:32:03,919 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:03,919 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (59) with existing ext4 filesystem >02:32:03,920 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >02:32:03,920 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,920 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >02:32:03,920 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 78 >02:32:03,921 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >02:32:03,921 INFO blivet: added dm live-base (id 77) to device tree >02:32:03,921 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >02:32:03,921 INFO blivet: got device: DMDevice instance (0x7fb120661bd0) -- > name = live-base status = True kids = 0 id = 77 > parents = ['existing 0 B loop loop3 (59) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fb1206df830> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >02:32:03,926 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >02:32:03,927 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >02:32:03,927 DEBUG blivet: device live-base does not contain a disklabel >02:32:03,927 INFO blivet: type detected on 'live-base' is 'ext4' >02:32:03,927 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:03,927 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 80 >02:32:03,927 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >02:32:03,928 INFO blivet: got format: existing ext4 filesystem >02:32:03,929 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25184', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >02:32:03,929 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-2)... >02:32:03,929 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >02:32:03,929 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,929 INFO blivet: live-osimg-min is a device-mapper device >02:32:03,930 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >02:32:03,930 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >02:32:03,930 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >02:32:03,931 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >02:32:03,931 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (43) >02:32:03,931 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:03,932 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (59) with existing ext4 filesystem >02:32:03,932 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >02:32:03,933 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,933 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >02:32:03,933 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 83 >02:32:03,933 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >02:32:03,934 INFO blivet: added dm live-osimg-min (id 82) to device tree >02:32:03,934 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >02:32:03,934 INFO blivet: got device: DMDevice instance (0x7fb120661d50) -- > name = live-osimg-min status = True kids = 0 id = 82 > parents = ['existing 0 B loop loop3 (59) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fb1206df950> > target size = 0 B path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >02:32:03,939 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >02:32:03,939 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >02:32:03,939 DEBUG blivet: device live-osimg-min does not contain a disklabel >02:32:03,940 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >02:32:03,940 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:03,940 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 85 >02:32:03,940 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >02:32:03,940 INFO blivet: got format: existing ext4 filesystem >02:32:03,942 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2 /dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '846762', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > '/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >02:32:03,942 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-3)... >02:32:03,942 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >02:32:03,942 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,942 INFO blivet: fedora-swap is an lvm logical volume >02:32:03,943 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-swap ; >02:32:03,943 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: fedora ; incomplete: False ; >02:32:03,943 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,945 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo /dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3 /dev/md/Volume1_0p3', > 'DEVNAME': 'md126p3', > 'DEVPATH': '/devices/virtual/block/md126/md126p3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_PART_ENTRY_DISK': '9:126', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '3174010880', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '732983296', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '22fc5314-03', > 'MAJOR': '259', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '352678', > 'name': 'md126p3', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', > '/dev/md/Volume1_0p3'], > 'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >02:32:03,945 INFO blivet: scanning md126p3 (/devices/virtual/block/md126/md126p3)... >02:32:03,945 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126p3 ; incomplete: False ; >02:32:03,946 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,946 INFO blivet: md126p3 is a partition >02:32:03,946 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: md126p3 ; >02:32:03,946 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >02:32:03,946 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >02:32:03,946 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >02:32:03,946 DEBUG blivet: returning Volume1_0p3 >02:32:03,947 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0p3 ; incomplete: False ; >02:32:03,947 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,947 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >02:32:03,947 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >02:32:03,947 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >02:32:03,947 DEBUG blivet: link: Volume1_0 -> ../md126 >02:32:03,947 DEBUG blivet: returning Volume1_0 >02:32:03,947 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >02:32:03,948 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,949 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d /dev/md/Volume1_0', > 'DEVNAME': 'md126', > 'DEVPATH': '/devices/virtual/block/md126', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '22fc5314', > 'MAJOR': '9', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '126', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_MD_CONTAINER': '/dev/md/imsm0', > 'UDISKS_MD_DEVICES': '2', > 'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', > 'UDISKS_MD_DEVICE_sda_ROLE': '0', > 'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', > 'UDISKS_MD_DEVICE_sdb_ROLE': '1', > 'UDISKS_MD_DEVNAME': 'Volume1_0', > 'UDISKS_MD_LEVEL': 'raid0', > 'UDISKS_MD_MEMBER': '0', > 'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'USEC_INITIALIZED': '291350', > 'name': 'md126', > 'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', > '/dev/md/Volume1_0'], > 'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >02:32:03,949 INFO blivet: scanning md126 (/devices/virtual/block/md126)... >02:32:03,950 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126 ; incomplete: False ; >02:32:03,950 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,951 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: True ; >02:32:03,951 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:03,951 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: md126 ; >02:32:03,952 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: imsm0 ; incomplete: False ; >02:32:03,952 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:03,953 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:03,952 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.03 GiB mdcontainer imsm0 (9) >02:32:03,956 DEBUG blivet: MDRaidArrayDevice._addParent: Volume1_0 ; member: imsm0 ; >02:32:03,957 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >02:32:03,963 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:03,964 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:03,965 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:05,768 INFO blivet: ISCSID is /sbin/iscsid >02:32:05,769 INFO blivet: no initiator set >02:32:05,779 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >02:32:05,779 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >02:32:05,953 DEBUG blivet: trying to set new default fstype to 'ext4' >02:32:05,962 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:05,962 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >02:32:05,962 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:05,968 INFO blivet: Detected 7936 MiB of memory >02:32:05,974 INFO blivet: Suggested swap size (7936 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >02:32:05,981 INFO blivet: Swap attempt of 0.0 >02:32:06,158 INFO blivet: resetting Blivet (version 0.61.5) instance <blivet.Blivet object at 0x7fc67d10b610> >02:32:06,158 INFO blivet: no initiator set >02:32:06,159 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >02:32:06,159 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >02:32:06,219 DEBUG blivet: protected device spec /dev/sde1 resolved to sde1 >02:32:06,219 INFO blivet: sde1 looks to be the live device; marking as protected >02:32:06,236 INFO blivet: devices to scan: ['sde', 'sde1', 'sde2', 'sde3', 'sda', 'sda1', 'sdb', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'md126', 'md126p1', 'md126p2', 'md126p3', 'md127'] >02:32:06,240 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924319', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >02:32:06,241 INFO blivet: scanning sde (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde)... >02:32:06,241 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:06,242 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:06,242 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >02:32:06,243 INFO blivet: sde is a disk >02:32:06,244 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >02:32:06,245 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >02:32:06,252 INFO blivet: added disk sde (id 1) to device tree >02:32:06,252 DEBUG blivet: looking up parted Device: /dev/sde >02:32:06,252 INFO blivet: got device: DiskDevice instance (0x7fc668237690) -- > name = sde status = True kids = 0 id = 1 > parents = [] > uuid = None size = 1911 MiB > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- > model: Generic Flash Disk path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3913728 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7fc6681f6320> > target size = 0 B path = /dev/sde > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7fc668221510> >02:32:06,275 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >02:32:06,276 INFO blivet: type detected on 'sde' is 'iso9660' >02:32:06,277 DEBUG blivet: Iso9660FS.supported: supported: True ; >02:32:06,277 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 4 >02:32:06,278 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: iso9660 ; >02:32:06,278 INFO blivet: got format: existing iso9660 filesystem >02:32:06,281 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2656256', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '65', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '924341', > 'name': 'sde1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >02:32:06,281 INFO blivet: scanning sde1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1)... >02:32:06,282 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde1 ; incomplete: False ; >02:32:06,283 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:06,283 INFO blivet: sde1 is a partition >02:32:06,283 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde1 ; >02:32:06,284 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:06,284 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >02:32:06,290 DEBUG blivet: lvm filter: adding sde1 to the reject list >02:32:06,290 DEBUG blivet: ignoring partition sde1 on iso9660 >02:32:06,290 DEBUG blivet: no device obtained for sde1 >02:32:06,292 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/4C54-8A45', > 'DEVNAME': 'sde2', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'EFI', > 'ID_FS_LABEL_ENC': 'EFI', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4C54-8A45', > 'ID_FS_UUID_ENC': '4C54-8A45', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '172', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10164', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '6e9f246b-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '66', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924361', > 'name': 'sde2', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', > '/dev/disk/by-label/EFI', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/4C54-8A45'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >02:32:06,292 INFO blivet: scanning sde2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2)... >02:32:06,293 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde2 ; incomplete: False ; >02:32:06,293 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:06,293 INFO blivet: sde2 is a partition >02:32:06,294 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde2 ; >02:32:06,294 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:06,295 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >02:32:06,300 DEBUG blivet: lvm filter: adding sde2 to the reject list >02:32:06,300 DEBUG blivet: ignoring partition sde2 on iso9660 >02:32:06,300 DEBUG blivet: no device obtained for sde2 >02:32:06,303 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'DEVNAME': 'sde3', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_Live', > 'ID_FS_LABEL_ENC': 'Fedora\\x20Live', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '10416', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40704', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '67', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924386', > 'name': 'sde3', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', > '/dev/disk/by-label/Fedora\\x20Live', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >02:32:06,303 INFO blivet: scanning sde3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3)... >02:32:06,303 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde3 ; incomplete: False ; >02:32:06,304 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:06,304 INFO blivet: sde3 is a partition >02:32:06,304 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde3 ; >02:32:06,305 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:06,305 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >02:32:06,310 DEBUG blivet: lvm filter: adding sde3 to the reject list >02:32:06,310 DEBUG blivet: ignoring partition sde3 on iso9660 >02:32:06,310 DEBUG blivet: no device obtained for sde3 >02:32:06,312 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF /dev/disk/by-id/wwn-0x5000cca6accd6099', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '926717', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', > '/dev/disk/by-id/wwn-0x5000cca6accd6099'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >02:32:06,313 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >02:32:06,313 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >02:32:06,314 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:06,314 INFO blivet: sda is part of a biosraid >02:32:06,314 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >02:32:06,314 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >02:32:06,315 INFO blivet: added disk sda (id 6) to device tree >02:32:06,315 DEBUG blivet: looking up parted Device: /dev/sda >02:32:06,315 INFO blivet: got device: DiskDevice instance (0x7fc6740fef50) -- > name = sda status = True kids = 0 id = 6 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HGST HTS721010A9 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7fc6681f6440> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fc6682219d0> >02:32:06,557 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >02:32:06,577 INFO blivet: type detected on 'sda' is 'isw_raid_member' >02:32:06,578 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda ; serial: JR10006PGYE8KF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >02:32:06,578 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 9 >02:32:06,579 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >02:32:06,579 INFO blivet: got format: existing mdmember >02:32:06,579 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >02:32:06,580 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >02:32:06,581 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >02:32:06,596 INFO blivet: using name imsm0 for md array containing member sda >02:32:06,596 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 11 >02:32:06,597 DEBUG blivet: MDRaidArrayDevice._setFormat: imsm0 ; current: None ; type: None ; >02:32:06,597 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: imsm0 ; >02:32:06,598 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sda ; >02:32:06,599 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >02:32:06,599 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >02:32:06,615 WARN blivet: failed to add member /dev/sda to md array /dev/md/imsm0: mdnominate failed for /dev/sda: 1 >02:32:06,615 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:06,616 INFO blivet: added mdcontainer imsm0 (id 10) to device tree >02:32:06,618 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1 /dev/disk/by-id/wwn-0x5000cca6accd6099-part1', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '2513021', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1', > '/dev/disk/by-id/wwn-0x5000cca6accd6099-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >02:32:06,618 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >02:32:06,619 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >02:32:06,619 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:06,619 INFO blivet: sda1 is a partition >02:32:06,620 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >02:32:06,621 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >02:32:06,621 DEBUG blivet: DeviceTree.getDeviceByName returned existing 931.51 GiB disk sda (6) with existing mdmember >02:32:06,627 DEBUG blivet: ignoring partition sda1 on mdmember >02:32:06,627 DEBUG blivet: no device obtained for sda1 >02:32:06,629 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF /dev/disk/by-id/wwn-0x5000cca6accd6043', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > '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_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': '166', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', > 'ID_SERIAL_SHORT': 'JR10006PGYE5TF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6043', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '927146', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', > '/dev/disk/by-id/wwn-0x5000cca6accd6043'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >02:32:06,629 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >02:32:06,630 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >02:32:06,630 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:06,631 INFO blivet: sdb is part of a biosraid >02:32:06,631 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 15 >02:32:06,631 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >02:32:06,631 INFO blivet: added disk sdb (id 14) to device tree >02:32:06,632 DEBUG blivet: looking up parted Device: /dev/sdb >02:32:06,632 INFO blivet: got device: DiskDevice instance (0x7fc6680a06d0) -- > name = sdb status = True kids = 0 id = 14 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > 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 HGST HTS721010A9 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7fc6741074d0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fc6680a08d0> >02:32:06,642 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >02:32:06,809 INFO blivet: type detected on 'sdb' is 'isw_raid_member' >02:32:06,810 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb ; serial: JR10006PGYE5TF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >02:32:06,810 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 17 >02:32:06,811 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: mdmember ; >02:32:06,811 INFO blivet: got format: existing mdmember >02:32:06,811 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb ; >02:32:06,812 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >02:32:06,812 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:06,813 DEBUG blivet: non-existent RAID container size == 931.51 GiB >02:32:06,812 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 931.51 GiB mdcontainer imsm0 (10) >02:32:06,820 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:06,821 DEBUG blivet: non-existent RAID container size == 931.51 GiB >02:32:06,828 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:06,828 DEBUG blivet: non-existent RAID container size == 931.51 GiB >02:32:06,836 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sdb ; >02:32:06,836 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >02:32:06,837 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >02:32:06,853 WARN blivet: failed to add member /dev/sdb to md array /dev/md/imsm0: mdnominate failed for /dev/sdb: 1 >02:32:06,853 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:06,855 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', > 'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'TC00', > 'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'ID_SERIAL_SHORT': 'S12C6YCF1002SH', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '927769', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >02:32:06,855 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >02:32:06,856 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >02:32:06,856 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:06,856 INFO blivet: sr0 is a cdrom >02:32:06,857 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >02:32:06,857 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 20 >02:32:06,858 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >02:32:06,858 INFO blivet: added cdrom sr0 (id 19) to device tree >02:32:06,859 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:06,903 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:06,858 INFO blivet: got device: OpticalDevice instance (0x7fc6681b5f90) -- > name = sr0 status = True kids = 0 id = 19 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >02:32:06,990 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:07,030 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:07,113 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:07,158 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:07,245 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:07,286 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:07,369 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >02:32:07,370 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:07,412 DEBUG blivet: no media present for device sr0 >02:32:07,419 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2 /dev/disk/by-id/wwn-0x500a07510943e9d2', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928468', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', > '/dev/disk/by-id/wwn-0x500a07510943e9d2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >02:32:07,419 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc)... >02:32:07,420 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >02:32:07,421 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:07,422 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >02:32:07,423 INFO blivet: sdc is a disk >02:32:07,423 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 24 >02:32:07,424 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >02:32:07,431 INFO blivet: added disk sdc (id 23) to device tree >02:32:07,431 DEBUG blivet: looking up parted Device: /dev/sdc >02:32:07,431 INFO blivet: got device: DiskDevice instance (0x7fc6680290d0) -- > name = sdc status = True kids = 0 id = 23 > parents = [] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 234441648 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7fc674107440> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fc65b567310> >02:32:07,451 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >02:32:07,452 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >02:32:07,453 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >02:32:07,453 DEBUG blivet: required disklabel type for sdc (1) is None >02:32:07,453 DEBUG blivet: default disklabel type for sdc is msdos >02:32:07,454 DEBUG blivet: selecting msdos disklabel for sdc based on size >02:32:07,455 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >02:32:07,464 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 0x7fc65b571610>] > device: <parted.device.Device object at 0x7fc65b571410> > PedDisk: <_ped.Disk object at 0x7fc674105c68> >02:32:07,464 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 26 >02:32:07,466 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >02:32:07,469 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1 /dev/disk/by-id/wwn-0x500a07510943e9d2-part1 /dev/disk/by-label/Windows\\x20Boot /dev/disk/by-uuid/E6DA15CCDA159A3F', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Windows_Boot', > 'ID_FS_LABEL_ENC': 'Windows\\x20Boot', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'E6DA15CCDA159A3F', > 'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', > 'ID_MODEL': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > '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': '234436608', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '3dcdcf37-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928517', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', > '/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', > '/dev/disk/by-label/Windows\\x20Boot', > '/dev/disk/by-uuid/E6DA15CCDA159A3F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >02:32:07,469 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >02:32:07,470 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >02:32:07,471 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:07,471 INFO blivet: sdc1 is a partition >02:32:07,472 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >02:32:07,472 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >02:32:07,473 DEBUG blivet: DeviceTree.getDeviceByName returned existing 111.79 GiB disk sdc (23) with existing msdos disklabel >02:32:07,483 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >02:32:07,483 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >02:32:07,483 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 29 >02:32:07,484 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >02:32:07,485 DEBUG blivet: looking up parted Partition: /dev/sdc1 >02:32:07,486 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >02:32:07,486 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >02:32:07,487 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >02:32:07,487 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >02:32:07,488 INFO blivet: added partition sdc1 (id 28) to device tree >02:32:07,490 DEBUG blivet: looking up parted Device: /dev/sdc1 >02:32:07,488 INFO blivet: got device: PartitionDevice instance (0x7fc65b571b10) -- > name = sdc1 status = True kids = 0 id = 28 > parents = ['existing 111.79 GiB disk sdc (23) with existing msdos disklabel'] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 234436608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32710 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7fc674107320> > 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 0x7fc65b571490> fileSystem: <parted.filesystem.FileSystem object at 0x7fc65b571a90> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc65b571710> PedPartition: <_ped.Partition object at 0x7fc65b56e830> > disk = existing 111.79 GiB disk sdc (23) with existing msdos disklabel > start = 2048 end = 234438655 length = 234436608 > flags = boot >02:32:07,522 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >02:32:07,523 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >02:32:07,523 DEBUG blivet: device sdc1 does not contain a disklabel >02:32:07,524 INFO blivet: type detected on 'sdc1' is 'ntfs' >02:32:09,794 DEBUG blivet: padding min size from 75996000000 up to 75996000500 >02:32:09,795 DEBUG blivet: NTFS.supported: supported: False ; >02:32:09,795 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 31 >02:32:09,796 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >02:32:09,797 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: ntfs ; >02:32:09,797 INFO blivet: got format: existing ntfs filesystem >02:32:09,798 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974628', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >02:32:09,799 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >02:32:09,799 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >02:32:09,800 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,800 INFO blivet: loop0 is a loop device >02:32:09,801 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >02:32:09,802 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin.img (deleted) ; incomplete: False ; >02:32:09,803 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,803 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 34 >02:32:09,804 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >02:32:09,804 INFO blivet: added file /osmin.img (deleted) (id 33) to device tree >02:32:09,805 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >02:32:09,805 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 37 >02:32:09,806 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >02:32:09,806 INFO blivet: added loop loop0 (id 36) to device tree >02:32:09,807 INFO blivet: got device: LoopDevice instance (0x7fc65b571e50) -- > name = loop0 status = False kids = 0 id = 36 > parents = ['existing 0 B file /osmin.img (deleted) (33)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >02:32:09,809 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >02:32:09,810 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >02:32:09,810 DEBUG blivet: device loop0 does not contain a disklabel >02:32:09,810 INFO blivet: type detected on 'loop0' is 'squashfs' >02:32:09,811 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 39 >02:32:09,811 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >02:32:09,813 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974928', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >02:32:09,813 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >02:32:09,814 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >02:32:09,814 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,815 INFO blivet: loop1 is a loop device >02:32:09,815 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >02:32:09,816 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin ; incomplete: False ; >02:32:09,817 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,817 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 42 >02:32:09,818 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >02:32:09,818 INFO blivet: added file /osmin (id 41) to device tree >02:32:09,819 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >02:32:09,819 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 45 >02:32:09,820 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >02:32:09,820 INFO blivet: added loop loop1 (id 44) to device tree >02:32:09,821 INFO blivet: got device: LoopDevice instance (0x7fc65b571f50) -- > name = loop1 status = False kids = 0 id = 44 > parents = ['existing 0 B file /osmin (41)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >02:32:09,824 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >02:32:09,825 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >02:32:09,825 DEBUG blivet: device loop1 does not contain a disklabel >02:32:09,825 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >02:32:09,825 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 47 >02:32:09,826 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >02:32:09,827 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975223', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >02:32:09,827 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >02:32:09,827 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >02:32:09,828 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,828 INFO blivet: loop2 is a loop device >02:32:09,828 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >02:32:09,829 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; >02:32:09,829 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,829 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 50 >02:32:09,830 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >02:32:09,830 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 49) to device tree >02:32:09,831 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >02:32:09,831 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 53 >02:32:09,832 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >02:32:09,832 INFO blivet: added loop loop2 (id 52) to device tree >02:32:09,832 INFO blivet: got device: LoopDevice instance (0x7fc65b5671d0) -- > name = loop2 status = False kids = 0 id = 52 > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (49)'] > 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 >02:32:09,834 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >02:32:09,835 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >02:32:09,835 DEBUG blivet: device loop2 does not contain a disklabel >02:32:09,835 INFO blivet: type detected on 'loop2' is 'squashfs' >02:32:09,835 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 55 >02:32:09,836 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >02:32:09,837 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975517', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >02:32:09,837 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >02:32:09,838 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:09,838 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,838 INFO blivet: loop3 is a loop device >02:32:09,839 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >02:32:09,839 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/ext3fs.img ; incomplete: False ; >02:32:09,840 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,840 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 58 >02:32:09,840 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >02:32:09,840 INFO blivet: added file /LiveOS/ext3fs.img (id 57) to device tree >02:32:09,841 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >02:32:09,841 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 61 >02:32:09,842 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >02:32:09,842 INFO blivet: added loop loop3 (id 60) to device tree >02:32:09,842 INFO blivet: got device: LoopDevice instance (0x7fc65b587250) -- > name = loop3 status = False kids = 0 id = 60 > parents = ['existing 0 B file /LiveOS/ext3fs.img (57)'] > 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/loop3 > format args = [] originalFormat = None >02:32:09,844 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >02:32:09,844 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >02:32:09,844 DEBUG blivet: device loop3 does not contain a disklabel >02:32:09,845 INFO blivet: type detected on 'loop3' is 'ext4' >02:32:09,864 DEBUG blivet: size=0 B, current=6144 MiB >02:32:09,871 DEBUG blivet: using current size 0 as min size >02:32:09,873 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:09,873 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 63 >02:32:09,874 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >02:32:09,874 INFO blivet: got format: existing ext4 filesystem >02:32:09,875 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975813', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >02:32:09,875 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >02:32:09,875 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >02:32:09,876 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,876 INFO blivet: loop4 is a loop device >02:32:09,877 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >02:32:09,877 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >02:32:09,878 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,878 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 66 >02:32:09,878 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >02:32:09,878 INFO blivet: added file /overlay (deleted) (id 65) to device tree >02:32:09,879 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >02:32:09,879 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 69 >02:32:09,880 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >02:32:09,880 INFO blivet: added loop loop4 (id 68) to device tree >02:32:09,880 INFO blivet: got device: LoopDevice instance (0x7fc65b5874d0) -- > name = loop4 status = False kids = 0 id = 68 > parents = ['existing 0 B file /overlay (deleted) (65)'] > 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/loop4 > format args = [] originalFormat = None >02:32:09,882 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >02:32:09,883 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >02:32:09,883 DEBUG blivet: device loop4 does not contain a disklabel >02:32:09,883 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >02:32:09,883 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 71 >02:32:09,884 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >02:32:09,885 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11532', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >02:32:09,885 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >02:32:09,885 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >02:32:09,886 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,886 INFO blivet: live-rw is a device-mapper device >02:32:09,887 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >02:32:09,887 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:09,888 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >02:32:09,889 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >02:32:09,890 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop4 (68) >02:32:09,891 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >02:32:09,891 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,892 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >02:32:09,892 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 74 >02:32:09,892 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >02:32:09,893 INFO blivet: added dm live-rw (id 73) to device tree >02:32:09,893 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >02:32:09,893 INFO blivet: got device: DMDevice instance (0x7fc65b567150) -- > name = live-rw status = True kids = 0 id = 73 > parents = ['existing 0 B loop loop4 (68)'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 20256 did: 8262 busy: True > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fc6741078c0> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >02:32:09,909 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >02:32:09,909 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >02:32:09,909 DEBUG blivet: device live-rw does not contain a disklabel >02:32:09,910 INFO blivet: type detected on 'live-rw' is 'ext4' >02:32:09,927 DEBUG blivet: size=5493.66 MiB, current=6144 MiB >02:32:09,941 DEBUG blivet: padding min size from 5760516096 up to 5760516596 >02:32:09,942 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:09,942 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 76 >02:32:09,943 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >02:32:09,943 INFO blivet: got format: existing ext4 filesystem >02:32:09,945 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '17479', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >02:32:09,945 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >02:32:09,946 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >02:32:09,946 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,947 INFO blivet: live-base is a device-mapper device >02:32:09,947 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >02:32:09,948 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >02:32:09,949 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:09,950 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >02:32:09,951 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >02:32:09,952 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,953 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >02:32:09,953 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 79 >02:32:09,954 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >02:32:09,954 INFO blivet: added dm live-base (id 78) to device tree >02:32:09,954 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >02:32:09,954 INFO blivet: got device: DMDevice instance (0x7fc65b587910) -- > name = live-base status = True kids = 0 id = 78 > parents = ['existing 0 B loop loop3 (60) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19503 did: 24387 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fc674107830> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >02:32:09,968 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >02:32:09,969 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >02:32:09,969 DEBUG blivet: device live-base does not contain a disklabel >02:32:09,969 INFO blivet: type detected on 'live-base' is 'ext4' >02:32:09,986 DEBUG blivet: size=0 B, current=6144 MiB >02:32:09,994 DEBUG blivet: using current size 0 as min size >02:32:09,995 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:09,995 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 81 >02:32:09,996 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >02:32:09,996 INFO blivet: got format: existing ext4 filesystem >02:32:09,998 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25184', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >02:32:09,998 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-2)... >02:32:09,999 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >02:32:09,999 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:09,999 INFO blivet: live-osimg-min is a device-mapper device >02:32:10,000 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >02:32:10,001 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >02:32:10,002 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >02:32:10,003 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >02:32:10,004 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (44) >02:32:10,005 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:10,005 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >02:32:10,007 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >02:32:10,007 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:10,008 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >02:32:10,009 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 84 >02:32:10,009 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >02:32:10,010 INFO blivet: added dm live-osimg-min (id 83) to device tree >02:32:10,010 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >02:32:10,010 INFO blivet: got device: DMDevice instance (0x7fc65b587b90) -- > name = live-osimg-min status = True kids = 0 id = 83 > parents = ['existing 0 B loop loop3 (60) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fc674107950> > target size = 0 B path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >02:32:10,023 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >02:32:10,024 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >02:32:10,024 DEBUG blivet: device live-osimg-min does not contain a disklabel >02:32:10,024 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >02:32:10,042 DEBUG blivet: size=0 B, current=5493.66 MiB >02:32:10,049 DEBUG blivet: using current size 0 as min size >02:32:10,050 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:10,050 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 86 >02:32:10,051 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >02:32:10,051 INFO blivet: got format: existing ext4 filesystem >02:32:10,053 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2 /dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '846762', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > '/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >02:32:10,054 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-3)... >02:32:10,054 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >02:32:10,055 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:10,055 INFO blivet: fedora-swap is an lvm logical volume >02:32:10,056 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-swap ; >02:32:10,057 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: fedora ; incomplete: False ; >02:32:10,057 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:10,060 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo /dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3 /dev/md/Volume1_0p3', > 'DEVNAME': 'md126p3', > 'DEVPATH': '/devices/virtual/block/md126/md126p3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_PART_ENTRY_DISK': '9:126', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '3174010880', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '732983296', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '22fc5314-03', > 'MAJOR': '259', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '352678', > 'name': 'md126p3', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', > '/dev/md/Volume1_0p3'], > 'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >02:32:10,060 INFO blivet: scanning md126p3 (/devices/virtual/block/md126/md126p3)... >02:32:10,061 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126p3 ; incomplete: False ; >02:32:10,062 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:10,062 INFO blivet: md126p3 is a partition >02:32:10,063 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: md126p3 ; >02:32:10,063 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >02:32:10,063 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >02:32:10,063 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >02:32:10,063 DEBUG blivet: returning Volume1_0p3 >02:32:10,064 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0p3 ; incomplete: False ; >02:32:10,065 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:10,065 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >02:32:10,065 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >02:32:10,065 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >02:32:10,065 DEBUG blivet: link: Volume1_0 -> ../md126 >02:32:10,065 DEBUG blivet: returning Volume1_0 >02:32:10,066 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >02:32:10,067 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:10,069 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d /dev/md/Volume1_0', > 'DEVNAME': 'md126', > 'DEVPATH': '/devices/virtual/block/md126', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '22fc5314', > 'MAJOR': '9', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '126', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_MD_CONTAINER': '/dev/md/imsm0', > 'UDISKS_MD_DEVICES': '2', > 'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', > 'UDISKS_MD_DEVICE_sda_ROLE': '0', > 'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', > 'UDISKS_MD_DEVICE_sdb_ROLE': '1', > 'UDISKS_MD_DEVNAME': 'Volume1_0', > 'UDISKS_MD_LEVEL': 'raid0', > 'UDISKS_MD_MEMBER': '0', > 'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'USEC_INITIALIZED': '291350', > 'name': 'md126', > 'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', > '/dev/md/Volume1_0'], > 'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >02:32:10,069 INFO blivet: scanning md126 (/devices/virtual/block/md126)... >02:32:10,070 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126 ; incomplete: False ; >02:32:10,071 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:10,072 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >02:32:10,073 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:10,073 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: md126 ; >02:32:10,074 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: imsm0 ; incomplete: False ; >02:32:10,075 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:10,076 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:10,075 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.03 GiB mdcontainer imsm0 (10) >02:32:10,084 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:10,085 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:10,093 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:10,094 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:10,103 DEBUG blivet: MDRaidArrayDevice._addParent: Volume1_0 ; member: imsm0 ; >02:32:10,104 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:10,104 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:10,104 WARN blivet: Attribute name (mdUuid) which specifies member format's array UUID does not exist for this object (existing 1863.03 GiB mdcontainer imsm0 (10)). >02:32:10,113 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:10,113 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:10,122 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:10,122 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:10,131 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:10,131 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:10,141 DEBUG blivet: MDRaidArrayDevice.addChild: kids: 0 ; name: imsm0 ; >02:32:10,142 DEBUG blivet: MDRaidArrayDevice.setup: imsm0 ; status: True ; controllable: True ; orig: False ; >02:32:10,169 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >02:32:10,187 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:10,188 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:10,203 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/live-base ; hidden: False ; incomplete: False ; >02:32:10,205 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 6144 MiB dm live-base (78) with existing ext4 filesystem >02:32:10,215 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:10,257 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:10,337 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:10,379 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:57,934 DEBUG blivet: registered device format class DeviceFormat as None >02:32:57,934 DEBUG blivet: registered device format class LUKS as luks >02:32:57,934 DEBUG blivet: registered device format class DMRaidMember as dmraidmember >02:32:57,936 DEBUG blivet: registered device format class Ext2FS as ext2 >02:32:57,936 DEBUG blivet: registered device format class Ext3FS as ext3 >02:32:57,936 DEBUG blivet: registered device format class Ext4FS as ext4 >02:32:57,936 DEBUG blivet: registered device format class FATFS as vfat >02:32:57,937 DEBUG blivet: registered device format class EFIFS as efi >02:32:57,937 DEBUG blivet: registered device format class BTRFS as btrfs >02:32:57,937 DEBUG blivet: registered device format class GFS2 as gfs2 >02:32:57,937 DEBUG blivet: registered device format class JFS as jfs >02:32:57,937 DEBUG blivet: registered device format class ReiserFS as reiserfs >02:32:57,937 DEBUG blivet: registered device format class XFS as xfs >02:32:57,937 DEBUG blivet: registered device format class HFS as hfs >02:32:57,937 DEBUG blivet: registered device format class AppleBootstrapFS as appleboot >02:32:57,938 DEBUG blivet: registered device format class HFSPlus as hfs+ >02:32:57,938 DEBUG blivet: registered device format class MacEFIFS as macefi >02:32:57,938 DEBUG blivet: registered device format class NTFS as ntfs >02:32:57,938 DEBUG blivet: registered device format class NFS as nfs >02:32:57,938 DEBUG blivet: registered device format class NFSv4 as nfs4 >02:32:57,938 DEBUG blivet: registered device format class Iso9660FS as iso9660 >02:32:57,938 DEBUG blivet: registered device format class NoDevFS as nodev >02:32:57,938 DEBUG blivet: registered device format class DevPtsFS as devpts >02:32:57,938 DEBUG blivet: registered device format class ProcFS as proc >02:32:57,938 DEBUG blivet: registered device format class SysFS as sysfs >02:32:57,938 DEBUG blivet: registered device format class TmpFS as tmpfs >02:32:57,938 DEBUG blivet: registered device format class BindFS as bind >02:32:57,938 DEBUG blivet: registered device format class SELinuxFS as selinuxfs >02:32:57,939 DEBUG blivet: registered device format class USBFS as usbfs >02:32:57,939 DEBUG blivet: registered device format class SwapSpace as swap >02:32:57,939 DEBUG blivet: registered device format class BIOSBoot as biosboot >02:32:57,939 DEBUG blivet: registered device format class DiskLabel as disklabel >02:32:57,940 DEBUG blivet: registered device format class PPCPRePBoot as prepboot >02:32:57,940 DEBUG blivet: registered device format class MDRaidMember as mdmember >02:32:57,940 DEBUG blivet: registered device format class MultipathMember as multipath_member >02:32:57,940 DEBUG blivet: registered device format class LVMPhysicalVolume as lvmpv >02:32:57,972 DEBUG blivet: IGNORED: Caught exception, continuing. >02:32:57,972 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >02:32:57,972 DEBUG blivet: IGNORED: Begin exception details. >02:32:57,972 DEBUG blivet: IGNORED: Traceback (most recent call last): >02:32:57,972 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >02:32:57,972 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >02:32:57,972 DEBUG blivet: IGNORED: IOError: Unknown error >02:32:57,972 DEBUG blivet: IGNORED: End exception details. >02:32:58,873 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >02:32:58,873 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >02:32:58,879 INFO blivet: sde1 looks to be the live device; marking as protected >02:32:58,891 INFO blivet: devices to scan: ['sde', 'sde1', 'sde2', 'sde3', 'sda', 'sda1', 'sdb', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'md126', 'md126p1', 'md126p2', 'md126p3', 'md127'] >02:32:58,894 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924319', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >02:32:58,894 INFO blivet: scanning sde (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde)... >02:32:58,895 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:58,895 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:58,895 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >02:32:58,896 INFO blivet: sde is a disk >02:32:58,896 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 1 >02:32:58,897 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >02:32:58,902 INFO blivet: added disk sde (id 0) to device tree >02:32:58,902 DEBUG blivet: looking up parted Device: /dev/sde >02:32:58,902 INFO blivet: got device: DiskDevice instance (0x7f8eedf65b10) -- > name = sde status = True kids = 0 id = 0 > parents = [] > uuid = None size = 1911 MiB > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- > model: Generic Flash Disk path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3913728 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7f8eedf520e0> > target size = 0 B path = /dev/sde > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f8eedf4f8d0> >02:32:58,910 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >02:32:58,910 INFO blivet: type detected on 'sde' is 'iso9660' >02:32:58,911 DEBUG blivet: Iso9660FS.supported: supported: True ; >02:32:58,911 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 3 >02:32:58,911 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: iso9660 ; >02:32:58,911 INFO blivet: got format: existing iso9660 filesystem >02:32:58,914 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2656256', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '65', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '924341', > 'name': 'sde1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >02:32:58,914 INFO blivet: scanning sde1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1)... >02:32:58,914 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde1 ; incomplete: False ; >02:32:58,914 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:58,914 INFO blivet: sde1 is a partition >02:32:58,915 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde1 ; >02:32:58,915 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:58,915 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >02:32:58,917 DEBUG blivet: lvm filter: adding sde1 to the reject list >02:32:58,917 DEBUG blivet: ignoring partition sde1 on iso9660 >02:32:58,917 DEBUG blivet: no device obtained for sde1 >02:32:58,919 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/4C54-8A45', > 'DEVNAME': 'sde2', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'EFI', > 'ID_FS_LABEL_ENC': 'EFI', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4C54-8A45', > 'ID_FS_UUID_ENC': '4C54-8A45', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '172', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10164', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '6e9f246b-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '66', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924361', > 'name': 'sde2', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', > '/dev/disk/by-label/EFI', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/4C54-8A45'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >02:32:58,919 INFO blivet: scanning sde2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2)... >02:32:58,919 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde2 ; incomplete: False ; >02:32:58,920 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:58,920 INFO blivet: sde2 is a partition >02:32:58,920 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde2 ; >02:32:58,920 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:58,921 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >02:32:58,922 DEBUG blivet: lvm filter: adding sde2 to the reject list >02:32:58,922 DEBUG blivet: ignoring partition sde2 on iso9660 >02:32:58,922 DEBUG blivet: no device obtained for sde2 >02:32:58,925 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'DEVNAME': 'sde3', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_Live', > 'ID_FS_LABEL_ENC': 'Fedora\\x20Live', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '10416', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40704', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '67', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924386', > 'name': 'sde3', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', > '/dev/disk/by-label/Fedora\\x20Live', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >02:32:58,925 INFO blivet: scanning sde3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3)... >02:32:58,925 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde3 ; incomplete: False ; >02:32:58,926 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:58,926 INFO blivet: sde3 is a partition >02:32:58,926 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde3 ; >02:32:58,926 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:32:58,926 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (0) with existing iso9660 filesystem >02:32:58,928 DEBUG blivet: lvm filter: adding sde3 to the reject list >02:32:58,928 DEBUG blivet: ignoring partition sde3 on iso9660 >02:32:58,928 DEBUG blivet: no device obtained for sde3 >02:32:58,930 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF /dev/disk/by-id/wwn-0x5000cca6accd6099', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '926717', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', > '/dev/disk/by-id/wwn-0x5000cca6accd6099'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >02:32:58,930 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >02:32:58,930 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >02:32:58,930 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:58,931 INFO blivet: sda is part of a biosraid >02:32:58,931 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 6 >02:32:58,931 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >02:32:58,931 INFO blivet: added disk sda (id 5) to device tree >02:32:58,931 DEBUG blivet: looking up parted Device: /dev/sda >02:32:58,931 INFO blivet: got device: DiskDevice instance (0x7f8eedefee90) -- > name = sda status = True kids = 0 id = 5 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HGST HTS721010A9 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7f8eedf52560> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f8eedefee50> >02:32:58,958 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >02:32:59,108 INFO blivet: type detected on 'sda' is 'isw_raid_member' >02:32:59,109 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda ; serial: JR10006PGYE8KF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >02:32:59,109 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 8 >02:32:59,109 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >02:32:59,109 INFO blivet: got format: existing mdmember >02:32:59,110 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >02:32:59,110 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >02:32:59,110 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >02:32:59,200 INFO blivet: using name imsm0 for md array containing member sda >02:32:59,200 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 10 >02:32:59,201 DEBUG blivet: MDRaidArrayDevice._setFormat: imsm0 ; current: None ; type: None ; >02:32:59,201 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: imsm0 ; >02:32:59,202 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sda ; >02:32:59,202 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >02:32:59,202 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:59,203 INFO blivet: added mdcontainer imsm0 (id 9) to device tree >02:32:59,205 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1 /dev/disk/by-id/wwn-0x5000cca6accd6099-part1', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '2513021', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1', > '/dev/disk/by-id/wwn-0x5000cca6accd6099-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >02:32:59,205 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >02:32:59,205 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >02:32:59,205 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,205 INFO blivet: sda1 is a partition >02:32:59,206 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >02:32:59,206 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >02:32:59,206 DEBUG blivet: DeviceTree.getDeviceByName returned existing 931.51 GiB disk sda (5) with existing mdmember >02:32:59,208 DEBUG blivet: ignoring partition sda1 on mdmember >02:32:59,208 DEBUG blivet: no device obtained for sda1 >02:32:59,210 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF /dev/disk/by-id/wwn-0x5000cca6accd6043', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > '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_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': '166', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', > 'ID_SERIAL_SHORT': 'JR10006PGYE5TF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6043', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '927146', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', > '/dev/disk/by-id/wwn-0x5000cca6accd6043'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >02:32:59,210 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >02:32:59,210 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >02:32:59,211 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,211 INFO blivet: sdb is part of a biosraid >02:32:59,211 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 14 >02:32:59,211 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >02:32:59,211 INFO blivet: added disk sdb (id 13) to device tree >02:32:59,212 DEBUG blivet: looking up parted Device: /dev/sdb >02:32:59,211 INFO blivet: got device: DiskDevice instance (0x7f8eedffe610) -- > name = sdb status = True kids = 0 id = 13 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > 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 HGST HTS721010A9 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7f8eedf524d0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f8eedf174d0> >02:32:59,217 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >02:32:59,379 INFO blivet: type detected on 'sdb' is 'isw_raid_member' >02:32:59,380 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb ; serial: JR10006PGYE5TF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >02:32:59,380 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 16 >02:32:59,380 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: mdmember ; >02:32:59,380 INFO blivet: got format: existing mdmember >02:32:59,380 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb ; >02:32:59,381 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >02:32:59,381 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:59,381 DEBUG blivet: non-existent RAID container size == 931.51 GiB >02:32:59,381 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 931.51 GiB mdcontainer imsm0 (9) >02:32:59,384 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sdb ; >02:32:59,385 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >02:32:59,385 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:59,386 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', > 'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'TC00', > 'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'ID_SERIAL_SHORT': 'S12C6YCF1002SH', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '927769', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >02:32:59,386 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >02:32:59,387 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >02:32:59,387 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,387 INFO blivet: sr0 is a cdrom >02:32:59,387 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >02:32:59,387 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 19 >02:32:59,388 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >02:32:59,388 INFO blivet: added cdrom sr0 (id 18) to device tree >02:32:59,389 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:59,430 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:59,388 INFO blivet: got device: OpticalDevice instance (0x7f8eedf17850) -- > name = sr0 status = True kids = 0 id = 18 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >02:32:59,509 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:59,548 DEBUG blivet: looking up parted Device: /dev/sr0 >02:32:59,627 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >02:32:59,628 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:32:59,666 DEBUG blivet: no media present for device sr0 >02:32:59,668 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2 /dev/disk/by-id/wwn-0x500a07510943e9d2', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928468', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', > '/dev/disk/by-id/wwn-0x500a07510943e9d2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >02:32:59,668 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc)... >02:32:59,668 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >02:32:59,668 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,669 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >02:32:59,669 INFO blivet: sdc is a disk >02:32:59,669 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 23 >02:32:59,669 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >02:32:59,673 INFO blivet: added disk sdc (id 22) to device tree >02:32:59,673 DEBUG blivet: looking up parted Device: /dev/sdc >02:32:59,673 INFO blivet: got device: DiskDevice instance (0x7f8eedf17810) -- > name = sdc status = True kids = 0 id = 22 > parents = [] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 234441648 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7f8eedf52680> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f8eedebcbd0> >02:32:59,683 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >02:32:59,683 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >02:32:59,683 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >02:32:59,683 DEBUG blivet: required disklabel type for sdc (1) is None >02:32:59,683 DEBUG blivet: default disklabel type for sdc is msdos >02:32:59,683 DEBUG blivet: selecting msdos disklabel for sdc based on size >02:32:59,684 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >02:32:59,690 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 0x7f8eedf177d0>] > device: <parted.device.Device object at 0x7f8eedebcd50> > PedDisk: <_ped.Disk object at 0x7f8eedec6c20> >02:32:59,691 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 25 >02:32:59,692 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >02:32:59,695 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1 /dev/disk/by-id/wwn-0x500a07510943e9d2-part1 /dev/disk/by-label/Windows\\x20Boot /dev/disk/by-uuid/E6DA15CCDA159A3F', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Windows_Boot', > 'ID_FS_LABEL_ENC': 'Windows\\x20Boot', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'E6DA15CCDA159A3F', > 'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', > 'ID_MODEL': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > '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': '234436608', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '3dcdcf37-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1637667', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', > '/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', > '/dev/disk/by-label/Windows\\x20Boot', > '/dev/disk/by-uuid/E6DA15CCDA159A3F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >02:32:59,695 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >02:32:59,696 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >02:32:59,696 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,696 INFO blivet: sdc1 is a partition >02:32:59,696 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >02:32:59,697 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >02:32:59,697 DEBUG blivet: DeviceTree.getDeviceByName returned existing 111.79 GiB disk sdc (22) with existing msdos disklabel >02:32:59,699 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >02:32:59,699 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >02:32:59,699 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 28 >02:32:59,700 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >02:32:59,700 DEBUG blivet: looking up parted Partition: /dev/sdc1 >02:32:59,700 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >02:32:59,701 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >02:32:59,701 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >02:32:59,701 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >02:32:59,701 INFO blivet: added partition sdc1 (id 27) to device tree >02:32:59,704 DEBUG blivet: looking up parted Device: /dev/sdc1 >02:32:59,702 INFO blivet: got device: PartitionDevice instance (0x7f8eedeb43d0) -- > name = sdc1 status = True kids = 0 id = 27 > parents = ['existing 111.79 GiB disk sdc (22) with existing msdos disklabel'] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 234436608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32654 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7f8eedf52710> > 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 0x7f8eedebccd0> fileSystem: <parted.filesystem.FileSystem object at 0x7f8eedeb4410> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8eedf17910> PedPartition: <_ped.Partition object at 0x7f8eedeb1d70> > disk = existing 111.79 GiB disk sdc (22) with existing msdos disklabel > start = 2048 end = 234438655 length = 234436608 > flags = boot >02:32:59,717 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >02:32:59,718 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >02:32:59,718 DEBUG blivet: device sdc1 does not contain a disklabel >02:32:59,718 INFO blivet: type detected on 'sdc1' is 'ntfs' >02:32:59,718 DEBUG blivet: NTFS.supported: supported: False ; >02:32:59,718 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 30 >02:32:59,718 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >02:32:59,719 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: ntfs ; >02:32:59,719 INFO blivet: got format: existing ntfs filesystem >02:32:59,719 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974628', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >02:32:59,719 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >02:32:59,720 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >02:32:59,720 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,720 INFO blivet: loop0 is a loop device >02:32:59,720 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >02:32:59,720 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin.img (deleted) ; incomplete: False ; >02:32:59,721 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,721 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 33 >02:32:59,721 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >02:32:59,721 INFO blivet: added file /osmin.img (deleted) (id 32) to device tree >02:32:59,722 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >02:32:59,722 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 36 >02:32:59,722 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >02:32:59,722 INFO blivet: added loop loop0 (id 35) to device tree >02:32:59,722 INFO blivet: got device: LoopDevice instance (0x7f8eedecdfd0) -- > name = loop0 status = False kids = 0 id = 35 > parents = ['existing 0 B file /osmin.img (deleted) (32)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >02:32:59,723 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >02:32:59,723 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >02:32:59,723 DEBUG blivet: device loop0 does not contain a disklabel >02:32:59,723 INFO blivet: type detected on 'loop0' is 'squashfs' >02:32:59,723 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 38 >02:32:59,724 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >02:32:59,724 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974928', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >02:32:59,724 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >02:32:59,724 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >02:32:59,725 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,725 INFO blivet: loop1 is a loop device >02:32:59,725 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >02:32:59,725 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin ; incomplete: False ; >02:32:59,726 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,726 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 41 >02:32:59,726 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >02:32:59,726 INFO blivet: added file /osmin (id 40) to device tree >02:32:59,727 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >02:32:59,727 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 44 >02:32:59,727 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >02:32:59,727 INFO blivet: added loop loop1 (id 43) to device tree >02:32:59,727 INFO blivet: got device: LoopDevice instance (0x7f8eeded4350) -- > name = loop1 status = False kids = 0 id = 43 > parents = ['existing 0 B file /osmin (40)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >02:32:59,728 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >02:32:59,728 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >02:32:59,728 DEBUG blivet: device loop1 does not contain a disklabel >02:32:59,728 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >02:32:59,728 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 46 >02:32:59,729 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >02:32:59,729 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975223', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >02:32:59,729 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >02:32:59,730 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >02:32:59,730 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,730 INFO blivet: loop2 is a loop device >02:32:59,730 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >02:32:59,730 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; >02:32:59,731 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,731 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 49 >02:32:59,731 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >02:32:59,731 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 48) to device tree >02:32:59,732 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >02:32:59,732 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 52 >02:32:59,732 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >02:32:59,732 INFO blivet: added loop loop2 (id 51) to device tree >02:32:59,732 INFO blivet: got device: LoopDevice instance (0x7f8eedefec10) -- > name = loop2 status = False kids = 0 id = 51 > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (48)'] > 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 >02:32:59,733 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >02:32:59,733 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >02:32:59,733 DEBUG blivet: device loop2 does not contain a disklabel >02:32:59,733 INFO blivet: type detected on 'loop2' is 'squashfs' >02:32:59,733 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 54 >02:32:59,734 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >02:32:59,734 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975517', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >02:32:59,735 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >02:32:59,735 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:59,735 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,735 INFO blivet: loop3 is a loop device >02:32:59,735 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >02:32:59,736 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/ext3fs.img ; incomplete: False ; >02:32:59,736 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,736 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 57 >02:32:59,736 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >02:32:59,736 INFO blivet: added file /LiveOS/ext3fs.img (id 56) to device tree >02:32:59,737 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >02:32:59,737 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 60 >02:32:59,737 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >02:32:59,737 INFO blivet: added loop loop3 (id 59) to device tree >02:32:59,737 INFO blivet: got device: LoopDevice instance (0x7f8eeded4550) -- > name = loop3 status = False kids = 0 id = 59 > parents = ['existing 0 B file /LiveOS/ext3fs.img (56)'] > 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/loop3 > format args = [] originalFormat = None >02:32:59,738 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >02:32:59,738 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >02:32:59,738 DEBUG blivet: device loop3 does not contain a disklabel >02:32:59,738 INFO blivet: type detected on 'loop3' is 'ext4' >02:32:59,739 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:59,739 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 62 >02:32:59,739 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >02:32:59,739 INFO blivet: got format: existing ext4 filesystem >02:32:59,740 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975813', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >02:32:59,740 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >02:32:59,740 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >02:32:59,740 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,740 INFO blivet: loop4 is a loop device >02:32:59,741 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >02:32:59,741 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >02:32:59,741 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,741 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 65 >02:32:59,741 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >02:32:59,742 INFO blivet: added file /overlay (deleted) (id 64) to device tree >02:32:59,742 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >02:32:59,742 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 68 >02:32:59,742 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >02:32:59,742 INFO blivet: added loop loop4 (id 67) to device tree >02:32:59,742 INFO blivet: got device: LoopDevice instance (0x7f8eeded4810) -- > name = loop4 status = False kids = 0 id = 67 > parents = ['existing 0 B file /overlay (deleted) (64)'] > 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/loop4 > format args = [] originalFormat = None >02:32:59,743 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >02:32:59,743 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >02:32:59,743 DEBUG blivet: device loop4 does not contain a disklabel >02:32:59,744 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >02:32:59,744 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 70 >02:32:59,744 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >02:32:59,745 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11532', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >02:32:59,745 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >02:32:59,745 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >02:32:59,745 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,745 INFO blivet: live-rw is a device-mapper device >02:32:59,746 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >02:32:59,746 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:59,746 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (59) with existing ext4 filesystem >02:32:59,747 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >02:32:59,747 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop4 (67) >02:32:59,747 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >02:32:59,748 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,748 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >02:32:59,748 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 73 >02:32:59,748 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >02:32:59,749 INFO blivet: added dm live-rw (id 72) to device tree >02:32:59,749 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >02:32:59,749 INFO blivet: got device: DMDevice instance (0x7f8eeded4a10) -- > name = live-rw status = True kids = 0 id = 72 > parents = ['existing 0 B loop loop4 (67)'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7f8eedf528c0> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >02:32:59,757 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >02:32:59,757 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >02:32:59,757 DEBUG blivet: device live-rw does not contain a disklabel >02:32:59,757 INFO blivet: type detected on 'live-rw' is 'ext4' >02:32:59,758 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:59,758 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 75 >02:32:59,758 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >02:32:59,758 INFO blivet: got format: existing ext4 filesystem >02:32:59,759 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '17479', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >02:32:59,759 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >02:32:59,759 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >02:32:59,760 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,760 INFO blivet: live-base is a device-mapper device >02:32:59,760 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >02:32:59,760 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >02:32:59,760 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:59,761 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (59) with existing ext4 filesystem >02:32:59,761 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >02:32:59,762 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,762 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >02:32:59,762 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 78 >02:32:59,762 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >02:32:59,762 INFO blivet: added dm live-base (id 77) to device tree >02:32:59,763 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >02:32:59,762 INFO blivet: got device: DMDevice instance (0x7f8eeded4bd0) -- > name = live-base status = True kids = 0 id = 77 > parents = ['existing 0 B loop loop3 (59) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7f8eedf52830> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >02:32:59,768 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >02:32:59,769 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >02:32:59,769 DEBUG blivet: device live-base does not contain a disklabel >02:32:59,769 INFO blivet: type detected on 'live-base' is 'ext4' >02:32:59,769 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:59,769 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 80 >02:32:59,770 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >02:32:59,770 INFO blivet: got format: existing ext4 filesystem >02:32:59,771 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25184', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >02:32:59,771 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-2)... >02:32:59,771 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >02:32:59,771 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,771 INFO blivet: live-osimg-min is a device-mapper device >02:32:59,771 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >02:32:59,772 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >02:32:59,772 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >02:32:59,772 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >02:32:59,773 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (43) >02:32:59,773 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:32:59,773 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (59) with existing ext4 filesystem >02:32:59,774 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >02:32:59,774 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,774 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >02:32:59,775 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 83 >02:32:59,775 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >02:32:59,775 INFO blivet: added dm live-osimg-min (id 82) to device tree >02:32:59,775 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >02:32:59,775 INFO blivet: got device: DMDevice instance (0x7f8eeded4d50) -- > name = live-osimg-min status = True kids = 0 id = 82 > parents = ['existing 0 B loop loop3 (59) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7f8eedf52950> > target size = 0 B path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >02:32:59,781 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >02:32:59,781 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >02:32:59,781 DEBUG blivet: device live-osimg-min does not contain a disklabel >02:32:59,781 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >02:32:59,782 DEBUG blivet: Ext4FS.supported: supported: True ; >02:32:59,782 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 85 >02:32:59,782 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >02:32:59,782 INFO blivet: got format: existing ext4 filesystem >02:32:59,783 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2 /dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '846762', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > '/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >02:32:59,783 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-3)... >02:32:59,784 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >02:32:59,784 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,784 INFO blivet: fedora-swap is an lvm logical volume >02:32:59,784 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-swap ; >02:32:59,784 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: fedora ; incomplete: False ; >02:32:59,785 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,786 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo /dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3 /dev/md/Volume1_0p3', > 'DEVNAME': 'md126p3', > 'DEVPATH': '/devices/virtual/block/md126/md126p3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_PART_ENTRY_DISK': '9:126', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '3174010880', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '732983296', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '22fc5314-03', > 'MAJOR': '259', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '352678', > 'name': 'md126p3', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', > '/dev/md/Volume1_0p3'], > 'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >02:32:59,786 INFO blivet: scanning md126p3 (/devices/virtual/block/md126/md126p3)... >02:32:59,786 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126p3 ; incomplete: False ; >02:32:59,787 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,787 INFO blivet: md126p3 is a partition >02:32:59,787 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: md126p3 ; >02:32:59,787 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >02:32:59,787 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >02:32:59,787 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >02:32:59,787 DEBUG blivet: returning Volume1_0p3 >02:32:59,787 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0p3 ; incomplete: False ; >02:32:59,788 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,788 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >02:32:59,788 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >02:32:59,788 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >02:32:59,788 DEBUG blivet: link: Volume1_0 -> ../md126 >02:32:59,788 DEBUG blivet: returning Volume1_0 >02:32:59,788 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >02:32:59,788 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,790 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d /dev/md/Volume1_0', > 'DEVNAME': 'md126', > 'DEVPATH': '/devices/virtual/block/md126', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '22fc5314', > 'MAJOR': '9', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '126', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_MD_CONTAINER': '/dev/md/imsm0', > 'UDISKS_MD_DEVICES': '2', > 'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', > 'UDISKS_MD_DEVICE_sda_ROLE': '0', > 'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', > 'UDISKS_MD_DEVICE_sdb_ROLE': '1', > 'UDISKS_MD_DEVNAME': 'Volume1_0', > 'UDISKS_MD_LEVEL': 'raid0', > 'UDISKS_MD_MEMBER': '0', > 'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'USEC_INITIALIZED': '291350', > 'name': 'md126', > 'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', > '/dev/md/Volume1_0'], > 'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >02:32:59,790 INFO blivet: scanning md126 (/devices/virtual/block/md126)... >02:32:59,790 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126 ; incomplete: False ; >02:32:59,791 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,791 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: True ; >02:32:59,791 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:32:59,792 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: md126 ; >02:32:59,792 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: imsm0 ; incomplete: False ; >02:32:59,792 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:59,793 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:59,792 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.03 GiB mdcontainer imsm0 (9) >02:32:59,796 DEBUG blivet: MDRaidArrayDevice._addParent: Volume1_0 ; member: imsm0 ; >02:32:59,796 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >02:32:59,802 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:32:59,802 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:32:59,804 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:01,275 INFO blivet: ISCSID is /sbin/iscsid >02:33:01,275 INFO blivet: no initiator set >02:33:01,284 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >02:33:01,284 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >02:33:01,454 DEBUG blivet: trying to set new default fstype to 'ext4' >02:33:01,463 DEBUG blivet: Ext4FS.supported: supported: True ; >02:33:01,463 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >02:33:01,463 DEBUG blivet: Ext4FS.supported: supported: True ; >02:33:01,469 INFO blivet: Detected 7936 MiB of memory >02:33:01,475 INFO blivet: Suggested swap size (7936 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >02:33:01,481 INFO blivet: Swap attempt of 0.0 >02:33:01,627 INFO blivet: resetting Blivet (version 0.61.5) instance <blivet.Blivet object at 0x7fec64eb8f50> >02:33:01,628 INFO blivet: no initiator set >02:33:01,629 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >02:33:01,629 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >02:33:01,678 DEBUG blivet: protected device spec /dev/sde1 resolved to sde1 >02:33:01,679 INFO blivet: sde1 looks to be the live device; marking as protected >02:33:01,694 INFO blivet: devices to scan: ['sde', 'sde1', 'sde2', 'sde3', 'sda', 'sda1', 'sdb', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'md126', 'md126p1', 'md126p2', 'md126p3', 'md127'] >02:33:01,697 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '924319', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde'} ; name: sde ; >02:33:01,698 INFO blivet: scanning sde (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde)... >02:33:01,698 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:33:01,698 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:01,699 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >02:33:01,699 INFO blivet: sde is a disk >02:33:01,700 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >02:33:01,701 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >02:33:01,706 INFO blivet: added disk sde (id 1) to device tree >02:33:01,706 DEBUG blivet: looking up parted Device: /dev/sde >02:33:01,706 INFO blivet: got device: DiskDevice instance (0x7fec5004af50) -- > name = sde status = True kids = 0 id = 1 > parents = [] > uuid = None size = 1911 MiB > format = existing None > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde partedDevice = parted.Device instance -- > model: Generic Flash Disk path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3913728 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1018, 62, 62) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7fec5007c440> > target size = 0 B path = /dev/sde > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7fec50032f10> >02:33:01,726 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >02:33:01,726 INFO blivet: type detected on 'sde' is 'iso9660' >02:33:01,727 DEBUG blivet: Iso9660FS.supported: supported: True ; >02:33:01,727 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 4 >02:33:01,732 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: iso9660 ; >02:33:01,732 INFO blivet: got format: existing iso9660 filesystem >02:33:01,737 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1 /dev/disk/by-label/Fedora-Live-Workstation-x86_64-2 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-10-10-01-34-21-00', > 'DEVNAME': 'sde1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Workstation-x86_64-2', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-10-10-01-34-21-00', > 'ID_FS_UUID_ENC': '2014-10-10-01-34-21-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2656256', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '65', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '924341', > 'name': 'sde1', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part1', > '/dev/disk/by-label/Fedora-Live-Workstation-x86_64-2', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2014-10-10-01-34-21-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1'} ; name: sde1 ; >02:33:01,737 INFO blivet: scanning sde1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde1)... >02:33:01,739 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde1 ; incomplete: False ; >02:33:01,740 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:01,740 INFO blivet: sde1 is a partition >02:33:01,740 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde1 ; >02:33:01,741 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:33:01,742 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >02:33:01,914 DEBUG blivet: lvm filter: adding sde1 to the reject list >02:33:01,914 DEBUG blivet: ignoring partition sde1 on iso9660 >02:33:01,914 DEBUG blivet: no device obtained for sde1 >02:33:01,917 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/4C54-8A45', > 'DEVNAME': 'sde2', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'EFI', > 'ID_FS_LABEL_ENC': 'EFI', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4C54-8A45', > 'ID_FS_UUID_ENC': '4C54-8A45', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '172', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10164', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '6e9f246b-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '66', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924361', > 'name': 'sde2', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part2', > '/dev/disk/by-label/EFI', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/4C54-8A45'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2'} ; name: sde2 ; >02:33:01,917 INFO blivet: scanning sde2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde2)... >02:33:01,918 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde2 ; incomplete: False ; >02:33:01,919 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:01,919 INFO blivet: sde2 is a partition >02:33:01,919 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde2 ; >02:33:01,920 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:33:01,920 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >02:33:01,925 DEBUG blivet: lvm filter: adding sde2 to the reject list >02:33:01,925 DEBUG blivet: ignoring partition sde2 on iso9660 >02:33:01,925 DEBUG blivet: no device obtained for sde2 >02:33:01,929 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'DEVNAME': 'sde3', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_Live', > 'ID_FS_LABEL_ENC': 'Fedora\\x20Live', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_UUID_ENC': '2d8f9c9c-f112-360a-bcba-31dbb9d5f074', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Flash_Disk', > 'ID_MODEL_ENC': 'Flash\\x20Disk\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '6387', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '10416', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40704', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6e9f246b-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6e9f246b', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Generic_Flash_Disk_5A203520-0:0', > 'ID_SERIAL_SHORT': '5A203520', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Generic', > 'ID_VENDOR_ENC': 'Generic\\x20', > 'ID_VENDOR_ID': '058f', > 'MAJOR': '8', > 'MINOR': '67', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '924386', > 'name': 'sde3', > 'symlinks': ['/dev/disk/by-id/usb-Generic_Flash_Disk_5A203520-0:0-part3', > '/dev/disk/by-label/Fedora\\x20Live', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/2d8f9c9c-f112-360a-bcba-31dbb9d5f074'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3'} ; name: sde3 ; >02:33:01,929 INFO blivet: scanning sde3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sde/sde3)... >02:33:01,931 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde3 ; incomplete: False ; >02:33:01,932 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:01,932 INFO blivet: sde3 is a partition >02:33:01,932 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde3 ; >02:33:01,933 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sde ; incomplete: False ; >02:33:01,933 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1911 MiB disk sde (1) with existing iso9660 filesystem >02:33:01,939 DEBUG blivet: lvm filter: adding sde3 to the reject list >02:33:01,939 DEBUG blivet: ignoring partition sde3 on iso9660 >02:33:01,939 DEBUG blivet: no device obtained for sde3 >02:33:01,941 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF /dev/disk/by-id/wwn-0x5000cca6accd6099', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '926717', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF', > '/dev/disk/by-id/wwn-0x5000cca6accd6099'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >02:33:01,941 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >02:33:01,941 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >02:33:01,942 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:01,942 INFO blivet: sda is part of a biosraid >02:33:01,942 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >02:33:01,943 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >02:33:01,943 INFO blivet: added disk sda (id 6) to device tree >02:33:01,943 DEBUG blivet: looking up parted Device: /dev/sda >02:33:01,943 INFO blivet: got device: DiskDevice instance (0x7fec4361bd50) -- > name = sda status = True kids = 0 id = 6 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HGST HTS721010A9 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7fec436144d0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fec43628090> >02:33:02,007 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >02:33:02,093 INFO blivet: type detected on 'sda' is 'isw_raid_member' >02:33:02,094 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda ; serial: JR10006PGYE8KF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >02:33:02,094 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 9 >02:33:02,095 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: mdmember ; >02:33:02,095 INFO blivet: got format: existing mdmember >02:33:02,095 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda ; >02:33:02,096 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >02:33:02,096 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >02:33:02,177 INFO blivet: using name imsm0 for md array containing member sda >02:33:02,177 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 11 >02:33:02,178 DEBUG blivet: MDRaidArrayDevice._setFormat: imsm0 ; current: None ; type: None ; >02:33:02,179 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: imsm0 ; >02:33:02,179 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sda ; >02:33:02,180 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >02:33:02,180 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >02:33:02,200 WARN blivet: failed to add member /dev/sda to md array /dev/md/imsm0: mdnominate failed for /dev/sda: 1 >02:33:02,200 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:02,200 INFO blivet: added mdcontainer imsm0 (id 10) to device tree >02:33:02,202 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1 /dev/disk/by-id/wwn-0x5000cca6accd6099-part1', > '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_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': '156', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '154', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE8KF', > 'ID_SERIAL_SHORT': 'JR10006PGYE8KF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6099', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6099', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '2513021', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE8KF-part1', > '/dev/disk/by-id/wwn-0x5000cca6accd6099-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >02:33:02,203 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >02:33:02,203 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >02:33:02,204 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:02,204 INFO blivet: sda1 is a partition >02:33:02,204 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >02:33:02,205 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >02:33:02,205 DEBUG blivet: DeviceTree.getDeviceByName returned existing 931.51 GiB disk sda (6) with existing mdmember >02:33:02,210 DEBUG blivet: ignoring partition sda1 on mdmember >02:33:02,210 DEBUG blivet: no device obtained for sda1 >02:33:02,212 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF /dev/disk/by-id/wwn-0x5000cca6accd6043', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > '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_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': '166', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '164', > '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': '7200', > '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': 'isw_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_VERSION': '1.0.00', > 'ID_MODEL': 'HGST_HTS721010A9E630', > 'ID_MODEL_ENC': 'HGST\\x20HTS721010A9E630\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'JB0OA3J0', > 'ID_SERIAL': 'HGST_HTS721010A9E630_JR10006PGYE5TF', > 'ID_SERIAL_SHORT': 'JR10006PGYE5TF', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca6accd6043', > 'ID_WWN_WITH_EXTENSION': '0x5000cca6accd6043', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '927146', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-HGST_HTS721010A9E630_JR10006PGYE5TF', > '/dev/disk/by-id/wwn-0x5000cca6accd6043'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >02:33:02,213 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >02:33:02,213 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >02:33:02,213 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:02,214 INFO blivet: sdb is part of a biosraid >02:33:02,214 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 15 >02:33:02,214 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >02:33:02,214 INFO blivet: added disk sdb (id 14) to device tree >02:33:02,214 DEBUG blivet: looking up parted Device: /dev/sdb >02:33:02,214 INFO blivet: got device: DiskDevice instance (0x7fec43634d90) -- > name = sdb status = True kids = 0 id = 14 > parents = [] > uuid = None size = 931.51 GiB > format = existing None > 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 HGST HTS721010A9 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 1953525168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (121601, 255, 63) biosGeometry: (121601, 255, 63) > PedDevice: <_ped.Device object at 0x7fec43614680> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fec43640810> >02:33:02,224 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >02:33:02,367 INFO blivet: type detected on 'sdb' is 'isw_raid_member' >02:33:02,368 DEBUG blivet: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb ; serial: JR10006PGYE5TF ; mdUuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; biosraid: True ; >02:33:02,368 DEBUG blivet: getFormat('isw_raid_member') returning MDRaidMember instance with object id 17 >02:33:02,369 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: mdmember ; >02:33:02,369 INFO blivet: got format: existing mdmember >02:33:02,370 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb ; >02:33:02,371 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: b25f8e60-5528-d464-f928-d3a6da2a145f ; incomplete: True ; >02:33:02,371 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:02,372 DEBUG blivet: non-existent RAID container size == 931.51 GiB >02:33:02,371 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 931.51 GiB mdcontainer imsm0 (10) >02:33:02,380 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:02,381 DEBUG blivet: non-existent RAID container size == 931.51 GiB >02:33:02,388 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:02,389 DEBUG blivet: non-existent RAID container size == 931.51 GiB >02:33:02,396 DEBUG blivet: MDRaidArrayDevice._addParent: imsm0 ; member: sdb ; >02:33:02,397 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >02:33:02,397 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >02:33:02,413 WARN blivet: failed to add member /dev/sdb to md array /dev/md/imsm0: mdnominate failed for /dev/sdb: 1 >02:33:02,413 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:02,415 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'TSSTcorp_CDDVDW_SN-208FB', > 'ID_MODEL_ENC': 'TSSTcorp\\x20CDDVDW\\x20SN-208FB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'TC00', > 'ID_SERIAL': 'TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH', > 'ID_SERIAL_SHORT': 'S12C6YCF1002SH', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '927769', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SN-208FB_S12C6YCF1002SH'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >02:33:02,415 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >02:33:02,416 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >02:33:02,417 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:02,417 INFO blivet: sr0 is a cdrom >02:33:02,417 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >02:33:02,418 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 20 >02:33:02,418 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >02:33:02,418 INFO blivet: added cdrom sr0 (id 19) to device tree >02:33:02,420 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:33:02,461 DEBUG blivet: looking up parted Device: /dev/sr0 >02:33:02,419 INFO blivet: got device: OpticalDevice instance (0x7fec43640690) -- > name = sr0 status = True kids = 0 id = 19 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >02:33:02,542 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:33:02,582 DEBUG blivet: looking up parted Device: /dev/sr0 >02:33:02,665 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:33:02,706 DEBUG blivet: looking up parted Device: /dev/sr0 >02:33:02,786 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:33:02,824 DEBUG blivet: looking up parted Device: /dev/sr0 >02:33:02,906 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >02:33:02,907 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:33:02,948 DEBUG blivet: no media present for device sr0 >02:33:02,951 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2 /dev/disk/by-id/wwn-0x500a07510943e9d2', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\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': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '928468', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2', > '/dev/disk/by-id/wwn-0x500a07510943e9d2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc'} ; name: sdc ; >02:33:02,952 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc)... >02:33:02,952 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >02:33:02,953 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:02,954 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >02:33:02,954 INFO blivet: sdc is a disk >02:33:02,954 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 24 >02:33:02,955 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >02:33:02,961 INFO blivet: added disk sdc (id 23) to device tree >02:33:02,961 DEBUG blivet: looking up parted Device: /dev/sdc >02:33:02,961 INFO blivet: got device: DiskDevice instance (0x7fec43640790) -- > name = sdc status = True kids = 0 id = 23 > parents = [] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA Crucial_CT120M50 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 234441648 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7fec436145f0> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fec41babd90> >02:33:02,983 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >02:33:02,984 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >02:33:02,985 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >02:33:02,985 DEBUG blivet: required disklabel type for sdc (1) is None >02:33:02,985 DEBUG blivet: default disklabel type for sdc is msdos >02:33:02,985 DEBUG blivet: selecting msdos disklabel for sdc based on size >02:33:02,986 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >02:33:02,994 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 0x7fec41bc00d0>] > device: <parted.device.Device object at 0x7fec41bb9e50> > PedDisk: <_ped.Disk object at 0x7fec5c12c560> >02:33:02,995 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 26 >02:33:02,996 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >02:33:02,999 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1 /dev/disk/by-id/wwn-0x500a07510943e9d2-part1 /dev/disk/by-label/Windows\\x20Boot /dev/disk/by-uuid/E6DA15CCDA159A3F', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > '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': '2', > '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': 'Windows_Boot', > 'ID_FS_LABEL_ENC': 'Windows\\x20Boot', > 'ID_FS_TYPE': 'ntfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'E6DA15CCDA159A3F', > 'ID_FS_UUID_ENC': 'E6DA15CCDA159A3F', > 'ID_MODEL': 'Crucial_CT120M500SSD3', > 'ID_MODEL_ENC': 'Crucial_CT120M500SSD3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > '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': '234436608', > 'ID_PART_ENTRY_TYPE': '0x7', > 'ID_PART_ENTRY_UUID': '3dcdcf37-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '3dcdcf37', > 'ID_REVISION': 'MU03', > 'ID_SERIAL': 'Crucial_CT120M500SSD3_13270943E9D2', > 'ID_SERIAL_SHORT': '13270943E9D2', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x500a07510943e9d2', > 'ID_WWN_WITH_EXTENSION': '0x500a07510943e9d2', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1637667', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-Crucial_CT120M500SSD3_13270943E9D2-part1', > '/dev/disk/by-id/wwn-0x500a07510943e9d2-part1', > '/dev/disk/by-label/Windows\\x20Boot', > '/dev/disk/by-uuid/E6DA15CCDA159A3F'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >02:33:03,000 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1)... >02:33:03,000 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >02:33:03,001 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:03,001 INFO blivet: sdc1 is a partition >02:33:03,002 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >02:33:03,002 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >02:33:03,003 DEBUG blivet: DeviceTree.getDeviceByName returned existing 111.79 GiB disk sdc (23) with existing msdos disklabel >02:33:03,011 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >02:33:03,012 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >02:33:03,012 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 29 >02:33:03,013 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >02:33:03,013 DEBUG blivet: looking up parted Partition: /dev/sdc1 >02:33:03,014 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >02:33:03,014 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >02:33:03,015 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >02:33:03,016 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >02:33:03,016 INFO blivet: added partition sdc1 (id 28) to device tree >02:33:03,019 DEBUG blivet: looking up parted Device: /dev/sdc1 >02:33:03,016 INFO blivet: got device: PartitionDevice instance (0x7fec41bc0610) -- > name = sdc1 status = True kids = 0 id = 28 > parents = ['existing 111.79 GiB disk sdc (23) with existing msdos disklabel'] > uuid = None size = 111.79 GiB > format = existing None > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 234436608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32748 did: 0 busy: False > hardwareGeometry: (14593, 255, 63) biosGeometry: (14593, 255, 63) > PedDevice: <_ped.Device object at 0x7fec43614560> > 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 0x7fec41bb9f10> fileSystem: <parted.filesystem.FileSystem object at 0x7fec41bc0590> > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fec41bc0210> PedPartition: <_ped.Partition object at 0x7fec41bb8d10> > disk = existing 111.79 GiB disk sdc (23) with existing msdos disklabel > start = 2048 end = 234438655 length = 234436608 > flags = boot >02:33:03,048 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >02:33:03,049 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >02:33:03,049 DEBUG blivet: device sdc1 does not contain a disklabel >02:33:03,049 INFO blivet: type detected on 'sdc1' is 'ntfs' >02:33:05,058 DEBUG blivet: padding min size from 75996000000 up to 75996000500 >02:33:05,060 DEBUG blivet: NTFS.supported: supported: False ; >02:33:05,060 DEBUG blivet: getFormat('ntfs') returning NTFS instance with object id 31 >02:33:05,061 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >02:33:05,061 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: ntfs ; >02:33:05,061 INFO blivet: got format: existing ntfs filesystem >02:33:05,063 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974628', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >02:33:05,063 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >02:33:05,063 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >02:33:05,064 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,064 INFO blivet: loop0 is a loop device >02:33:05,065 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >02:33:05,065 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin.img (deleted) ; incomplete: False ; >02:33:05,066 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,066 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 34 >02:33:05,067 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >02:33:05,067 INFO blivet: added file /osmin.img (deleted) (id 33) to device tree >02:33:05,068 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >02:33:05,068 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 37 >02:33:05,069 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >02:33:05,069 INFO blivet: added loop loop0 (id 36) to device tree >02:33:05,069 INFO blivet: got device: LoopDevice instance (0x7fec43383550) -- > name = loop0 status = False kids = 0 id = 36 > parents = ['existing 0 B file /osmin.img (deleted) (33)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >02:33:05,071 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >02:33:05,072 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >02:33:05,072 DEBUG blivet: device loop0 does not contain a disklabel >02:33:05,072 INFO blivet: type detected on 'loop0' is 'squashfs' >02:33:05,072 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 39 >02:33:05,073 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >02:33:05,074 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '974928', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >02:33:05,074 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >02:33:05,075 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >02:33:05,075 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,075 INFO blivet: loop1 is a loop device >02:33:05,076 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >02:33:05,076 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /osmin ; incomplete: False ; >02:33:05,077 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,077 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 42 >02:33:05,078 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >02:33:05,078 INFO blivet: added file /osmin (id 41) to device tree >02:33:05,079 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >02:33:05,079 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 45 >02:33:05,080 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >02:33:05,080 INFO blivet: added loop loop1 (id 44) to device tree >02:33:05,080 INFO blivet: got device: LoopDevice instance (0x7fec41bc0910) -- > name = loop1 status = False kids = 0 id = 44 > parents = ['existing 0 B file /osmin (41)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >02:33:05,082 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >02:33:05,083 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >02:33:05,083 DEBUG blivet: device loop1 does not contain a disklabel >02:33:05,083 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >02:33:05,083 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 47 >02:33:05,084 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >02:33:05,085 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975223', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >02:33:05,085 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >02:33:05,086 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >02:33:05,086 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,086 INFO blivet: loop2 is a loop device >02:33:05,087 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >02:33:05,088 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/initramfs/live/LiveOS/squashfs.img ; incomplete: False ; >02:33:05,088 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,088 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 50 >02:33:05,089 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >02:33:05,089 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 49) to device tree >02:33:05,090 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >02:33:05,090 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 53 >02:33:05,091 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >02:33:05,091 INFO blivet: added loop loop2 (id 52) to device tree >02:33:05,091 INFO blivet: got device: LoopDevice instance (0x7fec41bc0b50) -- > name = loop2 status = False kids = 0 id = 52 > parents = ['existing 0 B file /run/initramfs/live/LiveOS/squashfs.img (49)'] > 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 >02:33:05,093 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >02:33:05,094 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >02:33:05,094 DEBUG blivet: device loop2 does not contain a disklabel >02:33:05,094 INFO blivet: type detected on 'loop2' is 'squashfs' >02:33:05,094 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 55 >02:33:05,095 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >02:33:05,096 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975517', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >02:33:05,096 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >02:33:05,097 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:33:05,098 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,098 INFO blivet: loop3 is a loop device >02:33:05,098 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >02:33:05,099 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/ext3fs.img ; incomplete: False ; >02:33:05,100 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,100 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 58 >02:33:05,100 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >02:33:05,101 INFO blivet: added file /LiveOS/ext3fs.img (id 57) to device tree >02:33:05,101 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >02:33:05,101 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 61 >02:33:05,102 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >02:33:05,102 INFO blivet: added loop loop3 (id 60) to device tree >02:33:05,102 INFO blivet: got device: LoopDevice instance (0x7fec41bc0a10) -- > name = loop3 status = False kids = 0 id = 60 > parents = ['existing 0 B file /LiveOS/ext3fs.img (57)'] > 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/loop3 > format args = [] originalFormat = None >02:33:05,104 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >02:33:05,105 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >02:33:05,105 DEBUG blivet: device loop3 does not contain a disklabel >02:33:05,105 INFO blivet: type detected on 'loop3' is 'ext4' >02:33:05,121 DEBUG blivet: size=0 B, current=6144 MiB >02:33:05,128 DEBUG blivet: using current size 0 as min size >02:33:05,129 DEBUG blivet: Ext4FS.supported: supported: True ; >02:33:05,129 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 63 >02:33:05,130 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >02:33:05,130 INFO blivet: got format: existing ext4 filesystem >02:33:05,131 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '975813', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >02:33:05,132 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >02:33:05,132 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >02:33:05,133 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,133 INFO blivet: loop4 is a loop device >02:33:05,133 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >02:33:05,134 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >02:33:05,135 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,135 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 66 >02:33:05,136 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >02:33:05,136 INFO blivet: added file /overlay (deleted) (id 65) to device tree >02:33:05,137 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >02:33:05,137 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 69 >02:33:05,137 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >02:33:05,138 INFO blivet: added loop loop4 (id 68) to device tree >02:33:05,138 INFO blivet: got device: LoopDevice instance (0x7fec41bc0ed0) -- > name = loop4 status = False kids = 0 id = 68 > parents = ['existing 0 B file /overlay (deleted) (65)'] > 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/loop4 > format args = [] originalFormat = None >02:33:05,140 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >02:33:05,140 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >02:33:05,140 DEBUG blivet: device loop4 does not contain a disklabel >02:33:05,140 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >02:33:05,141 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance with object id 71 >02:33:05,141 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >02:33:05,143 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11532', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >02:33:05,143 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >02:33:05,144 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >02:33:05,145 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,145 INFO blivet: live-rw is a device-mapper device >02:33:05,145 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >02:33:05,146 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:33:05,147 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >02:33:05,148 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop4 ; incomplete: False ; >02:33:05,148 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop4 (68) >02:33:05,150 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >02:33:05,150 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,151 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >02:33:05,151 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 74 >02:33:05,152 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >02:33:05,152 INFO blivet: added dm live-rw (id 73) to device tree >02:33:05,153 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >02:33:05,152 INFO blivet: got device: DMDevice instance (0x7fec41bc0fd0) -- > name = live-rw status = True kids = 0 id = 73 > parents = ['existing 0 B loop loop4 (68)'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fec436149e0> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >02:33:05,168 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >02:33:05,169 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >02:33:05,169 DEBUG blivet: device live-rw does not contain a disklabel >02:33:05,169 INFO blivet: type detected on 'live-rw' is 'ext4' >02:33:05,185 DEBUG blivet: size=5493.66 MiB, current=6144 MiB >02:33:05,197 DEBUG blivet: padding min size from 5760516096 up to 5760516596 >02:33:05,198 DEBUG blivet: Ext4FS.supported: supported: True ; >02:33:05,198 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 76 >02:33:05,199 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >02:33:05,199 INFO blivet: got format: existing ext4 filesystem >02:33:05,201 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > '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': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '17479', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >02:33:05,201 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >02:33:05,202 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >02:33:05,202 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,203 INFO blivet: live-base is a device-mapper device >02:33:05,203 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >02:33:05,204 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >02:33:05,205 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:33:05,205 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >02:33:05,206 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >02:33:05,207 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,208 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >02:33:05,208 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 79 >02:33:05,209 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >02:33:05,209 INFO blivet: added dm live-base (id 78) to device tree >02:33:05,209 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >02:33:05,209 INFO blivet: got device: DMDevice instance (0x7fec41bc0d50) -- > name = live-base status = True kids = 0 id = 78 > parents = ['existing 0 B loop loop3 (60) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fec43614950> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >02:33:05,221 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >02:33:05,222 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >02:33:05,222 DEBUG blivet: device live-base does not contain a disklabel >02:33:05,222 INFO blivet: type detected on 'live-base' is 'ext4' >02:33:05,239 DEBUG blivet: size=0 B, current=6144 MiB >02:33:05,246 DEBUG blivet: using current size 0 as min size >02:33:05,247 DEBUG blivet: Ext4FS.supported: supported: True ; >02:33:05,247 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 81 >02:33:05,248 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >02:33:05,248 INFO blivet: got format: existing ext4 filesystem >02:33:05,249 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Wor /dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Wor', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Wor', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_UUID_ENC': '0ad82566-098c-46a4-88c8-10a2e187408a', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25184', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-Wor', > '/dev/disk/by-uuid/0ad82566-098c-46a4-88c8-10a2e187408a', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: live-osimg-min ; >02:33:05,250 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-2)... >02:33:05,250 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >02:33:05,251 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,251 INFO blivet: live-osimg-min is a device-mapper device >02:33:05,252 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >02:33:05,252 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >02:33:05,253 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >02:33:05,254 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >02:33:05,254 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (44) >02:33:05,255 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop3 ; incomplete: False ; >02:33:05,256 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop3 (60) with existing ext4 filesystem >02:33:05,257 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-osimg-min ; incomplete: False ; >02:33:05,258 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,259 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >02:33:05,259 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 84 >02:33:05,260 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >02:33:05,260 INFO blivet: added dm live-osimg-min (id 83) to device tree >02:33:05,260 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >02:33:05,260 INFO blivet: got device: DMDevice instance (0x7fec41bc0550) -- > name = live-osimg-min status = True kids = 0 id = 83 > parents = ['existing 0 B loop loop3 (60) with existing ext4 filesystem'] > uuid = None size = 6144 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12582912 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 16723 did: 17735 busy: False > hardwareGeometry: (783, 255, 63) biosGeometry: (783, 255, 63) > PedDevice: <_ped.Device object at 0x7fec43614a70> > target size = 0 B path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >02:33:05,273 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >02:33:05,274 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >02:33:05,274 DEBUG blivet: device live-osimg-min does not contain a disklabel >02:33:05,274 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >02:33:05,289 DEBUG blivet: size=0 B, current=5493.66 MiB >02:33:05,295 DEBUG blivet: using current size 0 as min size >02:33:05,296 DEBUG blivet: Ext4FS.supported: supported: True ; >02:33:05,297 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 86 >02:33:05,297 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >02:33:05,297 INFO blivet: got format: existing ext4 filesystem >02:33:05,299 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2 /dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_UUID_ENC': '87fa1b24-a37e-4a20-b93f-efebf65f5122', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '846762', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-6a0WiiAUqQarXiMkx0o5i283OgP0YnXluEV3w3mNeDQUMrH4zkXIUXxbUiy72Pq2', > '/dev/disk/by-uuid/87fa1b24-a37e-4a20-b93f-efebf65f5122', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-swap ; >02:33:05,300 INFO blivet: scanning fedora-swap (/devices/virtual/block/dm-3)... >02:33:05,300 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-swap ; incomplete: False ; >02:33:05,301 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,301 INFO blivet: fedora-swap is an lvm logical volume >02:33:05,302 DEBUG blivet: DeviceTree.addUdevLVDevice: name: fedora-swap ; >02:33:05,302 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: fedora ; incomplete: False ; >02:33:05,303 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,305 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo /dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3 /dev/md/Volume1_0p3', > 'DEVNAME': 'md126p3', > 'DEVPATH': '/devices/virtual/block/md126/md126p3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_UUID_ENC': 'v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_PART_ENTRY_DISK': '9:126', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '3174010880', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '732983296', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '22fc5314-03', > 'MAJOR': '259', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYSTEMD_READY': '0', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '352678', > 'name': 'md126p3', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-v8pe8l-Nwiu-osYZ-541A-crBz-Z8VR-bW1qGo', > '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d-part3', > '/dev/md/Volume1_0p3'], > 'sysfs_path': '/devices/virtual/block/md126/md126p3'} ; name: md126p3 ; >02:33:05,305 INFO blivet: scanning md126p3 (/devices/virtual/block/md126/md126p3)... >02:33:05,306 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126p3 ; incomplete: False ; >02:33:05,307 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,307 INFO blivet: md126p3 is a partition >02:33:05,307 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: md126p3 ; >02:33:05,307 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >02:33:05,308 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >02:33:05,308 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >02:33:05,308 DEBUG blivet: returning Volume1_0p3 >02:33:05,308 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0p3 ; incomplete: False ; >02:33:05,309 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,309 DEBUG blivet: link: Volume1_0p2 -> ../md126p2 >02:33:05,309 DEBUG blivet: link: Volume1_0p1 -> ../md126p1 >02:33:05,309 DEBUG blivet: link: Volume1_0p3 -> ../md126p3 >02:33:05,310 DEBUG blivet: link: Volume1_0 -> ../md126 >02:33:05,310 DEBUG blivet: returning Volume1_0 >02:33:05,310 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >02:33:05,311 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,313 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d /dev/md/Volume1_0', > 'DEVNAME': 'md126', > 'DEVPATH': '/devices/virtual/block/md126', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '22fc5314', > 'MAJOR': '9', > 'MD_CONTAINER': '/dev/md/imsm0', > 'MD_DEVICES': '2', > 'MD_DEVICE_sda_DEV': '/dev/sda', > 'MD_DEVICE_sda_ROLE': '0', > 'MD_DEVICE_sdb_DEV': '/dev/sdb', > 'MD_DEVICE_sdb_ROLE': '1', > 'MD_DEVNAME': 'Volume1_0', > 'MD_LEVEL': 'raid0', > 'MD_MEMBER': '0', > 'MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'MINOR': '126', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_MD_CONTAINER': '/dev/md/imsm0', > 'UDISKS_MD_DEVICES': '2', > 'UDISKS_MD_DEVICE_sda_DEV': '/dev/sda', > 'UDISKS_MD_DEVICE_sda_ROLE': '0', > 'UDISKS_MD_DEVICE_sdb_DEV': '/dev/sdb', > 'UDISKS_MD_DEVICE_sdb_ROLE': '1', > 'UDISKS_MD_DEVNAME': 'Volume1_0', > 'UDISKS_MD_LEVEL': 'raid0', > 'UDISKS_MD_MEMBER': '0', > 'UDISKS_MD_UUID': '2f0ca709:60236419:f7d237c0:e031795d', > 'USEC_INITIALIZED': '291350', > 'name': 'md126', > 'symlinks': ['/dev/disk/by-id/md-uuid-2f0ca709:60236419:f7d237c0:e031795d', > '/dev/md/Volume1_0'], > 'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >02:33:05,313 INFO blivet: scanning md126 (/devices/virtual/block/md126)... >02:33:05,314 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: md126 ; incomplete: False ; >02:33:05,315 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,316 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: Volume1_0 ; incomplete: False ; >02:33:05,316 DEBUG blivet: DeviceTree.getDeviceByName returned None >02:33:05,317 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: md126 ; >02:33:05,318 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: imsm0 ; incomplete: False ; >02:33:05,319 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:05,319 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:33:05,319 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.03 GiB mdcontainer imsm0 (10) >02:33:05,327 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:05,328 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:33:05,335 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:05,336 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:33:05,345 DEBUG blivet: MDRaidArrayDevice._addParent: Volume1_0 ; member: imsm0 ; >02:33:05,345 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:05,345 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:33:05,345 WARN blivet: Attribute name (mdUuid) which specifies member format's array UUID does not exist for this object (existing 1863.03 GiB mdcontainer imsm0 (10)). >02:33:05,353 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:05,353 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:33:05,361 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:05,362 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:33:05,369 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:05,370 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:33:05,379 DEBUG blivet: MDRaidArrayDevice.addChild: kids: 0 ; name: imsm0 ; >02:33:05,380 DEBUG blivet: MDRaidArrayDevice.setup: imsm0 ; status: True ; controllable: True ; orig: False ; >02:33:05,403 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >02:33:05,420 DEBUG blivet: looking up parted Device: /dev/md/imsm0 >02:33:05,420 DEBUG blivet: non-existent RAID container size == 1863.03 GiB >02:33:05,433 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:33:06,013 DEBUG blivet: looking up parted Device: /dev/sr0 >02:33:06,098 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >02:33:06,139 DEBUG blivet: looking up parted Device: /dev/sr0 > > >/tmp/ifcfg.log: >15:31:32,282 DEBUG ifcfg: content of files (network initialization): >15:31:32,289 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 144, 245, 250, 103, 122]}, 'connection': {'timestamp': 1413574285L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': 'f587813a-d1d9-4681-a0c6-1e39caaebca6'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'bridge': {'forward-delay': 2L, 'interface-name': 'virbr0'}, 'connection': {'autoconnect': False, 'interface-name': 'virbr0', 'timestamp': 1413574285L, 'type': 'bridge', 'id': 'virbr0', 'uuid': '4d1c413e-797c-4478-8bab-3a40d6e7e0de'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[24946880L, 24L, 0L]], 'dns': [], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >15:31:32,395 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['enp5s0f2']): >15:31:32,395 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp5s0f2: >15:31:32,395 DEBUG ifcfg: TYPE=Ethernet >15:31:32,395 DEBUG ifcfg: BOOTPROTO=dhcp >15:31:32,395 DEBUG ifcfg: DEFROUTE=yes >15:31:32,395 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >15:31:32,396 DEBUG ifcfg: IPV6INIT=yes >15:31:32,396 DEBUG ifcfg: IPV6_AUTOCONF=yes >15:31:32,396 DEBUG ifcfg: IPV6_DEFROUTE=yes >15:31:32,396 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >15:31:32,396 DEBUG ifcfg: NAME=enp5s0f2 >15:31:32,396 DEBUG ifcfg: UUID=f587813a-d1d9-4681-a0c6-1e39caaebca6 >15:31:32,396 DEBUG ifcfg: ONBOOT=no >15:31:32,396 DEBUG ifcfg: HWADDR=00:90:F5:FA:67:7A >15:31:32,396 DEBUG ifcfg: PEERDNS=yes >15:31:32,397 DEBUG ifcfg: PEERROUTES=yes >15:31:32,397 DEBUG ifcfg: IPV6_PEERDNS=yes >15:31:32,397 DEBUG ifcfg: IPV6_PEERROUTES=yes >15:31:32,402 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 144, 245, 250, 103, 122]}, 'connection': {'timestamp': 1413574285L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp5s0f2', 'uuid': 'f587813a-d1d9-4681-a0c6-1e39caaebca6'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'bridge': {'forward-delay': 2L, 'interface-name': 'virbr0'}, 'connection': {'autoconnect': False, 'interface-name': 'virbr0', 'timestamp': 1413574285L, 'type': 'bridge', 'id': 'virbr0', 'uuid': '4d1c413e-797c-4478-8bab-3a40d6e7e0de'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[24946880L, 24L, 0L]], 'dns': [], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >02:32:05,994 DEBUG ifcfg: content of files (network initialization): >02:32:05,994 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp5s0f2: >02:32:05,995 DEBUG ifcfg: TYPE=Ethernet >02:32:05,995 DEBUG ifcfg: BOOTPROTO=dhcp >02:32:05,995 DEBUG ifcfg: DEFROUTE=yes >02:32:05,995 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >02:32:05,995 DEBUG ifcfg: IPV6INIT=yes >02:32:05,995 DEBUG ifcfg: IPV6_AUTOCONF=yes >02:32:05,995 DEBUG ifcfg: IPV6_DEFROUTE=yes >02:32:05,995 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >02:32:05,995 DEBUG ifcfg: NAME=enp5s0f2 >02:32:05,995 DEBUG ifcfg: UUID=f587813a-d1d9-4681-a0c6-1e39caaebca6 >02:32:05,995 DEBUG ifcfg: ONBOOT=no >02:32:05,995 DEBUG ifcfg: HWADDR=00:90:F5:FA:67:7A >02:32:05,995 DEBUG ifcfg: PEERDNS=yes >02:32:05,995 DEBUG ifcfg: PEERROUTES=yes >02:32:05,995 DEBUG ifcfg: IPV6_PEERDNS=yes >02:32:05,995 DEBUG ifcfg: IPV6_PEERROUTES=yes >02:32:06,002 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 144, 245, 250, 103, 122]}, 'connection': {'timestamp': 1413574285L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp5s0f2', 'uuid': 'f587813a-d1d9-4681-a0c6-1e39caaebca6'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'bridge': {'forward-delay': 2L, 'interface-name': 'virbr0'}, 'connection': {'autoconnect': False, 'interface-name': 'virbr0', 'timestamp': 1413574285L, 'type': 'bridge', 'id': 'virbr0', 'uuid': '4d1c413e-797c-4478-8bab-3a40d6e7e0de'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[24946880L, 24L, 0L]], 'dns': [], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >02:32:06,056 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 >02:32:06,057 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 >02:32:06,057 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 >02:33:01,491 DEBUG ifcfg: content of files (network initialization): >02:33:01,492 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp5s0f2: >02:33:01,492 DEBUG ifcfg: TYPE=Ethernet >02:33:01,492 DEBUG ifcfg: BOOTPROTO=dhcp >02:33:01,492 DEBUG ifcfg: DEFROUTE=yes >02:33:01,492 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >02:33:01,492 DEBUG ifcfg: IPV6INIT=yes >02:33:01,492 DEBUG ifcfg: IPV6_AUTOCONF=yes >02:33:01,492 DEBUG ifcfg: IPV6_DEFROUTE=yes >02:33:01,492 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >02:33:01,492 DEBUG ifcfg: NAME=enp5s0f2 >02:33:01,492 DEBUG ifcfg: UUID=f587813a-d1d9-4681-a0c6-1e39caaebca6 >02:33:01,492 DEBUG ifcfg: ONBOOT=no >02:33:01,492 DEBUG ifcfg: HWADDR=00:90:F5:FA:67:7A >02:33:01,492 DEBUG ifcfg: PEERDNS=yes >02:33:01,492 DEBUG ifcfg: PEERROUTES=yes >02:33:01,493 DEBUG ifcfg: IPV6_PEERDNS=yes >02:33:01,493 DEBUG ifcfg: IPV6_PEERROUTES=yes >02:33:01,499 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 144, 245, 250, 103, 122]}, 'connection': {'timestamp': 1413574285L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp5s0f2', 'uuid': 'f587813a-d1d9-4681-a0c6-1e39caaebca6'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'bridge': {'forward-delay': 2L, 'interface-name': 'virbr0'}, 'connection': {'autoconnect': False, 'interface-name': 'virbr0', 'timestamp': 1413574285L, 'type': 'bridge', 'id': 'virbr0', 'uuid': '4d1c413e-797c-4478-8bab-3a40d6e7e0de'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[24946880L, 24L, 0L]], 'dns': [], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >02:33:01,548 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 >02:33:01,548 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 >02:33:01,549 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp5s0f2 > > >/proc/cmdline: >BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Workstation-x86_64-2 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 >
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 1150147
:
944607
|
947747
| 948009