Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 617680 Details for
Bug 860791
IOError: [Errno 2] No such file or directory: '/etc/sysconfig/network-scripts/ifcfg-wlan0'
Home
New
Search
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.rh90 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), 492.95 KB, created by
Ladislav Jozsa
on 2012-09-26 17:46:55 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Ladislav Jozsa
Created:
2012-09-26 17:46:55 UTC
Size:
492.95 KB
patch
obsolete
>anaconda 18.8 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/pyanaconda/simpleconfig.py", line 77, in read > with open(filename) as f: > File "/usr/lib/python2.7/site-packages/pyanaconda/simpleconfig.py", line 187, in read > SimpleConfigFile.read(self, self.path) > File "/usr/lib/python2.7/site-packages/pyanaconda/network.py", line 285, in loadIfcfgFile > IfcfgFile.read(self) > File "/usr/lib/python2.7/site-packages/pyanaconda/network.py", line 785, in write_sysconfig_network > dev.loadIfcfgFile() > File "/usr/lib/python2.7/site-packages/pyanaconda/network.py", line 873, in writeNetworkConf > write_sysconfig_network(ROOT_PATH, ksdata, overwrite=flags.livecdInstall) > File "/usr/lib/python2.7/site-packages/pyanaconda/install.py", line 63, in doConfiguration > writeNetworkConf(storage, ksdata, instClass) > File "/usr/lib/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 87, in run > threading.Thread.run(self, *args, **kwargs) >IOError: [Errno 2] No such file or directory: '/etc/sysconfig/network-scripts/ifcfg-wlan0' > >Local variables in innermost frame: >self: >filename: /etc/sysconfig/network-scripts/ifcfg-wlan0 > > >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: {'sda': 128} > _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 101MB partition sda1 (2) >, '/': non-existent 91264MB lvmlv VolGroup00-LogVol00 (12) >} > swaps: [non-existent 4000MB lvmlv VolGroup00-LogVol01 (13) >] > name: Red Hat Enterprise Linux Client Linux 5.9 for None >] > _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: NoDevice instance, containing members: > _intf.storage.fsset._usb._model: Skipped > _intf.storage.fsset._usb.controllable: True > _intf.storage.fsset._usb.major: 0 > _intf.storage.fsset._usb.kids: 0 > _intf.storage.fsset._usb._partedDevice: None > _intf.storage.fsset._usb.uuid: None > _intf.storage.fsset._usb.exists: True > _intf.storage.fsset._usb.fstabComment: Skipped > _intf.storage.fsset._usb._format: USBFS instance, containing members: > _intf.storage.fsset._usb._format.uuid: None > _intf.storage.fsset._usb._format.exists: True > _intf.storage.fsset._usb._format._mountpoint: None > _intf.storage.fsset._usb._format._majorminor: None > _intf.storage.fsset._usb._format._minInstanceSize: None > _intf.storage.fsset._usb._format._mountType: usbfs > _intf.storage.fsset._usb._format.fsprofile: None > _intf.storage.fsset._usb._format.label: None > _intf.storage.fsset._usb._format._targetSize: 0 > _intf.storage.fsset._usb._format._size: 0 > _intf.storage.fsset._usb._format.mountopts: None > _intf.storage.fsset._usb._format.mountpoint: /proc/bus/usb > _intf.storage.fsset._usb._format._migrate: False > _intf.storage.fsset._usb._format._device: usbfs > _intf.storage.fsset._usb.sysfsPath: Skipped > _intf.storage.fsset._usb._vendor: Skipped > _intf.storage.fsset._usb._name: usbfs > _intf.storage.fsset._usb._targetSize: 0 > _intf.storage.fsset._usb.protected: False > _intf.storage.fsset._usb.parents: [] > _intf.storage.fsset._usb.originalFormat: Already dumped (USBFS instance) > _intf.storage.fsset._usb.bus: Skipped > _intf.storage.fsset._usb._size: 0 > _intf.storage.fsset._usb._serial: None > _intf.storage.fsset._usb.id: 30 > _intf.storage.fsset._usb.minor: 0 > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.names: [sr0, sda, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), loop3, loop4, loop5, loop6, loop7, live-rw, sda4] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.platform: X86 instance, containing members: > _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._cleanup: False > _intf.storage.fsset.devicetree.shouldClear: <bound method Storage.shouldClear of <pyanaconda.storage.Storage object at 0xb55752ec>> > _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: [sr0, sda1, sda2] > _intf.storage.fsset.devicetree.topology._devmap: {'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:1f.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:0/3: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 >, '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 >, 'sda2': 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:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, '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:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/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 >, 'sda1': 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:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, '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 >, '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 >, '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) >] > _intf.storage.fsset.devicetree.topology._singlepaths: [sda, 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: [OpticalDevice instance, containing members: > _model: HL-DT-ST_DVDRAM_GSA-U10N > controllable: True > major: 11 > kids: 0 > _partedDevice: parted.Device instance -- > model: HL-DT-ST DVDRAM GSA-U10N path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2295104 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: True > hardwareGeometry: (142, 255, 63) biosGeometry: (142, 255, 63) > PedDevice: <_ped.Device object at 0xb199274c> > uuid: None > exists: True > fstabComment: Skipped > _format: Iso9660FS instance, containing members: > _format.uuid: 2012-09-25-12-13-29-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: 011000 > _format._minInstanceSize: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora_18_i386 > _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:1f.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 > _vendor: None > _name: sr0 > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (Iso9660FS instance) > bus: Skipped > _size: 4482.625 > _serial: None > id: 0 > minor: 0 >, existing 95396MB disk sda (1) with existing msdos disklabel >, 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: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 5 > 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: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 6 > 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: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 7 > 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: ab3a3f49-ceb0-4701-b839-12f122b45161 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 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: Already dumped (Ext4FS instance) > bus: Skipped > _size: 0 > _serial: None > id: 8 > 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: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 9 > 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: Already dumped (DeviceFormat instance) > bus: Skipped > _size: 0 > _serial: None > id: 10 > minor: 0 >, existing 1024MB dm live-rw (11) with existing ext4 filesystem >, existing 51200MB partition sda3 (19) with existing ext4 filesystem mounted at / >, existing 39726MB partition sda5 (20) with existing ext4 filesystem mounted at /home >, existing 500MB partition sda1 (21) with existing ext4 filesystem mounted at /boot >, existing 3968MB partition sda2 (22) with existing swap >, existing 39727MB partition sda4 (23) >] > _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: Ext3FS instance, containing members: > origFormat.uuid: ed5bf90c-a8ba-4cfd-8393-f8c76a04ba1e > origFormat.exists: False > origFormat._mountpoint: None > origFormat._majorminor: 008001 > origFormat._minInstanceSize: 14.0 > origFormat._mountType: ext3 > origFormat.fsprofile: None > origFormat.label: /boot > origFormat._targetSize: 101.0 > origFormat._size: 101.0 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._migrate: False > origFormat._device: /dev/sda1 > id: 7 >, ActionDestroyFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent swap > id: 2 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 3 >, ActionDestroyFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: Ext3FS instance, containing members: > origFormat.uuid: 87525cde-a1f9-4c9e-8fe8-8fe6e8fda2e0 > origFormat.exists: False > origFormat._mountpoint: None > origFormat._majorminor: 253001 > origFormat._minInstanceSize: 3175.0 > origFormat._mountType: ext3 > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 91264.0 > origFormat._size: 91264.0 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._migrate: False > origFormat._device: /dev/mapper/VolGroup00-LogVol00 > id: 0 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 1 >, ActionDestroyDevice instance, containing members: > device: > id: 4 >, ActionDestroyFormat instance, containing members: > device: non-existent 95291MB partition sda2 (3) > origFormat: non-existent lvmpv > id: 5 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 6 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 8 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > id: 9 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 25 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 30 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 32 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 33 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 26 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 34 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 28 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 29 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 27 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 31 >] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._devshm: NoDevice instance, containing members: > _intf.storage.fsset._devshm._model: Skipped > _intf.storage.fsset._devshm.controllable: True > _intf.storage.fsset._devshm.major: 0 > _intf.storage.fsset._devshm.kids: 0 > _intf.storage.fsset._devshm._partedDevice: None > _intf.storage.fsset._devshm.uuid: None > _intf.storage.fsset._devshm.exists: True > _intf.storage.fsset._devshm.fstabComment: Skipped > _intf.storage.fsset._devshm._format: TmpFS instance, containing members: > _intf.storage.fsset._devshm._format.uuid: None > _intf.storage.fsset._devshm._format.exists: True > _intf.storage.fsset._devshm._format._mountpoint: /mnt/sysimage/dev/shm > _intf.storage.fsset._devshm._format._majorminor: None > _intf.storage.fsset._devshm._format._minInstanceSize: None > _intf.storage.fsset._devshm._format._mountType: tmpfs > _intf.storage.fsset._devshm._format.fsprofile: None > _intf.storage.fsset._devshm._format.label: None > _intf.storage.fsset._devshm._format._targetSize: 0 > _intf.storage.fsset._devshm._format._size: 0 > _intf.storage.fsset._devshm._format.mountopts: None > _intf.storage.fsset._devshm._format.mountpoint: /dev/shm > _intf.storage.fsset._devshm._format._migrate: False > _intf.storage.fsset._devshm._format._device: tmpfs > _intf.storage.fsset._devshm.sysfsPath: Skipped > _intf.storage.fsset._devshm._vendor: Skipped > _intf.storage.fsset._devshm._name: tmpfs > _intf.storage.fsset._devshm._targetSize: 0 > _intf.storage.fsset._devshm.protected: False > _intf.storage.fsset._devshm.parents: [] > _intf.storage.fsset._devshm.originalFormat: Already dumped (TmpFS instance) > _intf.storage.fsset._devshm.bus: Skipped > _intf.storage.fsset._devshm._size: 0 > _intf.storage.fsset._devshm._serial: None > _intf.storage.fsset._devshm.id: 25 > _intf.storage.fsset._devshm.minor: 0 > _intf.storage.fsset._dev: DirectoryDevice instance, containing members: > _intf.storage.fsset._dev._model: Skipped > _intf.storage.fsset._dev.controllable: True > _intf.storage.fsset._dev.major: 0 > _intf.storage.fsset._dev.kids: 0 > _intf.storage.fsset._dev._partedDevice: None > _intf.storage.fsset._dev.uuid: None > _intf.storage.fsset._dev.exists: True > _intf.storage.fsset._dev.fstabComment: Skipped > _intf.storage.fsset._dev._format: BindFS instance, containing members: > _intf.storage.fsset._dev._format.uuid: None > _intf.storage.fsset._dev._format.exists: True > _intf.storage.fsset._dev._format._mountpoint: /mnt/sysimage/dev > _intf.storage.fsset._dev._format._majorminor: None > _intf.storage.fsset._dev._format._minInstanceSize: None > _intf.storage.fsset._dev._format._mountType: bind > _intf.storage.fsset._dev._format.fsprofile: None > _intf.storage.fsset._dev._format.label: None > _intf.storage.fsset._dev._format._targetSize: None > _intf.storage.fsset._dev._format._size: None > _intf.storage.fsset._dev._format.mountopts: None > _intf.storage.fsset._dev._format.mountpoint: /dev > _intf.storage.fsset._dev._format._migrate: False > _intf.storage.fsset._dev._format._device: /dev > _intf.storage.fsset._dev.sysfsPath: Skipped > _intf.storage.fsset._dev._vendor: Skipped > _intf.storage.fsset._dev._name: /dev > _intf.storage.fsset._dev._targetSize: 0 > _intf.storage.fsset._dev.protected: False > _intf.storage.fsset._dev.parents: [] > _intf.storage.fsset._dev.originalFormat: Already dumped (BindFS instance) > _intf.storage.fsset._dev.bus: Skipped > _intf.storage.fsset._dev._size: 0 > _intf.storage.fsset._dev._serial: None > _intf.storage.fsset._dev.id: 24 > _intf.storage.fsset._dev.minor: 0 > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: NoDevice instance, containing members: > _intf.storage.fsset._proc._model: Skipped > _intf.storage.fsset._proc.controllable: True > _intf.storage.fsset._proc.major: 0 > _intf.storage.fsset._proc.kids: 0 > _intf.storage.fsset._proc._partedDevice: None > _intf.storage.fsset._proc.uuid: None > _intf.storage.fsset._proc.exists: True > _intf.storage.fsset._proc.fstabComment: Skipped > _intf.storage.fsset._proc._format: ProcFS instance, containing members: > _intf.storage.fsset._proc._format.uuid: None > _intf.storage.fsset._proc._format.exists: True > _intf.storage.fsset._proc._format._mountpoint: /mnt/sysimage/proc > _intf.storage.fsset._proc._format._majorminor: None > _intf.storage.fsset._proc._format._minInstanceSize: None > _intf.storage.fsset._proc._format._mountType: proc > _intf.storage.fsset._proc._format.fsprofile: None > _intf.storage.fsset._proc._format.label: None > _intf.storage.fsset._proc._format._targetSize: 0 > _intf.storage.fsset._proc._format._size: 0 > _intf.storage.fsset._proc._format.mountopts: None > _intf.storage.fsset._proc._format.mountpoint: /proc > _intf.storage.fsset._proc._format._migrate: False > _intf.storage.fsset._proc._format._device: proc > _intf.storage.fsset._proc.sysfsPath: Skipped > _intf.storage.fsset._proc._vendor: Skipped > _intf.storage.fsset._proc._name: proc > _intf.storage.fsset._proc._targetSize: 0 > _intf.storage.fsset._proc.protected: False > _intf.storage.fsset._proc.parents: [] > _intf.storage.fsset._proc.originalFormat: Already dumped (ProcFS instance) > _intf.storage.fsset._proc.bus: Skipped > _intf.storage.fsset._proc._size: 0 > _intf.storage.fsset._proc._serial: None > _intf.storage.fsset._proc.id: 28 > _intf.storage.fsset._proc.minor: 0 > _intf.storage.fsset.active: True > _intf.storage.fsset.cryptTab: CryptTab instance, containing members: > _intf.storage.fsset.cryptTab.devicetree: Already dumped (DeviceTree instance) > _intf.storage.fsset.cryptTab.blkidTab: None > _intf.storage.fsset.cryptTab.chroot: Skipped > _intf.storage.fsset.cryptTab.mappings: {} > _intf.storage.fsset._devpts: NoDevice instance, containing members: > _intf.storage.fsset._devpts._model: Skipped > _intf.storage.fsset._devpts.controllable: True > _intf.storage.fsset._devpts.major: 0 > _intf.storage.fsset._devpts.kids: 0 > _intf.storage.fsset._devpts._partedDevice: None > _intf.storage.fsset._devpts.uuid: None > _intf.storage.fsset._devpts.exists: True > _intf.storage.fsset._devpts.fstabComment: Skipped > _intf.storage.fsset._devpts._format: DevPtsFS instance, containing members: > _intf.storage.fsset._devpts._format.uuid: None > _intf.storage.fsset._devpts._format.exists: True > _intf.storage.fsset._devpts._format._mountpoint: /mnt/sysimage/dev/pts > _intf.storage.fsset._devpts._format._majorminor: None > _intf.storage.fsset._devpts._format._minInstanceSize: None > _intf.storage.fsset._devpts._format._mountType: devpts > _intf.storage.fsset._devpts._format.fsprofile: None > _intf.storage.fsset._devpts._format.label: None > _intf.storage.fsset._devpts._format._targetSize: 0 > _intf.storage.fsset._devpts._format._size: 0 > _intf.storage.fsset._devpts._format.mountopts: None > _intf.storage.fsset._devpts._format.mountpoint: /dev/pts > _intf.storage.fsset._devpts._format._migrate: False > _intf.storage.fsset._devpts._format._device: devpts > _intf.storage.fsset._devpts.sysfsPath: Skipped > _intf.storage.fsset._devpts._vendor: Skipped > _intf.storage.fsset._devpts._name: devpts > _intf.storage.fsset._devpts._targetSize: 0 > _intf.storage.fsset._devpts.protected: False > _intf.storage.fsset._devpts.parents: [] > _intf.storage.fsset._devpts.originalFormat: Already dumped (DevPtsFS instance) > _intf.storage.fsset._devpts.bus: Skipped > _intf.storage.fsset._devpts._size: 0 > _intf.storage.fsset._devpts._serial: None > _intf.storage.fsset._devpts.id: 26 > _intf.storage.fsset._devpts.minor: 0 > _intf.storage.fsset._sysfs: NoDevice instance, containing members: > _intf.storage.fsset._sysfs._model: Skipped > _intf.storage.fsset._sysfs.controllable: True > _intf.storage.fsset._sysfs.major: 0 > _intf.storage.fsset._sysfs.kids: 0 > _intf.storage.fsset._sysfs._partedDevice: None > _intf.storage.fsset._sysfs.uuid: None > _intf.storage.fsset._sysfs.exists: True > _intf.storage.fsset._sysfs.fstabComment: Skipped > _intf.storage.fsset._sysfs._format: SysFS instance, containing members: > _intf.storage.fsset._sysfs._format.uuid: None > _intf.storage.fsset._sysfs._format.exists: True > _intf.storage.fsset._sysfs._format._mountpoint: /mnt/sysimage/sys > _intf.storage.fsset._sysfs._format._majorminor: None > _intf.storage.fsset._sysfs._format._minInstanceSize: None > _intf.storage.fsset._sysfs._format._mountType: sysfs > _intf.storage.fsset._sysfs._format.fsprofile: None > _intf.storage.fsset._sysfs._format.label: None > _intf.storage.fsset._sysfs._format._targetSize: 0 > _intf.storage.fsset._sysfs._format._size: 0 > _intf.storage.fsset._sysfs._format.mountopts: None > _intf.storage.fsset._sysfs._format.mountpoint: /sys > _intf.storage.fsset._sysfs._format._migrate: False > _intf.storage.fsset._sysfs._format._device: sysfs > _intf.storage.fsset._sysfs.sysfsPath: Skipped > _intf.storage.fsset._sysfs._vendor: Skipped > _intf.storage.fsset._sysfs._name: sysfs > _intf.storage.fsset._sysfs._targetSize: 0 > _intf.storage.fsset._sysfs.protected: False > _intf.storage.fsset._sysfs.parents: [] > _intf.storage.fsset._sysfs.originalFormat: Already dumped (SysFS instance) > _intf.storage.fsset._sysfs.bus: Skipped > _intf.storage.fsset._sysfs._size: 0 > _intf.storage.fsset._sysfs._serial: None > _intf.storage.fsset._sysfs.id: 27 > _intf.storage.fsset._sysfs.minor: 0 > _intf.storage.fsset._selinux: NoDevice instance, containing members: > _intf.storage.fsset._selinux._model: Skipped > _intf.storage.fsset._selinux.controllable: True > _intf.storage.fsset._selinux.major: 0 > _intf.storage.fsset._selinux.kids: 0 > _intf.storage.fsset._selinux._partedDevice: None > _intf.storage.fsset._selinux.uuid: None > _intf.storage.fsset._selinux.exists: True > _intf.storage.fsset._selinux.fstabComment: Skipped > _intf.storage.fsset._selinux._format: SELinuxFS instance, containing members: > _intf.storage.fsset._selinux._format.uuid: None > _intf.storage.fsset._selinux._format.exists: True > _intf.storage.fsset._selinux._format._mountpoint: /mnt/sysimage/sys/fs/selinux > _intf.storage.fsset._selinux._format._majorminor: None > _intf.storage.fsset._selinux._format._minInstanceSize: None > _intf.storage.fsset._selinux._format._mountType: selinuxfs > _intf.storage.fsset._selinux._format.fsprofile: None > _intf.storage.fsset._selinux._format.label: None > _intf.storage.fsset._selinux._format._targetSize: 0 > _intf.storage.fsset._selinux._format._size: 0 > _intf.storage.fsset._selinux._format.mountopts: None > _intf.storage.fsset._selinux._format.mountpoint: /sys/fs/selinux > _intf.storage.fsset._selinux._format._migrate: False > _intf.storage.fsset._selinux._format._device: selinuxfs > _intf.storage.fsset._selinux.sysfsPath: Skipped > _intf.storage.fsset._selinux._vendor: Skipped > _intf.storage.fsset._selinux._name: selinuxfs > _intf.storage.fsset._selinux._targetSize: 0 > _intf.storage.fsset._selinux.protected: False > _intf.storage.fsset._selinux.parents: [] > _intf.storage.fsset._selinux.originalFormat: Already dumped (SELinuxFS instance) > _intf.storage.fsset._selinux.bus: Skipped > _intf.storage.fsset._selinux._size: 0 > _intf.storage.fsset._selinux._serial: None > _intf.storage.fsset._selinux.id: 29 > _intf.storage.fsset._selinux.minor: 0 > _intf.storage.platform: X86 instance, containing members: > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 1 > _intf.storage.config.clearNonExistent: True > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda] > _intf.storage.config.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) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: LinuxBootLoaderImage instance, containing members: > _intf.storage._bootloader._default_image.short_label: linux > _intf.storage._bootloader._default_image.label: Fedora > _intf.storage._bootloader._default_image._initrd: None > _intf.storage._bootloader._default_image.version: 3.6.0-0.rc6.git0.2.fc18.i686.PAE > _intf.storage._bootloader._default_image._kernel: None > _intf.storage._bootloader._default_image.device: Already dumped (PartitionDevice instance) > _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: rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 rhgb quiet > _intf.storage._bootloader.boot_args: rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rhgb quiet > _intf.storage._bootloader.linux_images: [Already dumped (LinuxBootLoaderImage instance) >] > _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: None > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 8 > _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 (0xb08fdc4c) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0xb08fdbec) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0xb08fdb0c) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0xb08fde8c) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0xb08fdf8c) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3968 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._groups: Skipped > _intf.payload._yum: Skipped > _intf.payload.install_device: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /tmp/yum.repos.d > _intf.payload._packages: [] > _intf.payload._setup: True > _intf.payload.txID: 1348665674.16 > _intf.payload._createdInitrds: False > _intf.payload._space_required: 594.18 Mb > _intf.payload.data: Skipped > _intf.payload._kernelVersionList: [] >updateSrc: None >firewall: Firewall instance, containing members: > firewall.portlist: [] > firewall.servicelist: [] > firewall.trustdevs: [] > firewall.enabled: 1 >rootParts: None >clearPartTypeSystem: 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=Fedorax2018x20i386 >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.8 > 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 >clearPartTypeSelection: 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=Fedorax2018x20i386', '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: >13:18:36,274 INFO anaconda: /sbin/anaconda 18.8 >13:18:40,874 INFO anaconda: 2097152 kB (2048 MB) are available >13:18:40,874 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >13:18:41,011 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >13:18:41,011 INFO anaconda: Default encoding = utf-8 >13:18:42,311 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >13:18:42,312 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >13:18:43,022 INFO anaconda: Display mode = g >13:18:43,025 INFO anaconda: 2097152 kB (2048 MB) are available >13:18:43,026 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >13:18:47,010 DEBUG anaconda: X server has signalled a successful start. >13:18:47,024 INFO anaconda: Starting window manager, pid 709. >13:18:54,679 INFO anaconda: using only installclass _Fedora >13:18:56,966 INFO anaconda: Detected 1984M of memory >13:18:56,970 INFO anaconda: Swap attempt of 3968M >13:18:57,373 DEBUG anaconda: Exception caught trying to convert IP address dbus.Struct((dbus.Array([dbus.Byte(38), dbus.Byte(32), dbus.Byte(0), dbus.Byte(82), dbus.Byte(0), dbus.Byte(0), dbus.Byte(34), dbus.Byte(4), dbus.Byte(2), dbus.Byte(30), dbus.Byte(55), dbus.Byte(255), dbus.Byte(254), dbus.Byte(30), dbus.Byte(29), dbus.Byte(234)], signature=dbus.Signature('y')), dbus.UInt32(64L), dbus.Array([dbus.Byte(254), dbus.Byte(128), dbus.Byte(0), dbus.Byte(82), dbus.Byte(0), dbus.Byte(0), dbus.Byte(34), dbus.Byte(4), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(1), dbus.Byte(254)], signature=dbus.Signature('y'))), signature=None): 'utf8' codec can't decode byte 0xff in position 0: invalid start byte >13:18:57,374 DEBUG anaconda: Exception caught trying to convert IP address dbus.Struct((dbus.Array([dbus.Byte(254), dbus.Byte(128), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(2), dbus.Byte(30), dbus.Byte(55), dbus.Byte(255), dbus.Byte(254), dbus.Byte(30), dbus.Byte(29), dbus.Byte(234)], signature=dbus.Signature('y')), dbus.UInt32(64L), dbus.Array([dbus.Byte(254), dbus.Byte(128), dbus.Byte(0), dbus.Byte(82), dbus.Byte(0), dbus.Byte(0), dbus.Byte(34), dbus.Byte(4), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(1), dbus.Byte(254)], signature=dbus.Signature('y'))), signature=None): 'utf8' codec can't decode byte 0xfe in position 0: invalid start byte >13:18:59,450 DEBUG anaconda: required disklabel type for sda (1) is None >13:18:59,454 DEBUG anaconda: default disklabel type for sda is msdos >13:18:59,456 DEBUG anaconda: selecting msdos disklabel for sda based on size >13:19:07,692 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext3 with options defaults,ro >13:19:07,795 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >13:19:08,568 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/VolGroup00-LogVol00 on /mnt/sysimage as ext3 with options defaults,ro >13:19:08,996 ERR anaconda: Error running arch: Exec format error >13:19:09,154 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >13:19:22,466 WARN anaconda: is not a valid timezone, falling back to default (America/New_York) >09:19:22,443 DEBUG anaconda: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 >09:19:22,794 DEBUG anaconda: isys.py:mount()- going to mount /dev/sr0 on /mnt/install/isodir as iso9660 with options ro >09:19:22,868 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/install/isodir, removeDir = False >09:19:51,993 WARN anaconda: /usr/lib/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >09:20:10,970 DEBUG anaconda: ui: unused=[] >09:20:10,973 DEBUG anaconda: ui: new_devices=[] >09:20:11,046 DEBUG anaconda: page clicked: New Fedora 18 Installation >09:20:11,047 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >09:20:11,047 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >09:20:11,174 ERR anaconda: You have not defined a root partition (/), which is required for installation of Fedora to continue. >09:20:11,175 ERR anaconda: You have not created a bootable partition. >09:20:11,176 WARN anaconda: At least one of your swap devices does not have a UUID, which is common in swap space created using older versions of mkswap. These devices will be referred to by device path in /etc/fstab, which is not ideal since device paths can change under a variety of circumstances. >09:20:27,781 DEBUG anaconda: required disklabel type for sda (1) is None >09:20:27,781 DEBUG anaconda: default disklabel type for sda is msdos >09:20:27,782 DEBUG anaconda: selecting msdos disklabel for sda based on size >09:20:28,062 INFO anaconda: Detected 1984M of memory >09:20:28,064 INFO anaconda: Swap attempt of 3968M >09:20:34,585 DEBUG anaconda: required disklabel type for sda (1) is None >09:20:34,589 DEBUG anaconda: default disklabel type for sda is msdos >09:20:34,590 DEBUG anaconda: selecting msdos disklabel for sda based on size >09:20:34,885 INFO anaconda: Detected 1984M of memory >09:20:34,887 INFO anaconda: Swap attempt of 3968M >09:20:52,782 DEBUG anaconda: notifying kernel of 'change' event on device /sys/class/block/sda2 >09:20:57,584 DEBUG anaconda: notifying kernel of 'change' event on device /sys/class/block/sda2 >09:21:05,027 DEBUG anaconda: notifying kernel of 'change' event on device /sys/class/block/sda5 >09:21:09,459 DEBUG anaconda: notifying kernel of 'change' event on device /sys/class/block/sda3 >09:21:10,884 DEBUG anaconda: notifying kernel of 'change' event on device /sys/class/block/sda1 >09:21:12,341 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda3 on /mnt/sysimage as ext4 with options defaults >09:21:12,501 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage/boot as ext4 with options defaults >09:21:12,642 DEBUG anaconda: isys.py:mount()- going to mount /dev on /mnt/sysimage/dev as bind with options defaults,bind >09:21:12,739 DEBUG anaconda: isys.py:mount()- going to mount devpts on /mnt/sysimage/dev/pts as devpts with options gid=5,mode=620 >09:21:12,816 DEBUG anaconda: isys.py:mount()- going to mount tmpfs on /mnt/sysimage/dev/shm as tmpfs with options defaults >09:21:12,922 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda5 on /mnt/sysimage/home as ext4 with options defaults >09:21:13,084 INFO anaconda: failed to get default SELinux context for /proc: [Errno 2] No such file or directory >09:21:13,092 DEBUG anaconda: isys.py:mount()- going to mount proc on /mnt/sysimage/proc as proc with options defaults >09:21:13,154 INFO anaconda: failed to get default SELinux context for /proc: [Errno 2] No such file or directory >09:21:13,665 DEBUG anaconda: isys.py:mount()- going to mount sysfs on /mnt/sysimage/sys as sysfs with options defaults >09:21:13,750 DEBUG anaconda: isys.py:mount()- going to mount selinuxfs on /mnt/sysimage/sys/fs/selinux as selinuxfs with options defaults >09:21:13,815 INFO anaconda: failed to set SELinux context for /mnt/sysimage/sys/fs/selinux: [Errno 95] Operation not supported >09:21:13,844 INFO anaconda: copy_to_sysimage: source '/etc/multipath/wwids' does not exist. >09:21:13,845 INFO anaconda: copy_to_sysimage: source '/etc/multipath/bindings' does not exist. >09:27:25,366 ERR anaconda: unknown selinux state: None > > >/tmp/packaging.log: >13:18:56,798 DEBUG packaging: getting release version from tree at None (18) >13:18:56,798 DEBUG packaging: got a release version of 18 >13:19:10,760 INFO packaging: updating base repo >13:19:11,357 DEBUG packaging: getting release version from tree at None (18) >13:19:11,361 DEBUG packaging: got a release version of 18 >13:19:11,364 INFO packaging: configuring base repo >13:19:11,366 DEBUG packaging: /dev/sr0 is mounted on /run/install/repo >13:19:11,466 DEBUG packaging: getting release version from tree at file:///run/install/repo (18) >13:19:11,467 DEBUG packaging: retrieving treeinfo from file:///run/install/repo (proxies: {} ; sslverify: True) >13:19:11,469 INFO packaging: Error downloading treeinfo: [Errno 14] Could not open/read file:///run/install/repo/treeinfo >13:19:11,469 DEBUG packaging: got a release version of 18 >13:19:11,507 DEBUG packaging: adding yum repo anaconda with baseurl file:///run/install/repo and mirrorlist None >13:19:11,516 ERR packaging: base repo (cdrom/file:///run/install/repo) not valid -- removing it >13:19:11,516 INFO packaging: using default repos from local yum configuration >13:19:11,517 INFO packaging: gathering repo metadata >13:19:11,517 DEBUG packaging: getting repo metadata for fedora >13:19:16,376 DEBUG packaging: getting group info for fedora >13:19:16,547 DEBUG packaging: getting repo metadata for updates-testing >13:19:18,536 DEBUG packaging: getting group info for updates-testing >13:19:18,651 DEBUG packaging: getting repo metadata for updates >13:19:19,208 DEBUG packaging: getting group info for updates >13:19:19,208 ERR packaging: failed to get groups for repo updates >13:19:19,208 INFO packaging: metadata retrieval complete >09:19:34,675 DEBUG packaging: deleting package sacks >09:19:50,092 INFO packaging: checking software selection >09:19:50,097 DEBUG packaging: deleting package sacks >09:19:50,100 DEBUG packaging: select group core >09:19:51,547 DEBUG packaging: select group core >09:19:51,551 DEBUG packaging: select package kernel-PAE >09:19:51,780 INFO packaging: selected kernel-PAE >09:19:51,780 INFO packaging: checking dependencies >09:19:54,124 DEBUG packaging: success >09:19:54,134 INFO packaging: 193 packages selected totalling 551.16 Mb >09:20:43,433 DEBUG packaging: deleting package sacks >09:21:13,964 DEBUG packaging: getting release version from tree at None (18) >09:21:13,965 DEBUG packaging: got a release version of 18 >09:21:13,965 DEBUG packaging: setting releasever to previous value of 18 >09:21:13,999 INFO packaging: gathering repo metadata >09:21:14,008 DEBUG packaging: getting repo metadata for updates-testing >09:21:14,042 DEBUG packaging: getting group info for updates-testing >09:21:14,049 DEBUG packaging: getting repo metadata for fedora >09:21:14,134 DEBUG packaging: getting group info for fedora >09:21:14,141 DEBUG packaging: getting repo metadata for updates >09:21:14,149 DEBUG packaging: getting group info for updates >09:21:14,153 ERR packaging: failed to get groups for repo updates >09:21:14,156 INFO packaging: metadata retrieval complete >09:21:14,156 DEBUG packaging: installation yum config repos: fedora,updates,updates-testing >09:21:14,157 INFO packaging: checking software selection >09:21:14,157 DEBUG packaging: deleting package sacks >09:21:14,158 DEBUG packaging: select group core >09:21:15,869 DEBUG packaging: select package grub2 >09:21:15,873 DEBUG packaging: select package e2fsprogs >09:21:15,877 DEBUG packaging: select package authconfig >09:21:15,881 DEBUG packaging: select package system-config-firewall-base >09:21:16,126 DEBUG packaging: select group core >09:21:16,129 DEBUG packaging: select package kernel-PAE >09:21:16,371 INFO packaging: selected kernel-PAE >09:21:16,375 INFO packaging: checking dependencies >09:21:19,033 DEBUG packaging: success >09:21:19,048 INFO packaging: 210 packages selected totalling 594.18 Mb >09:21:19,051 INFO packaging: preparing transaction >09:21:19,055 DEBUG packaging: initialize transaction set >09:21:19,055 DEBUG packaging: populate transaction set >09:21:28,118 DEBUG packaging: check transaction set >09:21:28,170 DEBUG packaging: order transaction set >09:21:28,186 INFO packaging: running transaction >09:21:33,085 INFO packaging: Installing setup-2.8.57-1.fc18.noarch (1/210) >09:21:33,353 INFO packaging: Installing filesystem-3.1-2.fc18.i686 (2/210) >09:21:35,639 INFO packaging: Installing kbd-misc-1.15.3-6.fc18.noarch (3/210) >09:21:38,599 INFO packaging: Installing hwdata-0.238-1.fc18.noarch (4/210) >09:21:39,074 INFO packaging: Installing basesystem-10.0-7.fc18.noarch (5/210) >09:21:39,086 INFO packaging: Installing ncurses-base-5.9-5.20120204.fc18.i686 (6/210) >09:21:39,635 INFO packaging: Installing fedora-release-18-0.8.noarch (7/210) >09:21:39,710 INFO packaging: Installing 32:bind-license-9.9.1-10.P3.fc18.noarch (8/210) >09:21:39,753 INFO packaging: Installing tzdata-2012f-1.fc18.noarch (9/210) >09:21:45,163 INFO packaging: Installing ca-certificates-2012.85-2.fc18.noarch (10/210) >09:21:45,401 INFO packaging: Installing libgcc-4.7.2-2.fc18.i686 (11/210) >09:21:45,480 INFO packaging: Installing rootfiles-8.1-9.fc18.noarch (12/210) >09:21:45,512 INFO packaging: Installing nss-softokn-freebl-3.13.5-3.fc18.i686 (13/210) >09:21:45,596 INFO packaging: Installing glibc-common-2.16-15.fc18.i686 (14/210) >09:21:57,402 INFO packaging: Installing glibc-2.16-15.fc18.i686 (15/210) >09:22:08,726 INFO packaging: Installing ncurses-libs-5.9-5.20120204.fc18.i686 (16/210) >09:22:09,012 INFO packaging: Installing bash-4.2.37-6.fc18.i686 (17/210) >09:22:09,839 INFO packaging: Installing libsepol-2.1.8-2.fc18.i686 (18/210) >09:22:10,028 INFO packaging: Installing libstdc++-4.7.2-2.fc18.i686 (19/210) >09:22:10,351 INFO packaging: Installing libattr-2.4.46-7.fc18.i686 (20/210) >09:22:10,485 INFO packaging: Installing libcap-2.22-3.fc18.i686 (21/210) >09:22:10,675 INFO packaging: Installing pcre-8.31-2.fc18.i686 (22/210) >09:22:10,982 INFO packaging: Installing libselinux-2.1.12-1.fc18.i686 (23/210) >09:22:11,160 INFO packaging: Installing zlib-1.2.7-8.fc18.i686 (24/210) >09:22:11,349 INFO packaging: Installing info-4.13a-17.fc18.i686 (25/210) >09:22:11,670 INFO packaging: Installing audit-libs-2.2.1-2.fc18.i686 (26/210) >09:22:11,837 INFO packaging: Installing libcom_err-1.42.5-1.fc18.i686 (27/210) >09:22:11,983 INFO packaging: Installing popt-1.13-12.fc18.i686 (28/210) >09:22:12,220 INFO packaging: Installing chkconfig-1.3.59-2.fc18.i686 (29/210) >09:22:12,620 INFO packaging: Installing libdb-5.3.21-3.fc18.i686 (30/210) >09:22:13,024 INFO packaging: Installing nspr-4.9.2-1.fc18.i686 (31/210) >09:22:13,220 INFO packaging: Installing 1:dbus-libs-1.6.0-2.fc18.i686 (32/210) >09:22:13,438 INFO packaging: Installing xz-libs-5.1.2-2alpha.fc18.i686 (33/210) >09:22:13,670 INFO packaging: Installing libacl-2.2.51-7.fc18.i686 (34/210) >09:22:13,801 INFO packaging: Installing nss-util-3.13.5-4.fc18.i686 (35/210) >09:22:13,985 INFO packaging: Installing libuuid-2.22-1.fc18.i686 (36/210) >09:22:14,134 INFO packaging: Installing sed-4.2.1-10.fc18.i686 (37/210) >09:22:14,544 INFO packaging: Installing bzip2-libs-1.0.6-5.fc18.i686 (38/210) >09:22:14,717 INFO packaging: Installing grep-2.14-1.fc18.i686 (39/210) >09:22:15,193 INFO packaging: Installing readline-6.2-5.fc18.i686 (40/210) >09:22:15,482 INFO packaging: Installing libxml2-2.9.0-0rc1.fc18.i686 (41/210) >09:22:17,030 INFO packaging: Installing libgpg-error-1.10-3.fc18.i686 (42/210) >09:22:17,313 INFO packaging: Installing sqlite-3.7.13-2.fc18.i686 (43/210) >09:22:17,664 INFO packaging: Installing lua-5.1.4-11.fc18.i686 (44/210) >09:22:17,879 INFO packaging: Installing gawk-4.0.1-2.fc18.i686 (45/210) >09:22:18,486 INFO packaging: Installing tcp_wrappers-libs-7.6-70.fc18.i686 (46/210) >09:22:18,691 INFO packaging: Installing expat-2.1.0-4.fc18.i686 (47/210) >09:22:18,868 INFO packaging: Installing elfutils-libelf-0.155-1.fc18.i686 (48/210) >09:22:19,114 INFO packaging: Installing cyrus-sasl-lib-2.1.23-36.fc18.i686 (49/210) >09:22:19,425 INFO packaging: Installing cpio-2.11-11.fc18.i686 (50/210) >09:22:19,769 INFO packaging: Installing 1:findutils-4.5.10-5.fc18.i686 (51/210) >09:22:20,361 INFO packaging: Installing file-libs-5.11-4.fc18.i686 (52/210) >09:22:20,887 INFO packaging: Installing file-5.11-4.fc18.i686 (53/210) >09:22:20,950 INFO packaging: Installing libassuan-2.0.3-3.fc18.i686 (54/210) >09:22:21,143 INFO packaging: Installing libgcrypt-1.5.0-6.fc18.i686 (55/210) >09:22:21,446 INFO packaging: Installing kmod-libs-10-1.fc18.i686 (56/210) >09:22:21,731 INFO packaging: Installing kmod-10-1.fc18.i686 (57/210) >09:22:21,853 INFO packaging: Installing libunistring-0.9.3-6.fc18.i686 (58/210) >09:22:22,206 INFO packaging: Installing which-2.20-4.fc18.i686 (59/210) >09:22:22,397 INFO packaging: Installing libidn-1.25-3.fc18.i686 (60/210) >09:22:22,795 INFO packaging: Installing libselinux-utils-2.1.12-1.fc18.i686 (61/210) >09:22:23,068 INFO packaging: Installing slang-2.2.4-5.fc18.i686 (62/210) >09:22:23,469 INFO packaging: Installing keyutils-libs-1.5.5-3.fc18.i686 (63/210) >09:22:23,633 INFO packaging: Installing krb5-libs-1.10.3-5.fc18.i686 (64/210) >09:22:24,179 INFO packaging: Installing 1:openssl-libs-1.0.1c-7.fc18.i686 (65/210) >09:22:24,853 INFO packaging: Installing libcap-ng-0.7-1.fc18.i686 (66/210) >09:22:24,996 INFO packaging: Installing libffi-3.0.10-3.fc18.i686 (67/210) >09:22:25,135 INFO packaging: Installing gamin-0.1.10-13.fc18.i686 (68/210) >09:22:25,467 INFO packaging: Installing glib2-2.33.14-1.fc18.i686 (69/210) >09:22:27,140 INFO packaging: Installing 1:pkgconfig-0.27-1.fc18.i686 (70/210) >09:22:27,223 INFO packaging: Installing shared-mime-info-1.0-5.fc18.i686 (71/210) >09:22:28,759 INFO packaging: Installing dbus-glib-0.100-1.fc18.i686 (72/210) >09:22:28,995 INFO packaging: Installing libcroco-0.6.6-1.fc18.i686 (73/210) >09:22:29,213 INFO packaging: Installing pth-2.0.7-17.fc18.i686 (74/210) >09:22:29,479 INFO packaging: Installing libnl3-3.2.13-1.fc18.i686 (75/210) >09:22:29,734 INFO packaging: Installing gettext-libs-0.18.1.1-16.fc18.i686 (76/210) >09:22:29,992 INFO packaging: Installing procps-ng-3.3.3-1.20120807git.fc18.i686 (77/210) >09:22:30,382 INFO packaging: Installing libssh2-1.4.2-2.fc18.i686 (78/210) >09:22:30,600 INFO packaging: Installing 32:bind-libs-lite-9.9.1-10.P3.fc18.i686 (79/210) >09:22:30,999 INFO packaging: Installing fipscheck-1.3.1-2.fc18.i686 (80/210) >09:22:31,069 INFO packaging: Installing fipscheck-lib-1.3.1-2.fc18.i686 (81/210) >09:22:31,212 INFO packaging: Installing newt-0.52.14-3.fc18.i686 (82/210) >09:22:31,642 INFO packaging: Installing nss-softokn-3.13.5-3.fc18.i686 (83/210) >09:22:31,860 INFO packaging: Installing 1:js-1.8.5-10.fc18.i686 (84/210) >09:22:33,093 INFO packaging: Installing nss-myhostname-0.3-3.fc18.i686 (85/210) >09:22:33,300 INFO packaging: Installing 2:vim-minimal-7.3.622-2.fc18.i686 (86/210) >09:22:33,602 INFO packaging: Installing xz-5.1.2-2alpha.fc18.i686 (87/210) >09:22:33,820 INFO packaging: Installing avahi-libs-0.6.31-6.fc18.i686 (88/210) >09:22:33,977 INFO packaging: Installing libdb-utils-5.3.21-3.fc18.i686 (89/210) >09:22:34,088 INFO packaging: Installing pinentry-0.8.1-7.fc18.i686 (90/210) >09:22:34,377 INFO packaging: Installing libss-1.42.5-1.fc18.i686 (91/210) >09:22:34,537 INFO packaging: Installing e2fsprogs-libs-1.42.5-1.fc18.i686 (92/210) >09:22:34,879 INFO packaging: Installing libgomp-4.7.2-2.fc18.i686 (93/210) >09:22:35,081 INFO packaging: Installing 1:make-3.82-13.fc18.i686 (94/210) >09:22:35,531 INFO packaging: Installing diffutils-3.2-9.fc18.i686 (95/210) >09:22:35,936 INFO packaging: Installing m4-1.4.16-5.fc18.i686 (96/210) >09:22:36,195 INFO packaging: Installing psmisc-22.19-2.fc18.i686 (97/210) >09:22:36,433 INFO packaging: Installing checkpolicy-2.1.11-2.fc18.i686 (98/210) >09:22:36,609 INFO packaging: Installing 1:gmp-5.0.5-3.fc18.i686 (99/210) >09:22:36,972 INFO packaging: Installing procmail-3.22-31.fc18.i686 (100/210) >09:22:37,490 INFO packaging: Installing freetype-2.4.10-2.fc18.i686 (101/210) >09:22:37,965 INFO packaging: Installing ncurses-5.9-5.20120204.fc18.i686 (102/210) >09:22:38,189 INFO packaging: Installing gzip-1.5-2.fc18.i686 (103/210) >09:22:38,688 INFO packaging: Installing cracklib-2.8.19-2.fc18.i686 (104/210) >09:22:39,053 INFO packaging: Installing cracklib-dicts-2.8.19-2.fc18.i686 (105/210) >09:22:40,659 INFO packaging: Installing libpwquality-1.2.0-1.fc18.i686 (106/210) >09:22:41,015 INFO packaging: Installing coreutils-8.17-5.fc18.i686 (107/210) >09:22:44,022 INFO packaging: Installing pam-1.1.6-1.fc18.i686 (108/210) >09:22:45,573 INFO packaging: Installing libblkid-2.22-1.fc18.i686 (109/210) >09:22:45,808 INFO packaging: Installing fedora-logos-17.0.3-1.fc18.noarch (110/210) >09:22:47,803 INFO packaging: Installing logrotate-3.8.2-1.fc18.i686 (111/210) >09:22:47,876 INFO packaging: Installing libmount-2.22-1.fc18.i686 (112/210) >09:22:48,066 INFO packaging: Installing grubby-8.18-1.fc18.i686 (113/210) >09:22:48,130 INFO packaging: Installing nss-3.13.5-7.fc18.i686 (114/210) >09:22:48,708 INFO packaging: Installing nss-sysinit-3.13.5-7.fc18.i686 (115/210) >09:22:48,757 INFO packaging: Installing nss-tools-3.13.5-7.fc18.i686 (116/210) >09:22:49,190 INFO packaging: Installing openldap-2.4.32-3.fc18.i686 (117/210) >09:22:49,961 INFO packaging: Installing 12:dhcp-libs-4.2.4-15.P2.fc18.i686 (118/210) >09:22:50,412 INFO packaging: Installing libcurl-7.27.0-2.fc18.i686 (119/210) >09:22:50,817 INFO packaging: Installing 12:dhcp-common-4.2.4-15.P2.fc18.i686 (120/210) >09:22:50,917 INFO packaging: Installing gnupg2-2.0.19-4.fc18.i686 (121/210) >09:22:52,102 INFO packaging: Installing gpgme-1.3.0-9.fc18.i686 (122/210) >09:22:52,370 INFO packaging: Installing curl-7.27.0-2.fc18.i686 (123/210) >09:22:52,565 INFO packaging: Installing rpm-libs-4.10.0-6.fc18.i686 (124/210) >09:22:52,840 INFO packaging: Installing rpm-4.10.0-6.fc18.i686 (125/210) >09:22:53,873 INFO packaging: Installing rpm-build-libs-4.10.0-6.fc18.i686 (126/210) >09:22:54,067 INFO packaging: Installing libuser-0.57.7-1.fc18.i686 (127/210) >09:22:54,760 INFO packaging: Installing 1:openssl-1.0.1c-7.fc18.i686 (128/210) >09:22:55,284 INFO packaging: Installing libedit-3.0-7.20120601cvs.fc18.i686 (129/210) >09:22:55,496 INFO packaging: Installing plymouth-core-libs-0.8.7-1.fc18.i686 (130/210) >09:22:55,702 INFO packaging: Installing sysvinit-tools-2.88-9.dsf.fc18.i686 (131/210) >09:22:55,795 INFO packaging: Installing linux-atm-libs-2.5.1-5.fc18.i686 (132/210) >09:22:55,973 INFO packaging: Installing pciutils-libs-3.1.10-2.fc18.i686 (133/210) >09:22:56,130 INFO packaging: Installing libdb4-4.8.30-5.fc18.i686 (134/210) >09:22:56,576 INFO packaging: Installing libdaemon-0.14-4.fc18.i686 (135/210) >09:22:56,745 INFO packaging: Installing ustr-1.0.4-13.fc18.i686 (136/210) >09:22:56,954 INFO packaging: Installing libsemanage-2.1.9-1.fc18.i686 (137/210) >09:22:57,146 INFO packaging: Installing 2:shadow-utils-4.1.5.1-1.fc18.i686 (138/210) >09:22:58,927 INFO packaging: Installing avahi-autoipd-0.6.31-6.fc18.i686 (139/210) >09:22:59,490 INFO packaging: Installing libutempter-1.1.5-7.fc18.i686 (140/210) >09:23:00,130 INFO packaging: Installing gdbm-1.10-3.fc18.i686 (141/210) >09:23:00,362 INFO packaging: Installing python-libs-2.7.3-13.fc18.i686 (142/210) >09:23:12,573 INFO packaging: Installing python-2.7.3-13.fc18.i686 (143/210) >09:23:12,652 INFO packaging: Installing device-mapper-1.02.76-1.fc18.i686 (144/210) >09:23:12,792 INFO packaging: Installing device-mapper-libs-1.02.76-1.fc18.i686 (145/210) >09:23:12,986 INFO packaging: Installing cryptsetup-libs-1.5.0-2.fc18.i686 (146/210) >09:23:13,228 INFO packaging: Installing systemd-sysv-188-3.fc18.i686 (147/210) >09:23:13,262 INFO packaging: Installing systemd-libs-188-3.fc18.i686 (148/210) >09:23:13,513 INFO packaging: Installing systemd-188-3.fc18.i686 (149/210) >09:23:17,064 INFO packaging: Installing util-linux-2.22-1.fc18.i686 (150/210) >09:23:19,054 INFO packaging: Installing 1:dbus-1.6.0-2.fc18.i686 (151/210) >09:23:19,853 INFO packaging: Installing netxen-firmware-4.0.534-6.fc18.noarch (152/210) >09:23:20,294 INFO packaging: Installing linux-firmware-20120925-0.1.git236367d.fc18.noarch (153/210) >09:23:28,604 INFO packaging: Installing pygpgme-0.3-3.fc18.i686 (154/210) >09:23:29,012 INFO packaging: Installing python-iniparse-0.4-6.fc18.noarch (155/210) >09:23:29,138 INFO packaging: Installing libgudev1-188-3.fc18.i686 (156/210) >09:23:29,723 INFO packaging: Installing os-prober-1.55-1.fc18.i686 (157/210) >09:23:29,886 INFO packaging: Installing openssh-6.1p1-1.fc18.i686 (158/210) >09:23:30,604 INFO packaging: Installing policycoreutils-2.1.12-5.fc18.i686 (159/210) >09:23:31,235 INFO packaging: Installing iptables-1.4.14-3.fc18.i686 (160/210) >09:23:32,103 INFO packaging: Installing iproute-3.5.1-2.fc18.i686 (161/210) >09:23:32,647 INFO packaging: Installing gettext-0.18.1.1-16.fc18.i686 (162/210) >09:23:34,134 INFO packaging: Installing selinux-policy-3.11.1-21.fc18.noarch (163/210) >09:23:34,342 INFO packaging: Installing 1:grub2-tools-2.00-5.fc18.i686 (164/210) >09:23:36,889 INFO packaging: Installing 1:NetworkManager-glib-0.9.7.0-1.git20120820.fc18.i686 (165/210) >09:23:37,263 INFO packaging: Installing ModemManager-0.6.0.0-1.fc18.i686 (166/210) >09:23:37,826 INFO packaging: Installing polkit-0.107-3.fc18.i686 (167/210) >09:23:39,087 INFO packaging: Installing 1:wpa_supplicant-1.0-1.fc18.i686 (168/210) >09:23:39,631 INFO packaging: Installing dnsmasq-2.59-6.fc18.i686 (169/210) >09:23:39,864 INFO packaging: Installing iputils-20101006-18.fc18.i686 (170/210) >09:23:40,134 INFO packaging: Installing initscripts-9.40-1.fc18.i686 (171/210) >09:23:42,514 INFO packaging: Installing 12:dhclient-4.2.4-15.P2.fc18.i686 (172/210) >09:23:42,717 INFO packaging: Installing rsyslog-5.8.11-3.fc18.i686 (173/210) >09:23:43,840 INFO packaging: Installing cronie-anacron-1.4.8-13.fc18.i686 (174/210) >09:23:44,001 INFO packaging: Installing cronie-1.4.8-13.fc18.i686 (175/210) >09:23:44,354 INFO packaging: Installing crontabs-1.11-4.20101115git.fc18.noarch (176/210) >09:23:44,518 INFO packaging: Installing cyrus-sasl-2.1.23-36.fc18.i686 (177/210) >09:23:45,504 INFO packaging: Installing kbd-1.15.3-6.fc18.i686 (178/210) >09:23:46,130 INFO packaging: Installing kpartx-0.4.9-30.fc18.i686 (179/210) >09:23:46,178 INFO packaging: Installing python-pycurl-7.19.0-12.fc18.i686 (180/210) >09:23:46,448 INFO packaging: Installing python-urlgrabber-3.9.1-20.fc18.noarch (181/210) >09:23:46,628 INFO packaging: Installing rpm-python-4.10.0-6.fc18.i686 (182/210) >09:23:46,797 INFO packaging: Installing newt-python-0.52.14-3.fc18.i686 (183/210) >09:23:46,911 INFO packaging: Installing yum-metadata-parser-1.1.4-7.fc18.i686 (184/210) >09:23:46,974 INFO packaging: Installing 14:libpcap-1.3.0-2.fc18.i686 (185/210) >09:23:47,211 INFO packaging: Installing ppp-2.4.5-23.fc18.i686 (186/210) >09:23:47,687 INFO packaging: Installing libpciaccess-0.13.1-2.fc18.i686 (187/210) >09:23:47,860 INFO packaging: Installing libdrm-2.4.39-1.fc18.i686 (188/210) >09:23:48,091 INFO packaging: Installing 1:hardlink-1.0-15.fc18.i686 (189/210) >09:23:48,125 INFO packaging: Installing dracut-023-39.git20120910.fc18.i686 (190/210) >09:23:49,054 INFO packaging: Installing plymouth-scripts-0.8.7-1.fc18.i686 (191/210) >09:23:49,099 INFO packaging: Installing plymouth-0.8.7-1.fc18.i686 (192/210) >09:23:49,399 INFO packaging: Installing hesiod-3.1.0-22.fc18.i686 (193/210) >09:23:49,566 INFO packaging: Installing 1:grub2-2.00-5.fc18.i686 (194/210) >09:23:52,224 INFO packaging: Installing yum-3.4.3-44.fc18.noarch (195/210) >09:23:53,562 INFO packaging: Installing selinux-policy-targeted-3.11.1-21.fc18.noarch (196/210) >09:24:11,800 INFO packaging: Installing system-config-firewall-base-1.2.29-8.fc18.noarch (197/210) >09:24:12,531 INFO packaging: Installing sendmail-8.14.5-15.fc18.i686 (198/210) >09:24:14,980 INFO packaging: Installing kernel-PAE-3.6.0-0.rc6.git0.2.fc18.i686 (199/210) >09:24:37,044 INFO packaging: Installing 1:NetworkManager-0.9.7.0-1.git20120820.fc18.i686 (200/210) >09:24:38,028 INFO packaging: Installing authconfig-6.2.3-1.fc18.i686 (201/210) >09:25:04,415 INFO packaging: Installing openssh-clients-6.1p1-1.fc18.i686 (202/210) >09:25:04,747 INFO packaging: Installing openssh-server-6.1p1-1.fc18.i686 (203/210) >09:25:05,981 INFO packaging: Installing biosdevname-0.4.1-2.fc18.i686 (204/210) >09:25:37,113 INFO packaging: Installing audit-2.2.1-2.fc18.i686 (205/210) >09:25:40,155 INFO packaging: Installing parted-3.1-7.fc18.i686 (206/210) >09:25:43,100 INFO packaging: Installing passwd-0.78.99-2.fc18.i686 (207/210) >09:25:43,811 INFO packaging: Installing e2fsprogs-1.42.5-1.fc18.i686 (208/210) >09:25:45,984 INFO packaging: Installing sudo-1.8.6p3-1.fc18.i686 (209/210) >09:25:46,698 INFO packaging: Installing hostname-3.11-2.fc18.i686 (210/210) >09:27:12,599 INFO packaging: transaction complete >09:27:12,614 INFO packaging: ==== start rpm scriptlet logs ==== >09:27:12,618 INFO packaging: warning: filesystem-3.1-2.fc18.i686: Header V3 RSA/SHA256 Signature, key ID de7f38bd: NOKEY > >09:27:12,622 INFO packaging: Installing setup-2.8.57-1.fc18.noarch (1/210) > >09:27:12,622 INFO packaging: Installing filesystem-3.1-2.fc18.i686 (2/210) > >09:27:12,622 INFO packaging: Installing kbd-misc-1.15.3-6.fc18.noarch (3/210) > >09:27:12,622 INFO packaging: Installing hwdata-0.238-1.fc18.noarch (4/210) > >09:27:12,623 INFO packaging: Installing basesystem-10.0-7.fc18.noarch (5/210) > >09:27:12,623 INFO packaging: Installing ncurses-base-5.9-5.20120204.fc18.i686 (6/210) > >09:27:12,623 INFO packaging: Installing fedora-release-18-0.8.noarch (7/210) > >09:27:12,623 INFO packaging: Installing 32:bind-license-9.9.1-10.P3.fc18.noarch (8/210) > >09:27:12,623 INFO packaging: Installing tzdata-2012f-1.fc18.noarch (9/210) > >09:27:12,623 INFO packaging: Installing ca-certificates-2012.85-2.fc18.noarch (10/210) > >09:27:12,624 INFO packaging: Installing libgcc-4.7.2-2.fc18.i686 (11/210) > >09:27:12,630 INFO packaging: Installing rootfiles-8.1-9.fc18.noarch (12/210) > >09:27:12,630 INFO packaging: Installing nss-softokn-freebl-3.13.5-3.fc18.i686 (13/210) > >09:27:12,630 INFO packaging: Installing glibc-common-2.16-15.fc18.i686 (14/210) > >09:27:12,632 INFO packaging: Installing glibc-2.16-15.fc18.i686 (15/210) > >09:27:12,635 INFO packaging: Installing ncurses-libs-5.9-5.20120204.fc18.i686 (16/210) > >09:27:12,638 INFO packaging: Installing bash-4.2.37-6.fc18.i686 (17/210) > >09:27:12,641 INFO packaging: Installing libsepol-2.1.8-2.fc18.i686 (18/210) > >09:27:12,645 INFO packaging: Installing libstdc++-4.7.2-2.fc18.i686 (19/210) > >09:27:12,648 INFO packaging: Installing libattr-2.4.46-7.fc18.i686 (20/210) > >09:27:12,652 INFO packaging: Installing libcap-2.22-3.fc18.i686 (21/210) > >09:27:12,655 INFO packaging: Installing pcre-8.31-2.fc18.i686 (22/210) > >09:27:12,658 INFO packaging: Installing libselinux-2.1.12-1.fc18.i686 (23/210) > >09:27:12,662 INFO packaging: Installing zlib-1.2.7-8.fc18.i686 (24/210) > >09:27:12,665 INFO packaging: Installing info-4.13a-17.fc18.i686 (25/210) > >09:27:12,668 INFO packaging: Installing audit-libs-2.2.1-2.fc18.i686 (26/210) > >09:27:12,672 INFO packaging: Installing libcom_err-1.42.5-1.fc18.i686 (27/210) > >09:27:12,675 INFO packaging: Installing popt-1.13-12.fc18.i686 (28/210) > >09:27:12,678 INFO packaging: Installing chkconfig-1.3.59-2.fc18.i686 (29/210) > >09:27:12,682 INFO packaging: Installing libdb-5.3.21-3.fc18.i686 (30/210) > >09:27:12,685 INFO packaging: Installing nspr-4.9.2-1.fc18.i686 (31/210) > >09:27:12,689 INFO packaging: Installing 1:dbus-libs-1.6.0-2.fc18.i686 (32/210) > >09:27:12,692 INFO packaging: Installing xz-libs-5.1.2-2alpha.fc18.i686 (33/210) > >09:27:12,695 INFO packaging: Installing libacl-2.2.51-7.fc18.i686 (34/210) > >09:27:12,699 INFO packaging: Installing nss-util-3.13.5-4.fc18.i686 (35/210) > >09:27:12,702 INFO packaging: Installing libuuid-2.22-1.fc18.i686 (36/210) > >09:27:12,706 INFO packaging: Installing sed-4.2.1-10.fc18.i686 (37/210) > >09:27:12,709 INFO packaging: Installing bzip2-libs-1.0.6-5.fc18.i686 (38/210) > >09:27:12,712 INFO packaging: Installing grep-2.14-1.fc18.i686 (39/210) > >09:27:12,715 INFO packaging: Installing readline-6.2-5.fc18.i686 (40/210) > >09:27:12,719 INFO packaging: Installing libxml2-2.9.0-0rc1.fc18.i686 (41/210) > >09:27:12,722 INFO packaging: Installing libgpg-error-1.10-3.fc18.i686 (42/210) > >09:27:12,726 INFO packaging: Installing sqlite-3.7.13-2.fc18.i686 (43/210) > >09:27:12,729 INFO packaging: Installing lua-5.1.4-11.fc18.i686 (44/210) > >09:27:12,733 INFO packaging: Installing gawk-4.0.1-2.fc18.i686 (45/210) > >09:27:12,736 INFO packaging: Installing tcp_wrappers-libs-7.6-70.fc18.i686 (46/210) > >09:27:12,739 INFO packaging: Installing expat-2.1.0-4.fc18.i686 (47/210) > >09:27:12,743 INFO packaging: Installing elfutils-libelf-0.155-1.fc18.i686 (48/210) > >09:27:12,746 INFO packaging: Installing cyrus-sasl-lib-2.1.23-36.fc18.i686 (49/210) > >09:27:12,749 INFO packaging: Installing cpio-2.11-11.fc18.i686 (50/210) > >09:27:12,753 INFO packaging: Installing 1:findutils-4.5.10-5.fc18.i686 (51/210) > >09:27:12,757 INFO packaging: Installing file-libs-5.11-4.fc18.i686 (52/210) > >09:27:12,760 INFO packaging: Installing file-5.11-4.fc18.i686 (53/210) > >09:27:12,763 INFO packaging: Installing libassuan-2.0.3-3.fc18.i686 (54/210) > >09:27:12,767 INFO packaging: Installing libgcrypt-1.5.0-6.fc18.i686 (55/210) > >09:27:12,770 INFO packaging: Installing kmod-libs-10-1.fc18.i686 (56/210) > >09:27:12,773 INFO packaging: Installing kmod-10-1.fc18.i686 (57/210) > >09:27:12,777 INFO packaging: Installing libunistring-0.9.3-6.fc18.i686 (58/210) > >09:27:12,780 INFO packaging: Installing which-2.20-4.fc18.i686 (59/210) > >09:27:12,784 INFO packaging: Installing libidn-1.25-3.fc18.i686 (60/210) > >09:27:12,787 INFO packaging: Installing libselinux-utils-2.1.12-1.fc18.i686 (61/210) > >09:27:12,790 INFO packaging: Installing slang-2.2.4-5.fc18.i686 (62/210) > >09:27:12,794 INFO packaging: Installing keyutils-libs-1.5.5-3.fc18.i686 (63/210) > >09:27:12,797 INFO packaging: Installing krb5-libs-1.10.3-5.fc18.i686 (64/210) > >09:27:12,800 INFO packaging: Installing 1:openssl-libs-1.0.1c-7.fc18.i686 (65/210) > >09:27:12,804 INFO packaging: Installing libcap-ng-0.7-1.fc18.i686 (66/210) > >09:27:12,807 INFO packaging: Installing libffi-3.0.10-3.fc18.i686 (67/210) > >09:27:12,811 INFO packaging: Installing gamin-0.1.10-13.fc18.i686 (68/210) > >09:27:12,814 INFO packaging: Installing glib2-2.33.14-1.fc18.i686 (69/210) > >09:27:12,817 INFO packaging: Installing 1:pkgconfig-0.27-1.fc18.i686 (70/210) > >09:27:12,821 INFO packaging: Installing shared-mime-info-1.0-5.fc18.i686 (71/210) > >09:27:12,824 INFO packaging: Installing dbus-glib-0.100-1.fc18.i686 (72/210) > >09:27:12,827 INFO packaging: Installing libcroco-0.6.6-1.fc18.i686 (73/210) > >09:27:12,831 INFO packaging: Installing pth-2.0.7-17.fc18.i686 (74/210) > >09:27:12,835 INFO packaging: Installing libnl3-3.2.13-1.fc18.i686 (75/210) > >09:27:12,838 INFO packaging: Installing gettext-libs-0.18.1.1-16.fc18.i686 (76/210) > >09:27:12,842 INFO packaging: Installing procps-ng-3.3.3-1.20120807git.fc18.i686 (77/210) > >09:27:12,845 INFO packaging: Installing libssh2-1.4.2-2.fc18.i686 (78/210) > >09:27:12,848 INFO packaging: Installing 32:bind-libs-lite-9.9.1-10.P3.fc18.i686 (79/210) > >09:27:12,851 INFO packaging: Installing fipscheck-1.3.1-2.fc18.i686 (80/210) > >09:27:12,854 INFO packaging: Installing fipscheck-lib-1.3.1-2.fc18.i686 (81/210) > >09:27:12,858 INFO packaging: Installing newt-0.52.14-3.fc18.i686 (82/210) > >09:27:12,862 INFO packaging: Installing nss-softokn-3.13.5-3.fc18.i686 (83/210) > >09:27:12,865 INFO packaging: Installing 1:js-1.8.5-10.fc18.i686 (84/210) > >09:27:12,868 INFO packaging: Installing nss-myhostname-0.3-3.fc18.i686 (85/210) > >09:27:12,872 INFO packaging: Installing 2:vim-minimal-7.3.622-2.fc18.i686 (86/210) > >09:27:12,876 INFO packaging: Installing xz-5.1.2-2alpha.fc18.i686 (87/210) > >09:27:12,879 INFO packaging: Installing avahi-libs-0.6.31-6.fc18.i686 (88/210) > >09:27:12,883 INFO packaging: Installing libdb-utils-5.3.21-3.fc18.i686 (89/210) > >09:27:12,886 INFO packaging: Installing pinentry-0.8.1-7.fc18.i686 (90/210) > >09:27:12,889 INFO packaging: Installing libss-1.42.5-1.fc18.i686 (91/210) > >09:27:12,893 INFO packaging: Installing e2fsprogs-libs-1.42.5-1.fc18.i686 (92/210) > >09:27:12,896 INFO packaging: Installing libgomp-4.7.2-2.fc18.i686 (93/210) > >09:27:12,899 INFO packaging: Installing 1:make-3.82-13.fc18.i686 (94/210) > >09:27:12,903 INFO packaging: Installing diffutils-3.2-9.fc18.i686 (95/210) > >09:27:12,906 INFO packaging: Installing m4-1.4.16-5.fc18.i686 (96/210) > >09:27:12,910 INFO packaging: Installing psmisc-22.19-2.fc18.i686 (97/210) > >09:27:12,913 INFO packaging: Installing checkpolicy-2.1.11-2.fc18.i686 (98/210) > >09:27:12,916 INFO packaging: Installing 1:gmp-5.0.5-3.fc18.i686 (99/210) > >09:27:12,919 INFO packaging: Installing procmail-3.22-31.fc18.i686 (100/210) > >09:27:12,923 INFO packaging: Installing freetype-2.4.10-2.fc18.i686 (101/210) > >09:27:12,926 INFO packaging: Installing ncurses-5.9-5.20120204.fc18.i686 (102/210) > >09:27:12,930 INFO packaging: Installing gzip-1.5-2.fc18.i686 (103/210) > >09:27:12,934 INFO packaging: Installing cracklib-2.8.19-2.fc18.i686 (104/210) > >09:27:12,937 INFO packaging: Installing cracklib-dicts-2.8.19-2.fc18.i686 (105/210) > >09:27:12,940 INFO packaging: Installing libpwquality-1.2.0-1.fc18.i686 (106/210) > >09:27:12,944 INFO packaging: Installing coreutils-8.17-5.fc18.i686 (107/210) > >09:27:12,947 INFO packaging: Installing pam-1.1.6-1.fc18.i686 (108/210) > >09:27:12,950 INFO packaging: Installing libblkid-2.22-1.fc18.i686 (109/210) > >09:27:12,954 INFO packaging: Installing fedora-logos-17.0.3-1.fc18.noarch (110/210) > >09:27:12,958 INFO packaging: Installing logrotate-3.8.2-1.fc18.i686 (111/210) > >09:27:12,961 INFO packaging: Installing libmount-2.22-1.fc18.i686 (112/210) > >09:27:12,964 INFO packaging: Installing grubby-8.18-1.fc18.i686 (113/210) > >09:27:12,968 INFO packaging: Installing nss-3.13.5-7.fc18.i686 (114/210) > >09:27:12,971 INFO packaging: Installing nss-sysinit-3.13.5-7.fc18.i686 (115/210) > >09:27:12,974 INFO packaging: Installing nss-tools-3.13.5-7.fc18.i686 (116/210) > >09:27:12,978 INFO packaging: Installing openldap-2.4.32-3.fc18.i686 (117/210) > >09:27:12,981 INFO packaging: Installing 12:dhcp-libs-4.2.4-15.P2.fc18.i686 (118/210) > >09:27:12,985 INFO packaging: Installing libcurl-7.27.0-2.fc18.i686 (119/210) > >09:27:12,988 INFO packaging: Installing 12:dhcp-common-4.2.4-15.P2.fc18.i686 (120/210) > >09:27:12,991 INFO packaging: Installing gnupg2-2.0.19-4.fc18.i686 (121/210) > >09:27:12,995 INFO packaging: Installing gpgme-1.3.0-9.fc18.i686 (122/210) > >09:27:12,998 INFO packaging: Installing curl-7.27.0-2.fc18.i686 (123/210) > >09:27:13,002 INFO packaging: Installing rpm-libs-4.10.0-6.fc18.i686 (124/210) > >09:27:13,005 INFO packaging: Installing rpm-4.10.0-6.fc18.i686 (125/210) > >09:27:13,009 INFO packaging: Installing rpm-build-libs-4.10.0-6.fc18.i686 (126/210) > >09:27:13,012 INFO packaging: Installing libuser-0.57.7-1.fc18.i686 (127/210) > >09:27:13,016 INFO packaging: Installing 1:openssl-1.0.1c-7.fc18.i686 (128/210) > >09:27:13,019 INFO packaging: Installing libedit-3.0-7.20120601cvs.fc18.i686 (129/210) > >09:27:13,022 INFO packaging: Installing plymouth-core-libs-0.8.7-1.fc18.i686 (130/210) > >09:27:13,025 INFO packaging: Installing sysvinit-tools-2.88-9.dsf.fc18.i686 (131/210) > >09:27:13,029 INFO packaging: Installing linux-atm-libs-2.5.1-5.fc18.i686 (132/210) > >09:27:13,032 INFO packaging: Installing pciutils-libs-3.1.10-2.fc18.i686 (133/210) > >09:27:13,036 INFO packaging: Installing libdb4-4.8.30-5.fc18.i686 (134/210) > >09:27:13,040 INFO packaging: Installing libdaemon-0.14-4.fc18.i686 (135/210) > >09:27:13,043 INFO packaging: Installing ustr-1.0.4-13.fc18.i686 (136/210) > >09:27:13,046 INFO packaging: Installing libsemanage-2.1.9-1.fc18.i686 (137/210) > >09:27:13,050 INFO packaging: Installing 2:shadow-utils-4.1.5.1-1.fc18.i686 (138/210) > >09:27:13,053 INFO packaging: Installing avahi-autoipd-0.6.31-6.fc18.i686 (139/210) > >09:27:13,056 INFO packaging: Installing libutempter-1.1.5-7.fc18.i686 (140/210) > >09:27:13,060 INFO packaging: Installing gdbm-1.10-3.fc18.i686 (141/210) > >09:27:13,063 INFO packaging: Installing python-libs-2.7.3-13.fc18.i686 (142/210) > >09:27:13,067 INFO packaging: Installing python-2.7.3-13.fc18.i686 (143/210) > >09:27:13,070 INFO packaging: Installing device-mapper-1.02.76-1.fc18.i686 (144/210) > >09:27:13,074 INFO packaging: Installing device-mapper-libs-1.02.76-1.fc18.i686 (145/210) > >09:27:13,077 INFO packaging: Installing cryptsetup-libs-1.5.0-2.fc18.i686 (146/210) > >09:27:13,080 INFO packaging: Installing systemd-sysv-188-3.fc18.i686 (147/210) > >09:27:13,083 INFO packaging: Installing systemd-libs-188-3.fc18.i686 (148/210) > >09:27:13,087 INFO packaging: Installing systemd-188-3.fc18.i686 (149/210) > >09:27:13,090 INFO packaging: Installing util-linux-2.22-1.fc18.i686 (150/210) > >09:27:13,094 INFO packaging: Installing 1:dbus-1.6.0-2.fc18.i686 (151/210) > >09:27:13,097 INFO packaging: Installing netxen-firmware-4.0.534-6.fc18.noarch (152/210) > >09:27:13,101 INFO packaging: Installing linux-firmware-20120925-0.1.git236367d.fc18.noarch (153/210) > >09:27:13,104 INFO packaging: Installing pygpgme-0.3-3.fc18.i686 (154/210) > >09:27:13,107 INFO packaging: Installing python-iniparse-0.4-6.fc18.noarch (155/210) > >09:27:13,111 INFO packaging: Installing libgudev1-188-3.fc18.i686 (156/210) > >09:27:13,114 INFO packaging: Installing os-prober-1.55-1.fc18.i686 (157/210) > >09:27:13,117 INFO packaging: Installing openssh-6.1p1-1.fc18.i686 (158/210) > >09:27:13,121 INFO packaging: Installing policycoreutils-2.1.12-5.fc18.i686 (159/210) > >09:27:13,124 INFO packaging: Installing iptables-1.4.14-3.fc18.i686 (160/210) > >09:27:13,128 INFO packaging: Installing iproute-3.5.1-2.fc18.i686 (161/210) > >09:27:13,131 INFO packaging: Installing gettext-0.18.1.1-16.fc18.i686 (162/210) > >09:27:13,134 INFO packaging: Installing selinux-policy-3.11.1-21.fc18.noarch (163/210) > >09:27:13,137 INFO packaging: Installing 1:grub2-tools-2.00-5.fc18.i686 (164/210) > >09:27:13,141 INFO packaging: Installing 1:NetworkManager-glib-0.9.7.0-1.git20120820.fc18.i686 (165/210) > >09:27:13,145 INFO packaging: Installing ModemManager-0.6.0.0-1.fc18.i686 (166/210) > >09:27:13,148 INFO packaging: Installing polkit-0.107-3.fc18.i686 (167/210) > >09:27:13,151 INFO packaging: Installing 1:wpa_supplicant-1.0-1.fc18.i686 (168/210) > >09:27:13,155 INFO packaging: Installing dnsmasq-2.59-6.fc18.i686 (169/210) > >09:27:13,158 INFO packaging: Installing iputils-20101006-18.fc18.i686 (170/210) > >09:27:13,162 INFO packaging: Installing initscripts-9.40-1.fc18.i686 (171/210) > >09:27:13,165 INFO packaging: Installing 12:dhclient-4.2.4-15.P2.fc18.i686 (172/210) > >09:27:13,168 INFO packaging: Installing rsyslog-5.8.11-3.fc18.i686 (173/210) > >09:27:13,172 INFO packaging: Installing cronie-anacron-1.4.8-13.fc18.i686 (174/210) > >09:27:13,175 INFO packaging: Installing cronie-1.4.8-13.fc18.i686 (175/210) > >09:27:13,179 INFO packaging: Installing crontabs-1.11-4.20101115git.fc18.noarch (176/210) > >09:27:13,182 INFO packaging: Installing cyrus-sasl-2.1.23-36.fc18.i686 (177/210) > >09:27:13,185 INFO packaging: Installing kbd-1.15.3-6.fc18.i686 (178/210) > >09:27:13,188 INFO packaging: Installing kpartx-0.4.9-30.fc18.i686 (179/210) > >09:27:13,192 INFO packaging: Installing python-pycurl-7.19.0-12.fc18.i686 (180/210) > >09:27:13,195 INFO packaging: Installing python-urlgrabber-3.9.1-20.fc18.noarch (181/210) > >09:27:13,199 INFO packaging: Installing rpm-python-4.10.0-6.fc18.i686 (182/210) > >09:27:13,202 INFO packaging: Installing newt-python-0.52.14-3.fc18.i686 (183/210) > >09:27:13,205 INFO packaging: Installing yum-metadata-parser-1.1.4-7.fc18.i686 (184/210) > >09:27:13,209 INFO packaging: Installing 14:libpcap-1.3.0-2.fc18.i686 (185/210) > >09:27:13,212 INFO packaging: Installing ppp-2.4.5-23.fc18.i686 (186/210) > >09:27:13,215 INFO packaging: Installing libpciaccess-0.13.1-2.fc18.i686 (187/210) > >09:27:13,219 INFO packaging: Installing libdrm-2.4.39-1.fc18.i686 (188/210) > >09:27:13,222 INFO packaging: Installing 1:hardlink-1.0-15.fc18.i686 (189/210) > >09:27:13,226 INFO packaging: Installing dracut-023-39.git20120910.fc18.i686 (190/210) > >09:27:13,229 INFO packaging: Installing plymouth-scripts-0.8.7-1.fc18.i686 (191/210) > >09:27:13,233 INFO packaging: Installing plymouth-0.8.7-1.fc18.i686 (192/210) > >09:27:13,236 INFO packaging: Installing hesiod-3.1.0-22.fc18.i686 (193/210) > >09:27:13,239 INFO packaging: Installing 1:grub2-2.00-5.fc18.i686 (194/210) > >09:27:13,242 INFO packaging: Installing yum-3.4.3-44.fc18.noarch (195/210) > >09:27:13,246 INFO packaging: Installing selinux-policy-targeted-3.11.1-21.fc18.noarch (196/210) > >09:27:13,250 INFO packaging: Installing system-config-firewall-base-1.2.29-8.fc18.noarch (197/210) > >09:27:13,253 INFO packaging: Installing sendmail-8.14.5-15.fc18.i686 (198/210) > >09:27:13,256 INFO packaging: Installing kernel-PAE-3.6.0-0.rc6.git0.2.fc18.i686 (199/210) > >09:27:13,260 INFO packaging: Installing 1:NetworkManager-0.9.7.0-1.git20120820.fc18.i686 (200/210) > >09:27:13,263 INFO packaging: Installing authconfig-6.2.3-1.fc18.i686 (201/210) > >09:27:13,266 INFO packaging: Installing openssh-clients-6.1p1-1.fc18.i686 (202/210) > >09:27:13,269 INFO packaging: Installing openssh-server-6.1p1-1.fc18.i686 (203/210) > >09:27:13,273 INFO packaging: Installing biosdevname-0.4.1-2.fc18.i686 (204/210) > >09:27:13,276 INFO packaging: Installing audit-2.2.1-2.fc18.i686 (205/210) > >09:27:13,280 INFO packaging: Installing parted-3.1-7.fc18.i686 (206/210) > >09:27:13,283 INFO packaging: Installing passwd-0.78.99-2.fc18.i686 (207/210) > >09:27:13,287 INFO packaging: Installing e2fsprogs-1.42.5-1.fc18.i686 (208/210) > >09:27:13,290 INFO packaging: Installing sudo-1.8.6p3-1.fc18.i686 (209/210) > >09:27:13,294 INFO packaging: Installing hostname-3.11-2.fc18.i686 (210/210) > >09:27:13,297 INFO packaging: 933 blocks > >09:27:13,300 INFO packaging: ==== end rpm scriptlet logs ==== >09:27:13,354 DEBUG packaging: kernel versions: ['3.6.0-0.rc6.git0.2.fc18.i686.PAE'] > > >/tmp/program.log: >13:18:41,230 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >13:18:41,300 INFO program: Running... modprobe fcoe >13:18:41,864 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >13:18:42,304 INFO program: No FCoE boot disk information is found in EDD! >13:18:42,317 INFO program: Running... modprobe scsi_wait_scan >13:18:42,351 ERR program: FATAL: Module scsi_wait_scan not found. >13:18:42,354 INFO program: Running... rmmod scsi_wait_scan >13:18:42,391 ERR program: Error: Module scsi_wait_scan is not currently loaded >13:18:42,394 INFO program: Running... udevadm settle --timeout=300 >13:18:42,643 INFO program: Running... multipath -d >13:18:42,924 INFO program: Running... multipath -ll >13:18:47,026 INFO program: Running... metacity --display :1 --sm-disable >13:18:53,175 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >13:18:53,885 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,936 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,938 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,940 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,942 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,945 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,947 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,950 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,952 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,955 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,957 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,960 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,962 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,965 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,968 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,970 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,973 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,976 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,978 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,980 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,982 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,985 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,987 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:53,990 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >13:18:57,024 INFO program: Running... udevadm control --property=ANACONDA=1 >13:18:57,300 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >13:18:57,409 INFO program: Running... systemctl start chronyd.service >13:18:58,022 INFO program: Running... modprobe scsi_wait_scan >13:18:58,110 ERR program: FATAL: Module scsi_wait_scan not found. >13:18:58,118 INFO program: Running... rmmod scsi_wait_scan >13:18:58,164 ERR program: Error: Module scsi_wait_scan is not currently loaded >13:18:58,166 INFO program: Running... udevadm settle --timeout=300 >13:18:58,734 INFO program: Running... multipath -d >13:18:58,806 INFO program: Running... multipath -ll >13:18:59,821 INFO program: Running... dumpe2fs -h /dev/sda1 >13:18:59,966 INFO program: Filesystem volume name: /boot >13:18:59,971 INFO program: Last mounted on: <not available> >13:18:59,971 INFO program: Filesystem UUID: ed5bf90c-a8ba-4cfd-8393-f8c76a04ba1e >13:18:59,972 INFO program: Filesystem magic number: 0xEF53 >13:18:59,972 INFO program: Filesystem revision #: 1 (dynamic) >13:18:59,973 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super >13:18:59,973 INFO program: Default mount options: user_xattr acl >13:18:59,974 INFO program: Filesystem state: clean >13:18:59,978 INFO program: Errors behavior: Continue >13:18:59,978 INFO program: Filesystem OS type: Linux >13:18:59,979 INFO program: Inode count: 26104 >13:18:59,979 INFO program: Block count: 104388 >13:18:59,980 INFO program: Reserved block count: 5219 >13:18:59,980 INFO program: Free blocks: 86765 >13:18:59,981 INFO program: Free inodes: 26068 >13:18:59,981 INFO program: First block: 1 >13:18:59,982 INFO program: Block size: 1024 >13:18:59,999 INFO program: Fragment size: 1024 >13:19:00,000 INFO program: Reserved GDT blocks: 256 >13:19:00,000 INFO program: Blocks per group: 8192 >13:19:00,007 INFO program: Fragments per group: 8192 >13:19:00,007 INFO program: Inodes per group: 2008 >13:19:00,010 INFO program: Inode blocks per group: 251 >13:19:00,014 INFO program: Filesystem created: Wed Sep 12 04:43:01 2012 >13:19:00,019 INFO program: Last mount time: Fri Sep 14 03:00:50 2012 >13:19:00,023 INFO program: Last write time: Fri Sep 14 03:01:02 2012 >13:19:00,029 INFO program: Mount count: 6 >13:19:00,034 INFO program: Maximum mount count: -1 >13:19:00,038 INFO program: Last checked: Wed Sep 12 04:43:01 2012 >13:19:00,042 INFO program: Check interval: 0 (<none>) >13:19:00,045 INFO program: Reserved blocks uid: 0 (user root) >13:19:00,049 INFO program: Reserved blocks gid: 0 (group root) >13:19:00,053 INFO program: First inode: 11 >13:19:00,057 INFO program: Inode size: 128 >13:19:00,061 INFO program: Journal inode: 8 >13:19:00,064 INFO program: Default directory hash: tea >13:19:00,068 INFO program: Directory Hash Seed: 49ce425a-5c62-4d9d-aa38-c0d83c03488d >13:19:00,072 INFO program: Journal backup: inode blocks >13:19:00,075 INFO program: Journal features: (none) >13:19:00,079 INFO program: Journal size: 4114k >13:19:00,084 INFO program: Journal length: 4096 >13:19:00,087 INFO program: Journal sequence: 0x0000000c >13:19:00,090 INFO program: Journal start: 0 >13:19:00,093 INFO program: >13:19:00,096 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >13:19:00,100 INFO program: Running... dumpe2fs -h /dev/sda1 >13:19:00,155 INFO program: Filesystem volume name: /boot >13:19:00,156 INFO program: Last mounted on: <not available> >13:19:00,156 INFO program: Filesystem UUID: ed5bf90c-a8ba-4cfd-8393-f8c76a04ba1e >13:19:00,157 INFO program: Filesystem magic number: 0xEF53 >13:19:00,157 INFO program: Filesystem revision #: 1 (dynamic) >13:19:00,157 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super >13:19:00,158 INFO program: Default mount options: user_xattr acl >13:19:00,158 INFO program: Filesystem state: clean >13:19:00,159 INFO program: Errors behavior: Continue >13:19:00,159 INFO program: Filesystem OS type: Linux >13:19:00,159 INFO program: Inode count: 26104 >13:19:00,160 INFO program: Block count: 104388 >13:19:00,162 INFO program: Reserved block count: 5219 >13:19:00,165 INFO program: Free blocks: 86765 >13:19:00,168 INFO program: Free inodes: 26068 >13:19:00,171 INFO program: First block: 1 >13:19:00,174 INFO program: Block size: 1024 >13:19:00,177 INFO program: Fragment size: 1024 >13:19:00,182 INFO program: Reserved GDT blocks: 256 >13:19:00,190 INFO program: Blocks per group: 8192 >13:19:00,191 INFO program: Fragments per group: 8192 >13:19:00,195 INFO program: Inodes per group: 2008 >13:19:00,198 INFO program: Inode blocks per group: 251 >13:19:00,202 INFO program: Filesystem created: Wed Sep 12 04:43:01 2012 >13:19:00,206 INFO program: Last mount time: Fri Sep 14 03:00:50 2012 >13:19:00,210 INFO program: Last write time: Fri Sep 14 03:01:02 2012 >13:19:00,213 INFO program: Mount count: 6 >13:19:00,217 INFO program: Maximum mount count: -1 >13:19:00,221 INFO program: Last checked: Wed Sep 12 04:43:01 2012 >13:19:00,224 INFO program: Check interval: 0 (<none>) >13:19:00,227 INFO program: Reserved blocks uid: 0 (user root) >13:19:00,230 INFO program: Reserved blocks gid: 0 (group root) >13:19:00,233 INFO program: First inode: 11 >13:19:00,236 INFO program: Inode size: 128 >13:19:00,239 INFO program: Journal inode: 8 >13:19:00,244 INFO program: Default directory hash: tea >13:19:00,247 INFO program: Directory Hash Seed: 49ce425a-5c62-4d9d-aa38-c0d83c03488d >13:19:00,251 INFO program: Journal backup: inode blocks >13:19:00,274 INFO program: Journal features: (none) >13:19:00,278 INFO program: Journal size: 4114k >13:19:00,282 INFO program: Journal length: 4096 >13:19:00,286 INFO program: Journal sequence: 0x0000000c >13:19:00,289 INFO program: Journal start: 0 >13:19:00,292 INFO program: >13:19:00,295 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >13:19:00,299 INFO program: Running... resize2fs -P /dev/sda1 >13:19:00,647 INFO program: Estimated minimum size of the filesystem: 13809 >13:19:00,652 ERR program: resize2fs 1.42.5 (29-Jul-2012) >13:19:01,220 INFO program: Running... dumpe2fs -h /dev/loop1 >13:19:01,307 INFO program: Filesystem volume name: Anaconda >13:19:01,311 INFO program: Last mounted on: /tmp/lorax.imgutils.4znXse >13:19:01,315 INFO program: Filesystem UUID: ab3a3f49-ceb0-4701-b839-12f122b45161 >13:19:01,315 INFO program: Filesystem magic number: 0xEF53 >13:19:01,316 INFO program: Filesystem revision #: 1 (dynamic) >13:19:01,316 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 >13:19:01,316 INFO program: Filesystem flags: signed_directory_hash >13:19:01,316 INFO program: Default mount options: user_xattr acl >13:19:01,317 INFO program: Filesystem state: clean >13:19:01,324 INFO program: Errors behavior: Continue >13:19:01,324 INFO program: Filesystem OS type: Linux >13:19:01,325 INFO program: Inode count: 65536 >13:19:01,325 INFO program: Block count: 1048576 >13:19:01,325 INFO program: Reserved block count: 0 >13:19:01,325 INFO program: Free blocks: 297895 >13:19:01,326 INFO program: Free inodes: 37572 >13:19:01,326 INFO program: First block: 1 >13:19:01,330 INFO program: Block size: 1024 >13:19:01,337 INFO program: Fragment size: 1024 >13:19:01,343 INFO program: Reserved GDT blocks: 256 >13:19:01,346 INFO program: Blocks per group: 8192 >13:19:01,350 INFO program: Fragments per group: 8192 >13:19:01,353 INFO program: Inodes per group: 512 >13:19:01,357 INFO program: Inode blocks per group: 128 >13:19:01,360 INFO program: Flex block group size: 16 >13:19:01,364 INFO program: Filesystem created: Tue Sep 25 12:06:55 2012 >13:19:01,367 INFO program: Last mount time: Tue Sep 25 12:07:26 2012 >13:19:01,371 INFO program: Last write time: Tue Sep 25 12:07:42 2012 >13:19:01,374 INFO program: Mount count: 2 >13:19:01,378 INFO program: Maximum mount count: -1 >13:19:01,382 INFO program: Last checked: Tue Sep 25 12:06:55 2012 >13:19:01,386 INFO program: Check interval: 0 (<none>) >13:19:01,390 INFO program: Lifetime writes: 32 MB >13:19:01,394 INFO program: Reserved blocks uid: 0 (user root) >13:19:01,412 INFO program: Reserved blocks gid: 0 (group root) >13:19:01,412 INFO program: First inode: 11 >13:19:01,420 INFO program: Inode size: 256 >13:19:01,429 INFO program: Required extra isize: 28 >13:19:01,429 INFO program: Desired extra isize: 28 >13:19:01,437 INFO program: Journal inode: 8 >13:19:01,440 INFO program: Default directory hash: half_md4 >13:19:01,444 INFO program: Directory Hash Seed: 5147c700-381b-4ebf-85e0-75737716a2ce >13:19:01,447 INFO program: Journal backup: inode blocks >13:19:01,451 INFO program: Journal features: (none) >13:19:01,455 INFO program: Journal size: 32M >13:19:01,458 INFO program: Journal length: 32768 >13:19:01,462 INFO program: Journal sequence: 0x00000012 >13:19:01,466 INFO program: Journal start: 0 >13:19:01,469 INFO program: >13:19:01,473 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >13:19:01,478 INFO program: Running... dumpe2fs -h /dev/loop1 >13:19:01,601 INFO program: Filesystem volume name: Anaconda >13:19:01,602 INFO program: Last mounted on: /tmp/lorax.imgutils.4znXse >13:19:01,602 INFO program: Filesystem UUID: ab3a3f49-ceb0-4701-b839-12f122b45161 >13:19:01,602 INFO program: Filesystem magic number: 0xEF53 >13:19:01,602 INFO program: Filesystem revision #: 1 (dynamic) >13:19:01,603 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 >13:19:01,603 INFO program: Filesystem flags: signed_directory_hash >13:19:01,603 INFO program: Default mount options: user_xattr acl >13:19:01,605 INFO program: Filesystem state: clean >13:19:01,605 INFO program: Errors behavior: Continue >13:19:01,606 INFO program: Filesystem OS type: Linux >13:19:01,620 INFO program: Inode count: 65536 >13:19:01,620 INFO program: Block count: 1048576 >13:19:01,624 INFO program: Reserved block count: 0 >13:19:01,634 INFO program: Free blocks: 297895 >13:19:01,649 INFO program: Free inodes: 37572 >13:19:01,652 INFO program: First block: 1 >13:19:01,655 INFO program: Block size: 1024 >13:19:01,659 INFO program: Fragment size: 1024 >13:19:01,663 INFO program: Reserved GDT blocks: 256 >13:19:01,666 INFO program: Blocks per group: 8192 >13:19:01,670 INFO program: Fragments per group: 8192 >13:19:01,674 INFO program: Inodes per group: 512 >13:19:01,678 INFO program: Inode blocks per group: 128 >13:19:01,681 INFO program: Flex block group size: 16 >13:19:01,685 INFO program: Filesystem created: Tue Sep 25 12:06:55 2012 >13:19:01,688 INFO program: Last mount time: Tue Sep 25 12:07:26 2012 >13:19:01,692 INFO program: Last write time: Tue Sep 25 12:07:42 2012 >13:19:01,696 INFO program: Mount count: 2 >13:19:01,700 INFO program: Maximum mount count: -1 >13:19:01,703 INFO program: Last checked: Tue Sep 25 12:06:55 2012 >13:19:01,711 INFO program: Check interval: 0 (<none>) >13:19:01,711 INFO program: Lifetime writes: 32 MB >13:19:01,714 INFO program: Reserved blocks uid: 0 (user root) >13:19:01,719 INFO program: Reserved blocks gid: 0 (group root) >13:19:01,721 INFO program: First inode: 11 >13:19:01,740 INFO program: Inode size: 256 >13:19:01,740 INFO program: Required extra isize: 28 >13:19:01,740 INFO program: Desired extra isize: 28 >13:19:01,740 INFO program: Journal inode: 8 >13:19:01,741 INFO program: Default directory hash: half_md4 >13:19:01,741 INFO program: Directory Hash Seed: 5147c700-381b-4ebf-85e0-75737716a2ce >13:19:01,744 INFO program: Journal backup: inode blocks >13:19:01,748 INFO program: Journal features: (none) >13:19:01,751 INFO program: Journal size: 32M >13:19:01,755 INFO program: Journal length: 32768 >13:19:01,758 INFO program: Journal sequence: 0x00000012 >13:19:01,762 INFO program: Journal start: 0 >13:19:01,765 INFO program: >13:19:01,788 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >13:19:01,793 INFO program: Running... resize2fs -P /dev/loop1 >13:19:01,890 INFO program: Couldn't find valid filesystem superblock. >13:19:01,894 ERR program: resize2fs 1.42.5 (29-Jul-2012) >13:19:01,898 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >13:19:02,133 INFO program: Running... modprobe scsi_wait_scan >13:19:02,212 ERR program: FATAL: Module scsi_wait_scan not found. >13:19:02,215 INFO program: Running... rmmod scsi_wait_scan >13:19:02,271 ERR program: Error: Module scsi_wait_scan is not currently loaded >13:19:02,278 INFO program: Running... udevadm settle --timeout=300 >13:19:02,518 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >13:19:02,573 INFO program: Filesystem volume name: Anaconda >13:19:02,574 INFO program: Last mounted on: /sysroot >13:19:02,574 INFO program: Filesystem UUID: ab3a3f49-ceb0-4701-b839-12f122b45161 >13:19:02,575 INFO program: Filesystem magic number: 0xEF53 >13:19:02,575 INFO program: Filesystem revision #: 1 (dynamic) >13:19:02,575 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 >13:19:02,575 INFO program: Filesystem flags: signed_directory_hash >13:19:02,576 INFO program: Default mount options: user_xattr acl >13:19:02,576 INFO program: Filesystem state: clean >13:19:02,576 INFO program: Errors behavior: Continue >13:19:02,577 INFO program: Filesystem OS type: Linux >13:19:02,578 INFO program: Inode count: 65536 >13:19:02,579 INFO program: Block count: 1048576 >13:19:02,579 INFO program: Reserved block count: 0 >13:19:02,585 INFO program: Free blocks: 297895 >13:19:02,588 INFO program: Free inodes: 37572 >13:19:02,589 INFO program: First block: 1 >13:19:02,592 INFO program: Block size: 1024 >13:19:02,596 INFO program: Fragment size: 1024 >13:19:02,599 INFO program: Reserved GDT blocks: 256 >13:19:02,603 INFO program: Blocks per group: 8192 >13:19:02,607 INFO program: Fragments per group: 8192 >13:19:02,610 INFO program: Inodes per group: 512 >13:19:02,614 INFO program: Inode blocks per group: 128 >13:19:02,618 INFO program: Flex block group size: 16 >13:19:02,622 INFO program: Filesystem created: Tue Sep 25 12:06:55 2012 >13:19:02,625 INFO program: Last mount time: Wed Sep 26 13:17:53 2012 >13:19:02,629 INFO program: Last write time: Wed Sep 26 13:17:53 2012 >13:19:02,632 INFO program: Mount count: 3 >13:19:02,636 INFO program: Maximum mount count: -1 >13:19:02,640 INFO program: Last checked: Tue Sep 25 12:06:55 2012 >13:19:02,644 INFO program: Check interval: 0 (<none>) >13:19:02,647 INFO program: Lifetime writes: 32 MB >13:19:02,651 INFO program: Reserved blocks uid: 0 (user root) >13:19:02,655 INFO program: Reserved blocks gid: 0 (group root) >13:19:02,658 INFO program: First inode: 11 >13:19:02,662 INFO program: Inode size: 256 >13:19:02,666 INFO program: Required extra isize: 28 >13:19:02,670 INFO program: Desired extra isize: 28 >13:19:02,674 INFO program: Journal inode: 8 >13:19:02,675 INFO program: Default directory hash: half_md4 >13:19:02,676 INFO program: Directory Hash Seed: 5147c700-381b-4ebf-85e0-75737716a2ce >13:19:02,678 INFO program: Journal backup: inode blocks >13:19:02,679 INFO program: Journal features: (none) >13:19:02,680 INFO program: Journal size: 32M >13:19:02,681 INFO program: Journal length: 32768 >13:19:02,683 INFO program: Journal sequence: 0x00000013 >13:19:02,684 INFO program: Journal start: 1 >13:19:02,685 INFO program: >13:19:02,687 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >13:19:02,688 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >13:19:02,754 INFO program: Filesystem volume name: Anaconda >13:19:02,756 INFO program: Last mounted on: /sysroot >13:19:02,757 INFO program: Filesystem UUID: ab3a3f49-ceb0-4701-b839-12f122b45161 >13:19:02,758 INFO program: Filesystem magic number: 0xEF53 >13:19:02,759 INFO program: Filesystem revision #: 1 (dynamic) >13:19:02,760 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 >13:19:02,761 INFO program: Filesystem flags: signed_directory_hash >13:19:02,763 INFO program: Default mount options: user_xattr acl >13:19:02,764 INFO program: Filesystem state: clean >13:19:02,766 INFO program: Errors behavior: Continue >13:19:02,767 INFO program: Filesystem OS type: Linux >13:19:02,768 INFO program: Inode count: 65536 >13:19:02,769 INFO program: Block count: 1048576 >13:19:02,770 INFO program: Reserved block count: 0 >13:19:02,771 INFO program: Free blocks: 297895 >13:19:02,773 INFO program: Free inodes: 37572 >13:19:02,774 INFO program: First block: 1 >13:19:02,775 INFO program: Block size: 1024 >13:19:02,776 INFO program: Fragment size: 1024 >13:19:02,777 INFO program: Reserved GDT blocks: 256 >13:19:02,778 INFO program: Blocks per group: 8192 >13:19:02,780 INFO program: Fragments per group: 8192 >13:19:02,781 INFO program: Inodes per group: 512 >13:19:02,782 INFO program: Inode blocks per group: 128 >13:19:02,783 INFO program: Flex block group size: 16 >13:19:02,784 INFO program: Filesystem created: Tue Sep 25 12:06:55 2012 >13:19:02,786 INFO program: Last mount time: Wed Sep 26 13:17:53 2012 >13:19:02,787 INFO program: Last write time: Wed Sep 26 13:17:53 2012 >13:19:02,788 INFO program: Mount count: 3 >13:19:02,789 INFO program: Maximum mount count: -1 >13:19:02,791 INFO program: Last checked: Tue Sep 25 12:06:55 2012 >13:19:02,792 INFO program: Check interval: 0 (<none>) >13:19:02,793 INFO program: Lifetime writes: 32 MB >13:19:02,794 INFO program: Reserved blocks uid: 0 (user root) >13:19:02,796 INFO program: Reserved blocks gid: 0 (group root) >13:19:02,797 INFO program: First inode: 11 >13:19:02,798 INFO program: Inode size: 256 >13:19:02,799 INFO program: Required extra isize: 28 >13:19:02,801 INFO program: Desired extra isize: 28 >13:19:02,802 INFO program: Journal inode: 8 >13:19:02,803 INFO program: Default directory hash: half_md4 >13:19:02,805 INFO program: Directory Hash Seed: 5147c700-381b-4ebf-85e0-75737716a2ce >13:19:02,806 INFO program: Journal backup: inode blocks >13:19:02,807 INFO program: Journal features: (none) >13:19:02,808 INFO program: Journal size: 32M >13:19:02,810 INFO program: Journal length: 32768 >13:19:02,811 INFO program: Journal sequence: 0x00000013 >13:19:02,812 INFO program: Journal start: 1 >13:19:02,813 INFO program: >13:19:02,815 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >13:19:02,819 INFO program: Running... resize2fs -P /dev/mapper/live-rw >13:19:02,874 INFO program: Estimated minimum size of the filesystem: 748163 >13:19:02,876 ERR program: resize2fs 1.42.5 (29-Jul-2012) >13:19:03,061 INFO program: Running... modprobe scsi_wait_scan >13:19:03,115 ERR program: FATAL: Module scsi_wait_scan not found. >13:19:03,121 INFO program: Running... rmmod scsi_wait_scan >13:19:03,174 ERR program: Error: Module scsi_wait_scan is not currently loaded >13:19:03,180 INFO program: Running... udevadm settle --timeout=300 >13:19:03,357 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol00 >13:19:04,006 INFO program: Running... udevadm settle --timeout=300 >13:19:04,202 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol01 >13:19:04,697 INFO program: Running... udevadm settle --timeout=300 >13:19:04,827 INFO program: Running... modprobe scsi_wait_scan >13:19:04,952 ERR program: FATAL: Module scsi_wait_scan not found. >13:19:04,959 INFO program: Running... rmmod scsi_wait_scan >13:19:05,042 ERR program: Error: Module scsi_wait_scan is not currently loaded >13:19:05,052 INFO program: Running... udevadm settle --timeout=300 >13:19:05,276 INFO program: Running... dumpe2fs -h /dev/mapper/VolGroup00-LogVol00 >13:19:05,392 INFO program: Filesystem volume name: <none> >13:19:05,393 INFO program: Last mounted on: <not available> >13:19:05,393 INFO program: Filesystem UUID: 87525cde-a1f9-4c9e-8fe8-8fe6e8fda2e0 >13:19:05,393 INFO program: Filesystem magic number: 0xEF53 >13:19:05,393 INFO program: Filesystem revision #: 1 (dynamic) >13:19:05,394 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super large_file >13:19:05,394 INFO program: Default mount options: user_xattr acl >13:19:05,394 INFO program: Filesystem state: clean >13:19:05,394 INFO program: Errors behavior: Continue >13:19:05,395 INFO program: Filesystem OS type: Linux >13:19:05,395 INFO program: Inode count: 23363584 >13:19:05,395 INFO program: Block count: 23363584 >13:19:05,395 INFO program: Reserved block count: 1168179 >13:19:05,396 INFO program: Free blocks: 21836895 >13:19:05,397 INFO program: Free inodes: 23257938 >13:19:05,398 INFO program: First block: 0 >13:19:05,398 INFO program: Block size: 4096 >13:19:05,399 INFO program: Fragment size: 4096 >13:19:05,399 INFO program: Reserved GDT blocks: 1018 >13:19:05,400 INFO program: Blocks per group: 32768 >13:19:05,400 INFO program: Fragments per group: 32768 >13:19:05,401 INFO program: Inodes per group: 32768 >13:19:05,403 INFO program: Inode blocks per group: 1024 >13:19:05,403 INFO program: Filesystem created: Wed Sep 12 04:41:48 2012 >13:19:05,404 INFO program: Last mount time: Fri Sep 14 03:00:50 2012 >13:19:05,404 INFO program: Last write time: Fri Sep 14 03:01:02 2012 >13:19:05,406 INFO program: Mount count: 6 >13:19:05,408 INFO program: Maximum mount count: -1 >13:19:05,409 INFO program: Last checked: Wed Sep 12 04:41:48 2012 >13:19:05,410 INFO program: Check interval: 0 (<none>) >13:19:05,411 INFO program: Reserved blocks uid: 0 (user root) >13:19:05,497 INFO program: Reserved blocks gid: 0 (group root) >13:19:05,517 INFO program: First inode: 11 >13:19:05,518 INFO program: Inode size: 128 >13:19:05,520 INFO program: Journal inode: 8 >13:19:05,521 INFO program: Default directory hash: tea >13:19:05,522 INFO program: Directory Hash Seed: b5077db4-8063-4032-bf14-4b16ca8784dc >13:19:05,522 INFO program: Journal backup: inode blocks >13:19:05,523 INFO program: Journal features: journal_incompat_revoke >13:19:05,524 INFO program: Journal size: 128M >13:19:05,525 INFO program: Journal length: 32768 >13:19:05,526 INFO program: Journal sequence: 0x00000373 >13:19:05,527 INFO program: Journal start: 0 >13:19:05,528 INFO program: >13:19:05,529 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >13:19:05,533 INFO program: Running... dumpe2fs -h /dev/mapper/VolGroup00-LogVol00 >13:19:05,598 INFO program: Filesystem volume name: <none> >13:19:05,600 INFO program: Last mounted on: <not available> >13:19:05,601 INFO program: Filesystem UUID: 87525cde-a1f9-4c9e-8fe8-8fe6e8fda2e0 >13:19:05,602 INFO program: Filesystem magic number: 0xEF53 >13:19:05,603 INFO program: Filesystem revision #: 1 (dynamic) >13:19:05,604 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super large_file >13:19:05,605 INFO program: Default mount options: user_xattr acl >13:19:05,606 INFO program: Filesystem state: clean >13:19:05,607 INFO program: Errors behavior: Continue >13:19:05,608 INFO program: Filesystem OS type: Linux >13:19:05,609 INFO program: Inode count: 23363584 >13:19:05,610 INFO program: Block count: 23363584 >13:19:05,611 INFO program: Reserved block count: 1168179 >13:19:05,612 INFO program: Free blocks: 21836895 >13:19:05,613 INFO program: Free inodes: 23257938 >13:19:05,614 INFO program: First block: 0 >13:19:05,615 INFO program: Block size: 4096 >13:19:05,616 INFO program: Fragment size: 4096 >13:19:05,617 INFO program: Reserved GDT blocks: 1018 >13:19:05,618 INFO program: Blocks per group: 32768 >13:19:05,621 INFO program: Fragments per group: 32768 >13:19:05,623 INFO program: Inodes per group: 32768 >13:19:05,624 INFO program: Inode blocks per group: 1024 >13:19:05,625 INFO program: Filesystem created: Wed Sep 12 04:41:48 2012 >13:19:05,626 INFO program: Last mount time: Fri Sep 14 03:00:50 2012 >13:19:05,628 INFO program: Last write time: Fri Sep 14 03:01:02 2012 >13:19:05,629 INFO program: Mount count: 6 >13:19:05,630 INFO program: Maximum mount count: -1 >13:19:05,632 INFO program: Last checked: Wed Sep 12 04:41:48 2012 >13:19:05,633 INFO program: Check interval: 0 (<none>) >13:19:05,634 INFO program: Reserved blocks uid: 0 (user root) >13:19:05,636 INFO program: Reserved blocks gid: 0 (group root) >13:19:05,637 INFO program: First inode: 11 >13:19:05,640 INFO program: Inode size: 128 >13:19:05,645 INFO program: Journal inode: 8 >13:19:05,646 INFO program: Default directory hash: tea >13:19:05,648 INFO program: Directory Hash Seed: b5077db4-8063-4032-bf14-4b16ca8784dc >13:19:05,649 INFO program: Journal backup: inode blocks >13:19:05,650 INFO program: Journal features: journal_incompat_revoke >13:19:05,651 INFO program: Journal size: 128M >13:19:05,652 INFO program: Journal length: 32768 >13:19:05,652 INFO program: Journal sequence: 0x00000373 >13:19:05,652 INFO program: Journal start: 0 >13:19:05,652 INFO program: >13:19:05,653 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >13:19:05,653 INFO program: Running... resize2fs -P /dev/mapper/VolGroup00-LogVol00 >13:19:05,723 INFO program: Estimated minimum size of the filesystem: 812601 >13:19:05,723 ERR program: resize2fs 1.42.5 (29-Jul-2012) >13:19:05,889 INFO program: Running... modprobe scsi_wait_scan >13:19:05,950 ERR program: FATAL: Module scsi_wait_scan not found. >13:19:05,958 INFO program: Running... rmmod scsi_wait_scan >13:19:06,013 ERR program: Error: Module scsi_wait_scan is not currently loaded >13:19:06,017 INFO program: Running... udevadm settle --timeout=300 >13:19:06,173 INFO program: Running... udevadm settle --timeout=300 >13:19:06,265 INFO program: Running... udevadm settle --timeout=300 >13:19:06,364 INFO program: Running... udevadm settle --timeout=300 >13:19:06,482 INFO program: Running... udevadm settle --timeout=300 >13:19:06,567 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol00 >13:19:06,950 INFO program: Running... udevadm settle --timeout=300 >13:19:07,064 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00 >13:19:07,306 INFO program: 0 logical volume(s) in volume group "VolGroup00" now active >13:19:07,393 INFO program: Running... udevadm settle --timeout=300 >13:19:07,513 INFO program: Running... udevadm settle --timeout=300 >13:19:07,721 INFO program: Running... /bin/mount -n -t ext3 -o defaults,ro /dev/sda1 /mnt/sysimage >13:19:07,817 INFO program: Running... /bin/umount /mnt/sysimage >13:19:07,862 INFO program: Running... udevadm settle --timeout=300 >13:19:07,985 INFO program: Running... udevadm settle --timeout=300 >13:19:08,106 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol00 >13:19:08,468 INFO program: Running... udevadm settle --timeout=300 >13:19:08,591 INFO program: Running... /bin/mount -n -t ext3 -o defaults,ro /dev/mapper/VolGroup00-LogVol00 /mnt/sysimage >13:19:08,717 INFO program: Running... arch >13:19:09,175 INFO program: Running... /bin/umount /mnt/sysimage >13:19:09,256 INFO program: Running... udevadm settle --timeout=300 >13:19:09,384 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol00 >09:19:22,453 INFO program: Running... udevadm settle --timeout=300 >13:19:22,819 INFO program: Running... /bin/mount -n -t iso9660 -o ro /dev/sr0 /mnt/install/isodir >13:19:22,901 INFO program: Running... /bin/umount /mnt/install/isodir >09:19:23,039 INFO program: Running... modprobe btrfs >09:19:23,626 INFO program: Running... modprobe xfs >09:19:24,146 INFO program: Running... modprobe vfat >09:20:10,830 INFO program: Running... modprobe scsi_wait_scan >09:20:10,912 ERR program: FATAL: Module scsi_wait_scan not found. >09:20:10,915 INFO program: Running... rmmod scsi_wait_scan >09:20:10,982 ERR program: Error: Module scsi_wait_scan is not currently loaded >09:20:10,985 INFO program: Running... udevadm settle --timeout=300 >09:20:27,184 INFO program: Running... udevadm settle --timeout=300 >09:20:27,320 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00 >09:20:27,510 INFO program: 0 logical volume(s) in volume group "VolGroup00" now active >09:20:27,560 INFO program: Running... udevadm settle --timeout=300 >09:20:27,674 INFO program: Running... udevadm settle --timeout=300 >09:20:27,800 INFO program: Running... modprobe scsi_wait_scan >09:20:27,869 ERR program: FATAL: Module scsi_wait_scan not found. >09:20:27,871 INFO program: Running... rmmod scsi_wait_scan >09:20:27,937 ERR program: Error: Module scsi_wait_scan is not currently loaded >09:20:27,939 INFO program: Running... udevadm settle --timeout=300 >09:20:34,621 INFO program: Running... modprobe scsi_wait_scan >09:20:34,693 ERR program: FATAL: Module scsi_wait_scan not found. >09:20:34,696 INFO program: Running... rmmod scsi_wait_scan >09:20:34,765 ERR program: Error: Module scsi_wait_scan is not currently loaded >09:20:34,767 INFO program: Running... udevadm settle --timeout=300 >09:20:43,450 INFO program: Running... udevadm settle --timeout=300 >09:20:43,845 INFO program: Running... wipefs -a /dev/sda1 >09:20:46,954 INFO program: /dev/sda1: 2 bytes were erased at offset 0x00000438 (ext3): 53 ef >09:20:46,957 INFO program: Running... udevadm settle --timeout=300 >09:20:47,078 INFO program: Running... udevadm settle --timeout=300 >09:20:47,171 INFO program: Running... udevadm settle --timeout=300 >09:20:47,299 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol01 >09:20:47,748 INFO program: Running... udevadm settle --timeout=300 >09:20:47,856 INFO program: Running... wipefs -a /dev/mapper/VolGroup00-LogVol01 >09:20:48,006 INFO program: /dev/mapper/VolGroup00-LogVol01: 10 bytes were erased at offset 0x00000ff6 (swap): 53 57 41 50 53 50 41 43 45 32 >09:20:48,015 INFO program: Running... udevadm settle --timeout=300 >09:20:48,151 INFO program: Running... udevadm settle --timeout=300 >09:20:48,269 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol01 >09:20:48,568 INFO program: Running... udevadm settle --timeout=300 >09:20:48,700 INFO program: Running... lvm lvremove --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol01 >09:20:48,949 INFO program: Logical volume "LogVol01" successfully removed >09:20:48,979 INFO program: Running... udevadm settle --timeout=300 >09:20:49,269 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol00 >09:20:49,884 INFO program: Running... udevadm settle --timeout=300 >09:20:49,992 INFO program: Running... wipefs -a /dev/mapper/VolGroup00-LogVol00 >09:20:50,126 INFO program: /dev/mapper/VolGroup00-LogVol00: 2 bytes were erased at offset 0x00000438 (ext3): 53 ef >09:20:50,129 INFO program: Running... udevadm settle --timeout=300 >09:20:50,263 INFO program: Running... udevadm settle --timeout=300 >09:20:50,363 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol00 >09:20:50,652 INFO program: Running... udevadm settle --timeout=300 >09:20:50,768 INFO program: Running... lvm lvremove --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00/LogVol00 >09:20:50,966 INFO program: Logical volume "LogVol00" successfully removed >09:20:50,994 INFO program: Running... udevadm settle --timeout=300 >09:20:51,275 INFO program: Running... udevadm settle --timeout=300 >09:20:51,393 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00 >09:20:51,575 INFO program: 0 logical volume(s) in volume group "VolGroup00" now active >09:20:51,628 INFO program: Running... lvm vgreduce --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } --removemissing --force VolGroup00 >09:20:51,818 ERR program: Volume group "VolGroup00" is already consistent >09:20:51,844 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00 >09:20:52,022 INFO program: 0 logical volume(s) in volume group "VolGroup00" now active >09:20:52,049 INFO program: Running... lvm vgremove --force --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup00 >09:20:52,235 INFO program: Volume group "VolGroup00" successfully removed >09:20:52,262 INFO program: Running... udevadm settle --timeout=300 >09:20:52,543 INFO program: Running... lvm pvremove --force --force --yes --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } /dev/sda2 >09:20:52,747 INFO program: Labels on physical volume "/dev/sda2" successfully wiped >09:20:52,786 INFO program: Running... udevadm settle --timeout=300 >09:20:52,959 INFO program: Running... udevadm settle --timeout=300 >09:20:53,058 INFO program: Running... udevadm settle --timeout=300 >09:20:53,185 INFO program: Running... udevadm settle --timeout=300 >09:20:53,525 INFO program: Running... udevadm settle --timeout=300 >09:20:53,760 INFO program: Running... udevadm settle --timeout=300 >09:20:53,870 INFO program: Running... udevadm settle --timeout=300 >09:20:54,017 INFO program: Running... udevadm settle --timeout=300 >09:20:54,143 INFO program: Running... udevadm settle --timeout=300 >09:20:54,279 INFO program: Running... udevadm settle --timeout=300 >09:20:54,419 INFO program: Running... udevadm settle --timeout=300 >09:20:54,525 INFO program: Running... udevadm settle --timeout=300 >09:20:54,731 INFO program: Running... udevadm settle --timeout=300 >09:20:54,857 INFO program: Running... udevadm settle --timeout=300 >09:20:54,978 INFO program: Running... udevadm settle --timeout=300 >09:20:55,125 INFO program: Running... udevadm settle --timeout=300 >09:20:55,374 INFO program: Running... wipefs -a /dev/sda1 >09:20:55,542 INFO program: Running... udevadm settle --timeout=300 >09:20:55,648 INFO program: Running... udevadm settle --timeout=300 >09:20:55,824 INFO program: Running... udevadm settle --timeout=300 >09:20:56,122 INFO program: Running... wipefs -a /dev/sda2 >09:20:56,296 INFO program: Running... udevadm settle --timeout=300 >09:20:56,407 INFO program: Running... udevadm settle --timeout=300 >09:20:56,590 INFO program: Running... mkswap -f /dev/sda2 >09:20:57,564 INFO program: Setting up swapspace version 1, size = 4063228 KiB >09:20:57,570 INFO program: no label, UUID=96a12f65-75be-4ed5-8e81-466f377502ce >09:20:57,590 INFO program: Running... udevadm settle --timeout=300 >09:20:57,718 INFO program: Running... udevadm settle --timeout=300 >09:20:57,895 INFO program: Running... udevadm settle --timeout=300 >09:20:58,319 INFO program: Running... wipefs -a /dev/sda3 >09:20:58,558 INFO program: Running... udevadm settle --timeout=300 >09:20:58,670 INFO program: Running... udevadm settle --timeout=300 >09:20:58,853 INFO program: Running... udevadm settle --timeout=300 >09:20:59,226 INFO program: Running... udevadm settle --timeout=300 >09:20:59,335 INFO program: Running... udevadm settle --timeout=300 >09:20:59,580 INFO program: Running... udevadm settle --timeout=300 >09:21:00,122 INFO program: Running... wipefs -a /dev/sda5 >09:21:00,294 INFO program: Running... udevadm settle --timeout=300 >09:21:00,397 INFO program: Running... udevadm settle --timeout=300 >09:21:00,587 INFO program: Running... mke2fs -t ext4 /dev/sda5 >09:21:00,755 ERR program: mke2fs 1.42.5 (29-Jul-2012) >09:21:00,789 INFO program: Filesystem label= >09:21:00,793 INFO program: OS type: Linux >09:21:00,797 INFO program: Block size=4096 (log=2) >09:21:00,800 INFO program: Fragment size=4096 (log=2) >09:21:00,801 INFO program: Stride=0 blocks, Stripe width=0 blocks >09:21:00,801 INFO program: 2542736 inodes, 10169856 blocks >09:21:00,804 INFO program: 508492 blocks (5.00%) reserved for the super user >09:21:00,804 INFO program: First data block=0 >09:21:00,805 INFO program: Maximum filesystem blocks=0 >09:21:00,806 INFO program: 311 block groups >09:21:00,807 INFO program: 32768 blocks per group, 32768 fragments per group >09:21:00,810 INFO program: 8176 inodes per group >09:21:00,812 INFO program: Superblock backups stored on blocks: >09:21:00,817 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >09:21:00,817 INFO program: 4096000, 7962624 >09:21:00,818 INFO program: >09:21:00,919 INFO program: Allocating group tables: 0/311 1/311 2/311 3/311 4/311 5/311 6/311 7/311 8/311 9/311 10/311 11/311 12/311 13/311 14/311 15/311 16/311 17/311 18/311 19/311 20/311 21/311 22/311 23/311 24/311 25/311 26/311 27/311 28/311 29/311 30/311 31/311 32/311 33/311 34/311 35/311 36/311 37/311 38/311 39/311 40/311 41/311 42/311 43/311 44/311 45/311 46/311 47/311 48/311 49/311 50/311 51/311 52/311 53/311 54/311 55/311 56/311 57/311 58/311 59/311 60/311 61/311 62/311 63/311 64/311 65/311 66/311 67/311 68/311 69/311 70/311 71/311 72/311 73/311 74/311 75/311 76/311 77/311 78/311 79/311 80/311 81/311 82/311 83/311 84/311 85/311 86/311 87/311 88/311 89/311 90/311 91/311 92/311 93/311 94/311 95/311 96/311 97/311 98/311 99/311100/311101/311102/311103/311104/311105/311106/311107/311108/311109/311110/311111/311112/311113/311114/311115/311116/311117/311118/311119/311120/311121/311122/311123/311124/311125/311126/311127/311128/311129/311130/311131/311132/311133/311134/311135/311136/311137/311138/311139/311140/311141/311142/311143/311144/311145/311146/311147/311148/311149/311150/311151/311152/311153/311154/311155/311156/311157/311158/311159/311160/311161/311162/311163/311164/311165/311166/311167/311168/311169/311170/311171/311172/311173/311174/311175/311176/311177/311178/311179/311180/311181/311182/311183/311184/311185/311186/311187/311188/311189/311190/311191/311192/311193/311194/311195/311196/311197/311198/311199/311200/311201/311202/311203/311204/311205/311206/311207/311208/311209/311210/311211/311212/311213/311214/311215/311216/311217/311218/311219/311220/311221/311222/311223/311224/311225/311226/311227/311228/311229/311230/311231/311232/311233/311234/311235/311236/311237/311238/311239/311240/311241/311242/311243/311244/311245/311246/311247/311248/311249/311250/311251/311252/311253/311254/311255/311256/311257/311258/311259/311260/311261/311262/311263/311264/311265/311266/311267/311268/311269/311270/311271/311272/311273/311274/311275/311276/311277/311278/311279/311280/311281/311282/311283/311284/311285/311286/311287/311288/311289/311290/311291/311292/311293/311294/311295/311296/311297/311298/311299/311300/311301/311302/311303/311304/311305/311306/311307/311308/311309/311310/311 done >09:21:00,964 INFO program: Writing inode tables: 0/311 1/311 2/311 3/311 4/311 5/311 6/311 7/311 8/311 9/311 10/311 11/311 12/311 13/311 14/311 15/311 16/311 17/311 18/311 19/311 20/311 21/311 22/311 23/311 24/311 25/311 26/311 27/311 28/311 29/311 30/311 31/311 32/311 33/311 34/311 35/311 36/311 37/311 38/311 39/311 40/311 41/311 42/311 43/311 44/311 45/311 46/311 47/311 48/311 49/311 50/311 51/311 52/311 53/311 54/311 55/311 56/311 57/311 58/311 59/311 60/311 61/311 62/311 63/311 64/311 65/311 66/311 67/311 68/311 69/311 70/311 71/311 72/311 73/311 74/311 75/311 76/311 77/311 78/311 79/311 80/311 81/311 82/311 83/311 84/311 85/311 86/311 87/311 88/311 89/311 90/311 91/311 92/311 93/311 94/311 95/311 96/311 97/311 98/311 99/311100/311101/311102/311103/311104/311105/311106/311107/311108/311109/311110/311111/311112/311113/311114/311115/311116/311117/311118/311119/311120/311121/311122/311123/311124/311125/311126/311127/311128/311129/311130/311131/311132/311133/311134/311135/311136/311137/311138/311139/311140/311141/311142/311143/311144/311145/311146/311147/311148/311149/311150/311151/311152/311153/311154/311155/311156/311157/311158/311159/311160/311161/311162/311163/311164/311165/311166/311167/311168/311169/311170/311171/311172/311173/311174/311175/311176/311177/311178/311179/311180/311181/311182/311183/311184/311185/311186/311187/311188/311189/311190/311191/311192/311193/311194/311195/311196/311197/311198/311199/311200/311201/311202/311203/311204/311205/311206/311207/311208/311209/311210/311211/311212/311213/311214/311215/311216/311217/311218/311219/311220/311221/311222/311223/311224/311225/311226/311227/311228/311229/311230/311231/311232/311233/311234/311235/311236/311237/311238/311239/311240/311241/311242/311243/311244/311245/311246/311247/311248/311249/311250/311251/311252/311253/311254/311255/311256/311257/311258/311259/311260/311261/311262/311263/311264/311265/311266/311267/311268/311269/311270/311271/311272/311273/311274/311275/311276/311277/311278/311279/311280/311281/311282/311283/311284/311285/311286/311287/311288/311289/311290/311291/311292/311293/311294/311295/311296/311297/311298/311299/311300/311301/311302/311303/311304/311305/311306/311307/311308/311309/311310/311 done >09:21:01,908 INFO program: Creating journal (32768 blocks): done >09:21:05,007 INFO program: Writing superblocks and filesystem accounting information: 0/311 1/311 2/311 3/311 4/311 5/311 6/311 7/311 8/311 9/311 10/311 11/311 12/311 13/311 14/311 15/311 16/311 17/311 18/311 19/311 20/311 21/311 22/311 23/311 24/311 25/311 26/311 27/311 28/311 29/311 30/311 31/311 32/311 33/311 34/311 35/311 36/311 37/311 38/311 39/311 40/311 41/311 42/311 43/311 44/311 45/311 46/311 47/311 48/311 49/311 50/311 51/311 52/311 53/311 54/311 55/311 56/311 57/311 58/311 59/311 60/311 61/311 62/311 63/311 64/311 65/311 66/311 67/311 68/311 69/311 70/311 71/311 72/311 73/311 74/311 75/311 76/311 77/311 78/311 79/311 80/311 81/311 82/311 83/311 84/311 85/311 86/311 87/311 88/311 89/311 90/311 91/311 92/311 93/311 94/311 95/311 96/311 97/311 98/311 99/311100/311101/311102/311103/311104/311105/311106/311107/311108/311109/311110/311111/311112/311113/311114/311115/311116/311117/311118/311119/311120/311121/311122/311123/311124/311125/311126/311127/311128/311129/311130/311131/311132/311133/311134/311135/311136/311137/311138/311139/311140/311141/311142/311143/311144/311145/311146/311147/311148/311149/311150/311151/311152/311153/311154/311155/311156/311157/311158/311159/311160/311161/311162/311163/311164/311165/311166/311167/311168/311169/311170/311171/311172/311173/311174/311175/311176/311177/311178/311179/311180/311181/311182/311183/311184/311185/311186/311187/311188/311189/311190/311191/311192/311193/311194/311195/311196/311197/311198/311199/311200/311201/311202/311203/311204/311205/311206/311207/311208/311209/311210/311211/311212/311213/311214/311215/311216/311217/311218/311219/311220/311221/311222/311223/311224/311225/311226/311227/311228/311229/311230/311231/311232/311233/311234/311235/311236/311237/311238/311239/311240/311241/311242/311243/311244/311245/311246/311247/311248/311249/311250/311251/311252/311253/311254/311255/311256/311257/311258/311259/311260/311261/311262/311263/311264/311265/311266/311267/311268/311269/311270/311271/311272/311273/311274/311275/311276/311277/311278/311279/311280/311281/311282/311283/311284/311285/311286/311287/311288/311289/311290/311291/311292/311293/311294/311295/311296/311297/311298/311299/311300/311301/311302/311303/311304/311305/311306/311307/311308/311309/311310/311 done >09:21:05,016 INFO program: >09:21:05,029 INFO program: Running... udevadm settle --timeout=300 >09:21:05,537 INFO program: Running... udevadm settle --timeout=300 >09:21:05,789 INFO program: Running... mke2fs -t ext4 /dev/sda3 >09:21:05,874 ERR program: mke2fs 1.42.5 (29-Jul-2012) >09:21:05,893 INFO program: Filesystem label= >09:21:05,897 INFO program: OS type: Linux >09:21:05,901 INFO program: Block size=4096 (log=2) >09:21:05,902 INFO program: Fragment size=4096 (log=2) >09:21:05,903 INFO program: Stride=0 blocks, Stripe width=0 blocks >09:21:05,905 INFO program: 3276800 inodes, 13107200 blocks >09:21:05,908 INFO program: 655360 blocks (5.00%) reserved for the super user >09:21:05,909 INFO program: First data block=0 >09:21:05,909 INFO program: Maximum filesystem blocks=0 >09:21:05,910 INFO program: 400 block groups >09:21:05,910 INFO program: 32768 blocks per group, 32768 fragments per group >09:21:05,912 INFO program: 8192 inodes per group >09:21:05,912 INFO program: Superblock backups stored on blocks: >09:21:05,914 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >09:21:05,915 INFO program: 4096000, 7962624, 11239424 >09:21:05,915 INFO program: >09:21:06,045 INFO program: Allocating group tables: 0/400 1/400 2/400 3/400 4/400 5/400 6/400 7/400 8/400 9/400 10/400 11/400 12/400 13/400 14/400 15/400 16/400 17/400 18/400 19/400 20/400 21/400 22/400 23/400 24/400 25/400 26/400 27/400 28/400 29/400 30/400 31/400 32/400 33/400 34/400 35/400 36/400 37/400 38/400 39/400 40/400 41/400 42/400 43/400 44/400 45/400 46/400 47/400 48/400 49/400 50/400 51/400 52/400 53/400 54/400 55/400 56/400 57/400 58/400 59/400 60/400 61/400 62/400 63/400 64/400 65/400 66/400 67/400 68/400 69/400 70/400 71/400 72/400 73/400 74/400 75/400 76/400 77/400 78/400 79/400 80/400 81/400 82/400 83/400 84/400 85/400 86/400 87/400 88/400 89/400 90/400 91/400 92/400 93/400 94/400 95/400 96/400 97/400 98/400 99/400100/400101/400102/400103/400104/400105/400106/400107/400108/400109/400110/400111/400112/400113/400114/400115/400116/400117/400118/400119/400120/400121/400122/400123/400124/400125/400126/400127/400128/400129/400130/400131/400132/400133/400134/400135/400136/400137/400138/400139/400140/400141/400142/400143/400144/400145/400146/400147/400148/400149/400150/400151/400152/400153/400154/400155/400156/400157/400158/400159/400160/400161/400162/400163/400164/400165/400166/400167/400168/400169/400170/400171/400172/400173/400174/400175/400176/400177/400178/400179/400180/400181/400182/400183/400184/400185/400186/400187/400188/400189/400190/400191/400192/400193/400194/400195/400196/400197/400198/400199/400200/400201/400202/400203/400204/400205/400206/400207/400208/400209/400210/400211/400212/400213/400214/400215/400216/400217/400218/400219/400220/400221/400222/400223/400224/400225/400226/400227/400228/400229/400230/400231/400232/400233/400234/400235/400236/400237/400238/400239/400240/400241/400242/400243/400244/400245/400246/400247/400248/400249/400250/400251/400252/400253/400254/400255/400256/400257/400258/400259/400260/400261/400262/400263/400264/400265/400266/400267/400268/400269/400270/400271/400272/400273/400274/400275/400276/400277/400278/400279/400280/400281/400282/400283/400284/400285/400286/400287/400288/400289/400290/400291/400292/400293/400294/400295/400296/400297/400298/400299/400300/400301/400302/400303/400304/400305/400306/400307/400308/400309/400310/400311/400312/400313/400314/400315/400316/400317/400318/400319/400320/400321/400322/400323/400324/400325/400326/400327/400328/400329/400330/400331/400332/400333/400334/400335/400336/400337/400338/400339/400340/400341/400342/400343/400344/400345/400346/400347/400348/400349/400350/400351/400352/400353/400354/400355/400356/400357/400358/400359/400360/400361/400362/400363/400364/400365/400366/400367/400368/400369/400370/400371/400372/400373/400374/400375/400376/400377/400378/400379/400380/400381/400382/400383/400384/400385/400386/400387/400388/400389/400390/400391/400392/400393/400394/400395/400396/400397/400398/400399/400 done >09:21:06,090 INFO program: Writing inode tables: 0/400 1/400 2/400 3/400 4/400 5/400 6/400 7/400 8/400 9/400 10/400 11/400 12/400 13/400 14/400 15/400 16/400 17/400 18/400 19/400 20/400 21/400 22/400 23/400 24/400 25/400 26/400 27/400 28/400 29/400 30/400 31/400 32/400 33/400 34/400 35/400 36/400 37/400 38/400 39/400 40/400 41/400 42/400 43/400 44/400 45/400 46/400 47/400 48/400 49/400 50/400 51/400 52/400 53/400 54/400 55/400 56/400 57/400 58/400 59/400 60/400 61/400 62/400 63/400 64/400 65/400 66/400 67/400 68/400 69/400 70/400 71/400 72/400 73/400 74/400 75/400 76/400 77/400 78/400 79/400 80/400 81/400 82/400 83/400 84/400 85/400 86/400 87/400 88/400 89/400 90/400 91/400 92/400 93/400 94/400 95/400 96/400 97/400 98/400 99/400100/400101/400102/400103/400104/400105/400106/400107/400108/400109/400110/400111/400112/400113/400114/400115/400116/400117/400118/400119/400120/400121/400122/400123/400124/400125/400126/400127/400128/400129/400130/400131/400132/400133/400134/400135/400136/400137/400138/400139/400140/400141/400142/400143/400144/400145/400146/400147/400148/400149/400150/400151/400152/400153/400154/400155/400156/400157/400158/400159/400160/400161/400162/400163/400164/400165/400166/400167/400168/400169/400170/400171/400172/400173/400174/400175/400176/400177/400178/400179/400180/400181/400182/400183/400184/400185/400186/400187/400188/400189/400190/400191/400192/400193/400194/400195/400196/400197/400198/400199/400200/400201/400202/400203/400204/400205/400206/400207/400208/400209/400210/400211/400212/400213/400214/400215/400216/400217/400218/400219/400220/400221/400222/400223/400224/400225/400226/400227/400228/400229/400230/400231/400232/400233/400234/400235/400236/400237/400238/400239/400240/400241/400242/400243/400244/400245/400246/400247/400248/400249/400250/400251/400252/400253/400254/400255/400256/400257/400258/400259/400260/400261/400262/400263/400264/400265/400266/400267/400268/400269/400270/400271/400272/400273/400274/400275/400276/400277/400278/400279/400280/400281/400282/400283/400284/400285/400286/400287/400288/400289/400290/400291/400292/400293/400294/400295/400296/400297/400298/400299/400300/400301/400302/400303/400304/400305/400306/400307/400308/400309/400310/400311/400312/400313/400314/400315/400316/400317/400318/400319/400320/400321/400322/400323/400324/400325/400326/400327/400328/400329/400330/400331/400332/400333/400334/400335/400336/400337/400338/400339/400340/400341/400342/400343/400344/400345/400346/400347/400348/400349/400350/400351/400352/400353/400354/400355/400356/400357/400358/400359/400360/400361/400362/400363/400364/400365/400366/400367/400368/400369/400370/400371/400372/400373/400374/400375/400376/400377/400378/400379/400380/400381/400382/400383/400384/400385/400386/400387/400388/400389/400390/400391/400392/400393/400394/400395/400396/400397/400398/400399/400 done >09:21:07,268 INFO program: Creating journal (32768 blocks): done >09:21:09,443 INFO program: Writing superblocks and filesystem accounting information: 0/400 1/400 2/400 3/400 4/400 5/400 6/400 7/400 8/400 9/400 10/400 11/400 12/400 13/400 14/400 15/400 16/400 17/400 18/400 19/400 20/400 21/400 22/400 23/400 24/400 25/400 26/400 27/400 28/400 29/400 30/400 31/400 32/400 33/400 34/400 35/400 36/400 37/400 38/400 39/400 40/400 41/400 42/400 43/400 44/400 45/400 46/400 47/400 48/400 49/400 50/400 51/400 52/400 53/400 54/400 55/400 56/400 57/400 58/400 59/400 60/400 61/400 62/400 63/400 64/400 65/400 66/400 67/400 68/400 69/400 70/400 71/400 72/400 73/400 74/400 75/400 76/400 77/400 78/400 79/400 80/400 81/400 82/400 83/400 84/400 85/400 86/400 87/400 88/400 89/400 90/400 91/400 92/400 93/400 94/400 95/400 96/400 97/400 98/400 99/400100/400101/400102/400103/400104/400105/400106/400107/400108/400109/400110/400111/400112/400113/400114/400115/400116/400117/400118/400119/400120/400121/400122/400123/400124/400125/400126/400127/400128/400129/400130/400131/400132/400133/400134/400135/400136/400137/400138/400139/400140/400141/400142/400143/400144/400145/400146/400147/400148/400149/400150/400151/400152/400153/400154/400155/400156/400157/400158/400159/400160/400161/400162/400163/400164/400165/400166/400167/400168/400169/400170/400171/400172/400173/400174/400175/400176/400177/400178/400179/400180/400181/400182/400183/400184/400185/400186/400187/400188/400189/400190/400191/400192/400193/400194/400195/400196/400197/400198/400199/400200/400201/400202/400203/400204/400205/400206/400207/400208/400209/400210/400211/400212/400213/400214/400215/400216/400217/400218/400219/400220/400221/400222/400223/400224/400225/400226/400227/400228/400229/400230/400231/400232/400233/400234/400235/400236/400237/400238/400239/400240/400241/400242/400243/400244/400245/400246/400247/400248/400249/400250/400251/400252/400253/400254/400255/400256/400257/400258/400259/400260/400261/400262/400263/400264/400265/400266/400267/400268/400269/400270/400271/400272/400273/400274/400275/400276/400277/400278/400279/400280/400281/400282/400283/400284/400285/400286/400287/400288/400289/400290/400291/400292/400293/400294/400295/400296/400297/400298/400299/400300/400301/400302/400303/400304/400305/400306/400307/400308/400309/400310/400311/400312/400313/400314/400315/400316/400317/400318/400319/400320/400321/400322/400323/400324/400325/400326/400327/400328/400329/400330/400331/400332/400333/400334/400335/400336/400337/400338/400339/400340/400341/400342/400343/400344/400345/400346/400347/400348/400349/400350/400351/400352/400353/400354/400355/400356/400357/400358/400359/400360/400361/400362/400363/400364/400365/400366/400367/400368/400369/400370/400371/400372/400373/400374/400375/400376/400377/400378/400379/400380/400381/400382/400383/400384/400385/400386/400387/400388/400389/400390/400391/400392/400393/400394/400395/400396/400397/400398/400399/400 done >09:21:09,451 INFO program: >09:21:09,461 INFO program: Running... udevadm settle --timeout=300 >09:21:09,990 INFO program: Running... udevadm settle --timeout=300 >09:21:10,273 INFO program: Running... mke2fs -t ext4 /dev/sda1 >09:21:10,348 ERR program: mke2fs 1.42.5 (29-Jul-2012) >09:21:10,356 INFO program: Filesystem label= >09:21:10,357 INFO program: OS type: Linux >09:21:10,358 INFO program: Block size=1024 (log=0) >09:21:10,359 INFO program: Fragment size=1024 (log=0) >09:21:10,359 INFO program: Stride=0 blocks, Stripe width=0 blocks >09:21:10,361 INFO program: 128016 inodes, 512000 blocks >09:21:10,361 INFO program: 25600 blocks (5.00%) reserved for the super user >09:21:10,362 INFO program: First data block=1 >09:21:10,363 INFO program: Maximum filesystem blocks=67633152 >09:21:10,364 INFO program: 63 block groups >09:21:10,365 INFO program: 8192 blocks per group, 8192 fragments per group >09:21:10,365 INFO program: 2032 inodes per group >09:21:10,366 INFO program: Superblock backups stored on blocks: >09:21:10,371 INFO program: 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 >09:21:10,372 INFO program: >09:21:10,380 INFO program: Allocating group tables: 0/63 1/63 2/63 3/63 4/63 5/63 6/63 7/63 8/63 9/6310/6311/6312/6313/6314/6315/6316/6317/6318/6319/6320/6321/6322/6323/6324/6325/6326/6327/6328/6329/6330/6331/6332/6333/6334/6335/6336/6337/6338/6339/6340/6341/6342/6343/6344/6345/6346/6347/6348/6349/6350/6351/6352/6353/6354/6355/6356/6357/6358/6359/6360/6361/6362/63 done >09:21:10,384 INFO program: Writing inode tables: 0/63 1/63 2/63 3/63 4/63 5/63 6/63 7/63 8/63 9/6310/6311/6312/6313/6314/6315/6316/6317/6318/6319/6320/6321/6322/6323/6324/6325/6326/6327/6328/6329/6330/6331/6332/6333/6334/6335/6336/6337/6338/6339/6340/6341/6342/6343/6344/6345/6346/6347/6348/6349/6350/6351/6352/6353/6354/6355/6356/6357/6358/6359/6360/6361/6362/63 done >09:21:10,529 INFO program: Creating journal (8192 blocks): done >09:21:10,867 INFO program: Writing superblocks and filesystem accounting information: 0/63 1/63 2/63 3/63 4/63 5/63 6/63 7/63 8/63 9/6310/6311/6312/6313/6314/6315/6316/6317/6318/6319/6320/6321/6322/6323/6324/6325/6326/6327/6328/6329/6330/6331/6332/6333/6334/6335/6336/6337/6338/6339/6340/6341/6342/6343/6344/6345/6346/6347/6348/6349/6350/6351/6352/6353/6354/6355/6356/6357/6358/6359/6360/6361/6362/63 done >09:21:10,876 INFO program: >09:21:10,891 INFO program: Running... udevadm settle --timeout=300 >09:21:11,063 INFO program: Running... udevadm settle --timeout=300 >09:21:11,373 INFO program: Running... swapon /dev/sda2 >13:21:12,373 INFO program: Running... /bin/mount -n -t ext4 -o defaults /dev/sda3 /mnt/sysimage >13:21:12,540 INFO program: Running... /bin/mount -n -t ext4 -o defaults /dev/sda1 /mnt/sysimage/boot >13:21:12,675 INFO program: Running... /bin/mount -n -t bind -o defaults,bind /dev /mnt/sysimage/dev >13:21:12,775 INFO program: Running... /bin/mount -n -t devpts -o gid=5,mode=620 /dev/devpts /mnt/sysimage/dev/pts >13:21:12,856 INFO program: Running... /bin/mount -n -t tmpfs -o defaults /dev/tmpfs /mnt/sysimage/dev/shm >13:21:12,954 INFO program: Running... /bin/mount -n -t ext4 -o defaults /dev/sda5 /mnt/sysimage/home >13:21:13,123 INFO program: Running... /bin/mount -n -t proc -o defaults /dev/proc /mnt/sysimage/proc >13:21:13,696 INFO program: Running... /bin/mount -n -t sysfs -o defaults /dev/sysfs /mnt/sysimage/sys >13:21:13,782 INFO program: Running... /bin/mount -n -t selinuxfs -o defaults /dev/selinuxfs /mnt/sysimage/sys/fs/selinux >09:27:13,742 INFO program: Running... grub2-install --no-floppy /dev/sda >09:27:18,829 ERR program: Installation finished. No error reported. >09:27:19,190 INFO program: Running... grub2-set-default Fedora Linux, with Linux 3.6.0-0.rc6.git0.2.fc18.i686.PAE >09:27:19,482 INFO program: Running... grub2-mkconfig -o /boot/grub2/grub.cfg >09:27:20,069 ERR program: Generating grub.cfg ... >09:27:20,626 ERR program: Found theme: /boot/grub2/themes/system/theme.txt >09:27:21,235 ERR program: Found linux image: /boot/vmlinuz-3.6.0-0.rc6.git0.2.fc18.i686.PAE >09:27:21,311 ERR program: Found initrd image: /boot/initramfs-3.6.0-0.rc6.git0.2.fc18.i686.PAE.img >09:27:24,193 ERR program: done >09:27:24,441 INFO program: Running... /usr/sbin/authconfig --update --nostart --enableshadow --passalgo=sha512 > > >/tmp/storage.log: >13:18:38,787 DEBUG storage: registered device format class MDRaidMember as mdmember >13:18:38,796 DEBUG storage: registered device format class SwapSpace as swap >13:18:38,804 DEBUG storage: registered device format class DiskLabel as disklabel >13:18:38,808 DEBUG storage: registered device format class PPCPRePBoot as prepboot >13:18:39,111 DEBUG storage: registered device format class LUKS as luks >13:18:39,116 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >13:18:39,120 DEBUG storage: registered device format class MultipathMember as multipath_member >13:18:39,169 DEBUG storage: registered device format class Ext2FS as ext2 >13:18:39,171 DEBUG storage: registered device format class Ext3FS as ext3 >13:18:39,171 DEBUG storage: registered device format class Ext4FS as ext4 >13:18:39,172 DEBUG storage: registered device format class FATFS as vfat >13:18:39,173 DEBUG storage: registered device format class EFIFS as efi >13:18:39,174 DEBUG storage: registered device format class BTRFS as btrfs >13:18:39,174 DEBUG storage: registered device format class GFS2 as gfs2 >13:18:39,175 DEBUG storage: registered device format class JFS as jfs >13:18:39,175 DEBUG storage: registered device format class ReiserFS as reiserfs >13:18:39,176 DEBUG storage: registered device format class XFS as xfs >13:18:39,177 DEBUG storage: registered device format class HFS as hfs >13:18:39,177 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >13:18:39,178 DEBUG storage: registered device format class HFSPlus as hfs+ >13:18:39,178 DEBUG storage: registered device format class NTFS as ntfs >13:18:39,179 DEBUG storage: registered device format class NFS as nfs >13:18:39,179 DEBUG storage: registered device format class NFSv4 as nfs4 >13:18:39,182 DEBUG storage: registered device format class Iso9660FS as iso9660 >13:18:39,185 DEBUG storage: registered device format class NoDevFS as nodev >13:18:39,188 DEBUG storage: registered device format class DevPtsFS as devpts >13:18:39,191 DEBUG storage: registered device format class ProcFS as proc >13:18:39,194 DEBUG storage: registered device format class SysFS as sysfs >13:18:39,197 DEBUG storage: registered device format class TmpFS as tmpfs >13:18:39,199 DEBUG storage: registered device format class BindFS as bind >13:18:39,202 DEBUG storage: registered device format class SELinuxFS as selinuxfs >13:18:39,205 DEBUG storage: registered device format class USBFS as usbfs >13:18:39,210 DEBUG storage: registered device format class BIOSBoot as biosboot >13:18:39,214 DEBUG storage: registered device format class DMRaidMember as dmraidmember >13:18:42,566 DEBUG storage: MultipathTopology._build_topology: >13:18:42,568 DEBUG storage: /etc/multipath.conf contents: >13:18:42,568 DEBUG storage: # multipath.conf written by anaconda >13:18:42,569 DEBUG storage: >13:18:42,569 DEBUG storage: defaults { >13:18:42,570 DEBUG storage: user_friendly_names yes >13:18:42,571 DEBUG storage: } >13:18:42,571 DEBUG storage: blacklist { >13:18:42,572 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >13:18:42,572 DEBUG storage: devnode "^hd[a-z]" >13:18:42,573 DEBUG storage: devnode "^dcssblk[0-9]*" >13:18:42,573 DEBUG storage: device { >13:18:42,574 DEBUG storage: vendor "DGC" >13:18:42,574 DEBUG storage: product "LUNZ" >13:18:42,575 DEBUG storage: } >13:18:42,576 DEBUG storage: device { >13:18:42,579 DEBUG storage: vendor "IBM" >13:18:42,582 DEBUG storage: product "S/390.*" >13:18:42,585 DEBUG storage: } >13:18:42,588 DEBUG storage: # don't count normal SATA devices as multipaths >13:18:42,591 DEBUG storage: device { >13:18:42,594 DEBUG storage: vendor "ATA" >13:18:42,596 DEBUG storage: } >13:18:42,599 DEBUG storage: # don't count 3ware devices as multipaths >13:18:42,602 DEBUG storage: device { >13:18:42,605 DEBUG storage: vendor "3ware" >13:18:42,608 DEBUG storage: } >13:18:42,611 DEBUG storage: device { >13:18:42,614 DEBUG storage: vendor "AMCC" >13:18:42,617 DEBUG storage: } >13:18:42,620 DEBUG storage: # nor highpoint devices >13:18:42,623 DEBUG storage: device { >13:18:42,626 DEBUG storage: vendor "HPT" >13:18:42,629 DEBUG storage: } >13:18:42,632 DEBUG storage: } >13:18:42,635 DEBUG storage: multipaths { >13:18:42,637 DEBUG storage: } >13:18:42,640 DEBUG storage: (end of /etc/multipath.conf) >13:18:42,988 INFO storage: MultipathTopology: found non-disk device: sr0 >13:18:42,990 INFO storage: MultipathTopology: found singlepath device: sda >13:18:42,991 INFO storage: MultipathTopology: found non-disk device: sda1 >13:18:42,992 INFO storage: MultipathTopology: found non-disk device: sda2 >13:18:42,993 INFO storage: MultipathTopology: found singlepath device: loop0 >13:18:42,994 INFO storage: MultipathTopology: found singlepath device: loop1 >13:18:42,995 INFO storage: MultipathTopology: found singlepath device: loop2 >13:18:42,996 INFO storage: MultipathTopology: found singlepath device: loop3 >13:18:42,997 INFO storage: MultipathTopology: found singlepath device: loop4 >13:18:42,999 INFO storage: MultipathTopology: found singlepath device: loop5 >13:18:43,000 INFO storage: MultipathTopology: found singlepath device: loop6 >13:18:43,002 INFO storage: MultipathTopology: found singlepath device: loop7 >13:18:43,004 INFO storage: MultipathTopology: found singlepath device: dm-0 >13:18:57,964 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >13:18:58,012 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >13:18:58,645 DEBUG storage: MultipathTopology._build_topology: >13:18:58,647 DEBUG storage: /etc/multipath.conf contents: >13:18:58,647 DEBUG storage: # multipath.conf written by anaconda >13:18:58,648 DEBUG storage: >13:18:58,649 DEBUG storage: defaults { >13:18:58,649 DEBUG storage: user_friendly_names yes >13:18:58,650 DEBUG storage: } >13:18:58,650 DEBUG storage: blacklist { >13:18:58,651 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >13:18:58,651 DEBUG storage: devnode "^hd[a-z]" >13:18:58,652 DEBUG storage: devnode "^dcssblk[0-9]*" >13:18:58,653 DEBUG storage: device { >13:18:58,653 DEBUG storage: vendor "DGC" >13:18:58,654 DEBUG storage: product "LUNZ" >13:18:58,654 DEBUG storage: } >13:18:58,655 DEBUG storage: device { >13:18:58,658 DEBUG storage: vendor "IBM" >13:18:58,661 DEBUG storage: product "S/390.*" >13:18:58,664 DEBUG storage: } >13:18:58,667 DEBUG storage: # don't count normal SATA devices as multipaths >13:18:58,670 DEBUG storage: device { >13:18:58,673 DEBUG storage: vendor "ATA" >13:18:58,676 DEBUG storage: } >13:18:58,679 DEBUG storage: # don't count 3ware devices as multipaths >13:18:58,682 DEBUG storage: device { >13:18:58,685 DEBUG storage: vendor "3ware" >13:18:58,688 DEBUG storage: } >13:18:58,691 DEBUG storage: device { >13:18:58,694 DEBUG storage: vendor "AMCC" >13:18:58,697 DEBUG storage: } >13:18:58,701 DEBUG storage: # nor highpoint devices >13:18:58,704 DEBUG storage: device { >13:18:58,708 DEBUG storage: vendor "HPT" >13:18:58,711 DEBUG storage: } >13:18:58,714 DEBUG storage: } >13:18:58,717 DEBUG storage: multipaths { >13:18:58,721 DEBUG storage: } >13:18:58,725 DEBUG storage: (end of /etc/multipath.conf) >13:18:58,904 INFO storage: MultipathTopology: found non-disk device: sr0 >13:18:58,914 INFO storage: MultipathTopology: found singlepath device: sda >13:18:58,925 INFO storage: MultipathTopology: found non-disk device: sda1 >13:18:58,928 INFO storage: MultipathTopology: found non-disk device: sda2 >13:18:58,931 INFO storage: MultipathTopology: found singlepath device: loop0 >13:18:58,932 INFO storage: MultipathTopology: found singlepath device: loop1 >13:18:58,932 INFO storage: MultipathTopology: found singlepath device: loop2 >13:18:58,933 INFO storage: MultipathTopology: found singlepath device: loop3 >13:18:58,934 INFO storage: MultipathTopology: found singlepath device: loop4 >13:18:58,934 INFO storage: MultipathTopology: found singlepath device: loop5 >13:18:58,941 INFO storage: MultipathTopology: found singlepath device: loop6 >13:18:58,942 INFO storage: MultipathTopology: found singlepath device: loop7 >13:18:58,942 INFO storage: MultipathTopology: found singlepath device: dm-0 >13:18:58,943 INFO storage: devices to scan: ['sr0', 'sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >13:18:58,966 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-HL-DT-ST_DVDRAM_GSA-U10N_KZ076L20245 /dev/disk/by-label/Fedora\\x2018\\x20i386 /dev/disk/by-uuid/2012-09-25-12-13-29-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD_PLUS_RW': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18_i386', > 'ID_FS_LABEL_ENC': 'Fedora\\x2018\\x20i386', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-09-25-12-13-29-00', > 'ID_FS_UUID_ENC': '2012-09-25-12-13-29-00', > 'ID_MODEL': 'HL-DT-ST_DVDRAM_GSA-U10N', > 'ID_MODEL_ENC': 'HL-DT-ST\\x20DVDRAM\\x20GSA-U10N\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.05', > 'ID_SERIAL': 'HL-DT-ST_DVDRAM_GSA-U10N_KZ076L20245', > 'ID_SERIAL_SHORT': 'KZ076L20245', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '448795', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-HL-DT-ST_DVDRAM_GSA-U10N_KZ076L20245', > '/dev/disk/by-label/Fedora\\x2018\\x20i386', > '/dev/disk/by-uuid/2012-09-25-12-13-29-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0'} ; name: sr0 ; >13:18:58,970 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0)... >13:18:58,973 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >13:18:58,975 DEBUG storage: DeviceTree.getDeviceByName returned None >13:18:58,976 INFO storage: sr0 is a cdrom >13:18:58,978 DEBUG storage: DeviceTree.addUdevOpticalDevice: >13:18:58,979 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:18:58,985 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >13:18:58,986 INFO storage: added cdrom sr0 (id 0) to device tree >13:18:58,988 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:18:59,081 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >13:18:59,087 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >13:18:59,093 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >13:18:59,101 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >13:18:59,233 WARN storage: disklabel detected but not usable on sr0 >13:18:59,234 INFO storage: type detected on 'sr0' is 'iso9660' >13:18:59,238 DEBUG storage: Iso9660FS.supported: supported: True ; >13:18:59,239 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >13:18:59,241 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >13:18:59,245 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:18:59,354 DEBUG storage: looking up parted Device: /dev/sr0 >13:18:59,358 INFO storage: got device: OpticalDevice instance (0xb1ad6c8c) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 4482.625 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:0/3:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: HL-DT-ST DVDRAM GSA-U10N path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2295104 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: True > hardwareGeometry: (142, 255, 63) biosGeometry: (142, 255, 63) > PedDevice: <_ped.Device object at 0xb199274c> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >13:18:59,364 DEBUG storage: Iso9660FS.supported: supported: True ; >13:18:59,365 INFO storage: got format: Iso9660FS instance (0xb19625ec) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-09-25-12-13-29-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18_i386 size = 0 targetSize = 0 > >13:18:59,373 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP /dev/disk/by-id/wwn-0x5000cca53bc1993e', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '254', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '40', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '38', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'HITACHI_HTS722010K9SA00', > 'ID_MODEL_ENC': 'HITACHI\\x20HTS722010K9SA00\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'DC2ZC75A', > 'ID_SERIAL': 'HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP', > 'ID_SERIAL_SHORT': '071108DP0210DPG3J0KP', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca53bc1993e', > 'ID_WWN_WITH_EXTENSION': '0x5000cca53bc1993e', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '490375', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP', > '/dev/disk/by-id/wwn-0x5000cca53bc1993e'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >13:18:59,381 INFO storage: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >13:18:59,385 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >13:18:59,388 DEBUG storage: DeviceTree.getDeviceByName returned None >13:18:59,401 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >13:18:59,409 INFO storage: sda is a disk >13:18:59,413 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:18:59,419 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >13:18:59,423 INFO storage: added disk sda (id 1) to device tree >13:18:59,424 DEBUG storage: looking up parted Device: /dev/sda >13:18:59,434 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >13:18:59,440 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >13:18:59,446 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >13:18:59,465 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >13:18:59,636 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0xb199a90c>, <parted.partition.Partition object at 0xb199a98c>] > device: <parted.device.Device object at 0xb199a4cc> > PedDisk: <_ped.Disk object at 0xb199a5ac> >13:18:59,640 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >13:18:59,645 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >13:18:59,673 INFO storage: got device: DiskDevice instance (0xb19987ac) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 95396.2734375 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HITACHI HTS72201 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 195371568 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (12161, 255, 63) biosGeometry: (12161, 255, 63) > PedDevice: <_ped.Device object at 0xb199280c> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb1998b2c> >13:18:59,685 INFO storage: got format: DiskLabel instance (0xb199a38c) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0xb199a90c>, <parted.partition.Partition object at 0xb199a98c>] > device: <parted.device.Device object at 0xb199a4cc> > PedDisk: <_ped.Disk object at 0xb199a5ac> > origPartedDisk = <parted.disk.Disk object at 0xb1998d2c> > partedDevice = parted.Device instance -- > model: ATA HITACHI HTS72201 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 195371568 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (12161, 255, 63) biosGeometry: (12161, 255, 63) > PedDevice: <_ped.Device object at 0xb19927ac> > >13:18:59,696 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP-part1 /dev/disk/by-id/wwn-0x5000cca53bc1993e-part1 /dev/disk/by-label/\\x2fboot /dev/disk/by-uuid/ed5bf90c-a8ba-4cfd-8393-f8c76a04ba1e', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '254', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '40', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '38', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': '/boot', > 'ID_FS_LABEL_ENC': '\\x2fboot', > 'ID_FS_TYPE': 'ext3', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ed5bf90c-a8ba-4cfd-8393-f8c76a04ba1e', > 'ID_FS_UUID_ENC': 'ed5bf90c-a8ba-4cfd-8393-f8c76a04ba1e', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'HITACHI_HTS722010K9SA00', > 'ID_MODEL_ENC': 'HITACHI\\x20HTS722010K9SA00\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '208782', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'DC2ZC75A', > 'ID_SERIAL': 'HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP', > 'ID_SERIAL_SHORT': '071108DP0210DPG3J0KP', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca53bc1993e', > 'ID_WWN_WITH_EXTENSION': '0x5000cca53bc1993e', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '490450', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP-part1', > '/dev/disk/by-id/wwn-0x5000cca53bc1993e-part1', > '/dev/disk/by-label/\\x2fboot', > '/dev/disk/by-uuid/ed5bf90c-a8ba-4cfd-8393-f8c76a04ba1e'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >13:18:59,700 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >13:18:59,703 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >13:18:59,708 DEBUG storage: DeviceTree.getDeviceByName returned None >13:18:59,710 INFO storage: sda1 is a partition >13:18:59,714 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >13:18:59,716 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >13:18:59,719 DEBUG storage: DeviceTree.getDeviceByName returned existing 95396MB disk sda (1) with existing msdos disklabel >13:18:59,724 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >13:18:59,730 DEBUG storage: PartitionDevice._setFormat: sda1 ; >13:18:59,731 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:18:59,734 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >13:18:59,734 DEBUG storage: looking up parted Partition: /dev/sda1 >13:18:59,737 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >13:18:59,745 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >13:18:59,747 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >13:18:59,750 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >13:18:59,751 INFO storage: added partition sda1 (id 2) to device tree >13:18:59,753 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >13:18:59,755 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >13:18:59,761 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >13:18:59,768 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >13:18:59,811 WARN storage: disklabel detected but not usable on sda1 >13:18:59,818 INFO storage: type detected on 'sda1' is 'ext3' >13:19:00,655 DEBUG storage: Ext3FS.supported: supported: True ; >13:19:00,678 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:19:00,685 DEBUG storage: PartitionDevice._setFormat: sda1 ; >13:19:00,692 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext3 ; >13:19:00,697 DEBUG storage: looking up parted Device: /dev/sda1 >13:19:00,711 INFO storage: got device: PartitionDevice instance (0xb1998cac) -- > name = sda1 status = True kids = 0 id = 2 > parents = ['existing 95396MB disk sda (1) with existing msdos disklabel'] > uuid = None size = 101.944335938 > format = existing ext3 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 208782 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12, 255, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0xb19928cc> > target size = 0 path = /dev/sda1 > 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 0xb199a5ec> fileSystem: <parted.filesystem.FileSystem object at 0xb199a8ec> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb199a9ac> PedPartition: <_ped.Partition object at 0xb19998cc> > disk = existing 95396MB disk sda (1) with existing msdos disklabel > start = 63 end = 208844 length = 208782 > flags = boot >13:19:00,717 DEBUG storage: Ext3FS.supported: supported: True ; >13:19:00,720 INFO storage: got format: Ext3FS instance (0xb199ab2c) -- > type = ext3 name = ext3 status = False > device = /dev/sda1 uuid = ed5bf90c-a8ba-4cfd-8393-f8c76a04ba1e exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = /boot size = 101.0 targetSize = 101.0 > >13:19:00,736 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP-part2 /dev/disk/by-id/wwn-0x5000cca53bc1993e-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '254', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '40', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '38', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'x77srX-gAn7-GHvd-XxZ3-BWVK-BBHg-wm3BX8', > 'ID_FS_UUID_ENC': 'x77srX-gAn7-GHvd-XxZ3-BWVK-BBHg-wm3BX8', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'HITACHI_HTS722010K9SA00', > 'ID_MODEL_ENC': 'HITACHI\\x20HTS722010K9SA00\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '208845', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '195157620', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': 'DC2ZC75A', > 'ID_SERIAL': 'HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP', > 'ID_SERIAL_SHORT': '071108DP0210DPG3J0KP', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca53bc1993e', > 'ID_WWN_WITH_EXTENSION': '0x5000cca53bc1993e', > 'LVM2_LV_ATTR': ['-wi-----', '-wi-----'], > 'LVM2_LV_NAME': ['LogVol00', 'LogVol01'], > 'LVM2_LV_SIZE': ['93454336.00', '4096000.00'], > 'LVM2_LV_UUID': ['SqJ0Lr-PTlE-y8q3-sTUs-gfTT-C25G-ZuInjB', > 'XxTsNi-Ct0G-cKnS-M2RW-FCVu-08fz-VW0rdS'], > 'LVM2_PE_START': '192.00', > 'LVM2_PV_COUNT': '1', > 'LVM2_PV_NAME': '/dev/sda2', > 'LVM2_PV_PE_ALLOC_COUNT': '2977', > 'LVM2_PV_PE_COUNT': '2977', > 'LVM2_PV_SIZE': '97550336.00', > 'LVM2_PV_UUID': 'x77srX-gAn7-GHvd-XxZ3-BWVK-BBHg-wm3BX8', > 'LVM2_VG_EXTENT_COUNT': '2977', > 'LVM2_VG_EXTENT_SIZE': '32768.00', > 'LVM2_VG_FREE': '0', > 'LVM2_VG_FREE_COUNT': '0', > 'LVM2_VG_NAME': 'VolGroup00', > 'LVM2_VG_SIZE': '97550336.00', > 'LVM2_VG_UUID': 'sfX635-Toqv-esM2-sAuV-DoAU-tqA2-eLDdWq', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '490513', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-HITACHI_HTS722010K9SA00_071108DP0210DPG3J0KP-part2', > '/dev/disk/by-id/wwn-0x5000cca53bc1993e-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >13:19:00,751 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >13:19:00,756 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >13:19:00,758 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:00,759 INFO storage: sda2 is a partition >13:19:00,762 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >13:19:00,764 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >13:19:00,777 DEBUG storage: DeviceTree.getDeviceByName returned existing 95396MB disk sda (1) with existing msdos disklabel >13:19:00,780 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >13:19:00,787 DEBUG storage: PartitionDevice._setFormat: sda2 ; >13:19:00,789 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:00,795 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >13:19:00,796 DEBUG storage: looking up parted Partition: /dev/sda2 >13:19:00,799 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >13:19:00,802 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >13:19:00,805 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >13:19:00,807 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >13:19:00,808 INFO storage: added partition sda2 (id 3) to device tree >13:19:00,811 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >13:19:00,813 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >13:19:00,816 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >13:19:00,820 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >13:19:00,882 WARN storage: disklabel detected but not usable on sda2 >13:19:00,884 INFO storage: type detected on 'sda2' is 'LVM2_member' >13:19:00,887 DEBUG storage: LVMPhysicalVolume.__init__: vgName: VolGroup00 ; uuid: x77srX-gAn7-GHvd-XxZ3-BWVK-BBHg-wm3BX8 ; exists: True ; vgUuid: sfX635-Toqv-esM2-sAuV-DoAU-tqA2-eLDdWq ; label: None ; peStart: 0.1875 ; device: /dev/sda2 ; serial: 071108DP0210DPG3J0KP ; >13:19:00,890 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >13:19:00,893 DEBUG storage: PartitionDevice._setFormat: sda2 ; >13:19:00,899 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >13:19:00,906 DEBUG storage: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >13:19:00,916 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup00 ; >13:19:00,918 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:00,922 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >13:19:00,923 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:00,947 DEBUG storage: LVMVolumeGroupDevice._setFormat: VolGroup00 ; current: None ; type: None ; >13:19:00,950 INFO storage: added lvmvg VolGroup00 (id 4) to device tree >13:19:00,956 DEBUG storage: looking up parted Device: /dev/sda2 >13:19:00,968 INFO storage: got device: PartitionDevice instance (0xaf6980cc) -- > name = sda2 status = True kids = 1 id = 3 > parents = ['existing 95396MB disk sda (1) with existing msdos disklabel'] > uuid = None size = 95291.8066406 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 195157620 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (12148, 255, 63) biosGeometry: (12148, 255, 63) > PedDevice: <_ped.Device object at 0xb1992f2c> > target size = 0 path = /dev/sda2 > 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 0xb199a5ec> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb199a7cc> PedPartition: <_ped.Partition object at 0xb199989c> > disk = existing 95396MB disk sda (1) with existing msdos disklabel > start = 208845 end = 195366464 length = 195157620 > flags = lvm >13:19:00,973 INFO storage: got format: LVMPhysicalVolume instance (0xb199b16c) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = x77srX-gAn7-GHvd-XxZ3-BWVK-BBHg-wm3BX8 exists = True > options = None supported = True formattable = True resizable = False > vgName = VolGroup00 vgUUID = sfX635-Toqv-esM2-sAuV-DoAU-tqA2-eLDdWq peStart = 0.1875 >13:19:00,978 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': '773756', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >13:19:00,983 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >13:19:00,998 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >13:19:01,000 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:01,004 INFO storage: loop0 is a loop device >13:19:01,009 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >13:19:01,012 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >13:19:01,014 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:01,015 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:01,018 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >13:19:01,018 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 5) to device tree >13:19:01,021 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >13:19:01,022 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:01,025 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >13:19:01,025 INFO storage: added loop loop0 (id 6) to device tree >13:19:01,028 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >13:19:01,030 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >13:19:01,031 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >13:19:01,034 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >13:19:01,036 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >13:19:01,049 WARN storage: disklabel detected but not usable on loop0 >13:19:01,056 INFO storage: type detected on 'loop0' is 'squashfs' >13:19:01,058 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >13:19:01,061 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >13:19:01,062 INFO storage: got device: LoopDevice instance (0xb1998e0c) -- > name = loop0 status = False kids = 0 id = 6 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (5)'] > 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 >13:19:01,067 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/ab3a3f49-ceb0-4701-b839-12f122b45161', > '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': 'ab3a3f49-ceb0-4701-b839-12f122b45161', > 'ID_FS_UUID_ENC': 'ab3a3f49-ceb0-4701-b839-12f122b45161', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '773866', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ab3a3f49-ceb0-4701-b839-12f122b45161'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >13:19:01,070 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >13:19:01,073 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >13:19:01,075 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:01,075 INFO storage: loop1 is a loop device >13:19:01,078 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >13:19:01,082 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >13:19:01,088 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:01,089 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:01,092 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >13:19:01,093 INFO storage: added file /LiveOS/rootfs.img (id 7) to device tree >13:19:01,099 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >13:19:01,155 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:01,158 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >13:19:01,170 INFO storage: added loop loop1 (id 8) to device tree >13:19:01,175 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >13:19:01,188 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >13:19:01,194 DEBUG storage: Ext4FS.supported: supported: True ; >13:19:01,195 DEBUG storage: getFormat('ext4') returning Ext4FS instance >13:19:01,204 DEBUG storage: device loop1 does not contain a disklabel >13:19:01,219 INFO storage: type detected on 'loop1' is 'ext4' >13:19:01,905 DEBUG storage: Ext4FS.supported: supported: True ; >13:19:01,909 DEBUG storage: getFormat('ext4') returning Ext4FS instance >13:19:01,915 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >13:19:01,919 INFO storage: got device: LoopDevice instance (0xb1998e2c) -- > name = loop1 status = False kids = 0 id = 8 > parents = ['existing 0MB file /LiveOS/rootfs.img (7)'] > 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 >13:19:01,927 DEBUG storage: Ext4FS.supported: supported: True ; >13:19:01,931 INFO storage: got format: Ext4FS instance (0xb19982cc) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = ab3a3f49-ceb0-4701-b839-12f122b45161 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >13:19:01,938 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': '773969', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >13:19:01,943 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >13:19:01,948 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >13:19:01,954 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:01,958 INFO storage: loop2 is a loop device >13:19:01,964 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >13:19:01,970 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >13:19:01,976 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:01,980 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:01,986 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >13:19:01,990 INFO storage: added file /overlay (deleted) (id 9) to device tree >13:19:01,996 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >13:19:02,000 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:02,027 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >13:19:02,031 INFO storage: added loop loop2 (id 10) to device tree >13:19:02,036 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >13:19:02,046 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >13:19:02,051 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >13:19:02,057 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >13:19:02,070 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >13:19:02,094 WARN storage: disklabel detected but not usable on loop2 >13:19:02,096 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >13:19:02,096 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >13:19:02,099 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >13:19:02,101 INFO storage: got device: LoopDevice instance (0xb199becc) -- > name = loop2 status = False kids = 0 id = 10 > parents = ['existing 0MB file /overlay (deleted) (9)'] > 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 >13:19:02,105 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': '774999', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >13:19:02,106 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >13:19:02,107 DEBUG storage: lvm filter: adding loop3 to the reject list >13:19:02,109 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': '775127', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >13:19:02,111 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >13:19:02,111 DEBUG storage: lvm filter: adding loop4 to the reject list >13:19:02,114 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': '775233', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >13:19:02,115 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >13:19:02,116 DEBUG storage: lvm filter: adding loop5 to the reject list >13:19:02,119 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': '775338', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >13:19:02,120 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >13:19:02,120 DEBUG storage: lvm filter: adding loop6 to the reject list >13:19:02,123 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': '775443', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >13:19:02,124 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >13:19:02,125 DEBUG storage: lvm filter: adding loop7 to the reject list >13:19:02,131 DEBUG storage: Skipping a device mapper drive (dm-0) for now >13:19:02,385 INFO storage: devices to scan: ['dm-0'] >13:19:02,394 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/ab3a3f49-ceb0-4701-b839-12f122b45161 /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': 'ab3a3f49-ceb0-4701-b839-12f122b45161', > 'ID_FS_UUID_ENC': 'ab3a3f49-ceb0-4701-b839-12f122b45161', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '320083', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ab3a3f49-ceb0-4701-b839-12f122b45161', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >13:19:02,398 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >13:19:02,404 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >13:19:02,406 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:02,411 INFO storage: live-rw is a device-mapper device >13:19:02,414 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >13:19:02,422 DEBUG storage: LVMVolumeGroupDevice.getDMNode: VolGroup00 ; status: True ; >13:19:02,423 DEBUG storage: failed to find dm node for VolGroup00 >13:19:02,427 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >13:19:02,433 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (8) with existing ext4 filesystem >13:19:02,446 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >13:19:02,455 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (10) >13:19:02,460 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >13:19:02,466 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:02,475 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >13:19:02,479 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:02,485 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >13:19:02,488 INFO storage: added dm live-rw (id 11) to device tree >13:19:02,494 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >13:19:02,499 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >13:19:02,506 DEBUG storage: Ext4FS.supported: supported: True ; >13:19:02,510 DEBUG storage: getFormat('ext4') returning Ext4FS instance >13:19:02,513 DEBUG storage: device live-rw does not contain a disklabel >13:19:02,517 INFO storage: type detected on 'live-rw' is 'ext4' >13:19:02,883 DEBUG storage: Ext4FS.supported: supported: True ; >13:19:02,888 DEBUG storage: getFormat('ext4') returning Ext4FS instance >13:19:02,890 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >13:19:02,895 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >13:19:03,049 INFO storage: got device: DMDevice instance (0xaf6a982c) -- > name = live-rw status = True kids = 0 id = 11 > parents = ['existing 0MB loop loop2 (10)'] > 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 0xb1992f8c> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >13:19:03,054 DEBUG storage: Ext4FS.supported: supported: True ; >13:19:03,059 INFO storage: got format: Ext4FS instance (0xaf69b9ac) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = ab3a3f49-ceb0-4701-b839-12f122b45161 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >13:19:03,331 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup00-LogVol00 ; >13:19:03,335 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:03,338 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 0 ; name: VolGroup00 ; >13:19:03,339 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:03,342 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup00-LogVol00 ; current: None ; type: None ; >13:19:03,343 DEBUG storage: Adding VolGroup00-LogVol00/91264MB to VolGroup00 >13:19:03,343 INFO storage: added lvmlv VolGroup00-LogVol00 (id 12) to device tree >13:19:03,346 DEBUG storage: LVMLogicalVolumeDevice.setup: VolGroup00-LogVol00 ; status: False ; controllable: True ; orig: False ; >13:19:03,349 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: VolGroup00-LogVol00 ; orig: False ; >13:19:03,353 DEBUG storage: LVMVolumeGroupDevice.setup: VolGroup00 ; status: True ; controllable: True ; orig: False ; >13:19:03,356 DEBUG storage: LVMLogicalVolumeDevice._setup: VolGroup00-LogVol00 ; status: False ; controllable: True ; orig: False ; >13:19:04,098 DEBUG storage: looking up parted Device: /dev/mapper/VolGroup00-LogVol00 >13:19:04,123 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup00-LogVol01 ; >13:19:04,137 DEBUG storage: DeviceTree.getDeviceByName returned None >13:19:04,153 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 1 ; name: VolGroup00 ; >13:19:04,155 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:19:04,178 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup00-LogVol01 ; current: None ; type: None ; >13:19:04,179 DEBUG storage: Adding VolGroup00-LogVol01/4000MB to VolGroup00 >13:19:04,180 INFO storage: added lvmlv VolGroup00-LogVol01 (id 13) to device tree >13:19:04,183 DEBUG storage: LVMLogicalVolumeDevice.setup: VolGroup00-LogVol01 ; status: False ; controllable: True ; orig: False ; >13:19:04,186 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: VolGroup00-LogVol01 ; orig: False ; >13:19:04,193 DEBUG storage: LVMVolumeGroupDevice.setup: VolGroup00 ; status: True ; controllable: True ; orig: False ; >13:19:04,197 DEBUG storage: LVMLogicalVolumeDevice._setup: VolGroup00-LogVol01 ; status: False ; controllable: True ; orig: False ; >13:19:04,819 DEBUG storage: looking up parted Device: /dev/mapper/VolGroup00-LogVol01 >13:19:05,188 INFO storage: devices to scan: ['dm-1', 'dm-2'] >13:19:05,204 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/VolGroup00/LogVol00 /dev/disk/by-id/dm-name-VolGroup00-LogVol00 /dev/disk/by-id/dm-uuid-LVM-sfX635ToqvesM2sAuVDoAUtqA2eLDdWqSqJ0LrPTlEy8q3sTUsgfTTC25GZuInjB /dev/disk/by-uuid/87525cde-a1f9-4c9e-8fe8-8fe6e8fda2e0 /dev/mapper/VolGroup00-LogVol00', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'LogVol00', > 'DM_NAME': 'VolGroup00-LogVol00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-sfX635ToqvesM2sAuVDoAUtqA2eLDdWqSqJ0LrPTlEy8q3sTUsgfTTC25GZuInjB', > 'DM_VG_NAME': 'VolGroup00', > 'ID_FS_TYPE': 'ext3', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '87525cde-a1f9-4c9e-8fe8-8fe6e8fda2e0', > 'ID_FS_UUID_ENC': '87525cde-a1f9-4c9e-8fe8-8fe6e8fda2e0', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '741917', > 'name': 'dm-1', > 'symlinks': ['/dev/VolGroup00/LogVol00', > '/dev/disk/by-id/dm-name-VolGroup00-LogVol00', > '/dev/disk/by-id/dm-uuid-LVM-sfX635ToqvesM2sAuVDoAUtqA2eLDdWqSqJ0LrPTlEy8q3sTUsgfTTC25GZuInjB', > '/dev/disk/by-uuid/87525cde-a1f9-4c9e-8fe8-8fe6e8fda2e0', > '/dev/mapper/VolGroup00-LogVol00'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: VolGroup00-LogVol00 ; >13:19:05,205 INFO storage: scanning VolGroup00-LogVol00 (/devices/virtual/block/dm-1)... >13:19:05,219 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup00-LogVol00 ; >13:19:05,226 DEBUG storage: DeviceTree.getDeviceByName returned existing 91264MB lvmlv VolGroup00-LogVol00 (12) >13:19:05,233 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: VolGroup00-LogVol00 ; >13:19:05,245 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: VolGroup00-LogVol00 ; label_type: None ; >13:19:05,252 DEBUG storage: Ext3FS.supported: supported: True ; >13:19:05,267 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:19:05,271 DEBUG storage: device VolGroup00-LogVol00 does not contain a disklabel >13:19:05,275 INFO storage: type detected on 'VolGroup00-LogVol00' is 'ext3' >13:19:05,727 DEBUG storage: Ext3FS.supported: supported: True ; >13:19:05,736 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:19:05,748 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup00-LogVol00 ; current: None ; type: ext3 ; >13:19:05,781 DEBUG storage: looking up parted Device: /dev/mapper/VolGroup00 >13:19:05,785 DEBUG storage: VolGroup00 size is 95264MB >13:19:05,792 DEBUG storage: vg VolGroup00 has 0MB free >13:19:05,795 DEBUG storage: VolGroup00 size is 95264MB >13:19:05,799 DEBUG storage: vg VolGroup00 has 0MB free >13:19:05,803 INFO storage: got device: LVMLogicalVolumeDevice instance (0xaf6a9fac) -- > name = VolGroup00-LogVol00 status = True kids = 0 id = 12 > parents = ['existing 95264MB lvmvg VolGroup00 (4)'] > uuid = SqJ0Lr-PTlE-y8q3-sTUs-gfTT-C25G-ZuInjB size = 91264.0 > format = existing ext3 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/VolGroup00-LogVol00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 186908672 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (11634, 255, 63) biosGeometry: (11634, 255, 63) > PedDevice: <_ped.Device object at 0xaf6aab6c> > target size = 91264.0 path = /dev/mapper/VolGroup00-LogVol00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0xb1aa332c) -- > name = VolGroup00 status = True kids = 2 id = 4 > parents = ['existing 95291MB partition sda2 (3) with existing lvmpv'] > uuid = sfX635-Toqv-esM2-sAuV-DoAU-tqA2-eLDdWq size = 95264 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/VolGroup00 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 32.0 PE Count = 2977 > PE Free = 0 PV Count = 1 > LV Names = ['LogVol00', 'LogVol01'] modified = False > extents = 2977.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 95291MB partition sda2 (3) with existing lvmpv'] > LVs = ['existing 91264MB lvmlv VolGroup00-LogVol00 (12) with existing ext3 filesystem', > 'existing 4000MB lvmlv VolGroup00-LogVol01 (13)'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 91264MB >13:19:05,810 DEBUG storage: Ext3FS.supported: supported: True ; >13:19:05,812 INFO storage: got format: Ext3FS instance (0xaf6b516c) -- > type = ext3 name = ext3 status = False > device = /dev/mapper/VolGroup00-LogVol00 uuid = 87525cde-a1f9-4c9e-8fe8-8fe6e8fda2e0 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 91264.0 targetSize = 91264.0 > >13:19:05,818 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/VolGroup00/LogVol01 /dev/disk/by-id/dm-name-VolGroup00-LogVol01 /dev/disk/by-id/dm-uuid-LVM-sfX635ToqvesM2sAuVDoAUtqA2eLDdWqXxTsNiCt0GcKnSM2RWFCVu08fzVW0rdS /dev/mapper/VolGroup00-LogVol01', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'LogVol01', > 'DM_NAME': 'VolGroup00-LogVol01', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-sfX635ToqvesM2sAuVDoAUtqA2eLDdWqXxTsNiCt0GcKnSM2RWFCVu08fzVW0rdS', > 'DM_VG_NAME': 'VolGroup00', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '547272', > 'name': 'dm-2', > 'symlinks': ['/dev/VolGroup00/LogVol01', > '/dev/disk/by-id/dm-name-VolGroup00-LogVol01', > '/dev/disk/by-id/dm-uuid-LVM-sfX635ToqvesM2sAuVDoAUtqA2eLDdWqXxTsNiCt0GcKnSM2RWFCVu08fzVW0rdS', > '/dev/mapper/VolGroup00-LogVol01'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: VolGroup00-LogVol01 ; >13:19:05,821 INFO storage: scanning VolGroup00-LogVol01 (/devices/virtual/block/dm-2)... >13:19:05,824 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup00-LogVol01 ; >13:19:05,827 DEBUG storage: DeviceTree.getDeviceByName returned existing 4000MB lvmlv VolGroup00-LogVol01 (13) >13:19:05,830 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: VolGroup00-LogVol01 ; >13:19:05,833 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: VolGroup00-LogVol01 ; label_type: None ; >13:19:05,836 DEBUG storage: SwapSpace.__init__: >13:19:05,836 DEBUG storage: getFormat('swap') returning SwapSpace instance >13:19:05,837 DEBUG storage: device VolGroup00-LogVol01 does not contain a disklabel >13:19:05,838 INFO storage: type detected on 'VolGroup00-LogVol01' is 'swap' >13:19:05,841 DEBUG storage: SwapSpace.__init__: device: /dev/mapper/VolGroup00-LogVol01 ; serial: None ; uuid: None ; exists: True ; label: None ; >13:19:05,842 DEBUG storage: getFormat('swap') returning SwapSpace instance >13:19:05,844 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup00-LogVol01 ; current: None ; type: swap ; >13:19:05,854 DEBUG storage: looking up parted Device: /dev/mapper/VolGroup00 >13:19:05,856 DEBUG storage: VolGroup00 size is 95264MB >13:19:05,866 DEBUG storage: vg VolGroup00 has 0MB free >13:19:05,867 DEBUG storage: VolGroup00 size is 95264MB >13:19:05,870 DEBUG storage: vg VolGroup00 has 0MB free >13:19:05,877 INFO storage: got device: LVMLogicalVolumeDevice instance (0xaf6aeb4c) -- > name = VolGroup00-LogVol01 status = True kids = 0 id = 13 > parents = ['existing 95264MB lvmvg VolGroup00 (4)'] > uuid = XxTsNi-Ct0G-cKnS-M2RW-FCVu-08fz-VW0rdS size = 4000.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/VolGroup00-LogVol01 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8192000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (509, 255, 63) biosGeometry: (509, 255, 63) > PedDevice: <_ped.Device object at 0xaf6d298c> > target size = 4000.0 path = /dev/mapper/VolGroup00-LogVol01 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0xb1aa332c) -- > name = VolGroup00 status = True kids = 2 id = 4 > parents = ['existing 95291MB partition sda2 (3) with existing lvmpv'] > uuid = sfX635-Toqv-esM2-sAuV-DoAU-tqA2-eLDdWq size = 95264 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/VolGroup00 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 32.0 PE Count = 2977 > PE Free = 0 PV Count = 1 > LV Names = ['LogVol00', 'LogVol01'] modified = False > extents = 2977.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 95291MB partition sda2 (3) with existing lvmpv'] > LVs = ['existing 91264MB lvmlv VolGroup00-LogVol00 (12) with existing ext3 filesystem', > 'existing 4000MB lvmlv VolGroup00-LogVol01 (13) with existing swap'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 4000MB >13:19:05,887 INFO storage: got format: SwapSpace instance (0xaf51f10c) -- > type = swap name = swap status = False > device = /dev/mapper/VolGroup00-LogVol01 uuid = None exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >13:19:06,140 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup00-LogVol00 ; >13:19:06,149 DEBUG storage: DeviceTree.getDeviceByName returned existing 91264MB lvmlv VolGroup00-LogVol00 (12) with existing ext3 filesystem >13:19:06,155 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup00-LogVol01 ; >13:19:06,161 DEBUG storage: DeviceTree.getDeviceByName returned existing 4000MB lvmlv VolGroup00-LogVol01 (13) with existing swap >13:19:06,167 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >13:19:06,258 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >13:19:06,353 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >13:19:06,357 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:19:06,363 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:19:06,457 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >13:19:06,463 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >13:19:06,469 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >13:19:06,476 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol00 ; status: True ; controllable: True ; >13:19:06,566 DEBUG storage: LVMLogicalVolumeDevice._teardown: VolGroup00-LogVol00 ; status: True ; controllable: True ; >13:19:06,928 DEBUG storage: LVMVolumeGroupDevice.teardown: VolGroup00 ; status: True ; controllable: True ; >13:19:06,936 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup00 ; status: False ; type: None ; >13:19:06,945 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup00 ; status: False ; type: None ; >13:19:07,059 DEBUG storage: LVMVolumeGroupDevice._teardown: VolGroup00 ; status: True ; controllable: True ; >13:19:07,364 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >13:19:07,370 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >13:19:07,384 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >13:19:07,483 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >13:19:07,494 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:19:07,508 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:19:07,609 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol01 ; status: False ; controllable: True ; >13:19:07,614 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >13:19:07,629 INFO storage: edd: collected mbr signatures: {'sda': '0x0006e21b'} >13:19:07,637 DEBUG storage: edd: data extracted from 0x80: > type: ATA, ata_device: 0 > channel: 1, mbr_signature: 0x0006e21b > pci_dev: 00:1f.2, scsi_id: None > scsi_lun: None, sectors: 195371568 >13:19:07,641 WARN storage: edd: directory does not exist: /sys/devices/pci0000:00/0000:00:1f.2/host1/target1:0:0/1:0:0:0/block >13:19:07,642 INFO storage: edd: matched 0x80 to sda using MBR sig >13:19:07,650 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >13:19:07,687 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >13:19:07,790 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >13:19:07,958 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >13:19:07,966 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:19:07,981 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:19:08,077 DEBUG storage: LVMLogicalVolumeDevice.setup: VolGroup00-LogVol00 ; status: False ; controllable: True ; orig: False ; >13:19:08,084 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: VolGroup00-LogVol00 ; orig: False ; >13:19:08,091 DEBUG storage: LVMVolumeGroupDevice.setup: VolGroup00 ; status: True ; controllable: True ; orig: False ; >13:19:08,098 DEBUG storage: LVMLogicalVolumeDevice._setup: VolGroup00-LogVol00 ; status: False ; controllable: True ; orig: False ; >13:19:08,563 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >13:19:09,012 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >13:19:09,044 DEBUG storage: blkid.tab devs: ['/dev/hda', '/dev/VolGroup00/LogVol01', '/dev/VolGroup00/LogVol00', '/dev/sda1', '/dev/mapper/VolGroup00-LogVol00', '/dev/mapper/VolGroup00-LogVol01'] >13:19:09,049 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >13:19:09,053 INFO storage: error parsing crypttab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/crypttab' >13:19:09,057 DEBUG storage: parsing /mnt/sysimage/etc/fstab >13:19:09,064 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/VolGroup00/LogVol00 ; >13:19:09,070 DEBUG storage: DeviceTree.getDeviceByPath returned None >13:19:09,074 DEBUG storage: found blkid.tab entry for '/dev/VolGroup00/LogVol00' >13:19:09,085 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 91264MB lvmlv VolGroup00-LogVol00 (12) with existing ext3 filesystem >13:19:09,086 DEBUG storage: found device 'VolGroup00-LogVol00' in tree >13:19:09,087 DEBUG storage: resolved '/dev/VolGroup00/LogVol00' to 'VolGroup00-LogVol00' (lvmlv) >13:19:09,087 DEBUG storage: resolved 'LABEL=/boot' to 'sda1' (partition) >13:19:09,090 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/tmpfs ; >13:19:09,092 DEBUG storage: DeviceTree.getDeviceByPath returned None >13:19:09,100 DEBUG storage: failed to resolve '/dev/tmpfs' >13:19:09,102 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/devpts ; >13:19:09,104 DEBUG storage: DeviceTree.getDeviceByPath returned None >13:19:09,107 DEBUG storage: failed to resolve '/dev/devpts' >13:19:09,109 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sysfs ; >13:19:09,113 DEBUG storage: DeviceTree.getDeviceByPath returned None >13:19:09,115 DEBUG storage: failed to resolve '/dev/sysfs' >13:19:09,119 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/proc ; >13:19:09,125 DEBUG storage: DeviceTree.getDeviceByPath returned None >13:19:09,125 DEBUG storage: failed to resolve '/dev/proc' >13:19:09,129 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/VolGroup00/LogVol01 ; >13:19:09,133 DEBUG storage: DeviceTree.getDeviceByPath returned None >13:19:09,140 DEBUG storage: found blkid.tab entry for '/dev/VolGroup00/LogVol01' >13:19:09,142 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup00-LogVol01 ; >13:19:09,145 DEBUG storage: DeviceTree.getDeviceByName returned existing 4000MB lvmlv VolGroup00-LogVol01 (13) with existing swap >13:19:09,151 DEBUG storage: resolved '/dev/VolGroup00/LogVol01' to 'VolGroup00-LogVol01' (lvmlv) >13:19:09,153 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol00 ; status: True ; controllable: True ; >13:19:09,379 DEBUG storage: LVMLogicalVolumeDevice._teardown: VolGroup00-LogVol00 ; status: True ; controllable: True ; >13:19:10,667 DEBUG storage: VolGroup00 size is 95264MB >13:19:10,673 DEBUG storage: vg VolGroup00 has 0MB free >13:19:10,677 DEBUG storage: VolGroup00 size is 95264MB >13:19:10,683 DEBUG storage: vg VolGroup00 has 0MB free >13:19:10,691 DEBUG storage: Ext3FS.supported: supported: True ; >13:19:10,702 DEBUG storage: Ext4FS.supported: supported: True ; >13:19:10,711 DEBUG storage: Ext4FS.supported: supported: True ; >13:19:10,721 DEBUG storage: Ext3FS.supported: supported: True ; >13:19:10,731 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:19:10,749 DEBUG storage: Iso9660FS.supported: supported: True ; >13:19:11,449 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >13:19:11,452 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:19:11,466 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4482MB cdrom sr0 (0) with existing iso9660 filesystem >09:19:22,424 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:19:22,439 INFO storage: updating format of device: existing 4482MB cdrom sr0 (0) with existing iso9660 filesystem >09:19:22,642 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >09:19:22,652 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >09:19:22,655 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >09:19:22,664 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >09:19:22,683 WARN storage: disklabel detected but not usable on sr0 >09:19:22,695 DEBUG storage: no type or existing type for sr0, bailing >09:19:22,695 INFO storage: got format: existing iso9660 filesystem >09:19:22,783 DEBUG storage: Iso9660FS.supported: supported: True ; >09:19:22,787 INFO storage: set SELinux context for mountpoint /mnt/install/isodir to system_u:object_r:var_run_t:s0 >09:19:22,790 DEBUG storage: Iso9660FS.supported: supported: True ; >09:19:22,878 DEBUG storage: NFSv4.supported: supported: False ; >09:19:22,942 DEBUG storage: NFSv4.supported: supported: False ; >09:19:22,951 DEBUG storage: SELinuxFS.supported: supported: False ; >09:19:22,959 DEBUG storage: SELinuxFS.supported: supported: False ; >09:19:22,969 DEBUG storage: Ext4FS.supported: supported: True ; >09:19:22,979 DEBUG storage: Ext4FS.supported: supported: True ; >09:19:22,987 DEBUG storage: Ext3FS.supported: supported: True ; >09:19:22,990 DEBUG storage: Ext3FS.supported: supported: True ; >09:19:22,997 DEBUG storage: Ext2FS.supported: supported: True ; >09:19:23,001 DEBUG storage: Ext2FS.supported: supported: True ; >09:19:23,006 DEBUG storage: SysFS.supported: supported: False ; >09:19:23,011 DEBUG storage: SysFS.supported: supported: False ; >09:19:23,017 DEBUG storage: MultipathMember.__init__: >09:19:23,020 DEBUG storage: MDRaidMember.__init__: >09:19:23,023 DEBUG storage: ProcFS.supported: supported: False ; >09:19:23,026 DEBUG storage: ProcFS.supported: supported: False ; >09:19:23,029 DEBUG storage: SwapSpace.__init__: >09:19:23,032 DEBUG storage: DevPtsFS.supported: supported: False ; >09:19:23,034 DEBUG storage: DevPtsFS.supported: supported: False ; >09:19:23,037 DEBUG storage: BTRFS.supported: supported: True ; >09:19:23,596 DEBUG storage: BTRFS.supported: supported: True ; >09:19:23,606 DEBUG storage: USBFS.supported: supported: False ; >09:19:23,609 DEBUG storage: USBFS.supported: supported: False ; >09:19:23,614 DEBUG storage: DiskLabel.__init__: >09:19:23,616 INFO storage: DiskLabel.partedDevice returning None >09:19:23,619 DEBUG storage: HFSPlus.supported: supported: False ; >09:19:23,621 DEBUG storage: HFSPlus.supported: supported: False ; >09:19:23,624 DEBUG storage: XFS.supported: supported: True ; >09:19:24,103 DEBUG storage: XFS.supported: supported: True ; >09:19:24,108 DEBUG storage: TmpFS.supported: supported: False ; >09:19:24,112 DEBUG storage: TmpFS.supported: supported: False ; >09:19:24,115 DEBUG storage: LUKS.__init__: >09:19:24,118 DEBUG storage: DMRaidMember.__init__: >09:19:24,121 DEBUG storage: NTFS.supported: supported: False ; >09:19:24,123 DEBUG storage: NTFS.supported: supported: False ; >09:19:24,126 DEBUG storage: BindFS.supported: supported: False ; >09:19:24,129 DEBUG storage: BindFS.supported: supported: False ; >09:19:24,131 DEBUG storage: HFS.supported: supported: False ; >09:19:24,133 DEBUG storage: HFS.supported: supported: False ; >09:19:24,136 DEBUG storage: LVMPhysicalVolume.__init__: >09:19:24,139 DEBUG storage: NFS.supported: supported: False ; >09:19:24,141 DEBUG storage: NFS.supported: supported: False ; >09:19:24,144 DEBUG storage: FATFS.supported: supported: True ; >09:19:24,239 DEBUG storage: FATFS.supported: supported: True ; >09:19:24,243 DEBUG storage: NoDevFS.supported: supported: False ; >09:19:24,248 DEBUG storage: NoDevFS.supported: supported: False ; >09:20:10,821 DEBUG storage: clearpart: looking at sda2 >09:20:10,824 DEBUG storage: clearpart: looking at sda1 >09:20:10,828 DEBUG storage: checking whether disk sda has an empty extended >09:20:10,828 DEBUG storage: extended is None ; logicals is [] >09:20:10,829 DEBUG storage: new disk order: [] >09:20:10,903 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:10,910 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xa5c5e2c> fileSystem: <parted.filesystem.FileSystem object at 0xb0aa05ec> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0aa016c> PedPartition: <_ped.Partition object at 0xb4b6d8cc> >09:20:10,956 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:10,963 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xa5c5e2c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a24eec> PedPartition: <_ped.Partition object at 0xa7eb98c> >09:20:11,139 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >09:20:11,145 DEBUG storage: DeviceTree.getDeviceByName returned existing 95396MB disk sda (1) with existing msdos disklabel >09:20:11,147 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:11,150 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with existing msdos disklabel >09:20:11,151 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:11,156 DEBUG storage: stage1 device cannot be of type lvmvg >09:20:11,159 DEBUG storage: stage1 device cannot be of type lvmlv >09:20:11,160 DEBUG storage: stage1 device cannot be of type lvmlv >09:20:11,160 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:11,161 DEBUG storage: _is_valid_size(sda) returning True >09:20:11,161 DEBUG storage: _is_valid_location(sda) returning True >09:20:11,162 DEBUG storage: _is_valid_format(sda) returning True >09:20:11,163 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:11,170 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:11,171 DEBUG storage: _is_valid_size(sda) returning True >09:20:11,172 DEBUG storage: _is_valid_location(sda) returning True >09:20:11,172 DEBUG storage: _is_valid_format(sda) returning True >09:20:11,173 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:27,128 DEBUG storage: clearpart: looking at sda2 >09:20:27,132 DEBUG storage: removing sda2 >09:20:27,139 DEBUG storage: devices to remove: ['VolGroup00', 'VolGroup00-LogVol00', 'VolGroup00-LogVol01'] >09:20:27,144 DEBUG storage: leaves to remove: ['VolGroup00-LogVol00', 'VolGroup00-LogVol01'] >09:20:27,144 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:27,148 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup00-LogVol00 ; current: ext3 ; type: None ; >09:20:27,149 INFO storage: registered action: [0] Destroy Format ext3 filesystem on lvmlv VolGroup00-LogVol00 (id 12) >09:20:27,152 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol00 ; status: False ; controllable: True ; >09:20:27,153 INFO storage: removed lvmlv VolGroup00-LogVol00 (id 12) from device tree >09:20:27,155 DEBUG storage: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: VolGroup00 ; >09:20:27,156 INFO storage: registered action: [1] Destroy Device lvmlv VolGroup00-LogVol00 (id 12) >09:20:27,159 DEBUG storage: SwapSpace.teardown: device: /dev/mapper/VolGroup00-LogVol01 ; status: False ; type: swap ; >09:20:27,161 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:27,163 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup00-LogVol01 ; current: swap ; type: None ; >09:20:27,165 INFO storage: registered action: [2] Destroy Format swap on lvmlv VolGroup00-LogVol01 (id 13) >09:20:27,168 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol01 ; status: False ; controllable: True ; >09:20:27,168 INFO storage: removed lvmlv VolGroup00-LogVol01 (id 13) from device tree >09:20:27,171 DEBUG storage: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: VolGroup00 ; >09:20:27,172 INFO storage: registered action: [3] Destroy Device lvmlv VolGroup00-LogVol01 (id 13) >09:20:27,173 DEBUG storage: devices to remove: ['VolGroup00'] >09:20:27,173 DEBUG storage: leaves to remove: ['VolGroup00'] >09:20:27,176 DEBUG storage: LVMVolumeGroupDevice.teardown: VolGroup00 ; status: True ; controllable: True ; >09:20:27,180 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup00 ; status: False ; type: None ; >09:20:27,183 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup00 ; status: False ; type: None ; >09:20:27,319 DEBUG storage: LVMVolumeGroupDevice._teardown: VolGroup00 ; status: True ; controllable: True ; >09:20:27,531 INFO storage: removed lvmvg VolGroup00 (id 4) from device tree >09:20:27,536 DEBUG storage: PartitionDevice.removeChild: kids: 1 ; name: sda2 ; >09:20:27,537 INFO storage: registered action: [4] Destroy Device lvmvg VolGroup00 (id 4) >09:20:27,540 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >09:20:27,543 DEBUG storage: PartitionDevice._setFormat: sda2 ; >09:20:27,544 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:27,547 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: lvmpv ; type: None ; >09:20:27,547 INFO storage: registered action: [5] Destroy Format lvmpv on partition sda2 (id 3) >09:20:27,550 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >09:20:27,553 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >09:20:27,559 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >09:20:27,651 INFO storage: removed partition sda2 (id 3) from device tree >09:20:27,655 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sda ; >09:20:27,655 INFO storage: registered action: [6] Destroy Device partition sda2 (id 3) >09:20:27,657 DEBUG storage: partitions: ['sda1'] >09:20:27,657 DEBUG storage: clearpart: looking at sda1 >09:20:27,657 DEBUG storage: removing sda1 >09:20:27,660 DEBUG storage: PartitionDevice._setFormat: sda1 ; >09:20:27,661 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:27,663 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: ext3 ; type: None ; >09:20:27,664 INFO storage: registered action: [7] Destroy Format ext3 filesystem on partition sda1 (id 2) >09:20:27,666 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >09:20:27,674 DEBUG storage: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >09:20:27,765 INFO storage: removed partition sda1 (id 2) from device tree >09:20:27,769 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >09:20:27,770 INFO storage: registered action: [8] Destroy Device partition sda1 (id 2) >09:20:27,771 DEBUG storage: partitions: [] >09:20:27,772 DEBUG storage: checking whether disk sda has an empty extended >09:20:27,773 DEBUG storage: extended is None ; logicals is [] >09:20:27,773 DEBUG storage: clearpart: initializing sda >09:20:27,776 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:20:27,777 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:27,779 DEBUG storage: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >09:20:27,780 INFO storage: registered action: [9] Destroy Format msdos disklabel on disk sda (id 1) >09:20:27,785 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >09:20:27,788 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >09:20:27,789 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 0xb0aa3a6c> > PedDisk: <_ped.Disk object at 0xb0aa378c> >09:20:27,790 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >09:20:27,793 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >09:20:27,796 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >09:20:27,796 INFO storage: registered action: [10] Create Format msdos disklabel on disk sda (id 1) >09:20:27,797 DEBUG storage: new disk order: [] >09:20:28,053 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >09:20:28,058 DEBUG storage: DeviceTree.getDeviceByName returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,065 DEBUG storage: doAutoPart: True >09:20:28,065 DEBUG storage: encryptedAutoPart: False >09:20:28,065 DEBUG storage: autoPartType: 0 >09:20:28,066 DEBUG storage: clearPartType: 1 >09:20:28,067 DEBUG storage: clearPartDisks: ['sda'] >09:20:28,067 DEBUG storage: autoPartitionRequests: >PartSpec instance (0xb0a5f26c) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0xb0a5f2cc) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0xb0a5f34c) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0xb0a5f6ec) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0xb0a5f8cc) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3968 maxSize = None grow = False > >09:20:28,069 DEBUG storage: storage.disks: ['sda'] >09:20:28,070 DEBUG storage: storage.partitioned: ['sda'] >09:20:28,070 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0'] >09:20:28,074 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,077 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,078 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,078 DEBUG storage: boot disk: sda >09:20:28,091 DEBUG storage: candidate disks: [DiskDevice instance (0xb19987ac) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 95396.2734375 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HITACHI HTS72201 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 195371568 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (12161, 255, 63) biosGeometry: (12161, 255, 63) > PedDevice: <_ped.Device object at 0xb199280c> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0xb1998b2c>] >09:20:28,093 DEBUG storage: devs: [] >09:20:28,094 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:28,094 DEBUG storage: _is_valid_size(sda) returning True >09:20:28,095 DEBUG storage: _is_valid_location(sda) returning True >09:20:28,095 DEBUG storage: _is_valid_format(sda) returning True >09:20:28,096 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:28,099 DEBUG storage: Ext4FS.supported: supported: True ; >09:20:28,100 DEBUG storage: getFormat('ext4') returning Ext4FS instance >09:20:28,104 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >09:20:28,107 DEBUG storage: PartitionDevice._setFormat: req0 ; >09:20:28,110 DEBUG storage: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >09:20:28,114 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >09:20:28,115 INFO storage: added partition req0 (id 14) to device tree >09:20:28,118 INFO storage: registered action: [11] Create Device partition req0 (id 14) >09:20:28,121 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:28,123 INFO storage: registered action: [12] Create Format ext4 filesystem mounted at / on partition req0 (id 14) >09:20:28,129 DEBUG storage: Ext4FS.supported: supported: True ; >09:20:28,130 DEBUG storage: getFormat('ext4') returning Ext4FS instance >09:20:28,135 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >09:20:28,138 DEBUG storage: PartitionDevice._setFormat: req1 ; >09:20:28,142 DEBUG storage: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >09:20:28,144 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >09:20:28,146 INFO storage: added partition req1 (id 15) to device tree >09:20:28,149 INFO storage: registered action: [13] Create Device partition req1 (id 15) >09:20:28,151 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:28,154 INFO storage: registered action: [14] Create Format ext4 filesystem mounted at /home on partition req1 (id 15) >09:20:28,160 DEBUG storage: Ext4FS.supported: supported: True ; >09:20:28,161 DEBUG storage: getFormat('ext4') returning Ext4FS instance >09:20:28,166 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >09:20:28,169 DEBUG storage: PartitionDevice._setFormat: req2 ; >09:20:28,172 DEBUG storage: PartitionDevice._setFormat: req2 ; current: None ; type: ext4 ; >09:20:28,175 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >09:20:28,176 INFO storage: added partition req2 (id 16) to device tree >09:20:28,179 INFO storage: registered action: [15] Create Device partition req2 (id 16) >09:20:28,182 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:28,185 INFO storage: registered action: [16] Create Format ext4 filesystem mounted at /boot on partition req2 (id 16) >09:20:28,188 INFO storage: skipping unneeded stage1 biosboot request >09:20:28,191 DEBUG storage: PartSpec instance (0xb0a5f6ec) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >09:20:28,194 DEBUG storage: existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,199 DEBUG storage: SwapSpace.__init__: mountpoint: None ; >09:20:28,200 DEBUG storage: getFormat('swap') returning SwapSpace instance >09:20:28,205 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >09:20:28,209 DEBUG storage: PartitionDevice._setFormat: req3 ; >09:20:28,212 DEBUG storage: PartitionDevice._setFormat: req3 ; current: None ; type: swap ; >09:20:28,215 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >09:20:28,215 INFO storage: added partition req3 (id 17) to device tree >09:20:28,218 INFO storage: registered action: [17] Create Device partition req3 (id 17) >09:20:28,221 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:28,224 INFO storage: registered action: [18] Create Format swap on partition req3 (id 17) >09:20:28,230 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:20:28,233 DEBUG storage: removing all non-preexisting partitions ['req0(id 14)', 'req1(id 15)', 'req2(id 16)', 'req3(id 17)'] from disk(s) ['sda'] >09:20:28,235 DEBUG storage: allocatePartitions: disks=['sda'] ; partitions=['req0(id 14)', 'req1(id 15)', 'req2(id 16)', 'req3(id 17)'] >09:20:28,237 DEBUG storage: removing all non-preexisting partitions ['req2(id 16)', 'req3(id 17)', 'req0(id 14)', 'req1(id 15)'] from disk(s) ['sda'] >09:20:28,242 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,245 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,246 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,251 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,255 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,255 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,258 DEBUG storage: allocating partition: req2 ; id: 16 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 >09:20:28,261 DEBUG storage: checking freespace on sda >09:20:28,264 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False >09:20:28,268 DEBUG storage: current free range is 63-195371567 (95396MB) >09:20:28,270 DEBUG storage: updating use_disk to sda, type: 0 >09:20:28,273 DEBUG storage: new free: 63-195371567 / 95396MB >09:20:28,276 DEBUG storage: new free allows for 0 sectors of growth >09:20:28,279 DEBUG storage: found free space for bootable request >09:20:28,283 DEBUG storage: adjusted start sector from 63 to 2048 >09:20:28,286 DEBUG storage: created partition sda1 of 500MB and added it to /dev/sda >09:20:28,291 DEBUG storage: PartitionDevice._setPartedPartition: req2 ; >09:20:28,295 DEBUG storage: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0acb3ac> PedPartition: <_ped.Partition object at 0xb0acda7c> >09:20:28,298 DEBUG storage: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >09:20:28,301 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >09:20:28,304 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:28,308 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a501ac> PedPartition: <_ped.Partition object at 0xb0acd71c> >09:20:28,311 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,314 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,315 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,319 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,322 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,323 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,326 DEBUG storage: allocating partition: req3 ; id: 17 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 3968MB ; grow: False ; max_size: 0 >09:20:28,329 DEBUG storage: checking freespace on sda >09:20:28,332 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=3968MB boot=False best=None grow=False >09:20:28,336 DEBUG storage: current free range is 63-2047 (0MB) >09:20:28,338 DEBUG storage: current free range is 1026048-195371567 (94895MB) >09:20:28,341 DEBUG storage: updating use_disk to sda, type: 0 >09:20:28,344 DEBUG storage: new free: 1026048-195371567 / 94895MB >09:20:28,347 DEBUG storage: new free allows for 0 sectors of growth >09:20:28,351 DEBUG storage: created partition sda2 of 3968MB and added it to /dev/sda >09:20:28,355 DEBUG storage: PartitionDevice._setPartedPartition: req3 ; >09:20:28,359 DEBUG storage: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xa3a5b4c> PedPartition: <_ped.Partition object at 0xb4981a1c> >09:20:28,363 DEBUG storage: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >09:20:28,365 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >09:20:28,369 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:28,372 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a57fec> PedPartition: <_ped.Partition object at 0xb4c66fbc> >09:20:28,376 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,379 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,379 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,384 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,387 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,388 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,391 DEBUG storage: allocating partition: req0 ; id: 14 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1024MB ; grow: True ; max_size: 51200 >09:20:28,394 DEBUG storage: checking freespace on sda >09:20:28,397 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1024MB boot=False best=None grow=True >09:20:28,401 DEBUG storage: current free range is 63-2047 (0MB) >09:20:28,403 DEBUG storage: current free range is 9152512-195371567 (90927MB) >09:20:28,406 DEBUG storage: evaluating growth potential for new layout >09:20:28,409 DEBUG storage: calculating growth for disk /dev/sda >09:20:28,415 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >09:20:28,416 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0ab288c> PedPartition: <_ped.Partition object at 0xb4c66d7c> >09:20:28,421 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >09:20:28,423 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >09:20:28,425 DEBUG storage: adding request 16 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,427 DEBUG storage: adding request 17 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,431 DEBUG storage: adding request 14 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,433 DEBUG storage: Chunk.growRequests: 195371505 on /dev/sda start = 63 end = 195371567 >sectorSize = 512 > >09:20:28,436 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:20:28,439 DEBUG storage: req: PartitionRequest instance -- >id = 17 name = sda2 growable = False >base = 8126464 growth = 0 max_grow = 0 >done = True >09:20:28,443 DEBUG storage: req: PartitionRequest instance -- >id = 14 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >09:20:28,446 DEBUG storage: 1 requests and 184123889 (89904MB) left in chunk >09:20:28,448 DEBUG storage: adding 184123889 (89904MB) to 14 (sda3) >09:20:28,451 DEBUG storage: taking back 81363441 (39728MB) from 14 (sda3) >09:20:28,455 DEBUG storage: new grow amount for request 14 (sda3) is 102760448 units, or 50176MB >09:20:28,457 DEBUG storage: request 16 (sda1) growth: 0 (0MB) size: 500MB >09:20:28,460 DEBUG storage: request 17 (sda2) growth: 0 (0MB) size: 3968MB >09:20:28,463 DEBUG storage: request 14 (sda3) growth: 102760448 (50176MB) size: 51200MB >09:20:28,466 DEBUG storage: disk /dev/sda growth: 102760448 (50176MB) >09:20:28,471 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:28,472 DEBUG storage: device sda3 new partedPartition None >09:20:28,477 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >09:20:28,480 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >09:20:28,481 DEBUG storage: total growth: 102760448 sectors >09:20:28,484 DEBUG storage: updating use_disk to sda, type: 0 >09:20:28,487 DEBUG storage: new free: 9152512-195371567 / 90927MB >09:20:28,490 DEBUG storage: new free allows for 102760448 sectors of growth >09:20:28,494 DEBUG storage: created partition sda3 of 1024MB and added it to /dev/sda >09:20:28,498 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >09:20:28,500 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fb0ec> PedPartition: <_ped.Partition object at 0xb0a4ccec> >09:20:28,504 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >09:20:28,508 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >09:20:28,513 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:28,514 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a4deec> PedPartition: <_ped.Partition object at 0xb0acdd1c> >09:20:28,518 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,522 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,523 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,528 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,531 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,532 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,535 DEBUG storage: allocating partition: req1 ; id: 15 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 >09:20:28,538 DEBUG storage: checking freespace on sda >09:20:28,542 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=500MB boot=False best=None grow=True >09:20:28,545 DEBUG storage: current free range is 63-2047 (0MB) >09:20:28,548 DEBUG storage: current free range is 11249664-195371567 (89903MB) >09:20:28,550 DEBUG storage: evaluating growth potential for new layout >09:20:28,553 DEBUG storage: calculating growth for disk /dev/sda >09:20:28,556 DEBUG storage: adjusted length from 184121904 to 184121344 >09:20:28,562 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >09:20:28,563 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0b48fac> PedPartition: <_ped.Partition object at 0xb4c661dc> >09:20:28,567 DEBUG storage: PartitionDevice._setDisk: sda4 ; new: sda ; old: None ; >09:20:28,571 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >09:20:28,572 DEBUG storage: adding request 16 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,575 DEBUG storage: adding request 17 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,578 DEBUG storage: adding request 14 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,580 DEBUG storage: Chunk.growRequests: 195371505 on /dev/sda start = 63 end = 195371567 >sectorSize = 512 > >09:20:28,583 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:20:28,586 DEBUG storage: req: PartitionRequest instance -- >id = 17 name = sda2 growable = False >base = 8126464 growth = 0 max_grow = 0 >done = True >09:20:28,590 DEBUG storage: req: PartitionRequest instance -- >id = 14 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >09:20:28,593 DEBUG storage: 1 requests and 184123889 (89904MB) left in chunk >09:20:28,596 DEBUG storage: adding 184123889 (89904MB) to 14 (sda3) >09:20:28,598 DEBUG storage: taking back 81363441 (39728MB) from 14 (sda3) >09:20:28,601 DEBUG storage: new grow amount for request 14 (sda3) is 102760448 units, or 50176MB >09:20:28,604 DEBUG storage: request 16 (sda1) growth: 0 (0MB) size: 500MB >09:20:28,607 DEBUG storage: request 17 (sda2) growth: 0 (0MB) size: 3968MB >09:20:28,611 DEBUG storage: request 14 (sda3) growth: 102760448 (50176MB) size: 51200MB >09:20:28,614 DEBUG storage: disk /dev/sda growth: 102760448 (50176MB) >09:20:28,619 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >09:20:28,620 DEBUG storage: device sda4 new partedPartition None >09:20:28,625 DEBUG storage: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >09:20:28,628 DEBUG storage: DiskDevice.removeChild: kids: 4 ; name: sda ; >09:20:28,629 DEBUG storage: total growth: 102760448 sectors >09:20:28,632 DEBUG storage: updating use_disk to sda, type: 2 >09:20:28,635 DEBUG storage: new free: 11249664-195371567 / 89903MB >09:20:28,638 DEBUG storage: new free allows for 102760448 sectors of growth >09:20:28,641 DEBUG storage: creating extended partition >09:20:28,644 DEBUG storage: adjusted length from 184121904 to 184121344 >09:20:28,647 DEBUG storage: recalculating free space >09:20:28,650 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500MB boot=False best=None grow=True >09:20:28,654 DEBUG storage: looking for intersection between extended (11249664-195371007) and free (63-2047) >09:20:28,656 DEBUG storage: free region not suitable for request >09:20:28,659 DEBUG storage: looking for intersection between extended (11249664-195371007) and free (11249727-195371007) >09:20:28,662 DEBUG storage: current free range is 11249727-195371007 (89902MB) >09:20:28,665 DEBUG storage: looking for intersection between extended (11249664-195371007) and free (195371008-195371567) >09:20:28,668 DEBUG storage: free region not suitable for request >09:20:28,671 DEBUG storage: adjusted start sector from 11249727 to 11253760 >09:20:28,674 DEBUG storage: created partition sda5 of 500MB and added it to /dev/sda >09:20:28,679 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >09:20:28,680 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0aaea8c> PedPartition: <_ped.Partition object at 0xb0acda7c> >09:20:28,685 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >09:20:28,689 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >09:20:28,694 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >09:20:28,695 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xa3a534c> PedPartition: <_ped.Partition object at 0xb08fc4dc> >09:20:28,696 DEBUG storage: growPartitions: disks=['sda'], partitions=['sda3(id 14)', 'sda5(id 15)', 'sda1(id 16)', 'sda2(id 17)'] >09:20:28,699 DEBUG storage: growable partitions are ['sda3', 'sda5'] >09:20:28,702 DEBUG storage: adding request 14 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,705 DEBUG storage: adding request 15 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,708 DEBUG storage: adding request 16 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,711 DEBUG storage: adding request 17 to chunk 195371505 (63-195371567) on /dev/sda >09:20:28,714 DEBUG storage: disk sda has 1 chunks >09:20:28,717 DEBUG storage: Chunk.growRequests: 195371505 on /dev/sda start = 63 end = 195371567 >sectorSize = 512 > >09:20:28,720 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:20:28,723 DEBUG storage: req: PartitionRequest instance -- >id = 17 name = sda2 growable = False >base = 8126464 growth = 0 max_grow = 0 >done = True >09:20:28,726 DEBUG storage: req: PartitionRequest instance -- >id = 14 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >09:20:28,729 DEBUG storage: req: PartitionRequest instance -- >id = 15 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:20:28,732 DEBUG storage: 2 requests and 183099889 (89404MB) left in chunk >09:20:28,735 DEBUG storage: adding 123027746 (60072MB) to 14 (sda3) >09:20:28,738 DEBUG storage: taking back 20267298 (9896MB) from 14 (sda3) >09:20:28,741 DEBUG storage: new grow amount for request 14 (sda3) is 102760448 units, or 50176MB >09:20:28,744 DEBUG storage: adding 60072142 (29332MB) to 15 (sda5) >09:20:28,747 DEBUG storage: new grow amount for request 15 (sda5) is 60072142 units, or 29332MB >09:20:28,750 DEBUG storage: 1 requests and 20267299 (9896MB) left in chunk >09:20:28,752 DEBUG storage: adding 20267299 (9896MB) to 15 (sda5) >09:20:28,755 DEBUG storage: new grow amount for request 15 (sda5) is 80339441 units, or 39228MB >09:20:28,759 DEBUG storage: growing partitions on sda >09:20:28,762 DEBUG storage: partition sda1 (16): 0 >09:20:28,765 DEBUG storage: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xb0a79b6c> >09:20:28,768 DEBUG storage: partition sda2 (17): 0 >09:20:28,770 DEBUG storage: new geometry for sda2: parted.Geometry instance -- > start: 1026048 end: 9152511 length: 8126464 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xb0a795ac> >09:20:28,773 DEBUG storage: partition sda3 (14): 0 >09:20:28,777 DEBUG storage: new geometry for sda3: parted.Geometry instance -- > start: 9152512 end: 114010111 length: 104857600 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xb0abfb8c> >09:20:28,779 DEBUG storage: partition sda5 (15): 1 >09:20:28,782 DEBUG storage: new geometry for sda5: parted.Geometry instance -- > start: 114012160 end: 195371007 length: 81358848 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xb0abfc6c> >09:20:28,785 DEBUG storage: removing all non-preexisting partitions ['sda1(id 16)', 'sda2(id 17)', 'sda3(id 14)', 'sda5(id 15)'] from disk(s) ['sda'] >09:20:28,790 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:28,791 DEBUG storage: device sda1 new partedPartition None >09:20:28,796 DEBUG storage: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >09:20:28,800 DEBUG storage: DiskDevice.removeChild: kids: 4 ; name: sda ; >09:20:28,803 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:28,803 DEBUG storage: device sda2 new partedPartition None >09:20:28,808 DEBUG storage: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >09:20:28,812 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >09:20:28,815 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:28,817 DEBUG storage: device sda3 new partedPartition None >09:20:28,822 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >09:20:28,825 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sda ; >09:20:28,828 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >09:20:28,829 DEBUG storage: device sda5 new partedPartition None >09:20:28,834 DEBUG storage: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >09:20:28,838 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >09:20:28,840 DEBUG storage: removing empty extended partition from sda >09:20:28,842 DEBUG storage: back from removeNewPartitions >09:20:28,845 DEBUG storage: extended: parted.Geometry instance -- > start: 11249664 end: 195371007 length: 184121344 > device: <parted.device.Device object at 0xb0a7916c> PedGeometry: <_ped.Geometry object at 0xb0a7990c> >09:20:28,848 DEBUG storage: setting up new geometry for extended on sda >09:20:28,851 DEBUG storage: new geometry for extended: parted.Geometry instance -- > start: 114010112 end: 195371567 length: 81361456 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xa3a5a6c> >09:20:28,854 DEBUG storage: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xb0a79b6c> >09:20:28,859 DEBUG storage: PartitionDevice._setPartedPartition: req2 ; >09:20:28,863 DEBUG storage: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xa3a544c> PedPartition: <_ped.Partition object at 0xb0a4ca7c> >09:20:28,867 DEBUG storage: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >09:20:28,869 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >09:20:28,873 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:28,876 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fbd2c> PedPartition: <_ped.Partition object at 0xb08fc47c> >09:20:28,877 DEBUG storage: setting req3 new geometry: parted.Geometry instance -- > start: 1026048 end: 9152511 length: 8126464 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xb0a795ac> >09:20:28,881 DEBUG storage: PartitionDevice._setPartedPartition: req3 ; >09:20:28,884 DEBUG storage: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xa3a564c> PedPartition: <_ped.Partition object at 0xb4981a1c> >09:20:28,887 DEBUG storage: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >09:20:28,891 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >09:20:28,894 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:28,898 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb4a8170c> PedPartition: <_ped.Partition object at 0xb4c66d7c> >09:20:28,899 DEBUG storage: setting req0 new geometry: parted.Geometry instance -- > start: 9152512 end: 114010111 length: 104857600 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xb0abfb8c> >09:20:28,902 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >09:20:28,903 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb4a8176c> PedPartition: <_ped.Partition object at 0xb08fc53c> >09:20:28,905 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >09:20:28,908 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >09:20:28,912 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:28,913 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0acb58c> PedPartition: <_ped.Partition object at 0xb08fc44c> >09:20:28,914 DEBUG storage: setting sda-1 new geometry: parted.Geometry instance -- > start: 114010112 end: 195371567 length: 81361456 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xa3a5a6c> >09:20:28,915 DEBUG storage: setting req1 new geometry: parted.Geometry instance -- > start: 114012160 end: 195371007 length: 81358848 > device: <parted.device.Device object at 0xb0ab596c> PedGeometry: <_ped.Geometry object at 0xb0abfc6c> >09:20:28,918 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >09:20:28,919 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0acb36c> PedPartition: <_ped.Partition object at 0xb08fc50c> >09:20:28,922 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >09:20:28,925 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >09:20:28,929 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >09:20:28,930 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0aa658c> PedPartition: <_ped.Partition object at 0xb08fcd1c> >09:20:28,931 DEBUG storage: fixing size of non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:20:28,933 DEBUG storage: fixing size of non-existent 3968MB partition sda2 (17) with non-existent swap at 3968.00 >09:20:28,934 DEBUG storage: fixing size of non-existent 51200MB partition sda3 (14) with non-existent ext4 filesystem mounted at / at 51200.00 >09:20:28,935 DEBUG storage: fixing size of non-existent 39726MB partition sda5 (15) with non-existent ext4 filesystem mounted at /home at 39726.00 >09:20:28,939 DEBUG storage: DeviceTree.getDeviceByName: name: sda4 ; >09:20:28,941 DEBUG storage: DeviceTree.getDeviceByName returned None >09:20:28,944 DEBUG storage: DiskDevice.addChild: kids: 4 ; name: sda ; >09:20:28,947 DEBUG storage: PartitionDevice._setFormat: sda4 ; >09:20:28,948 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:28,951 DEBUG storage: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >09:20:28,954 DEBUG storage: DiskDevice.removeChild: kids: 5 ; name: sda ; >09:20:28,957 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >09:20:28,958 DEBUG storage: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0aa304c> PedPartition: <_ped.Partition object at 0xb0acde6c> >09:20:28,959 INFO storage: added partition sda4 (id 18) to device tree >09:20:28,963 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,966 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,967 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:28,970 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:28,971 DEBUG storage: _is_valid_size(sda) returning True >09:20:28,972 DEBUG storage: _is_valid_location(sda) returning True >09:20:28,973 DEBUG storage: _is_valid_format(sda) returning True >09:20:28,974 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:28,981 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:28,982 DEBUG storage: _is_valid_size(sda) returning True >09:20:28,983 DEBUG storage: _is_valid_location(sda) returning True >09:20:28,983 DEBUG storage: _is_valid_format(sda) returning True >09:20:28,984 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:28,985 DEBUG storage: _is_valid_disklabel(sda1) returning True >09:20:28,986 DEBUG storage: _is_valid_size(sda1) returning True >09:20:28,987 DEBUG storage: _is_valid_location(sda1) returning True >09:20:28,988 DEBUG storage: _is_valid_partition(sda1) returning True >09:20:28,989 DEBUG storage: _is_valid_format(sda1) returning True >09:20:28,990 DEBUG storage: is_valid_stage2_device(sda1) returning True >09:20:28,993 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:28,996 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:28,997 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:29,000 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:29,001 DEBUG storage: _is_valid_size(sda) returning True >09:20:29,002 DEBUG storage: _is_valid_location(sda) returning True >09:20:29,003 DEBUG storage: _is_valid_format(sda) returning True >09:20:29,003 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:29,013 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:29,017 DEBUG storage: _is_valid_size(sda) returning True >09:20:29,018 DEBUG storage: _is_valid_location(sda) returning True >09:20:29,019 DEBUG storage: _is_valid_format(sda) returning True >09:20:29,019 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:29,020 DEBUG storage: _is_valid_disklabel(sda1) returning True >09:20:29,020 DEBUG storage: _is_valid_size(sda1) returning True >09:20:29,021 DEBUG storage: _is_valid_location(sda1) returning True >09:20:29,021 DEBUG storage: _is_valid_partition(sda1) returning True >09:20:29,022 DEBUG storage: _is_valid_format(sda1) returning True >09:20:29,022 DEBUG storage: is_valid_stage2_device(sda1) returning True >09:20:34,531 DEBUG storage: clearpart: looking at sda5 >09:20:34,531 DEBUG storage: removing sda5 >09:20:34,532 INFO storage: removed partition sda5 (id 15) from device tree >09:20:34,535 DEBUG storage: DiskDevice.removeChild: kids: 4 ; name: sda ; >09:20:34,535 INFO storage: registered action: [19] Destroy Device partition sda5 (id 15) >09:20:34,538 DEBUG storage: partitions: ['sda1', 'sda2', 'sda3', 'sda4'] >09:20:34,544 DEBUG storage: clearpart: looking at sda4 >09:20:34,544 DEBUG storage: clearpart: looking at sda3 >09:20:34,545 DEBUG storage: removing sda3 >09:20:34,545 INFO storage: removed partition sda3 (id 14) from device tree >09:20:34,548 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >09:20:34,552 INFO storage: registered action: [20] Destroy Device partition sda3 (id 14) >09:20:34,555 DEBUG storage: partitions: ['sda1', 'sda2', 'sda4'] >09:20:34,555 DEBUG storage: clearpart: looking at sda2 >09:20:34,555 DEBUG storage: removing sda2 >09:20:34,556 INFO storage: removed partition sda2 (id 17) from device tree >09:20:34,559 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sda ; >09:20:34,559 INFO storage: registered action: [21] Destroy Device partition sda2 (id 17) >09:20:34,561 DEBUG storage: partitions: ['sda1', 'sda4'] >09:20:34,561 DEBUG storage: clearpart: looking at sda1 >09:20:34,561 DEBUG storage: removing sda1 >09:20:34,562 INFO storage: removed partition sda1 (id 16) from device tree >09:20:34,565 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >09:20:34,565 INFO storage: registered action: [22] Destroy Device partition sda1 (id 16) >09:20:34,567 DEBUG storage: partitions: ['sda4'] >09:20:34,567 DEBUG storage: checking whether disk sda has an empty extended >09:20:34,568 DEBUG storage: extended is parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb0aa380c> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fb6ac> PedPartition: <_ped.Partition object at 0xb08fce0c> ; logicals is [] >09:20:34,568 DEBUG storage: removing empty extended partition from sda >09:20:34,571 DEBUG storage: DeviceTree.getDeviceByName: name: sda4 ; >09:20:34,573 DEBUG storage: DeviceTree.getDeviceByName returned non-existent 39727MB partition sda4 (18) >09:20:34,573 INFO storage: removed partition sda4 (id 18) from device tree >09:20:34,576 DEBUG storage: DiskDevice.removeChild: kids: 0 ; name: sda ; >09:20:34,576 INFO storage: registered action: [23] Destroy Device partition sda4 (id 18) >09:20:34,577 DEBUG storage: clearpart: initializing sda >09:20:34,578 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:34,580 DEBUG storage: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >09:20:34,581 INFO storage: registered action: [24] Destroy Format msdos disklabel on disk sda (id 1) >09:20:34,593 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >09:20:34,600 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >09:20:34,605 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 0xb08fd4cc> > PedDisk: <_ped.Disk object at 0xb08fd46c> >09:20:34,605 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >09:20:34,608 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >09:20:34,613 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >09:20:34,616 INFO storage: registered action: [25] Create Format msdos disklabel on disk sda (id 1) >09:20:34,617 DEBUG storage: new disk order: [] >09:20:34,880 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >09:20:34,883 DEBUG storage: DeviceTree.getDeviceByName returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:34,887 DEBUG storage: doAutoPart: True >09:20:34,888 DEBUG storage: encryptedAutoPart: False >09:20:34,888 DEBUG storage: autoPartType: 0 >09:20:34,889 DEBUG storage: clearPartType: 1 >09:20:34,889 DEBUG storage: clearPartDisks: ['sda'] >09:20:34,890 DEBUG storage: autoPartitionRequests: >PartSpec instance (0xb08fdc4c) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0xb08fdbec) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0xb08fdb0c) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0xb08fde8c) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0xb08fdf8c) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3968 maxSize = None grow = False > >09:20:34,892 DEBUG storage: storage.disks: ['sda'] >09:20:34,893 DEBUG storage: storage.partitioned: ['sda'] >09:20:34,893 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0'] >09:20:34,898 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:34,901 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:34,902 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:34,903 DEBUG storage: boot disk: sda >09:20:34,915 DEBUG storage: candidate disks: [DiskDevice instance (0xb19987ac) -- > name = sda status = True kids = -1 id = 1 > parents = [] > uuid = None size = 95396.2734375 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA HITACHI HTS72201 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 195371568 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (12161, 255, 63) biosGeometry: (12161, 255, 63) > PedDevice: <_ped.Device object at 0xb199280c> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0xb1998b2c>] >09:20:34,916 DEBUG storage: devs: [] >09:20:34,917 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:34,917 DEBUG storage: _is_valid_size(sda) returning True >09:20:34,918 DEBUG storage: _is_valid_location(sda) returning True >09:20:34,918 DEBUG storage: _is_valid_format(sda) returning True >09:20:34,918 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:34,921 DEBUG storage: Ext4FS.supported: supported: True ; >09:20:34,922 DEBUG storage: getFormat('ext4') returning Ext4FS instance >09:20:34,925 DEBUG storage: DiskDevice.addChild: kids: -1 ; name: sda ; >09:20:34,929 DEBUG storage: PartitionDevice._setFormat: req4 ; >09:20:34,932 DEBUG storage: PartitionDevice._setFormat: req4 ; current: None ; type: ext4 ; >09:20:34,934 DEBUG storage: DiskDevice.removeChild: kids: 0 ; name: sda ; >09:20:34,935 INFO storage: added partition req4 (id 19) to device tree >09:20:34,937 INFO storage: registered action: [26] Create Device partition req4 (id 19) >09:20:34,938 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:34,938 INFO storage: registered action: [27] Create Format ext4 filesystem mounted at / on partition req4 (id 19) >09:20:34,941 DEBUG storage: Ext4FS.supported: supported: True ; >09:20:34,942 DEBUG storage: getFormat('ext4') returning Ext4FS instance >09:20:34,945 DEBUG storage: DiskDevice.addChild: kids: -1 ; name: sda ; >09:20:34,948 DEBUG storage: PartitionDevice._setFormat: req5 ; >09:20:34,951 DEBUG storage: PartitionDevice._setFormat: req5 ; current: None ; type: ext4 ; >09:20:34,954 DEBUG storage: DiskDevice.removeChild: kids: 0 ; name: sda ; >09:20:34,955 INFO storage: added partition req5 (id 20) to device tree >09:20:34,957 INFO storage: registered action: [28] Create Device partition req5 (id 20) >09:20:34,958 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:34,958 INFO storage: registered action: [29] Create Format ext4 filesystem mounted at /home on partition req5 (id 20) >09:20:34,961 DEBUG storage: Ext4FS.supported: supported: True ; >09:20:34,962 DEBUG storage: getFormat('ext4') returning Ext4FS instance >09:20:34,965 DEBUG storage: DiskDevice.addChild: kids: -1 ; name: sda ; >09:20:34,968 DEBUG storage: PartitionDevice._setFormat: req6 ; >09:20:34,971 DEBUG storage: PartitionDevice._setFormat: req6 ; current: None ; type: ext4 ; >09:20:34,974 DEBUG storage: DiskDevice.removeChild: kids: 0 ; name: sda ; >09:20:34,975 INFO storage: added partition req6 (id 21) to device tree >09:20:34,976 INFO storage: registered action: [30] Create Device partition req6 (id 21) >09:20:34,977 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:34,977 INFO storage: registered action: [31] Create Format ext4 filesystem mounted at /boot on partition req6 (id 21) >09:20:34,978 INFO storage: skipping unneeded stage1 biosboot request >09:20:34,979 DEBUG storage: PartSpec instance (0xb08fde8c) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >09:20:34,979 DEBUG storage: existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:34,983 DEBUG storage: SwapSpace.__init__: mountpoint: None ; >09:20:34,983 DEBUG storage: getFormat('swap') returning SwapSpace instance >09:20:34,986 DEBUG storage: DiskDevice.addChild: kids: -1 ; name: sda ; >09:20:34,989 DEBUG storage: PartitionDevice._setFormat: req7 ; >09:20:34,992 DEBUG storage: PartitionDevice._setFormat: req7 ; current: None ; type: swap ; >09:20:34,995 DEBUG storage: DiskDevice.removeChild: kids: 0 ; name: sda ; >09:20:34,996 INFO storage: added partition req7 (id 22) to device tree >09:20:34,997 INFO storage: registered action: [32] Create Device partition req7 (id 22) >09:20:34,998 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:34,998 INFO storage: registered action: [33] Create Format swap on partition req7 (id 22) >09:20:35,001 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:20:35,004 DEBUG storage: removing all non-preexisting partitions ['req4(id 19)', 'req5(id 20)', 'req6(id 21)', 'req7(id 22)'] from disk(s) ['sda'] >09:20:35,005 DEBUG storage: allocatePartitions: disks=['sda'] ; partitions=['req4(id 19)', 'req5(id 20)', 'req6(id 21)', 'req7(id 22)'] >09:20:35,006 DEBUG storage: removing all non-preexisting partitions ['req6(id 21)', 'req7(id 22)', 'req4(id 19)', 'req5(id 20)'] from disk(s) ['sda'] >09:20:35,009 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,013 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,013 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,017 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,020 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,021 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,022 DEBUG storage: allocating partition: req6 ; id: 21 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 >09:20:35,023 DEBUG storage: checking freespace on sda >09:20:35,023 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False >09:20:35,024 DEBUG storage: current free range is 63-195371567 (95396MB) >09:20:35,025 DEBUG storage: updating use_disk to sda, type: 0 >09:20:35,025 DEBUG storage: new free: 63-195371567 / 95396MB >09:20:35,025 DEBUG storage: new free allows for 0 sectors of growth >09:20:35,026 DEBUG storage: found free space for bootable request >09:20:35,026 DEBUG storage: adjusted start sector from 63 to 2048 >09:20:35,027 DEBUG storage: created partition sda1 of 500MB and added it to /dev/sda >09:20:35,030 DEBUG storage: PartitionDevice._setPartedPartition: req6 ; >09:20:35,033 DEBUG storage: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fda4c> PedPartition: <_ped.Partition object at 0xb4c66fbc> >09:20:35,036 DEBUG storage: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >09:20:35,039 DEBUG storage: DiskDevice.addChild: kids: -1 ; name: sda ; >09:20:35,042 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:35,046 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb090208c> PedPartition: <_ped.Partition object at 0xb0acdd1c> >09:20:35,049 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,052 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,053 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,056 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,060 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,061 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,062 DEBUG storage: allocating partition: req7 ; id: 22 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 3968MB ; grow: False ; max_size: 0 >09:20:35,063 DEBUG storage: checking freespace on sda >09:20:35,064 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=3968MB boot=False best=None grow=False >09:20:35,066 DEBUG storage: current free range is 63-2047 (0MB) >09:20:35,067 DEBUG storage: current free range is 1026048-195371567 (94895MB) >09:20:35,067 DEBUG storage: updating use_disk to sda, type: 0 >09:20:35,068 DEBUG storage: new free: 1026048-195371567 / 94895MB >09:20:35,069 DEBUG storage: new free allows for 0 sectors of growth >09:20:35,071 DEBUG storage: created partition sda2 of 3968MB and added it to /dev/sda >09:20:35,073 DEBUG storage: PartitionDevice._setPartedPartition: req7 ; >09:20:35,077 DEBUG storage: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fd40c> PedPartition: <_ped.Partition object at 0xb08fc56c> >09:20:35,080 DEBUG storage: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >09:20:35,083 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >09:20:35,087 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:35,090 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fd02c> PedPartition: <_ped.Partition object at 0xb08fcdac> >09:20:35,093 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,096 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,097 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,100 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,104 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,104 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,105 DEBUG storage: allocating partition: req4 ; id: 19 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1024MB ; grow: True ; max_size: 51200 >09:20:35,106 DEBUG storage: checking freespace on sda >09:20:35,107 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1024MB boot=False best=None grow=True >09:20:35,109 DEBUG storage: current free range is 63-2047 (0MB) >09:20:35,110 DEBUG storage: current free range is 9152512-195371567 (90927MB) >09:20:35,111 DEBUG storage: evaluating growth potential for new layout >09:20:35,111 DEBUG storage: calculating growth for disk /dev/sda >09:20:35,115 DEBUG storage: PartitionDevice._setPartedPartition: req4 ; >09:20:35,116 DEBUG storage: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a15acc> PedPartition: <_ped.Partition object at 0xb08fc59c> >09:20:35,119 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >09:20:35,122 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >09:20:35,123 DEBUG storage: adding request 21 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,123 DEBUG storage: adding request 22 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,124 DEBUG storage: adding request 19 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,125 DEBUG storage: Chunk.growRequests: 195371505 on /dev/sda start = 63 end = 195371567 >sectorSize = 512 > >09:20:35,126 DEBUG storage: req: PartitionRequest instance -- >id = 21 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:20:35,127 DEBUG storage: req: PartitionRequest instance -- >id = 22 name = sda2 growable = False >base = 8126464 growth = 0 max_grow = 0 >done = True >09:20:35,128 DEBUG storage: req: PartitionRequest instance -- >id = 19 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >09:20:35,128 DEBUG storage: 1 requests and 184123889 (89904MB) left in chunk >09:20:35,129 DEBUG storage: adding 184123889 (89904MB) to 19 (sda3) >09:20:35,130 DEBUG storage: taking back 81363441 (39728MB) from 19 (sda3) >09:20:35,131 DEBUG storage: new grow amount for request 19 (sda3) is 102760448 units, or 50176MB >09:20:35,131 DEBUG storage: request 21 (sda1) growth: 0 (0MB) size: 500MB >09:20:35,132 DEBUG storage: request 22 (sda2) growth: 0 (0MB) size: 3968MB >09:20:35,132 DEBUG storage: request 19 (sda3) growth: 102760448 (50176MB) size: 51200MB >09:20:35,132 DEBUG storage: disk /dev/sda growth: 102760448 (50176MB) >09:20:35,134 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:35,135 DEBUG storage: device sda3 new partedPartition None >09:20:35,137 DEBUG storage: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >09:20:35,140 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sda ; >09:20:35,140 DEBUG storage: total growth: 102760448 sectors >09:20:35,141 DEBUG storage: updating use_disk to sda, type: 0 >09:20:35,142 DEBUG storage: new free: 9152512-195371567 / 90927MB >09:20:35,143 DEBUG storage: new free allows for 102760448 sectors of growth >09:20:35,145 DEBUG storage: created partition sda3 of 1024MB and added it to /dev/sda >09:20:35,147 DEBUG storage: PartitionDevice._setPartedPartition: req4 ; >09:20:35,148 DEBUG storage: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fb7cc> PedPartition: <_ped.Partition object at 0xb08fce0c> >09:20:35,151 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >09:20:35,154 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >09:20:35,158 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:35,159 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0ab5f4c> PedPartition: <_ped.Partition object at 0xb090189c> >09:20:35,162 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,166 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,167 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,170 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,173 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,174 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,175 DEBUG storage: allocating partition: req5 ; id: 20 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 >09:20:35,176 DEBUG storage: checking freespace on sda >09:20:35,177 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=500MB boot=False best=None grow=True >09:20:35,179 DEBUG storage: current free range is 63-2047 (0MB) >09:20:35,180 DEBUG storage: current free range is 11249664-195371567 (89903MB) >09:20:35,180 DEBUG storage: evaluating growth potential for new layout >09:20:35,181 DEBUG storage: calculating growth for disk /dev/sda >09:20:35,182 DEBUG storage: adjusted length from 184121904 to 184121344 >09:20:35,185 DEBUG storage: PartitionDevice._setPartedPartition: req5 ; >09:20:35,187 DEBUG storage: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a79a6c> PedPartition: <_ped.Partition object at 0xb08fcd4c> >09:20:35,189 DEBUG storage: PartitionDevice._setDisk: sda4 ; new: sda ; old: None ; >09:20:35,192 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >09:20:35,193 DEBUG storage: adding request 21 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,194 DEBUG storage: adding request 22 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,195 DEBUG storage: adding request 19 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,196 DEBUG storage: Chunk.growRequests: 195371505 on /dev/sda start = 63 end = 195371567 >sectorSize = 512 > >09:20:35,197 DEBUG storage: req: PartitionRequest instance -- >id = 21 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:20:35,198 DEBUG storage: req: PartitionRequest instance -- >id = 22 name = sda2 growable = False >base = 8126464 growth = 0 max_grow = 0 >done = True >09:20:35,198 DEBUG storage: req: PartitionRequest instance -- >id = 19 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >09:20:35,199 DEBUG storage: 1 requests and 184123889 (89904MB) left in chunk >09:20:35,200 DEBUG storage: adding 184123889 (89904MB) to 19 (sda3) >09:20:35,201 DEBUG storage: taking back 81363441 (39728MB) from 19 (sda3) >09:20:35,202 DEBUG storage: new grow amount for request 19 (sda3) is 102760448 units, or 50176MB >09:20:35,203 DEBUG storage: request 21 (sda1) growth: 0 (0MB) size: 500MB >09:20:35,204 DEBUG storage: request 22 (sda2) growth: 0 (0MB) size: 3968MB >09:20:35,204 DEBUG storage: request 19 (sda3) growth: 102760448 (50176MB) size: 51200MB >09:20:35,205 DEBUG storage: disk /dev/sda growth: 102760448 (50176MB) >09:20:35,208 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >09:20:35,209 DEBUG storage: device sda4 new partedPartition None >09:20:35,212 DEBUG storage: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >09:20:35,215 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >09:20:35,215 DEBUG storage: total growth: 102760448 sectors >09:20:35,216 DEBUG storage: updating use_disk to sda, type: 2 >09:20:35,217 DEBUG storage: new free: 11249664-195371567 / 89903MB >09:20:35,218 DEBUG storage: new free allows for 102760448 sectors of growth >09:20:35,219 DEBUG storage: creating extended partition >09:20:35,220 DEBUG storage: adjusted length from 184121904 to 184121344 >09:20:35,221 DEBUG storage: recalculating free space >09:20:35,222 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500MB boot=False best=None grow=True >09:20:35,224 DEBUG storage: looking for intersection between extended (11249664-195371007) and free (63-2047) >09:20:35,224 DEBUG storage: free region not suitable for request >09:20:35,224 DEBUG storage: looking for intersection between extended (11249664-195371007) and free (11249727-195371007) >09:20:35,225 DEBUG storage: current free range is 11249727-195371007 (89902MB) >09:20:35,225 DEBUG storage: looking for intersection between extended (11249664-195371007) and free (195371008-195371567) >09:20:35,226 DEBUG storage: free region not suitable for request >09:20:35,226 DEBUG storage: adjusted start sector from 11249727 to 11253760 >09:20:35,227 DEBUG storage: created partition sda5 of 500MB and added it to /dev/sda >09:20:35,230 DEBUG storage: PartitionDevice._setPartedPartition: req5 ; >09:20:35,231 DEBUG storage: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb09022cc> PedPartition: <_ped.Partition object at 0xb090192c> >09:20:35,234 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >09:20:35,237 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >09:20:35,241 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >09:20:35,242 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08ff12c> PedPartition: <_ped.Partition object at 0xb0901a4c> >09:20:35,243 DEBUG storage: growPartitions: disks=['sda'], partitions=['sda3(id 19)', 'sda5(id 20)', 'sda1(id 21)', 'sda2(id 22)'] >09:20:35,244 DEBUG storage: growable partitions are ['sda3', 'sda5'] >09:20:35,245 DEBUG storage: adding request 19 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,246 DEBUG storage: adding request 20 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,247 DEBUG storage: adding request 21 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,248 DEBUG storage: adding request 22 to chunk 195371505 (63-195371567) on /dev/sda >09:20:35,248 DEBUG storage: disk sda has 1 chunks >09:20:35,249 DEBUG storage: Chunk.growRequests: 195371505 on /dev/sda start = 63 end = 195371567 >sectorSize = 512 > >09:20:35,250 DEBUG storage: req: PartitionRequest instance -- >id = 21 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >09:20:35,251 DEBUG storage: req: PartitionRequest instance -- >id = 22 name = sda2 growable = False >base = 8126464 growth = 0 max_grow = 0 >done = True >09:20:35,252 DEBUG storage: req: PartitionRequest instance -- >id = 19 name = sda3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >09:20:35,252 DEBUG storage: req: PartitionRequest instance -- >id = 20 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >09:20:35,253 DEBUG storage: 2 requests and 183099889 (89404MB) left in chunk >09:20:35,254 DEBUG storage: adding 123027746 (60072MB) to 19 (sda3) >09:20:35,255 DEBUG storage: taking back 20267298 (9896MB) from 19 (sda3) >09:20:35,256 DEBUG storage: new grow amount for request 19 (sda3) is 102760448 units, or 50176MB >09:20:35,257 DEBUG storage: adding 60072142 (29332MB) to 20 (sda5) >09:20:35,258 DEBUG storage: new grow amount for request 20 (sda5) is 60072142 units, or 29332MB >09:20:35,259 DEBUG storage: 1 requests and 20267299 (9896MB) left in chunk >09:20:35,260 DEBUG storage: adding 20267299 (9896MB) to 20 (sda5) >09:20:35,261 DEBUG storage: new grow amount for request 20 (sda5) is 80339441 units, or 39228MB >09:20:35,261 DEBUG storage: growing partitions on sda >09:20:35,263 DEBUG storage: partition sda1 (21): 0 >09:20:35,264 DEBUG storage: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb08ff38c> >09:20:35,265 DEBUG storage: partition sda2 (22): 0 >09:20:35,266 DEBUG storage: new geometry for sda2: parted.Geometry instance -- > start: 1026048 end: 9152511 length: 8126464 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb08ff62c> >09:20:35,267 DEBUG storage: partition sda3 (19): 0 >09:20:35,268 DEBUG storage: new geometry for sda3: parted.Geometry instance -- > start: 9152512 end: 114010111 length: 104857600 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb08ff6ec> >09:20:35,269 DEBUG storage: partition sda5 (20): 1 >09:20:35,270 DEBUG storage: new geometry for sda5: parted.Geometry instance -- > start: 114012160 end: 195371007 length: 81358848 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb08ff74c> >09:20:35,272 DEBUG storage: removing all non-preexisting partitions ['sda1(id 21)', 'sda2(id 22)', 'sda3(id 19)', 'sda5(id 20)'] from disk(s) ['sda'] >09:20:35,275 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:35,276 DEBUG storage: device sda1 new partedPartition None >09:20:35,279 DEBUG storage: PartitionDevice._setDisk: req6 ; new: None ; old: sda ; >09:20:35,282 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >09:20:35,285 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:35,286 DEBUG storage: device sda2 new partedPartition None >09:20:35,289 DEBUG storage: PartitionDevice._setDisk: req7 ; new: None ; old: sda ; >09:20:35,292 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sda ; >09:20:35,295 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:35,295 DEBUG storage: device sda3 new partedPartition None >09:20:35,298 DEBUG storage: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >09:20:35,302 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >09:20:35,305 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >09:20:35,305 DEBUG storage: device sda5 new partedPartition None >09:20:35,308 DEBUG storage: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >09:20:35,311 DEBUG storage: DiskDevice.removeChild: kids: 0 ; name: sda ; >09:20:35,314 DEBUG storage: removing empty extended partition from sda >09:20:35,314 DEBUG storage: back from removeNewPartitions >09:20:35,315 DEBUG storage: extended: parted.Geometry instance -- > start: 11249664 end: 195371007 length: 184121344 > device: <parted.device.Device object at 0xb08ff4ec> PedGeometry: <_ped.Geometry object at 0xb08ff4ac> >09:20:35,316 DEBUG storage: setting up new geometry for extended on sda >09:20:35,317 DEBUG storage: new geometry for extended: parted.Geometry instance -- > start: 114010112 end: 195371567 length: 81361456 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb0902e0c> >09:20:35,318 DEBUG storage: setting req6 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb08ff38c> >09:20:35,321 DEBUG storage: PartitionDevice._setPartedPartition: req6 ; >09:20:35,325 DEBUG storage: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xa3a53cc> PedPartition: <_ped.Partition object at 0xb08fcddc> >09:20:35,328 DEBUG storage: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >09:20:35,331 DEBUG storage: DiskDevice.addChild: kids: -1 ; name: sda ; >09:20:35,334 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:35,338 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a577cc> PedPartition: <_ped.Partition object at 0xb08fc56c> >09:20:35,339 DEBUG storage: setting req7 new geometry: parted.Geometry instance -- > start: 1026048 end: 9152511 length: 8126464 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb08ff62c> >09:20:35,342 DEBUG storage: PartitionDevice._setPartedPartition: req7 ; >09:20:35,346 DEBUG storage: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0902dcc> PedPartition: <_ped.Partition object at 0xb090186c> >09:20:35,348 DEBUG storage: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >09:20:35,351 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >09:20:35,355 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:35,359 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fb7ac> PedPartition: <_ped.Partition object at 0xb09019bc> >09:20:35,359 DEBUG storage: setting req4 new geometry: parted.Geometry instance -- > start: 9152512 end: 114010111 length: 104857600 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb08ff6ec> >09:20:35,362 DEBUG storage: PartitionDevice._setPartedPartition: req4 ; >09:20:35,364 DEBUG storage: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a576ec> PedPartition: <_ped.Partition object at 0xb0901aac> >09:20:35,367 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >09:20:35,369 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >09:20:35,373 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:35,374 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0aa6f0c> PedPartition: <_ped.Partition object at 0xb090189c> >09:20:35,375 DEBUG storage: setting sda-1 new geometry: parted.Geometry instance -- > start: 114010112 end: 195371567 length: 81361456 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb0902e0c> >09:20:35,377 DEBUG storage: setting req5 new geometry: parted.Geometry instance -- > start: 114012160 end: 195371007 length: 81358848 > device: <parted.device.Device object at 0xb08fd22c> PedGeometry: <_ped.Geometry object at 0xb08ff74c> >09:20:35,379 DEBUG storage: PartitionDevice._setPartedPartition: req5 ; >09:20:35,380 DEBUG storage: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb4a81e0c> PedPartition: <_ped.Partition object at 0xb0901a7c> >09:20:35,383 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >09:20:35,386 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >09:20:35,390 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >09:20:35,391 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fddac> PedPartition: <_ped.Partition object at 0xb0901b0c> >09:20:35,392 DEBUG storage: fixing size of non-existent 500MB partition sda1 (21) with non-existent ext4 filesystem mounted at /boot at 500.00 >09:20:35,393 DEBUG storage: fixing size of non-existent 3968MB partition sda2 (22) with non-existent swap at 3968.00 >09:20:35,395 DEBUG storage: fixing size of non-existent 51200MB partition sda3 (19) with non-existent ext4 filesystem mounted at / at 51200.00 >09:20:35,396 DEBUG storage: fixing size of non-existent 39726MB partition sda5 (20) with non-existent ext4 filesystem mounted at /home at 39726.00 >09:20:35,399 DEBUG storage: DeviceTree.getDeviceByName: name: sda4 ; >09:20:35,402 DEBUG storage: DeviceTree.getDeviceByName returned None >09:20:35,405 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >09:20:35,408 DEBUG storage: PartitionDevice._setFormat: sda4 ; >09:20:35,409 DEBUG storage: getFormat('None') returning DeviceFormat instance >09:20:35,412 DEBUG storage: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >09:20:35,415 DEBUG storage: DiskDevice.removeChild: kids: 4 ; name: sda ; >09:20:35,417 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >09:20:35,419 DEBUG storage: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd50c> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb08fde0c> PedPartition: <_ped.Partition object at 0xb0901a1c> >09:20:35,420 INFO storage: added partition sda4 (id 23) to device tree >09:20:35,423 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,426 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,427 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,430 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:35,431 DEBUG storage: _is_valid_size(sda) returning True >09:20:35,432 DEBUG storage: _is_valid_location(sda) returning True >09:20:35,433 DEBUG storage: _is_valid_format(sda) returning True >09:20:35,434 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:35,442 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:35,443 DEBUG storage: _is_valid_size(sda) returning True >09:20:35,443 DEBUG storage: _is_valid_location(sda) returning True >09:20:35,444 DEBUG storage: _is_valid_format(sda) returning True >09:20:35,445 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:35,446 DEBUG storage: _is_valid_disklabel(sda1) returning True >09:20:35,447 DEBUG storage: _is_valid_size(sda1) returning True >09:20:35,448 DEBUG storage: _is_valid_location(sda1) returning True >09:20:35,449 DEBUG storage: _is_valid_partition(sda1) returning True >09:20:35,450 DEBUG storage: _is_valid_format(sda1) returning True >09:20:35,451 DEBUG storage: is_valid_stage2_device(sda1) returning True >09:20:35,454 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >09:20:35,457 DEBUG storage: DeviceTree.getDeviceByPath returned existing 95396MB disk sda (1) with non-existent msdos disklabel >09:20:35,458 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >09:20:35,461 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:35,462 DEBUG storage: _is_valid_size(sda) returning True >09:20:35,463 DEBUG storage: _is_valid_location(sda) returning True >09:20:35,464 DEBUG storage: _is_valid_format(sda) returning True >09:20:35,465 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:35,473 DEBUG storage: _is_valid_disklabel(sda) returning True >09:20:35,474 DEBUG storage: _is_valid_size(sda) returning True >09:20:35,474 DEBUG storage: _is_valid_location(sda) returning True >09:20:35,475 DEBUG storage: _is_valid_format(sda) returning True >09:20:35,476 DEBUG storage: is_valid_stage1_device(sda) returning True >09:20:35,477 DEBUG storage: _is_valid_disklabel(sda1) returning True >09:20:35,478 DEBUG storage: _is_valid_size(sda1) returning True >09:20:35,479 DEBUG storage: _is_valid_location(sda1) returning True >09:20:35,480 DEBUG storage: _is_valid_partition(sda1) returning True >09:20:35,481 DEBUG storage: _is_valid_format(sda1) returning True >09:20:35,482 DEBUG storage: is_valid_stage2_device(sda1) returning True >09:20:43,447 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >09:20:43,540 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >09:20:43,546 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >09:20:43,549 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >09:20:43,552 DEBUG storage: PartitionDevice.teardown: sda3 ; status: False ; controllable: True ; >09:20:43,554 DEBUG storage: PartitionDevice.teardown: sda5 ; status: False ; controllable: True ; >09:20:43,556 DEBUG storage: PartitionDevice.teardown: sda1 ; status: False ; controllable: True ; >09:20:43,558 DEBUG storage: PartitionDevice.teardown: sda2 ; status: False ; controllable: True ; >09:20:43,560 DEBUG storage: PartitionDevice.teardown: sda4 ; status: False ; controllable: True ; >09:20:43,560 INFO storage: resetting parted disks... >09:20:43,563 DEBUG storage: DiskLabel.resetPartedDisk: device: /dev/sda ; >09:20:43,565 DEBUG storage: DiskLabel.resetPartedDisk: device: /dev/sda ; >09:20:43,567 DEBUG storage: PartitionDevice.preCommitFixup: sda3 ; >09:20:43,569 DEBUG storage: PartitionDevice.preCommitFixup: sda5 ; >09:20:43,572 DEBUG storage: PartitionDevice.preCommitFixup: sda1 ; >09:20:43,574 DEBUG storage: PartitionDevice.preCommitFixup: sda2 ; >09:20:43,576 DEBUG storage: PartitionDevice.preCommitFixup: sda4 ; >09:20:43,578 DEBUG storage: PartitionDevice.preCommitFixup: sda2 ; >09:20:43,579 DEBUG storage: sector-based lookup found partition sda2 >09:20:43,582 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:43,585 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb1998d2c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb09067ac> PedPartition: <_ped.Partition object at 0xb08fe38c> >09:20:43,588 DEBUG storage: PartitionDevice.preCommitFixup: sda1 ; >09:20:43,589 DEBUG storage: sector-based lookup found partition sda1 >09:20:43,591 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:43,595 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb1998d2c> fileSystem: <parted.filesystem.FileSystem object at 0xb0906c8c> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0906bec> PedPartition: <_ped.Partition object at 0xb199989c> >09:20:43,597 DEBUG storage: PartitionDevice.preCommitFixup: sda5 ; >09:20:43,600 DEBUG storage: PartitionDevice.preCommitFixup: sda3 ; >09:20:43,602 DEBUG storage: PartitionDevice.preCommitFixup: sda2 ; >09:20:43,604 DEBUG storage: PartitionDevice.preCommitFixup: sda1 ; >09:20:43,606 DEBUG storage: PartitionDevice.preCommitFixup: sda4 ; >09:20:43,607 DEBUG storage: action: [0] Destroy Format ext3 filesystem on lvmlv VolGroup00-LogVol00 (id 12) >09:20:43,607 DEBUG storage: action: [1] Destroy Device lvmlv VolGroup00-LogVol00 (id 12) >09:20:43,608 DEBUG storage: action: [2] Destroy Format swap on lvmlv VolGroup00-LogVol01 (id 13) >09:20:43,608 DEBUG storage: action: [3] Destroy Device lvmlv VolGroup00-LogVol01 (id 13) >09:20:43,609 DEBUG storage: action: [4] Destroy Device lvmvg VolGroup00 (id 4) >09:20:43,612 DEBUG storage: action: [5] Destroy Format lvmpv on partition sda2 (id 3) >09:20:43,615 DEBUG storage: action: [6] Destroy Device partition sda2 (id 3) >09:20:43,618 DEBUG storage: action: [7] Destroy Format ext3 filesystem on partition sda1 (id 2) >09:20:43,621 DEBUG storage: action: [8] Destroy Device partition sda1 (id 2) >09:20:43,623 DEBUG storage: action: [9] Destroy Format msdos disklabel on disk sda (id 1) >09:20:43,626 DEBUG storage: action: [10] Create Format msdos disklabel on disk sda (id 1) >09:20:43,629 DEBUG storage: action: [11] Create Device partition sda3 (id 14) >09:20:43,632 DEBUG storage: action: [12] Create Format ext4 filesystem mounted at / on partition sda3 (id 14) >09:20:43,635 DEBUG storage: action: [13] Create Device partition sda5 (id 15) >09:20:43,638 DEBUG storage: action: [14] Create Format ext4 filesystem mounted at /home on partition sda5 (id 15) >09:20:43,641 DEBUG storage: action: [15] Create Device partition sda1 (id 16) >09:20:43,644 DEBUG storage: action: [16] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 16) >09:20:43,647 DEBUG storage: action: [17] Create Device partition sda2 (id 17) >09:20:43,650 DEBUG storage: action: [18] Create Format swap on partition sda2 (id 17) >09:20:43,652 DEBUG storage: action: [19] Destroy Device partition sda5 (id 15) >09:20:43,655 DEBUG storage: action: [20] Destroy Device partition sda3 (id 14) >09:20:43,658 DEBUG storage: action: [21] Destroy Device partition sda2 (id 17) >09:20:43,661 DEBUG storage: action: [22] Destroy Device partition sda1 (id 16) >09:20:43,664 DEBUG storage: action: [23] Destroy Device partition sda4 (id 18) >09:20:43,667 DEBUG storage: action: [24] Destroy Format msdos disklabel on disk sda (id 1) >09:20:43,669 DEBUG storage: action: [25] Create Format msdos disklabel on disk sda (id 1) >09:20:43,672 DEBUG storage: action: [26] Create Device partition sda3 (id 19) >09:20:43,675 DEBUG storage: action: [27] Create Format ext4 filesystem mounted at / on partition sda3 (id 19) >09:20:43,678 DEBUG storage: action: [28] Create Device partition sda5 (id 20) >09:20:43,681 DEBUG storage: action: [29] Create Format ext4 filesystem mounted at /home on partition sda5 (id 20) >09:20:43,684 DEBUG storage: action: [30] Create Device partition sda1 (id 21) >09:20:43,687 DEBUG storage: action: [31] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 21) >09:20:43,690 DEBUG storage: action: [32] Create Device partition sda2 (id 22) >09:20:43,692 DEBUG storage: action: [33] Create Format swap on partition sda2 (id 22) >09:20:43,695 DEBUG storage: action: [34] Create Device partition sda4 (id 23) >09:20:43,698 INFO storage: pruning action queue... >09:20:43,702 INFO storage: removing obsolete action 10 (25) >09:20:43,704 INFO storage: removing obsolete action 24 (25) >09:20:43,707 DEBUG storage: action 24 already pruned >09:20:43,710 INFO storage: removing obsolete action 23 (23) >09:20:43,713 INFO storage: removing obsolete action 15 (22) >09:20:43,716 INFO storage: removing obsolete action 16 (22) >09:20:43,718 INFO storage: removing obsolete action 22 (22) >09:20:43,721 INFO storage: removing obsolete action 17 (21) >09:20:43,724 INFO storage: removing obsolete action 18 (21) >09:20:43,727 INFO storage: removing obsolete action 21 (21) >09:20:43,730 INFO storage: removing obsolete action 11 (20) >09:20:43,733 INFO storage: removing obsolete action 12 (20) >09:20:43,736 INFO storage: removing obsolete action 20 (20) >09:20:43,739 INFO storage: removing obsolete action 13 (19) >09:20:43,741 INFO storage: removing obsolete action 14 (19) >09:20:43,744 INFO storage: removing obsolete action 19 (19) >09:20:43,748 DEBUG storage: action 18 already pruned >09:20:43,750 DEBUG storage: action 17 already pruned >09:20:43,753 DEBUG storage: action 16 already pruned >09:20:43,756 DEBUG storage: action 15 already pruned >09:20:43,759 DEBUG storage: action 14 already pruned >09:20:43,762 DEBUG storage: action 13 already pruned >09:20:43,765 DEBUG storage: action 12 already pruned >09:20:43,767 DEBUG storage: action 11 already pruned >09:20:43,770 DEBUG storage: action 10 already pruned >09:20:43,773 INFO storage: sorting actions... >09:20:43,781 DEBUG storage: action: [7] Destroy Format ext3 filesystem on partition sda1 (id 2) >09:20:43,781 DEBUG storage: action: [2] Destroy Format swap on lvmlv VolGroup00-LogVol01 (id 13) >09:20:43,782 DEBUG storage: action: [3] Destroy Device lvmlv VolGroup00-LogVol01 (id 13) >09:20:43,785 DEBUG storage: action: [0] Destroy Format ext3 filesystem on lvmlv VolGroup00-LogVol00 (id 12) >09:20:43,788 DEBUG storage: action: [1] Destroy Device lvmlv VolGroup00-LogVol00 (id 12) >09:20:43,791 DEBUG storage: action: [4] Destroy Device lvmvg VolGroup00 (id 4) >09:20:43,794 DEBUG storage: action: [5] Destroy Format lvmpv on partition sda2 (id 3) >09:20:43,797 DEBUG storage: action: [6] Destroy Device partition sda2 (id 3) >09:20:43,800 DEBUG storage: action: [8] Destroy Device partition sda1 (id 2) >09:20:43,803 DEBUG storage: action: [9] Destroy Format msdos disklabel on disk sda (id 1) >09:20:43,805 DEBUG storage: action: [25] Create Format msdos disklabel on disk sda (id 1) >09:20:43,808 DEBUG storage: action: [30] Create Device partition sda1 (id 21) >09:20:43,811 DEBUG storage: action: [32] Create Device partition sda2 (id 22) >09:20:43,814 DEBUG storage: action: [33] Create Format swap on partition sda2 (id 22) >09:20:43,817 DEBUG storage: action: [26] Create Device partition sda3 (id 19) >09:20:43,820 DEBUG storage: action: [34] Create Device partition sda4 (id 23) >09:20:43,823 DEBUG storage: action: [28] Create Device partition sda5 (id 20) >09:20:43,826 DEBUG storage: action: [29] Create Format ext4 filesystem mounted at /home on partition sda5 (id 20) >09:20:43,829 DEBUG storage: action: [27] Create Format ext4 filesystem mounted at / on partition sda3 (id 19) >09:20:43,832 DEBUG storage: action: [31] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 21) >09:20:43,835 INFO storage: executing action: [7] Destroy Format ext3 filesystem on partition sda1 (id 2) >09:20:43,840 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: True ; >09:20:43,844 DEBUG storage: Ext3FS.destroy: device: /dev/sda1 ; status: False ; type: ext3 ; >09:20:47,065 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >09:20:47,074 DEBUG storage: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >09:20:47,268 INFO storage: executing action: [2] Destroy Format swap on lvmlv VolGroup00-LogVol01 (id 13) >09:20:47,275 DEBUG storage: LVMLogicalVolumeDevice.setup: VolGroup00-LogVol01 ; status: False ; controllable: True ; orig: True ; >09:20:47,283 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: VolGroup00-LogVol01 ; orig: True ; >09:20:47,289 DEBUG storage: LVMVolumeGroupDevice.setup: VolGroup00 ; status: True ; controllable: True ; orig: True ; >09:20:47,296 DEBUG storage: LVMLogicalVolumeDevice._setup: VolGroup00-LogVol01 ; status: False ; controllable: True ; orig: True ; >09:20:47,855 DEBUG storage: SwapSpace.destroy: device: /dev/mapper/VolGroup00-LogVol01 ; status: False ; type: swap ; >09:20:48,134 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol01 ; status: True ; controllable: True ; >09:20:48,143 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup00-LogVol01 ; status: False ; type: None ; >09:20:48,264 DEBUG storage: LVMLogicalVolumeDevice._teardown: VolGroup00-LogVol01 ; status: True ; controllable: True ; >09:20:48,665 INFO storage: executing action: [3] Destroy Device lvmlv VolGroup00-LogVol01 (id 13) >09:20:48,669 DEBUG storage: LVMLogicalVolumeDevice.destroy: VolGroup00-LogVol01 ; status: False ; >09:20:48,672 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol01 ; status: False ; controllable: True ; >09:20:48,678 DEBUG storage: LVMVolumeGroupDevice.setupParents: kids: 0 ; name: VolGroup00 ; orig: True ; >09:20:48,684 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: True ; >09:20:48,690 DEBUG storage: LVMPhysicalVolume.setup: device: /dev/sda2 ; status: False ; type: lvmpv ; >09:20:48,697 DEBUG storage: LVMLogicalVolumeDevice._destroy: VolGroup00-LogVol01 ; status: False ; >09:20:49,238 INFO storage: executing action: [0] Destroy Format ext3 filesystem on lvmlv VolGroup00-LogVol00 (id 12) >09:20:49,245 DEBUG storage: LVMLogicalVolumeDevice.setup: VolGroup00-LogVol00 ; status: False ; controllable: True ; orig: True ; >09:20:49,252 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: VolGroup00-LogVol00 ; orig: True ; >09:20:49,258 DEBUG storage: LVMVolumeGroupDevice.setup: VolGroup00 ; status: True ; controllable: True ; orig: True ; >09:20:49,265 DEBUG storage: LVMLogicalVolumeDevice._setup: VolGroup00-LogVol00 ; status: False ; controllable: True ; orig: True ; >09:20:49,991 DEBUG storage: Ext3FS.destroy: device: /dev/mapper/VolGroup00-LogVol00 ; status: False ; type: ext3 ; >09:20:50,257 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol00 ; status: True ; controllable: True ; >09:20:50,263 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup00-LogVol00 ; status: False ; type: None ; >09:20:50,362 DEBUG storage: LVMLogicalVolumeDevice._teardown: VolGroup00-LogVol00 ; status: True ; controllable: True ; >09:20:50,750 INFO storage: executing action: [1] Destroy Device lvmlv VolGroup00-LogVol00 (id 12) >09:20:50,754 DEBUG storage: LVMLogicalVolumeDevice.destroy: VolGroup00-LogVol00 ; status: False ; >09:20:50,757 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup00-LogVol00 ; status: False ; controllable: True ; >09:20:50,760 DEBUG storage: LVMVolumeGroupDevice.setupParents: kids: 0 ; name: VolGroup00 ; orig: True ; >09:20:50,763 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: True ; >09:20:50,765 DEBUG storage: LVMPhysicalVolume.setup: device: /dev/sda2 ; status: False ; type: lvmpv ; >09:20:50,768 DEBUG storage: LVMLogicalVolumeDevice._destroy: VolGroup00-LogVol00 ; status: False ; >09:20:51,242 INFO storage: executing action: [4] Destroy Device lvmvg VolGroup00 (id 4) >09:20:51,250 DEBUG storage: LVMVolumeGroupDevice.destroy: VolGroup00 ; status: True ; >09:20:51,257 DEBUG storage: LVMVolumeGroupDevice.teardown: VolGroup00 ; status: True ; controllable: True ; >09:20:51,264 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup00 ; status: False ; type: None ; >09:20:51,271 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup00 ; status: False ; type: None ; >09:20:51,388 DEBUG storage: LVMVolumeGroupDevice._teardown: VolGroup00 ; status: True ; controllable: True ; >09:20:51,605 DEBUG storage: LVMVolumeGroupDevice.setupParents: kids: 0 ; name: VolGroup00 ; orig: True ; >09:20:51,611 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: True ; >09:20:51,617 DEBUG storage: LVMPhysicalVolume.setup: device: /dev/sda2 ; status: False ; type: lvmpv ; >09:20:51,624 DEBUG storage: LVMVolumeGroupDevice._destroy: VolGroup00 ; status: True ; >09:20:52,525 INFO storage: executing action: [5] Destroy Format lvmpv on partition sda2 (id 3) >09:20:52,533 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: True ; >09:20:52,539 DEBUG storage: LVMPhysicalVolume.destroy: device: /dev/sda2 ; status: False ; type: lvmpv ; >09:20:52,777 DEBUG storage: LVMPhysicalVolume.notifyKernel: device: /dev/sda2 ; type: lvmpv ; >09:20:52,945 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >09:20:52,955 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >09:20:53,165 INFO storage: executing action: [6] Destroy Device partition sda2 (id 3) >09:20:53,172 DEBUG storage: PartitionDevice.destroy: sda2 ; status: True ; >09:20:53,179 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >09:20:53,184 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >09:20:53,288 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda2 ; orig: True ; >09:20:53,292 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >09:20:53,295 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:53,298 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:53,300 DEBUG storage: PartitionDevice._destroy: sda2 ; status: True ; >09:20:53,306 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >09:20:53,856 INFO storage: executing action: [8] Destroy Device partition sda1 (id 2) >09:20:53,859 DEBUG storage: PartitionDevice.destroy: sda1 ; status: True ; >09:20:53,863 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >09:20:53,869 DEBUG storage: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >09:20:53,969 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: True ; >09:20:53,972 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >09:20:53,975 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:53,978 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:53,981 DEBUG storage: PartitionDevice._destroy: sda1 ; status: True ; >09:20:53,984 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >09:20:54,246 INFO storage: executing action: [9] Destroy Format msdos disklabel on disk sda (id 1) >09:20:54,249 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >09:20:54,252 DEBUG storage: DiskLabel.destroy: device: /dev/sda ; status: False ; type: disklabel ; >09:20:54,411 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:20:54,618 INFO storage: executing action: [25] Create Format msdos disklabel on disk sda (id 1) >09:20:54,623 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:20:54,625 DEBUG storage: DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; >09:20:54,628 DEBUG storage: DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; >09:20:54,631 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >09:20:54,966 DEBUG storage: DiskDevice.updateSysfsPath: sda ; status: True ; >09:20:54,972 DEBUG storage: sda sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda >09:20:55,078 INFO storage: executing action: [30] Create Device partition sda1 (id 21) >09:20:55,081 DEBUG storage: PartitionDevice.create: sda1 ; status: False ; >09:20:55,083 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: False ; >09:20:55,086 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:20:55,089 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:55,092 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:55,094 DEBUG storage: PartitionDevice._create: sda1 ; status: False ; >09:20:55,098 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >09:20:55,351 DEBUG storage: post-commit partition path is /dev/sda1 >09:20:55,358 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >09:20:55,365 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd72c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb090664c> PedPartition: <_ped.Partition object at 0xb08fe5fc> >09:20:55,371 DEBUG storage: DeviceFormat.destroy: device: /dev/sda1 ; status: False ; type: None ; >09:20:55,522 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >09:20:55,526 DEBUG storage: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >09:20:55,533 DEBUG storage: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >09:20:55,538 DEBUG storage: sda1 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >09:20:55,747 INFO storage: executing action: [32] Create Device partition sda2 (id 22) >09:20:55,754 DEBUG storage: PartitionDevice.create: sda2 ; status: False ; >09:20:55,759 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda2 ; orig: False ; >09:20:55,765 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:20:55,770 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:55,776 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:55,782 DEBUG storage: PartitionDevice._create: sda2 ; status: False ; >09:20:55,789 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 2 ; >09:20:56,110 DEBUG storage: post-commit partition path is /dev/sda2 >09:20:56,114 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >09:20:56,118 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd72c> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb090784c> PedPartition: <_ped.Partition object at 0xb08fe4dc> >09:20:56,121 DEBUG storage: DeviceFormat.destroy: device: /dev/sda2 ; status: False ; type: None ; >09:20:56,276 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >09:20:56,279 DEBUG storage: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >09:20:56,288 DEBUG storage: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >09:20:56,293 DEBUG storage: sda2 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 >09:20:56,512 INFO storage: executing action: [33] Create Format swap on partition sda2 (id 22) >09:20:56,516 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >09:20:56,518 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 1 ; >09:20:56,521 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 2 ; >09:20:56,523 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 4 ; >09:20:56,527 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 5 ; >09:20:56,529 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 6 ; >09:20:56,531 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 8 ; >09:20:56,534 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 9 ; >09:20:56,536 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 10 ; >09:20:56,539 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 11 ; >09:20:56,541 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 12 ; >09:20:56,543 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 13 ; >09:20:56,546 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 14 ; >09:20:56,548 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 15 ; >09:20:56,550 DEBUG storage: PartitionDevice.setFlag: path: /dev/sda2 ; flag: 3 ; >09:20:56,554 DEBUG storage: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 2 ; >09:20:56,583 DEBUG storage: SwapSpace.create: device: /dev/sda2 ; status: None ; type: swap ; >09:20:56,590 DEBUG storage: SwapSpace.create: device: /dev/sda2 ; status: None ; type: swap ; >09:20:57,580 DEBUG storage: SwapSpace.notifyKernel: device: /dev/sda2 ; type: swap ; >09:20:57,700 DEBUG storage: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >09:20:57,707 DEBUG storage: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >09:20:57,712 DEBUG storage: sda2 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 >09:20:57,813 INFO storage: executing action: [26] Create Device partition sda3 (id 19) >09:20:57,824 DEBUG storage: PartitionDevice.create: sda3 ; status: False ; >09:20:57,830 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda3 ; orig: False ; >09:20:57,836 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:20:57,843 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:57,849 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:57,852 DEBUG storage: PartitionDevice._create: sda3 ; status: False ; >09:20:57,863 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 3 ; >09:20:58,293 DEBUG storage: post-commit partition path is /dev/sda3 >09:20:58,301 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >09:20:58,308 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd72c> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0905dec> PedPartition: <_ped.Partition object at 0xb0a4cc5c> >09:20:58,315 DEBUG storage: DeviceFormat.destroy: device: /dev/sda3 ; status: False ; type: None ; >09:20:58,528 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >09:20:58,535 DEBUG storage: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >09:20:58,548 DEBUG storage: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >09:20:58,554 DEBUG storage: sda3 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 >09:20:58,766 INFO storage: executing action: [34] Create Device partition sda4 (id 23) >09:20:58,769 DEBUG storage: PartitionDevice.create: sda4 ; status: False ; >09:20:58,771 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda4 ; orig: False ; >09:20:58,774 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:20:58,776 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:58,780 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:58,783 DEBUG storage: PartitionDevice._create: sda4 ; status: False ; >09:20:58,787 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 4 ; >09:20:59,185 DEBUG storage: post-commit partition path is /dev/sda4 >09:20:59,192 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >09:20:59,199 DEBUG storage: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd72c> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a796ac> PedPartition: <_ped.Partition object at 0xb08fe7dc> >09:20:59,205 DEBUG storage: PartitionDevice.setup: sda4 ; status: True ; controllable: True ; orig: False ; >09:20:59,211 DEBUG storage: PartitionDevice.updateSysfsPath: sda4 ; status: True ; >09:20:59,217 DEBUG storage: PartitionDevice.updateSysfsPath: sda4 ; status: True ; >09:20:59,222 DEBUG storage: sda4 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 >09:20:59,443 INFO storage: executing action: [28] Create Device partition sda5 (id 20) >09:20:59,449 DEBUG storage: PartitionDevice.create: sda5 ; status: False ; >09:20:59,455 DEBUG storage: PartitionDevice.setupParents: kids: 0 ; name: sda5 ; orig: False ; >09:20:59,461 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:20:59,467 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:59,473 DEBUG storage: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >09:20:59,479 DEBUG storage: PartitionDevice._create: sda5 ; status: False ; >09:20:59,487 DEBUG storage: DiskLabel.commit: device: /dev/sda ; numparts: 5 ; >09:21:00,110 DEBUG storage: post-commit partition path is /dev/sda5 >09:21:00,113 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >09:21:00,117 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb08fd72c> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb0a7956c> PedPartition: <_ped.Partition object at 0xb0acde6c> >09:21:00,120 DEBUG storage: DeviceFormat.destroy: device: /dev/sda5 ; status: False ; type: None ; >09:21:00,285 DEBUG storage: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >09:21:00,288 DEBUG storage: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >09:21:00,291 DEBUG storage: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >09:21:00,294 DEBUG storage: sda5 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 >09:21:00,490 INFO storage: executing action: [29] Create Format ext4 filesystem mounted at /home on partition sda5 (id 20) >09:21:00,495 DEBUG storage: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >09:21:00,497 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 1 ; >09:21:00,499 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 2 ; >09:21:00,501 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 3 ; >09:21:00,504 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 4 ; >09:21:00,506 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 5 ; >09:21:00,508 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 6 ; >09:21:00,510 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 8 ; >09:21:00,512 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 9 ; >09:21:00,515 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 10 ; >09:21:00,517 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 11 ; >09:21:00,519 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 12 ; >09:21:00,521 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 13 ; >09:21:00,523 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 14 ; >09:21:00,525 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 15 ; >09:21:00,530 DEBUG storage: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 5 ; >09:21:00,576 DEBUG storage: Ext4FS.create: device: /dev/sda5 ; status: False ; type: ext4 ; >09:21:00,584 DEBUG storage: Ext4FS.doFormat: device: /dev/sda5 ; mountpoint: /home ; type: ext4 ; >09:21:05,026 DEBUG storage: Ext4FS.notifyKernel: device: /dev/sda5 ; type: ext4 ; >09:21:05,519 DEBUG storage: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >09:21:05,526 DEBUG storage: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >09:21:05,531 DEBUG storage: sda5 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 >09:21:05,636 INFO storage: executing action: [27] Create Format ext4 filesystem mounted at / on partition sda3 (id 19) >09:21:05,643 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >09:21:05,649 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 1 ; >09:21:05,655 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 2 ; >09:21:05,661 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 3 ; >09:21:05,676 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 4 ; >09:21:05,681 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 5 ; >09:21:05,687 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 6 ; >09:21:05,692 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 8 ; >09:21:05,697 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 9 ; >09:21:05,703 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 10 ; >09:21:05,710 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 11 ; >09:21:05,716 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 12 ; >09:21:05,721 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 13 ; >09:21:05,729 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 14 ; >09:21:05,735 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 15 ; >09:21:05,743 DEBUG storage: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 5 ; >09:21:05,786 DEBUG storage: Ext4FS.create: device: /dev/sda3 ; status: False ; type: ext4 ; >09:21:05,789 DEBUG storage: Ext4FS.doFormat: device: /dev/sda3 ; mountpoint: / ; type: ext4 ; >09:21:09,457 DEBUG storage: Ext4FS.notifyKernel: device: /dev/sda3 ; type: ext4 ; >09:21:09,972 DEBUG storage: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >09:21:09,978 DEBUG storage: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >09:21:09,984 DEBUG storage: sda3 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 >09:21:10,096 INFO storage: executing action: [31] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 21) >09:21:10,103 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >09:21:10,108 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 1 ; >09:21:10,114 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 2 ; >09:21:10,119 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 3 ; >09:21:10,124 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 4 ; >09:21:10,130 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 5 ; >09:21:10,135 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 6 ; >09:21:10,141 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 8 ; >09:21:10,146 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 9 ; >09:21:10,151 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 10 ; >09:21:10,156 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 11 ; >09:21:10,162 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 12 ; >09:21:10,167 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 13 ; >09:21:10,172 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 14 ; >09:21:10,178 DEBUG storage: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 15 ; >09:21:10,186 DEBUG storage: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 5 ; >09:21:10,257 DEBUG storage: Ext4FS.create: device: /dev/sda1 ; status: False ; type: ext4 ; >09:21:10,263 DEBUG storage: Ext4FS.doFormat: device: /dev/sda1 ; mountpoint: /boot ; type: ext4 ; >09:21:10,880 DEBUG storage: Ext4FS.notifyKernel: device: /dev/sda1 ; type: ext4 ; >09:21:11,044 DEBUG storage: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >09:21:11,051 DEBUG storage: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >09:21:11,056 DEBUG storage: sda1 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >09:21:11,171 INFO storage: setting boot flag on sda1 >09:21:11,177 DEBUG storage: PartitionDevice.setFlag: path: /dev/sda1 ; flag: 1 ; >09:21:11,182 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:21:11,187 DEBUG storage: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 5 ; >09:21:11,266 DEBUG storage: Ext4FS.supported: supported: True ; >09:21:11,275 DEBUG storage: Ext4FS.supported: supported: True ; >09:21:11,287 DEBUG storage: Ext4FS.supported: supported: True ; >09:21:11,297 DEBUG storage: Ext4FS.supported: supported: True ; >09:21:11,307 DEBUG storage: Ext4FS.supported: supported: True ; >09:21:11,317 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:21:11,334 DEBUG storage: Iso9660FS.supported: supported: True ; >09:21:11,342 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >09:21:11,348 DEBUG storage: SwapSpace.setup: device: /dev/sda2 ; status: False ; type: swap ; >09:21:11,357 DEBUG storage: SwapSpace.setup: device: /dev/sda2 ; status: False ; type: swap ; >09:21:12,195 DEBUG storage: BindFS.supported: supported: False ; >09:21:12,199 DEBUG storage: getFormat('bind') returning BindFS instance >09:21:12,205 DEBUG storage: DirectoryDevice._setFormat: /dev ; current: None ; type: bind ; >09:21:12,213 DEBUG storage: TmpFS.supported: supported: False ; >09:21:12,216 DEBUG storage: getFormat('tmpfs') returning TmpFS instance >09:21:12,222 DEBUG storage: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >09:21:12,228 DEBUG storage: DevPtsFS.supported: supported: False ; >09:21:12,231 DEBUG storage: getFormat('devpts') returning DevPtsFS instance >09:21:12,237 DEBUG storage: NoDevice._setFormat: devpts ; current: None ; type: devpts ; >09:21:12,242 DEBUG storage: SysFS.supported: supported: False ; >09:21:12,246 DEBUG storage: getFormat('sysfs') returning SysFS instance >09:21:12,251 DEBUG storage: NoDevice._setFormat: sysfs ; current: None ; type: sysfs ; >09:21:12,257 DEBUG storage: ProcFS.supported: supported: False ; >09:21:12,260 DEBUG storage: getFormat('proc') returning ProcFS instance >09:21:12,266 DEBUG storage: NoDevice._setFormat: proc ; current: None ; type: proc ; >09:21:12,272 DEBUG storage: SELinuxFS.supported: supported: False ; >09:21:12,275 DEBUG storage: getFormat('selinuxfs') returning SELinuxFS instance >09:21:12,281 DEBUG storage: NoDevice._setFormat: selinuxfs ; current: None ; type: selinuxfs ; >09:21:12,287 DEBUG storage: USBFS.supported: supported: False ; >09:21:12,290 DEBUG storage: getFormat('usbfs') returning USBFS instance >09:21:12,295 DEBUG storage: NoDevice._setFormat: usbfs ; current: None ; type: usbfs ; >09:21:12,301 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >09:21:12,337 INFO storage: set SELinux context for mountpoint / to system_u:object_r:root_t:s0 >09:21:12,464 INFO storage: set SELinux context for newly mounted filesystem root at / to system_u:object_r:root_t:s0 >09:21:12,479 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >09:21:12,497 INFO storage: set SELinux context for mountpoint /boot to system_u:object_r:boot_t:s0 >09:21:12,601 INFO storage: set SELinux context for newly mounted filesystem root at /boot to system_u:object_r:boot_t:s0 >09:21:12,615 DEBUG storage: DirectoryDevice.setup: /dev ; status: True ; controllable: True ; orig: False ; >09:21:12,638 INFO storage: set SELinux context for mountpoint /dev to system_u:object_r:device_t:s0 >09:21:12,717 INFO storage: set SELinux context for newly mounted filesystem root at /dev to system_u:object_r:device_t:s0 >09:21:12,727 DEBUG storage: NoDevice.setup: devpts ; status: False ; controllable: True ; orig: False ; >09:21:12,735 INFO storage: set SELinux context for mountpoint /dev/pts to system_u:object_r:devpts_t:s0 >09:21:12,809 INFO storage: set SELinux context for newly mounted filesystem root at /dev/pts to system_u:object_r:devpts_t:s0 >09:21:12,813 DEBUG storage: NoDevice.setup: tmpfs ; status: False ; controllable: True ; orig: False ; >09:21:12,815 INFO storage: set SELinux context for mountpoint /dev/shm to system_u:object_r:tmpfs_t:s0 >09:21:12,889 INFO storage: set SELinux context for newly mounted filesystem root at /dev/shm to system_u:object_r:tmpfs_t:s0 >09:21:12,893 DEBUG storage: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >09:21:12,918 INFO storage: set SELinux context for mountpoint /home to system_u:object_r:home_root_t:s0 >09:21:13,037 INFO storage: set SELinux context for newly mounted filesystem root at /home to system_u:object_r:home_root_t:s0 >09:21:13,063 DEBUG storage: NoDevice.setup: proc ; status: False ; controllable: True ; orig: False ; >09:21:13,088 INFO storage: set SELinux context for mountpoint /proc to None >09:21:13,159 INFO storage: set SELinux context for newly mounted filesystem root at /proc to None >09:21:13,641 DEBUG storage: NoDevice.setup: sysfs ; status: False ; controllable: True ; orig: False ; >09:21:13,661 INFO storage: set SELinux context for mountpoint /sys to system_u:object_r:sysfs_t:s0 >09:21:13,732 INFO storage: set SELinux context for newly mounted filesystem root at /sys to system_u:object_r:sysfs_t:s0 >09:21:13,741 DEBUG storage: NoDevice.setup: selinuxfs ; status: False ; controllable: True ; orig: False ; >09:21:13,746 INFO storage: set SELinux context for mountpoint /sys/fs/selinux to system_u:object_r:sysfs_t:s0 >09:21:13,820 INFO storage: set SELinux context for newly mounted filesystem root at /sys/fs/selinux to None >09:21:13,841 INFO storage: not writing out mpath configuration >09:27:13,350 INFO storage: bootloader stage1 target device is sda >09:27:13,353 INFO storage: bootloader stage2 target device is sda1 >09:27:13,362 DEBUG storage: new default image: <pyanaconda.bootloader.LinuxBootLoaderImage object at 0xa1696ac> >09:27:19,186 INFO storage: bootloader.py: used boot args: rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rhgb quiet > > >/tmp/ifcfg.log: >13:18:57,306 DEBUG ifcfg: NetworkDevice eth0: setDefaultConfig() >13:18:57,328 DEBUG ifcfg: NetworkDevice eth0 set: DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=no >13:18:57,329 DEBUG ifcfg: NetworkDevice eth0 set: HWADDR=00:1E:37:1E:1D:EA >13:18:57,330 DEBUG ifcfg: NetworkDevice eth0 set: UUID=6da74b29-d4a4-49d5-aead-c2c428f3935b >13:18:57,330 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: > >13:18:57,331 DEBUG ifcfg: NetworkDevice eth0: >DEVICE="eth0" >HWADDR="00:1E:37:1E:1D:EA" >BOOTPROTO="dhcp" >ONBOOT="no" >UUID="6da74b29-d4a4-49d5-aead-c2c428f3935b" > >13:18:57,331 DEBUG ifcfg: writeIfcfgFile eth0 to /etc/sysconfig/network-scripts/ifcfg-eth0 >09:27:25,382 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >DEVICE="eth0" >HWADDR="00:1E:37:1E:1D:EA" >BOOTPROTO="dhcp" >ONBOOT="no" >UUID="6da74b29-d4a4-49d5-aead-c2c428f3935b" > >09:27:25,383 DEBUG ifcfg: NetworkDevice eth0: > >09:27:25,383 DEBUG ifcfg: loadIfcfgFile eth0 from /etc/sysconfig/network-scripts/ifcfg-eth0 >09:27:25,384 DEBUG ifcfg: NetworkDevice eth0: >DEVICE="eth0" >HWADDR="00:1E:37:1E:1D:EA" >BOOTPROTO="dhcp" >ONBOOT="no" >UUID="6da74b29-d4a4-49d5-aead-c2c428f3935b" > >09:27:25,384 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-wlan0: > >09:27:25,384 DEBUG ifcfg: NetworkDevice wlan0: > >09:27:25,384 DEBUG ifcfg: loadIfcfgFile wlan0 from /etc/sysconfig/network-scripts/ifcfg-wlan0 > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018\x20i386 quiet BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >13:18:18,916 INFO kernel:imklog 5.8.11, log source = /proc/kmsg started. >13:18:18,917 INFO rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="528" x-info="http://www.rsyslog.com"] start >13:18:18,918 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >13:18:18,918 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >13:18:18,918 NOTICE kernel:[ 0.000000] Linux version 3.6.0-0.rc6.git0.2.fc18.i686 (mockbuild@) (gcc version 4.7.1 20120720 (Red Hat 4.7.1-5) (GCC) ) #1 SMP Mon Sep 17 17:57:50 UTC 2012 >13:18:18,918 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007e6affff] usable >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007e6b0000-0x000000007e6cbfff] ACPI data >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007e6cc000-0x000000007e6fffff] ACPI NVS >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007e700000-0x000000007effffff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >13:18:18,918 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >13:18:18,918 NOTICE kernel:[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! >13:18:18,918 INFO kernel:[ 0.000000] DMI present. >13:18:18,918 DEBUG kernel:[ 0.000000] DMI: LENOVO 6464Y1M/6464Y1M, BIOS 7LET56WW (1.26 ) 10/18/2007 >13:18:18,918 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved >13:18:18,918 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >13:18:18,918 INFO kernel:[ 0.000000] e820: last_pfn = 0x7e6b0 max_arch_pfn = 0x100000 >13:18:18,918 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >13:18:18,918 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >13:18:18,918 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >13:18:18,918 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >13:18:18,918 DEBUG kernel:[ 0.000000] C0000-CFFFF write-protect >13:18:18,918 DEBUG kernel:[ 0.000000] D0000-DFFFF uncachable >13:18:18,918 DEBUG kernel:[ 0.000000] E0000-FFFFF write-protect >13:18:18,918 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >13:18:18,918 DEBUG kernel:[ 0.000000] 0 base 07F000000 mask FFF000000 uncachable >13:18:18,918 DEBUG kernel:[ 0.000000] 1 base 000000000 mask F80000000 write-back >13:18:18,918 DEBUG kernel:[ 0.000000] 2 base 07E700000 mask FFFF00000 uncachable >13:18:18,918 DEBUG kernel:[ 0.000000] 3 base 07E800000 mask FFF800000 uncachable >13:18:18,918 DEBUG kernel:[ 0.000000] 4 disabled >13:18:18,918 DEBUG kernel:[ 0.000000] 5 disabled >13:18:18,918 DEBUG kernel:[ 0.000000] 6 disabled >13:18:18,918 DEBUG kernel:[ 0.000000] 7 disabled >13:18:18,918 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >13:18:18,918 DEBUG kernel:[ 0.000000] original variable MTRRs >13:18:18,918 DEBUG kernel:[ 0.000000] reg 0, base: 2032MB, range: 16MB, type UC >13:18:18,918 DEBUG kernel:[ 0.000000] reg 1, base: 0GB, range: 2GB, type WB >13:18:18,918 DEBUG kernel:[ 0.000000] reg 2, base: 2023MB, range: 1MB, type UC >13:18:18,918 DEBUG kernel:[ 0.000000] reg 3, base: 2024MB, range: 8MB, type UC >13:18:18,918 INFO kernel:[ 0.000000] total RAM covered: 2023M >13:18:18,918 INFO kernel:[ 0.000000] Found optimal setting for mtrr clean up >13:18:18,918 INFO kernel:[ 0.000000] gran_size: 64K chunk_size: 32M num_reg: 4 lose cover RAM: 0G >13:18:18,918 DEBUG kernel:[ 0.000000] New variable MTRRs >13:18:18,918 DEBUG kernel:[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB >13:18:18,918 DEBUG kernel:[ 0.000000] reg 1, base: 2023MB, range: 1MB, type UC >13:18:18,919 DEBUG kernel:[ 0.000000] reg 2, base: 2024MB, range: 8MB, type UC >13:18:18,919 DEBUG kernel:[ 0.000000] reg 3, base: 2032MB, range: 16MB, type UC >13:18:18,919 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f6900-0x000f690f] mapped at [c00f6900] >13:18:18,919 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x017fffff] >13:18:18,919 DEBUG kernel:[ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384 >13:18:18,919 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x373fdfff] >13:18:18,919 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x003fffff] page 4k >13:18:18,919 DEBUG kernel:[ 0.000000] [mem 0x00400000-0x36ffffff] page 2M >13:18:18,919 DEBUG kernel:[ 0.000000] [mem 0x37000000-0x373fdfff] page 4k >13:18:18,919 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 0x373fdfff @ [mem 0x017f9000-0x017fffff] >13:18:18,919 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7cd63000-0x7e68efff] >13:18:18,919 INFO kernel:[ 0.000000] Allocated new RAMDISK: [mem 0x35ad2000-0x373fd12b] >13:18:18,919 INFO kernel:[ 0.000000] Move RAMDISK from [mem 0x7cd63000-0x7e68e12b] to [mem 0x35ad2000-0x373fd12b] >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: RSDP 000f68d0 00024 (v02 LENOVO) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: XSDT 7e6bb79f 00094 (v01 LENOVO TP-7L 00001260 LTP 00000000) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: FACP 7e6bb900 000F4 (v03 LENOVO TP-7L 00001260 LNVO 00000001) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI BIOS Bug: Warning: 32/64X length mismatch in FADT/Gpe1Block: 0/32 (20120711/tbfadt-567) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI BIOS Bug: Warning: Optional FADT field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20120711/tbfadt-598) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: DSDT 7e6bbd0c 0FEC2 (v01 LENOVO TP-7L 00001260 MSFT 03000000) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: FACS 7e6e4000 00040 >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: SSDT 7e6bbab4 00258 (v01 LENOVO TP-7L 00001260 MSFT 03000000) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: ECDT 7e6cbbce 00052 (v01 LENOVO TP-7L 00001260 LNVO 00000001) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: TCPA 7e6cbc20 00032 (v02 LENOVO TP-7L 00001260 LNVO 00000001) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: APIC 7e6cbc52 00068 (v01 LENOVO TP-7L 00001260 LNVO 00000001) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: MCFG 7e6cbcba 0003C (v01 LENOVO TP-7L 00001260 LNVO 00000001) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: HPET 7e6cbcf6 00038 (v01 LENOVO TP-7L 00001260 LNVO 00000001) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: SLIC 7e6cbdf0 00176 (v01 LENOVO TP-7L 00001260 LTP 00000000) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: BOOT 7e6cbf66 00028 (v01 LENOVO TP-7L 00001260 LTP 00000001) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: ASF! 7e6cbf8e 00072 (v16 LENOVO TP-7L 00001260 PTL 00000001) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: SSDT 7e6e26d9 0025F (v01 LENOVO TP-7L 00001260 INTL 20050513) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: SSDT 7e6e2938 000A6 (v01 LENOVO TP-7L 00001260 INTL 20050513) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: SSDT 7e6e29de 004F7 (v01 LENOVO TP-7L 00001260 INTL 20050513) >13:18:18,919 WARNING kernel:[ 0.000000] ACPI: SSDT 7e6e2ed5 001D8 (v01 LENOVO TP-7L 00001260 INTL 20050513) >13:18:18,919 NOTICE kernel:[ 0.000000] ACPI: DMI detected: Lenovo ThinkPad T61 >13:18:18,919 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >13:18:18,919 NOTICE kernel:[ 0.000000] 1138MB HIGHMEM available. >13:18:18,919 NOTICE kernel:[ 0.000000] 883MB LOWMEM available. >13:18:18,919 INFO kernel:[ 0.000000] mapped low ram: 0 - 373fe000 >13:18:18,919 INFO kernel:[ 0.000000] low ram: 0 - 373fe000 >13:18:18,919 WARNING kernel:[ 0.000000] Zone ranges: >13:18:18,919 WARNING kernel:[ 0.000000] DMA [mem 0x00010000-0x00ffffff] >13:18:18,919 WARNING kernel:[ 0.000000] Normal [mem 0x01000000-0x373fdfff] >13:18:18,919 WARNING kernel:[ 0.000000] HighMem [mem 0x373fe000-0x7e6affff] >13:18:18,919 WARNING kernel:[ 0.000000] Movable zone start for each node >13:18:18,919 WARNING kernel:[ 0.000000] Early memory node ranges >13:18:18,919 WARNING kernel:[ 0.000000] node 0: [mem 0x00010000-0x0009cfff] >13:18:18,919 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x7e6affff] >13:18:18,919 DEBUG kernel:[ 0.000000] On node 0 totalpages: 517693 >13:18:18,919 DEBUG kernel:[ 0.000000] free_area_init_node: node 0, pgdat c0cc45c0, node_mem_map f4b01200 >13:18:18,919 DEBUG kernel:[ 0.000000] DMA zone: 32 pages used for memmap >13:18:18,919 DEBUG kernel:[ 0.000000] DMA zone: 0 pages reserved >13:18:18,919 DEBUG kernel:[ 0.000000] DMA zone: 3949 pages, LIFO batch:0 >13:18:18,919 DEBUG kernel:[ 0.000000] Normal zone: 1736 pages used for memmap >13:18:18,919 DEBUG kernel:[ 0.000000] Normal zone: 220470 pages, LIFO batch:31 >13:18:18,919 DEBUG kernel:[ 0.000000] HighMem zone: 2278 pages used for memmap >13:18:18,919 DEBUG kernel:[ 0.000000] HighMem zone: 289228 pages, LIFO batch:31 >13:18:18,919 INFO kernel:[ 0.000000] Using APIC driver default >13:18:18,919 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x1008 >13:18:18,919 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >13:18:18,919 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >13:18:18,919 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >13:18:18,919 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) >13:18:18,919 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) >13:18:18,919 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) >13:18:18,919 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 >13:18:18,919 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >13:18:18,919 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >13:18:18,919 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >13:18:18,919 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >13:18:18,919 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >13:18:18,919 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >13:18:18,919 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >13:18:18,919 INFO kernel:[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs >13:18:18,919 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >13:18:18,919 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000 >13:18:18,919 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 >13:18:18,919 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000 >13:18:18,919 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000 >13:18:18,919 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000e0000 >13:18:18,919 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 >13:18:18,919 INFO kernel:[ 0.000000] e820: [mem 0x7f000000-0xefffffff] available for PCI devices >13:18:18,919 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >13:18:18,919 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1 >13:18:18,919 INFO kernel:[ 0.000000] PERCPU: Embedded 334 pages/cpu @f483e000 s1345152 r0 d22912 u1368064 >13:18:18,919 DEBUG kernel:[ 0.000000] pcpu-alloc: s1345152 r0 d22912 u1368064 alloc=334*4096 >13:18:18,919 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 [0] 1 >13:18:18,919 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 513647 >13:18:18,919 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2018\x20i386 quiet BOOT_IMAGE=vmlinuz >13:18:18,919 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) >13:18:18,919 INFO kernel:[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) >13:18:18,919 INFO kernel:[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) >13:18:18,919 NOTICE kernel:[ 0.000000] __ex_table already sorted, skipping sort >13:18:18,919 INFO kernel:[ 0.000000] Initializing CPU#0 >13:18:18,919 INFO kernel:[ 0.000000] allocated 4142336 bytes of page_cgroup >13:18:18,919 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >13:18:18,919 INFO kernel:[ 0.000000] Initializing HighMem for node 0 (000373fe:0007e6b0) >13:18:18,919 INFO kernel:[ 0.000000] Memory: 2002992k/2071232k available (6161k kernel code, 67780k reserved, 2911k data, 2020k init, 1166024k highmem) >13:18:18,919 INFO kernel:[ 0.000000] virtual kernel memory layout: >13:18:18,919 INFO kernel:[ 0.000000] fixmap : 0xffa96000 - 0xfffff000 (5540 kB) >13:18:18,919 INFO kernel:[ 0.000000] pkmap : 0xff400000 - 0xff800000 (4096 kB) >13:18:18,919 INFO kernel:[ 0.000000] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB) >13:18:18,919 INFO kernel:[ 0.000000] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB) >13:18:18,919 INFO kernel:[ 0.000000] .init : 0xc0cdd000 - 0xc0ed6000 (2020 kB) >13:18:18,919 INFO kernel:[ 0.000000] .data : 0xc0a04731 - 0xc0cdc400 (2911 kB) >13:18:18,919 INFO kernel:[ 0.000000] .text : 0xc0400000 - 0xc0a04731 (6161 kB) >13:18:18,919 INFO kernel:[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. >13:18:18,919 INFO kernel:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 >13:18:18,919 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >13:18:18,919 INFO kernel:[ 0.000000] RCU lockdep checking is enabled. >13:18:18,919 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2. >13:18:18,919 INFO kernel:[ 0.000000] NR_IRQS:2304 nr_irqs:512 16 >13:18:18,919 DEBUG kernel:[ 0.000000] CPU 0 irqstacks, hard=f3c12000 soft=f3c14000 >13:18:18,919 INFO kernel:[ 0.000000] Extended CMOS year: 2000 >13:18:18,919 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >13:18:18,919 INFO kernel:[ 0.000000] console [tty0] enabled >13:18:18,919 WARNING kernel:[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >13:18:18,919 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >13:18:18,919 WARNING kernel:[ 0.000000] ... MAX_LOCK_DEPTH: 48 >13:18:18,919 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >13:18:18,919 WARNING kernel:[ 0.000000] ... CLASSHASH_SIZE: 4096 >13:18:18,919 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 >13:18:18,919 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 >13:18:18,919 WARNING kernel:[ 0.000000] ... CHAINHASH_SIZE: 16384 >13:18:18,919 WARNING kernel:[ 0.000000] memory used by lock dependency info: 3823 kB >13:18:18,919 WARNING kernel:[ 0.000000] per task-struct memory footprint: 1920 bytes >13:18:18,919 DEBUG kernel:[ 0.000000] ODEBUG: 18 of 18 active objects replaced >13:18:18,919 INFO kernel:[ 0.000000] kmemleak: Kernel memory leak detector disabled >13:18:18,919 DEBUG kernel:[ 0.000000] hpet clockevent registered >13:18:18,919 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >13:18:18,919 INFO kernel:[ 0.000000] tsc: Detected 2194.481 MHz processor >13:18:18,919 INFO kernel:[ 0.001001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4388.96 BogoMIPS (lpj=2194481) >13:18:18,919 INFO kernel:[ 0.001005] pid_max: default: 32768 minimum: 301 >13:18:18,919 INFO kernel:[ 0.002361] Security Framework initialized >13:18:18,919 INFO kernel:[ 0.002368] SELinux: Initializing. >13:18:18,919 DEBUG kernel:[ 0.002468] SELinux: Starting in permissive mode >13:18:18,919 INFO kernel:[ 0.002929] Mount-cache hash table entries: 512 >13:18:18,919 INFO kernel:[ 0.005799] Initializing cgroup subsys cpuacct >13:18:18,919 INFO kernel:[ 0.005804] Initializing cgroup subsys memory >13:18:18,919 INFO kernel:[ 0.005960] Initializing cgroup subsys devices >13:18:18,919 INFO kernel:[ 0.005973] Initializing cgroup subsys freezer >13:18:18,919 INFO kernel:[ 0.006007] Initializing cgroup subsys net_cls >13:18:18,919 INFO kernel:[ 0.006016] Initializing cgroup subsys blkio >13:18:18,919 INFO kernel:[ 0.006019] Initializing cgroup subsys perf_event >13:18:18,919 INFO kernel:[ 0.006284] CPU: Physical Processor ID: 0 >13:18:18,919 INFO kernel:[ 0.006286] CPU: Processor Core ID: 0 >13:18:18,920 INFO kernel:[ 0.006289] mce: CPU supports 6 MCE banks >13:18:18,920 INFO kernel:[ 0.006303] CPU0: Thermal monitoring enabled (TM2) >13:18:18,920 INFO kernel:[ 0.006310] process: using mwait in idle threads >13:18:18,920 INFO kernel:[ 0.006319] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 >13:18:18,920 INFO kernel:[ 0.006319] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32 >13:18:18,920 INFO kernel:[ 0.006319] tlb_flushall_shift is 0xffffffff >13:18:18,920 INFO kernel:[ 0.007433] ACPI: Core revision 20120711 >13:18:18,920 INFO kernel:[ 0.298008] ftrace: allocating 22893 entries in 45 pages >13:18:18,920 INFO kernel:[ 0.305323] Enabling APIC mode: Flat. Using 1 I/O APICs >13:18:18,920 INFO kernel:[ 0.306206] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >13:18:18,920 INFO kernel:[ 0.316208] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz stepping 0b >13:18:18,920 INFO kernel:[ 0.316951] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver. >13:18:18,920 WARNING kernel:[ 0.316951] perf_event_intel: PEBS disabled due to CPU errata >13:18:18,920 INFO kernel:[ 0.316951] ... version: 2 >13:18:18,920 INFO kernel:[ 0.316951] ... bit width: 40 >13:18:18,920 INFO kernel:[ 0.316951] ... generic registers: 2 >13:18:18,920 INFO kernel:[ 0.316951] ... value mask: 000000ffffffffff >13:18:18,920 INFO kernel:[ 0.316951] ... max period: 000000007fffffff >13:18:18,920 INFO kernel:[ 0.316951] ... fixed-purpose events: 3 >13:18:18,920 INFO kernel:[ 0.316951] ... event mask: 0000000700000003 >13:18:18,920 INFO kernel:[ 0.319825] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >13:18:18,920 INFO kernel:[ 0.320967] SMP alternatives: lockdep: fixing up alternatives >13:18:18,920 DEBUG kernel:[ 0.320984] CPU 1 irqstacks, hard=f3e1c000 soft=f3e1e000 >13:18:18,920 INFO kernel:[ 0.320986] smpboot: Booting Node 0, Processors #1 OK >13:18:18,920 INFO kernel:[ 0.001999] Initializing CPU#1 >13:18:18,920 WARNING kernel:[ 0.332949] TSC synchronization [CPU#0 -> CPU#1]: >13:18:18,920 WARNING kernel:[ 0.332949] Measured 1333057 cycles TSC warp between CPUs, turning off TSC clock. >13:18:18,920 INFO kernel:[ 0.332949] tsc: Marking TSC unstable due to check_tsc_sync_source failed >13:18:18,920 INFO kernel:[ 0.333199] Brought up 2 CPUs >13:18:18,920 INFO kernel:[ 0.333202] smpboot: Total of 2 processors activated (8777.92 BogoMIPS) >13:18:18,920 INFO kernel:[ 0.336382] devtmpfs: initialized >13:18:18,920 INFO kernel:[ 0.339672] PM: Registering ACPI NVS region [mem 0x7e6cc000-0x7e6fffff] (212992 bytes) >13:18:18,920 INFO kernel:[ 0.341446] atomic64 test passed for i586+ platform with CX8 and with SSE >13:18:18,920 INFO kernel:[ 0.341608] RTC time: 13:17:36, date: 09/26/12 >13:18:18,920 INFO kernel:[ 0.342324] NET: Registered protocol family 16 >13:18:18,920 INFO kernel:[ 0.344424] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >13:18:18,920 INFO kernel:[ 0.344439] ACPI: bus type pci registered >13:18:18,920 INFO kernel:[ 0.345210] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) >13:18:18,920 INFO kernel:[ 0.345214] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820 >13:18:18,920 INFO kernel:[ 0.345216] PCI: Using MMCONFIG for extended config space >13:18:18,920 INFO kernel:[ 0.345218] PCI: Using configuration type 1 for base access >13:18:18,920 INFO kernel:[ 0.369300] bio: create slab <bio-0> at 0 >13:18:18,920 INFO kernel:[ 0.370362] ACPI: Added _OSI(Module Device) >13:18:18,920 INFO kernel:[ 0.370378] ACPI: Added _OSI(Processor Device) >13:18:18,920 INFO kernel:[ 0.370392] ACPI: Added _OSI(3.0 _SCP Extensions) >13:18:18,920 INFO kernel:[ 0.370407] ACPI: Added _OSI(Processor Aggregator Device) >13:18:18,920 INFO kernel:[ 0.370421] ACPI: Added _OSI(Linux) >13:18:18,920 INFO kernel:[ 0.391007] ACPI: EC: EC description table is found, configuring boot EC >13:18:18,920 NOTICE kernel:[ 0.632736] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via DMI >13:18:18,920 WARNING kernel:[ 0.710651] ACPI: SSDT 7e6e1b32 002C4 (v01 PmRef Cpu0Ist 00000100 INTL 20050513) >13:18:18,920 WARNING kernel:[ 0.717546] ACPI: Dynamic OEM Table Load: >13:18:18,920 WARNING kernel:[ 0.717550] ACPI: SSDT (null) 002C4 (v01 PmRef Cpu0Ist 00000100 INTL 20050513) >13:18:18,920 WARNING kernel:[ 0.724115] ACPI: SSDT 7e6e1e7b 0085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513) >13:18:18,920 WARNING kernel:[ 0.734455] ACPI: Dynamic OEM Table Load: >13:18:18,920 WARNING kernel:[ 0.734459] ACPI: SSDT (null) 0085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513) >13:18:18,920 WARNING kernel:[ 0.751926] ACPI: SSDT 7e6e1a6a 000C8 (v01 PmRef Cpu1Ist 00000100 INTL 20050513) >13:18:18,920 WARNING kernel:[ 0.758200] ACPI: Dynamic OEM Table Load: >13:18:18,920 WARNING kernel:[ 0.758204] ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00000100 INTL 20050513) >13:18:18,920 WARNING kernel:[ 0.764580] ACPI: SSDT 7e6e1df6 00085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513) >13:18:18,920 WARNING kernel:[ 0.770110] ACPI: Dynamic OEM Table Load: >13:18:18,920 WARNING kernel:[ 0.770114] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513) >13:18:18,920 INFO kernel:[ 0.779359] ACPI: Interpreter enabled >13:18:18,920 INFO kernel:[ 0.779367] ACPI: (supports S0 S3 S4 S5) >13:18:18,920 INFO kernel:[ 0.779929] ACPI: Using IOAPIC for interrupt routing >13:18:18,920 INFO kernel:[ 0.929584] ACPI: Power Resource [PUBS] (on) >13:18:18,920 INFO kernel:[ 1.058385] ACPI: EC: GPE = 0x12, I/O: command/status = 0x66, data = 0x62 >13:18:18,920 INFO kernel:[ 1.112119] ACPI: ACPI Dock Station Driver: 3 docks/bays found >13:18:18,920 INFO kernel:[ 1.112125] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >13:18:18,920 INFO kernel:[ 1.123806] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >13:18:18,920 DEBUG kernel:[ 1.124073] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored) >13:18:18,920 DEBUG kernel:[ 1.124077] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored) >13:18:18,920 DEBUG kernel:[ 1.124080] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >13:18:18,920 DEBUG kernel:[ 1.124083] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored) >13:18:18,920 DEBUG kernel:[ 1.124086] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored) >13:18:18,920 DEBUG kernel:[ 1.124088] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored) >13:18:18,920 DEBUG kernel:[ 1.124092] pci_root PNP0A08:00: host bridge window [mem 0x7f000000-0xfebfffff] (ignored) >13:18:18,920 DEBUG kernel:[ 1.124094] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed4bfff] (ignored) >13:18:18,920 DEBUG kernel:[ 1.124119] PCI: root bus 00: using default resources >13:18:18,920 INFO kernel:[ 1.124145] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge >13:18:18,920 INFO kernel:[ 1.124955] PCI host bridge to bus 0000:00 >13:18:18,920 DEBUG kernel:[ 1.124969] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff] >13:18:18,920 INFO kernel:[ 1.124972] pci_bus 0000:00: root bus resource [bus 00-ff] >13:18:18,920 INFO kernel:[ 1.124983] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >13:18:18,920 INFO kernel:[ 1.124994] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff] >13:18:18,920 DEBUG kernel:[ 1.125069] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000 >13:18:18,920 DEBUG kernel:[ 1.125274] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000 >13:18:18,920 DEBUG kernel:[ 1.125310] pci 0000:00:02.0: reg 10: [mem 0xf8100000-0xf81fffff 64bit] >13:18:18,920 DEBUG kernel:[ 1.125332] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref] >13:18:18,920 DEBUG kernel:[ 1.125347] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807] >13:18:18,920 DEBUG kernel:[ 1.125491] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000 >13:18:18,920 DEBUG kernel:[ 1.125521] pci 0000:00:02.1: reg 10: [mem 0xf8200000-0xf82fffff 64bit] >13:18:18,920 DEBUG kernel:[ 1.125868] pci 0000:00:19.0: [8086:1049] type 00 class 0x020000 >13:18:18,920 DEBUG kernel:[ 1.125940] pci 0000:00:19.0: reg 10: [mem 0xfe000000-0xfe01ffff] >13:18:18,920 DEBUG kernel:[ 1.125976] pci 0000:00:19.0: reg 14: [mem 0xfe025000-0xfe025fff] >13:18:18,920 DEBUG kernel:[ 1.126011] pci 0000:00:19.0: reg 18: [io 0x1840-0x185f] >13:18:18,920 DEBUG kernel:[ 1.126310] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.126441] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300 >13:18:18,920 DEBUG kernel:[ 1.126619] pci 0000:00:1a.0: reg 20: [io 0x1860-0x187f] >13:18:18,920 DEBUG kernel:[ 1.126793] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300 >13:18:18,920 DEBUG kernel:[ 1.126981] pci 0000:00:1a.1: reg 20: [io 0x1880-0x189f] >13:18:18,920 DEBUG kernel:[ 1.127190] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320 >13:18:18,920 DEBUG kernel:[ 1.127253] pci 0000:00:1a.7: reg 10: [mem 0xfe226c00-0xfe226fff] >13:18:18,920 DEBUG kernel:[ 1.127577] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.127685] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300 >13:18:18,920 DEBUG kernel:[ 1.127753] pci 0000:00:1b.0: reg 10: [mem 0xfe020000-0xfe023fff 64bit] >13:18:18,920 DEBUG kernel:[ 1.128125] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.128242] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400 >13:18:18,920 DEBUG kernel:[ 1.128625] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.128751] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400 >13:18:18,920 DEBUG kernel:[ 1.129143] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.129269] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400 >13:18:18,920 DEBUG kernel:[ 1.129651] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.129777] pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400 >13:18:18,920 DEBUG kernel:[ 1.130171] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.130297] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400 >13:18:18,920 DEBUG kernel:[ 1.130679] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.130802] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300 >13:18:18,920 DEBUG kernel:[ 1.130989] pci 0000:00:1d.0: reg 20: [io 0x18a0-0x18bf] >13:18:18,920 DEBUG kernel:[ 1.131157] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300 >13:18:18,920 DEBUG kernel:[ 1.131335] pci 0000:00:1d.1: reg 20: [io 0x18c0-0x18df] >13:18:18,920 DEBUG kernel:[ 1.131509] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300 >13:18:18,920 DEBUG kernel:[ 1.131687] pci 0000:00:1d.2: reg 20: [io 0x18e0-0x18ff] >13:18:18,920 DEBUG kernel:[ 1.131909] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320 >13:18:18,920 DEBUG kernel:[ 1.131982] pci 0000:00:1d.7: reg 10: [mem 0xfe227000-0xfe2273ff] >13:18:18,920 DEBUG kernel:[ 1.132342] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold >13:18:18,920 DEBUG kernel:[ 1.132436] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 >13:18:18,920 DEBUG kernel:[ 1.132790] pci 0000:00:1f.0: [8086:2811] type 00 class 0x060100 >13:18:18,920 INFO kernel:[ 1.133125] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO >13:18:18,920 INFO kernel:[ 1.133139] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO >13:18:18,920 INFO kernel:[ 1.133147] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f) >13:18:18,920 INFO kernel:[ 1.133155] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f) >13:18:18,920 INFO kernel:[ 1.133163] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f) >13:18:18,920 DEBUG kernel:[ 1.133334] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a >13:18:18,920 DEBUG kernel:[ 1.133384] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007] >13:18:18,920 DEBUG kernel:[ 1.133419] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003] >13:18:18,920 DEBUG kernel:[ 1.133453] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007] >13:18:18,920 DEBUG kernel:[ 1.133488] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003] >13:18:18,920 DEBUG kernel:[ 1.133523] pci 0000:00:1f.1: reg 20: [io 0x1c00-0x1c0f] >13:18:18,920 DEBUG kernel:[ 1.133728] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601 >13:18:18,920 DEBUG kernel:[ 1.133810] pci 0000:00:1f.2: reg 10: [io 0x1c50-0x1c57] >13:18:18,920 DEBUG kernel:[ 1.133855] pci 0000:00:1f.2: reg 14: [io 0x1c44-0x1c47] >13:18:18,920 DEBUG kernel:[ 1.133890] pci 0000:00:1f.2: reg 18: [io 0x1c48-0x1c4f] >13:18:18,920 DEBUG kernel:[ 1.133925] pci 0000:00:1f.2: reg 1c: [io 0x1c40-0x1c43] >13:18:18,920 DEBUG kernel:[ 1.133960] pci 0000:00:1f.2: reg 20: [io 0x1c20-0x1c3f] >13:18:18,920 DEBUG kernel:[ 1.133995] pci 0000:00:1f.2: reg 24: [mem 0xfe226000-0xfe2267ff] >13:18:18,920 DEBUG kernel:[ 1.134225] pci 0000:00:1f.2: PME# supported from D3hot >13:18:18,920 DEBUG kernel:[ 1.134313] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500 >13:18:18,920 DEBUG kernel:[ 1.134363] pci 0000:00:1f.3: reg 10: [mem 0xfe227400-0xfe2274ff] >13:18:18,920 DEBUG kernel:[ 1.134494] pci 0000:00:1f.3: reg 20: [io 0x1c60-0x1c7f] >13:18:18,920 DEBUG kernel:[ 1.134853] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-ff] >13:18:18,920 INFO kernel:[ 1.134861] pci 0000:00:1c.0: PCI bridge to [bus 02] >13:18:18,920 DEBUG kernel:[ 1.134873] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] >13:18:18,920 DEBUG kernel:[ 1.134885] pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff] >13:18:18,920 DEBUG kernel:[ 1.134907] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref] >13:18:18,920 DEBUG kernel:[ 1.135111] pci_bus 0000:03: busn_res: [bus 03] is inserted under [bus 00-ff] >13:18:18,920 DEBUG kernel:[ 1.135262] pci 0000:03:00.0: [8086:4227] type 00 class 0x028000 >13:18:18,920 DEBUG kernel:[ 1.135331] pci 0000:03:00.0: reg 10: [mem 0xdf3ff000-0xdf3fffff] >13:18:18,920 DEBUG kernel:[ 1.135885] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold >13:18:18,920 INFO kernel:[ 1.137962] pci 0000:00:1c.1: PCI bridge to [bus 03] >13:18:18,920 DEBUG kernel:[ 1.137971] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff] >13:18:18,920 DEBUG kernel:[ 1.137979] pci 0000:00:1c.1: bridge window [mem 0xdc000000-0xdf3fffff] >13:18:18,921 DEBUG kernel:[ 1.137993] pci 0000:00:1c.1: bridge window [mem 0xdfe00000-0xdfefffff 64bit pref] >13:18:18,921 DEBUG kernel:[ 1.138183] pci_bus 0000:04: busn_res: [bus 04] is inserted under [bus 00-ff] >13:18:18,921 INFO kernel:[ 1.138192] pci 0000:00:1c.2: PCI bridge to [bus 04] >13:18:18,921 DEBUG kernel:[ 1.138204] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff] >13:18:18,921 DEBUG kernel:[ 1.138216] pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff] >13:18:18,921 DEBUG kernel:[ 1.138237] pci 0000:00:1c.2: bridge window [mem 0xdfb00000-0xdfbfffff 64bit pref] >13:18:18,921 DEBUG kernel:[ 1.138442] pci_bus 0000:05: busn_res: [bus 05-0c] is inserted under [bus 00-ff] >13:18:18,921 INFO kernel:[ 1.138451] pci 0000:00:1c.3: PCI bridge to [bus 05-0c] >13:18:18,921 DEBUG kernel:[ 1.138463] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff] >13:18:18,921 DEBUG kernel:[ 1.138475] pci 0000:00:1c.3: bridge window [mem 0xd4000000-0xd5ffffff] >13:18:18,921 DEBUG kernel:[ 1.138496] pci 0000:00:1c.3: bridge window [mem 0xdf800000-0xdf8fffff 64bit pref] >13:18:18,921 DEBUG kernel:[ 1.138700] pci_bus 0000:0d: busn_res: [bus 0d-14] is inserted under [bus 00-ff] >13:18:18,921 INFO kernel:[ 1.138709] pci 0000:00:1c.4: PCI bridge to [bus 0d-14] >13:18:18,921 DEBUG kernel:[ 1.138720] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff] >13:18:18,925 DEBUG kernel:[ 1.138732] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd1ffffff] >13:18:18,925 DEBUG kernel:[ 1.138754] pci 0000:00:1c.4: bridge window [mem 0xdf500000-0xdf5fffff 64bit pref] >13:18:18,925 DEBUG kernel:[ 1.138885] pci_bus 0000:15: busn_res: [bus 15-18] is inserted under [bus 00-ff] >13:18:18,925 DEBUG kernel:[ 1.138946] pci 0000:15:00.0: [1180:0476] type 02 class 0x060700 >13:18:18,925 NOTICE kernel:[ 1.139011] pci 0000:15:00.0: proprietary Ricoh MMC controller disabled (via cardbus function) >13:18:18,925 NOTICE kernel:[ 1.139013] pci 0000:15:00.0: MMC cards are now supported by standard SDHCI controller >13:18:18,925 DEBUG kernel:[ 1.139062] pci 0000:15:00.0: reg 10: [mem 0xf8300000-0xf8300fff] >13:18:18,935 DEBUG kernel:[ 1.139193] pci 0000:15:00.0: supports D1 D2 >13:18:18,935 DEBUG kernel:[ 1.139196] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold >13:18:18,935 DEBUG kernel:[ 1.139289] pci 0000:15:00.1: [1180:0832] type 00 class 0x0c0010 >13:18:18,935 DEBUG kernel:[ 1.139359] pci 0000:15:00.1: reg 10: [mem 0xf8301000-0xf83017ff] >13:18:18,935 DEBUG kernel:[ 1.139720] pci 0000:15:00.1: supports D1 D2 >13:18:18,935 DEBUG kernel:[ 1.139723] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold >13:18:18,935 DEBUG kernel:[ 1.139816] pci 0000:15:00.2: [1180:0822] type 00 class 0x080500 >13:18:18,935 DEBUG kernel:[ 1.139893] pci 0000:15:00.2: reg 10: [mem 0xf8301800-0xf83018ff] >13:18:18,935 DEBUG kernel:[ 1.140250] pci 0000:15:00.2: supports D1 D2 >13:18:18,935 DEBUG kernel:[ 1.140253] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold >13:18:18,935 DEBUG kernel:[ 1.140351] pci 0000:15:00.4: [1180:0592] type 00 class 0x088000 >13:18:18,935 DEBUG kernel:[ 1.140420] pci 0000:15:00.4: reg 10: [mem 0xf8302000-0xf83020ff] >13:18:18,935 DEBUG kernel:[ 1.140777] pci 0000:15:00.4: supports D1 D2 >13:18:18,935 DEBUG kernel:[ 1.140780] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold >13:18:18,935 DEBUG kernel:[ 1.140883] pci 0000:15:00.5: [1180:0852] type 00 class 0x088000 >13:18:18,935 DEBUG kernel:[ 1.140952] pci 0000:15:00.5: reg 10: [mem 0xf8302400-0xf83024ff] >13:18:18,935 DEBUG kernel:[ 1.141309] pci 0000:15:00.5: supports D1 D2 >13:18:18,935 DEBUG kernel:[ 1.141311] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold >13:18:18,935 INFO kernel:[ 1.141537] pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode) >13:18:18,935 DEBUG kernel:[ 1.141549] pci 0000:00:1e.0: bridge window [io 0x7000-0xafff] >13:18:18,935 DEBUG kernel:[ 1.141561] pci 0000:00:1e.0: bridge window [mem 0xf8300000-0xfbffffff] >13:18:18,935 DEBUG kernel:[ 1.141582] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref] >13:18:18,935 DEBUG kernel:[ 1.141595] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode) >13:18:18,935 DEBUG kernel:[ 1.141607] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode) >13:18:18,935 DEBUG kernel:[ 1.141757] pci_bus 0000:16: busn_res: can not insert [bus 16-ff] under [bus 15-18] (conflicts with (null) [bus 15-18]) >13:18:18,935 DEBUG kernel:[ 1.141771] pci_bus 0000:16: busn_res: [bus 16-ff] end is updated to 17 >13:18:18,935 DEBUG kernel:[ 1.141775] pci_bus 0000:16: busn_res: [bus 16-17] is inserted under [bus 15-18] >13:18:18,935 DEBUG kernel:[ 1.141914] pci_bus 0000:00: on NUMA node 0 >13:18:18,935 DEBUG kernel:[ 1.141943] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] >13:18:18,935 DEBUG kernel:[ 1.152449] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT] >13:18:18,935 DEBUG kernel:[ 1.154876] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT] >13:18:18,935 DEBUG kernel:[ 1.157291] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT] >13:18:18,935 INFO systemd: Successfully loaded SELinux policy in 7s 997ms 409us. >13:18:18,935 INFO systemd: Relabelled /dev and /run in 159ms 150us. >13:18:18,935 INFO systemd: systemd 188 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP; fedora) >13:18:18,935 INFO systemd: Initializing machine ID from random generator. >13:18:18,935 DEBUG kernel:[ 1.159695] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT] >13:18:18,935 DEBUG kernel:[ 1.162310] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT] >13:18:18,935 DEBUG kernel:[ 1.164928] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT] >13:18:18,935 INFO kernel:[ 1.181497] pci0000:00: Requesting ACPI _OSC control (0x1d) >13:18:18,935 INFO kernel:[ 1.202697] pci0000:00: ACPI _OSC control (0x1d) granted >13:18:18,935 INFO kernel:[ 1.546730] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11) >13:18:18,935 INFO kernel:[ 1.550094] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11) >13:18:18,935 INFO kernel:[ 1.553476] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11) >13:18:18,935 INFO kernel:[ 1.556865] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11) >13:18:18,935 INFO kernel:[ 1.560236] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11) >13:18:18,935 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. >13:18:18,935 INFO kernel:[ 1.563599] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11) >13:18:18,935 INFO kernel:[ 1.566975] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11) >13:18:18,935 INFO kernel:[ 1.570348] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11) >13:18:18,935 INFO kernel:[ 1.571870] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >13:18:18,935 INFO kernel:[ 1.572180] vgaarb: loaded >13:18:18,935 INFO kernel:[ 1.572182] vgaarb: bridge control possible 0000:00:02.0 >13:18:18,935 NOTICE kernel:[ 1.574001] SCSI subsystem initialized >13:18:18,935 INFO kernel:[ 1.574011] ACPI: bus type scsi registered >13:18:18,935 DEBUG kernel:[ 1.574052] libata version 3.00 loaded. >13:18:18,935 INFO kernel:[ 1.574381] ACPI: bus type usb registered >13:18:18,935 INFO kernel:[ 1.574939] usbcore: registered new interface driver usbfs >13:18:18,935 INFO kernel:[ 1.575101] usbcore: registered new interface driver hub >13:18:18,935 INFO systemd-modules-load: Inserted module 'uinput' >13:18:18,935 INFO kernel:[ 1.575115] usbcore: registered new device driver usb >13:18:18,935 INFO kernel:[ 1.575964] PCI: Using ACPI for IRQ routing >13:18:18,935 DEBUG kernel:[ 1.579877] PCI: pci_cache_line_size set to 64 bytes >13:18:18,935 DEBUG kernel:[ 1.580851] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff] >13:18:18,935 DEBUG kernel:[ 1.580876] e820: reserve RAM buffer [mem 0x7e6b0000-0x7fffffff] >13:18:18,935 INFO kernel:[ 1.582607] NetLabel: Initializing >13:18:18,935 INFO kernel:[ 1.582610] NetLabel: domain hash size = 128 >13:18:18,935 INFO kernel:[ 1.582611] NetLabel: protocols = UNLABELED CIPSOv4 >13:18:18,935 INFO kernel:[ 1.582845] NetLabel: unlabeled traffic allowed by default >13:18:18,935 INFO kernel:[ 1.582915] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >13:18:18,935 ERR systemd-udevd: ctx=0xb8b59418 path=/lib/modules/3.6.0-0.rc6.git0.2.fc18.i686/kernel/drivers/char/tpm/tpm.ko error=No such file or directory >13:18:18,935 INFO kernel:[ 1.582928] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >13:18:18,935 INFO kernel:[ 1.582934] hpet0: 3 comparators, 64-bit 14.318180 MHz counter >13:18:18,935 INFO kernel:[ 1.587125] Switching to clocksource hpet >13:18:18,935 INFO kernel:[ 1.775873] pnp: PnP ACPI init >13:18:18,935 INFO kernel:[ 1.776076] ACPI: bus type pnp registered >13:18:18,935 DEBUG kernel:[ 1.796105] pnp 00:00: [mem 0x00000000-0x0009ffff] >13:18:18,935 DEBUG kernel:[ 1.796117] pnp 00:00: [mem 0x000c0000-0x000c3fff] >13:18:18,935 DEBUG kernel:[ 1.796127] pnp 00:00: [mem 0x000c4000-0x000c7fff] >13:18:18,935 DEBUG kernel:[ 1.796136] pnp 00:00: [mem 0x000c8000-0x000cbfff] >13:18:18,935 ERR systemd-udevd: ctx=0xb8b59418 path=/lib/modules/3.6.0-0.rc6.git0.2.fc18.i686/kernel/sound/core/snd.ko error=No such file or directory >13:18:18,935 DEBUG kernel:[ 1.796146] pnp 00:00: [mem 0x000cc000-0x000cffff] >13:18:18,935 DEBUG kernel:[ 1.796162] pnp 00:00: [mem 0x000d0000-0x000d3fff] >13:18:18,935 DEBUG kernel:[ 1.796172] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled] >13:18:18,935 DEBUG kernel:[ 1.796183] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled] >13:18:18,935 DEBUG kernel:[ 1.796193] pnp 00:00: [mem 0x000dc000-0x000dbfff disabled] >13:18:18,935 DEBUG kernel:[ 1.796203] pnp 00:00: [mem 0x000e0000-0x000e3fff] >13:18:18,935 DEBUG kernel:[ 1.796213] pnp 00:00: [mem 0x000e4000-0x000e7fff] >13:18:18,935 DEBUG kernel:[ 1.796222] pnp 00:00: [mem 0x000e8000-0x000ebfff] >13:18:18,935 DEBUG kernel:[ 1.796232] pnp 00:00: [mem 0x000ec000-0x000effff] >13:18:18,935 ERR systemd-udevd: ctx=0xb8b59418 path=/lib/modules/3.6.0-0.rc6.git0.2.fc18.i686/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >13:18:18,935 DEBUG kernel:[ 1.796242] pnp 00:00: [mem 0x000f0000-0x000fffff] >13:18:18,935 DEBUG kernel:[ 1.796252] pnp 00:00: [mem 0x00100000-0x7effffff] >13:18:18,935 DEBUG kernel:[ 1.796262] pnp 00:00: [mem 0xfec00000-0xfed3ffff] >13:18:18,935 DEBUG kernel:[ 1.796272] pnp 00:00: [mem 0xfed4c000-0xffffffff] >13:18:18,935 INFO kernel:[ 1.797343] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved >13:18:18,935 INFO kernel:[ 1.797384] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved >13:18:18,935 INFO kernel:[ 1.797423] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved >13:18:18,935 INFO kernel:[ 1.797446] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved >13:18:18,935 INFO kernel:[ 1.797468] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved >13:18:18,935 ERR systemd-udevd: ctx=0xb8b59418 path=/lib/modules/3.6.0-0.rc6.git0.2.fc18.i686/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >13:18:18,936 INFO kernel:[ 1.797506] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved >13:18:18,936 INFO kernel:[ 1.797545] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved >13:18:18,936 INFO kernel:[ 1.797583] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved >13:18:18,936 INFO kernel:[ 1.797622] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved >13:18:18,936 ERR systemd-udevd: ctx=0xb8b59418 path=/lib/modules/3.6.0-0.rc6.git0.2.fc18.i686/kernel/sound/core/snd-pcm.ko error=No such file or directory >13:18:18,936 INFO kernel:[ 1.797660] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved >13:18:18,936 INFO kernel:[ 1.797698] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved >13:18:18,936 INFO kernel:[ 1.797736] system 00:00: [mem 0x00100000-0x7effffff] could not be reserved >13:18:18,936 INFO kernel:[ 1.797775] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved >13:18:18,936 INFO kernel:[ 1.797813] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved >13:18:18,936 DEBUG kernel:[ 1.797850] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) >13:18:18,936 DEBUG kernel:[ 1.798165] pnp 00:01: [bus 00-ff] >13:18:18,936 DEBUG kernel:[ 1.798176] pnp 00:01: [io 0x0cf8-0x0cff] >13:18:18,936 DEBUG kernel:[ 1.798186] pnp 00:01: [io 0x0000-0x0cf7 window] >13:18:18,936 DEBUG kernel:[ 1.798196] pnp 00:01: [io 0x0d00-0xffff window] >13:18:18,936 DEBUG kernel:[ 1.798205] pnp 00:01: [mem 0x000a0000-0x000bffff window] >13:18:18,936 DEBUG kernel:[ 1.798221] pnp 00:01: [mem 0x000c0000-0x000c3fff window] >13:18:18,936 DEBUG kernel:[ 1.798232] pnp 00:01: [mem 0x000c4000-0x000c7fff window] >13:18:18,936 DEBUG kernel:[ 1.798242] pnp 00:01: [mem 0x000c8000-0x000cbfff window] >13:18:18,936 DEBUG kernel:[ 1.798252] pnp 00:01: [mem 0x000cc000-0x000cffff window] >13:18:18,936 DEBUG kernel:[ 1.798262] pnp 00:01: [mem 0x000d0000-0x000d3fff window] >13:18:18,936 DEBUG kernel:[ 1.798272] pnp 00:01: [mem 0x000d4000-0x000d7fff window] >13:18:18,936 DEBUG kernel:[ 1.798282] pnp 00:01: [mem 0x000d8000-0x000dbfff window] >13:18:18,936 DEBUG kernel:[ 1.798292] pnp 00:01: [mem 0x000dc000-0x000dffff window] >13:18:18,936 DEBUG kernel:[ 1.798302] pnp 00:01: [mem 0x000e0000-0x000e3fff window] >13:18:18,936 DEBUG kernel:[ 1.798312] pnp 00:01: [mem 0x000e4000-0x000e7fff window] >13:18:18,936 DEBUG kernel:[ 1.798322] pnp 00:01: [mem 0x000e8000-0x000ebfff window] >13:18:18,936 DEBUG kernel:[ 1.798331] pnp 00:01: [mem 0x000ec000-0x000effff window] >13:18:18,936 DEBUG kernel:[ 1.798341] pnp 00:01: [mem 0x7f000000-0xfebfffff window] >13:18:18,936 DEBUG kernel:[ 1.798351] pnp 00:01: [mem 0xfed40000-0xfed4bfff window] >13:18:18,936 DEBUG kernel:[ 1.798858] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) >13:18:18,936 DEBUG kernel:[ 1.800218] pnp 00:02: [io 0x0010-0x001f] >13:18:18,936 DEBUG kernel:[ 1.800229] pnp 00:02: [io 0x0090-0x009f] >13:18:18,936 DEBUG kernel:[ 1.800238] pnp 00:02: [io 0x0024-0x0025] >13:18:18,936 DEBUG kernel:[ 1.800254] pnp 00:02: [io 0x0028-0x0029] >13:18:18,936 DEBUG kernel:[ 1.800264] pnp 00:02: [io 0x002c-0x002d] >13:18:18,936 DEBUG kernel:[ 1.800274] pnp 00:02: [io 0x0030-0x0031] >13:18:18,936 DEBUG kernel:[ 1.800284] pnp 00:02: [io 0x0034-0x0035] >13:18:18,936 DEBUG kernel:[ 1.800294] pnp 00:02: [io 0x0038-0x0039] >13:18:18,936 DEBUG kernel:[ 1.800304] pnp 00:02: [io 0x003c-0x003d] >13:18:18,936 DEBUG kernel:[ 1.800314] pnp 00:02: [io 0x00a4-0x00a5] >13:18:18,936 DEBUG kernel:[ 1.800323] pnp 00:02: [io 0x00a8-0x00a9] >13:18:18,936 DEBUG kernel:[ 1.800333] pnp 00:02: [io 0x00ac-0x00ad] >13:18:18,936 DEBUG kernel:[ 1.800343] pnp 00:02: [io 0x00b0-0x00b5] >13:18:18,936 DEBUG kernel:[ 1.800352] pnp 00:02: [io 0x00b8-0x00b9] >13:18:18,936 DEBUG kernel:[ 1.800362] pnp 00:02: [io 0x00bc-0x00bd] >13:18:18,936 DEBUG kernel:[ 1.800371] pnp 00:02: [io 0x0050-0x0053] >13:18:18,936 DEBUG kernel:[ 1.800381] pnp 00:02: [io 0x0072-0x0077] >13:18:18,936 DEBUG kernel:[ 1.800391] pnp 00:02: [io 0x164e-0x164f] >13:18:18,936 DEBUG kernel:[ 1.800400] pnp 00:02: [io 0x002e-0x002f] >13:18:18,936 DEBUG kernel:[ 1.800409] pnp 00:02: [io 0x1000-0x107f] >13:18:18,936 DEBUG kernel:[ 1.800424] pnp 00:02: [io 0x1180-0x11bf] >13:18:18,936 DEBUG kernel:[ 1.800434] pnp 00:02: [io 0x0800-0x080f] >13:18:18,936 DEBUG kernel:[ 1.800444] pnp 00:02: [io 0x15e0-0x15ef] >13:18:18,936 DEBUG kernel:[ 1.800454] pnp 00:02: [io 0x1600-0x165f] >13:18:18,936 DEBUG kernel:[ 1.800464] pnp 00:02: [mem 0xf0000000-0xf3ffffff] >13:18:18,936 DEBUG kernel:[ 1.800474] pnp 00:02: [mem 0xfed1c000-0xfed1ffff] >13:18:18,936 DEBUG kernel:[ 1.800484] pnp 00:02: [mem 0xfed14000-0xfed17fff] >13:18:18,936 DEBUG kernel:[ 1.800494] pnp 00:02: [mem 0xfed18000-0xfed18fff] >13:18:18,936 DEBUG kernel:[ 1.800504] pnp 00:02: [mem 0xfed19000-0xfed19fff] >13:18:18,936 DEBUG kernel:[ 1.800513] pnp 00:02: [mem 0xfed45000-0xfed4bfff] >13:18:18,936 INFO kernel:[ 1.801556] system 00:02: [io 0x164e-0x164f] has been reserved >13:18:18,936 INFO kernel:[ 1.801580] system 00:02: [io 0x1000-0x107f] has been reserved >13:18:18,936 INFO kernel:[ 1.801602] system 00:02: [io 0x1180-0x11bf] has been reserved >13:18:18,936 INFO kernel:[ 1.801624] system 00:02: [io 0x0800-0x080f] has been reserved >13:18:18,936 INFO kernel:[ 1.801647] system 00:02: [io 0x15e0-0x15ef] has been reserved >13:18:18,936 INFO kernel:[ 1.801686] system 00:02: [io 0x1600-0x165f] could not be reserved >13:18:18,936 INFO kernel:[ 1.801709] system 00:02: [mem 0xf0000000-0xf3ffffff] has been reserved >13:18:18,936 INFO kernel:[ 1.801731] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved >13:18:18,936 INFO kernel:[ 1.801753] system 00:02: [mem 0xfed14000-0xfed17fff] has been reserved >13:18:18,936 INFO kernel:[ 1.801775] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved >13:18:18,936 INFO kernel:[ 1.801797] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved >13:18:18,936 INFO kernel:[ 1.801819] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved >13:18:18,936 DEBUG kernel:[ 1.801829] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) >13:18:18,936 DEBUG kernel:[ 1.802858] pnp 00:03: [mem 0xfed00000-0xfed003ff] >13:18:18,936 DEBUG kernel:[ 1.803273] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active) >13:18:18,936 DEBUG kernel:[ 1.803446] pnp 00:04: [io 0x0000-0x000f] >13:18:18,936 DEBUG kernel:[ 1.803456] pnp 00:04: [io 0x0080-0x008f] >13:18:18,936 DEBUG kernel:[ 1.803466] pnp 00:04: [io 0x00c0-0x00df] >13:18:18,936 DEBUG kernel:[ 1.803475] pnp 00:04: [dma 4] >13:18:18,936 DEBUG kernel:[ 1.803884] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active) >13:18:18,936 DEBUG kernel:[ 1.804088] pnp 00:05: [io 0x0061] >13:18:18,936 DEBUG kernel:[ 1.804495] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) >13:18:18,936 DEBUG kernel:[ 1.804691] pnp 00:06: [io 0x00f0] >13:18:18,936 DEBUG kernel:[ 1.804721] pnp 00:06: [irq 13] >13:18:18,936 DEBUG kernel:[ 1.805151] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active) >13:18:18,936 DEBUG kernel:[ 1.805328] pnp 00:07: [io 0x0070-0x0071] >13:18:18,936 DEBUG kernel:[ 1.805349] pnp 00:07: [irq 8] >13:18:18,936 DEBUG kernel:[ 1.805754] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active) >13:18:18,936 DEBUG kernel:[ 1.805930] pnp 00:08: [io 0x0060] >13:18:18,936 DEBUG kernel:[ 1.805940] pnp 00:08: [io 0x0064] >13:18:18,936 DEBUG kernel:[ 1.805959] pnp 00:08: [irq 1] >13:18:18,936 DEBUG kernel:[ 1.806387] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active) >13:18:18,936 DEBUG kernel:[ 1.806570] pnp 00:09: [irq 12] >13:18:18,936 DEBUG kernel:[ 1.806991] pnp 00:09: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active) >13:18:18,936 DEBUG kernel:[ 1.817672] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (disabled) >13:18:18,936 DEBUG kernel:[ 1.829941] pnp 00:0b: [io 0x03bc-0x03be] >13:18:18,936 DEBUG kernel:[ 1.829962] pnp 00:0b: [irq 7] >13:18:18,936 DEBUG kernel:[ 1.830952] pnp 00:0b: Plug and Play ACPI device, IDs PNP0400 (active) >13:18:18,936 DEBUG kernel:[ 1.841095] pnp 00:0c: [mem 0xfed40000-0xfed44fff] >13:18:18,936 DEBUG kernel:[ 1.841520] pnp 00:0c: Plug and Play ACPI device, IDs ATM1200 PNP0c31 (active) >13:18:18,936 INFO kernel:[ 1.856202] pnp: PnP ACPI: found 13 devices >13:18:18,936 INFO kernel:[ 1.856205] ACPI: ACPI bus type pnp unregistered >13:18:18,936 INFO kernel:[ 1.921776] pci 0000:00:1c.0: PCI bridge to [bus 02] >13:18:18,936 INFO kernel:[ 1.921784] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] >13:18:18,936 INFO kernel:[ 1.921795] pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff] >13:18:18,936 INFO kernel:[ 1.921803] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref] >13:18:18,936 INFO kernel:[ 1.921817] pci 0000:00:1c.1: PCI bridge to [bus 03] >13:18:18,936 INFO kernel:[ 1.921822] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff] >13:18:18,936 INFO kernel:[ 1.921832] pci 0000:00:1c.1: bridge window [mem 0xdc000000-0xdf3fffff] >13:18:18,936 INFO kernel:[ 1.921840] pci 0000:00:1c.1: bridge window [mem 0xdfe00000-0xdfefffff 64bit pref] >13:18:18,936 INFO kernel:[ 1.921854] pci 0000:00:1c.2: PCI bridge to [bus 04] >13:18:18,936 INFO kernel:[ 1.921859] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff] >13:18:18,936 INFO kernel:[ 1.921869] pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff] >13:18:18,936 INFO kernel:[ 1.921877] pci 0000:00:1c.2: bridge window [mem 0xdfb00000-0xdfbfffff 64bit pref] >13:18:18,936 INFO kernel:[ 1.921890] pci 0000:00:1c.3: PCI bridge to [bus 05-0c] >13:18:18,936 INFO kernel:[ 1.921895] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff] >13:18:18,936 INFO kernel:[ 1.921906] pci 0000:00:1c.3: bridge window [mem 0xd4000000-0xd5ffffff] >13:18:18,936 INFO kernel:[ 1.921914] pci 0000:00:1c.3: bridge window [mem 0xdf800000-0xdf8fffff 64bit pref] >13:18:18,936 INFO kernel:[ 1.921927] pci 0000:00:1c.4: PCI bridge to [bus 0d-14] >13:18:18,936 INFO kernel:[ 1.921932] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff] >13:18:18,936 INFO kernel:[ 1.921943] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd1ffffff] >13:18:18,936 INFO kernel:[ 1.921951] pci 0000:00:1c.4: bridge window [mem 0xdf500000-0xdf5fffff 64bit pref] >13:18:18,936 DEBUG kernel:[ 1.922041] pci 0000:15:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000 >13:18:18,936 DEBUG kernel:[ 1.922044] pci 0000:15:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000 >13:18:18,936 DEBUG kernel:[ 1.922048] pci 0000:15:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100 >13:18:18,936 DEBUG kernel:[ 1.922050] pci 0000:15:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100 >13:18:18,936 INFO kernel:[ 1.922057] pci 0000:15:00.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref] >13:18:18,936 INFO kernel:[ 1.922063] pci 0000:15:00.0: BAR 16: assigned [mem 0x80000000-0x83ffffff] >13:18:18,936 INFO kernel:[ 1.922066] pci 0000:15:00.0: BAR 13: assigned [io 0x7000-0x70ff] >13:18:18,936 INFO kernel:[ 1.922069] pci 0000:15:00.0: BAR 14: assigned [io 0x7400-0x74ff] >13:18:18,937 INFO kernel:[ 1.922137] pci 0000:15:00.0: CardBus bridge to [bus 16-17] >13:18:18,937 INFO kernel:[ 1.922140] pci 0000:15:00.0: bridge window [io 0x7000-0x70ff] >13:18:18,937 INFO kernel:[ 1.922149] pci 0000:15:00.0: bridge window [io 0x7400-0x74ff] >13:18:18,937 INFO kernel:[ 1.922157] pci 0000:15:00.0: bridge window [mem 0xf4000000-0xf7ffffff pref] >13:18:18,937 INFO kernel:[ 1.922166] pci 0000:15:00.0: bridge window [mem 0x80000000-0x83ffffff] >13:18:18,937 INFO kernel:[ 1.922175] pci 0000:00:1e.0: PCI bridge to [bus 15-18] >13:18:18,937 INFO kernel:[ 1.922180] pci 0000:00:1e.0: bridge window [io 0x7000-0xafff] >13:18:18,937 INFO kernel:[ 1.922191] pci 0000:00:1e.0: bridge window [mem 0xf8300000-0xfbffffff] >13:18:18,937 INFO kernel:[ 1.922199] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref] >13:18:18,937 INFO kernel:[ 1.922423] pci 0000:00:1e.0: enabling device (0005 -> 0007) >13:18:18,937 DEBUG kernel:[ 1.922434] pci 0000:00:1e.0: setting latency timer to 64 >13:18:18,937 DEBUG kernel:[ 1.922491] pci 0000:15:00.0: setting latency timer to 64 >13:18:18,937 DEBUG kernel:[ 1.922498] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >13:18:18,937 DEBUG kernel:[ 1.922501] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff] >13:18:18,937 DEBUG kernel:[ 1.922504] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] >13:18:18,937 DEBUG kernel:[ 1.922507] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfdffffff] >13:18:18,937 DEBUG kernel:[ 1.922509] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf80fffff 64bit pref] >13:18:18,937 DEBUG kernel:[ 1.922512] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff] >13:18:18,937 DEBUG kernel:[ 1.922515] pci_bus 0000:03: resource 1 [mem 0xdc000000-0xdf3fffff] >13:18:18,937 DEBUG kernel:[ 1.922518] pci_bus 0000:03: resource 2 [mem 0xdfe00000-0xdfefffff 64bit pref] >13:18:18,937 DEBUG kernel:[ 1.922520] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff] >13:18:18,937 DEBUG kernel:[ 1.922523] pci_bus 0000:04: resource 1 [mem 0xd8000000-0xd9ffffff] >13:18:18,937 DEBUG kernel:[ 1.922526] pci_bus 0000:04: resource 2 [mem 0xdfb00000-0xdfbfffff 64bit pref] >13:18:18,937 DEBUG kernel:[ 1.922528] pci_bus 0000:05: resource 0 [io 0x5000-0x5fff] >13:18:18,937 DEBUG kernel:[ 1.922531] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xd5ffffff] >13:18:18,937 DEBUG kernel:[ 1.922534] pci_bus 0000:05: resource 2 [mem 0xdf800000-0xdf8fffff 64bit pref] >13:18:18,937 DEBUG kernel:[ 1.922536] pci_bus 0000:0d: resource 0 [io 0x6000-0x6fff] >13:18:18,937 DEBUG kernel:[ 1.922539] pci_bus 0000:0d: resource 1 [mem 0xd0000000-0xd1ffffff] >13:18:18,937 DEBUG kernel:[ 1.922542] pci_bus 0000:0d: resource 2 [mem 0xdf500000-0xdf5fffff 64bit pref] >13:18:18,937 DEBUG kernel:[ 1.922545] pci_bus 0000:15: resource 0 [io 0x7000-0xafff] >13:18:18,937 DEBUG kernel:[ 1.922547] pci_bus 0000:15: resource 1 [mem 0xf8300000-0xfbffffff] >13:18:18,937 DEBUG kernel:[ 1.922550] pci_bus 0000:15: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref] >13:18:18,937 DEBUG kernel:[ 1.922553] pci_bus 0000:15: resource 4 [io 0x0000-0xffff] >13:18:18,937 DEBUG kernel:[ 1.922555] pci_bus 0000:15: resource 5 [mem 0x00000000-0xffffffff] >13:18:18,937 DEBUG kernel:[ 1.922558] pci_bus 0000:16: resource 0 [io 0x7000-0x70ff] >13:18:18,937 DEBUG kernel:[ 1.922560] pci_bus 0000:16: resource 1 [io 0x7400-0x74ff] >13:18:18,937 DEBUG kernel:[ 1.922563] pci_bus 0000:16: resource 2 [mem 0xf4000000-0xf7ffffff pref] >13:18:18,937 DEBUG kernel:[ 1.922566] pci_bus 0000:16: resource 3 [mem 0x80000000-0x83ffffff] >13:18:18,937 INFO kernel:[ 1.922866] NET: Registered protocol family 2 >13:18:18,937 INFO kernel:[ 1.924267] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) >13:18:18,937 INFO kernel:[ 1.925133] TCP bind hash table entries: 65536 (order: 9, 2883584 bytes) >13:18:18,937 INFO kernel:[ 1.930883] TCP: Hash tables configured (established 131072 bind 65536) >13:18:18,937 INFO kernel:[ 1.930982] TCP: reno registered >13:18:18,937 INFO kernel:[ 1.930995] UDP hash table entries: 512 (order: 3, 49152 bytes) >13:18:18,937 INFO kernel:[ 1.931116] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes) >13:18:18,937 INFO kernel:[ 1.931883] NET: Registered protocol family 1 >13:18:18,937 DEBUG kernel:[ 1.931988] pci 0000:00:02.0: Boot video device >13:18:18,937 INFO kernel:[ 1.932148] pci 0000:00:1a.1: power state changed by ACPI to D0 >13:18:18,937 INFO kernel:[ 1.932419] pci 0000:00:1d.0: power state changed by ACPI to D0 >13:18:18,937 INFO kernel:[ 1.932585] pci 0000:00:1d.2: power state changed by ACPI to D0 >13:18:18,937 DEBUG kernel:[ 1.932984] PCI: CLS 64 bytes, default 64 >13:18:18,937 INFO kernel:[ 1.933776] Unpacking initramfs... >13:18:18,937 INFO kernel:[ 6.507543] Freeing initrd memory: 25776k freed >13:18:18,937 INFO kernel:[ 6.699811] DMA-API: preallocated 32768 debug entries >13:18:18,937 INFO kernel:[ 6.699816] DMA-API: debugging enabled by kernel config >13:18:18,937 INFO kernel:[ 6.699904] Simple Boot Flag at 0x35 set to 0x1 >13:18:18,937 INFO kernel:[ 6.702894] apm: BIOS not found. >13:18:18,937 WARNING kernel:[ 6.703563] cryptomgr_test (27) used greatest stack depth: 7072 bytes left >13:18:18,937 NOTICE kernel:[ 6.705396] Initialise module verification >13:18:18,937 INFO kernel:[ 6.705583] audit: initializing netlink socket (disabled) >13:18:18,937 NOTICE kernel:[ 6.705692] type=2000 audit(1348665461.704:1): initialized >13:18:18,937 WARNING kernel:[ 6.727095] bounce pool size: 64 pages >13:18:18,937 INFO kernel:[ 6.727276] HugeTLB registered 4 MB page size, pre-allocated 0 pages >13:18:18,937 NOTICE kernel:[ 6.769352] VFS: Disk quotas dquot_6.5.2 >13:18:18,937 WARNING kernel:[ 6.769798] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) >13:18:18,937 INFO kernel:[ 6.778050] msgmni has been set to 1685 >13:18:18,937 NOTICE kernel:[ 6.778856] Key type crypto registered >13:18:18,937 NOTICE kernel:[ 6.778873] Crypto key parser 'pgp' registered >13:18:18,937 NOTICE kernel:[ 6.778875] Crypto signature parser 'pgp' registered >13:18:18,937 DEBUG kernel:[ 6.778877] SELinux: Registering netfilter hooks >13:18:18,937 WARNING kernel:[ 6.781598] cryptomgr_test (34) used greatest stack depth: 6720 bytes left >13:18:18,937 WARNING kernel:[ 6.783115] cryptomgr_test (39) used greatest stack depth: 6408 bytes left >13:18:18,937 INFO kernel:[ 6.783249] alg: No test for stdrng (krng) >13:18:18,937 INFO kernel:[ 6.783276] NET: Registered protocol family 38 >13:18:18,937 INFO kernel:[ 6.783787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >13:18:18,937 INFO kernel:[ 6.784043] io scheduler noop registered >13:18:18,937 INFO kernel:[ 6.784047] io scheduler deadline registered >13:18:18,937 INFO kernel:[ 6.784777] io scheduler cfq registered (default) >13:18:18,937 INFO kernel:[ 6.784779] start plist test >13:18:18,937 INFO kernel:[ 6.786337] end plist test >13:18:18,937 DEBUG kernel:[ 6.786340] list_sort_test: start testing list_sort() >13:18:18,937 DEBUG kernel:[ 6.794893] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X >13:18:18,937 DEBUG kernel:[ 6.796148] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X >13:18:18,937 DEBUG kernel:[ 6.797351] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X >13:18:18,937 DEBUG kernel:[ 6.798691] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X >13:18:18,937 DEBUG kernel:[ 6.799907] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X >13:18:18,937 INFO kernel:[ 6.801512] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt >13:18:18,937 DEBUG kernel:[ 6.801523] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded >13:18:18,937 INFO kernel:[ 6.801806] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt >13:18:18,937 INFO kernel:[ 6.801810] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt >13:18:18,937 DEBUG kernel:[ 6.801819] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded >13:18:18,937 INFO kernel:[ 6.802154] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt >13:18:18,937 DEBUG kernel:[ 6.802164] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded >13:18:18,937 INFO kernel:[ 6.802436] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt >13:18:18,937 DEBUG kernel:[ 6.802445] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded >13:18:18,937 INFO kernel:[ 6.802727] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt >13:18:18,937 DEBUG kernel:[ 6.802736] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded >13:18:18,937 INFO kernel:[ 6.802925] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >13:18:18,937 INFO kernel:[ 6.804065] pciehp: Using ACPI for slot detection. >13:18:18,937 INFO kernel:[ 6.804765] pciehp 0000:00:1c.3:pcie04: HPC vendor_id 8086 device_id 2845 ss_vid 17aa ss_did 20ad >13:18:18,937 DEBUG kernel:[ 6.805198] pciehp 0000:00:1c.3:pcie04: service driver pciehp loaded >13:18:18,937 INFO kernel:[ 6.805416] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >13:18:18,937 INFO kernel:[ 6.805419] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >13:18:18,937 DEBUG kernel:[ 6.814078] intel_idle: does not run on family 6 model 15 >13:18:18,937 INFO kernel:[ 6.815725] ACPI: AC Adapter [AC] (on-line) >13:18:18,937 INFO kernel:[ 6.817707] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 >13:18:18,937 INFO kernel:[ 6.818421] ACPI: Lid Switch [LID] >13:18:18,937 INFO kernel:[ 6.819083] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1 >13:18:18,937 INFO kernel:[ 6.819147] ACPI: Sleep Button [SLPB] >13:18:18,937 INFO kernel:[ 6.819856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 >13:18:18,937 INFO kernel:[ 6.819877] ACPI: Power Button [PWRF] >13:18:18,937 INFO kernel:[ 6.827300] ACPI: Requesting acpi_cpufreq >13:18:18,937 DEBUG kernel:[ 7.050975] Monitor-Mwait will be used to enter C-1 state >13:18:18,938 DEBUG kernel:[ 7.051138] Monitor-Mwait will be used to enter C-2 state >13:18:18,938 DEBUG kernel:[ 7.051271] Monitor-Mwait will be used to enter C-3 state >13:18:18,938 DEBUG kernel:[ 7.051375] ACPI: acpi_idle registered with cpuidle >13:18:18,938 INFO kernel:[ 7.313562] thermal LNXTHERM:00: registered as thermal_zone0 >13:18:18,938 INFO kernel:[ 7.313566] ACPI: Thermal Zone [THM0] (55 C) >13:18:18,938 INFO kernel:[ 7.329710] thermal LNXTHERM:01: registered as thermal_zone1 >13:18:18,938 INFO kernel:[ 7.329713] ACPI: Thermal Zone [THM1] (62 C) >13:18:18,938 INFO kernel:[ 7.330052] GHES: HEST is not enabled! >13:18:18,938 INFO kernel:[ 7.330731] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >13:18:18,938 DEBUG kernel:[ 7.333874] serial 00:0a: [io 0x03f8-0x03ff] >13:18:18,938 DEBUG kernel:[ 7.334592] serial 00:0a: [irq 4] >13:18:18,938 INFO kernel:[ 7.346482] serial 00:0a: activated >13:18:18,938 INFO kernel:[ 7.368763] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >13:18:18,938 INFO kernel:[ 7.371824] Non-volatile memory driver v1.3 >13:18:18,938 INFO kernel:[ 7.371828] Linux agpgart interface v0.103 >13:18:18,938 INFO kernel:[ 7.373433] agpgart-intel 0000:00:00.0: Intel 965GM Chipset >13:18:18,938 INFO kernel:[ 7.373610] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable >13:18:18,938 INFO kernel:[ 7.374673] agpgart-intel 0000:00:00.0: detected 8192K stolen memory >13:18:18,938 INFO kernel:[ 7.375554] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000 >13:18:18,938 INFO kernel:[ 7.389657] loop: module loaded >13:18:18,938 DEBUG kernel:[ 7.391338] ahci 0000:00:1f.2: version 3.0 >13:18:18,938 DEBUG kernel:[ 7.391699] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X >13:18:18,938 INFO kernel:[ 7.392218] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 1.5 Gbps 0x1 impl SATA mode >13:18:18,938 INFO kernel:[ 7.392222] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc >13:18:18,938 DEBUG kernel:[ 7.392231] ahci 0000:00:1f.2: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.399465] scsi0 : ahci >13:18:18,938 INFO kernel:[ 7.401860] scsi1 : ahci >13:18:18,938 INFO kernel:[ 7.403144] scsi2 : ahci >13:18:18,938 INFO kernel:[ 7.404157] ata1: SATA max UDMA/133 abar m2048@0xfe226000 port 0xfe226100 irq 45 >13:18:18,938 INFO kernel:[ 7.404160] ata2: DUMMY >13:18:18,938 INFO kernel:[ 7.404161] ata3: DUMMY >13:18:18,938 DEBUG kernel:[ 7.404528] ata_piix 0000:00:1f.1: version 2.13 >13:18:18,938 DEBUG kernel:[ 7.404868] ata_piix 0000:00:1f.1: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.411129] scsi3 : ata_piix >13:18:18,938 INFO kernel:[ 7.422662] ACPI: Battery Slot [BAT0] (battery present) >13:18:18,938 INFO kernel:[ 7.430491] scsi4 : ata_piix >13:18:18,938 INFO kernel:[ 7.432120] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1c00 irq 14 >13:18:18,938 INFO kernel:[ 7.432123] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1c08 irq 15 >13:18:18,938 DEBUG kernel:[ 7.432586] ata5: port disabled--ignoring >13:18:18,938 INFO kernel:[ 7.433111] libphy: Fixed MDIO Bus: probed >13:18:18,938 INFO kernel:[ 7.433752] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >13:18:18,938 DEBUG kernel:[ 7.433939] ehci_hcd 0000:00:1a.7: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.433946] ehci_hcd 0000:00:1a.7: EHCI Host Controller >13:18:18,938 INFO kernel:[ 7.435331] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 >13:18:18,938 DEBUG kernel:[ 7.439460] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported >13:18:18,938 INFO kernel:[ 7.439692] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfe226c00 >13:18:18,938 INFO kernel:[ 7.446050] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 >13:18:18,938 INFO kernel:[ 7.446683] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >13:18:18,938 INFO kernel:[ 7.446686] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:18:18,938 INFO kernel:[ 7.446689] usb usb1: Product: EHCI Host Controller >13:18:18,938 INFO kernel:[ 7.446692] usb usb1: Manufacturer: Linux 3.6.0-0.rc6.git0.2.fc18.i686 ehci_hcd >13:18:18,938 INFO kernel:[ 7.446694] usb usb1: SerialNumber: 0000:00:1a.7 >13:18:18,938 INFO kernel:[ 7.449760] hub 1-0:1.0: USB hub found >13:18:18,938 INFO kernel:[ 7.449987] hub 1-0:1.0: 4 ports detected >13:18:18,938 DEBUG kernel:[ 7.452226] ehci_hcd 0000:00:1d.7: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.452232] ehci_hcd 0000:00:1d.7: EHCI Host Controller >13:18:18,938 INFO kernel:[ 7.452924] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 >13:18:18,938 INFO kernel:[ 7.457020] ehci_hcd 0000:00:1d.7: debug port 1 >13:18:18,938 DEBUG kernel:[ 7.457035] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported >13:18:18,938 INFO kernel:[ 7.457262] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfe227000 >13:18:18,938 INFO kernel:[ 7.463041] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 >13:18:18,938 INFO kernel:[ 7.463548] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >13:18:18,938 INFO kernel:[ 7.463552] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:18:18,938 INFO kernel:[ 7.463554] usb usb2: Product: EHCI Host Controller >13:18:18,938 INFO kernel:[ 7.463557] usb usb2: Manufacturer: Linux 3.6.0-0.rc6.git0.2.fc18.i686 ehci_hcd >13:18:18,938 INFO kernel:[ 7.463559] usb usb2: SerialNumber: 0000:00:1d.7 >13:18:18,938 INFO kernel:[ 7.466131] hub 2-0:1.0: USB hub found >13:18:18,938 INFO kernel:[ 7.466313] hub 2-0:1.0: 6 ports detected >13:18:18,938 INFO kernel:[ 7.468315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >13:18:18,938 INFO kernel:[ 7.468448] uhci_hcd: USB Universal Host Controller Interface driver >13:18:18,938 DEBUG kernel:[ 7.468954] uhci_hcd 0000:00:1a.0: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.468960] uhci_hcd 0000:00:1a.0: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.469697] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 >13:18:18,938 INFO kernel:[ 7.469983] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860 >13:18:18,938 INFO kernel:[ 7.470611] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >13:18:18,938 INFO kernel:[ 7.470614] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:18:18,938 INFO kernel:[ 7.470617] usb usb3: Product: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.470619] usb usb3: Manufacturer: Linux 3.6.0-0.rc6.git0.2.fc18.i686 uhci_hcd >13:18:18,938 INFO kernel:[ 7.470622] usb usb3: SerialNumber: 0000:00:1a.0 >13:18:18,938 INFO kernel:[ 7.472279] hub 3-0:1.0: USB hub found >13:18:18,938 INFO kernel:[ 7.472456] hub 3-0:1.0: 2 ports detected >13:18:18,938 DEBUG kernel:[ 7.474153] uhci_hcd 0000:00:1a.1: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.474159] uhci_hcd 0000:00:1a.1: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.474845] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 >13:18:18,938 INFO kernel:[ 7.475150] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880 >13:18:18,938 INFO kernel:[ 7.475738] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >13:18:18,938 INFO kernel:[ 7.475741] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:18:18,938 INFO kernel:[ 7.475744] usb usb4: Product: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.475746] usb usb4: Manufacturer: Linux 3.6.0-0.rc6.git0.2.fc18.i686 uhci_hcd >13:18:18,938 INFO kernel:[ 7.475749] usb usb4: SerialNumber: 0000:00:1a.1 >13:18:18,938 INFO kernel:[ 7.478327] hub 4-0:1.0: USB hub found >13:18:18,938 INFO kernel:[ 7.478501] hub 4-0:1.0: 2 ports detected >13:18:18,938 DEBUG kernel:[ 7.480220] uhci_hcd 0000:00:1d.0: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.480226] uhci_hcd 0000:00:1d.0: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.480939] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 >13:18:18,938 INFO kernel:[ 7.481246] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0 >13:18:18,938 INFO kernel:[ 7.481832] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 >13:18:18,938 INFO kernel:[ 7.481836] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:18:18,938 INFO kernel:[ 7.481838] usb usb5: Product: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.481841] usb usb5: Manufacturer: Linux 3.6.0-0.rc6.git0.2.fc18.i686 uhci_hcd >13:18:18,938 INFO kernel:[ 7.481844] usb usb5: SerialNumber: 0000:00:1d.0 >13:18:18,938 INFO kernel:[ 7.483516] hub 5-0:1.0: USB hub found >13:18:18,938 INFO kernel:[ 7.483690] hub 5-0:1.0: 2 ports detected >13:18:18,938 DEBUG kernel:[ 7.485383] uhci_hcd 0000:00:1d.1: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.485389] uhci_hcd 0000:00:1d.1: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.486095] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 >13:18:18,938 INFO kernel:[ 7.486400] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0 >13:18:18,938 INFO kernel:[ 7.486999] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 >13:18:18,938 INFO kernel:[ 7.487020] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:18:18,938 INFO kernel:[ 7.487023] usb usb6: Product: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.487025] usb usb6: Manufacturer: Linux 3.6.0-0.rc6.git0.2.fc18.i686 uhci_hcd >13:18:18,938 INFO kernel:[ 7.487028] usb usb6: SerialNumber: 0000:00:1d.1 >13:18:18,938 INFO kernel:[ 7.489562] hub 6-0:1.0: USB hub found >13:18:18,938 INFO kernel:[ 7.489731] hub 6-0:1.0: 2 ports detected >13:18:18,938 DEBUG kernel:[ 7.491403] uhci_hcd 0000:00:1d.2: setting latency timer to 64 >13:18:18,938 INFO kernel:[ 7.491409] uhci_hcd 0000:00:1d.2: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.492118] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 >13:18:18,938 INFO kernel:[ 7.492402] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0 >13:18:18,938 INFO kernel:[ 7.492988] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 >13:18:18,938 INFO kernel:[ 7.492991] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:18:18,938 INFO kernel:[ 7.492994] usb usb7: Product: UHCI Host Controller >13:18:18,938 INFO kernel:[ 7.492997] usb usb7: Manufacturer: Linux 3.6.0-0.rc6.git0.2.fc18.i686 uhci_hcd >13:18:18,938 INFO kernel:[ 7.492999] usb usb7: SerialNumber: 0000:00:1d.2 >13:18:18,938 INFO kernel:[ 7.495067] hub 7-0:1.0: USB hub found >13:18:18,938 INFO kernel:[ 7.495243] hub 7-0:1.0: 2 ports detected >13:18:18,938 INFO kernel:[ 7.497544] usbcore: registered new interface driver usbserial >13:18:18,938 INFO kernel:[ 7.497706] usbcore: registered new interface driver usbserial_generic >13:18:18,938 INFO kernel:[ 7.497872] USB Serial support registered for generic >13:18:18,938 INFO kernel:[ 7.497889] usbserial: USB Serial Driver core >13:18:18,938 INFO kernel:[ 7.498226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >13:18:18,938 INFO kernel:[ 7.505984] serio: i8042 KBD port at 0x60,0x64 irq 1 >13:18:18,938 INFO kernel:[ 7.506139] serio: i8042 AUX port at 0x60,0x64 irq 12 >13:18:18,938 INFO kernel:[ 7.507610] mousedev: PS/2 mouse device common for all mice >13:18:18,938 INFO kernel:[ 7.509918] rtc_cmos 00:07: RTC can wake from S4 >13:18:18,939 INFO kernel:[ 7.511078] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0 >13:18:18,939 INFO kernel:[ 7.511169] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs >13:18:18,939 INFO kernel:[ 7.513379] device-mapper: uevent: version 1.0.3 >13:18:18,939 INFO kernel:[ 7.513802] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 >13:18:18,939 INFO kernel:[ 7.515112] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >13:18:18,939 INFO kernel:[ 7.517338] cpuidle: using governor ladder >13:18:18,939 INFO kernel:[ 7.518848] cpuidle: using governor menu >13:18:18,939 INFO kernel:[ 7.524963] EFI Variables Facility v0.08 2004-May-17 >13:18:18,939 INFO kernel:[ 7.526699] usbcore: registered new interface driver usbhid >13:18:18,939 INFO kernel:[ 7.526701] usbhid: USB HID core driver >13:18:18,939 INFO kernel:[ 7.527252] drop_monitor: Initializing network drop monitor service >13:18:18,939 INFO kernel:[ 7.527667] ip_tables: (C) 2000-2006 Netfilter Core Team >13:18:18,939 INFO kernel:[ 7.527839] TCP: cubic registered >13:18:18,939 INFO kernel:[ 7.527851] Initializing XFRM netlink socket >13:18:18,939 INFO kernel:[ 7.530058] NET: Registered protocol family 10 >13:18:18,939 INFO kernel:[ 7.532676] mip6: Mobile IPv6 >13:18:18,939 INFO kernel:[ 7.532682] NET: Registered protocol family 17 >13:18:18,939 INFO kernel:[ 7.534230] Using IPI No-Shortcut mode >13:18:18,939 DEBUG kernel:[ 7.535483] PM: Hibernation image not present or could not be loaded. >13:18:18,939 NOTICE kernel:[ 7.535485] Load module verification keys >13:18:18,939 NOTICE kernel:[ 7.535801] Loaded Fedora Project 2b6e19e5 key: 438657d357f68d63b5314a21dad47e942b6e19e5 >13:18:18,939 INFO kernel:[ 7.535934] registered taskstats version 1 >13:18:18,939 INFO kernel:[ 7.542585] Magic number: 12:71:282 >13:18:18,939 INFO kernel:[ 7.542699] tty tty19: hash matches >13:18:18,939 INFO kernel:[ 7.542888] rtc_cmos 00:07: setting system clock to 2012-09-26 13:17:43 UTC (1348665463) >13:18:18,939 INFO kernel:[ 7.598618] ata4.00: ATAPI: HL-DT-ST DVDRAM GSA-U10N, 1.05, max UDMA/33 >13:18:18,939 INFO kernel:[ 7.615552] ata4.00: configured for UDMA/33 >13:18:18,939 INFO kernel:[ 7.713152] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >13:18:18,939 DEBUG kernel:[ 7.729343] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded >13:18:18,939 INFO kernel:[ 7.729347] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out >13:18:18,939 DEBUG kernel:[ 7.729597] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded >13:18:18,939 INFO kernel:[ 7.729601] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out >13:18:18,939 INFO kernel:[ 7.730873] ata1.00: ATA-8: HITACHI HTS722010K9SA00, DC2ZC75A, max UDMA/133 >13:18:18,939 INFO kernel:[ 7.730876] ata1.00: 195371568 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >13:18:18,939 DEBUG kernel:[ 7.741442] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded >13:18:18,939 INFO kernel:[ 7.741445] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out >13:18:18,939 DEBUG kernel:[ 7.741682] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded >13:18:18,939 INFO kernel:[ 7.741686] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out >13:18:18,939 INFO kernel:[ 7.742925] ata1.00: configured for UDMA/133 >13:18:18,939 NOTICE kernel:[ 7.744585] scsi 0:0:0:0: Direct-Access ATA HITACHI HTS72201 DC2Z PQ: 0 ANSI: 5 >13:18:18,939 NOTICE kernel:[ 7.747983] sd 0:0:0:0: [sda] 195371568 512-byte logical blocks: (100 GB/93.1 GiB) >13:18:18,939 NOTICE kernel:[ 7.748979] sd 0:0:0:0: [sda] Write Protect is off >13:18:18,939 DEBUG kernel:[ 7.748982] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >13:18:18,939 NOTICE kernel:[ 7.749078] sd 0:0:0:0: Attached scsi generic sg0 type 0 >13:18:18,939 NOTICE kernel:[ 7.749394] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >13:18:18,939 NOTICE kernel:[ 7.755909] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-U10N 1.05 PQ: 0 ANSI: 5 >13:18:18,939 WARNING kernel:[ 7.764270] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray >13:18:18,939 INFO kernel:[ 7.764285] cdrom: Uniform CD-ROM driver Revision: 3.20 >13:18:18,939 DEBUG kernel:[ 7.766580] sr 3:0:0:0: Attached scsi CD-ROM sr0 >13:18:18,939 NOTICE kernel:[ 7.768093] sr 3:0:0:0: Attached scsi generic sg1 type 5 >13:18:18,939 DEBUG kernel:[ 7.751608] ACPI: Invalid Power Resource to register! >13:18:18,939 DEBUG kernel:[ 7.775047] ACPI: Invalid Power Resource to register!<6>[ 7.956137] usb 1-4: new high-speed USB device number 4 using ehci_hcd >13:18:18,939 INFO kernel:[ 8.070989] usb 1-4: New USB device found, idVendor=04b3, idProduct=4485 >13:18:18,939 INFO kernel:[ 8.070993] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >13:18:18,939 INFO kernel:[ 8.073366] hub 1-4:1.0: USB hub found >13:18:18,939 INFO kernel:[ 8.073669] hub 1-4:1.0: 4 ports detected >13:18:18,939 INFO kernel:[ 8.091389] sda: sda1 sda2 >13:18:18,939 NOTICE kernel:[ 8.095499] sd 0:0:0:0: [sda] Attached SCSI disk >13:18:18,939 INFO kernel:[ 8.095892] Freeing unused kernel memory: 2020k freed >13:18:18,939 INFO kernel:[ 8.097765] Write protecting the kernel text: 6164k >13:18:18,939 INFO kernel:[ 8.098145] Write protecting the kernel read-only data: 2316k >13:18:18,939 INFO kernel:[ 8.233323] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04793/0x300000/0x0, board id: 71, fw id: 67352 >13:18:18,939 INFO kernel:[ 8.233351] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 >13:18:18,939 WARNING kernel:[ 8.268932] service-to-run (70) used greatest stack depth: 6284 bytes left >13:18:18,939 INFO kernel:[ 8.271688] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input4 >13:18:18,939 INFO kernel:[ 8.335081] usb 3-1: new full-speed USB device number 2 using uhci_hcd >13:18:18,939 WARNING kernel:[ 8.391359] systemd-cgroups (85) used greatest stack depth: 5972 bytes left >13:18:18,939 INFO kernel:[ 8.492373] usb 3-1: New USB device found, idVendor=0a5c, idProduct=2110 >13:18:18,939 INFO kernel:[ 8.492385] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >13:18:18,939 INFO kernel:[ 8.492393] usb 3-1: Product: BCM2045B >13:18:18,939 INFO kernel:[ 8.492400] usb 3-1: Manufacturer: Broadcom Corp >13:18:18,939 INFO kernel:[ 8.633609] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >13:18:18,939 INFO kernel:[ 8.719153] usb 3-2: new full-speed USB device number 3 using uhci_hcd >13:18:18,939 INFO kernel:[ 8.882236] usb 3-2: New USB device found, idVendor=0483, idProduct=2016 >13:18:18,939 INFO kernel:[ 8.882241] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >13:18:18,939 INFO kernel:[ 8.882244] usb 3-2: Product: Biometric Coprocessor >13:18:18,939 INFO kernel:[ 8.882246] usb 3-2: Manufacturer: STMicroelectronics >13:18:18,939 INFO kernel:[ 9.048308] squashfs: version 4.0 (2009/01/31) Phillip Lougher >13:18:18,939 INFO kernel:[ 9.075507] alua: device handler registered >13:18:18,939 INFO kernel:[ 9.085866] emc: device handler registered >13:18:18,939 INFO kernel:[ 9.098319] hp_sw: device handler registered >13:18:18,940 INFO kernel:[ 9.111838] rdac: device handler registered >13:18:18,940 INFO kernel:[ 9.174513] usb 1-4.3: new low-speed USB device number 5 using ehci_hcd >13:18:18,940 INFO kernel:[ 9.268697] usb 1-4.3: New USB device found, idVendor=046d, idProduct=c043 >13:18:18,940 INFO kernel:[ 9.268708] usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >13:18:18,940 INFO kernel:[ 9.268716] usb 1-4.3: Product: USB-PS/2 Optical Mouse >13:18:18,940 INFO kernel:[ 9.268723] usb 1-4.3: Manufacturer: Logitech >13:18:18,940 INFO kernel:[ 9.286056] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4.3/1-4.3:1.0/input/input5 >13:18:18,940 INFO kernel:[ 9.294646] hid-generic 0003:046D:C043.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.7-4.3/input0 >13:18:18,940 DEBUG kernel:[ 10.585725] psmouse serio2: hgpk: ID: 10 00 64 >13:18:18,940 INFO kernel:[ 12.145469] floppy0: no floppy controllers found >13:18:18,940 INFO kernel:[ 12.206712] md: raid0 personality registered for level 0 >13:18:18,940 INFO kernel:[ 12.219359] md: raid1 personality registered for level 1 >13:18:18,940 INFO kernel:[ 12.231915] async_tx: api initialized (async) >13:18:18,940 INFO kernel:[ 12.235640] xor: automatically using best checksumming function: >13:18:18,940 INFO kernel:[ 12.245026] pIII_sse : 8444.000 MB/sec >13:18:18,940 WARNING kernel:[ 12.268035] raid6: mmxx1 3074 MB/s >13:18:18,940 WARNING kernel:[ 12.285049] raid6: mmxx2 2511 MB/s >13:18:18,940 WARNING kernel:[ 12.302052] raid6: sse1x1 683 MB/s >13:18:18,940 WARNING kernel:[ 12.319041] raid6: sse1x2 878 MB/s >13:18:18,940 WARNING kernel:[ 12.336036] raid6: sse2x1 1269 MB/s >13:18:18,940 WARNING kernel:[ 12.353062] raid6: sse2x2 1535 MB/s >13:18:18,940 WARNING kernel:[ 12.370151] raid6: int32x1 292 MB/s >13:18:18,940 WARNING kernel:[ 12.387050] raid6: int32x2 238 MB/s >13:18:18,940 WARNING kernel:[ 12.404070] raid6: int32x4 207 MB/s >13:18:18,940 WARNING kernel:[ 12.421043] raid6: int32x8 250 MB/s >13:18:18,940 WARNING kernel:[ 12.421048] raid6: using algorithm mmxx1 (3074 MB/s) >13:18:18,940 WARNING kernel:[ 12.421053] raid6: using ssse3x1 recovery algorithm >13:18:18,940 INFO kernel:[ 12.450206] md: raid6 personality registered for level 6 >13:18:18,940 INFO kernel:[ 12.450210] md: raid5 personality registered for level 5 >13:18:18,940 INFO kernel:[ 12.450213] md: raid4 personality registered for level 4 >13:18:18,940 INFO kernel:[ 12.481000] md: raid10 personality registered for level 10 >13:18:18,940 INFO kernel:[ 12.492354] md: linear personality registered for level -1 >13:18:18,940 INFO kernel:[ 12.539825] device-mapper: multipath: version 1.5.0 loaded >13:18:18,940 INFO kernel:[ 12.551604] device-mapper: multipath round-robin: version 1.0.0 loaded >13:18:18,940 INFO kernel:[ 12.715038] RPC: Registered named UNIX socket transport module. >13:18:18,940 INFO kernel:[ 12.715043] RPC: Registered udp transport module. >13:18:18,940 INFO kernel:[ 12.715045] RPC: Registered tcp transport module. >13:18:18,940 INFO kernel:[ 12.715047] RPC: Registered tcp NFSv4.1 backchannel transport module. >13:18:18,942 WARNING kernel:[ 12.841358] rpc.idmapd (242) used greatest stack depth: 5920 bytes left >13:18:18,942 WARNING kernel:[ 13.562734] udevadm (316) used greatest stack depth: 5012 bytes left >13:18:18,942 INFO kernel:[ 13.652544] wmi: Mapper loaded >13:18:18,942 INFO kernel:[ 13.668276] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k >13:18:18,942 INFO kernel:[ 13.668280] e1000e: Copyright(c) 1999 - 2012 Intel Corporation. >13:18:18,942 DEBUG kernel:[ 13.668547] e1000e 0000:00:19.0: setting latency timer to 64 >13:18:18,942 INFO kernel:[ 13.668848] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >13:18:18,942 DEBUG kernel:[ 13.669064] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X >13:18:18,942 INFO kernel:[ 13.683997] [drm] Initialized drm 1.1.0 20060810 >13:18:18,942 INFO kernel:[ 13.766656] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6] >13:18:18,942 INFO kernel:[ 13.786169] sdhci: Secure Digital Host Controller Interface driver >13:18:18,942 INFO kernel:[ 13.786173] sdhci: Copyright(c) Pierre Ossman >13:18:18,942 INFO kernel:[ 13.889984] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16 >13:18:18,942 INFO kernel:[ 13.889991] yenta_cardbus 0000:15:00.0: Socket status: 30000006 >13:18:18,942 INFO kernel:[ 13.890274] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [io 0x7000-0xafff] >13:18:18,942 INFO kernel:[ 13.890311] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf8300000-0xfbffffff] >13:18:18,942 INFO kernel:[ 13.890352] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf8300000-0xfbffffff: >13:18:18,942 WARNING kernel:[ 13.890638] excluding 0xf8300000-0xf86cffff >13:18:18,942 INFO kernel:[ 13.892670] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf4000000-0xf7ffffff 64bit pref] >13:18:18,942 INFO kernel:[ 13.892711] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4000000-0xf7ffffff: >13:18:18,942 WARNING kernel:[ 13.895344] excluding 0xf4000000-0xf7ffffff >13:18:18,942 INFO kernel:[ 13.897921] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 21) >13:18:18,942 WARNING kernel:[ 13.899734] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it. >13:18:18,942 DEBUG kernel:[ 13.899746] sdhci-pci 0000:15:00.2: setting latency timer to 64 >13:18:18,942 WARNING kernel:[ 13.900897] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it. >13:18:18,942 DEBUG kernel:[ 13.902492] Registered led device: mmc0:: >13:18:18,942 INFO kernel:[ 13.905888] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3 >13:18:18,942 INFO kernel:[ 13.933129] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA >13:18:18,942 DEBUG kernel:[ 13.938827] firewire_ohci 0000:15:00.1: setting latency timer to 64 >13:18:18,942 WARNING kernel:[ 13.966844] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it. >13:18:18,942 NOTICE kernel:[ 13.996629] firewire_ohci 0000:15:00.1: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11 >13:18:18,942 WARNING kernel:[ 14.025478] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it. >13:18:18,942 INFO kernel:[ 14.027619] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:1e:37:1e:1d:ea >13:18:18,942 INFO kernel:[ 14.027623] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection >13:18:18,942 INFO kernel:[ 14.027720] e1000e 0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: FFFFFF-0FF >13:18:18,942 WARNING kernel:[ 14.083660] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it. >13:18:18,942 DEBUG kernel:[ 14.105092] i915 0000:00:02.0: setting latency timer to 64 >13:18:18,942 DEBUG kernel:[ 14.128512] i915 0000:00:02.0: irq 47 for MSI/MSI-X >13:18:18,942 INFO kernel:[ 14.129417] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). >13:18:18,942 INFO kernel:[ 14.129420] [drm] Driver supports precise vblank timestamp query. >13:18:18,942 INFO kernel:[ 14.132299] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem >13:18:18,942 WARNING kernel:[ 14.143732] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it. >13:18:18,942 INFO kernel:[ 14.149712] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6 >13:18:18,942 NOTICE kernel:[ 14.501695] firewire_core 0000:15:00.1: created device fw0: GUID 00061b032a194e41, S400 >13:18:18,942 INFO kernel:[ 14.659332] [drm] initialized overlay support >13:18:18,942 INFO kernel:[ 14.852506] fbcon: inteldrmfb (fb0) is primary device >13:18:18,942 INFO kernel:[ 14.965891] Console: switching to colour frame buffer device 160x64 >13:18:18,942 INFO kernel:[ 14.972548] fb0: inteldrmfb frame buffer device >13:18:18,943 INFO kernel:[ 14.972549] drm: registered panic notifier >13:18:18,943 INFO kernel:[ 15.516144] acpi device:02: registered as cooling_device2 >13:18:18,943 INFO kernel:[ 15.536079] ACPI: Video Device [VID] (multi-head: yes rom: no post: no) >13:18:18,943 INFO kernel:[ 15.540925] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7 >13:18:18,943 INFO kernel:[ 15.548391] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 >13:18:18,943 DEBUG kernel:[ 16.002490] ISO 9660 Extensions: Microsoft Joliet Level 3 >13:18:18,943 DEBUG kernel:[ 16.024569] ISO 9660 Extensions: RRIP_1991A >13:18:18,943 INFO kernel:[ 17.565374] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >13:18:18,943 WARNING kernel:[ 18.523147] systemd-udevd (298) used greatest stack depth: 4248 bytes left >13:18:18,943 DEBUG kernel:[ 23.647982] SELinux: 2048 avtab hash slots, 100875 rules. >13:18:18,943 DEBUG kernel:[ 24.902880] SELinux: 2048 avtab hash slots, 100875 rules. >13:18:18,943 DEBUG kernel:[ 30.414148] SELinux: 9 users, 15 roles, 4233 types, 233 bools, 1 sens, 1024 cats >13:18:18,943 DEBUG kernel:[ 30.414155] SELinux: 83 classes, 100875 rules >13:18:18,943 DEBUG kernel:[ 30.767326] SELinux: Completing initialization. >13:18:18,943 DEBUG kernel:[ 30.767331] SELinux: Setting up existing superblocks. >13:18:18,943 DEBUG kernel:[ 30.767577] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.767705] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.767836] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.767919] SELinux: initialized (dev proc, type proc), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.768211] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 30.768383] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 30.770706] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >13:18:18,943 DEBUG kernel:[ 30.770820] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.783358] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >13:18:18,943 DEBUG kernel:[ 30.783485] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.783563] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 30.783762] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 30.783886] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 30.783985] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.784203] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.790953] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.790984] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 30.791035] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 30.791356] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 30.791523] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.791570] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.791625] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.791819] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.791890] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.791922] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.791946] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.791972] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.792070] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.792189] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.792326] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 30.792550] SELinux: initialized (dev loop0, type squashfs), uses xattr >13:18:18,943 DEBUG kernel:[ 30.793175] SELinux: initialized (dev dm-0, type ext4), uses xattr >13:18:18,943 NOTICE kernel:[ 30.874976] type=1403 audit(1348665486.830:2): policy loaded auid=4294967295 ses=4294967295 >13:18:18,943 DEBUG kernel:[ 35.216534] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >13:18:18,943 DEBUG kernel:[ 35.792641] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 36.014867] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:18:18,943 DEBUG kernel:[ 36.920497] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >13:18:18,943 NOTICE kernel:[ 38.291240] type=1400 audit(1348665494.247:3): avc: denied { create } for pid=503 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >13:18:18,943 NOTICE kernel:[ 38.291890] type=1400 audit(1348665494.247:4): avc: denied { setattr } for pid=503 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=611 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >13:18:18,943 NOTICE kernel:[ 38.293879] type=1400 audit(1348665494.249:5): avc: denied { relabelfrom } for pid=503 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=611 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >13:18:18,943 WARNING kernel:[ 40.937868] thinkpad_acpi: Unknown symbol rfkill_unregister (err 0) >13:18:18,943 WARNING kernel:[ 40.937891] thinkpad_acpi: Unknown symbol snd_ctl_add (err 0) >13:18:18,943 WARNING kernel:[ 40.937906] thinkpad_acpi: Unknown symbol snd_card_register (err 0) >13:18:18,943 WARNING kernel:[ 40.937916] thinkpad_acpi: Unknown symbol snd_card_free (err 0) >13:18:18,943 WARNING kernel:[ 40.937936] thinkpad_acpi: Unknown symbol rfkill_destroy (err 0) >13:18:18,943 WARNING kernel:[ 40.937968] thinkpad_acpi: Unknown symbol snd_ctl_new1 (err 0) >13:18:18,943 WARNING kernel:[ 40.937986] thinkpad_acpi: Unknown symbol rfkill_init_sw_state (err 0) >13:18:18,943 WARNING kernel:[ 40.938208] thinkpad_acpi: Unknown symbol snd_ctl_boolean_mono_info (err 0) >13:18:18,944 WARNING kernel:[ 40.938240] thinkpad_acpi: Unknown symbol snd_ctl_notify (err 0) >13:18:18,944 WARNING kernel:[ 40.938251] thinkpad_acpi: Unknown symbol rfkill_set_hw_state (err 0) >13:18:18,944 WARNING kernel:[ 40.938278] thinkpad_acpi: Unknown symbol rfkill_alloc (err 0) >13:18:18,944 WARNING kernel:[ 40.938311] thinkpad_acpi: Unknown symbol rfkill_register (err 0) >13:18:18,944 WARNING kernel:[ 40.938342] thinkpad_acpi: Unknown symbol snd_card_create (err 0) >13:18:18,944 WARNING kernel:[ 40.938364] thinkpad_acpi: Unknown symbol rfkill_set_sw_state (err 0) >13:18:18,944 WARNING kernel:[ 41.210920] tpm_tis: Unknown symbol tpm_show_owned (err 0) >13:18:18,944 WARNING kernel:[ 41.210937] tpm_tis: Unknown symbol tpm_show_pcrs (err 0) >13:18:18,944 WARNING kernel:[ 41.210951] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >13:18:18,944 WARNING kernel:[ 41.210971] tpm_tis: Unknown symbol tpm_store_cancel (err 0) >13:18:18,944 WARNING kernel:[ 41.210982] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >13:18:18,944 WARNING kernel:[ 41.210998] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >13:18:18,944 WARNING kernel:[ 41.211136] tpm_tis: Unknown symbol tpm_write (err 0) >13:18:18,944 WARNING kernel:[ 41.211147] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >13:18:18,944 WARNING kernel:[ 41.211164] tpm_tis: Unknown symbol tpm_show_enabled (err 0) >13:18:18,944 WARNING kernel:[ 41.211180] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >13:18:18,944 WARNING kernel:[ 41.211194] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >13:18:18,944 WARNING kernel:[ 41.211215] tpm_tis: Unknown symbol tpm_show_caps_1_2 (err 0) >13:18:18,944 WARNING kernel:[ 41.211230] tpm_tis: Unknown symbol tpm_show_pubek (err 0) >13:18:18,944 WARNING kernel:[ 41.211245] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >13:18:18,944 WARNING kernel:[ 41.211259] tpm_tis: Unknown symbol tpm_release (err 0) >13:18:18,944 WARNING kernel:[ 41.211271] tpm_tis: Unknown symbol tpm_show_temp_deactivated (err 0) >13:18:18,944 WARNING kernel:[ 41.211281] tpm_tis: Unknown symbol tpm_show_timeouts (err 0) >13:18:18,944 WARNING kernel:[ 41.211294] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >13:18:18,944 WARNING kernel:[ 41.211306] tpm_tis: Unknown symbol tpm_read (err 0) >13:18:18,944 WARNING kernel:[ 41.211319] tpm_tis: Unknown symbol tpm_show_durations (err 0) >13:18:18,944 WARNING kernel:[ 41.211329] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >13:18:18,944 WARNING kernel:[ 41.211340] tpm_tis: Unknown symbol tpm_open (err 0) >13:18:18,944 WARNING kernel:[ 41.211350] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >13:18:18,944 WARNING kernel:[ 41.211362] tpm_tis: Unknown symbol tpm_show_active (err 0) >13:18:18,944 WARNING kernel:[ 41.218562] tpm_tis: Unknown symbol tpm_show_owned (err 0) >13:18:18,944 WARNING kernel:[ 41.218577] tpm_tis: Unknown symbol tpm_show_pcrs (err 0) >13:18:18,944 WARNING kernel:[ 41.218591] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >13:18:18,944 WARNING kernel:[ 41.218608] tpm_tis: Unknown symbol tpm_store_cancel (err 0) >13:18:18,944 WARNING kernel:[ 41.218619] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >13:18:18,944 WARNING kernel:[ 41.218635] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >13:18:18,944 WARNING kernel:[ 41.218647] tpm_tis: Unknown symbol tpm_write (err 0) >13:18:18,944 WARNING kernel:[ 41.218658] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >13:18:18,944 WARNING kernel:[ 41.218674] tpm_tis: Unknown symbol tpm_show_enabled (err 0) >13:18:18,944 WARNING kernel:[ 41.218690] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >13:18:18,944 WARNING kernel:[ 41.218703] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >13:18:18,944 WARNING kernel:[ 41.218722] tpm_tis: Unknown symbol tpm_show_caps_1_2 (err 0) >13:18:18,944 WARNING kernel:[ 41.218736] tpm_tis: Unknown symbol tpm_show_pubek (err 0) >13:18:18,944 WARNING kernel:[ 41.218751] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >13:18:18,944 WARNING kernel:[ 41.218764] tpm_tis: Unknown symbol tpm_release (err 0) >13:18:18,944 WARNING kernel:[ 41.218776] tpm_tis: Unknown symbol tpm_show_temp_deactivated (err 0) >13:18:18,944 WARNING kernel:[ 41.218787] tpm_tis: Unknown symbol tpm_show_timeouts (err 0) >13:18:18,944 WARNING kernel:[ 41.218799] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >13:18:18,944 WARNING kernel:[ 41.218811] tpm_tis: Unknown symbol tpm_read (err 0) >13:18:18,944 WARNING kernel:[ 41.218823] tpm_tis: Unknown symbol tpm_show_durations (err 0) >13:18:18,944 WARNING kernel:[ 41.218834] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >13:18:18,944 WARNING kernel:[ 41.218844] tpm_tis: Unknown symbol tpm_open (err 0) >13:18:18,944 WARNING kernel:[ 41.218855] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >13:18:18,944 WARNING kernel:[ 41.218867] tpm_tis: Unknown symbol tpm_show_active (err 0) >13:18:18,944 NOTICE kernel:[ 41.300498] type=1400 audit(1348665497.256:6): avc: denied { read } for pid=569 comm="bash" name=".profile" dev="dm-0" ino=600 scontext=system_u:system_r:getty_t:s0 tcontext=system_u:object_r:admin_home_t:s0 tclass=file >13:18:18,944 NOTICE kernel:[ 41.300641] type=1400 audit(1348665497.256:7): avc: denied { open } for pid=569 comm="bash" path="/root/.profile" dev="dm-0" ino=600 scontext=system_u:system_r:getty_t:s0 tcontext=system_u:object_r:admin_home_t:s0 tclass=file >13:18:18,944 WARNING kernel:[ 41.310693] ACPI Warning: 0x00001028-0x0000102f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20120711/utaddress-251) >13:18:18,945 INFO kernel:[ 41.310728] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >13:18:18,945 WARNING kernel:[ 41.310763] ACPI Warning: 0x00001180-0x000011bf SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20120711/utaddress-251) >13:18:18,945 INFO kernel:[ 41.310795] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >13:18:18,945 WARNING kernel:[ 41.310797] lpc_ich: Resource conflict(s) found affecting gpio_ich >13:18:18,945 INFO kernel:[ 42.180790] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt >13:18:18,945 DEBUG kernel:[ 42.798203] r592 0000:15:00.4: setting latency timer to 64 >13:18:18,945 INFO kernel:[ 42.800101] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: >13:18:18,945 WARNING kernel:[ 42.800282] excluding 0xc0000-0xd3fff 0xe0000-0xfffff >13:18:18,945 INFO kernel:[ 42.801175] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: >13:18:18,945 WARNING kernel:[ 42.801657] clean. >13:18:18,945 INFO kernel:[ 42.804837] r592: driver successfully loaded >13:18:18,945 INFO kernel:[ 42.807649] microcode: CPU0 sig=0x6fb, pf=0x80, revision=0xb3 >13:18:18,945 INFO kernel:[ 42.808210] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: >13:18:18,945 WARNING kernel:[ 42.808667] excluding 0x60000000-0x60ffffff >13:18:18,945 INFO kernel:[ 42.813232] parport_pc 00:0b: reported by Plug and Play ACPI >13:18:18,945 INFO kernel:[ 42.813548] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE] >13:18:18,945 NOTICE kernel:[ 42.964792] type=1400 audit(1348665498.920:8): avc: denied { read } for pid=569 comm="bash" name="linux" dev="dm-0" ino=45147 scontext=system_u:system_r:getty_t:s0 tcontext=system_u:object_r:usr_t:s0 tclass=file >13:18:18,945 NOTICE kernel:[ 42.965290] type=1400 audit(1348665498.921:9): avc: denied { open } for pid=569 comm="bash" path="/usr/share/terminfo/l/linux" dev="dm-0" ino=45147 scontext=system_u:system_r:getty_t:s0 tcontext=system_u:object_r:usr_t:s0 tclass=file >13:18:18,945 NOTICE kernel:[ 42.965421] type=1400 audit(1348665498.921:10): avc: denied { getattr } for pid=569 comm="bash" path="/usr/share/terminfo/l/linux" dev="dm-0" ino=45147 scontext=system_u:system_r:getty_t:s0 tcontext=system_u:object_r:usr_t:s0 tclass=file >13:18:19,658 INFO kernel:[ 43.700448] cfg80211: Calling CRDA to update world regulatory domain >13:18:19,903 INFO kernel:[ 43.945626] microcode: CPU1 sig=0x6fb, pf=0x80, revision=0xb3 >13:18:19,911 INFO kernel:[ 43.953688] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >13:18:19,919 ERR systemd-udevd: ctx=0xb8b59418 path=/lib/modules/3.6.0-0.rc6.git0.2.fc18.i686/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >13:18:20,890 INFO kernel:[ 44.932194] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:ds >13:18:20,890 INFO kernel:[ 44.932198] iwl3945: Copyright(c) 2003-2011 Intel Corporation >13:18:20,947 INFO kernel:[ 44.989475] iwl3945 0000:03:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels >13:18:20,947 INFO kernel:[ 44.989479] iwl3945 0000:03:00.0: Detected Intel Wireless WiFi Link 3945ABG >13:18:20,947 DEBUG kernel:[ 44.989803] iwl3945 0000:03:00.0: irq 48 for MSI/MSI-X >13:18:20,951 DEBUG kernel:[ 44.993150] Registered led device: phy0-led >13:18:21,478 DEBUG kernel:[ 45.520826] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs' >13:18:22,166 INFO NetworkManager: <info> NetworkManager (version 0.9.7.0-1.git20120820.fc18) is starting... >13:18:22,173 INFO NetworkManager: <info> Read config file /etc/NetworkManager/NetworkManager.conf >13:18:22,178 INFO NetworkManager: <info> WEXT support is enabled >13:18:22,671 INFO dbus-daemon: dbus[602]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >13:18:22,677 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >13:18:23,720 INFO polkitd: Started polkitd version 0.107 >13:18:23,934 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >13:18:23,940 INFO dbus-daemon: dbus[602]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >13:18:24,071 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >13:18:24,073 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >13:18:24,076 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >13:18:24,080 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >13:18:24,113 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >13:18:24,288 INFO NetworkManager: <info> trying to start the modem manager... >13:18:24,291 NOTICE dbus: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >13:18:24,294 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >13:18:24,297 INFO NetworkManager: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0) (driver iwl3945) >13:18:24,300 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >13:18:24,303 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >13:18:24,306 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >13:18:24,309 INFO NetworkManager: <info> Networking is enabled by state file >13:18:24,312 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >13:18:24,315 INFO NetworkManager: <info> (eth0): carrier is OFF >13:18:24,317 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'e1000e' ifindex: 2) >13:18:24,320 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >13:18:24,323 INFO NetworkManager: <info> (eth0): now managed >13:18:24,326 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >13:18:24,329 INFO NetworkManager: <info> (eth0): bringing up device. >13:18:24,332 INFO dbus-daemon: dbus[602]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >13:18:24,701 DEBUG kernel:[ 48.743769] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X >13:18:24,823 DEBUG kernel:[ 48.865977] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X >13:18:24,828 INFO kernel:[ 48.870693] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready >13:18:24,831 INFO NetworkManager: <info> (eth0): preparing device. >13:18:24,833 INFO NetworkManager: <info> (eth0): deactivating device (reason 'managed') [2] >13:18:24,840 INFO NetworkManager: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:19.0/net/eth0 >13:18:24,844 INFO modem-manager: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >13:18:24,850 INFO dbus-daemon: modem-manager[612]: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >13:18:24,856 INFO NetworkManager: <info> (wlan0): using nl80211 for WiFi device control >13:18:24,866 INFO NetworkManager: <info> (wlan0): new 802.11 WiFi device (driver: 'iwl3945' ifindex: 3) >13:18:24,872 INFO NetworkManager: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/1 >13:18:24,878 INFO NetworkManager: <info> (wlan0): now managed >13:18:24,886 INFO NetworkManager: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >13:18:24,892 INFO NetworkManager: <info> (wlan0): bringing up device. >13:18:24,897 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.ModemManager' >13:18:24,900 INFO dbus-daemon: dbus[602]: [system] Successfully activated service 'org.freedesktop.ModemManager' >13:18:25,098 INFO kernel:[ 49.140695] iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9 >13:18:25,214 INFO kernel:[ 49.256180] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready >13:18:25,218 INFO NetworkManager: <info> (wlan0): preparing device. >13:18:25,219 INFO NetworkManager: <info> (wlan0): deactivating device (reason 'managed') [2] >13:18:25,222 NOTICE dbus: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >13:18:25,225 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >13:18:25,229 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >13:18:25,231 INFO NetworkManager: <info> modem-manager is now available >13:18:25,235 INFO dbus-daemon: dbus[602]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >13:18:27,472 INFO kernel:[ 51.514650] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None >13:18:27,472 INFO kernel:[ 51.514743] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready >13:18:27,474 INFO NetworkManager: <info> (eth0): carrier now ON (device state 20) >13:18:27,476 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >13:18:27,479 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >13:18:27,482 INFO NetworkManager: <info> Activation (eth0) starting connection 'Wired connection 1' >13:18:27,485 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >13:18:27,488 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >13:18:27,491 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >13:18:27,494 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >13:18:27,497 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >13:18:27,500 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >13:18:27,503 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >13:18:27,506 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >13:18:27,509 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >13:18:27,512 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >13:18:27,515 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >13:18:27,518 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >13:18:27,521 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >13:18:28,375 INFO NetworkManager: <info> dhclient started with pid 632 >13:18:28,386 INFO NetworkManager: <info> Activation (eth0) Beginning IP6 addrconf. >13:18:28,393 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >13:18:29,711 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Nokia' >13:18:29,711 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'AnyData' >13:18:29,715 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'ZTE' >13:18:29,718 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Linktop' >13:18:29,721 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Option High-Speed' >13:18:29,723 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Sierra' >13:18:29,726 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Huawei' >13:18:29,729 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Option' >13:18:29,732 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Wavecom' >13:18:29,735 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'SimTech' >13:18:29,738 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Ericsson MBM' >13:18:29,740 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'MotoC' >13:18:29,743 INFO modem-manager: <info> Loaded plugin 'Nokia' >13:18:29,746 INFO modem-manager: <info> Loaded plugin 'AnyData' >13:18:29,749 INFO modem-manager: <info> Loaded plugin 'ZTE' >13:18:29,752 INFO modem-manager: <info> Loaded plugin 'Linktop' >13:18:29,755 INFO modem-manager: <info> Loaded plugin 'Option High-Speed' >13:18:29,758 INFO modem-manager: <info> Loaded plugin 'Sierra' >13:18:29,761 INFO modem-manager: <info> Loaded plugin 'Huawei' >13:18:29,764 INFO modem-manager: <info> Loaded plugin 'Option' >13:18:29,766 INFO modem-manager: <info> Loaded plugin 'Wavecom' >13:18:29,769 INFO modem-manager: <info> Loaded plugin 'SimTech' >13:18:29,772 INFO modem-manager: <info> Loaded plugin 'Ericsson MBM' >13:18:29,775 INFO modem-manager: <info> Loaded plugin 'MotoC' >13:18:29,778 INFO modem-manager: <info> Loaded plugin 'Samsung' >13:18:29,781 INFO modem-manager: <info> Loaded plugin 'Longcheer' >13:18:29,785 INFO modem-manager: <info> Loaded plugin 'Novatel' >13:18:29,788 INFO modem-manager: <info> Loaded plugin 'Gobi' >13:18:29,791 INFO modem-manager: <info> Loaded plugin 'X22X' >13:18:29,800 INFO modem-manager: <info> Loaded plugin 'Cinterion' >13:18:29,803 INFO modem-manager: <info> Loaded plugin 'Iridium' >13:18:29,809 INFO modem-manager: <info> Loaded plugin 'Generic' >13:18:29,813 INFO modem-manager: <info> Successfully loaded 20 plugins >13:18:29,816 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Samsung' >13:18:29,819 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Longcheer' >13:18:29,822 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Novatel' >13:18:29,826 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Gobi' >13:18:29,830 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'X22X' >13:18:29,833 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Cinterion' >13:18:29,836 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Iridium' >13:18:29,840 INFO dbus-daemon: modem-manager[612]: <info> Loaded plugin 'Generic' >13:18:29,843 INFO dbus-daemon: modem-manager[612]: <info> Successfully loaded 20 plugins >13:18:30,246 INFO dbus-daemon: dbus[602]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >13:18:30,255 NOTICE dbus: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >13:18:30,261 INFO systemd: Startup finished in 8s 104ms 322us (kernel) + 23s 588ms 458us (initrd) + 22s 609ms 670us (userspace) = 54s 302ms 450us. >13:18:30,266 INFO NetworkManager: <info> wpa_supplicant started >13:18:30,822 INFO NetworkManager: <info> (wlan0) supports 4 scan SSIDs >13:18:30,826 INFO NetworkManager: <info> (wlan0): supplicant interface state: starting -> ready >13:18:30,829 INFO NetworkManager: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] >13:18:30,832 WARNING NetworkManager: <warn> Trying to remove a non-existant call id. >13:18:30,835 INFO NetworkManager: <info> (wlan0): supplicant interface state: ready -> inactive >13:18:30,838 INFO NetworkManager: <info> (wlan0) supports 4 scan SSIDs >13:18:30,880 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) scheduled... >13:18:30,883 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) started... >13:18:31,067 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >13:18:31,067 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:18:31,073 INFO dhclient: All rights reserved. >13:18:31,078 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:18:31,082 INFO dhclient: >13:18:31,181 INFO dhclient: Listening on LPF/eth0/00:1e:37:1e:1d:ea >13:18:31,184 INFO dhclient: Sending on LPF/eth0/00:1e:37:1e:1d:ea >13:18:31,186 INFO dhclient: Sending on Socket/fallback >13:18:31,189 INFO dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x2fe1e7) >13:18:31,883 INFO NetworkManager: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0] >13:18:31,886 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS. >13:18:31,891 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >13:18:31,897 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) complete. >13:18:31,901 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >13:18:31,907 NOTICE dbus: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >13:18:31,911 INFO dbus-daemon: dbus[602]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >13:18:31,959 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x2fe1e7) >13:18:31,962 INFO dhclient: DHCPOFFER from 10.34.5.253 >13:18:31,970 INFO dhclient: DHCPACK from 10.34.5.252 (xid=0x2fe1e7) >13:18:31,991 INFO dhclient: bound to 10.34.4.246 -- renewal in 40532 seconds. >13:18:31,995 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> bound >13:18:31,999 INFO NetworkManager: <info> address 10.34.4.246 >13:18:32,006 INFO NetworkManager: <info> prefix 23 (255.255.254.0) >13:18:32,010 INFO NetworkManager: <info> gateway 10.34.5.254 >13:18:32,014 INFO NetworkManager: <info> nameserver '10.34.255.7' >13:18:32,017 INFO NetworkManager: <info> nameserver '10.34.255.6' >13:18:32,020 INFO NetworkManager: <info> domain name 'brq.redhat.com' >13:18:32,023 INFO NetworkManager: <info> domain name 'englab.brq.redhat.com' >13:18:32,026 INFO NetworkManager: <info> domain name 'lab.eng.brq.redhat.com' >13:18:32,029 INFO NetworkManager: <info> domain name 'redhat.com' >13:18:32,032 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >13:18:32,035 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >13:18:32,037 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >13:18:32,040 INFO dbus-daemon: dbus[602]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >13:18:33,011 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >13:18:33,025 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >13:18:33,140 INFO dbus-daemon: Failed to issue method call: Unit chronyd.service is not loaded. >13:18:41,002 NOTICE kernel:[ 65.044463] type=1400 audit(1348665521.000:11): avc: denied { append } for pid=661 comm="auditd" path="/tmp/anaconda.log" dev="tmpfs" ino=14567 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:initrc_tmp_t:s0 tclass=file >13:18:41,003 NOTICE kernel:[ 65.045226] type=1400 audit(1348665521.001:12): avc: denied { read write } for pid=661 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=7763 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >13:18:41,010 WARNING kernel:[ 65.052081] auditd (662): /proc/662/oom_adj is deprecated, please use /proc/662/oom_score_adj instead. >13:18:57,748 INFO chrony-helper: tr: write error: Broken pipe >13:18:57,752 INFO chrony-helper: tr: write error >13:18:57,901 INFO chronyd: chronyd version 1.27-git1ca844 starting >13:18:57,901 INFO chronyd: Linux kernel major=3 minor=6 patch=0 >13:18:57,911 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 >13:18:58,369 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >13:18:58,377 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >13:18:58,380 NOTICE NetworkManager: ifcfg-rh: read connection 'System eth0' >13:18:58,388 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >13:18:58,461 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS. >13:19:07,756 INFO kernel:[ 91.798603] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem >13:19:07,766 INFO kernel:[ 91.808882] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >13:19:07,781 DEBUG kernel:[ 91.823496] SELinux: initialized (dev sda1, type ext3), uses xattr >13:19:08,618 INFO kernel:[ 92.660653] EXT4-fs (dm-1): mounting ext3 file system using the ext4 subsystem >13:19:08,642 INFO kernel:[ 92.684090] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >13:19:08,656 DEBUG kernel:[ 92.698723] SELinux: initialized (dev dm-1, type ext3), uses xattr >13:19:11,659 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS. >13:19:12,933 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS. >13:19:23,589 INFO kernel:[ 108.578102] Btrfs loaded >13:19:24,062 INFO kernel:[ 109.051824] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >13:21:12,186 INFO kernel:[ 217.168626] Adding 4063228k swap on /dev/sda2. Priority:-1 extents:1 across:4063228k >13:21:12,458 INFO kernel:[ 217.446052] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null) >13:21:12,458 DEBUG kernel:[ 217.446089] SELinux: initialized (dev sda3, type ext4), uses xattr >13:21:12,595 INFO kernel:[ 217.582749] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >13:21:12,595 DEBUG kernel:[ 217.582766] SELinux: initialized (dev sda1, type ext4), uses xattr >13:21:12,886 DEBUG kernel:[ 217.875701] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:21:13,034 INFO kernel:[ 218.023848] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) >13:21:13,034 DEBUG kernel:[ 218.023866] SELinux: initialized (dev sda5, type ext4), uses xattr >13:23:56,473 DEBUG kernel:[ 381.462033] SELinux: 2048 avtab hash slots, 101633 rules. >13:23:57,810 DEBUG kernel:[ 382.799838] SELinux: 2048 avtab hash slots, 101633 rules. >13:24:04,392 DEBUG kernel:[ 389.380529] SELinux: 9 users, 15 roles, 4240 types, 235 bools, 1 sens, 1024 cats >13:24:04,392 DEBUG kernel:[ 389.380536] SELinux: 83 classes, 101633 rules >13:24:11,387 INFO dbus-daemon: dbus[602]: avc: received policyload notice (seqno=2) >13:24:11,402 INFO dbus: avc: received policyload notice (seqno=2) >13:24:11,406 INFO dbus: avc: received policyload notice (seqno=2) >13:24:11,414 INFO dbus: avc: received policyload notice (seqno=2) >13:24:11,421 NOTICE dbus: [system] Reloaded configuration >13:24:11,428 INFO dbus-daemon: dbus[602]: [system] Reloaded configuration >13:24:14,917 NOTICE sendmail: alias database /etc/aliases rebuilt by root >13:24:14,921 INFO sendmail: /etc/aliases: 76 aliases, longest 10 bytes, 771 bytes total >13:25:36,090 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS. >13:27:22,919 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/sda1 >13:27:22,944 NOTICE 10freedos: debug: /dev/sda1 is not a FAT partition: exiting >13:27:22,955 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/sda1 >13:27:22,980 NOTICE 10qnx: debug: /dev/sda1 is not a QNX4 partition: exiting >13:27:22,991 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/sda1 >13:27:23,010 NOTICE macosx-prober: debug: /dev/sda1 is not an HFS+ partition: exiting >13:27:23,026 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/20microsoft on mounted /dev/sda1 >13:27:23,050 NOTICE 20microsoft: debug: /dev/sda1 is not a MS partition: exiting >13:27:23,064 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/30utility on mounted /dev/sda1 >13:27:23,090 NOTICE 30utility: debug: /dev/sda1 is not a FAT partition: exiting >13:27:23,101 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/sda1 >13:27:23,121 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/70hurd on mounted /dev/sda1 >13:27:23,141 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/80minix on mounted /dev/sda1 >13:27:23,163 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/83haiku on mounted /dev/sda1 >13:27:23,189 NOTICE 83haiku: debug: /dev/sda1 is not a BeFS partition: exiting >13:27:23,200 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/sda1 >13:27:23,237 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/90solaris on mounted /dev/sda1 >13:27:23,278 NOTICE os-prober: debug: /dev/sda2: is active swap >13:27:23,373 NOTICE os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/sda4 >13:27:23,490 ERR kernel:[ 588.479795] EXT4-fs (sda4): unable to read superblock >13:27:23,512 ERR kernel:[ 588.501678] EXT4-fs (sda4): unable to read superblock >13:27:23,526 ERR kernel:[ 588.515928] EXT4-fs (sda4): unable to read superblock >13:27:23,545 WARNING kernel:[ 588.534386] isofs_fill_super: bread failed, dev=sda4, iso_blknum=16, block=32 >13:27:23,562 ERR kernel:[ 588.551681] cramfs: wrong magic >13:27:23,578 ERR kernel:[ 588.567678] SQUASHFS error: Can't find a SQUASHFS superblock on sda4 >13:27:23,607 WARNING kernel:[ 588.596265] XFS (sda4): bad magic number >13:27:23,607 WARNING kernel:[ 588.596270] XFS (sda4): SB validate failed >13:27:23,624 ERR kernel:[ 588.613748] FAT-fs (sda4): invalid media value (0x5a) >13:27:23,624 INFO kernel:[ 588.613753] FAT-fs (sda4): Can't find a valid FAT filesystem >13:27:23,735 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/sda5 >13:27:23,761 NOTICE 10freedos: debug: /dev/sda5 is not a FAT partition: exiting >13:27:23,770 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/sda5 >13:27:23,797 NOTICE 10qnx: debug: /dev/sda5 is not a QNX4 partition: exiting >13:27:23,808 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/sda5 >13:27:23,828 NOTICE macosx-prober: debug: /dev/sda5 is not an HFS+ partition: exiting >13:27:23,835 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/20microsoft on mounted /dev/sda5 >13:27:23,864 NOTICE 20microsoft: debug: /dev/sda5 is not a MS partition: exiting >13:27:23,876 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/30utility on mounted /dev/sda5 >13:27:23,900 NOTICE 30utility: debug: /dev/sda5 is not a FAT partition: exiting >13:27:23,910 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/sda5 >13:27:23,933 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/70hurd on mounted /dev/sda5 >13:27:23,952 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/80minix on mounted /dev/sda5 >13:27:23,975 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/83haiku on mounted /dev/sda5 >13:27:24,000 NOTICE 83haiku: debug: /dev/sda5 is not a BeFS partition: exiting >13:27:24,008 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/sda5 >13:27:24,049 NOTICE os-prober: debug: running /usr/libexec/os-probes/mounted/90solaris on mounted /dev/sda5
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 860791
:
617679
| 617680 |
617681
|
617682
|
617683
|
617684
|
617685
|
617686
|
617687
|
617688
|
617689
|
617690
|
617691
|
617692
|
617693