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 633106 Details for
Bug 869841
anaconda sees unknown partition types as resizeable, crashes if told to resize one it actually cannot resize
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda-tb
anaconda-tb (text/plain), 269.08 KB, created by
Reartes Guillermo
on 2012-10-24 23:16:01 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Reartes Guillermo
Created:
2012-10-24 23:16:01 UTC
Size:
269.08 KB
patch
obsolete
>anaconda 18.19 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/parted/geometry.py", line 55, in __init__ > self.__geometry = _ped.Geometry(self.device.getPedDevice(), start, length) > File "/usr/lib64/python2.7/site-packages/parted/decorators.py", line 32, in new > ret = fn(*args, **kwds) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 1485, in _computeResize > length=newLen) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 1506, in resize > (constraint, geometry) = self._computeResize(partition) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/deviceaction.py", line 370, in execute > self.device.resize() > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 323, in processActions > action.execute() > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 357, in doIt > self.devicetree.processActions() > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 195, in turnOnFilesystems > storage.doIt() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 107, in doInstall > turnOnFilesystems(storage) > File "/usr/lib64/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 91, in run > threading.Thread.run(self, *args, **kwargs) >CreateException: Can't have the end before the start! (start sector=64 length=0) > >Local variables in innermost frame: >end: None > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._hubs: [<class 'pyanaconda.ui.gui.hubs.summary.SummaryHub'> >, <class 'pyanaconda.ui.gui.hubs.progress.ProgressHub'> >] > _intf.storage: Storage instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'sdb': 129} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [Root instance, containing members: > mounts: {'/boot': non-existent 500MB partition sdb1 (7) >, '/': non-existent 3983MB partition sdb3 (9) >} > swaps: [non-existent 2016MB partition sdb2 (8) >] > name: Fedora Linux 18 for x86_64 >] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage.autoPartEscrowCert: None > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.names: [sda, sda4, sda5, sda6, sda7, sda8, sdb, sr0, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), loop3, loop4, loop5, loop6, loop7, live-rw] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree.iscsi: iscsi instance, containing members: > _intf.storage.fsset.devicetree.iscsi.initiatorSet: False > _intf.storage.fsset.devicetree.iscsi.ifaces: {} > _intf.storage.fsset.devicetree.iscsi.started: False > _intf.storage.fsset.devicetree.iscsi._initiator: Skipped > _intf.storage.fsset.devicetree.iscsi.discovered_targets: {} > _intf.storage.fsset.devicetree.iscsi.ibftNodes: [] > _intf.storage.fsset.devicetree.platform: X86 instance, containing members: > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.mpathFriendlyNames: True > _intf.storage.fsset.devicetree.topology: MultipathTopology instance, containing members: > _intf.storage.fsset.devicetree.topology._multipaths: [] > _intf.storage.fsset.devicetree.topology._nondisks: [sda4, sda5, sda6, sda7, sda8, sdb1, sdb2, sdb3, sr0] > _intf.storage.fsset.devicetree.topology._devmap: {'loop5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'dm-0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sdb3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'sdb2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'sdb1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sr0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sr0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sr0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sda6': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda6 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda6 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'sda7': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda7 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda7 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'sda4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >, 'sda5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'sda': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sdb': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'loop3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'loop2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'loop1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop7': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop7 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop7 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'loop6': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop6 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop6 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'sda8': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda8 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda8 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 8 >, 'loop4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >} > _intf.storage.fsset.devicetree.topology._devices: [Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >] > _intf.storage.fsset.devicetree.topology._singlepaths: [sda, sdb, loop0, loop1, loop2, loop3, loop4, loop5, loop6, loop7, dm-0] > _intf.storage.fsset.devicetree.topology._mpath_topology: {} > _intf.storage.fsset.devicetree._ignoredDisks: [loop3, loop4, loop5, loop6, loop7] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._devices: [existing 7000MB disk sda (0) with existing msdos disklabel >, existing 6997MB partition sda4 (1) >, existing 6500MB disk sdb (6) with non-existent msdos disklabel >, OpticalDevice instance, containing members: > _model: QEMU_DVD-ROM > controllable: True > major: 11 > kids: 0 > _partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2186240 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b66c320> > uuid: None > exists: True > fstabComment: Skipped > _format: Iso9660FS instance, containing members: > _format.uuid: 2012-10-20-03-21-50-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: 011000 > _format._minInstanceSize: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora_18-Beta-TC6_x86_64 > _format._targetSize: 0 > _format._size: 0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sr0 > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _vendor: None > _name: sr0 > _targetSize: 0 > protected: False > parents: [] > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2012-10-20-03-21-50-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora_18-Beta-TC6_x86_64 > originalFormat._targetSize: 0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sr0 > bus: Skipped > _size: 4270.0 > _serial: None > id: 10 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 11 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop0 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 12 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /LiveOS/rootfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 13 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: Ext4FS instance, containing members: > _format.uuid: 9e285342-0dc4-47ed-93cb-7541d97af8ed > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 1024.0 > _format._size: 1024.0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/loop1 > sysfsPath: Skipped > _vendor: Skipped > _name: loop1 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Ext4FS instance, containing members: > originalFormat.uuid: 9e285342-0dc4-47ed-93cb-7541d97af8ed > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 1024.0 > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 1024.0 > originalFormat._migrate: False > originalFormat._device: /dev/loop1 > bus: Skipped > _size: 0 > _serial: None > id: 14 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /overlay (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 15 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop2 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 16 > minor: 0 >, existing 1024MB dm live-rw (17) with existing ext4 filesystem >, non-existent 3983MB partition sdb3 (18) with non-existent ext4 filesystem mounted at / >, non-existent 500MB partition sdb1 (19) with non-existent ext4 filesystem mounted at /boot >, non-existent 2016MB partition sdb2 (20) with non-existent swap >] > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat.uuid: 8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9 > origFormat.exists: False > origFormat._mountpoint: None > origFormat._majorminor: 008019 > origFormat._minInstanceSize: 775.5 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 3983.0 > origFormat._size: 3983.0 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._migrate: False > origFormat._device: /dev/sdb3 > id: 5 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 6 >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent swap > id: 3 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 4 >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat.uuid: fc4737ab-0320-4c7e-b723-90836439e17c > origFormat.exists: False > origFormat._mountpoint: None > origFormat._majorminor: 008017 > origFormat._minInstanceSize: 56.1 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 500.0 > origFormat._size: 500.0 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._migrate: False > origFormat._device: /dev/sdb1 > id: 1 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 2 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > id: 7 >, ActionResizeDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > origsize: 6997.02929688 > id: 0 > dir: 89 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 8 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 11 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 13 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 14 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 9 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 10 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 12 >] > _intf.storage.fsset.preserveLines: [] > _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.platform: X86 instance, containing members: > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: True > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sdb, sda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sdb, sda] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 0 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.stage2_device: Already dumped (PartitionDevice instance) > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.platform: Already dumped (X86 instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: Already dumped (DiskDevice instance) > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage.defaultFSType: ext4 > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.services: set([]) > _intf.storage.data: Skipped > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 3 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7f89324bee10) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f893248d710) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f893248d850) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f893248d810) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f893248d210) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 2016 maxSize = None grow = False > >] > _intf.storage.doAutoPart: True > _intf.storage.iscsi: Already dumped (iscsi instance) > _intf.storage.encryptedAutoPart: False > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload.skipBroken: False > _intf.payload._groups: Skipped > _intf.payload._yum: Skipped > _intf.payload.install_device: Already dumped (OpticalDevice instance) > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._packages: [] > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload._setup: True > _intf.payload.txID: 1351119065.56 > _intf.payload._createdInitrds: False > _intf.payload._space_required: 582.40 MB > _intf.payload.data: Skipped > _intf.payload._kernelVersionList: [] >updateSrc: None >rootParts: None >upgradeRoot: None >_platform: Already dumped (X86 instance) >id: None >rescue: False >mediaDevice: None >upgrade: False >_network: None >methodstr: None >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: hd:LABEL=Fedorax2018-Beta-TC6x20x86_64 >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._update_only: False > _bootloader._default_image: None > _bootloader.platform: Already dumped (X86 instance) > _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: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >simpleFilter: True >ksdata: Skipped >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programName: anaconda > mehConfig.programVersion: 18.19 > mehConfig.attrSkipList: [_intf._actions, _intf.storage.bootloader.password, _intf.storage.data, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.localSkipList: [passphrase, password] > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /tmp/syslog] >_backend: None >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Storage instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'serial': False, 'dmraid': True, 'armPlatform': None, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': 'hd:LABEL=Fedorax2018-Beta-TC6x20x86_64', 'method': None, 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'multiLib': False, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'nofb': None, 'targetArch': None} >proxy: None > > >/tmp/anaconda.log: >22:32:39,366 INFO anaconda: /sbin/anaconda 18.19 >22:32:40,357 INFO anaconda: 1048576 kB (1024 MB) are available >22:32:40,357 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >22:32:40,366 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >22:32:40,367 INFO anaconda: Default encoding = utf-8 >22:32:40,467 INFO anaconda: ISCSID is /sbin/iscsid >22:32:40,468 INFO anaconda: no initiator set >22:32:40,648 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >22:32:40,648 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >22:32:41,159 INFO anaconda: Display mode = g >22:32:41,163 INFO anaconda: 1048576 kB (1024 MB) are available >22:32:41,163 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >22:32:42,707 DEBUG anaconda: X server has signalled a successful start. >22:32:42,709 INFO anaconda: Starting window manager, pid 682. >22:32:43,901 INFO anaconda: using only installclass _Fedora >22:32:44,560 INFO anaconda: Detected 1008M of memory >22:32:44,561 INFO anaconda: Swap attempt of 2016M >22:32:44,575 INFO anaconda: Running Thread: AnaStorageThread (140227579045632) >22:32:44,582 INFO anaconda: Running Thread: AnaPayloadThread (140227587438336) >22:32:44,749 INFO anaconda: no initiator set >22:32:45,366 DEBUG anaconda: required disklabel type for sda (1) is None >22:32:45,371 DEBUG anaconda: default disklabel type for sda is msdos >22:32:45,373 DEBUG anaconda: selecting msdos disklabel for sda based on size >22:32:46,138 DEBUG anaconda: required disklabel type for sdb (1) is None >22:32:46,141 DEBUG anaconda: default disklabel type for sdb is msdos >22:32:46,142 DEBUG anaconda: selecting msdos disklabel for sdb based on size >22:32:47,998 DEBUG anaconda: isys.py:mount()- going to mount /dev/sdb1 on /mnt/sysimage as ext4 with options defaults,ro >22:32:48,028 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >22:32:48,234 DEBUG anaconda: isys.py:mount()- going to mount /dev/sdb3 on /mnt/sysimage as ext4 with options defaults,ro >22:32:48,290 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >22:32:48,574 INFO anaconda: Thread Done: AnaStorageThread (140227579045632) >22:32:49,038 INFO anaconda: Thread Done: AnaPayloadThread (140227587438336) >18:50:53,181 INFO anaconda: Running Thread: AnaSourceWatcher (140227342145280) >18:50:53,265 INFO anaconda: Running Thread: AnaSoftwareWatcher (140227333752576) >18:50:53,269 INFO anaconda: Running Thread: AnaStorageWatcher (140227279619840) >18:50:54,007 INFO anaconda: Running Thread: AnaNTPserver0 (140227587438336) >18:50:54,013 INFO anaconda: Running Thread: AnaNTPserver1 (140227262834432) >18:50:54,025 INFO anaconda: Running Thread: AnaNTPserver2 (140227271227136) >18:50:54,039 INFO anaconda: Running Thread: AnaNTPserver3 (140227254441728) >18:50:54,054 INFO anaconda: Thread Done: AnaSourceWatcher (140227342145280) >18:50:54,461 INFO anaconda: Thread Done: AnaNTPserver0 (140227587438336) >18:50:54,577 INFO anaconda: Thread Done: AnaNTPserver2 (140227271227136) >18:50:55,175 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140227271227136) >18:50:55,175 INFO anaconda: Thread Done: AnaSoftwareWatcher (140227333752576) >18:50:55,234 INFO anaconda: Thread Done: AnaStorageWatcher (140227279619840) >18:51:00,481 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140227271227136) >18:51:04,064 INFO anaconda: Thread Done: AnaNTPserver1 (140227262834432) >18:51:04,073 INFO anaconda: Thread Done: AnaNTPserver3 (140227254441728) >18:51:05,553 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140227254441728) >18:51:06,976 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140227254441728) >18:51:17,656 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >18:51:19,845 DEBUG anaconda: disk free: 3.90 MB fs free: 3.65 GB sw needs: 582.40 MB >18:51:39,191 DEBUG anaconda: disk free: 6.50 GB fs free: 0 B sw needs: 582.40 MB >18:51:40,763 INFO anaconda: Running Thread: AnaExecuteStorageThread (140227254441728) >18:51:40,775 DEBUG anaconda: required disklabel type for sdb (1) is None >18:51:40,776 DEBUG anaconda: default disklabel type for sdb is msdos >18:51:40,777 DEBUG anaconda: selecting msdos disklabel for sdb based on size >18:51:40,847 INFO anaconda: Detected 1008M of memory >18:51:40,849 INFO anaconda: Swap attempt of 2016M >18:51:41,101 INFO anaconda: Thread Done: AnaExecuteStorageThread (140227254441728) >18:51:41,101 INFO anaconda: Running Thread: AnaCheckStorageThread (140227262834432) >18:51:41,107 INFO anaconda: Thread Done: AnaCheckStorageThread (140227262834432) >18:51:53,143 INFO anaconda: Running Thread: AnaInstallThread (140227262834432) >18:51:55,226 INFO anaconda: Thread Done: AnaInstallThread (140227262834432) > > >/tmp/packaging.log: >22:32:44,539 DEBUG packaging: getting release version from tree at None (18) >22:32:44,539 DEBUG packaging: got a release version of 18 >22:32:48,574 INFO packaging: updating base repo >22:32:48,806 DEBUG packaging: getting release version from tree at None (18) >22:32:48,810 DEBUG packaging: got a release version of 18 >22:32:48,810 INFO packaging: configuring base repo >22:32:48,811 DEBUG packaging: /dev/sr0 is mounted on /run/install/repo >22:32:48,867 DEBUG packaging: getting release version from tree at file:///run/install/repo (18) >22:32:48,867 DEBUG packaging: retrieving treeinfo from file:///run/install/repo (proxies: {} ; sslverify: True) >22:32:48,872 DEBUG packaging: got a release version of 18 >22:32:48,917 DEBUG packaging: adding yum repo anaconda with baseurl file:///run/install/repo and mirrorlist None >22:32:48,938 DEBUG packaging: disabling repo fedora >22:32:48,938 DEBUG packaging: disabling repo updates-testing >22:32:48,942 DEBUG packaging: disabling repo updates >22:32:48,942 INFO packaging: gathering repo metadata >22:32:48,943 DEBUG packaging: getting repo metadata for anaconda >22:32:48,980 DEBUG packaging: getting group info for anaconda >22:32:49,037 INFO packaging: metadata retrieval complete >18:50:55,168 DEBUG packaging: deleting package sacks >18:50:55,176 INFO packaging: checking software selection >18:50:55,177 DEBUG packaging: deleting package sacks >18:50:55,177 DEBUG packaging: deleting yum transaction info >18:50:55,178 DEBUG packaging: select group core >18:50:55,621 DEBUG packaging: select group core >18:50:55,622 DEBUG packaging: select group gnome-desktop >18:50:55,680 DEBUG packaging: select group multimedia >18:50:55,699 DEBUG packaging: select group input-methods >18:50:55,707 DEBUG packaging: select group base-x >18:50:55,720 DEBUG packaging: select group fonts >18:50:55,777 DEBUG packaging: select group hardware-support >18:50:55,792 DEBUG packaging: select group dial-up >18:50:55,799 DEBUG packaging: select group printing >18:50:55,859 DEBUG packaging: select group firefox >18:50:55,861 DEBUG packaging: select group standard >18:50:55,909 DEBUG packaging: select package kernel-PAE >18:50:55,926 INFO packaging: no kernel-PAE package >18:50:55,926 DEBUG packaging: select package kernel >18:50:55,927 INFO packaging: selected kernel >18:50:55,927 INFO packaging: checking dependencies >18:51:00,450 DEBUG packaging: success >18:51:00,481 INFO packaging: 1171 packages selected totalling 2.77 GB >18:51:05,556 INFO packaging: checking software selection >18:51:05,556 DEBUG packaging: deleting package sacks >18:51:05,557 DEBUG packaging: deleting yum transaction info >18:51:05,603 DEBUG packaging: select group core >18:51:06,070 DEBUG packaging: select group core >18:51:06,071 DEBUG packaging: select package kernel-PAE >18:51:06,089 INFO packaging: no kernel-PAE package >18:51:06,089 DEBUG packaging: select package kernel >18:51:06,090 INFO packaging: selected kernel >18:51:06,090 INFO packaging: checking dependencies >18:51:06,969 DEBUG packaging: success >18:51:06,975 INFO packaging: 196 packages selected totalling 582.40 MB >18:51:53,501 DEBUG packaging: deleting package sacks > > >/tmp/program.log: >22:32:40,446 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >22:32:40,468 INFO program: Running... modprobe fcoe >22:32:40,559 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >22:32:40,645 INFO program: No FCoE boot disk information is found in EDD! >22:32:40,649 INFO program: Running... udevadm settle --timeout=300 >22:32:40,991 INFO program: Running... multipath -d >22:32:41,041 INFO program: Running... multipath -ll >22:32:42,719 INFO program: Running... metacity --display :1 --sm-disable >22:32:43,339 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >22:32:43,561 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,571 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,574 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,575 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,589 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,590 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,592 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,594 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,596 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,602 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,609 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,613 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,614 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,624 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,625 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,627 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,628 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,629 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,634 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,635 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,636 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,637 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,638 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:43,640 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >22:32:44,576 INFO program: Running... udevadm control --property=ANACONDA=1 >22:32:44,609 INFO program: Running... systemctl start chronyd.service >22:32:44,613 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >22:32:44,755 INFO program: Running... udevadm settle --timeout=300 >22:32:45,088 INFO program: Running... multipath -d >22:32:45,131 INFO program: Running... multipath -ll >22:32:46,342 INFO program: Running... dumpe2fs -h /dev/sdb1 >22:32:46,375 INFO program: Filesystem volume name: <none> >22:32:46,376 INFO program: Last mounted on: /boot >22:32:46,377 INFO program: Filesystem UUID: fc4737ab-0320-4c7e-b723-90836439e17c >22:32:46,377 INFO program: Filesystem magic number: 0xEF53 >22:32:46,378 INFO program: Filesystem revision #: 1 (dynamic) >22:32:46,378 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >22:32:46,379 INFO program: Filesystem flags: signed_directory_hash >22:32:46,379 INFO program: Default mount options: user_xattr acl >22:32:46,380 INFO program: Filesystem state: clean >22:32:46,380 INFO program: Errors behavior: Continue >22:32:46,380 INFO program: Filesystem OS type: Linux >22:32:46,381 INFO program: Inode count: 128016 >22:32:46,381 INFO program: Block count: 512000 >22:32:46,382 INFO program: Reserved block count: 25600 >22:32:46,382 INFO program: Free blocks: 449231 >22:32:46,384 INFO program: Free inodes: 127670 >22:32:46,385 INFO program: First block: 1 >22:32:46,390 INFO program: Block size: 1024 >22:32:46,391 INFO program: Fragment size: 1024 >22:32:46,392 INFO program: Reserved GDT blocks: 256 >22:32:46,392 INFO program: Blocks per group: 8192 >22:32:46,393 INFO program: Fragments per group: 8192 >22:32:46,393 INFO program: Inodes per group: 2032 >22:32:46,394 INFO program: Inode blocks per group: 254 >22:32:46,394 INFO program: Flex block group size: 16 >22:32:46,395 INFO program: Filesystem created: Wed Oct 24 17:39:08 2012 >22:32:46,395 INFO program: Last mount time: Wed Oct 24 17:39:11 2012 >22:32:46,395 INFO program: Last write time: Wed Oct 24 17:52:49 2012 >22:32:46,396 INFO program: Mount count: 1 >22:32:46,396 INFO program: Maximum mount count: -1 >22:32:46,397 INFO program: Last checked: Wed Oct 24 17:39:08 2012 >22:32:46,397 INFO program: Check interval: 0 (<none>) >22:32:46,398 INFO program: Lifetime writes: 60 MB >22:32:46,398 INFO program: Reserved blocks uid: 0 (user root) >22:32:46,398 INFO program: Reserved blocks gid: 0 (group root) >22:32:46,399 INFO program: First inode: 11 >22:32:46,399 INFO program: Inode size: 128 >22:32:46,400 INFO program: Journal inode: 8 >22:32:46,400 INFO program: Default directory hash: half_md4 >22:32:46,401 INFO program: Directory Hash Seed: d41939bc-4410-46cd-a756-1071b2f03305 >22:32:46,401 INFO program: Journal backup: inode blocks >22:32:46,402 INFO program: Journal features: (none) >22:32:46,402 INFO program: Journal size: 8M >22:32:46,406 INFO program: Journal length: 8192 >22:32:46,407 INFO program: Journal sequence: 0x00000023 >22:32:46,407 INFO program: Journal start: 0 >22:32:46,408 INFO program: >22:32:46,408 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >22:32:46,409 INFO program: Running... dumpe2fs -h /dev/sdb1 >22:32:46,425 INFO program: Filesystem volume name: <none> >22:32:46,426 INFO program: Last mounted on: /boot >22:32:46,426 INFO program: Filesystem UUID: fc4737ab-0320-4c7e-b723-90836439e17c >22:32:46,427 INFO program: Filesystem magic number: 0xEF53 >22:32:46,427 INFO program: Filesystem revision #: 1 (dynamic) >22:32:46,428 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >22:32:46,428 INFO program: Filesystem flags: signed_directory_hash >22:32:46,429 INFO program: Default mount options: user_xattr acl >22:32:46,429 INFO program: Filesystem state: clean >22:32:46,430 INFO program: Errors behavior: Continue >22:32:46,430 INFO program: Filesystem OS type: Linux >22:32:46,431 INFO program: Inode count: 128016 >22:32:46,431 INFO program: Block count: 512000 >22:32:46,432 INFO program: Reserved block count: 25600 >22:32:46,432 INFO program: Free blocks: 449231 >22:32:46,432 INFO program: Free inodes: 127670 >22:32:46,433 INFO program: First block: 1 >22:32:46,433 INFO program: Block size: 1024 >22:32:46,434 INFO program: Fragment size: 1024 >22:32:46,434 INFO program: Reserved GDT blocks: 256 >22:32:46,434 INFO program: Blocks per group: 8192 >22:32:46,435 INFO program: Fragments per group: 8192 >22:32:46,435 INFO program: Inodes per group: 2032 >22:32:46,436 INFO program: Inode blocks per group: 254 >22:32:46,436 INFO program: Flex block group size: 16 >22:32:46,442 INFO program: Filesystem created: Wed Oct 24 17:39:08 2012 >22:32:46,442 INFO program: Last mount time: Wed Oct 24 17:39:11 2012 >22:32:46,443 INFO program: Last write time: Wed Oct 24 17:52:49 2012 >22:32:46,443 INFO program: Mount count: 1 >22:32:46,444 INFO program: Maximum mount count: -1 >22:32:46,444 INFO program: Last checked: Wed Oct 24 17:39:08 2012 >22:32:46,444 INFO program: Check interval: 0 (<none>) >22:32:46,445 INFO program: Lifetime writes: 60 MB >22:32:46,445 INFO program: Reserved blocks uid: 0 (user root) >22:32:46,446 INFO program: Reserved blocks gid: 0 (group root) >22:32:46,446 INFO program: First inode: 11 >22:32:46,447 INFO program: Inode size: 128 >22:32:46,447 INFO program: Journal inode: 8 >22:32:46,448 INFO program: Default directory hash: half_md4 >22:32:46,448 INFO program: Directory Hash Seed: d41939bc-4410-46cd-a756-1071b2f03305 >22:32:46,449 INFO program: Journal backup: inode blocks >22:32:46,449 INFO program: Journal features: (none) >22:32:46,453 INFO program: Journal size: 8M >22:32:46,453 INFO program: Journal length: 8192 >22:32:46,454 INFO program: Journal sequence: 0x00000023 >22:32:46,454 INFO program: Journal start: 0 >22:32:46,455 INFO program: >22:32:46,455 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >22:32:46,456 INFO program: Running... resize2fs -P /dev/sdb1 >22:32:46,484 INFO program: Estimated minimum size of the filesystem: 51901 >22:32:46,486 ERR program: resize2fs 1.42.5 (29-Jul-2012) >22:32:46,812 INFO program: Running... dumpe2fs -h /dev/sdb3 >22:32:46,839 INFO program: Filesystem volume name: <none> >22:32:46,840 INFO program: Last mounted on: /mnt/sysimage >22:32:46,840 INFO program: Filesystem UUID: 8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9 >22:32:46,840 INFO program: Filesystem magic number: 0xEF53 >22:32:46,840 INFO program: Filesystem revision #: 1 (dynamic) >22:32:46,841 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >22:32:46,841 INFO program: Filesystem flags: signed_directory_hash >22:32:46,841 INFO program: Default mount options: user_xattr acl >22:32:46,841 INFO program: Filesystem state: clean >22:32:46,842 INFO program: Errors behavior: Continue >22:32:46,842 INFO program: Filesystem OS type: Linux >22:32:46,842 INFO program: Inode count: 254976 >22:32:46,842 INFO program: Block count: 1019648 >22:32:46,843 INFO program: Reserved block count: 50982 >22:32:46,843 INFO program: Free blocks: 833349 >22:32:46,843 INFO program: Free inodes: 234703 >22:32:46,843 INFO program: First block: 0 >22:32:46,844 INFO program: Block size: 4096 >22:32:46,844 INFO program: Fragment size: 4096 >22:32:46,844 INFO program: Reserved GDT blocks: 248 >22:32:46,844 INFO program: Blocks per group: 32768 >22:32:46,845 INFO program: Fragments per group: 32768 >22:32:46,845 INFO program: Inodes per group: 7968 >22:32:46,848 INFO program: Inode blocks per group: 498 >22:32:46,848 INFO program: Flex block group size: 16 >22:32:46,849 INFO program: Filesystem created: Wed Oct 24 17:39:01 2012 >22:32:46,849 INFO program: Last mount time: Wed Oct 24 17:39:11 2012 >22:32:46,849 INFO program: Last write time: Wed Oct 24 17:52:49 2012 >22:32:46,849 INFO program: Mount count: 1 >22:32:46,850 INFO program: Maximum mount count: -1 >22:32:46,850 INFO program: Last checked: Wed Oct 24 17:39:01 2012 >22:32:46,850 INFO program: Check interval: 0 (<none>) >22:32:46,850 INFO program: Lifetime writes: 1000 MB >22:32:46,851 INFO program: Reserved blocks uid: 0 (user root) >22:32:46,851 INFO program: Reserved blocks gid: 0 (group root) >22:32:46,851 INFO program: First inode: 11 >22:32:46,852 INFO program: Inode size: 256 >22:32:46,852 INFO program: Required extra isize: 28 >22:32:46,852 INFO program: Desired extra isize: 28 >22:32:46,852 INFO program: Journal inode: 8 >22:32:46,853 INFO program: Default directory hash: half_md4 >22:32:46,853 INFO program: Directory Hash Seed: d8937fa5-5f9e-4149-b92a-fcbffc32aad7 >22:32:46,853 INFO program: Journal backup: inode blocks >22:32:46,853 INFO program: Journal features: journal_incompat_revoke >22:32:46,854 INFO program: Journal size: 64M >22:32:46,854 INFO program: Journal length: 16384 >22:32:46,854 INFO program: Journal sequence: 0x000004b8 >22:32:46,861 INFO program: Journal start: 0 >22:32:46,861 INFO program: >22:32:46,861 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >22:32:46,862 INFO program: Running... dumpe2fs -h /dev/sdb3 >22:32:46,884 INFO program: Filesystem volume name: <none> >22:32:46,885 INFO program: Last mounted on: /mnt/sysimage >22:32:46,885 INFO program: Filesystem UUID: 8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9 >22:32:46,885 INFO program: Filesystem magic number: 0xEF53 >22:32:46,885 INFO program: Filesystem revision #: 1 (dynamic) >22:32:46,886 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >22:32:46,886 INFO program: Filesystem flags: signed_directory_hash >22:32:46,886 INFO program: Default mount options: user_xattr acl >22:32:46,886 INFO program: Filesystem state: clean >22:32:46,887 INFO program: Errors behavior: Continue >22:32:46,887 INFO program: Filesystem OS type: Linux >22:32:46,887 INFO program: Inode count: 254976 >22:32:46,887 INFO program: Block count: 1019648 >22:32:46,888 INFO program: Reserved block count: 50982 >22:32:46,888 INFO program: Free blocks: 833349 >22:32:46,888 INFO program: Free inodes: 234703 >22:32:46,888 INFO program: First block: 0 >22:32:46,889 INFO program: Block size: 4096 >22:32:46,889 INFO program: Fragment size: 4096 >22:32:46,889 INFO program: Reserved GDT blocks: 248 >22:32:46,889 INFO program: Blocks per group: 32768 >22:32:46,889 INFO program: Fragments per group: 32768 >22:32:46,890 INFO program: Inodes per group: 7968 >22:32:46,890 INFO program: Inode blocks per group: 498 >22:32:46,890 INFO program: Flex block group size: 16 >22:32:46,902 INFO program: Filesystem created: Wed Oct 24 17:39:01 2012 >22:32:46,902 INFO program: Last mount time: Wed Oct 24 17:39:11 2012 >22:32:46,903 INFO program: Last write time: Wed Oct 24 17:52:49 2012 >22:32:46,903 INFO program: Mount count: 1 >22:32:46,903 INFO program: Maximum mount count: -1 >22:32:46,903 INFO program: Last checked: Wed Oct 24 17:39:01 2012 >22:32:46,904 INFO program: Check interval: 0 (<none>) >22:32:46,904 INFO program: Lifetime writes: 1000 MB >22:32:46,904 INFO program: Reserved blocks uid: 0 (user root) >22:32:46,904 INFO program: Reserved blocks gid: 0 (group root) >22:32:46,904 INFO program: First inode: 11 >22:32:46,905 INFO program: Inode size: 256 >22:32:46,905 INFO program: Required extra isize: 28 >22:32:46,905 INFO program: Desired extra isize: 28 >22:32:46,905 INFO program: Journal inode: 8 >22:32:46,906 INFO program: Default directory hash: half_md4 >22:32:46,906 INFO program: Directory Hash Seed: d8937fa5-5f9e-4149-b92a-fcbffc32aad7 >22:32:46,906 INFO program: Journal backup: inode blocks >22:32:46,906 INFO program: Journal features: journal_incompat_revoke >22:32:46,907 INFO program: Journal size: 64M >22:32:46,907 INFO program: Journal length: 16384 >22:32:46,907 INFO program: Journal sequence: 0x000004b8 >22:32:46,907 INFO program: Journal start: 0 >22:32:46,907 INFO program: >22:32:46,908 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >22:32:46,910 INFO program: Running... resize2fs -P /dev/sdb3 >22:32:46,932 INFO program: Estimated minimum size of the filesystem: 180480 >22:32:46,934 ERR program: resize2fs 1.42.5 (29-Jul-2012) >22:32:47,185 INFO program: Running... dumpe2fs -h /dev/loop1 >22:32:47,200 INFO program: Filesystem volume name: Anaconda >22:32:47,201 INFO program: Last mounted on: / >22:32:47,201 INFO program: Filesystem UUID: 9e285342-0dc4-47ed-93cb-7541d97af8ed >22:32:47,201 INFO program: Filesystem magic number: 0xEF53 >22:32:47,202 INFO program: Filesystem revision #: 1 (dynamic) >22:32:47,202 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >22:32:47,202 INFO program: Filesystem flags: signed_directory_hash >22:32:47,202 INFO program: Default mount options: user_xattr acl >22:32:47,202 INFO program: Filesystem state: clean >22:32:47,203 INFO program: Errors behavior: Continue >22:32:47,203 INFO program: Filesystem OS type: Linux >22:32:47,203 INFO program: Inode count: 65536 >22:32:47,203 INFO program: Block count: 1048576 >22:32:47,204 INFO program: Reserved block count: 0 >22:32:47,204 INFO program: Free blocks: 312570 >22:32:47,204 INFO program: Free inodes: 38349 >22:32:47,204 INFO program: First block: 1 >22:32:47,204 INFO program: Block size: 1024 >22:32:47,205 INFO program: Fragment size: 1024 >22:32:47,205 INFO program: Reserved GDT blocks: 256 >22:32:47,205 INFO program: Blocks per group: 8192 >22:32:47,205 INFO program: Fragments per group: 8192 >22:32:47,206 INFO program: Inodes per group: 512 >22:32:47,206 INFO program: Inode blocks per group: 128 >22:32:47,206 INFO program: Flex block group size: 16 >22:32:47,206 INFO program: Filesystem created: Sat Oct 20 03:17:15 2012 >22:32:47,207 INFO program: Last mount time: Sat Oct 20 03:17:28 2012 >22:32:47,210 INFO program: Last write time: Sat Oct 20 03:17:35 2012 >22:32:47,210 INFO program: Mount count: 2 >22:32:47,210 INFO program: Maximum mount count: -1 >22:32:47,211 INFO program: Last checked: Sat Oct 20 03:17:15 2012 >22:32:47,211 INFO program: Check interval: 0 (<none>) >22:32:47,211 INFO program: Lifetime writes: 32 MB >22:32:47,211 INFO program: Reserved blocks uid: 0 (user root) >22:32:47,212 INFO program: Reserved blocks gid: 0 (group root) >22:32:47,212 INFO program: First inode: 11 >22:32:47,212 INFO program: Inode size: 256 >22:32:47,212 INFO program: Required extra isize: 28 >22:32:47,212 INFO program: Desired extra isize: 28 >22:32:47,213 INFO program: Journal inode: 8 >22:32:47,213 INFO program: Default directory hash: half_md4 >22:32:47,213 INFO program: Directory Hash Seed: 67e38a5f-2bc5-4eb1-b627-d73d75874e0a >22:32:47,213 INFO program: Journal backup: inode blocks >22:32:47,214 INFO program: Journal features: (none) >22:32:47,214 INFO program: Journal size: 32M >22:32:47,214 INFO program: Journal length: 32768 >22:32:47,214 INFO program: Journal sequence: 0x00000007 >22:32:47,215 INFO program: Journal start: 0 >22:32:47,215 INFO program: >22:32:47,215 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >22:32:47,216 INFO program: Running... dumpe2fs -h /dev/loop1 >22:32:47,228 INFO program: Filesystem volume name: Anaconda >22:32:47,229 INFO program: Last mounted on: / >22:32:47,229 INFO program: Filesystem UUID: 9e285342-0dc4-47ed-93cb-7541d97af8ed >22:32:47,229 INFO program: Filesystem magic number: 0xEF53 >22:32:47,230 INFO program: Filesystem revision #: 1 (dynamic) >22:32:47,230 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >22:32:47,230 INFO program: Filesystem flags: signed_directory_hash >22:32:47,230 INFO program: Default mount options: user_xattr acl >22:32:47,231 INFO program: Filesystem state: clean >22:32:47,231 INFO program: Errors behavior: Continue >22:32:47,231 INFO program: Filesystem OS type: Linux >22:32:47,231 INFO program: Inode count: 65536 >22:32:47,232 INFO program: Block count: 1048576 >22:32:47,232 INFO program: Reserved block count: 0 >22:32:47,232 INFO program: Free blocks: 312570 >22:32:47,236 INFO program: Free inodes: 38349 >22:32:47,236 INFO program: First block: 1 >22:32:47,237 INFO program: Block size: 1024 >22:32:47,237 INFO program: Fragment size: 1024 >22:32:47,237 INFO program: Reserved GDT blocks: 256 >22:32:47,237 INFO program: Blocks per group: 8192 >22:32:47,238 INFO program: Fragments per group: 8192 >22:32:47,238 INFO program: Inodes per group: 512 >22:32:47,238 INFO program: Inode blocks per group: 128 >22:32:47,238 INFO program: Flex block group size: 16 >22:32:47,239 INFO program: Filesystem created: Sat Oct 20 03:17:15 2012 >22:32:47,239 INFO program: Last mount time: Sat Oct 20 03:17:28 2012 >22:32:47,239 INFO program: Last write time: Sat Oct 20 03:17:35 2012 >22:32:47,239 INFO program: Mount count: 2 >22:32:47,240 INFO program: Maximum mount count: -1 >22:32:47,240 INFO program: Last checked: Sat Oct 20 03:17:15 2012 >22:32:47,240 INFO program: Check interval: 0 (<none>) >22:32:47,240 INFO program: Lifetime writes: 32 MB >22:32:47,241 INFO program: Reserved blocks uid: 0 (user root) >22:32:47,241 INFO program: Reserved blocks gid: 0 (group root) >22:32:47,241 INFO program: First inode: 11 >22:32:47,241 INFO program: Inode size: 256 >22:32:47,242 INFO program: Required extra isize: 28 >22:32:47,242 INFO program: Desired extra isize: 28 >22:32:47,242 INFO program: Journal inode: 8 >22:32:47,242 INFO program: Default directory hash: half_md4 >22:32:47,242 INFO program: Directory Hash Seed: 67e38a5f-2bc5-4eb1-b627-d73d75874e0a >22:32:47,243 INFO program: Journal backup: inode blocks >22:32:47,243 INFO program: Journal features: (none) >22:32:47,243 INFO program: Journal size: 32M >22:32:47,243 INFO program: Journal length: 32768 >22:32:47,244 INFO program: Journal sequence: 0x00000007 >22:32:47,244 INFO program: Journal start: 0 >22:32:47,244 INFO program: >22:32:47,244 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >22:32:47,245 INFO program: Running... resize2fs -P /dev/loop1 >22:32:47,261 INFO program: Couldn't find valid filesystem superblock. >22:32:47,262 ERR program: resize2fs 1.42.5 (29-Jul-2012) >22:32:47,262 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >22:32:47,344 INFO program: Running... udevadm settle --timeout=300 >22:32:47,435 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >22:32:47,449 INFO program: Filesystem volume name: Anaconda >22:32:47,449 INFO program: Last mounted on: /sysroot >22:32:47,449 INFO program: Filesystem UUID: 9e285342-0dc4-47ed-93cb-7541d97af8ed >22:32:47,450 INFO program: Filesystem magic number: 0xEF53 >22:32:47,450 INFO program: Filesystem revision #: 1 (dynamic) >22:32:47,450 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >22:32:47,450 INFO program: Filesystem flags: signed_directory_hash >22:32:47,451 INFO program: Default mount options: user_xattr acl >22:32:47,451 INFO program: Filesystem state: clean >22:32:47,451 INFO program: Errors behavior: Continue >22:32:47,451 INFO program: Filesystem OS type: Linux >22:32:47,451 INFO program: Inode count: 65536 >22:32:47,452 INFO program: Block count: 1048576 >22:32:47,452 INFO program: Reserved block count: 0 >22:32:47,452 INFO program: Free blocks: 312570 >22:32:47,452 INFO program: Free inodes: 38349 >22:32:47,453 INFO program: First block: 1 >22:32:47,453 INFO program: Block size: 1024 >22:32:47,453 INFO program: Fragment size: 1024 >22:32:47,453 INFO program: Reserved GDT blocks: 256 >22:32:47,453 INFO program: Blocks per group: 8192 >22:32:47,454 INFO program: Fragments per group: 8192 >22:32:47,454 INFO program: Inodes per group: 512 >22:32:47,458 INFO program: Inode blocks per group: 128 >22:32:47,458 INFO program: Flex block group size: 16 >22:32:47,459 INFO program: Filesystem created: Sat Oct 20 03:17:15 2012 >22:32:47,459 INFO program: Last mount time: Wed Oct 24 22:32:34 2012 >22:32:47,459 INFO program: Last write time: Wed Oct 24 22:32:34 2012 >22:32:47,459 INFO program: Mount count: 3 >22:32:47,460 INFO program: Maximum mount count: -1 >22:32:47,460 INFO program: Last checked: Sat Oct 20 03:17:15 2012 >22:32:47,460 INFO program: Check interval: 0 (<none>) >22:32:47,460 INFO program: Lifetime writes: 32 MB >22:32:47,460 INFO program: Reserved blocks uid: 0 (user root) >22:32:47,461 INFO program: Reserved blocks gid: 0 (group root) >22:32:47,461 INFO program: First inode: 11 >22:32:47,461 INFO program: Inode size: 256 >22:32:47,461 INFO program: Required extra isize: 28 >22:32:47,462 INFO program: Desired extra isize: 28 >22:32:47,462 INFO program: Journal inode: 8 >22:32:47,462 INFO program: Default directory hash: half_md4 >22:32:47,462 INFO program: Directory Hash Seed: 67e38a5f-2bc5-4eb1-b627-d73d75874e0a >22:32:47,462 INFO program: Journal backup: inode blocks >22:32:47,463 INFO program: Journal features: (none) >22:32:47,463 INFO program: Journal size: 32M >22:32:47,463 INFO program: Journal length: 32768 >22:32:47,463 INFO program: Journal sequence: 0x00000008 >22:32:47,464 INFO program: Journal start: 1 >22:32:47,464 INFO program: >22:32:47,464 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >22:32:47,465 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >22:32:47,480 INFO program: Filesystem volume name: Anaconda >22:32:47,481 INFO program: Last mounted on: /sysroot >22:32:47,481 INFO program: Filesystem UUID: 9e285342-0dc4-47ed-93cb-7541d97af8ed >22:32:47,481 INFO program: Filesystem magic number: 0xEF53 >22:32:47,481 INFO program: Filesystem revision #: 1 (dynamic) >22:32:47,482 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >22:32:47,482 INFO program: Filesystem flags: signed_directory_hash >22:32:47,482 INFO program: Default mount options: user_xattr acl >22:32:47,482 INFO program: Filesystem state: clean >22:32:47,483 INFO program: Errors behavior: Continue >22:32:47,483 INFO program: Filesystem OS type: Linux >22:32:47,483 INFO program: Inode count: 65536 >22:32:47,483 INFO program: Block count: 1048576 >22:32:47,484 INFO program: Reserved block count: 0 >22:32:47,484 INFO program: Free blocks: 312570 >22:32:47,484 INFO program: Free inodes: 38349 >22:32:47,484 INFO program: First block: 1 >22:32:47,485 INFO program: Block size: 1024 >22:32:47,485 INFO program: Fragment size: 1024 >22:32:47,485 INFO program: Reserved GDT blocks: 256 >22:32:47,485 INFO program: Blocks per group: 8192 >22:32:47,486 INFO program: Fragments per group: 8192 >22:32:47,486 INFO program: Inodes per group: 512 >22:32:47,486 INFO program: Inode blocks per group: 128 >22:32:47,486 INFO program: Flex block group size: 16 >22:32:47,490 INFO program: Filesystem created: Sat Oct 20 03:17:15 2012 >22:32:47,490 INFO program: Last mount time: Wed Oct 24 22:32:34 2012 >22:32:47,490 INFO program: Last write time: Wed Oct 24 22:32:34 2012 >22:32:47,491 INFO program: Mount count: 3 >22:32:47,491 INFO program: Maximum mount count: -1 >22:32:47,491 INFO program: Last checked: Sat Oct 20 03:17:15 2012 >22:32:47,491 INFO program: Check interval: 0 (<none>) >22:32:47,492 INFO program: Lifetime writes: 32 MB >22:32:47,492 INFO program: Reserved blocks uid: 0 (user root) >22:32:47,492 INFO program: Reserved blocks gid: 0 (group root) >22:32:47,492 INFO program: First inode: 11 >22:32:47,492 INFO program: Inode size: 256 >22:32:47,493 INFO program: Required extra isize: 28 >22:32:47,493 INFO program: Desired extra isize: 28 >22:32:47,493 INFO program: Journal inode: 8 >22:32:47,493 INFO program: Default directory hash: half_md4 >22:32:47,494 INFO program: Directory Hash Seed: 67e38a5f-2bc5-4eb1-b627-d73d75874e0a >22:32:47,494 INFO program: Journal backup: inode blocks >22:32:47,494 INFO program: Journal features: (none) >22:32:47,494 INFO program: Journal size: 32M >22:32:47,495 INFO program: Journal length: 32768 >22:32:47,495 INFO program: Journal sequence: 0x00000008 >22:32:47,495 INFO program: Journal start: 1 >22:32:47,495 INFO program: >22:32:47,496 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >22:32:47,496 INFO program: Running... resize2fs -P /dev/mapper/live-rw >22:32:47,514 INFO program: Estimated minimum size of the filesystem: 733647 >22:32:47,515 ERR program: resize2fs 1.42.5 (29-Jul-2012) >22:32:47,538 INFO program: Running... udevadm settle --timeout=300 >22:32:47,594 INFO program: Running... udevadm settle --timeout=300 >22:32:47,635 INFO program: Running... udevadm settle --timeout=300 >22:32:47,671 INFO program: Running... udevadm settle --timeout=300 >22:32:47,710 INFO program: Running... udevadm settle --timeout=300 >22:32:47,750 INFO program: Running... udevadm settle --timeout=300 >22:32:47,791 INFO program: Running... udevadm settle --timeout=300 >22:32:47,827 INFO program: Running... udevadm settle --timeout=300 >22:32:47,876 INFO program: Running... udevadm settle --timeout=300 >22:32:47,910 INFO program: Running... udevadm settle --timeout=300 >22:32:48,004 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sdb1 /mnt/sysimage >22:32:48,030 INFO program: Running... /bin/umount /mnt/sysimage >22:32:48,094 INFO program: Running... udevadm settle --timeout=300 >22:32:48,188 INFO program: Running... udevadm settle --timeout=300 >22:32:48,236 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sdb3 /mnt/sysimage >22:32:48,244 INFO program: Running... arch >22:32:48,282 INFO program: x86_64 >22:32:48,293 INFO program: Running... /bin/umount /mnt/sysimage >22:32:48,365 INFO program: Running... udevadm settle --timeout=300 >18:50:53,332 INFO program: Running... modprobe btrfs >18:50:53,438 INFO program: Running... modprobe xfs >18:50:53,533 INFO program: Running... modprobe vfat >18:51:39,093 INFO program: Running... udevadm settle --timeout=300 >18:51:39,131 INFO program: Running... udevadm settle --timeout=300 >18:51:39,161 INFO program: Running... udevadm settle --timeout=300 >18:51:40,803 INFO program: Running... udevadm settle --timeout=300 >18:51:53,144 INFO program: Running... hwclock --systohc --utc >18:51:53,513 INFO program: Running... udevadm settle --timeout=300 >18:51:53,550 INFO program: Running... udevadm settle --timeout=300 >18:51:53,577 INFO program: Running... udevadm settle --timeout=300 >18:51:53,686 INFO program: Running... wipefs -a /dev/sdb3 >18:51:53,813 INFO program: /dev/sdb3: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >18:51:53,817 INFO program: Running... udevadm settle --timeout=300 >18:51:53,846 INFO program: Running... udevadm settle --timeout=300 >18:51:53,869 INFO program: Running... udevadm settle --timeout=300 >18:51:53,905 INFO program: Running... udevadm settle --timeout=300 >18:51:54,010 INFO program: Running... udevadm settle --timeout=300 >18:51:54,141 INFO program: Running... udevadm settle --timeout=300 >18:51:54,167 INFO program: Running... wipefs -a /dev/sdb2 >18:51:54,294 INFO program: /dev/sdb2: 10 bytes were erased at offset 0x00000ff6 (swap): 53 57 41 50 53 50 41 43 45 32 >18:51:54,300 INFO program: Running... udevadm settle --timeout=300 >18:51:54,334 INFO program: Running... udevadm settle --timeout=300 >18:51:54,365 INFO program: Running... udevadm settle --timeout=300 >18:51:54,410 INFO program: Running... udevadm settle --timeout=300 >18:51:54,472 INFO program: Running... udevadm settle --timeout=300 >18:51:54,549 INFO program: Running... udevadm settle --timeout=300 >18:51:54,593 INFO program: Running... wipefs -a /dev/sdb1 >18:51:54,661 INFO program: /dev/sdb1: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >18:51:54,663 INFO program: Running... udevadm settle --timeout=300 >18:51:54,711 INFO program: Running... udevadm settle --timeout=300 >18:51:54,748 INFO program: Running... udevadm settle --timeout=300 >18:51:54,800 INFO program: Running... udevadm settle --timeout=300 >18:51:54,905 INFO program: Running... udevadm settle --timeout=300 >18:51:54,957 INFO program: Running... udevadm settle --timeout=300 >18:51:55,085 INFO program: Running... udevadm settle --timeout=300 >18:51:55,134 INFO program: Running... udevadm settle --timeout=300 >18:51:55,157 INFO program: Running... udevadm settle --timeout=300 >18:51:55,189 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >22:32:39,824 DEBUG storage: registered device format class MultipathMember as multipath_member >22:32:39,827 DEBUG storage: registered device format class SwapSpace as swap >22:32:39,829 DEBUG storage: registered device format class DMRaidMember as dmraidmember >22:32:39,866 DEBUG storage: registered device format class LUKS as luks >22:32:39,868 DEBUG storage: registered device format class MDRaidMember as mdmember >22:32:39,875 DEBUG storage: registered device format class DiskLabel as disklabel >22:32:39,896 DEBUG storage: registered device format class Ext2FS as ext2 >22:32:39,897 DEBUG storage: registered device format class Ext3FS as ext3 >22:32:39,897 DEBUG storage: registered device format class Ext4FS as ext4 >22:32:39,898 DEBUG storage: registered device format class FATFS as vfat >22:32:39,899 DEBUG storage: registered device format class EFIFS as efi >22:32:39,899 DEBUG storage: registered device format class BTRFS as btrfs >22:32:39,900 DEBUG storage: registered device format class GFS2 as gfs2 >22:32:39,900 DEBUG storage: registered device format class JFS as jfs >22:32:39,900 DEBUG storage: registered device format class ReiserFS as reiserfs >22:32:39,901 DEBUG storage: registered device format class XFS as xfs >22:32:39,901 DEBUG storage: registered device format class HFS as hfs >22:32:39,902 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >22:32:39,902 DEBUG storage: registered device format class HFSPlus as hfs+ >22:32:39,903 DEBUG storage: registered device format class NTFS as ntfs >22:32:39,903 DEBUG storage: registered device format class NFS as nfs >22:32:39,904 DEBUG storage: registered device format class NFSv4 as nfs4 >22:32:39,904 DEBUG storage: registered device format class Iso9660FS as iso9660 >22:32:39,905 DEBUG storage: registered device format class NoDevFS as nodev >22:32:39,905 DEBUG storage: registered device format class DevPtsFS as devpts >22:32:39,906 DEBUG storage: registered device format class ProcFS as proc >22:32:39,906 DEBUG storage: registered device format class SysFS as sysfs >22:32:39,907 DEBUG storage: registered device format class TmpFS as tmpfs >22:32:39,907 DEBUG storage: registered device format class BindFS as bind >22:32:39,908 DEBUG storage: registered device format class SELinuxFS as selinuxfs >22:32:39,908 DEBUG storage: registered device format class USBFS as usbfs >22:32:39,910 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >22:32:39,911 DEBUG storage: registered device format class BIOSBoot as biosboot >22:32:39,912 DEBUG storage: registered device format class PPCPRePBoot as prepboot >22:32:40,975 DEBUG storage: MultipathTopology._build_topology: >22:32:40,975 DEBUG storage: /etc/multipath.conf contents: >22:32:40,976 DEBUG storage: # multipath.conf written by anaconda >22:32:40,976 DEBUG storage: >22:32:40,977 DEBUG storage: defaults { >22:32:40,977 DEBUG storage: user_friendly_names yes >22:32:40,977 DEBUG storage: } >22:32:40,978 DEBUG storage: blacklist { >22:32:40,978 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >22:32:40,979 DEBUG storage: devnode "^hd[a-z]" >22:32:40,979 DEBUG storage: devnode "^dcssblk[0-9]*" >22:32:40,980 DEBUG storage: device { >22:32:40,980 DEBUG storage: vendor "DGC" >22:32:40,980 DEBUG storage: product "LUNZ" >22:32:40,981 DEBUG storage: } >22:32:40,981 DEBUG storage: device { >22:32:40,982 DEBUG storage: vendor "IBM" >22:32:40,982 DEBUG storage: product "S/390.*" >22:32:40,983 DEBUG storage: } >22:32:40,983 DEBUG storage: # don't count normal SATA devices as multipaths >22:32:40,984 DEBUG storage: device { >22:32:40,984 DEBUG storage: vendor "ATA" >22:32:40,985 DEBUG storage: } >22:32:40,985 DEBUG storage: # don't count 3ware devices as multipaths >22:32:40,985 DEBUG storage: device { >22:32:40,986 DEBUG storage: vendor "3ware" >22:32:40,986 DEBUG storage: } >22:32:40,987 DEBUG storage: device { >22:32:40,987 DEBUG storage: vendor "AMCC" >22:32:40,987 DEBUG storage: } >22:32:40,988 DEBUG storage: # nor highpoint devices >22:32:40,988 DEBUG storage: device { >22:32:40,989 DEBUG storage: vendor "HPT" >22:32:40,989 DEBUG storage: } >22:32:40,990 DEBUG storage: } >22:32:40,990 DEBUG storage: multipaths { >22:32:40,991 DEBUG storage: } >22:32:40,991 DEBUG storage: (end of /etc/multipath.conf) >22:32:41,097 INFO storage: MultipathTopology: found singlepath device: sda >22:32:41,100 INFO storage: MultipathTopology: found non-disk device: sda4 >22:32:41,101 INFO storage: MultipathTopology: found non-disk device: sda5 >22:32:41,102 INFO storage: MultipathTopology: found non-disk device: sda6 >22:32:41,104 INFO storage: MultipathTopology: found non-disk device: sda7 >22:32:41,105 INFO storage: MultipathTopology: found non-disk device: sda8 >22:32:41,105 INFO storage: MultipathTopology: found singlepath device: sdb >22:32:41,106 INFO storage: MultipathTopology: found non-disk device: sdb1 >22:32:41,108 INFO storage: MultipathTopology: found non-disk device: sdb2 >22:32:41,108 INFO storage: MultipathTopology: found non-disk device: sdb3 >22:32:41,109 INFO storage: MultipathTopology: found non-disk device: sr0 >22:32:41,109 INFO storage: MultipathTopology: found singlepath device: loop0 >22:32:41,110 INFO storage: MultipathTopology: found singlepath device: loop1 >22:32:41,112 INFO storage: MultipathTopology: found singlepath device: loop2 >22:32:41,112 INFO storage: MultipathTopology: found singlepath device: loop3 >22:32:41,114 INFO storage: MultipathTopology: found singlepath device: loop4 >22:32:41,114 INFO storage: MultipathTopology: found singlepath device: loop5 >22:32:41,115 INFO storage: MultipathTopology: found singlepath device: loop6 >22:32:41,117 INFO storage: MultipathTopology: found singlepath device: loop7 >22:32:41,118 INFO storage: MultipathTopology: found singlepath device: dm-0 >22:32:44,752 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >22:32:44,753 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >22:32:45,057 DEBUG storage: MultipathTopology._build_topology: >22:32:45,058 DEBUG storage: /etc/multipath.conf contents: >22:32:45,058 DEBUG storage: # multipath.conf written by anaconda >22:32:45,059 DEBUG storage: >22:32:45,059 DEBUG storage: defaults { >22:32:45,060 DEBUG storage: user_friendly_names yes >22:32:45,060 DEBUG storage: } >22:32:45,071 DEBUG storage: blacklist { >22:32:45,071 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >22:32:45,072 DEBUG storage: devnode "^hd[a-z]" >22:32:45,072 DEBUG storage: devnode "^dcssblk[0-9]*" >22:32:45,073 DEBUG storage: device { >22:32:45,073 DEBUG storage: vendor "DGC" >22:32:45,073 DEBUG storage: product "LUNZ" >22:32:45,074 DEBUG storage: } >22:32:45,074 DEBUG storage: device { >22:32:45,075 DEBUG storage: vendor "IBM" >22:32:45,075 DEBUG storage: product "S/390.*" >22:32:45,075 DEBUG storage: } >22:32:45,076 DEBUG storage: # don't count normal SATA devices as multipaths >22:32:45,076 DEBUG storage: device { >22:32:45,077 DEBUG storage: vendor "ATA" >22:32:45,077 DEBUG storage: } >22:32:45,078 DEBUG storage: # don't count 3ware devices as multipaths >22:32:45,078 DEBUG storage: device { >22:32:45,078 DEBUG storage: vendor "3ware" >22:32:45,079 DEBUG storage: } >22:32:45,079 DEBUG storage: device { >22:32:45,080 DEBUG storage: vendor "AMCC" >22:32:45,080 DEBUG storage: } >22:32:45,080 DEBUG storage: # nor highpoint devices >22:32:45,081 DEBUG storage: device { >22:32:45,081 DEBUG storage: vendor "HPT" >22:32:45,082 DEBUG storage: } >22:32:45,082 DEBUG storage: } >22:32:45,086 DEBUG storage: multipaths { >22:32:45,087 DEBUG storage: } >22:32:45,087 DEBUG storage: (end of /etc/multipath.conf) >22:32:45,201 INFO storage: MultipathTopology: found singlepath device: sda >22:32:45,203 INFO storage: MultipathTopology: found non-disk device: sda4 >22:32:45,204 INFO storage: MultipathTopology: found non-disk device: sda5 >22:32:45,204 INFO storage: MultipathTopology: found non-disk device: sda6 >22:32:45,206 INFO storage: MultipathTopology: found non-disk device: sda7 >22:32:45,207 INFO storage: MultipathTopology: found non-disk device: sda8 >22:32:45,208 INFO storage: MultipathTopology: found singlepath device: sdb >22:32:45,210 INFO storage: MultipathTopology: found non-disk device: sdb1 >22:32:45,211 INFO storage: MultipathTopology: found non-disk device: sdb2 >22:32:45,213 INFO storage: MultipathTopology: found non-disk device: sdb3 >22:32:45,214 INFO storage: MultipathTopology: found non-disk device: sr0 >22:32:45,215 INFO storage: MultipathTopology: found singlepath device: loop0 >22:32:45,216 INFO storage: MultipathTopology: found singlepath device: loop1 >22:32:45,220 INFO storage: MultipathTopology: found singlepath device: loop2 >22:32:45,225 INFO storage: MultipathTopology: found singlepath device: loop3 >22:32:45,232 INFO storage: MultipathTopology: found singlepath device: loop4 >22:32:45,240 INFO storage: MultipathTopology: found singlepath device: loop5 >22:32:45,244 INFO storage: MultipathTopology: found singlepath device: loop6 >22:32:45,250 INFO storage: MultipathTopology: found singlepath device: loop7 >22:32:45,253 INFO storage: MultipathTopology: found singlepath device: dm-0 >22:32:45,255 INFO storage: devices to scan: ['sda', 'sda4', 'sda5', 'sda6', 'sda7', 'sda8', 'sdb', 'sdb1', 'sdb2', 'sdb3', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >22:32:45,269 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '29755', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >22:32:45,293 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >22:32:45,302 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >22:32:45,303 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:45,305 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >22:32:45,316 INFO storage: sda is a disk >22:32:45,317 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:45,319 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >22:32:45,323 INFO storage: added disk sda (id 0) to device tree >22:32:45,323 DEBUG storage: looking up parted Device: /dev/sda >22:32:45,332 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >22:32:45,334 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >22:32:45,363 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >22:32:45,379 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >22:32:45,398 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 4 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f893b9a0950>] > device: <parted.device.Device object at 0x7f893b9a0790> > PedDisk: <_ped.Disk object at 0x7f893b9a2908> >22:32:45,400 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >22:32:45,402 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >22:32:45,410 INFO storage: got device: DiskDevice instance (0x7f893e6d97d0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 7000.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 14336000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (892, 255, 63) biosGeometry: (892, 255, 63) > PedDevice: <_ped.Device object at 0x7f893e835dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f893b985950> >22:32:45,425 INFO storage: got format: DiskLabel instance (0x7f893b985a10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 4 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f893b9a0950>] > device: <parted.device.Device object at 0x7f893b9a0790> > PedDisk: <_ped.Disk object at 0x7f893b9a2908> > origPartedDisk = <parted.disk.Disk object at 0x7f893b9a0c90> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 14336000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (892, 255, 63) biosGeometry: (892, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b977200> > >22:32:45,431 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part4 /dev/disk/by-uuid/508807a6914cd59c', > 'DEVNAME': 'sda4', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ufs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '508807a6914cd59c', > 'ID_FS_UUID_ENC': '508807a6914cd59c', > 'ID_FS_VERSION': '1', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'bsd', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30155', > 'name': 'sda4', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part4', > '/dev/disk/by-uuid/508807a6914cd59c'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4'} ; name: sda4 ; >22:32:45,434 INFO storage: scanning sda4 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4)... >22:32:45,438 DEBUG storage: DeviceTree.getDeviceByName: name: sda4 ; >22:32:45,439 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:45,440 INFO storage: sda4 is a partition >22:32:45,441 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda4 ; >22:32:45,446 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >22:32:45,448 DEBUG storage: DeviceTree.getDeviceByName returned existing 7000MB disk sda (0) with existing msdos disklabel >22:32:45,449 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >22:32:45,459 DEBUG storage: PartitionDevice._setFormat: sda4 ; >22:32:45,460 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:45,461 DEBUG storage: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >22:32:45,463 DEBUG storage: looking up parted Partition: /dev/sda4 >22:32:45,476 DEBUG storage: PartitionDevice.probe: sda4 ; exists: True ; >22:32:45,507 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 1 ; >22:32:45,510 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 10 ; >22:32:45,513 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 12 ; >22:32:45,515 INFO storage: added partition sda4 (id 1) to device tree >22:32:45,517 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda4 ; >22:32:45,556 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda4 ; label_type: bsd ; >22:32:45,566 DEBUG storage: PartitionDevice.setup: sda4 ; status: True ; controllable: True ; orig: False ; >22:32:45,568 DEBUG storage: DiskLabel.__init__: device: /dev/sda4 ; labelType: bsd ; exists: True ; >22:32:45,645 WARN storage: disklabel detected but not usable on sda4 >22:32:45,645 INFO storage: type detected on 'sda4' is 'ufs' >22:32:45,646 DEBUG storage: getFormat('ufs') returning DeviceFormat instance >22:32:45,648 DEBUG storage: PartitionDevice._setFormat: sda4 ; >22:32:45,652 DEBUG storage: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >22:32:45,653 DEBUG storage: looking up parted Device: /dev/sda4 >22:32:45,656 INFO storage: got device: PartitionDevice instance (0x7f893b9a0f10) -- > name = sda4 status = True kids = 0 id = 1 > parents = ['existing 7000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 6997.02929688 > format = existing None > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 14329916 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (891, 255, 63) biosGeometry: (891, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b977440> > target size = 0 path = /dev/sda4 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893b9a0850> fileSystem: None > number: 4 path: /dev/sda4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f893b9a0a90> PedPartition: <_ped.Partition object at 0x7f893b99f230> > disk = existing 7000MB disk sda (0) with existing msdos disklabel > start = 64 end = 14329979 length = 14329916 > flags = boot >22:32:45,685 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part5 /dev/disk/by-uuid/508807a6914cd59c', > 'DEVNAME': 'sda5', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ufs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '508807a6914cd59c', > 'ID_FS_UUID_ENC': '508807a6914cd59c', > 'ID_FS_VERSION': '1', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'bsd', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30169', > 'name': 'sda5', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part5', > '/dev/disk/by-uuid/508807a6914cd59c'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5'} ; name: sda5 ; >22:32:45,687 INFO storage: scanning sda5 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5)... >22:32:45,689 DEBUG storage: DeviceTree.getDeviceByName: name: sda5 ; >22:32:45,734 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:45,758 INFO storage: sda5 is a partition >22:32:45,804 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda5 ; >22:32:45,894 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >22:32:45,926 DEBUG storage: DeviceTree.getDeviceByName returned existing 7000MB disk sda (0) with existing msdos disklabel >22:32:45,928 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >22:32:45,929 DEBUG storage: PartitionDevice._setFormat: sda5 ; >22:32:45,933 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:45,935 DEBUG storage: PartitionDevice._setFormat: sda5 ; current: None ; type: None ; >22:32:45,935 DEBUG storage: looking up parted Partition: /dev/sda5 >22:32:45,936 ERR storage: Failed to instantiate PartitionDevice: ('cannot find parted partition instance', 'sda5') >22:32:45,937 DEBUG storage: no device or no media present >22:32:45,940 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part6', > 'DEVNAME': 'sda6', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30180', > 'name': 'sda6', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part6'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6'} ; name: sda6 ; >22:32:45,942 INFO storage: scanning sda6 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6)... >22:32:45,944 DEBUG storage: DeviceTree.getDeviceByName: name: sda6 ; >22:32:45,951 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:45,959 INFO storage: sda6 is a partition >22:32:45,960 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda6 ; >22:32:45,961 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >22:32:45,964 DEBUG storage: DeviceTree.getDeviceByName returned existing 7000MB disk sda (0) with existing msdos disklabel >22:32:45,973 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >22:32:45,975 DEBUG storage: PartitionDevice._setFormat: sda6 ; >22:32:45,975 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:45,977 DEBUG storage: PartitionDevice._setFormat: sda6 ; current: None ; type: None ; >22:32:45,986 DEBUG storage: looking up parted Partition: /dev/sda6 >22:32:45,987 ERR storage: Failed to instantiate PartitionDevice: ('cannot find parted partition instance', 'sda6') >22:32:45,987 DEBUG storage: no device or no media present >22:32:45,990 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part7 /dev/disk/by-uuid/5088084e4b60edce', > 'DEVNAME': 'sda7', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ufs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '5088084e4b60edce', > 'ID_FS_UUID_ENC': '5088084e4b60edce', > 'ID_FS_VERSION': '1', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30193', > 'name': 'sda7', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part7', > '/dev/disk/by-uuid/5088084e4b60edce'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7'} ; name: sda7 ; >22:32:46,001 INFO storage: scanning sda7 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7)... >22:32:46,002 DEBUG storage: DeviceTree.getDeviceByName: name: sda7 ; >22:32:46,003 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:46,004 INFO storage: sda7 is a partition >22:32:46,005 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda7 ; >22:32:46,014 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >22:32:46,015 DEBUG storage: DeviceTree.getDeviceByName returned existing 7000MB disk sda (0) with existing msdos disklabel >22:32:46,024 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >22:32:46,026 DEBUG storage: PartitionDevice._setFormat: sda7 ; >22:32:46,034 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:46,035 DEBUG storage: PartitionDevice._setFormat: sda7 ; current: None ; type: None ; >22:32:46,036 DEBUG storage: looking up parted Partition: /dev/sda7 >22:32:46,036 ERR storage: Failed to instantiate PartitionDevice: ('cannot find parted partition instance', 'sda7') >22:32:46,037 DEBUG storage: no device or no media present >22:32:46,040 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part8 /dev/disk/by-uuid/508807e575b5a3ac', > 'DEVNAME': 'sda8', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ufs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '508807e575b5a3ac', > 'ID_FS_UUID_ENC': '508807e575b5a3ac', > 'ID_FS_VERSION': '1', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '8', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30203', > 'name': 'sda8', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part8', > '/dev/disk/by-uuid/508807e575b5a3ac'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8'} ; name: sda8 ; >22:32:46,045 INFO storage: scanning sda8 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8)... >22:32:46,046 DEBUG storage: DeviceTree.getDeviceByName: name: sda8 ; >22:32:46,047 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:46,051 INFO storage: sda8 is a partition >22:32:46,053 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda8 ; >22:32:46,054 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >22:32:46,055 DEBUG storage: DeviceTree.getDeviceByName returned existing 7000MB disk sda (0) with existing msdos disklabel >22:32:46,056 DEBUG storage: DiskDevice.addChild: kids: 4 ; name: sda ; >22:32:46,058 DEBUG storage: PartitionDevice._setFormat: sda8 ; >22:32:46,060 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:46,061 DEBUG storage: PartitionDevice._setFormat: sda8 ; current: None ; type: None ; >22:32:46,066 DEBUG storage: looking up parted Partition: /dev/sda8 >22:32:46,067 ERR storage: Failed to instantiate PartitionDevice: ('cannot find parted partition instance', 'sda8') >22:32:46,067 DEBUG storage: no device or no media present >22:32:46,069 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00002', > 'ID_SERIAL_SHORT': 'QM00002', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '50331', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb'} ; name: sdb ; >22:32:46,070 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb)... >22:32:46,083 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >22:32:46,084 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:46,093 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >22:32:46,096 INFO storage: sdb is a disk >22:32:46,097 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:46,098 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >22:32:46,101 INFO storage: added disk sdb (id 6) to device tree >22:32:46,102 DEBUG storage: looking up parted Device: /dev/sdb >22:32:46,118 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >22:32:46,129 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >22:32:46,133 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >22:32:46,143 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >22:32:46,188 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f893e72d1d0>, <parted.partition.Partition object at 0x7f893e72d590>, <parted.partition.Partition object at 0x7f893e72d810>] > device: <parted.device.Device object at 0x7f893e72ef10> > PedDisk: <_ped.Disk object at 0x7f893e6dd5f0> >22:32:46,190 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >22:32:46,192 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >22:32:46,199 INFO storage: got device: DiskDevice instance (0x7f893e724d10) -- > name = sdb status = True kids = 0 id = 6 > parents = [] > uuid = None size = 6500.0 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 13312000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (828, 255, 63) biosGeometry: (828, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b977710> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f893e72e810> >22:32:46,212 INFO storage: got format: DiskLabel instance (0x7f893e72ecd0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f893e72d1d0>, <parted.partition.Partition object at 0x7f893e72d590>, <parted.partition.Partition object at 0x7f893e72d810>] > device: <parted.device.Device object at 0x7f893e72ef10> > PedDisk: <_ped.Disk object at 0x7f893e6dd5f0> > origPartedDisk = <parted.disk.Disk object at 0x7f893e72d9d0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 13312000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (828, 255, 63) biosGeometry: (828, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b9773b0> > >22:32:46,220 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002-part1 /dev/disk/by-uuid/fc4737ab-0320-4c7e-b723-90836439e17c', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'fc4737ab-0320-4c7e-b723-90836439e17c', > 'ID_FS_UUID_ENC': 'fc4737ab-0320-4c7e-b723-90836439e17c', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00002', > 'ID_SERIAL_SHORT': 'QM00002', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '50731', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002-part1', > '/dev/disk/by-uuid/fc4737ab-0320-4c7e-b723-90836439e17c'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1'} ; name: sdb1 ; >22:32:46,229 INFO storage: scanning sdb1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1)... >22:32:46,231 DEBUG storage: DeviceTree.getDeviceByName: name: sdb1 ; >22:32:46,235 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:46,236 INFO storage: sdb1 is a partition >22:32:46,237 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >22:32:46,238 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >22:32:46,239 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with existing msdos disklabel >22:32:46,244 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >22:32:46,245 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >22:32:46,246 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:46,247 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >22:32:46,254 DEBUG storage: looking up parted Partition: /dev/sdb1 >22:32:46,256 DEBUG storage: PartitionDevice.probe: sdb1 ; exists: True ; >22:32:46,263 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >22:32:46,264 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >22:32:46,271 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >22:32:46,271 INFO storage: added partition sdb1 (id 7) to device tree >22:32:46,273 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >22:32:46,276 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: dos ; >22:32:46,282 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >22:32:46,286 DEBUG storage: DiskLabel.__init__: device: /dev/sdb1 ; labelType: dos ; exists: True ; >22:32:46,340 WARN storage: disklabel detected but not usable on sdb1 >22:32:46,341 INFO storage: type detected on 'sdb1' is 'ext4' >22:32:46,489 DEBUG storage: padding min size from 51 up to 56 >22:32:46,496 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:46,500 DEBUG storage: getFormat('ext4') returning Ext4FS instance >22:32:46,512 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >22:32:46,518 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: ext4 ; >22:32:46,519 DEBUG storage: looking up parted Device: /dev/sdb1 >22:32:46,522 INFO storage: got device: PartitionDevice instance (0x7f893e72ee10) -- > name = sdb1 status = True kids = 0 id = 7 > parents = ['existing 6500MB disk sdb (6) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b977950> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893e72d050> fileSystem: <parted.filesystem.FileSystem object at 0x7f893e72d6d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f893e72d350> PedPartition: <_ped.Partition object at 0x7f893b99f410> > disk = existing 6500MB disk sdb (6) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >22:32:46,528 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:46,529 INFO storage: got format: Ext4FS instance (0x7f893e72dd10) -- > type = ext4 name = ext4 status = False > device = /dev/sdb1 uuid = fc4737ab-0320-4c7e-b723-90836439e17c exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >22:32:46,532 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002-part2 /dev/disk/by-uuid/5d548938-4e33-4714-89dc-117bde765d52', > 'DEVNAME': 'sdb2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '5d548938-4e33-4714-89dc-117bde765d52', > 'ID_FS_UUID_ENC': '5d548938-4e33-4714-89dc-117bde765d52', > 'ID_FS_VERSION': '2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '4128768', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00002', > 'ID_SERIAL_SHORT': 'QM00002', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '18', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '50745', > 'name': 'sdb2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002-part2', > '/dev/disk/by-uuid/5d548938-4e33-4714-89dc-117bde765d52'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb2'} ; name: sdb2 ; >22:32:46,537 INFO storage: scanning sdb2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb2)... >22:32:46,539 DEBUG storage: DeviceTree.getDeviceByName: name: sdb2 ; >22:32:46,540 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:46,543 INFO storage: sdb2 is a partition >22:32:46,544 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdb2 ; >22:32:46,545 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >22:32:46,547 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with existing msdos disklabel >22:32:46,551 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sdb ; >22:32:46,553 DEBUG storage: PartitionDevice._setFormat: sdb2 ; >22:32:46,553 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:46,554 DEBUG storage: PartitionDevice._setFormat: sdb2 ; current: None ; type: None ; >22:32:46,560 DEBUG storage: looking up parted Partition: /dev/sdb2 >22:32:46,561 DEBUG storage: PartitionDevice.probe: sdb2 ; exists: True ; >22:32:46,562 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 1 ; >22:32:46,567 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 10 ; >22:32:46,568 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 12 ; >22:32:46,569 INFO storage: added partition sdb2 (id 8) to device tree >22:32:46,570 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb2 ; >22:32:46,574 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb2 ; label_type: dos ; >22:32:46,576 DEBUG storage: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: False ; >22:32:46,577 DEBUG storage: DiskLabel.__init__: device: /dev/sdb2 ; labelType: dos ; exists: True ; >22:32:46,628 WARN storage: disklabel detected but not usable on sdb2 >22:32:46,629 INFO storage: type detected on 'sdb2' is 'swap' >22:32:46,630 DEBUG storage: SwapSpace.__init__: device: /dev/sdb2 ; serial: QM00002 ; uuid: 5d548938-4e33-4714-89dc-117bde765d52 ; exists: True ; label: None ; >22:32:46,631 DEBUG storage: getFormat('swap') returning SwapSpace instance >22:32:46,632 DEBUG storage: PartitionDevice._setFormat: sdb2 ; >22:32:46,636 DEBUG storage: PartitionDevice._setFormat: sdb2 ; current: None ; type: swap ; >22:32:46,637 DEBUG storage: looking up parted Device: /dev/sdb2 >22:32:46,638 INFO storage: got device: PartitionDevice instance (0x7f893e72eed0) -- > name = sdb2 status = True kids = 0 id = 8 > parents = ['existing 6500MB disk sdb (6) with existing msdos disklabel'] > uuid = None size = 2016.0 > format = existing swap > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 4128768 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (257, 255, 63) biosGeometry: (257, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b9779e0> > target size = 0 path = /dev/sdb2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893e72d050> fileSystem: <parted.filesystem.FileSystem object at 0x7f893e72d710> > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f893e72d650> PedPartition: <_ped.Partition object at 0x7f893b99f350> > disk = existing 6500MB disk sdb (6) with existing msdos disklabel > start = 1026048 end = 5154815 length = 4128768 > flags = >22:32:46,641 INFO storage: got format: SwapSpace instance (0x7f893b9a92d0) -- > type = swap name = swap status = False > device = /dev/sdb2 uuid = 5d548938-4e33-4714-89dc-117bde765d52 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >22:32:46,681 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002-part3 /dev/disk/by-uuid/8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9', > 'DEVNAME': 'sdb3', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9', > 'ID_FS_UUID_ENC': '8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '5154816', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '8157184', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00002', > 'ID_SERIAL_SHORT': 'QM00002', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '19', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '50758', > 'name': 'sdb3', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002-part3', > '/dev/disk/by-uuid/8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb3'} ; name: sdb3 ; >22:32:46,687 INFO storage: scanning sdb3 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb3)... >22:32:46,689 DEBUG storage: DeviceTree.getDeviceByName: name: sdb3 ; >22:32:46,703 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:46,703 INFO storage: sdb3 is a partition >22:32:46,704 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdb3 ; >22:32:46,708 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >22:32:46,709 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with existing msdos disklabel >22:32:46,711 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sdb ; >22:32:46,717 DEBUG storage: PartitionDevice._setFormat: sdb3 ; >22:32:46,720 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:46,722 DEBUG storage: PartitionDevice._setFormat: sdb3 ; current: None ; type: None ; >22:32:46,722 DEBUG storage: looking up parted Partition: /dev/sdb3 >22:32:46,727 DEBUG storage: PartitionDevice.probe: sdb3 ; exists: True ; >22:32:46,735 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 1 ; >22:32:46,737 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 10 ; >22:32:46,744 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb3 ; flag: 12 ; >22:32:46,745 INFO storage: added partition sdb3 (id 9) to device tree >22:32:46,746 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb3 ; >22:32:46,749 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb3 ; label_type: dos ; >22:32:46,750 DEBUG storage: PartitionDevice.setup: sdb3 ; status: True ; controllable: True ; orig: False ; >22:32:46,759 DEBUG storage: DiskLabel.__init__: device: /dev/sdb3 ; labelType: dos ; exists: True ; >22:32:46,811 WARN storage: disklabel detected but not usable on sdb3 >22:32:46,812 INFO storage: type detected on 'sdb3' is 'ext4' >22:32:46,935 DEBUG storage: padding min size from 705 up to 775 >22:32:46,944 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:46,948 DEBUG storage: getFormat('ext4') returning Ext4FS instance >22:32:46,951 DEBUG storage: PartitionDevice._setFormat: sdb3 ; >22:32:46,963 DEBUG storage: PartitionDevice._setFormat: sdb3 ; current: None ; type: ext4 ; >22:32:46,964 DEBUG storage: looking up parted Device: /dev/sdb3 >22:32:46,969 INFO storage: got device: PartitionDevice instance (0x7f893e74c450) -- > name = sdb3 status = True kids = 0 id = 9 > parents = ['existing 6500MB disk sdb (6) with existing msdos disklabel'] > uuid = None size = 3983.0 > format = existing ext4 filesystem > major = 8 minor = 19 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 8157184 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (507, 255, 63) biosGeometry: (507, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b977c20> > target size = 0 path = /dev/sdb3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893e72d050> fileSystem: <parted.filesystem.FileSystem object at 0x7f893e72d8d0> > number: 3 path: /dev/sdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f893e72d850> PedPartition: <_ped.Partition object at 0x7f893b99f2f0> > disk = existing 6500MB disk sdb (6) with existing msdos disklabel > start = 5154816 end = 13311999 length = 8157184 > flags = >22:32:46,973 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:46,976 INFO storage: got format: Ext4FS instance (0x7f893b68a0d0) -- > type = ext4 name = ext4 status = False > device = /dev/sdb3 uuid = 8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 3983.0 targetSize = 3983.0 > >22:32:46,987 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora\\x2018-Beta-TC6\\x20x86_64 /dev/disk/by-uuid/2012-10-20-03-21-50-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18-Beta-TC6_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2018-Beta-TC6\\x20x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-10-20-03-21-50-00', > 'ID_FS_UUID_ENC': '2012-10-20-03-21-50-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '65923', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora\\x2018-Beta-TC6\\x20x86_64', > '/dev/disk/by-uuid/2012-10-20-03-21-50-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >22:32:46,988 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >22:32:46,990 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >22:32:46,998 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:46,998 INFO storage: sr0 is a cdrom >22:32:46,999 DEBUG storage: DeviceTree.addUdevOpticalDevice: >22:32:47,009 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:47,011 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >22:32:47,011 INFO storage: added cdrom sr0 (id 10) to device tree >22:32:47,012 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:32:47,022 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >22:32:47,023 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >22:32:47,024 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >22:32:47,028 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >22:32:47,047 WARN storage: disklabel detected but not usable on sr0 >22:32:47,048 INFO storage: type detected on 'sr0' is 'iso9660' >22:32:47,049 DEBUG storage: Iso9660FS.supported: supported: True ; >22:32:47,052 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >22:32:47,058 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >22:32:47,059 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:32:47,067 DEBUG storage: looking up parted Device: /dev/sr0 >22:32:47,067 INFO storage: got device: OpticalDevice instance (0x7f893e748e10) -- > name = sr0 status = True kids = 0 id = 10 > parents = [] > uuid = None size = 4270.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2186240 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b66c320> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >22:32:47,069 DEBUG storage: Iso9660FS.supported: supported: True ; >22:32:47,070 INFO storage: got format: Iso9660FS instance (0x7f893b6715d0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-10-20-03-21-50-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18-Beta-TC6_x86_64 size = 0 targetSize = 0 > >22:32:47,074 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '62140', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >22:32:47,077 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >22:32:47,078 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >22:32:47,082 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:47,090 INFO storage: loop0 is a loop device >22:32:47,091 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >22:32:47,092 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >22:32:47,093 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:47,096 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:47,098 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >22:32:47,100 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 11) to device tree >22:32:47,102 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >22:32:47,108 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:47,110 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >22:32:47,110 INFO storage: added loop loop0 (id 12) to device tree >22:32:47,111 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >22:32:47,115 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >22:32:47,115 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >22:32:47,116 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >22:32:47,118 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >22:32:47,140 WARN storage: disklabel detected but not usable on loop0 >22:32:47,141 INFO storage: type detected on 'loop0' is 'squashfs' >22:32:47,141 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >22:32:47,142 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >22:32:47,145 INFO storage: got device: LoopDevice instance (0x7f893b6731d0) -- > name = loop0 status = False kids = 0 id = 12 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (11)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >22:32:47,153 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/9e285342-0dc4-47ed-93cb-7541d97af8ed', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9e285342-0dc4-47ed-93cb-7541d97af8ed', > 'ID_FS_UUID_ENC': '9e285342-0dc4-47ed-93cb-7541d97af8ed', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '62159', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9e285342-0dc4-47ed-93cb-7541d97af8ed'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >22:32:47,156 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >22:32:47,157 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >22:32:47,158 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:47,158 INFO storage: loop1 is a loop device >22:32:47,159 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >22:32:47,165 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >22:32:47,166 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:47,170 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:47,171 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >22:32:47,172 INFO storage: added file /LiveOS/rootfs.img (id 13) to device tree >22:32:47,173 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >22:32:47,173 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:47,174 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >22:32:47,178 INFO storage: added loop loop1 (id 14) to device tree >22:32:47,179 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >22:32:47,180 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >22:32:47,184 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:47,184 DEBUG storage: getFormat('ext4') returning Ext4FS instance >22:32:47,184 DEBUG storage: device loop1 does not contain a disklabel >22:32:47,185 INFO storage: type detected on 'loop1' is 'ext4' >22:32:47,263 DEBUG storage: padding min size from 0 up to 0 >22:32:47,264 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:47,265 DEBUG storage: getFormat('ext4') returning Ext4FS instance >22:32:47,266 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >22:32:47,271 INFO storage: got device: LoopDevice instance (0x7f893b673b50) -- > name = loop1 status = False kids = 0 id = 14 > parents = ['existing 0MB file /LiveOS/rootfs.img (13)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >22:32:47,272 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:47,272 INFO storage: got format: Ext4FS instance (0x7f893b673d90) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 9e285342-0dc4-47ed-93cb-7541d97af8ed exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >22:32:47,274 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '62177', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >22:32:47,278 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >22:32:47,279 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >22:32:47,280 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:47,281 INFO storage: loop2 is a loop device >22:32:47,282 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >22:32:47,287 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >22:32:47,288 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:47,288 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:47,290 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >22:32:47,290 INFO storage: added file /overlay (deleted) (id 15) to device tree >22:32:47,291 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >22:32:47,295 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:47,296 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >22:32:47,297 INFO storage: added loop loop2 (id 16) to device tree >22:32:47,298 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >22:32:47,299 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >22:32:47,303 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >22:32:47,304 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >22:32:47,306 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >22:32:47,316 WARN storage: disklabel detected but not usable on loop2 >22:32:47,317 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >22:32:47,317 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >22:32:47,319 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >22:32:47,322 INFO storage: got device: LoopDevice instance (0x7f893b681110) -- > name = loop2 status = False kids = 0 id = 16 > parents = ['existing 0MB file /overlay (deleted) (15)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >22:32:47,324 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '63825', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >22:32:47,325 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >22:32:47,325 DEBUG storage: lvm filter: adding loop3 to the reject list >22:32:47,326 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '64315', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >22:32:47,330 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >22:32:47,331 DEBUG storage: lvm filter: adding loop4 to the reject list >22:32:47,332 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '64333', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >22:32:47,332 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >22:32:47,333 DEBUG storage: lvm filter: adding loop5 to the reject list >22:32:47,334 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '65721', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >22:32:47,336 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >22:32:47,336 DEBUG storage: lvm filter: adding loop6 to the reject list >22:32:47,339 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '65744', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >22:32:47,343 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >22:32:47,344 DEBUG storage: lvm filter: adding loop7 to the reject list >22:32:47,344 DEBUG storage: Skipping a device mapper drive (dm-0) for now >22:32:47,388 INFO storage: devices to scan: ['dm-0'] >22:32:47,397 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/9e285342-0dc4-47ed-93cb-7541d97af8ed /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': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9e285342-0dc4-47ed-93cb-7541d97af8ed', > 'ID_FS_UUID_ENC': '9e285342-0dc4-47ed-93cb-7541d97af8ed', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5614', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9e285342-0dc4-47ed-93cb-7541d97af8ed', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >22:32:47,402 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >22:32:47,403 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >22:32:47,404 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:47,405 INFO storage: live-rw is a device-mapper device >22:32:47,406 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >22:32:47,410 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >22:32:47,411 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (14) with existing ext4 filesystem >22:32:47,413 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >22:32:47,417 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (16) >22:32:47,419 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >22:32:47,420 DEBUG storage: DeviceTree.getDeviceByName returned None >22:32:47,424 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >22:32:47,425 DEBUG storage: getFormat('None') returning DeviceFormat instance >22:32:47,426 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >22:32:47,426 INFO storage: added dm live-rw (id 17) to device tree >22:32:47,427 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >22:32:47,432 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >22:32:47,433 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:47,434 DEBUG storage: getFormat('ext4') returning Ext4FS instance >22:32:47,434 DEBUG storage: device live-rw does not contain a disklabel >22:32:47,434 INFO storage: type detected on 'live-rw' is 'ext4' >22:32:47,515 DEBUG storage: padding min size from 717 up to 788 >22:32:47,517 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:47,517 DEBUG storage: getFormat('ext4') returning Ext4FS instance >22:32:47,519 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >22:32:47,519 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >22:32:47,535 INFO storage: got device: DMDevice instance (0x7f893b681a50) -- > name = live-rw status = True kids = 0 id = 17 > parents = ['existing 0MB loop loop2 (16)'] > uuid = None size = 1024.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b66c950> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >22:32:47,537 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:47,538 INFO storage: got format: Ext4FS instance (0x7f893b696e10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 9e285342-0dc4-47ed-93cb-7541d97af8ed exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >22:32:47,587 DEBUG storage: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >22:32:47,592 DEBUG storage: DeviceFormat.teardown: device: /dev/sda4 ; status: False ; type: None ; >22:32:47,594 DEBUG storage: DeviceFormat.teardown: device: /dev/sda4 ; status: False ; type: None ; >22:32:47,628 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >22:32:47,629 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:32:47,631 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >22:32:47,670 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >22:32:47,706 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >22:32:47,708 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:32:47,710 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:32:47,746 DEBUG storage: PartitionDevice.teardown: sdb2 ; status: True ; controllable: True ; >22:32:47,747 DEBUG storage: SwapSpace.teardown: device: /dev/sdb2 ; status: False ; type: swap ; >22:32:47,749 DEBUG storage: SwapSpace.teardown: device: /dev/sdb2 ; status: False ; type: swap ; >22:32:47,784 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >22:32:47,786 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:32:47,788 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:32:47,826 DEBUG storage: PartitionDevice.teardown: sdb3 ; status: True ; controllable: True ; >22:32:47,869 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >22:32:47,871 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:32:47,873 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:32:47,909 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >22:32:47,957 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >22:32:47,965 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >22:32:47,966 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >22:32:47,967 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >22:32:47,969 INFO storage: edd: MBR signature on sda is zero. new disk image? >22:32:47,974 INFO storage: edd: collected mbr signatures: {'sdb': '0x000ee560'} >22:32:47,974 DEBUG storage: edd: data extracted from 0x80: > type: ATA, ata_device: 0 > channel: 0, mbr_signature: 0x00000000 > pci_dev: 00:01.1, scsi_id: None > scsi_lun: None, sectors: 14336000 >22:32:47,975 WARN storage: edd: directory does not exist: /sys/devices/pci0000:00/0000:00:01.1/host0/target0:0:0/0:0:0:0/block >22:32:47,975 ERR storage: edd: unable to match edd entry 0x80 >22:32:47,976 DEBUG storage: edd: data extracted from 0x81: > type: ATA, ata_device: 1 > channel: 0, mbr_signature: 0x000ee560 > pci_dev: 00:01.1, scsi_id: None > scsi_lun: None, sectors: 13312000 >22:32:47,976 WARN storage: edd: directory does not exist: /sys/devices/pci0000:00/0000:00:01.1/host0/target0:0:1/0:0:1:0/block >22:32:47,977 INFO storage: edd: matched 0x81 to sdb using MBR sig >22:32:47,978 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >22:32:47,997 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >22:32:48,014 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >22:32:48,151 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >22:32:48,153 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:32:48,154 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >22:32:48,233 DEBUG storage: PartitionDevice.setup: sdb3 ; status: True ; controllable: True ; orig: False ; >22:32:48,234 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >22:32:48,285 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >22:32:48,285 INFO storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >22:32:48,285 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >22:32:48,286 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >22:32:48,286 DEBUG storage: crypttab maps: [] >22:32:48,286 DEBUG storage: parsing /mnt/sysimage/etc/fstab >22:32:48,287 DEBUG storage: resolved 'UUID=8ddf397e-f1b9-4c8f-bd4b-ca9b13e055e9' to 'sdb3' (partition) >22:32:48,287 DEBUG storage: resolved 'UUID=fc4737ab-0320-4c7e-b723-90836439e17c' to 'sdb1' (partition) >22:32:48,287 DEBUG storage: resolved 'UUID=5d548938-4e33-4714-89dc-117bde765d52' to 'sdb2' (partition) >22:32:48,289 DEBUG storage: PartitionDevice.teardown: sdb3 ; status: True ; controllable: True ; >22:32:48,528 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:48,544 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:48,551 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:48,556 DEBUG storage: Ext4FS.supported: supported: True ; >22:32:48,565 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:32:48,572 DEBUG storage: Iso9660FS.supported: supported: True ; >22:32:48,858 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >22:32:48,863 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >22:32:48,866 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4270MB cdrom sr0 (10) with existing iso9660 filesystem >18:50:53,298 DEBUG storage: Iso9660FS.supported: supported: True ; >18:50:53,300 DEBUG storage: Iso9660FS.supported: supported: True ; >18:50:53,301 DEBUG storage: NFSv4.supported: supported: False ; >18:50:53,303 DEBUG storage: NFSv4.supported: supported: False ; >18:50:53,304 DEBUG storage: SELinuxFS.supported: supported: False ; >18:50:53,306 DEBUG storage: SELinuxFS.supported: supported: False ; >18:50:53,307 DEBUG storage: Ext4FS.supported: supported: True ; >18:50:53,308 DEBUG storage: Ext4FS.supported: supported: True ; >18:50:53,310 DEBUG storage: Ext3FS.supported: supported: True ; >18:50:53,312 DEBUG storage: Ext3FS.supported: supported: True ; >18:50:53,313 DEBUG storage: Ext2FS.supported: supported: True ; >18:50:53,315 DEBUG storage: Ext2FS.supported: supported: True ; >18:50:53,317 DEBUG storage: SysFS.supported: supported: False ; >18:50:53,318 DEBUG storage: SysFS.supported: supported: False ; >18:50:53,320 DEBUG storage: MultipathMember.__init__: >18:50:53,321 DEBUG storage: MDRaidMember.__init__: >18:50:53,323 DEBUG storage: ProcFS.supported: supported: False ; >18:50:53,324 DEBUG storage: ProcFS.supported: supported: False ; >18:50:53,326 DEBUG storage: SwapSpace.__init__: >18:50:53,327 DEBUG storage: DMRaidMember.__init__: >18:50:53,329 DEBUG storage: DevPtsFS.supported: supported: False ; >18:50:53,330 DEBUG storage: DevPtsFS.supported: supported: False ; >18:50:53,331 DEBUG storage: BTRFS.supported: supported: True ; >18:50:53,430 DEBUG storage: USBFS.supported: supported: False ; >18:50:53,431 DEBUG storage: USBFS.supported: supported: False ; >18:50:53,433 DEBUG storage: DiskLabel.__init__: >18:50:53,433 INFO storage: DiskLabel.partedDevice returning None >18:50:53,435 DEBUG storage: HFSPlus.supported: supported: False ; >18:50:53,436 DEBUG storage: HFSPlus.supported: supported: False ; >18:50:53,438 DEBUG storage: XFS.supported: supported: True ; >18:50:53,514 DEBUG storage: XFS.supported: supported: True ; >18:50:53,516 DEBUG storage: TmpFS.supported: supported: False ; >18:50:53,517 DEBUG storage: TmpFS.supported: supported: False ; >18:50:53,519 DEBUG storage: LUKS.__init__: >18:50:53,520 DEBUG storage: NTFS.supported: supported: False ; >18:50:53,522 DEBUG storage: NTFS.supported: supported: False ; >18:50:53,523 DEBUG storage: BindFS.supported: supported: False ; >18:50:53,525 DEBUG storage: BindFS.supported: supported: False ; >18:50:53,526 DEBUG storage: HFS.supported: supported: False ; >18:50:53,527 DEBUG storage: HFS.supported: supported: False ; >18:50:53,529 DEBUG storage: LVMPhysicalVolume.__init__: >18:50:53,530 DEBUG storage: NFS.supported: supported: False ; >18:50:53,531 DEBUG storage: NFS.supported: supported: False ; >18:50:53,533 DEBUG storage: FATFS.supported: supported: True ; >18:50:53,562 DEBUG storage: FATFS.supported: supported: True ; >18:50:53,564 DEBUG storage: NoDevFS.supported: supported: False ; >18:50:53,565 DEBUG storage: NoDevFS.supported: supported: False ; >18:51:39,079 INFO storage: registered action: [0] Resize Device (Grow) partition sda4 (id 1) >18:51:39,082 DEBUG storage: removing sdb1 >18:51:39,086 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >18:51:39,086 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:51:39,088 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: ext4 ; type: None ; >18:51:39,088 INFO storage: registered action: [1] Destroy Format ext4 filesystem on partition sdb1 (id 7) >18:51:39,090 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >18:51:39,093 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >18:51:39,114 INFO storage: removed partition sdb1 (id 7) from device tree >18:51:39,116 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sdb ; >18:51:39,117 INFO storage: registered action: [2] Destroy Device partition sdb1 (id 7) >18:51:39,117 DEBUG storage: removing sdb2 >18:51:39,119 DEBUG storage: SwapSpace.teardown: device: /dev/sdb2 ; status: False ; type: swap ; >18:51:39,121 DEBUG storage: PartitionDevice._setFormat: sdb2 ; >18:51:39,122 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:51:39,123 DEBUG storage: PartitionDevice._setFormat: sdb2 ; current: swap ; type: None ; >18:51:39,124 INFO storage: registered action: [3] Destroy Format swap on partition sdb2 (id 8) >18:51:39,126 DEBUG storage: PartitionDevice.teardown: sdb2 ; status: True ; controllable: True ; >18:51:39,128 DEBUG storage: SwapSpace.teardown: device: /dev/sdb2 ; status: False ; type: swap ; >18:51:39,130 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb2 ; status: False ; type: None ; >18:51:39,147 INFO storage: removed partition sdb2 (id 8) from device tree >18:51:39,150 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sdb ; >18:51:39,150 INFO storage: registered action: [4] Destroy Device partition sdb2 (id 8) >18:51:39,151 DEBUG storage: removing sdb3 >18:51:39,153 DEBUG storage: PartitionDevice._setFormat: sdb3 ; >18:51:39,154 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:51:39,155 DEBUG storage: PartitionDevice._setFormat: sdb3 ; current: ext4 ; type: None ; >18:51:39,156 INFO storage: registered action: [5] Destroy Format ext4 filesystem on partition sdb3 (id 9) >18:51:39,158 DEBUG storage: PartitionDevice.teardown: sdb3 ; status: True ; controllable: True ; >18:51:39,160 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb3 ; status: False ; type: None ; >18:51:39,177 INFO storage: removed partition sdb3 (id 9) from device tree >18:51:39,180 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sdb ; >18:51:39,180 INFO storage: registered action: [6] Destroy Device partition sdb3 (id 9) >18:51:40,764 DEBUG storage: clearpart: looking at sda4 >18:51:40,765 DEBUG storage: checking whether disk sda has an empty extended >18:51:40,765 DEBUG storage: extended is None ; logicals is [] >18:51:40,766 DEBUG storage: checking whether disk sdb has an empty extended >18:51:40,767 DEBUG storage: extended is None ; logicals is [] >18:51:40,767 DEBUG storage: clearpart: initializing sdb >18:51:40,772 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:40,773 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:51:40,774 DEBUG storage: DiskDevice._setFormat: sdb ; current: disklabel ; type: None ; >18:51:40,775 INFO storage: registered action: [7] Destroy Format msdos disklabel on disk sdb (id 6) >18:51:40,785 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; >18:51:40,790 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sdb ; labelType: msdos ; >18:51:40,795 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f893248d090> > PedDisk: <_ped.Disk object at 0x7f8931bf0f80> >18:51:40,796 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >18:51:40,798 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >18:51:40,800 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >18:51:40,801 INFO storage: registered action: [8] Create Format msdos disklabel on disk sdb (id 6) >18:51:40,802 DEBUG storage: new disk order: [] >18:51:40,842 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:40,845 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,850 DEBUG storage: doAutoPart: True >18:51:40,850 DEBUG storage: encryptedAutoPart: False >18:51:40,851 DEBUG storage: autoPartType: 0 >18:51:40,852 DEBUG storage: clearPartType: 2 >18:51:40,852 DEBUG storage: clearPartDisks: ['sdb', 'sda'] >18:51:40,853 DEBUG storage: autoPartitionRequests: >PartSpec instance (0x7f89324bee10) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f893248d710) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f893248d850) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f893248d810) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f893248d210) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 2016 maxSize = None grow = False > >18:51:40,854 DEBUG storage: storage.disks: ['sdb', 'sda'] >18:51:40,855 DEBUG storage: storage.partitioned: ['sda', 'sdb'] >18:51:40,855 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda4', 'sdb', 'sr0'] >18:51:40,860 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:40,862 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,862 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:40,863 DEBUG storage: boot disk: sdb >18:51:40,868 DEBUG storage: candidate disks: [DiskDevice instance (0x7f893e724d10) -- > name = sdb status = True kids = 0 id = 6 > parents = [] > uuid = None size = 6500.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 13312000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (828, 255, 63) biosGeometry: (828, 255, 63) > PedDevice: <_ped.Device object at 0x7f893b977710> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f893e72e810>] >18:51:40,868 DEBUG storage: devs: [] >18:51:40,870 DEBUG storage: _is_valid_disklabel(sdb) returning True >18:51:40,870 DEBUG storage: _is_valid_size(sdb) returning True >18:51:40,871 DEBUG storage: _is_valid_location(sdb) returning True >18:51:40,871 DEBUG storage: _is_valid_format(sdb) returning True >18:51:40,872 DEBUG storage: is_valid_stage1_device(sdb) returning True >18:51:40,874 DEBUG storage: Ext4FS.supported: supported: True ; >18:51:40,875 DEBUG storage: getFormat('ext4') returning Ext4FS instance >18:51:40,877 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >18:51:40,879 DEBUG storage: PartitionDevice._setFormat: req0 ; >18:51:40,882 DEBUG storage: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >18:51:40,887 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sdb ; >18:51:40,889 INFO storage: added partition req0 (id 18) to device tree >18:51:40,890 INFO storage: registered action: [9] Create Device partition req0 (id 18) >18:51:40,891 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:51:40,892 INFO storage: registered action: [10] Create Format ext4 filesystem mounted at / on partition req0 (id 18) >18:51:40,894 DEBUG storage: Ext4FS.supported: supported: True ; >18:51:40,895 DEBUG storage: getFormat('ext4') returning Ext4FS instance >18:51:40,898 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >18:51:40,900 DEBUG storage: PartitionDevice._setFormat: req1 ; >18:51:40,905 DEBUG storage: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >18:51:40,907 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sdb ; >18:51:40,908 INFO storage: added partition req1 (id 19) to device tree >18:51:40,908 INFO storage: registered action: [11] Create Device partition req1 (id 19) >18:51:40,909 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:51:40,910 INFO storage: registered action: [12] Create Format ext4 filesystem mounted at /boot on partition req1 (id 19) >18:51:40,911 INFO storage: skipping unneeded stage1 biosboot request >18:51:40,912 DEBUG storage: PartSpec instance (0x7f893248d810) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >18:51:40,912 DEBUG storage: existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,915 DEBUG storage: SwapSpace.__init__: mountpoint: None ; >18:51:40,916 DEBUG storage: getFormat('swap') returning SwapSpace instance >18:51:40,918 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >18:51:40,920 DEBUG storage: PartitionDevice._setFormat: req2 ; >18:51:40,923 DEBUG storage: PartitionDevice._setFormat: req2 ; current: None ; type: swap ; >18:51:40,925 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sdb ; >18:51:40,926 INFO storage: added partition req2 (id 20) to device tree >18:51:40,927 INFO storage: registered action: [13] Create Device partition req2 (id 20) >18:51:40,928 DEBUG storage: getFormat('None') returning DeviceFormat instance >18:51:40,929 INFO storage: registered action: [14] Create Format swap on partition req2 (id 20) >18:51:40,933 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >18:51:40,937 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >18:51:40,940 DEBUG storage: removing all non-preexisting partitions ['req0(id 18)', 'req1(id 19)', 'req2(id 20)'] from disk(s) ['sda', 'sdb'] >18:51:40,941 DEBUG storage: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 18)', 'req1(id 19)', 'req2(id 20)'] >18:51:40,942 DEBUG storage: removing all non-preexisting partitions ['req1(id 19)', 'req2(id 20)', 'req0(id 18)'] from disk(s) ['sda', 'sdb'] >18:51:40,944 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:40,946 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,946 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:40,948 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:40,949 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,950 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:40,950 DEBUG storage: allocating partition: req1 ; id: 19 ; disks: ['sdb'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 >18:51:40,951 DEBUG storage: checking freespace on sdb >18:51:40,952 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500MB boot=True best=None grow=False >18:51:40,952 DEBUG storage: current free range is 63-13311999 (6499MB) >18:51:40,953 DEBUG storage: updating use_disk to sdb, type: 0 >18:51:40,954 DEBUG storage: new free: 63-13311999 / 6499MB >18:51:40,954 DEBUG storage: new free allows for 0 sectors of growth >18:51:40,955 DEBUG storage: found free space for bootable request >18:51:40,956 DEBUG storage: adjusted start sector from 63 to 2048 >18:51:40,957 DEBUG storage: created partition sdb1 of 500MB and added it to /dev/sdb >18:51:40,958 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >18:51:40,959 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b4c10> PedPartition: <_ped.Partition object at 0x7f89324af4d0> >18:51:40,961 DEBUG storage: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >18:51:40,963 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >18:51:40,964 DEBUG storage: PartitionDevice._setPartedPartition: sdb1 ; >18:51:40,965 DEBUG storage: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b4b10> PedPartition: <_ped.Partition object at 0x7f89324af590> >18:51:40,967 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:40,969 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,969 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:40,971 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:40,972 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,973 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:40,974 DEBUG storage: allocating partition: req2 ; id: 20 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 2016MB ; grow: False ; max_size: 0 >18:51:40,974 DEBUG storage: checking freespace on sdb >18:51:40,975 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=2016MB boot=False best=None grow=False >18:51:40,976 DEBUG storage: current free range is 63-2047 (0MB) >18:51:40,976 DEBUG storage: current free range is 1026048-13311999 (5999MB) >18:51:40,977 DEBUG storage: updating use_disk to sdb, type: 0 >18:51:40,977 DEBUG storage: new free: 1026048-13311999 / 5999MB >18:51:40,978 DEBUG storage: new free allows for 0 sectors of growth >18:51:40,979 DEBUG storage: created partition sdb2 of 2016MB and added it to /dev/sdb >18:51:40,980 DEBUG storage: PartitionDevice._setPartedPartition: req2 ; >18:51:40,981 DEBUG storage: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b4f50> PedPartition: <_ped.Partition object at 0x7f89324af5f0> >18:51:40,983 DEBUG storage: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >18:51:40,984 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sdb ; >18:51:40,986 DEBUG storage: PartitionDevice._setPartedPartition: sdb2 ; >18:51:40,987 DEBUG storage: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b4fd0> PedPartition: <_ped.Partition object at 0x7f89324af650> >18:51:40,988 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:40,990 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,990 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:40,992 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:40,993 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:40,994 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:40,994 DEBUG storage: allocating partition: req0 ; id: 18 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 1024MB ; grow: True ; max_size: 51200 >18:51:40,995 DEBUG storage: checking freespace on sdb >18:51:40,995 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=1024MB boot=False best=None grow=True >18:51:40,996 DEBUG storage: current free range is 63-2047 (0MB) >18:51:40,997 DEBUG storage: current free range is 5154816-13311999 (3983MB) >18:51:40,997 DEBUG storage: evaluating growth potential for new layout >18:51:40,998 DEBUG storage: calculating growth for disk /dev/sdb >18:51:41,000 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >18:51:41,000 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 3 path: /dev/sdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b14d0> PedPartition: <_ped.Partition object at 0x7f89324af710> >18:51:41,002 DEBUG storage: PartitionDevice._setDisk: sdb3 ; new: sdb ; old: None ; >18:51:41,003 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sdb ; >18:51:41,004 DEBUG storage: adding request 19 to chunk 13311937 (63-13311999) on /dev/sdb >18:51:41,004 DEBUG storage: adding request 20 to chunk 13311937 (63-13311999) on /dev/sdb >18:51:41,005 DEBUG storage: adding request 18 to chunk 13311937 (63-13311999) on /dev/sdb >18:51:41,006 DEBUG storage: Chunk.growRequests: 13311937 on /dev/sdb start = 63 end = 13311999 >sectorSize = 512 > >18:51:41,006 DEBUG storage: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >18:51:41,007 DEBUG storage: req: PartitionRequest instance -- >id = 20 name = sdb2 growable = False >base = 4128768 growth = 0 max_grow = 0 >done = True >18:51:41,007 DEBUG storage: req: PartitionRequest instance -- >id = 18 name = sdb3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >18:51:41,008 DEBUG storage: 1 requests and 6062017 (2959MB) left in chunk >18:51:41,008 DEBUG storage: adding 6062017 (2959MB) to 18 (sdb3) >18:51:41,009 DEBUG storage: new grow amount for request 18 (sdb3) is 6062017 units, or 2959MB >18:51:41,009 DEBUG storage: request 19 (sdb1) growth: 0 (0MB) size: 500MB >18:51:41,010 DEBUG storage: request 20 (sdb2) growth: 0 (0MB) size: 2016MB >18:51:41,010 DEBUG storage: request 18 (sdb3) growth: 6062017 (2959MB) size: 3983MB >18:51:41,010 DEBUG storage: disk /dev/sdb growth: 6062017 (2959MB) >18:51:41,011 DEBUG storage: calculating growth for disk /dev/sda >18:51:41,011 DEBUG storage: Chunk.growRequests: 1 on /dev/sda start = 63 end = 63 >sectorSize = 512 > >18:51:41,012 DEBUG storage: Chunk.growRequests: 6020 on /dev/sda start = 14329980 end = 14335999 >sectorSize = 512 > >18:51:41,012 DEBUG storage: disk /dev/sda growth: 0 (0MB) >18:51:41,014 DEBUG storage: PartitionDevice._setPartedPartition: sdb3 ; >18:51:41,014 DEBUG storage: device sdb3 new partedPartition None >18:51:41,016 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: sdb ; >18:51:41,017 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sdb ; >18:51:41,018 DEBUG storage: total growth: 6062017 sectors >18:51:41,018 DEBUG storage: updating use_disk to sdb, type: 0 >18:51:41,019 DEBUG storage: new free: 5154816-13311999 / 3983MB >18:51:41,019 DEBUG storage: new free allows for 6062017 sectors of growth >18:51:41,020 DEBUG storage: created partition sdb3 of 1024MB and added it to /dev/sdb >18:51:41,021 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >18:51:41,022 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 3 path: /dev/sdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b1710> PedPartition: <_ped.Partition object at 0x7f89324af6b0> >18:51:41,024 DEBUG storage: PartitionDevice._setDisk: sdb3 ; new: sdb ; old: None ; >18:51:41,025 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sdb ; >18:51:41,027 DEBUG storage: PartitionDevice._setPartedPartition: sdb3 ; >18:51:41,028 DEBUG storage: device sdb3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 3 path: /dev/sdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b1a10> PedPartition: <_ped.Partition object at 0x7f89324af830> >18:51:41,029 DEBUG storage: growPartitions: disks=['sda', 'sdb'], partitions=['sdb3(id 18)', 'sdb1(id 19)', 'sdb2(id 20)'] >18:51:41,029 DEBUG storage: growable partitions are ['sdb3'] >18:51:41,030 DEBUG storage: disk sda has 2 chunks >18:51:41,030 DEBUG storage: adding request 18 to chunk 13311937 (63-13311999) on /dev/sdb >18:51:41,031 DEBUG storage: adding request 19 to chunk 13311937 (63-13311999) on /dev/sdb >18:51:41,031 DEBUG storage: adding request 20 to chunk 13311937 (63-13311999) on /dev/sdb >18:51:41,032 DEBUG storage: disk sdb has 1 chunks >18:51:41,032 DEBUG storage: Chunk.growRequests: 13311937 on /dev/sdb start = 63 end = 13311999 >sectorSize = 512 > >18:51:41,033 DEBUG storage: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >18:51:41,033 DEBUG storage: req: PartitionRequest instance -- >id = 20 name = sdb2 growable = False >base = 4128768 growth = 0 max_grow = 0 >done = True >18:51:41,034 DEBUG storage: req: PartitionRequest instance -- >id = 18 name = sdb3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >18:51:41,034 DEBUG storage: 1 requests and 6062017 (2959MB) left in chunk >18:51:41,035 DEBUG storage: adding 6062017 (2959MB) to 18 (sdb3) >18:51:41,035 DEBUG storage: new grow amount for request 18 (sdb3) is 6062017 units, or 2959MB >18:51:41,036 DEBUG storage: growing partitions on sda >18:51:41,036 DEBUG storage: growing partitions on sdb >18:51:41,037 DEBUG storage: partition sdb1 (19): 0 >18:51:41,038 DEBUG storage: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f89324bed50> PedGeometry: <_ped.Geometry object at 0x7f89324b1ad0> >18:51:41,038 DEBUG storage: partition sdb2 (20): 0 >18:51:41,039 DEBUG storage: new geometry for sdb2: parted.Geometry instance -- > start: 1026048 end: 5154815 length: 4128768 > device: <parted.device.Device object at 0x7f89324bed50> PedGeometry: <_ped.Geometry object at 0x7f89324b4a50> >18:51:41,040 DEBUG storage: partition sdb3 (18): 0 >18:51:41,040 DEBUG storage: new geometry for sdb3: parted.Geometry instance -- > start: 5154816 end: 13311999 length: 8157184 > device: <parted.device.Device object at 0x7f89324bed50> PedGeometry: <_ped.Geometry object at 0x7f89324b4b50> >18:51:41,041 DEBUG storage: removing all non-preexisting partitions ['sdb1(id 19)', 'sdb2(id 20)', 'sdb3(id 18)'] from disk(s) ['sdb'] >18:51:41,042 DEBUG storage: PartitionDevice._setPartedPartition: sdb1 ; >18:51:41,043 DEBUG storage: device sdb1 new partedPartition None >18:51:41,044 DEBUG storage: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >18:51:41,046 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sdb ; >18:51:41,047 DEBUG storage: PartitionDevice._setPartedPartition: sdb2 ; >18:51:41,047 DEBUG storage: device sdb2 new partedPartition None >18:51:41,049 DEBUG storage: PartitionDevice._setDisk: req2 ; new: None ; old: sdb ; >18:51:41,050 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sdb ; >18:51:41,052 DEBUG storage: PartitionDevice._setPartedPartition: sdb3 ; >18:51:41,052 DEBUG storage: device sdb3 new partedPartition None >18:51:41,054 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: sdb ; >18:51:41,055 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sdb ; >18:51:41,056 DEBUG storage: back from removeNewPartitions >18:51:41,056 DEBUG storage: extended: None >18:51:41,057 DEBUG storage: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f89324bed50> PedGeometry: <_ped.Geometry object at 0x7f89324b1ad0> >18:51:41,058 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >18:51:41,059 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b4c50> PedPartition: <_ped.Partition object at 0x7f89324af530> >18:51:41,060 DEBUG storage: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >18:51:41,062 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >18:51:41,064 DEBUG storage: PartitionDevice._setPartedPartition: sdb1 ; >18:51:41,064 DEBUG storage: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b1c90> PedPartition: <_ped.Partition object at 0x7f89324af590> >18:51:41,065 DEBUG storage: setting req2 new geometry: parted.Geometry instance -- > start: 1026048 end: 5154815 length: 4128768 > device: <parted.device.Device object at 0x7f89324bed50> PedGeometry: <_ped.Geometry object at 0x7f89324b4a50> >18:51:41,067 DEBUG storage: PartitionDevice._setPartedPartition: req2 ; >18:51:41,067 DEBUG storage: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b4e50> PedPartition: <_ped.Partition object at 0x7f89324af5f0> >18:51:41,069 DEBUG storage: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >18:51:41,070 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sdb ; >18:51:41,072 DEBUG storage: PartitionDevice._setPartedPartition: sdb2 ; >18:51:41,073 DEBUG storage: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b18d0> PedPartition: <_ped.Partition object at 0x7f89324af7d0> >18:51:41,074 DEBUG storage: setting req0 new geometry: parted.Geometry instance -- > start: 5154816 end: 13311999 length: 8157184 > device: <parted.device.Device object at 0x7f89324bed50> PedGeometry: <_ped.Geometry object at 0x7f89324b4b50> >18:51:41,075 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >18:51:41,076 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 3 path: /dev/sdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324c1fd0> PedPartition: <_ped.Partition object at 0x7f89324af4d0> >18:51:41,078 DEBUG storage: PartitionDevice._setDisk: sdb3 ; new: sdb ; old: None ; >18:51:41,079 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sdb ; >18:51:41,081 DEBUG storage: PartitionDevice._setPartedPartition: sdb3 ; >18:51:41,082 DEBUG storage: device sdb3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893248d050> fileSystem: None > number: 3 path: /dev/sdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324bd290> PedPartition: <_ped.Partition object at 0x7f89324af8f0> >18:51:41,082 DEBUG storage: fixing size of existing 6997MB partition sda4 (1) at 6997.03 >18:51:41,083 DEBUG storage: fixing size of non-existent 500MB partition sdb1 (19) with non-existent ext4 filesystem mounted at /boot at 500.00 >18:51:41,084 DEBUG storage: fixing size of non-existent 2016MB partition sdb2 (20) with non-existent swap at 2016.00 >18:51:41,085 DEBUG storage: fixing size of non-existent 3983MB partition sdb3 (18) with non-existent ext4 filesystem mounted at / at 3983.00 >18:51:41,087 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:41,088 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:41,089 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:41,090 DEBUG storage: _is_valid_disklabel(sdb) returning True >18:51:41,090 DEBUG storage: _is_valid_size(sdb) returning True >18:51:41,090 DEBUG storage: _is_valid_location(sdb) returning True >18:51:41,090 DEBUG storage: _is_valid_format(sdb) returning True >18:51:41,091 DEBUG storage: is_valid_stage1_device(sdb) returning True >18:51:41,093 DEBUG storage: _is_valid_disklabel(sdb) returning True >18:51:41,093 DEBUG storage: _is_valid_size(sdb) returning True >18:51:41,093 DEBUG storage: _is_valid_location(sdb) returning True >18:51:41,094 DEBUG storage: _is_valid_format(sdb) returning True >18:51:41,094 DEBUG storage: is_valid_stage1_device(sdb) returning True >18:51:41,094 DEBUG storage: _is_valid_disklabel(sdb1) returning True >18:51:41,095 DEBUG storage: _is_valid_size(sdb1) returning True >18:51:41,095 DEBUG storage: _is_valid_location(sdb1) returning True >18:51:41,095 DEBUG storage: _is_valid_partition(sdb1) returning True >18:51:41,096 DEBUG storage: _is_valid_format(sdb1) returning True >18:51:41,096 DEBUG storage: is_valid_stage2_device(sdb1) returning True >18:51:41,097 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >18:51:41,098 DEBUG storage: DeviceTree.getDeviceByName returned existing 6500MB disk sdb (6) with non-existent msdos disklabel >18:51:41,098 DEBUG storage: resolved 'sdb' to 'sdb' (disk) >18:51:41,099 DEBUG storage: _is_valid_disklabel(sdb) returning True >18:51:41,099 DEBUG storage: _is_valid_size(sdb) returning True >18:51:41,100 DEBUG storage: _is_valid_location(sdb) returning True >18:51:41,100 DEBUG storage: _is_valid_format(sdb) returning True >18:51:41,100 DEBUG storage: is_valid_stage1_device(sdb) returning True >18:51:41,104 DEBUG storage: _is_valid_disklabel(sdb) returning True >18:51:41,104 DEBUG storage: _is_valid_size(sdb) returning True >18:51:41,104 DEBUG storage: _is_valid_location(sdb) returning True >18:51:41,105 DEBUG storage: _is_valid_format(sdb) returning True >18:51:41,105 DEBUG storage: is_valid_stage1_device(sdb) returning True >18:51:41,105 DEBUG storage: _is_valid_disklabel(sdb1) returning True >18:51:41,105 DEBUG storage: _is_valid_size(sdb1) returning True >18:51:41,106 DEBUG storage: _is_valid_location(sdb1) returning True >18:51:41,106 DEBUG storage: _is_valid_partition(sdb1) returning True >18:51:41,106 DEBUG storage: _is_valid_format(sdb1) returning True >18:51:41,106 DEBUG storage: is_valid_stage2_device(sdb1) returning True >18:51:53,508 DEBUG storage: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >18:51:53,509 DEBUG storage: DeviceFormat.teardown: device: /dev/sda4 ; status: False ; type: None ; >18:51:53,512 DEBUG storage: DeviceFormat.teardown: device: /dev/sda4 ; status: False ; type: None ; >18:51:53,542 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >18:51:53,544 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:51:53,549 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >18:51:53,575 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >18:51:53,602 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >18:51:53,604 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >18:51:53,606 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >18:51:53,608 DEBUG storage: PartitionDevice.teardown: sdb3 ; status: False ; controllable: True ; >18:51:53,609 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: False ; controllable: True ; >18:51:53,610 DEBUG storage: PartitionDevice.teardown: sdb2 ; status: False ; controllable: True ; >18:51:53,611 INFO storage: resetting parted disks... >18:51:53,612 DEBUG storage: DiskLabel.resetPartedDisk: device: /dev/sda ; >18:51:53,614 DEBUG storage: DiskLabel.resetPartedDisk: device: /dev/sda ; >18:51:53,616 DEBUG storage: DiskLabel.resetPartedDisk: device: /dev/sdb ; >18:51:53,617 DEBUG storage: DiskLabel.resetPartedDisk: device: /dev/sdb ; >18:51:53,618 DEBUG storage: PartitionDevice.preCommitFixup: sda4 ; >18:51:53,619 DEBUG storage: sector-based lookup found partition sda4 >18:51:53,623 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >18:51:53,625 DEBUG storage: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893b9a0c90> fileSystem: None > number: 4 path: /dev/sda4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b1850> PedPartition: <_ped.Partition object at 0x7f89324aff50> >18:51:53,626 DEBUG storage: PartitionDevice.preCommitFixup: sdb3 ; >18:51:53,628 DEBUG storage: PartitionDevice.preCommitFixup: sdb1 ; >18:51:53,629 DEBUG storage: PartitionDevice.preCommitFixup: sdb2 ; >18:51:53,635 DEBUG storage: PartitionDevice.preCommitFixup: sdb1 ; >18:51:53,637 DEBUG storage: sector-based lookup found partition sdb1 >18:51:53,639 DEBUG storage: PartitionDevice._setPartedPartition: sdb1 ; >18:51:53,640 DEBUG storage: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893e72d9d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f89324b4950> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f89324b1ad0> PedPartition: <_ped.Partition object at 0x7f89324afef0> >18:51:53,645 DEBUG storage: PartitionDevice.preCommitFixup: sdb2 ; >18:51:53,647 DEBUG storage: sector-based lookup found partition sdb2 >18:51:53,649 DEBUG storage: PartitionDevice._setPartedPartition: sdb2 ; >18:51:53,651 DEBUG storage: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893e72d9d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f893e72d450> > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f893e72d210> PedPartition: <_ped.Partition object at 0x7f893b99f410> >18:51:53,656 DEBUG storage: PartitionDevice.preCommitFixup: sdb3 ; >18:51:53,657 DEBUG storage: sector-based lookup found partition sdb3 >18:51:53,658 DEBUG storage: PartitionDevice._setPartedPartition: sdb3 ; >18:51:53,659 DEBUG storage: device sdb3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f893e72d9d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f89324b4050> > number: 3 path: /dev/sdb3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f893e72d5d0> PedPartition: <_ped.Partition object at 0x7f893b99f350> >18:51:53,660 DEBUG storage: action: [0] Resize Device (Grow) partition sda4 (id 1) >18:51:53,660 DEBUG storage: action: [1] Destroy Format ext4 filesystem on partition sdb1 (id 7) >18:51:53,661 DEBUG storage: action: [2] Destroy Device partition sdb1 (id 7) >18:51:53,661 DEBUG storage: action: [3] Destroy Format swap on partition sdb2 (id 8) >18:51:53,662 DEBUG storage: action: [4] Destroy Device partition sdb2 (id 8) >18:51:53,662 DEBUG storage: action: [5] Destroy Format ext4 filesystem on partition sdb3 (id 9) >18:51:53,664 DEBUG storage: action: [6] Destroy Device partition sdb3 (id 9) >18:51:53,664 DEBUG storage: action: [7] Destroy Format msdos disklabel on disk sdb (id 6) >18:51:53,665 DEBUG storage: action: [8] Create Format msdos disklabel on disk sdb (id 6) >18:51:53,665 DEBUG storage: action: [9] Create Device partition sdb3 (id 18) >18:51:53,666 DEBUG storage: action: [10] Create Format ext4 filesystem mounted at / on partition sdb3 (id 18) >18:51:53,666 DEBUG storage: action: [11] Create Device partition sdb1 (id 19) >18:51:53,667 DEBUG storage: action: [12] Create Format ext4 filesystem mounted at /boot on partition sdb1 (id 19) >18:51:53,668 DEBUG storage: action: [13] Create Device partition sdb2 (id 20) >18:51:53,668 DEBUG storage: action: [14] Create Format swap on partition sdb2 (id 20) >18:51:53,669 INFO storage: pruning action queue... >18:51:53,669 INFO storage: sorting actions... >18:51:53,673 DEBUG storage: action: [5] Destroy Format ext4 filesystem on partition sdb3 (id 9) >18:51:53,673 DEBUG storage: action: [6] Destroy Device partition sdb3 (id 9) >18:51:53,674 DEBUG storage: action: [3] Destroy Format swap on partition sdb2 (id 8) >18:51:53,674 DEBUG storage: action: [4] Destroy Device partition sdb2 (id 8) >18:51:53,675 DEBUG storage: action: [1] Destroy Format ext4 filesystem on partition sdb1 (id 7) >18:51:53,675 DEBUG storage: action: [2] Destroy Device partition sdb1 (id 7) >18:51:53,676 DEBUG storage: action: [7] Destroy Format msdos disklabel on disk sdb (id 6) >18:51:53,676 DEBUG storage: action: [0] Resize Device (Grow) partition sda4 (id 1) >18:51:53,677 DEBUG storage: action: [8] Create Format msdos disklabel on disk sdb (id 6) >18:51:53,678 DEBUG storage: action: [11] Create Device partition sdb1 (id 19) >18:51:53,681 DEBUG storage: action: [13] Create Device partition sdb2 (id 20) >18:51:53,681 DEBUG storage: action: [14] Create Format swap on partition sdb2 (id 20) >18:51:53,682 DEBUG storage: action: [9] Create Device partition sdb3 (id 18) >18:51:53,682 DEBUG storage: action: [10] Create Format ext4 filesystem mounted at / on partition sdb3 (id 18) >18:51:53,683 DEBUG storage: action: [12] Create Format ext4 filesystem mounted at /boot on partition sdb1 (id 19) >18:51:53,683 INFO storage: executing action: [5] Destroy Format ext4 filesystem on partition sdb3 (id 9) >18:51:53,685 DEBUG storage: PartitionDevice.setup: sdb3 ; status: True ; controllable: True ; orig: True ; >18:51:53,686 DEBUG storage: Ext4FS.destroy: device: /dev/sdb3 ; status: False ; type: ext4 ; >18:51:53,843 DEBUG storage: PartitionDevice.teardown: sdb3 ; status: True ; controllable: True ; >18:51:53,845 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb3 ; status: False ; type: None ; >18:51:53,896 INFO storage: executing action: [6] Destroy Device partition sdb3 (id 9) >18:51:53,899 DEBUG storage: PartitionDevice.destroy: sdb3 ; status: True ; >18:51:53,900 DEBUG storage: PartitionDevice.teardown: sdb3 ; status: True ; controllable: True ; >18:51:53,903 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb3 ; status: False ; type: None ; >18:51:53,934 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sdb3 ; orig: True ; >18:51:53,940 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >18:51:53,941 DEBUG storage: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:53,943 DEBUG storage: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:53,945 DEBUG storage: PartitionDevice._destroy: sdb3 ; status: True ; >18:51:53,948 DEBUG storage: DiskLabel.commit: device: /dev/sdb ; numparts: 2 ; >18:51:54,163 INFO storage: executing action: [3] Destroy Format swap on partition sdb2 (id 8) >18:51:54,165 DEBUG storage: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: True ; >18:51:54,166 DEBUG storage: SwapSpace.destroy: device: /dev/sdb2 ; status: False ; type: swap ; >18:51:54,328 DEBUG storage: PartitionDevice.teardown: sdb2 ; status: True ; controllable: True ; >18:51:54,331 DEBUG storage: SwapSpace.teardown: device: /dev/sdb2 ; status: False ; type: swap ; >18:51:54,333 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb2 ; status: False ; type: None ; >18:51:54,398 INFO storage: executing action: [4] Destroy Device partition sdb2 (id 8) >18:51:54,402 DEBUG storage: PartitionDevice.destroy: sdb2 ; status: True ; >18:51:54,405 DEBUG storage: PartitionDevice.teardown: sdb2 ; status: True ; controllable: True ; >18:51:54,407 DEBUG storage: SwapSpace.teardown: device: /dev/sdb2 ; status: False ; type: swap ; >18:51:54,409 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb2 ; status: False ; type: None ; >18:51:54,431 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sdb2 ; orig: True ; >18:51:54,433 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >18:51:54,435 DEBUG storage: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:54,436 DEBUG storage: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:54,438 DEBUG storage: PartitionDevice._destroy: sdb2 ; status: True ; >18:51:54,440 DEBUG storage: DiskLabel.commit: device: /dev/sdb ; numparts: 1 ; >18:51:54,586 INFO storage: executing action: [1] Destroy Format ext4 filesystem on partition sdb1 (id 7) >18:51:54,589 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: True ; >18:51:54,592 DEBUG storage: Ext4FS.destroy: device: /dev/sdb1 ; status: False ; type: ext4 ; >18:51:54,699 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >18:51:54,708 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >18:51:54,784 INFO storage: executing action: [2] Destroy Device partition sdb1 (id 7) >18:51:54,786 DEBUG storage: PartitionDevice.destroy: sdb1 ; status: True ; >18:51:54,793 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >18:51:54,797 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >18:51:54,826 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sdb1 ; orig: True ; >18:51:54,828 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >18:51:54,829 DEBUG storage: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:54,831 DEBUG storage: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:54,832 DEBUG storage: PartitionDevice._destroy: sdb1 ; status: True ; >18:51:54,834 DEBUG storage: DiskLabel.commit: device: /dev/sdb ; numparts: 0 ; >18:51:54,977 INFO storage: executing action: [7] Destroy Format msdos disklabel on disk sdb (id 6) >18:51:54,979 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >18:51:54,981 DEBUG storage: DiskLabel.destroy: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:55,131 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >18:51:55,133 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >18:51:55,181 INFO storage: executing action: [0] Resize Device (Grow) partition sda4 (id 1) >18:51:55,183 DEBUG storage: PartitionDevice.resize: sda4 ; status: True ; >18:51:55,184 DEBUG storage: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >18:51:55,186 DEBUG storage: DeviceFormat.teardown: device: /dev/sda4 ; status: False ; type: None ; >18:51:55,188 DEBUG storage: DeviceFormat.teardown: device: /dev/sda4 ; status: False ; type: None ; >18:51:55,212 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda4 ; orig: True ; >18:51:55,214 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >18:51:55,215 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >18:51:55,217 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >18:51:55,221 DEBUG storage: PartitionDevice._computeResize: sda4 ; status: True ; > > >/tmp/ifcfg.log: >22:32:44,581 DEBUG ifcfg: NetworkDevice eth0: setDefaultConfig() >22:32:44,582 DEBUG ifcfg: NetworkDevice eth0 set: DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=no >22:32:44,583 DEBUG ifcfg: NetworkDevice eth0 set: HWADDR=52:54:00:E2:54:46 >22:32:44,583 DEBUG ifcfg: NetworkDevice eth0 set: UUID=91717d7a-ddd5-48a9-bf58-93fca4fefaa4 >22:32:44,584 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: > >22:32:44,584 DEBUG ifcfg: NetworkDevice eth0: >DEVICE="eth0" >HWADDR="52:54:00:E2:54:46" >BOOTPROTO="dhcp" >ONBOOT="no" >UUID="91717d7a-ddd5-48a9-bf58-93fca4fefaa4" > >22:32:44,585 DEBUG ifcfg: writeIfcfgFile eth0 to /etc/sysconfig/network-scripts/ifcfg-eth0 > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018-Beta-TC6\x20x86_64 quiet BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >22:32:36,206 INFO kernel:imklog 5.8.11, log source = /proc/kmsg started. >22:32:36,206 INFO rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="524" x-info="http://www.rsyslog.com"] start >22:32:36,206 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >22:32:36,206 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >22:32:36,206 NOTICE kernel:[ 0.000000] Linux version 3.6.1-1.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC) ) #1 SMP Mon Oct 8 17:19:09 UTC 2012 >22:32:36,206 INFO kernel:[ 0.000000] Command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018-Beta-TC6\x20x86_64 quiet BOOT_IMAGE=vmlinuz >22:32:36,206 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >22:32:36,206 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable >22:32:36,206 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved >22:32:36,206 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >22:32:36,206 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffdfff] usable >22:32:36,206 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000003fffe000-0x000000003fffffff] reserved >22:32:36,206 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >22:32:36,206 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >22:32:36,206 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >22:32:36,206 INFO kernel:[ 0.000000] DMI 2.4 present. >22:32:36,206 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2007 >22:32:36,206 INFO kernel:[ 0.000000] Hypervisor detected: KVM >22:32:36,206 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved >22:32:36,206 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >22:32:36,206 INFO kernel:[ 0.000000] No AGP bridge found >22:32:36,206 INFO kernel:[ 0.000000] e820: last_pfn = 0x3fffe max_arch_pfn = 0x400000000 >22:32:36,206 DEBUG kernel:[ 0.000000] MTRR default type: write-back >22:32:36,206 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >22:32:36,206 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >22:32:36,206 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >22:32:36,206 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >22:32:36,206 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >22:32:36,206 DEBUG kernel:[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable >22:32:36,206 DEBUG kernel:[ 0.000000] 1 disabled >22:32:36,206 DEBUG kernel:[ 0.000000] 2 disabled >22:32:36,206 DEBUG kernel:[ 0.000000] 3 disabled >22:32:36,206 DEBUG kernel:[ 0.000000] 4 disabled >22:32:36,206 DEBUG kernel:[ 0.000000] 5 disabled >22:32:36,206 DEBUG kernel:[ 0.000000] 6 disabled >22:32:36,206 DEBUG kernel:[ 0.000000] 7 disabled >22:32:36,206 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >22:32:36,206 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fdae0-0x000fdaef] mapped at [ffff8800000fdae0] >22:32:36,206 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] >22:32:36,206 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >22:32:36,206 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x3fffdfff] >22:32:36,206 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x3fdfffff] page 2M >22:32:36,206 DEBUG kernel:[ 0.000000] [mem 0x3fe00000-0x3fffdfff] page 4k >22:32:36,206 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 0x3fffdfff @ [mem 0x1fdfe000-0x1fffffff] >22:32:36,206 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3e5d4000-0x3ffdcfff] >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000fd980 00014 (v00 BOCHS ) >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: RSDT 000000003fffe5d0 00038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: FACP 000000003fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: DSDT 000000003fffe610 01109 (v01 BXPC BXDSDT 00000001 INTL 20100528) >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: FACS 000000003fffff40 00040 >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: SSDT 000000003ffffea0 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: APIC 000000003ffffdb0 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: HPET 000000003ffffd70 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >22:32:36,206 WARNING kernel:[ 0.000000] ACPI: SSDT 000000003ffff720 00644 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >22:32:36,206 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >22:32:36,206 INFO kernel:[ 0.000000] No NUMA configuration found >22:32:36,206 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffdfff] >22:32:36,206 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x3fffdfff] >22:32:36,206 INFO kernel:[ 0.000000] NODE_DATA [mem 0x3ffea000-0x3fffdfff] >22:32:36,206 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >22:32:36,206 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:1cfac01, boot clock >22:32:36,206 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003cc00000-ffff88003dbfffff] on node 0 >22:32:36,206 WARNING kernel:[ 0.000000] Zone ranges: >22:32:36,206 WARNING kernel:[ 0.000000] DMA [mem 0x00010000-0x00ffffff] >22:32:36,206 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >22:32:36,206 WARNING kernel:[ 0.000000] Normal empty >22:32:36,206 WARNING kernel:[ 0.000000] Movable zone start for each node >22:32:36,206 WARNING kernel:[ 0.000000] Early memory node ranges >22:32:36,206 WARNING kernel:[ 0.000000] node 0: [mem 0x00010000-0x0009efff] >22:32:36,206 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x3fffdfff] >22:32:36,206 DEBUG kernel:[ 0.000000] On node 0 totalpages: 262029 >22:32:36,206 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >22:32:36,206 DEBUG kernel:[ 0.000000] DMA zone: 6 pages reserved >22:32:36,206 DEBUG kernel:[ 0.000000] DMA zone: 3913 pages, LIFO batch:0 >22:32:36,206 DEBUG kernel:[ 0.000000] DMA32 zone: 4032 pages used for memmap >22:32:36,206 DEBUG kernel:[ 0.000000] DMA32 zone: 254014 pages, LIFO batch:31 >22:32:36,206 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >22:32:36,206 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >22:32:36,206 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >22:32:36,206 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >22:32:36,206 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) >22:32:36,206 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 >22:32:36,206 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >22:32:36,206 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >22:32:36,206 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >22:32:36,206 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >22:32:36,206 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >22:32:36,206 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >22:32:36,206 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >22:32:36,206 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >22:32:36,206 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >22:32:36,206 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >22:32:36,206 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >22:32:36,206 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >22:32:36,206 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >22:32:36,206 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >22:32:36,206 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >22:32:36,206 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >22:32:36,206 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >22:32:36,206 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >22:32:36,206 INFO kernel:[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices >22:32:36,206 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >22:32:36,206 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >22:32:36,206 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003e200000 s84288 r8192 d22208 u2097152 >22:32:36,206 DEBUG kernel:[ 0.000000] pcpu-alloc: s84288 r8192 d22208 u2097152 alloc=1*2097152 >22:32:36,206 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >22:32:36,206 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:3e213c01, primary cpu clock >22:32:36,206 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >22:32:36,206 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 3e20dec0 >22:32:36,206 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927 >22:32:36,206 WARNING kernel:[ 0.000000] Policy zone: DMA32 >22:32:36,206 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018-Beta-TC6\x20x86_64 quiet BOOT_IMAGE=vmlinuz >22:32:36,206 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >22:32:36,206 NOTICE kernel:[ 0.000000] __ex_table already sorted, skipping sort >22:32:36,206 INFO kernel:[ 0.000000] Checking aperture... >22:32:36,206 INFO kernel:[ 0.000000] No AGP bridge found >22:32:36,206 INFO kernel:[ 0.000000] Memory: 988748k/1048568k available (6322k kernel code, 452k absent, 59368k reserved, 6882k data, 1036k init) >22:32:36,206 INFO kernel:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >22:32:36,206 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >22:32:36,206 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >22:32:36,206 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:256 16 >22:32:36,206 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >22:32:36,206 INFO kernel:[ 0.000000] console [tty0] enabled >22:32:36,206 INFO kernel:[ 0.000000] allocated 4194304 bytes of page_cgroup >22:32:36,206 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >22:32:36,206 DEBUG kernel:[ 0.000000] hpet clockevent registered >22:32:36,206 INFO kernel:[ 0.000000] tsc: Detected 3311.132 MHz processor >22:32:36,206 INFO kernel:[ 0.001999] Calibrating delay loop (skipped) preset value.. 6622.26 BogoMIPS (lpj=3311132) >22:32:36,206 INFO kernel:[ 0.001999] pid_max: default: 32768 minimum: 301 >22:32:36,206 INFO kernel:[ 0.001999] Security Framework initialized >22:32:36,206 INFO kernel:[ 0.001999] SELinux: Initializing. >22:32:36,206 DEBUG kernel:[ 0.001999] SELinux: Starting in permissive mode >22:32:36,206 INFO kernel:[ 0.001999] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >22:32:36,206 INFO kernel:[ 0.001999] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >22:32:36,206 INFO kernel:[ 0.001999] Mount-cache hash table entries: 256 >22:32:36,206 INFO kernel:[ 0.001999] Initializing cgroup subsys cpuacct >22:32:36,206 INFO kernel:[ 0.001999] Initializing cgroup subsys memory >22:32:36,206 INFO kernel:[ 0.001999] Initializing cgroup subsys devices >22:32:36,206 INFO kernel:[ 0.001999] Initializing cgroup subsys freezer >22:32:36,206 INFO kernel:[ 0.001999] Initializing cgroup subsys net_cls >22:32:36,206 INFO kernel:[ 0.001999] Initializing cgroup subsys blkio >22:32:36,206 INFO kernel:[ 0.001999] Initializing cgroup subsys perf_event >22:32:36,206 INFO kernel:[ 0.001999] mce: CPU supports 10 MCE banks >22:32:36,206 INFO kernel:[ 0.001999] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >22:32:36,206 INFO kernel:[ 0.001999] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >22:32:36,206 INFO kernel:[ 0.001999] tlb_flushall_shift is 0xffffffff >22:32:36,206 INFO kernel:[ 0.001999] SMP alternatives: switching to UP code >22:32:36,206 INFO kernel:[ 0.014055] Freeing SMP alternatives: 24k freed >22:32:36,206 INFO kernel:[ 0.014072] ACPI: Core revision 20120711 >22:32:36,206 INFO kernel:[ 0.014701] ftrace: allocating 23458 entries in 92 pages >22:32:36,206 INFO kernel:[ 0.022390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >22:32:36,206 INFO kernel:[ 0.022392] smpboot: CPU0: AMD QEMU Virtual CPU version 1.0.1 stepping 03 >22:32:36,206 INFO kernel:[ 0.022996] Performance Events: Broken PMU hardware detected, using software events only. >22:32:36,206 ERR kernel:[ 0.022996] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >22:32:36,206 WARNING kernel:[ 0.022996] NMI watchdog: disabled (cpu0): hardware events not enabled >22:32:36,206 INFO kernel:[ 0.022996] Brought up 1 CPUs >22:32:36,206 INFO kernel:[ 0.022996] smpboot: Total of 1 processors activated (6622.26 BogoMIPS) >22:32:36,206 INFO kernel:[ 0.023315] devtmpfs: initialized >22:32:36,206 INFO kernel:[ 0.024164] atomic64 test passed for x86-64 platform with CX8 and with SSE >22:32:36,206 INFO kernel:[ 0.024248] RTC time: 22:32:29, date: 10/24/12 >22:32:36,206 INFO kernel:[ 0.024287] NET: Registered protocol family 16 >22:32:36,206 INFO kernel:[ 0.024467] ACPI: bus type pci registered >22:32:36,206 INFO kernel:[ 0.024573] PCI: Using configuration type 1 for base access >22:32:36,206 INFO kernel:[ 0.025298] bio: create slab <bio-0> at 0 >22:32:36,206 INFO kernel:[ 0.025359] ACPI: Added _OSI(Module Device) >22:32:36,206 INFO kernel:[ 0.025360] ACPI: Added _OSI(Processor Device) >22:32:36,206 INFO kernel:[ 0.025362] ACPI: Added _OSI(3.0 _SCP Extensions) >22:32:36,206 INFO kernel:[ 0.025363] ACPI: Added _OSI(Processor Aggregator Device) >22:32:36,206 DEBUG kernel:[ 0.026000] ACPI: EC: Look up EC in DSDT >22:32:36,206 INFO kernel:[ 0.028150] ACPI: Interpreter enabled >22:32:36,206 INFO kernel:[ 0.028153] ACPI: (supports S0 S5) >22:32:36,206 INFO kernel:[ 0.028163] ACPI: Using IOAPIC for interrupt routing >22:32:36,206 INFO kernel:[ 0.031365] ACPI: No dock devices found. >22:32:36,206 INFO kernel:[ 0.031369] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >22:32:36,206 INFO kernel:[ 0.031389] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >22:32:36,206 DEBUG kernel:[ 0.031404] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) >22:32:36,206 DEBUG kernel:[ 0.031406] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) >22:32:36,206 DEBUG kernel:[ 0.031408] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >22:32:36,206 DEBUG kernel:[ 0.031410] pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xfebfffff] (ignored) >22:32:36,206 DEBUG kernel:[ 0.031412] PCI: root bus 00: using default resources >22:32:36,206 WARNING kernel:[ 0.031414] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >22:32:36,206 INFO kernel:[ 0.031438] PCI host bridge to bus 0000:00 >22:32:36,206 DEBUG kernel:[ 0.031441] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff] >22:32:36,206 INFO kernel:[ 0.031443] pci_bus 0000:00: root bus resource [bus 00-ff] >22:32:36,206 INFO kernel:[ 0.031445] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >22:32:36,206 INFO kernel:[ 0.031447] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff] >22:32:36,206 DEBUG kernel:[ 0.031497] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >22:32:36,206 DEBUG kernel:[ 0.032123] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >22:32:36,206 DEBUG kernel:[ 0.032783] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >22:32:36,206 DEBUG kernel:[ 0.033427] pci 0000:00:01.1: reg 20: [io 0xc0c0-0xc0cf] >22:32:36,206 DEBUG kernel:[ 0.033828] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 >22:32:36,206 DEBUG kernel:[ 0.034386] pci 0000:00:01.2: reg 20: [io 0xc040-0xc05f] >22:32:36,206 DEBUG kernel:[ 0.034741] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >22:32:36,206 INFO kernel:[ 0.035476] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >22:32:36,206 INFO kernel:[ 0.035490] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >22:32:36,206 DEBUG kernel:[ 0.035682] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >22:32:36,206 DEBUG kernel:[ 0.037002] pci 0000:00:02.0: reg 10: [mem 0xf4000000-0xf7ffffff] >22:32:36,206 DEBUG kernel:[ 0.038002] pci 0000:00:02.0: reg 14: [mem 0xf8000000-0xfbffffff] >22:32:36,206 DEBUG kernel:[ 0.039690] pci 0000:00:02.0: reg 18: [mem 0xfc054000-0xfc055fff] >22:32:36,206 DEBUG kernel:[ 0.040719] pci 0000:00:02.0: reg 1c: [io 0xc060-0xc07f] >22:32:36,206 DEBUG kernel:[ 0.044718] pci 0000:00:02.0: reg 30: [mem 0xfc040000-0xfc04ffff pref] >22:32:36,206 DEBUG kernel:[ 0.044846] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 >22:32:36,206 DEBUG kernel:[ 0.044996] pci 0000:00:03.0: reg 10: [mem 0xfc000000-0xfc01ffff] >22:32:36,206 DEBUG kernel:[ 0.045158] pci 0000:00:03.0: reg 14: [io 0xc000-0xc03f] >22:32:36,206 DEBUG kernel:[ 0.045933] pci 0000:00:03.0: reg 30: [mem 0xfc020000-0xfc03ffff pref] >22:32:36,206 DEBUG kernel:[ 0.046129] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >22:32:36,206 DEBUG kernel:[ 0.046304] pci 0000:00:04.0: reg 10: [mem 0xfc050000-0xfc053fff] >22:32:36,206 DEBUG kernel:[ 0.047229] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 >22:32:36,206 DEBUG kernel:[ 0.047421] pci 0000:00:05.0: reg 10: [io 0xc080-0xc09f] >22:32:36,206 DEBUG kernel:[ 0.047556] pci 0000:00:05.0: reg 14: [mem 0xfc056000-0xfc056fff] >22:32:36,206 DEBUG kernel:[ 0.048536] pci 0000:00:06.0: [1af4:1002] type 00 class 0x050000 >22:32:36,206 DEBUG kernel:[ 0.048683] pci 0000:00:06.0: reg 10: [io 0xc0a0-0xc0bf] >22:32:36,206 DEBUG kernel:[ 0.049654] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] >22:32:36,206 INFO kernel:[ 0.050079] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >22:32:36,206 INFO kernel:[ 0.050081] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >22:32:36,206 INFO kernel:[ 0.052850] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >22:32:36,206 INFO kernel:[ 0.052938] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >22:32:36,206 INFO kernel:[ 0.053016] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >22:32:36,206 INFO kernel:[ 0.053109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >22:32:36,206 INFO kernel:[ 0.053190] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >22:32:36,206 INFO kernel:[ 0.053318] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >22:32:36,206 INFO kernel:[ 0.053321] vgaarb: loaded >22:32:36,206 INFO kernel:[ 0.053322] vgaarb: bridge control possible 0000:00:02.0 >22:32:36,206 NOTICE kernel:[ 0.053393] SCSI subsystem initialized >22:32:36,206 INFO kernel:[ 0.053395] ACPI: bus type scsi registered >22:32:36,206 DEBUG kernel:[ 0.053437] libata version 3.00 loaded. >22:32:36,206 INFO kernel:[ 0.053462] ACPI: bus type usb registered >22:32:36,206 INFO kernel:[ 0.053483] usbcore: registered new interface driver usbfs >22:32:36,206 INFO kernel:[ 0.053493] usbcore: registered new interface driver hub >22:32:36,206 INFO kernel:[ 0.053510] usbcore: registered new device driver usb >22:32:36,206 INFO kernel:[ 0.053563] PCI: Using ACPI for IRQ routing >22:32:36,206 DEBUG kernel:[ 0.053565] PCI: pci_cache_line_size set to 64 bytes >22:32:36,206 DEBUG kernel:[ 0.053786] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff] >22:32:36,206 DEBUG kernel:[ 0.053788] e820: reserve RAM buffer [mem 0x3fffe000-0x3fffffff] >22:32:36,206 INFO kernel:[ 0.053877] NetLabel: Initializing >22:32:36,206 INFO kernel:[ 0.053878] NetLabel: domain hash size = 128 >22:32:36,206 INFO kernel:[ 0.053879] NetLabel: protocols = UNLABELED CIPSOv4 >22:32:36,206 INFO kernel:[ 0.053888] NetLabel: unlabeled traffic allowed by default >22:32:36,206 INFO kernel:[ 0.053932] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >22:32:36,206 INFO kernel:[ 0.053953] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >22:32:36,206 INFO kernel:[ 0.053956] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >22:32:36,206 INFO kernel:[ 0.056042] Switching to clocksource kvm-clock >22:32:36,206 INFO kernel:[ 0.064682] pnp: PnP ACPI init >22:32:36,206 INFO kernel:[ 0.064696] ACPI: bus type pnp registered >22:32:36,206 DEBUG kernel:[ 0.064720] pnp 00:00: [bus 00-ff] >22:32:36,206 DEBUG kernel:[ 0.064723] pnp 00:00: [io 0x0cf8-0x0cff] >22:32:36,206 DEBUG kernel:[ 0.064724] pnp 00:00: [io 0x0000-0x0cf7 window] >22:32:36,206 DEBUG kernel:[ 0.064726] pnp 00:00: [io 0x0d00-0xffff window] >22:32:36,206 DEBUG kernel:[ 0.064728] pnp 00:00: [mem 0x000a0000-0x000bffff window] >22:32:36,206 DEBUG kernel:[ 0.064730] pnp 00:00: [mem 0xe0000000-0xfebfffff window] >22:32:36,206 DEBUG kernel:[ 0.064756] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) >22:32:36,206 DEBUG kernel:[ 0.064767] pnp 00:01: [io 0x0070-0x0071] >22:32:36,206 DEBUG kernel:[ 0.064792] pnp 00:01: [irq 8] >22:32:36,206 DEBUG kernel:[ 0.064793] pnp 00:01: [io 0x0072-0x0077] >22:32:36,206 DEBUG kernel:[ 0.064809] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >22:32:36,206 DEBUG kernel:[ 0.064840] pnp 00:02: [io 0x0060] >22:32:36,206 DEBUG kernel:[ 0.064842] pnp 00:02: [io 0x0064] >22:32:36,206 DEBUG kernel:[ 0.064857] pnp 00:02: [irq 1] >22:32:36,206 DEBUG kernel:[ 0.064871] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) >22:32:36,206 DEBUG kernel:[ 0.064903] pnp 00:03: [irq 12] >22:32:36,206 DEBUG kernel:[ 0.064918] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) >22:32:36,206 DEBUG kernel:[ 0.064939] pnp 00:04: [io 0x03f2-0x03f5] >22:32:36,206 DEBUG kernel:[ 0.064941] pnp 00:04: [io 0x03f7] >22:32:36,206 DEBUG kernel:[ 0.064955] pnp 00:04: [irq 6] >22:32:36,206 DEBUG kernel:[ 0.064957] pnp 00:04: [dma 2] >22:32:36,206 DEBUG kernel:[ 0.064971] pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active) >22:32:36,206 DEBUG kernel:[ 0.065070] pnp 00:05: [io 0x03f8-0x03ff] >22:32:36,206 DEBUG kernel:[ 0.065085] pnp 00:05: [irq 4] >22:32:36,206 DEBUG kernel:[ 0.065102] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >22:32:36,206 DEBUG kernel:[ 0.065226] pnp 00:06: [mem 0xfed00000-0xfed003ff] >22:32:36,206 DEBUG kernel:[ 0.065266] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active) >22:32:36,206 INFO kernel:[ 0.065397] pnp: PnP ACPI: found 7 devices >22:32:36,206 INFO kernel:[ 0.065399] ACPI: ACPI bus type pnp unregistered >22:32:36,206 DEBUG kernel:[ 0.071576] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >22:32:36,207 DEBUG kernel:[ 0.071579] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffff] >22:32:36,207 INFO kernel:[ 0.071608] NET: Registered protocol family 2 >22:32:36,207 INFO kernel:[ 0.072202] TCP established hash table entries: 131072 (order: 9, 2097152 bytes) >22:32:36,207 INFO kernel:[ 0.072595] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >22:32:36,207 INFO kernel:[ 0.072733] TCP: Hash tables configured (established 131072 bind 65536) >22:32:36,207 INFO kernel:[ 0.072752] TCP: reno registered >22:32:36,207 INFO kernel:[ 0.072755] UDP hash table entries: 512 (order: 2, 16384 bytes) >22:32:36,207 INFO kernel:[ 0.072760] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >22:32:36,207 INFO kernel:[ 0.072810] NET: Registered protocol family 1 >22:32:36,207 INFO kernel:[ 0.072818] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >22:32:36,207 INFO kernel:[ 0.072839] pci 0000:00:01.0: PIIX3: Enabling Passive Release >22:32:36,207 INFO kernel:[ 0.072864] pci 0000:00:01.0: Activating ISA DMA hang workarounds >22:32:36,207 WARNING kernel:[ 0.073035] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >22:32:36,207 DEBUG kernel:[ 0.073172] pci 0000:00:02.0: Boot video device >22:32:36,207 DEBUG kernel:[ 0.073224] PCI: CLS 0 bytes, default 64 >22:32:36,207 INFO kernel:[ 0.073269] Unpacking initramfs... >22:32:36,207 INFO kernel:[ 2.737873] Freeing initrd memory: 26660k freed >22:32:36,207 NOTICE kernel:[ 2.743907] Initialise module verification >22:32:36,207 INFO kernel:[ 2.743942] audit: initializing netlink socket (disabled) >22:32:36,207 NOTICE kernel:[ 2.743952] type=2000 audit(1351117952.742:1): initialized >22:32:36,207 INFO kernel:[ 2.759659] HugeTLB registered 2 MB page size, pre-allocated 0 pages >22:32:36,207 NOTICE kernel:[ 2.760901] VFS: Disk quotas dquot_6.5.2 >22:32:36,207 WARNING kernel:[ 2.760938] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >22:32:36,207 INFO kernel:[ 2.761292] msgmni has been set to 1983 >22:32:36,207 DEBUG kernel:[ 2.761339] SELinux: Registering netfilter hooks >22:32:36,207 INFO kernel:[ 2.761698] alg: No test for stdrng (krng) >22:32:36,207 INFO kernel:[ 2.761701] NET: Registered protocol family 38 >22:32:36,207 NOTICE kernel:[ 2.761703] Key type asymmetric registered >22:32:36,207 NOTICE kernel:[ 2.761704] Asymmetric key parser 'x509' registered >22:32:36,207 INFO kernel:[ 2.761731] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >22:32:36,207 INFO kernel:[ 2.761748] io scheduler noop registered >22:32:36,207 INFO kernel:[ 2.761749] io scheduler deadline registered >22:32:36,207 INFO kernel:[ 2.761772] io scheduler cfq registered (default) >22:32:36,207 INFO kernel:[ 2.761844] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >22:32:36,207 INFO kernel:[ 2.761858] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >22:32:36,207 INFO kernel:[ 2.761859] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >22:32:36,207 INFO kernel:[ 2.761923] acpiphp: Slot [3] registered >22:32:36,207 INFO kernel:[ 2.761937] acpiphp: Slot [4] registered >22:32:36,207 INFO kernel:[ 2.761949] acpiphp: Slot [5] registered >22:32:36,207 INFO kernel:[ 2.761963] acpiphp: Slot [6] registered >22:32:36,207 INFO kernel:[ 2.761975] acpiphp: Slot [7] registered >22:32:36,207 INFO kernel:[ 2.761987] acpiphp: Slot [8] registered >22:32:36,207 INFO kernel:[ 2.761999] acpiphp: Slot [9] registered >22:32:36,207 INFO kernel:[ 2.762027] acpiphp: Slot [10] registered >22:32:36,207 INFO kernel:[ 2.762040] acpiphp: Slot [11] registered >22:32:36,207 INFO kernel:[ 2.762055] acpiphp: Slot [12] registered >22:32:36,207 INFO kernel:[ 2.762068] acpiphp: Slot [13] registered >22:32:36,207 INFO kernel:[ 2.762082] acpiphp: Slot [14] registered >22:32:36,207 INFO kernel:[ 2.762095] acpiphp: Slot [15] registered >22:32:36,207 INFO kernel:[ 2.762109] acpiphp: Slot [16] registered >22:32:36,207 INFO kernel:[ 2.762122] acpiphp: Slot [17] registered >22:32:36,207 INFO kernel:[ 2.762136] acpiphp: Slot [18] registered >22:32:36,207 INFO kernel:[ 2.762150] acpiphp: Slot [19] registered >22:32:36,207 INFO kernel:[ 2.762162] acpiphp: Slot [20] registered >22:32:36,207 INFO kernel:[ 2.762174] acpiphp: Slot [21] registered >22:32:36,207 INFO kernel:[ 2.762187] acpiphp: Slot [22] registered >22:32:36,207 INFO kernel:[ 2.762200] acpiphp: Slot [23] registered >22:32:36,207 INFO kernel:[ 2.762212] acpiphp: Slot [24] registered >22:32:36,207 INFO kernel:[ 2.762224] acpiphp: Slot [25] registered >22:32:36,207 INFO kernel:[ 2.762238] acpiphp: Slot [26] registered >22:32:36,207 INFO kernel:[ 2.762267] acpiphp: Slot [27] registered >22:32:36,207 INFO kernel:[ 2.762280] acpiphp: Slot [28] registered >22:32:36,207 INFO kernel:[ 2.762292] acpiphp: Slot [29] registered >22:32:36,207 INFO kernel:[ 2.762306] acpiphp: Slot [30] registered >22:32:36,207 INFO kernel:[ 2.762318] acpiphp: Slot [31] registered >22:32:36,207 INFO kernel:[ 2.762479] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >22:32:36,207 INFO kernel:[ 2.762482] ACPI: Power Button [PWRF] >22:32:36,207 INFO kernel:[ 2.764214] GHES: HEST is not enabled! >22:32:36,207 WARNING kernel:[ 2.764557] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >22:32:36,207 DEBUG kernel:[ 2.764667] virtio-pci 0000:00:05.0: setting latency timer to 64 >22:32:36,207 WARNING kernel:[ 2.764852] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 >22:32:36,207 DEBUG kernel:[ 2.764883] virtio-pci 0000:00:06.0: setting latency timer to 64 >22:32:36,207 INFO kernel:[ 2.764970] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >22:32:36,207 INFO kernel:[ 2.788353] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >22:32:36,207 INFO kernel:[ 2.811167] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >22:32:36,207 DEBUG kernel:[ 2.811990] virtio-pci 0000:00:05.0: irq 40 for MSI/MSI-X >22:32:36,207 DEBUG kernel:[ 2.812097] virtio-pci 0000:00:05.0: irq 41 for MSI/MSI-X >22:32:36,207 INFO kernel:[ 2.840980] Non-volatile memory driver v1.3 >22:32:36,207 INFO kernel:[ 2.840985] Linux agpgart interface v0.103 >22:32:36,207 INFO kernel:[ 2.842663] loop: module loaded >22:32:36,207 DEBUG kernel:[ 2.842779] ata_piix 0000:00:01.1: version 2.13 >22:32:36,207 DEBUG kernel:[ 2.842984] ata_piix 0000:00:01.1: setting latency timer to 64 >22:32:36,207 INFO kernel:[ 2.843772] scsi0 : ata_piix >22:32:36,207 INFO kernel:[ 2.843911] scsi1 : ata_piix >22:32:36,207 INFO kernel:[ 2.843978] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 >22:32:36,207 INFO kernel:[ 2.843981] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 >22:32:36,207 INFO kernel:[ 2.845342] libphy: Fixed MDIO Bus: probed >22:32:36,207 INFO kernel:[ 2.845423] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >22:32:36,207 INFO kernel:[ 2.845445] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >22:32:36,207 INFO kernel:[ 2.845462] uhci_hcd: USB Universal Host Controller Interface driver >22:32:36,207 DEBUG kernel:[ 2.845539] uhci_hcd 0000:00:01.2: setting latency timer to 64 >22:32:36,207 INFO kernel:[ 2.845549] uhci_hcd 0000:00:01.2: UHCI Host Controller >22:32:36,207 INFO kernel:[ 2.845577] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >22:32:36,207 INFO kernel:[ 2.845685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 >22:32:36,207 INFO kernel:[ 2.845749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >22:32:36,207 INFO kernel:[ 2.845751] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >22:32:36,207 INFO kernel:[ 2.845752] usb usb1: Product: UHCI Host Controller >22:32:36,207 INFO kernel:[ 2.845754] usb usb1: Manufacturer: Linux 3.6.1-1.fc18.x86_64 uhci_hcd >22:32:36,207 INFO kernel:[ 2.845755] usb usb1: SerialNumber: 0000:00:01.2 >22:32:36,207 INFO kernel:[ 2.845823] hub 1-0:1.0: USB hub found >22:32:36,207 INFO kernel:[ 2.845826] hub 1-0:1.0: 2 ports detected >22:32:36,207 INFO kernel:[ 2.845927] usbcore: registered new interface driver usbserial >22:32:36,207 INFO kernel:[ 2.845933] usbcore: registered new interface driver usbserial_generic >22:32:36,207 INFO kernel:[ 2.845938] USB Serial support registered for generic >22:32:36,207 INFO kernel:[ 2.845939] usbserial: USB Serial Driver core >22:32:36,207 INFO kernel:[ 2.845961] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >22:32:36,207 INFO kernel:[ 2.846806] serio: i8042 KBD port at 0x60,0x64 irq 1 >22:32:36,207 INFO kernel:[ 2.846813] serio: i8042 AUX port at 0x60,0x64 irq 12 >22:32:36,207 INFO kernel:[ 2.846877] mousedev: PS/2 mouse device common for all mice >22:32:36,207 INFO kernel:[ 2.847230] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >22:32:36,207 INFO kernel:[ 2.850607] rtc_cmos 00:01: RTC can wake from S4 >22:32:36,207 INFO kernel:[ 2.850902] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >22:32:36,207 INFO kernel:[ 2.851025] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs >22:32:36,207 INFO kernel:[ 2.851089] device-mapper: uevent: version 1.0.3 >22:32:36,207 INFO kernel:[ 2.851134] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >22:32:36,207 INFO kernel:[ 2.851181] cpuidle: using governor ladder >22:32:36,207 INFO kernel:[ 2.851182] cpuidle: using governor menu >22:32:36,207 INFO kernel:[ 2.851225] EFI Variables Facility v0.08 2004-May-17 >22:32:36,207 INFO kernel:[ 2.851309] usbcore: registered new interface driver usbhid >22:32:36,207 INFO kernel:[ 2.851310] usbhid: USB HID core driver >22:32:36,207 INFO kernel:[ 2.851324] drop_monitor: Initializing network drop monitor service >22:32:36,207 INFO kernel:[ 2.851379] ip_tables: (C) 2000-2006 Netfilter Core Team >22:32:36,207 INFO kernel:[ 2.851398] TCP: cubic registered >22:32:36,207 INFO kernel:[ 2.851399] Initializing XFRM netlink socket >22:32:36,207 INFO kernel:[ 2.851475] NET: Registered protocol family 10 >22:32:36,207 INFO kernel:[ 2.851593] mip6: Mobile IPv6 >22:32:36,207 INFO kernel:[ 2.851594] NET: Registered protocol family 17 >22:32:36,207 DEBUG kernel:[ 2.851716] PM: Hibernation image not present or could not be loaded. >22:32:36,207 NOTICE kernel:[ 2.851718] Loading module verification certificates >22:32:36,207 WARNING kernel:[ 2.851732] Cert Valid From: 2012-10-08 16:53:34 >22:32:36,207 WARNING kernel:[ 2.851733] Cert Valid To: 2112-09-14 16:53:34 >22:32:36,207 WARNING kernel:[ 2.851735] Now: 2012-10-24 22:32:32 >22:32:36,207 NOTICE kernel:[ 2.852539] MODSIGN: Loaded cert 'Fedora kernel signing key: c814c8ca34b3e7ee0fe44d0c19fe2dea1a58507b' >22:32:36,207 INFO kernel:[ 2.852549] registered taskstats version 1 >22:32:36,207 INFO kernel:[ 2.852847] Magic number: 0:641:553 >22:32:36,207 INFO kernel:[ 2.852874] pci_link PNP0C0F:04: hash matches >22:32:36,207 INFO kernel:[ 2.852952] rtc_cmos 00:01: setting system clock to 2012-10-24 22:32:32 UTC (1351117952) >22:32:36,207 DEBUG kernel:[ 2.998354] ata2.01: NODEV after polling detection >22:32:36,207 INFO kernel:[ 2.999442] ata2.00: ATAPI: QEMU DVD-ROM, 1.0.1, max UDMA/100 >22:32:36,207 INFO kernel:[ 3.000543] ata1.00: ATA-7: QEMU HARDDISK, 1.0.1, max UDMA/100 >22:32:36,207 INFO kernel:[ 3.000550] ata1.00: 14336000 sectors, multi 16: LBA48 >22:32:36,207 INFO kernel:[ 3.000560] ata1.01: ATA-7: QEMU HARDDISK, 1.0.1, max UDMA/100 >22:32:36,207 INFO kernel:[ 3.000564] ata1.01: 13312000 sectors, multi 16: LBA48 >22:32:36,207 INFO kernel:[ 3.002103] ata2.00: configured for MWDMA2 >22:32:36,207 INFO kernel:[ 3.003391] ata1.00: configured for MWDMA2 >22:32:36,207 INFO kernel:[ 3.004620] ata1.01: configured for MWDMA2 >22:32:36,207 NOTICE kernel:[ 3.004811] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 1.0. PQ: 0 ANSI: 5 >22:32:36,207 NOTICE kernel:[ 3.005194] sd 0:0:0:0: [sda] 14336000 512-byte logical blocks: (7.34 GB/6.83 GiB) >22:32:36,207 NOTICE kernel:[ 3.005335] sd 0:0:0:0: [sda] Write Protect is off >22:32:36,207 DEBUG kernel:[ 3.005341] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >22:32:36,207 NOTICE kernel:[ 3.005378] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >22:32:36,207 NOTICE kernel:[ 3.006362] sd 0:0:0:0: Attached scsi generic sg0 type 0 >22:32:36,207 NOTICE kernel:[ 3.006632] scsi 0:0:1:0: Direct-Access ATA QEMU HARDDISK 1.0. PQ: 0 ANSI: 5 >22:32:36,207 NOTICE kernel:[ 3.006882] sd 0:0:1:0: Attached scsi generic sg1 type 0 >22:32:36,207 NOTICE kernel:[ 3.007931] sd 0:0:1:0: [sdb] 13312000 512-byte logical blocks: (6.81 GB/6.34 GiB) >22:32:36,207 NOTICE kernel:[ 3.008056] sd 0:0:1:0: [sdb] Write Protect is off >22:32:36,207 DEBUG kernel:[ 3.008061] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00 >22:32:36,207 NOTICE kernel:[ 3.008110] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >22:32:36,207 INFO kernel:[ 3.008777] sda: sda4 >22:32:36,207 INFO kernel:[ 3.008777] sda4: <openbsd: sda5 sda6 sda7 sda8 > >22:32:36,207 NOTICE kernel:[ 3.010582] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.0. PQ: 0 ANSI: 5 >22:32:36,207 INFO kernel:[ 3.010983] sdb: sdb1 sdb2 sdb3 >22:32:36,207 NOTICE kernel:[ 3.011212] sd 0:0:0:0: [sda] Attached SCSI disk >22:32:36,207 NOTICE kernel:[ 3.011605] sd 0:0:1:0: [sdb] Attached SCSI disk >22:32:36,207 WARNING kernel:[ 3.012534] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >22:32:36,207 INFO kernel:[ 3.012538] cdrom: Uniform CD-ROM driver Revision: 3.20 >22:32:36,207 DEBUG kernel:[ 3.012697] sr 1:0:0:0: Attached scsi CD-ROM sr0 >22:32:36,207 NOTICE kernel:[ 3.012796] sr 1:0:0:0: Attached scsi generic sg2 type 5 >22:32:36,207 INFO kernel:[ 3.017002] Freeing unused kernel memory: 1036k freed >22:32:36,207 INFO kernel:[ 3.017231] Write protecting the kernel read-only data: 12288k >22:32:36,207 INFO kernel:[ 3.026070] Freeing unused kernel memory: 1860k freed >22:32:36,207 INFO kernel:[ 3.033003] Freeing unused kernel memory: 1416k freed >22:32:36,222 INFO systemd: systemd 194 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >22:32:36,222 INFO systemd: Detected virtualization 'kvm'. >22:32:36,222 INFO systemd: Initializing machine ID from KVM UUID. >22:32:36,222 WARNING systemd: Cannot add dependency job for unit udev-settle.service, ignoring: Unit udev-settle.service failed to load: No such file or directory. See system logs and 'systemctl status udev-settle.service' for details. >22:32:36,222 INFO systemd: Started Apply Kernel Variables. >22:32:36,222 INFO systemd: Started Load Random Seed. >22:32:36,222 INFO systemd: Mounted Temporary Directory. >22:32:36,222 INFO systemd: Mounted Debug File System. >22:32:36,222 INFO systemd: Mounted POSIX Message Queue File System. >22:32:36,222 INFO systemd: Mounted Huge Pages File System. >22:32:36,222 INFO systemd-modules-load: Inserted module 'uinput' >22:32:36,235 INFO kernel:[ 3.112932] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found >22:32:36,235 INFO kernel:[ 3.197881] squashfs: version 4.0 (2009/01/31) Phillip Lougher >22:32:36,235 INFO kernel:[ 3.201278] Loading iSCSI transport class v2.0-870. >22:32:36,235 NOTICE kernel:[ 3.206126] iscsi: registered transport (tcp) >22:32:36,235 INFO kernel:[ 3.208451] alua: device handler registered >22:32:36,235 INFO kernel:[ 3.210609] emc: device handler registered >22:32:36,235 INFO kernel:[ 3.212853] hp_sw: device handler registered >22:32:36,235 INFO kernel:[ 3.215093] rdac: device handler registered >22:32:36,235 INFO kernel:[ 3.230587] FDC 0 is a S82078B >22:32:36,235 INFO kernel:[ 3.243150] No iBFT detected. >22:32:36,235 INFO kernel:[ 3.246903] md: raid0 personality registered for level 0 >22:32:36,235 INFO kernel:[ 3.249643] md: raid1 personality registered for level 1 >22:32:36,235 INFO kernel:[ 3.251738] async_tx: api initialized (async) >22:32:36,235 INFO kernel:[ 3.252828] xor: automatically using best checksumming function: >22:32:36,235 INFO kernel:[ 3.262024] generic_sse: 9108.000 MB/sec >22:32:36,235 WARNING kernel:[ 3.281023] raid6: sse2x1 4617 MB/s >22:32:36,235 WARNING kernel:[ 3.298025] raid6: sse2x2 8906 MB/s >22:32:36,235 WARNING kernel:[ 3.315024] raid6: sse2x4 11359 MB/s >22:32:36,235 WARNING kernel:[ 3.315025] raid6: using algorithm sse2x4 (11359 MB/s) >22:32:36,235 WARNING kernel:[ 3.315026] raid6: using intx1 recovery algorithm >22:32:36,235 INFO kernel:[ 3.327749] md: raid6 personality registered for level 6 >22:32:36,235 INFO kernel:[ 3.327751] md: raid5 personality registered for level 5 >22:32:36,235 INFO kernel:[ 3.327752] md: raid4 personality registered for level 4 >22:32:36,235 INFO kernel:[ 3.333054] md: raid10 personality registered for level 10 >22:32:36,235 INFO kernel:[ 3.335209] md: linear personality registered for level -1 >22:32:36,235 INFO kernel:[ 3.341645] device-mapper: multipath: version 1.5.0 loaded >22:32:36,235 INFO kernel:[ 3.343697] device-mapper: multipath round-robin: version 1.0.0 loaded >22:32:36,235 INFO kernel:[ 3.352480] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >22:32:36,235 INFO kernel:[ 3.384095] RPC: Registered named UNIX socket transport module. >22:32:36,235 INFO kernel:[ 3.384097] RPC: Registered udp transport module. >22:32:36,235 INFO kernel:[ 3.384098] RPC: Registered tcp transport module. >22:32:36,235 INFO kernel:[ 3.384098] RPC: Registered tcp NFSv4.1 backchannel transport module. >22:32:36,235 INFO kernel:[ 3.583339] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI >22:32:36,235 INFO kernel:[ 3.583341] e1000: Copyright (c) 1999-2006 Intel Corporation. >22:32:36,235 WARNING kernel:[ 3.583496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >22:32:36,235 DEBUG kernel:[ 3.583530] e1000 0000:00:03.0: setting latency timer to 64 >22:32:36,235 INFO kernel:[ 3.911487] tsc: Refined TSC clocksource calibration: 3311.131 MHz >22:32:36,235 INFO kernel:[ 3.942818] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:e2:54:46 >22:32:36,235 INFO kernel:[ 3.942823] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection >22:32:36,235 DEBUG kernel:[ 4.276485] ISO 9660 Extensions: Microsoft Joliet Level 3 >22:32:36,235 DEBUG kernel:[ 4.279493] ISO 9660 Extensions: RRIP_1991A >22:32:36,235 INFO kernel:[ 4.426565] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >22:32:36,235 DEBUG kernel:[ 5.181873] SELinux: 2048 avtab hash slots, 92171 rules. >22:32:36,235 DEBUG kernel:[ 5.197914] SELinux: 2048 avtab hash slots, 92171 rules. >22:32:36,236 DEBUG kernel:[ 5.297042] SELinux: 9 users, 15 roles, 4276 types, 230 bools, 1 sens, 1024 cats >22:32:36,236 DEBUG kernel:[ 5.297046] SELinux: 83 classes, 92171 rules >22:32:36,236 INFO kernel:[ 5.301196] SELinux: Permission compromise_kernel in class capability2 not defined in policy. >22:32:36,236 INFO kernel:[ 5.301201] SELinux: the above unknown classes and permissions will be allowed >22:32:36,236 DEBUG kernel:[ 5.301208] SELinux: Completing initialization. >22:32:36,236 DEBUG kernel:[ 5.301209] SELinux: Setting up existing superblocks. >22:32:36,236 DEBUG kernel:[ 5.301215] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.301218] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.301226] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.301229] SELinux: initialized (dev proc, type proc), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.301236] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.301246] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.302032] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >22:32:36,236 DEBUG kernel:[ 5.302035] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302493] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >22:32:36,236 DEBUG kernel:[ 5.302496] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302499] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.302511] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.302515] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.302520] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302527] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302704] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302705] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.302709] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.302829] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.302857] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302859] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302863] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302873] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302878] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302880] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302882] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302885] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302889] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302892] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302896] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.302903] SELinux: initialized (dev loop0, type squashfs), uses xattr >22:32:36,236 DEBUG kernel:[ 5.302917] SELinux: initialized (dev dm-0, type ext4), uses xattr >22:32:36,236 NOTICE kernel:[ 5.304544] type=1403 audit(1351117954.950:2): policy loaded auid=4294967295 ses=4294967295 >22:32:36,236 DEBUG kernel:[ 5.742095] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >22:32:36,236 DEBUG kernel:[ 5.921132] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 5.939271] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >22:32:36,236 DEBUG kernel:[ 6.010661] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >22:32:36,236 NOTICE kernel:[ 6.322510] type=1400 audit(1351117955.968:3): avc: denied { create } for pid=502 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >22:32:36,236 NOTICE kernel:[ 6.322553] type=1400 audit(1351117955.968:4): avc: denied { setattr } for pid=502 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=38212 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >22:32:36,236 NOTICE kernel:[ 6.322576] type=1400 audit(1351117955.968:5): avc: denied { relabelfrom } for pid=502 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=38212 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >22:32:36,242 NOTICE kernel:[ 6.592245] type=1400 audit(1351117956.238:6): avc: denied { write } for pid=523 comm="firewalld" name="python2.7" dev="dm-0" ino=28472 scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >22:32:36,242 NOTICE kernel:[ 6.592274] type=1400 audit(1351117956.238:7): avc: denied { remove_name } for pid=523 comm="firewalld" name="site.pyc" dev="dm-0" ino=28939 scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >22:32:36,242 NOTICE kernel:[ 6.592283] type=1400 audit(1351117956.238:8): avc: denied { unlink } for pid=523 comm="firewalld" name="site.pyc" dev="dm-0" ino=28939 scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=lnk_file >22:32:36,250 INFO systemd: Started Terminate Plymouth Boot Screen. >22:32:36,250 INFO systemd: Started Wait for Plymouth Boot Screen to Quit. >22:32:36,252 INFO systemd: Starting Shell on tty2... >22:32:36,252 INFO systemd: Started Shell on tty2. >22:32:36,291 NOTICE kernel:[ 6.620106] type=1400 audit(1351117956.266:9): avc: denied { write } for pid=523 comm="firewalld" name="python2.7" dev="dm-0" ino=28472 scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >22:32:36,291 NOTICE kernel:[ 6.620112] type=1400 audit(1351117956.266:10): avc: denied { add_name } for pid=523 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >22:32:36,467 ERR systemd-udevd: ctx=0x7fb7db0dd9c0 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >22:32:36,468 ERR systemd-udevd: ctx=0x7fb7db0dd9c0 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >22:32:36,490 INFO systemd: Starting Agent daemon for Spice guests. >22:32:36,490 INFO systemd: Reached target Agent daemon for Spice guests. >22:32:36,552 ERR systemd-udevd: ctx=0x7fb7db0dd9c0 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/sound/core/snd-pcm.ko error=No such file or directory >22:32:36,581 INFO kernel:[ 6.934930] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >22:32:36,690 WARNING kernel:[ 7.037417] microcode: AMD CPU family 0x6 not supported >22:32:36,691 ERR systemd-udevd: ctx=0x7fb7db0dd9c0 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >22:32:37,930 INFO systemd: Starting D-Bus System Message Bus... >22:32:37,930 INFO systemd: Started D-Bus System Message Bus. >22:32:37,983 INFO systemd: Started firewalld - dynamic firewall daemon. >22:32:37,983 INFO systemd: Starting Network Manager... >22:32:38,195 INFO NetworkManager: <info> NetworkManager (version 0.9.7.0-6.git20121004.fc18) is starting... >22:32:38,196 INFO NetworkManager: <info> Read config file /etc/NetworkManager/NetworkManager.conf >22:32:38,196 INFO NetworkManager: <info> WEXT support is enabled >22:32:38,205 INFO dbus-daemon: dbus[569]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >22:32:38,205 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >22:32:38,205 INFO systemd: Starting Authorization Manager... >22:32:38,375 INFO polkitd: Started polkitd version 0.107 >22:32:38,451 INFO dbus-daemon: dbus[569]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >22:32:38,451 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >22:32:38,451 INFO systemd: Started Authorization Manager. >22:32:38,485 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >22:32:38,486 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >22:32:38,486 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >22:32:38,487 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >22:32:38,487 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >22:32:38,489 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >22:32:38,500 INFO systemd: Started Network Manager. >22:32:38,513 INFO systemd: Starting Anaconda System Services. >22:32:38,519 INFO systemd: Reached target Anaconda System Services. >22:32:38,529 INFO systemd: Starting Anaconda... >22:32:38,540 INFO systemd: Starting Network Manager Wait Online... >22:32:38,560 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >22:32:38,560 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >22:32:38,561 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >22:32:38,561 INFO NetworkManager: <info> Networking is enabled by state file >22:32:38,561 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >22:32:38,562 INFO NetworkManager: <info> (eth0): carrier is OFF >22:32:38,562 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'e1000' ifindex: 2) >22:32:38,563 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >22:32:38,564 INFO NetworkManager: <info> (eth0): now managed >22:32:38,564 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >22:32:38,567 INFO NetworkManager: <info> (eth0): bringing up device. >22:32:38,571 INFO kernel:[ 8.922713] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX >22:32:38,586 INFO systemd: Started Anaconda. >22:32:38,597 INFO systemd: Starting Anaconda Text Console... >22:32:38,626 INFO systemd: Started Anaconda Text Console. >22:32:38,644 INFO NetworkManager: <info> (eth0): carrier now ON (device state 20) >22:32:38,645 INFO NetworkManager: <info> (eth0): preparing device. >22:32:38,645 INFO NetworkManager: <info> (eth0): deactivating device (reason 'managed') [2] >22:32:38,646 INFO NetworkManager: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/eth0 >22:32:38,647 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >22:32:38,648 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >22:32:38,650 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >22:32:38,650 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >22:32:38,651 INFO NetworkManager: <info> Activation (eth0) starting connection 'Wired connection 1' >22:32:38,651 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >22:32:38,651 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >22:32:38,652 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >22:32:38,652 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >22:32:38,652 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >22:32:38,653 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >22:32:38,653 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >22:32:38,653 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >22:32:38,658 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >22:32:38,671 WARNING NetworkManager: <warn> (eth0) firewall zone add/change failed: (32) INVALID_ZONE: public >22:32:38,671 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >22:32:38,671 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >22:32:38,671 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >22:32:38,671 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >22:32:38,696 INFO NetworkManager: <info> dhclient started with pid 594 >22:32:38,696 INFO NetworkManager: <info> Activation (eth0) Beginning IP6 addrconf. >22:32:38,731 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >22:32:38,886 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >22:32:38,886 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >22:32:38,886 INFO dhclient: All rights reserved. >22:32:38,886 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >22:32:38,886 INFO dhclient: >22:32:38,899 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >22:32:38,901 INFO dhclient: Listening on LPF/eth0/52:54:00:e2:54:46 >22:32:38,901 INFO dhclient: Sending on LPF/eth0/52:54:00:e2:54:46 >22:32:38,901 INFO dhclient: Sending on Socket/fallback >22:32:38,901 INFO dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x1c20bf7d) >22:32:38,907 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x1c20bf7d) >22:32:38,907 INFO dhclient: DHCPOFFER from 192.168.0.1 >22:32:38,914 INFO dhclient: DHCPACK from 192.168.0.1 (xid=0x1c20bf7d) >22:32:38,916 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> bound >22:32:38,917 INFO NetworkManager: <info> address 192.168.0.115 >22:32:38,917 INFO NetworkManager: <info> prefix 24 (255.255.255.0) >22:32:38,917 INFO NetworkManager: <info> gateway 192.168.0.1 >22:32:38,918 INFO NetworkManager: <info> nameserver '192.168.0.1' >22:32:38,919 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >22:32:38,919 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >22:32:38,922 INFO dhclient: bound to 192.168.0.115 -- renewal in 32581 seconds. >22:32:38,924 WARNING kernel:[ 9.277031] audit_printk_skb: 27 callbacks suppressed >22:32:38,924 NOTICE kernel:[ 9.277034] type=1400 audit(1351117958.922:20): avc: denied { read write } for pid=600 comm="hostname" path="/dev/pts/1" dev="devpts" ino=4 scontext=system_u:system_r:hostname_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >22:32:39,920 INFO NetworkManager: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >22:32:39,920 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >22:32:39,920 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >22:32:39,932 INFO systemd: Started Network Manager Wait Online. >22:32:39,932 INFO systemd: Starting Network. >22:32:39,932 INFO systemd: Reached target Network. >22:32:39,945 INFO systemd: Startup finished in 3s 35ms 74us (kernel) + 2s 363ms 476us (initrd) + 4s 886ms 112us (userspace) = 10s 284ms 662us. >22:32:39,946 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >22:32:39,955 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >22:32:39,955 NOTICE dbus: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >22:32:39,956 INFO dbus-daemon: dbus[569]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >22:32:39,967 INFO dbus-daemon: dbus[569]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >22:32:39,967 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >22:32:40,036 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 14: /sbin/chkconfig: No such file or directory >22:32:40,365 NOTICE kernel:[ 10.718332] type=1400 audit(1351117960.364:21): avc: denied { read write } for pid=629 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=7335 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >22:32:40,373 WARNING kernel:[ 10.726839] auditd (630): /proc/630/oom_adj is deprecated, please use /proc/630/oom_score_adj instead. >22:32:44,634 INFO systemd: Starting NTP client/server... >22:32:44,689 INFO chrony-helper: tr: write error: Broken pipe >22:32:44,689 INFO chrony-helper: tr: write error >22:32:44,723 INFO chronyd: chronyd version 1.27-git1ca844 starting >22:32:44,725 INFO chronyd: Linux kernel major=3 minor=6 patch=1 >22:32:44,726 INFO chronyd: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >22:32:44,738 INFO systemd: Started NTP client/server. >22:32:45,613 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >22:32:45,613 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >22:32:45,613 NOTICE NetworkManager: ifcfg-rh: read connection 'System eth0' >22:32:45,614 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >22:32:48,011 INFO kernel:[ 18.364451] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) >22:32:48,011 DEBUG kernel:[ 18.364752] SELinux: initialized (dev sdb1, type ext4), uses xattr >22:32:48,242 INFO kernel:[ 18.595328] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null) >22:32:48,242 DEBUG kernel:[ 18.595333] SELinux: initialized (dev sdb3, type ext4), uses xattr >22:32:51,201 INFO chronyd: Selected source 200.11.116.1 >22:32:51,201 WARNING chronyd: System clock wrong by 165.170856 seconds, adjustment started >22:35:36,372 WARNING chronyd: System clock was stepped by 165.171 seconds >22:35:38,458 INFO chronyd: Selected source 200.3.168.192 >22:35:43,820 INFO NetworkManager: <info> (eth0): IP6 addrconf timed out or failed. >22:35:43,820 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >22:35:43,821 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >22:35:43,822 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >22:50:14,822 INFO systemd: Starting Cleanup of Temporary Directories... >22:50:14,843 INFO systemd: Started Cleanup of Temporary Directories. >22:50:53,427 INFO kernel:[ 939.049787] Btrfs loaded >22:50:53,511 INFO kernel:[ 939.133383] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >22:51:48,690 INFO chronyd: Selected source 190.3.107.187 >22:51:49,709 INFO chronyd: Can't synchronise: no majority >22:51:49,937 INFO chronyd: Selected source 200.3.168.192
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 869841
: 633106 |
633107
|
633108
|
633109
|
633110
|
633111
|
633112
|
633113
|
633114
|
633115
|
633116
|
633117
|
633118
|
633119