Anaconda error: IOError: [Errno 2] No such file or directory: ‘/mnt/sysimage/etc/fstab’
Some of you might be thinking why i have created my own script to install the Live CD when we have Anaconda with us ?
Yes you might be thinking right, to fast install the system with better scalability.
And the second thing is the bug in the anaconda version shipped with RHEL 6.9 or Centos 6.9 due to which centos 6.9 live cd was skipped and we have live CDs till 6.8 version.
If you try to install NGEL with anaconda(using liveinst or liveinst –text) then you will encounter below error:
anaconda 13.21.263 exception report Traceback (most recent call first): File "/usr/lib/anaconda/storage/__init__.py", line 2289, in write open(fstab_path, "w").write(fstab) File "/usr/lib/anaconda/storage/__init__.py", line 1226, in write self.fsset.write(instPath) File "/usr/lib/anaconda/livecd.py", line 343, in doPostInstall anaconda.id.storage.write(anaconda.rootPath) File "/usr/lib/anaconda/backend.py", line 229, in doPostInstall anaconda.backend.doPostInstall(anaconda) File "/usr/lib/anaconda/dispatch.py", line 210, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1370, in nextClicked self.anaconda.dispatch.gotoNext() File "/usr/lib/anaconda/iw/progress_gui.py", line 81, in renderCallback self.intf.icw.nextClicked() File "/usr/lib/anaconda/gui.py", line 1391, in handleRenderCallback self.currentWindow.renderCallback() IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/fstab' Local variables in innermost frame: fstab_path: /mnt/sysimage/etc/fstab fstab: # # /etc/fstab # Created by anaconda on Sat Dec 9 11:54:04 2017 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/mapper/vg_nglinux-lv_root / ext4 defaults 1 1 UUID=ddf36d88-1c6a-4299-b70e-7cd141684fe8 /boot ext4 defaults 1 2 /dev/mapper/vg_nglinux-lv_swap swap swap defaults 0 0 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 instPath: /mnt/sysimage self:Anaconda instance, containing members: intf: InstallInterface instance, containing members: intf._initLabelAnswers: {'all': True} intf._warnedUnusedRaidMembers: [] intf.ppw: InstallProgressWindow instance, containing members: intf.ppw.pixmaps: [progress_first.png] intf.ppw.intf: Already dumped (InstallInterface instance) intf.ppw.adbox: EventBox instance, containing members: intf.ppw._updateChange: 0.01 intf.ppw.adpix: Image instance, containing members: intf.ppw._showPercentage: False intf.ppw.infolabel: WrappingLabel instance, containing members: intf.ppw.infolabel.ignoreEvents: 1 intf.ppw.ics: InstallControlState instance, containing members: intf.ppw.ics.prevEnabled: False intf.ppw.ics.cw: InstallControlWindow instance, containing members: intf.ppw.ics.cw.handle: 609 intf.ppw.ics.cw.currentWindow: Already dumped (InstallProgressWindow instance) intf.ppw.ics.cw.mainxml: XML instance, containing members: intf.ppw.ics.cw.window: Window instance, containing members: intf.ppw.ics.cw.installFrame: Frame instance, containing members: intf.ppw.ics.cw.anaconda: Already dumped (Anaconda instance) intf.ppw.ics.cw.reloadRcQueued: 0 intf.ppw.ics.nextEnabled: False intf.ppw.ics.grabNext: True intf.ppw.ics.title: Installing Packages intf.ppw.progress: ProgressBar instance, containing members: intf.anaconda: Already dumped (Anaconda instance) intf.icw: Already dumped (InstallControlWindow instance) intf._inconsistentLVMAnswers: {} updateSrc: None clearPartTypeSystem: None dispatch: Dispatcher instance, containing members: dispatch.step: 36 dispatch.skipSteps: {'upgradecontinue': 1, 'bootloader': 1, 'group-selection': 2, 'findrootparts': 1, 'findinstall': 1, 'language': 2, 'upgradeswapsuggestion': 1, 'partition': 1, 'betanag': 2, 'upgrademount': 1, 'tasksel': 2, 'upgrademigfind': 1, 'addswap': 1, 'upgrademigratefs': 1, 'upgbootloader': 1} dispatch.firstStep: 0 dispatch.anaconda: Already dumped (Anaconda instance) rootPath: /mnt/sysimage id: InstallData instance, containing members: id.firewall: Firewall instance, containing members: id.firewall.portlist: [] id.firewall.servicelist: [] id.firewall.trustdevs: [] id.firewall.enabled: 1 id.anaconda: Already dumped (Anaconda instance) id.instProgress: None id.upgradeRoot: None id.keyboard: Keyboard instance, containing members: id.keyboard.config: [['KEYTABLE="us"\n', 'KEYTABLE', 'us'] , ['MODEL="pc105+inet"\n', 'MODEL', 'pc105+inet'] , ['LAYOUT="us"\n', 'LAYOUT', 'us'] , ['KEYBOARDTYPE="pc"\n', 'KEYBOARDTYPE', 'pc'] ] id.keyboard.type: PC id.keyboard._mods: KeyboardModels instance, containing members: id.keyboard._mods._modelDict: Skipped id.keyboard.beenset: 1 id.timezone: Timezone instance, containing members: id.timezone.utc: True id.timezone.tz: America/New_York id.backend: LiveCDCopyBackend instance, containing members: id.backend.modeText: Skipped id.backend.instPath: /mnt/sysimage id.backend.skipFormatRoot: True id.backend.instLog: None id.backend.supportsUpgrades: False id.backend._loopbackFile: None id.backend.rootFsType: ext4 id.backend.osimg: //dev/mapper/live-osimg-min id.backend.supportsPackageSelection: False id.upgrade: None id.monitor: None id.escrowCertificates: {} id.storage: Storage instance, containing members: id.storage.clearPartType: 0 id.storage.clearPartChoice: replace id.storage.ignoredDisks: [] id.storage.devicetree: DeviceTree instance, containing members: id.storage.devicetree.clearPartType: 2 id.storage.devicetree.intf: Already dumped (InstallInterface instance) id.storage.devicetree.populated: True id.storage.devicetree.cdl: False id.storage.devicetree.zeroMbr: None id.storage.devicetree.dasd: DASD instance, containing members: id.storage.devicetree.dasd.dasdfmt: /sbin/dasdfmt id.storage.devicetree.dasd.commonArgv: [-y, -d, cdl, -b, 4096] id.storage.devicetree.dasd.started: True id.storage.devicetree.dasd.totalCylinders: 0 id.storage.devicetree.dasd._maxFormatJobs: 0 id.storage.devicetree.dasd._devices: [] id.storage.devicetree.dasd._completedCylinders: 0.0 id.storage.devicetree.dasd._ldldasdlist: [] id.storage.devicetree.dasd._dasdlist: [] id.storage.devicetree._devices: [DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 2 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- 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 = origPartedDisk = partedDevice = removable = False partedDevice = , OpticalDevice instance, containing members: _model: VMware_Virtual_IDE_CDROM_Drive fstabComment: Skipped major: 11 kids: 0 _partedDevice: parted.Device instance -- model: NECVMWar VMware IDE CDR10 path: /dev/sr0 type: 1 sectorSize: 2048 physicalSectorSize: 2048 length: 978857 openCount: 0 readOnly: True externalMode: False dirty: False bootDirty: False host: 2 did: 0 busy: True hardwareGeometry: (60, 255, 63) biosGeometry: (60, 255, 63) PedDevice: <_ped.Device object at 0x9a9e3ec> uuid: None exists: True _format: Iso9660FS instance, containing members: _format.uuid: None _format.exists: True _format._mountpoint: None _format._majorminor: 011000 _format._minInstanceSize: None _format._mountType: iso9660 _format.fsprofile: None _format.label: nglinux _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:07.1/host1/target1:0:0/1:0:0:0/block/sr0 immutable: None _vendor: None _name: sr0 _targetSize: 0 protected: True parents: [] originalFormat: Already dumped (Iso9660FS instance) bus: Skipped _size: 1911.83007812 _serial: None id: 3 minor: 0 , PartitionDevice instance (0x9bb654c) -- name = sda2 status = True parents = [ ] kids = 1 id = 4 uuid = None format = size = 19979.0 major = 0 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda/sda2 partedDevice = target size = 1 path = /dev/sda2 format args = [] originalFormat = LVMPhysicalVolume instance (0x9bb4ecc) -- type = lvmpv name = physical volume (LVM) status = None device = /dev/sda2 uuid = zR3Yo0-6UTi-QG5L-S90f-2dD3-4hSZ-Sn7YrP exists = True options = None supported = True formattable = True resizable = False vgName = None vgUUID = None peStart = 1.0 grow = True max size = 0 bootable = False part type = 0 primary = False partedPartition = disk = start = 1026048 end = 41943039 length = 40916992 flags = lvm , PartitionDevice instance (0x9bb6fec) -- name = sda1 status = True parents = [ ] kids = 0 id = 5 uuid = None format = size = 500.0 major = 0 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 partedDevice = target size = 500 path = /dev/sda1 format args = [] originalFormat = Ext4FS instance (0x9bb4e4c) -- type = ext4 name = ext4 status = True device = /dev/sda1 uuid = ddf36d88-1c6a-4299-b70e-7cd141684fe8 exists = True options = defaults supported = True formattable = True resizable = True mountpoint = /boot mountopts = None label = None size = 0 targetSize = 0 grow = False max size = 0 bootable = True part type = 0 primary = False partedPartition = disk = start = 2048 end = 1026047 length = 1024000 flags = boot , LVMVolumeGroupDevice instance (0x9bb416c) -- name = vg_nglinux status = True parents = [ ] kids = 2 id = 6 uuid = None format = size = 19976 major = 0 minor = 0 exists = True sysfs path = partedDevice = None target size = 0 path = /dev/mapper/vg_nglinux format args = [] originalFormat = DeviceFormat instance (0x9baffcc) -- type = None name = Unknown status = None device = /dev/mapper/vg_nglinux uuid = None exists = None options = None supported = False formattable = False resizable = False target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 PE Free = 0 PV Count = 1 LV Names = [] modified = False extents = 4994.0 free space = 0 free extents = 0.0 reserved percent = 0 reserved space = 0 PVs = [ ] LVs = [ , ] , LVMLogicalVolumeDevice instance (0x9a9604c) -- name = vg_nglinux-lv_root status = True parents = [ ] kids = 0 id = 7 uuid = None format = size = 17960.0 major = 0 minor = 0 exists = True sysfs path = /devices/virtual/block/dm-2 partedDevice = target size = 17960 path = /dev/mapper/vg_nglinux-lv_root format args = [] originalFormat = Ext4FS instance (0x9a9198c) -- type = ext4 name = ext4 status = True device = /dev/mapper/vg_nglinux-lv_root uuid = cfd93915-eb7c-4584-9e67-130d7b477b87 exists = True options = defaults supported = True formattable = True resizable = True mountpoint = / mountopts = None label = None size = 0 targetSize = 0 target = None dmUuid = None VG device = percent = 0 segment type = linear copies = 1 snapshot total = 0MB VG space used = 17960MB , LVMLogicalVolumeDevice instance (0x9a963ac) -- name = vg_nglinux-lv_swap status = False parents = [ ] kids = 0 id = 8 uuid = None format = size = 2016.0 major = 0 minor = 0 exists = True sysfs path = /devices/virtual/block/dm-3 partedDevice = target size = 2016 path = /dev/mapper/vg_nglinux-lv_swap format args = [] originalFormat = SwapSpace instance (0x9a962ac) -- type = swap name = swap status = False device = /dev/mapper/vg_nglinux-lv_swap uuid = 0c829573-23b9-4696-a3fa-ee23410d8833 exists = True options = supported = True formattable = True resizable = False priority = None label = None target = None dmUuid = None VG device = percent = 0 segment type = linear copies = 1 snapshot total = 0MB VG space used = 2016MB ] id.storage.devicetree.clearPartDisks: [] id.storage.devicetree.iscsi: iscsi instance, containing members: id.storage.devicetree.iscsi.initiatorSet: False id.storage.devicetree.iscsi.ifaces: {} id.storage.devicetree.iscsi.started: False id.storage.devicetree.iscsi._initiator: Skipped id.storage.devicetree.iscsi.discovered_targets: {} id.storage.devicetree.iscsi.ibftNodes: [] id.storage.devicetree.platform: X86 instance, containing members: id.storage.devicetree.platform._disklabel_types: [msdos, gpt] id.storage.devicetree.platform.anaconda: None id.storage.devicetree.exclusiveDisks: [] id.storage.devicetree.unusedRaidMembers: [] id.storage.devicetree.mpathFriendlyNames: True id.storage.devicetree._ignoredDisks: [loop3, live-osimg-min] id.storage.devicetree._actions: [ActionDestroyFormat instance, containing members: device: Already dumped (DiskDevice instance) origFormat: DeviceFormat instance (0x9a988cc) -- type = None name = Unknown status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = False resizable = False , ActionCreateFormat instance, containing members: device: Already dumped (DiskDevice instance) origFormat: DeviceFormat instance (0x9bb080c) -- type = None name = Unknown status = False device = /dev/sda uuid = None exists = True options = None supported = False formattable = False resizable = False , ActionCreateDevice instance, containing members: device: Already dumped (PartitionDevice instance) , ActionCreateFormat instance, containing members: device: Already dumped (PartitionDevice instance) origFormat: DeviceFormat instance (0x9bdb82c) -- type = None name = Unknown status = None device = None uuid = None exists = None options = None supported = False formattable = False resizable = False , ActionCreateDevice instance, containing members: device: Already dumped (PartitionDevice instance) , ActionCreateFormat instance, containing members: device: Already dumped (PartitionDevice instance) origFormat: DeviceFormat instance (0x9bb4eac) -- type = None name = Unknown status = None device = None uuid = None exists = None options = None supported = False formattable = False resizable = False , ActionCreateDevice instance, containing members: device: Already dumped (LVMVolumeGroupDevice instance) , ActionCreateDevice instance, containing members: device: Already dumped (LVMLogicalVolumeDevice instance) , ActionCreateFormat instance, containing members: device: Already dumped (LVMLogicalVolumeDevice instance) origFormat: DeviceFormat instance (0x9a9636c) -- type = None name = Unknown status = None device = None uuid = None exists = None options = None supported = False formattable = False resizable = False , ActionCreateDevice instance, containing members: device: Already dumped (LVMLogicalVolumeDevice instance) , ActionCreateFormat instance, containing members: device: Already dumped (LVMLogicalVolumeDevice instance) origFormat: DeviceFormat instance (0x9a9622c) -- type = None name = Unknown status = None device = None uuid = None exists = None options = None supported = False formattable = False resizable = False ] id.storage.devicetree.reinitializeDisks: False id.storage.devicetree.protectedDevNames: [sr0, sr0] id.storage.devicetree.protectedDevSpecs: [sr0] id.storage.fsset: FSSet instance, containing members: id.storage.fsset.origFStab: None id.storage.fsset.devicetree: Already dumped (DeviceTree instance) id.storage.fsset.preserveLines: [] id.storage.fsset.rootpath: /mnt/sysimage id.storage.fsset._devshm: NoDevice instance, containing members: id.storage.fsset._devshm._model: Skipped id.storage.fsset._devshm.fstabComment: Skipped id.storage.fsset._devshm.major: 0 id.storage.fsset._devshm.kids: 0 id.storage.fsset._devshm._partedDevice: None id.storage.fsset._devshm.uuid: None id.storage.fsset._devshm.exists: None id.storage.fsset._devshm._format: TmpFS instance, containing members: id.storage.fsset._devshm._format.uuid: None id.storage.fsset._devshm._format.exists: True id.storage.fsset._devshm._format._mountpoint: /mnt/sysimage/dev/shm id.storage.fsset._devshm._format._majorminor: None id.storage.fsset._devshm._format._minInstanceSize: None id.storage.fsset._devshm._format._mountType: tmpfs id.storage.fsset._devshm._format.fsprofile: None id.storage.fsset._devshm._format.label: None id.storage.fsset._devshm._format._targetSize: 0 id.storage.fsset._devshm._format._size: 0 id.storage.fsset._devshm._format.mountopts: None id.storage.fsset._devshm._format.mountpoint: /dev/shm id.storage.fsset._devshm._format._migrate: False id.storage.fsset._devshm._format._device: tmpfs id.storage.fsset._devshm.sysfsPath: Skipped id.storage.fsset._devshm.immutable: None id.storage.fsset._devshm._vendor: Skipped id.storage.fsset._devshm._name: tmpfs id.storage.fsset._devshm._targetSize: 0 id.storage.fsset._devshm.protected: False id.storage.fsset._devshm.parents: [] id.storage.fsset._devshm.originalFormat: Already dumped (TmpFS instance) id.storage.fsset._devshm.bus: Skipped id.storage.fsset._devshm._size: 0 id.storage.fsset._devshm._serial: None id.storage.fsset._devshm.id: 10 id.storage.fsset._devshm.minor: 0 id.storage.fsset._dev: DirectoryDevice instance, containing members: id.storage.fsset._dev._model: Skipped id.storage.fsset._dev.fstabComment: Skipped id.storage.fsset._dev.major: 0 id.storage.fsset._dev.kids: 0 id.storage.fsset._dev._partedDevice: None id.storage.fsset._dev.uuid: None id.storage.fsset._dev.exists: True id.storage.fsset._dev._format: BindFS instance, containing members: id.storage.fsset._dev._format.uuid: None id.storage.fsset._dev._format.exists: True id.storage.fsset._dev._format._mountpoint: /mnt/sysimage/dev id.storage.fsset._dev._format._majorminor: None id.storage.fsset._dev._format._minInstanceSize: None id.storage.fsset._dev._format._mountType: bind id.storage.fsset._dev._format.fsprofile: None id.storage.fsset._dev._format.label: None id.storage.fsset._dev._format._targetSize: 0 id.storage.fsset._dev._format._size: 0 id.storage.fsset._dev._format.mountopts: None id.storage.fsset._dev._format.mountpoint: /dev id.storage.fsset._dev._format._migrate: False id.storage.fsset._dev._format._device: //dev id.storage.fsset._dev.sysfsPath: Skipped id.storage.fsset._dev.immutable: None id.storage.fsset._dev._vendor: Skipped id.storage.fsset._dev._name: /dev id.storage.fsset._dev._targetSize: 0 id.storage.fsset._dev.protected: False id.storage.fsset._dev.parents: [] id.storage.fsset._dev.originalFormat: Already dumped (BindFS instance) id.storage.fsset._dev.bus: Skipped id.storage.fsset._dev._size: 0 id.storage.fsset._dev._serial: None id.storage.fsset._dev.id: 9 id.storage.fsset._dev.minor: 0 id.storage.fsset.blkidTab: None id.storage.fsset._proc: NoDevice instance, containing members: id.storage.fsset._proc._model: Skipped id.storage.fsset._proc.fstabComment: Skipped id.storage.fsset._proc.major: 0 id.storage.fsset._proc.kids: 0 id.storage.fsset._proc._partedDevice: None id.storage.fsset._proc.uuid: None id.storage.fsset._proc.exists: None id.storage.fsset._proc._format: ProcFS instance, containing members: id.storage.fsset._proc._format.uuid: None id.storage.fsset._proc._format.exists: True id.storage.fsset._proc._format._mountpoint: /mnt/sysimage/proc id.storage.fsset._proc._format._majorminor: None id.storage.fsset._proc._format._minInstanceSize: None id.storage.fsset._proc._format._mountType: proc id.storage.fsset._proc._format.fsprofile: None id.storage.fsset._proc._format.label: None id.storage.fsset._proc._format._targetSize: 0 id.storage.fsset._proc._format._size: 0 id.storage.fsset._proc._format.mountopts: None id.storage.fsset._proc._format.mountpoint: /proc id.storage.fsset._proc._format._migrate: False id.storage.fsset._proc._format._device: proc id.storage.fsset._proc.sysfsPath: Skipped id.storage.fsset._proc.immutable: None id.storage.fsset._proc._vendor: Skipped id.storage.fsset._proc._name: proc id.storage.fsset._proc._targetSize: 0 id.storage.fsset._proc.protected: False id.storage.fsset._proc.parents: [] id.storage.fsset._proc.originalFormat: Already dumped (ProcFS instance) id.storage.fsset._proc.bus: Skipped id.storage.fsset._proc._size: 0 id.storage.fsset._proc._serial: None id.storage.fsset._proc.id: 13 id.storage.fsset._proc.minor: 0 id.storage.fsset.active: True id.storage.fsset.cryptTab: None id.storage.fsset._devpts: NoDevice instance, containing members: id.storage.fsset._devpts._model: Skipped id.storage.fsset._devpts.fstabComment: Skipped id.storage.fsset._devpts.major: 0 id.storage.fsset._devpts.kids: 0 id.storage.fsset._devpts._partedDevice: None id.storage.fsset._devpts.uuid: None id.storage.fsset._devpts.exists: None id.storage.fsset._devpts._format: DevPtsFS instance, containing members: id.storage.fsset._devpts._format.uuid: None id.storage.fsset._devpts._format.exists: True id.storage.fsset._devpts._format._mountpoint: /mnt/sysimage/dev/pts id.storage.fsset._devpts._format._majorminor: None id.storage.fsset._devpts._format._minInstanceSize: None id.storage.fsset._devpts._format._mountType: devpts id.storage.fsset._devpts._format.fsprofile: None id.storage.fsset._devpts._format.label: None id.storage.fsset._devpts._format._targetSize: 0 id.storage.fsset._devpts._format._size: 0 id.storage.fsset._devpts._format.mountopts: None id.storage.fsset._devpts._format.mountpoint: /dev/pts id.storage.fsset._devpts._format._migrate: False id.storage.fsset._devpts._format._device: devpts id.storage.fsset._devpts.sysfsPath: Skipped id.storage.fsset._devpts.immutable: None id.storage.fsset._devpts._vendor: Skipped id.storage.fsset._devpts._name: devpts id.storage.fsset._devpts._targetSize: 0 id.storage.fsset._devpts.protected: False id.storage.fsset._devpts.parents: [] id.storage.fsset._devpts.originalFormat: Already dumped (DevPtsFS instance) id.storage.fsset._devpts.bus: Skipped id.storage.fsset._devpts._size: 0 id.storage.fsset._devpts._serial: None id.storage.fsset._devpts.id: 11 id.storage.fsset._devpts.minor: 0 id.storage.fsset._sysfs: NoDevice instance, containing members: id.storage.fsset._sysfs._model: Skipped id.storage.fsset._sysfs.fstabComment: Skipped id.storage.fsset._sysfs.major: 0 id.storage.fsset._sysfs.kids: 0 id.storage.fsset._sysfs._partedDevice: None id.storage.fsset._sysfs.uuid: None id.storage.fsset._sysfs.exists: None id.storage.fsset._sysfs._format: SysFS instance, containing members: id.storage.fsset._sysfs._format.uuid: None id.storage.fsset._sysfs._format.exists: True id.storage.fsset._sysfs._format._mountpoint: /mnt/sysimage/sys id.storage.fsset._sysfs._format._majorminor: None id.storage.fsset._sysfs._format._minInstanceSize: None id.storage.fsset._sysfs._format._mountType: sysfs id.storage.fsset._sysfs._format.fsprofile: None id.storage.fsset._sysfs._format.label: None id.storage.fsset._sysfs._format._targetSize: 0 id.storage.fsset._sysfs._format._size: 0 id.storage.fsset._sysfs._format.mountopts: None id.storage.fsset._sysfs._format.mountpoint: /sys id.storage.fsset._sysfs._format._migrate: False id.storage.fsset._sysfs._format._device: sysfs id.storage.fsset._sysfs.sysfsPath: Skipped id.storage.fsset._sysfs.immutable: None id.storage.fsset._sysfs._vendor: Skipped id.storage.fsset._sysfs._name: sysfs id.storage.fsset._sysfs._targetSize: 0 id.storage.fsset._sysfs.protected: False id.storage.fsset._sysfs.parents: [] id.storage.fsset._sysfs.originalFormat: Already dumped (SysFS instance) id.storage.fsset._sysfs.bus: Skipped id.storage.fsset._sysfs._size: 0 id.storage.fsset._sysfs._serial: None id.storage.fsset._sysfs.id: 12 id.storage.fsset._sysfs.minor: 0 id.storage.anaconda: Already dumped (Anaconda instance) id.storage.zeroMbr: None id.storage.clearPartDisks: [sda] id.storage.autoPartEscrowCert: None id.storage.dasd: Already dumped (DASD instance) id.storage.autoPartAddBackupPassphrase: False id.storage.ignoreDiskInteractive: False id.storage.cdl: False id.storage.retrofitPassphrase: False id.storage.eddDict: {} id.storage.zfcp: ZFCP instance, containing members: id.storage.zfcp.down: False id.storage.zfcp.hasReadConfig: True id.storage.zfcp.intf: Already dumped (InstallInterface instance) id.storage.zfcp.fcpdevs: set([]) id.storage.exclusiveDisks: [] id.storage.defaultFSType: ext4 id.storage._dumpFile: /tmp/storage.state id.storage.services: set([]) id.storage.mpathFriendlyNames: True id.storage.encryptionPassphrase: Skipped id.storage.encryptionCipher: None id.storage.encryptionRetrofit: False id.storage._nextID: 2 id.storage.reinitializeDisks: False id.storage.defaultBootFSType: ext4 id.storage.fcoe: fcoe instance, containing members: id.storage.fcoe.started: True id.storage.fcoe.nics: [] id.storage.fcoe.lldpadStarted: False id.storage.fcoe.ksnics: [] id.storage.autoPartitionRequests: [PartSpec instance (0x9730fec) -- mountpoint = / asVol = True singlePV = False weight = 0 fstype = ext4 size = 1024 maxSize = 51200 grow = True , PartSpec instance (0x97305ac) -- mountpoint = /home asVol = True singlePV = False weight = 0 fstype = ext4 size = 100 maxSize = None grow = True , PartSpec instance (0x9730fcc) -- mountpoint = /boot asVol = False singlePV = False weight = 2000 fstype = ext4 size = 500 maxSize = None grow = False , PartSpec instance (0x9730eec) -- mountpoint = None asVol = True singlePV = False weight = 0 fstype = swap size = 2016 maxSize = 2016 grow = True ] id.storage.doAutoPart: True id.storage.protectedDevSpecs: [sr0] id.storage.iscsi: Already dumped (iscsi instance) id.storage.encryptedAutoPart: False id.desktop: Desktop instance, containing members: id.desktop.info: {} id.desktop.runlevel: 3 id.rootParts: None id.x_already_set: 1 id.firstboot: 0 id.users: None id.displayMode: g id.auth: --enableshadow --passalgo=sha512 id.simpleFilter: True id.ksdata: None id.bootloader: x86BootloaderInfo instance, containing members: id.bootloader._configdir: /boot/grub id.bootloader.doUpgradeOnly: 0 id.bootloader.above1024: 0 id.bootloader.defaultDevice: mbr id.bootloader.pure: None id.bootloader.kickstart: 0 id.bootloader._drivelist: [sda] id.bootloader.storage: Already dumped (Storage instance) id.bootloader._efiProductPath: None id.bootloader.args: KernelArguments instance, containing members: id.bootloader.args.args: set([]) id.bootloader.args.appendArgs: set([]) id.bootloader.args.id: Already dumped (InstallData instance) id.bootloader.kernelLocation: /boot/ id.bootloader.timeout: 5 id.bootloader._configname: grub.conf id.bootloader.device: sda id.bootloader.serialOptions: None id.bootloader.useGrubVal: 1 id.bootloader.serialDevice: None id.bootloader.images: BootImages instance, containing members: id.bootloader.images.default: vg_nglinux-lv_root id.bootloader.images.images: {'vg_nglinux-lv_root': ('linux', 'anaconda bluesky', 'ext4') } id.bootloader.serial: 0 id.bootloader.password: None id.bootloader._trusted_boot: False id.extraModules: [] id.network: Network instance, containing members: id.network.netdevices: {} id.network.ksdevice: None id.network.overrideDHCPhostname: False id.network.hostname: nglinux id.instClass: DefaultInstall instance, containing members: id.isHeadless: 0 id.videocard: None id.instLanguage: Language instance, containing members: id.instLanguage.info: Skipped id.instLanguage.nativeLangNames: Skipped id.instLanguage._instLang: en_US.UTF-8 id.instLanguage.displayMode: g id.instLanguage._systemLang: en_US.UTF-8 id.instLanguage._default: en_US.UTF-8 id.instLanguage.localeInfo: Skipped id.rootPassword: Skipped id.security: Security instance, containing members: id.security.selinux: 1 id.upgradeSwapInfo: None backend: Already dumped (LiveCDCopyBackend instance) mediaDevice: None methodstr: livecd:///dev/mapper/live-osimg-min proxyPassword: None platform: X86 instance, containing members: platform._disklabel_types: [msdos, gpt] platform.anaconda: Already dumped (Anaconda instance) canReIPL: False xdriver: None stage2: None rescue_mount: True rescue: False proxyUsername: None mehConfig: Config instance, containing members: mehConfig.programName: anaconda mehConfig.programVersion: 13.21.263 mehConfig.attrSkipList: [backend.ayum, backend.dlpkgs, id.accounts, id.bootloader.password, id.comps, id.dispatch, id.hdList, id.ksdata, id.instLanguage.font, id.instLanguage.kbd, id.instLanguage.info, id.instLanguage.localeInfo, id.instLanguage.nativeLangNames, id.instLanguage.tz, id.keyboard._mods._modelDict, id.keyboard.modelDict, id.storage.encryptionPassphrase, id.rootPassword, id.tmpData, intf.icw.buff, intf.icw.currentWindow.storage.encryptionPassphrase, intf.icw.stockButtons] mehConfig.localSkipList: [passphrase, password] mehConfig.fileList: [/tmp/anaconda.log, /tmp/lvmout, /tmp/resize.out, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /var/log/dmesg] clearPartTypeSelection: None reIPLMessage: None isKickstart: False dir: 1 proxy: None /tmp/anaconda.log: 08:49:37,199 INFO : CentOS Linux is the highest priority installclass, using it 08:49:37,201 INFO : created new libuser.conf at /tmp/libuser.JN4VWq with instPath="/mnt/sysimage" 08:49:37,202 INFO : anaconda called with cmdline = ['/usr/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] 08:49:37,202 INFO : Display mode = g 08:49:37,202 INFO : Default encoding = ascii 08:49:37,202 INFO : Starting graphical installation. 08:49:37,583 INFO : Network.update(): /etc/sysconfig/network-scripts/ifcfg-eth1 file not found 08:49:37,592 INFO : Network.update(): /etc/sysconfig/network-scripts/ifcfg-eth1 file not found 08:49:37,597 INFO : Detected 1008M of memory 08:49:37,597 INFO : Swap attempt of 2016M 08:49:37,637 WARNING : step installtype does not exist 08:49:37,637 WARNING : step confirminstall does not exist 08:49:37,637 WARNING : step complete does not exist 08:49:37,687 INFO : moving (1) to step welcome 08:49:39,910 INFO : leaving (1) step welcome 08:49:39,910 INFO : moving (1) to step keyboard 08:49:41,225 INFO : leaving (1) step keyboard 08:49:41,231 INFO : moving (1) to step filtertype 08:49:44,533 INFO : leaving (1) step filtertype 08:49:44,533 INFO : moving (1) to step filter 08:49:44,538 INFO : leaving (1) step filter 08:49:44,538 INFO : moving (1) to step storageinit 08:49:44,538 DEBUG : storageinit is a direct step 08:49:45,728 WARNING : '/usr/libexec/fcoe/fcoe_edd.sh' specified as full path 08:49:45,863 INFO : No FCoE EDD info found: No FCoE boot disk information is found in EDD! 08:49:45,866 INFO : no /etc/zfcp.conf; not configuring zfcp 08:49:49,117 INFO : leaving (1) step storageinit 08:49:49,118 INFO : moving (1) to step network 08:49:49,418 DEBUG : Exception caught trying to get host name of 192.168.253.136: [Errno 1] Unknown host 08:49:51,122 INFO : setting installation environment hostname to nglinux 08:49:51,136 INFO : leaving (1) step network 08:49:51,137 INFO : moving (1) to step timezone 08:49:52,146 INFO : leaving (1) step timezone 08:49:52,146 INFO : moving (1) to step accounts 08:49:59,646 INFO : leaving (1) step accounts 08:49:59,646 INFO : moving (1) to step setuptime 08:49:59,647 DEBUG : setuptime is a direct step 11:49:59,652 WARNING : '/usr/sbin/hwclock' specified as full path 11:50:00,014 INFO : leaving (1) step setuptime 11:50:00,015 INFO : moving (1) to step parttype 11:50:02,230 INFO : UI not asking about disk initialization, using cached answer: True 11:50:02,653 WARNING : step complete does not exist 11:50:02,654 INFO : leaving (1) step parttype 11:50:02,654 INFO : moving (1) to step cleardiskssel 11:50:02,658 INFO : leaving (1) step cleardiskssel 11:50:02,658 INFO : moving (1) to step autopartitionexecute 11:50:02,659 DEBUG : autopartitionexecute is a direct step 11:50:02,670 INFO : Detected 1008M of memory 11:50:02,670 INFO : Swap attempt of 2016M 11:50:02,861 INFO : leaving (1) step autopartitionexecute 11:50:02,861 INFO : moving (1) to step storagedone 11:50:02,862 DEBUG : storagedone is a direct step 11:50:04,278 INFO : leaving (1) step storagedone 11:50:04,278 INFO : moving (1) to step enablefilesystems 11:50:04,279 DEBUG : enablefilesystems is a direct step 11:50:08,708 DEBUG : notifying kernel of 'change' event on device /sys/class/block/sda1 11:50:10,352 DEBUG : notifying kernel of 'change' event on device /sys/class/block/sda2 11:50:16,108 DEBUG : notifying kernel of 'change' event on device /sys/class/block/dm-2 11:50:19,942 DEBUG : isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage/boot as ext4 with options defaults 11:50:20,591 DEBUG : isys.py:mount()- going to mount //dev on /mnt/sysimage/dev as bind with options defaults,bind 11:50:20,612 DEBUG : isys.py:mount()- going to mount devpts on /mnt/sysimage/dev/pts as devpts with options gid=5,mode=620 11:50:20,625 DEBUG : isys.py:mount()- going to mount tmpfs on /mnt/sysimage/dev/shm as tmpfs with options defaults 11:50:20,685 INFO : failed to get default SELinux context for /proc: [Errno 2] No such file or directory 11:50:20,685 DEBUG : isys.py:mount()- going to mount proc on /mnt/sysimage/proc as proc with options defaults 11:50:20,694 INFO : failed to get default SELinux context for /proc: [Errno 2] No such file or directory 11:50:20,698 DEBUG : isys.py:mount()- going to mount sysfs on /mnt/sysimage/sys as sysfs with options defaults 11:50:20,709 INFO : leaving (1) step enablefilesystems 11:50:20,709 INFO : moving (1) to step bootloadersetup 11:50:20,709 DEBUG : bootloadersetup is a direct step 11:50:20,712 WARNING : '/usr/sbin/dmidecode' specified as full path 11:50:20,728 INFO : leaving (1) step bootloadersetup 11:50:20,728 INFO : moving (1) to step reposetup 11:50:20,728 DEBUG : reposetup is a direct step 11:50:20,744 INFO : leaving (1) step reposetup 11:50:20,744 INFO : moving (1) to step basepkgsel 11:50:20,744 DEBUG : basepkgsel is a direct step 11:50:20,744 INFO : leaving (1) step basepkgsel 11:50:20,745 INFO : moving (1) to step postselection 11:50:20,745 DEBUG : postselection is a direct step 11:50:20,745 INFO : leaving (1) step postselection 11:50:20,745 INFO : moving (1) to step install 11:50:20,822 INFO : leaving (1) step install 11:50:20,822 INFO : moving (1) to step preinstallconfig 11:50:20,822 DEBUG : preinstallconfig is a direct step 11:50:20,823 DEBUG : isys.py:umount()- going to unmount /mnt/sysimage/sys, removeDir = False 11:50:20,886 DEBUG : isys.py:umount()- going to unmount /mnt/sysimage/proc, removeDir = False 11:50:20,898 DEBUG : isys.py:umount()- going to unmount /mnt/sysimage/dev/shm, removeDir = False 11:50:20,910 DEBUG : isys.py:umount()- going to unmount /mnt/sysimage/dev/pts, removeDir = False 11:50:20,921 DEBUG : isys.py:umount()- going to unmount /mnt/sysimage/dev, removeDir = False 11:50:22,001 DEBUG : isys.py:umount()- going to unmount /mnt/sysimage/boot, removeDir = False 11:50:23,127 INFO : leaving (1) step preinstallconfig 11:50:23,127 INFO : moving (1) to step installpackages 11:50:23,127 DEBUG : installpackages is a direct step 11:50:23,127 INFO : Preparing to install packages 11:53:48,688 INFO : leaving (1) step installpackages 11:53:48,689 INFO : moving (1) to step postinstallconfig 11:53:48,689 DEBUG : postinstallconfig is a direct step 11:53:48,689 INFO : doing post-install fs mangling 11:53:48,810 INFO : going to do resize 11:54:02,475 DEBUG : isys.py:mount()- going to mount /dev/mapper/vg_nglinux-lv_root on /mnt/sysimage as ext4 with options defaults 11:54:02,614 DEBUG : isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage/boot as ext4 with options defaults 11:54:03,087 DEBUG : isys.py:mount()- going to mount //dev on /mnt/sysimage/dev as bind with options defaults,bind 11:54:03,099 DEBUG : isys.py:mount()- going to mount devpts on /mnt/sysimage/dev/pts as devpts with options gid=5,mode=620 11:54:03,112 DEBUG : isys.py:mount()- going to mount tmpfs on /mnt/sysimage/dev/shm as tmpfs with options defaults 11:54:03,188 INFO : failed to get default SELinux context for /proc: [Errno 2] No such file or directory 11:54:03,189 DEBUG : isys.py:mount()- going to mount proc on /mnt/sysimage/proc as proc with options defaults 11:54:03,197 INFO : failed to get default SELinux context for /proc: [Errno 2] No such file or directory 11:54:03,296 DEBUG : isys.py:mount()- going to mount sysfs on /mnt/sysimage/sys as sysfs with options defaults 11:54:03,408 DEBUG : notifying kernel of 'change' event on device /sys/devices/virtual/block/dm-2 11:54:03,804 INFO : reset the rootdev (/devices/virtual/block/dm-2) to have a uuid of cfd93915-eb7c-4584-9e67-130d7b477b87 11:54:03,809 DEBUG : isys.py:umount()- going to unmount /mnt/sysimage/boot, removeDir = False 11:54:03,937 DEBUG : isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage/mnt/boot as ext4 with options defaults 11:54:04,432 DEBUG : isys.py:umount()- going to unmount /mnt/sysimage/mnt/boot, removeDir = False 11:54:04,465 DEBUG : isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage/boot as ext4 with options defaults 11:54:04,684 DEBUG : isys.py:mount()- going to mount /selinux on /mnt/sysimage/selinux as selinuxfs with options defaults /tmp/program.log: 08:49:31,415 INFO : Running... ['udevadm', 'trigger', '--action=add', '--subsystem-match=net'] 08:49:31,450 INFO : Running... ['udevadm', 'trigger', '--action=add', '--subsystem-match=block'] 08:49:31,583 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 08:49:33,564 INFO : Running... ['udevadm', 'trigger', '--action=add', '--subsystem-match=net'] 08:49:33,631 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 08:49:44,543 INFO : Running... ['udevadm', 'trigger', '--action=change', '--subsystem-match=block'] 08:49:45,661 INFO : Running... ['modprobe', 'fcoe'] 08:49:45,729 INFO : Running... ['/usr/libexec/fcoe/fcoe_edd.sh', '-i'] 08:49:45,862 INFO : No FCoE boot disk information is found in EDD! 08:49:45,867 INFO : Running... ['modprobe', 'scsi_wait_scan'] 08:49:45,972 INFO : Running... ['rmmod', 'scsi_wait_scan'] 08:49:45,991 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 08:49:46,061 INFO : Running... ['modprobe', 'scsi_wait_scan'] 08:49:46,107 INFO : Running... ['rmmod', 'scsi_wait_scan'] 08:49:46,127 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 08:49:46,179 INFO : Running... ['multipath', '-d'] 08:49:46,214 INFO : Running... ['multipath', '-ll'] 08:49:46,302 INFO : Running... ['modprobe', 'scsi_wait_scan'] 08:49:46,352 INFO : Running... ['rmmod', 'scsi_wait_scan'] 08:49:46,360 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 08:49:48,793 INFO : Running... ['modprobe', 'scsi_wait_scan'] 08:49:48,838 INFO : Running... ['rmmod', 'scsi_wait_scan'] 08:49:48,853 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 08:49:48,905 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 08:49:48,922 ERROR : Device sda not found 08:49:48,924 ERROR : Command failed 08:49:48,926 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 08:49:48,967 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sr0'] 08:49:48,982 ERROR : Device sr0 not found 08:49:48,983 ERROR : Command failed 08:49:48,985 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 08:49:51,122 INFO : Running... ['hostname', '-v', 'nglinux'] 08:49:51,134 ERROR : Setting hostname to `nglinux' 11:49:59,652 INFO : Running... ['/usr/sbin/hwclock', '--hctosys', '-u'] 11:50:01,864 INFO : Running... ['modprobe', 'scsi_wait_scan'] 11:50:01,962 INFO : Running... ['rmmod', 'scsi_wait_scan'] 11:50:01,984 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:02,054 INFO : Running... ['modprobe', 'scsi_wait_scan'] 11:50:02,080 INFO : Running... ['rmmod', 'scsi_wait_scan'] 11:50:02,088 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:02,115 INFO : Running... ['multipath', '-d'] 11:50:02,131 INFO : Running... ['multipath', '-ll'] 11:50:02,157 INFO : Running... ['modprobe', 'scsi_wait_scan'] 11:50:02,184 INFO : Running... ['rmmod', 'scsi_wait_scan'] 11:50:02,192 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:02,400 INFO : Running... ['modprobe', 'scsi_wait_scan'] 11:50:02,451 INFO : Running... ['rmmod', 'scsi_wait_scan'] 11:50:02,467 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:02,518 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 11:50:02,537 ERROR : Device sda not found 11:50:02,538 ERROR : Command failed 11:50:02,539 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:02,577 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sr0'] 11:50:02,593 ERROR : Device sr0 not found 11:50:02,594 ERROR : Command failed 11:50:02,596 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,103 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sr0'] 11:50:04,114 ERROR : Device sr0 not found 11:50:04,115 ERROR : Command failed 11:50:04,116 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,144 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 11:50:04,155 ERROR : Device sda not found 11:50:04,155 ERROR : Command failed 11:50:04,176 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,203 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 11:50:04,213 ERROR : Device sda not found 11:50:04,214 ERROR : Command failed 11:50:04,215 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,245 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 11:50:04,255 ERROR : Device sda not found 11:50:04,255 ERROR : Command failed 11:50:04,257 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,279 INFO : Running... ['swapoff', '-a'] 11:50:04,295 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sr0'] 11:50:04,305 ERROR : Device sr0 not found 11:50:04,305 ERROR : Command failed 11:50:04,306 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,330 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 11:50:04,339 ERROR : Device sda not found 11:50:04,339 ERROR : Command failed 11:50:04,340 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,366 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 11:50:04,376 ERROR : Device sda not found 11:50:04,377 ERROR : Command failed 11:50:04,378 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,406 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 11:50:04,416 ERROR : Device sda not found 11:50:04,416 ERROR : Command failed 11:50:04,417 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,786 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,897 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda'] 11:50:04,927 ERROR : Device sda not found 11:50:04,928 ERROR : Command failed 11:50:04,930 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:04,979 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:06,361 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:06,997 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:07,025 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:07,279 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:07,628 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:07,906 INFO : Running... ['mke2fs', '-t', 'ext4', '/dev/sda1'] 11:50:08,004 INFO : Filesystem label= 11:50:08,005 INFO : OS type: Linux 11:50:08,005 INFO : Block size=1024 (log=0) 11:50:08,015 INFO : Fragment size=1024 (log=0) 11:50:08,015 INFO : Stride=0 blocks, Stripe width=0 blocks 11:50:08,015 INFO : 128016 inodes, 512000 blocks 11:50:08,016 INFO : 25600 blocks (5.00%) reserved for the super user 11:50:08,016 INFO : First data block=1 11:50:08,019 INFO : Maximum filesystem blocks=67633152 11:50:08,020 INFO : 63 block groups 11:50:08,020 INFO : 8192 blocks per group, 8192 fragments per group 11:50:08,020 INFO : 2032 inodes per group 11:50:08,021 INFO : Superblock backups stored on blocks: 11:50:08,026 INFO : 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 11:50:08,026 INFO : 11:50:08,064 INFO : 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/63done 11:50:08,128 INFO : Creating journal (8192 blocks): done 11:50:08,678 INFO : Writing superblocks and filesystem accounting information: done 11:50:08,679 INFO : 11:50:08,679 INFO : This filesystem will be automatically checked every 32 mounts or 11:50:08,680 INFO : 180 days, whichever comes first. Use tune2fs -c or -i to override. 11:50:08,705 ERROR : mke2fs 1.41.12 (17-May-2010) 11:50:08,778 INFO : Running... ['tune2fs', '-c0', '-i0', '-ouser_xattr,acl', '/dev/sda1'] 11:50:08,876 INFO : tune2fs 1.41.12 (17-May-2010) 11:50:08,877 INFO : Setting maximal mount count to -1 11:50:08,877 INFO : Setting interval between checks to 0 seconds 11:50:08,878 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:08,973 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:09,192 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:09,464 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:09,961 INFO : Running... ['lvm', 'pvcreate', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', '/dev/sda2'] 11:50:10,350 INFO : 11:50:10,356 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:10,629 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:10,958 INFO : Running... ['lvm', 'vgcreate', '-s', '4m', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', 'vg_nglinux', '/dev/sda2'] 11:50:11,332 INFO : 11:50:11,344 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:11,642 INFO : Running... ['lvm', 'vgs', '--noheadings', '--nosuffix', '--units', 'm', '-o', 'uuid,size,free,extent_size,extent_count,free_count,pv_count', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', 'vg_nglinux'] 11:50:11,912 INFO : lOnWRb-ktkR-2Kg4-sPWB-qonZ-NC9y-A8Hfm6 19976.00 19976.00 4.00 4994 4994 1 11:50:11,913 INFO : Running... ['lvm', 'lvcreate', '-L', '17960m', '-n', 'lv_root', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', 'vg_nglinux'] 11:50:12,556 INFO : 11:50:12,563 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:12,934 INFO : Running... ['mke2fs', '-t', 'ext4', '/dev/mapper/vg_nglinux-lv_root'] 11:50:13,058 INFO : Filesystem label= 11:50:13,058 INFO : OS type: Linux 11:50:13,081 INFO : Block size=4096 (log=2) 11:50:13,081 INFO : Fragment size=4096 (log=2) 11:50:13,089 INFO : Stride=0 blocks, Stripe width=0 blocks 11:50:13,090 INFO : 1150560 inodes, 4597760 blocks 11:50:13,090 INFO : 229888 blocks (5.00%) reserved for the super user 11:50:13,091 INFO : First data block=0 11:50:13,091 INFO : Maximum filesystem blocks=0 11:50:13,098 INFO : 141 block groups 11:50:13,099 INFO : 32768 blocks per group, 32768 fragments per group 11:50:13,099 INFO : 8160 inodes per group 11:50:13,100 INFO : Superblock backups stored on blocks: 11:50:13,100 INFO : 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 11:50:13,107 INFO : 4096000 11:50:13,107 INFO : 11:50:14,081 INFO : Writing inode tables: 0/141 1/141 2/141 3/141 4/141 5/141 6/141 7/141 8/141 9/141 10/141 11/141 12/141 13/141 14/141 15/141 16/141 17/141 18/141 19/141 20/141 21/141 22/141 23/141 24/141 25/141 26/141 27/141 28/141 29/141 30/141 31/141 32/141 33/141 34/141 35/141 36/141 37/141 38/141 39/141 40/141 41/141 42/141 43/141 44/141 45/141 46/141 47/141 48/141 49/141 50/141 51/141 52/141 53/141 54/141 55/141 56/141 57/141 58/141 59/141 60/141 61/141 62/141 63/141 64/141 65/141 66/141 67/141 68/141 69/141 70/141 71/141 72/141 73/141 74/141 75/141 76/141 77/141 78/141 79/141 80/141 81/141 82/141 83/141 84/141 85/141 86/141 87/141 88/141 89/141 90/141 91/141 92/141 93/141 94/141 95/141 96/141 97/141 98/141 99/141100/141101/141102/141103/141104/141105/141106/141107/141108/141109/141110/141111/141112/141113/141114/141115/141116/141117/141118/141119/141120/141121/141122/141123/141124/141125/141126/141127/141128/141129/141130/141131/141132/141133/141134/141135/141136/141137/141138/141139/141140/141done 11:50:15,110 INFO : Creating journal (32768 blocks): done 11:50:15,885 INFO : Writing superblocks and filesystem accounting information: done 11:50:15,885 INFO : 11:50:15,886 INFO : This filesystem will be automatically checked every 36 mounts or 11:50:15,886 INFO : 180 days, whichever comes first. Use tune2fs -c or -i to override. 11:50:16,103 ERROR : mke2fs 1.41.12 (17-May-2010) 11:50:16,166 INFO : Running... ['tune2fs', '-c0', '-i0', '-ouser_xattr,acl', '/dev/mapper/vg_nglinux-lv_root'] 11:50:16,312 INFO : tune2fs 1.41.12 (17-May-2010) 11:50:16,313 INFO : Setting maximal mount count to -1 11:50:16,313 INFO : Setting interval between checks to 0 seconds 11:50:16,315 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:17,311 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:17,653 INFO : Running... ['lvm', 'vgs', '--noheadings', '--nosuffix', '--units', 'm', '-o', 'uuid,size,free,extent_size,extent_count,free_count,pv_count', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', 'vg_nglinux'] 11:50:17,994 INFO : lOnWRb-ktkR-2Kg4-sPWB-qonZ-NC9y-A8Hfm6 19976.00 2016.00 4.00 4994 504 1 11:50:17,995 INFO : Running... ['lvm', 'lvcreate', '-L', '2016m', '-n', 'lv_swap', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', 'vg_nglinux'] 11:50:18,735 INFO : 11:50:18,742 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:18,938 INFO : Running... ['mkswap', '-f', '/dev/mapper/vg_nglinux-lv_swap'] 11:50:19,117 INFO : S 11:50:19,118 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:19,418 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:19,669 INFO : Running... ['swapon', '/dev/mapper/vg_nglinux-lv_swap'] 11:50:20,712 INFO : Running... ['/usr/sbin/dmidecode', 'dmidecode', '-s', 'system-manufacturer'] 11:50:20,726 INFO : VMware, Inc. 11:50:20,931 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '//dev'] 11:50:20,945 ERROR : Device dev not found 11:50:20,945 ERROR : Command failed 11:50:20,946 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:22,064 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', '/dev/sda1'] 11:50:22,088 ERROR : Device sda1 not found 11:50:22,089 ERROR : Command failed 11:50:22,091 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:22,129 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:22,154 INFO : Running... ['lvm', 'lvchange', '-a', 'n', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', 'vg_nglinux/lv_root'] 11:50:22,669 INFO : Running... ['swapoff', '/dev/mapper/vg_nglinux-lv_swap'] 11:50:22,703 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:50:22,769 INFO : Running... ['lvm', 'lvchange', '-a', 'n', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', 'vg_nglinux/lv_swap'] 11:50:23,136 INFO : Running... ['lvm', 'lvchange', '-a', 'y', '--config', ' devices { filter=["r|/loop3$|","r|/live-osimg-min$|"] } ', 'vg_nglinux/lv_root'] 11:54:03,312 INFO : Running... ['tune2fs', '-U', 'random', '/dev/mapper/vg_nglinux-lv_root'] 11:54:03,403 INFO : tune2fs 1.41.12 (17-May-2010) 11:54:03,413 INFO : Running... ['udevadm', 'settle', '--timeout=300'] 11:54:04,991 INFO : Running... ['dmsetup', 'info', '--columns', '--noheadings', '-o', 'devno', 'vg_nglinux-lv_swap'] 11:54:05,005 ERROR : Device does not exist. 11:54:05,005 ERROR : Command failed /tmp/storage.log: 08:49:29,966 DEBUG : registered device format class DiskLabel as disklabel 08:49:29,967 DEBUG : registered device format class MultipathMember as multipath_member 08:49:30,111 DEBUG : registered device format class Ext2FS as ext2 08:49:30,111 DEBUG : registered device format class Ext3FS as ext3 08:49:30,111 DEBUG : registered device format class Ext4FS as ext4 08:49:30,111 DEBUG : registered device format class FATFS as vfat 08:49:30,112 DEBUG : registered device format class EFIFS as efi 08:49:30,112 DEBUG : registered device format class BTRFS as btrfs 08:49:30,112 DEBUG : registered device format class GFS2 as gfs2 08:49:30,112 DEBUG : registered device format class JFS as jfs 08:49:30,112 DEBUG : registered device format class ReiserFS as reiserfs 08:49:30,112 DEBUG : registered device format class XFS as xfs 08:49:30,112 DEBUG : registered device format class HFS as hfs 08:49:30,112 DEBUG : registered device format class AppleBootstrapFS as appleboot 08:49:30,113 DEBUG : registered device format class HFSPlus as hfs+ 08:49:30,113 DEBUG : registered device format class NTFS as ntfs 08:49:30,113 DEBUG : registered device format class NFS as nfs 08:49:30,113 DEBUG : registered device format class NFSv4 as nfs4 08:49:30,113 DEBUG : registered device format class Iso9660FS as iso9660 08:49:30,113 DEBUG : registered device format class NoDevFS as nodev 08:49:30,113 DEBUG : registered device format class DevPtsFS as devpts 08:49:30,114 DEBUG : registered device format class ProcFS as proc 08:49:30,114 DEBUG : registered device format class SysFS as sysfs 08:49:30,114 DEBUG : registered device format class TmpFS as tmpfs 08:49:30,114 DEBUG : registered device format class BindFS as bind 08:49:30,115 DEBUG : registered device format class LVMPhysicalVolume as lvmpv 08:49:30,115 DEBUG : registered device format class DMRaidMember as dmraidmember 08:49:30,176 DEBUG : registered device format class LUKS as luks 08:49:30,176 DEBUG : registered device format class MDRaidMember as mdmember 08:49:30,177 DEBUG : registered device format class PPCPRePBoot as prepboot 08:49:30,177 DEBUG : registered device format class SwapSpace as swap 08:49:45,867 DEBUG : DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] 08:49:46,056 INFO : sr0 looks to be the live device; marking as protected 08:49:46,174 INFO : devices to scan for multipath: ['sr0', 'sda', 'dm-0', 'dm-1'] 08:49:46,174 DEBUG : /etc/multipath.conf contents: 08:49:46,175 DEBUG : # multipath.conf written by anaconda 08:49:46,175 DEBUG : 08:49:46,175 DEBUG : defaults { 08:49:46,175 DEBUG : user_friendly_names yes 08:49:46,175 DEBUG : } 08:49:46,175 DEBUG : blacklist { 08:49:46,175 DEBUG : devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" 08:49:46,175 DEBUG : devnode "^hd[a-z]" 08:49:46,176 DEBUG : devnode "^dcssblk[0-9]*" 08:49:46,176 DEBUG : device { 08:49:46,176 DEBUG : vendor "DGC" 08:49:46,176 DEBUG : product "LUNZ" 08:49:46,176 DEBUG : } 08:49:46,176 DEBUG : device { 08:49:46,176 DEBUG : vendor "IBM" 08:49:46,176 DEBUG : product "S/390.*" 08:49:46,176 DEBUG : } 08:49:46,176 DEBUG : # don't count normal SATA devices as multipaths 08:49:46,176 DEBUG : device { 08:49:46,177 DEBUG : vendor "ATA" 08:49:46,177 DEBUG : } 08:49:46,177 DEBUG : # don't count 3ware devices as multipaths 08:49:46,178 DEBUG : device { 08:49:46,178 DEBUG : vendor "3ware" 08:49:46,178 DEBUG : } 08:49:46,178 DEBUG : device { 08:49:46,178 DEBUG : vendor "AMCC" 08:49:46,178 DEBUG : } 08:49:46,178 DEBUG : # nor highpoint devices 08:49:46,178 DEBUG : device { 08:49:46,178 DEBUG : vendor "HPT" 08:49:46,178 DEBUG : } 08:49:46,179 DEBUG : } 08:49:46,179 DEBUG : multipaths { 08:49:46,179 DEBUG : } 08:49:46,179 DEBUG : (end of /etc/multipath.conf) 08:49:46,228 INFO : adding sr0 to non_disk_device list 08:49:46,229 INFO : adding sda to singlepath_disks 08:49:46,229 INFO : adding dm-0 to singlepath_disks 08:49:46,229 INFO : adding dm-1 to singlepath_disks 08:49:46,229 INFO : devices post multipath scan: (['sda', 'dm-0', 'dm-1'], [], ['sr0']) 08:49:46,229 INFO : devices to scan: ['sda', 'dm-0', 'dm-1', 'sr0'] 08:49:46,276 DEBUG : DeviceTree.addUdevDevice: info: {'ID_REVISION': '1.0', 'LVM_SBIN_PATH': '/sbin', 'ID_VENDOR_ENC': 'VMware\\x2c\\x20', 'ID_PATH': 'pci-0000:00:10.0-scsi-0:0:0:0', 'ID_VENDOR': 'VMware_', 'ANACBIN': '/sbin', 'UDISKS_PRESENTATION_NOPOLICY': '0', 'DEVTYPE': 'disk', 'MINOR': '0', 'MPATH_SBIN_PATH': '/sbin', 'DEVLINKS': '/dev/block/8:0 /dev/disk/by-path/pci-0000:00:10.0-scsi-0:0:0:0', 'SUBSYSTEM': 'block', 'ID_MODEL': 'VMware_Virtual_S', 'sysfs_path': '/devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda', 'ID_TYPE': 'disk', 'ID_BUS': 'scsi', 'symlinks': ['/dev/block/8:0', '/dev/disk/by-path/pci-0000:00:10.0-scsi-0:0:0:0'], 'MAJOR': '8', 'name': 'sda', 'DEVPATH': '/devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda', 'UDEV_LOG': '3', 'DEVNAME': 'sda', 'ID_MODEL_ENC': 'VMware\\x20Virtual\\x20S', 'ID_SCSI': '1'} ; name: sda ; 08:49:46,277 DEBUG : scanning sda (/devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda)... 08:49:46,277 DEBUG : looking for device 'sda'... 08:49:46,278 DEBUG : found None 08:49:46,278 DEBUG : DeviceTree.addUdevDiskDevice: name: sda ; 08:49:46,280 DEBUG : sda is a disk 08:49:46,281 DEBUG : getFormat('None') returning DeviceFormat instance 08:49:46,284 DEBUG : DiskDevice._setFormat: sda ; current: None ; type: None ; 08:49:46,285 DEBUG : added disk sda (id 0) to device tree 08:49:46,286 DEBUG : looking up parted Device: /dev/sda 08:49:46,295 DEBUG : DeviceTree.handleUdevDeviceFormat: name: sda ; 08:49:46,295 DEBUG : DeviceTree.handleUdevDiskLabelFormat: device: sda ; 08:49:46,296 DEBUG : getFormat('None') returning DeviceFormat instance 08:49:46,301 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 08:49:46,384 DEBUG : required disklabel type for sda (1) is None 08:49:46,385 DEBUG : default disklabel type for sda is msdos 08:49:46,386 DEBUG : selecting msdos disklabel for sda based on size 08:49:46,388 DEBUG : DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; 08:49:48,439 DEBUG : DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: False ; 08:49:48,442 DEBUG : DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; 08:49:48,442 DEBUG : getFormat('disklabel') returning DiskLabel instance 08:49:48,449 DEBUG : DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; 08:49:48,449 DEBUG : getFormat('None') returning DeviceFormat instance 08:49:48,459 DEBUG : DiskDevice._setFormat: sda ; current: None ; type: None ; 08:49:48,460 DEBUG : registered action: Destroy Format None on disk sda (id 0) 08:49:48,464 DEBUG : DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; 08:49:48,470 DEBUG : DiskDevice._setFormat: sda ; current: None ; type: disklabel ; 08:49:48,470 DEBUG : registered action: Create Format disklabel on disk sda (id 0) 08:49:48,471 DEBUG : got device: DiskDevice instance (0x98fcaac) -- name = sda status = True parents = [] kids = 0 id = 0 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DeviceFormat instance (0x98fc9ec) -- type = None name = Unknown status = False device = /dev/sda uuid = None exists = True options = None supported = False formattable = False resizable = False removable = False partedDevice = 08:49:48,472 DEBUG : got format: DiskLabel instance (0x99d156c) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 0 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = 08:49:48,687 DEBUG : DeviceTree.addUdevDevice: info: {'LVM_SBIN_PATH': '/sbin', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'ID_FS_VERSION': '1.0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'UDISKS_DM_TARGETS_COUNT': '1', 'DM_NAME': 'live-rw', 'ID_FS_LABEL_ENC': 'linuxroot', 'ANACBIN': '/sbin', 'UDISKS_PRESENTATION_NOPOLICY': '1', 'DM_SUSPENDED': '0', 'DEVTYPE': 'disk', 'ID_FS_UUID': '070c7ced-ce18-496f-a02b-cb11251413cb', 'ID_FS_UUID_ENC': '070c7ced-ce18-496f-a02b-cb11251413cb', 'MPATH_SBIN_PATH': '/sbin', 'DM_UDEV_RULES_VSN': '2', 'ID_FS_TYPE': 'ext4', 'DEVLINKS': '/dev/mapper/live-rw /dev/disk/by-id/dm-name-live-rw /dev/disk/by-uuid/070c7ced-ce18-496f-a02b-cb11251413cb /dev/disk/by-label/linuxroot /dev/block/253:0 /dev/root', 'SUBSYSTEM': 'block', 'UDISKS_DM_TARGETS_LENGTH': '10035200', 'DM_SBIN_PATH': '/sbin', 'UDISKS_DM_TARGETS_START': '0', 'sysfs_path': '/devices/virtual/block/dm-0', 'ID_FS_LABEL': 'linuxroot', 'ID_FS_USAGE': 'filesystem', 'MINOR': '0', 'symlinks': ['/dev/mapper/live-rw', '/dev/disk/by-id/dm-name-live-rw', '/dev/disk/by-uuid/070c7ced-ce18-496f-a02b-cb11251413cb', '/dev/disk/by-label/linuxroot', '/dev/block/253:0', '/dev/root'], 'MAJOR': '253', 'name': 'dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'UDEV_LOG': '3', 'DEVNAME': 'dm-0', 'UDISKS_DM_TARGETS_TYPE': 'snapshot'} ; name: live-rw ; 08:49:48,688 DEBUG : scanning live-rw (/devices/virtual/block/dm-0)... 08:49:48,689 DEBUG : looking for device 'live-rw'... 08:49:48,689 DEBUG : found None 08:49:48,689 DEBUG : live-rw is a device-mapper device 08:49:48,692 DEBUG : DeviceTree.addUdevDMDevice: name: live-rw ; 08:49:48,692 DEBUG : looking for device 'loop3'... 08:49:48,692 DEBUG : found None 08:49:48,699 DEBUG : DeviceTree.addUdevDevice: info: {'LVM_SBIN_PATH': '/sbin', 'ID_FS_VERSION': '1.0', 'ID_FS_LABEL_ENC': 'linuxroot', 'ANACBIN': '/sbin', 'UDISKS_PRESENTATION_NOPOLICY': '1', 'DEVTYPE': 'disk', 'ID_FS_UUID': '070c7ced-ce18-496f-a02b-cb11251413cb', 'ID_FS_UUID_ENC': '070c7ced-ce18-496f-a02b-cb11251413cb', 'MPATH_SBIN_PATH': '/sbin', 'ID_FS_TYPE': 'ext4', 'DEVLINKS': '/dev/block/7:3 /dev/disk/by-uuid/070c7ced-ce18-496f-a02b-cb11251413cb /dev/disk/by-label/linuxroot', 'SUBSYSTEM': 'block', 'sysfs_path': '/devices/virtual/block/loop3', 'ID_FS_LABEL': 'linuxroot', 'ID_FS_USAGE': 'filesystem', 'MINOR': '3', 'symlinks': ['/dev/block/7:3', '/dev/disk/by-uuid/070c7ced-ce18-496f-a02b-cb11251413cb', '/dev/disk/by-label/linuxroot'], 'MAJOR': '7', 'name': 'loop3', 'DEVPATH': '/devices/virtual/block/loop3', 'UDEV_LOG': '3', 'DEVNAME': 'loop3'} ; name: loop3 ; 08:49:48,699 DEBUG : ignoring loop3 (/devices/virtual/block/loop3) 08:49:48,705 DEBUG : lvm filter: adding loop3 to the reject list 08:49:48,705 DEBUG : looking for device 'loop3'... 08:49:48,705 DEBUG : found None 08:49:48,705 ERROR : failure scanning device live-rw: could not add slave loop3 08:49:48,730 DEBUG : DeviceTree.addUdevDevice: info: {'LVM_SBIN_PATH': '/sbin', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'ID_FS_VERSION': '1.0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'UDISKS_DM_TARGETS_COUNT': '1', 'DM_NAME': 'live-osimg-min', 'ID_FS_LABEL_ENC': '_CentOS-6.8-i386', 'ANACBIN': '/sbin', 'UDISKS_PRESENTATION_NOPOLICY': '1', 'DM_SUSPENDED': '0', 'DEVTYPE': 'disk', 'ID_FS_UUID': '159d6037-41bb-428f-9d6b-1e6781bf2835', 'ID_FS_UUID_ENC': '159d6037-41bb-428f-9d6b-1e6781bf2835', 'MPATH_SBIN_PATH': '/sbin', 'DM_UDEV_RULES_VSN': '2', 'ID_FS_TYPE': 'ext4', 'DEVLINKS': '/dev/mapper/live-osimg-min /dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-uuid/159d6037-41bb-428f-9d6b-1e6781bf2835 /dev/disk/by-label/_CentOS-6.8-i386 /dev/block/253:1', 'SUBSYSTEM': 'block', 'UDISKS_DM_TARGETS_LENGTH': '10035200', 'DM_SBIN_PATH': '/sbin', 'UDISKS_DM_TARGETS_START': '0', 'sysfs_path': '/devices/virtual/block/dm-1', 'ID_FS_LABEL': '_CentOS-6.8-i386', 'ID_FS_USAGE': 'filesystem', 'MINOR': '1', 'symlinks': ['/dev/mapper/live-osimg-min', '/dev/disk/by-id/dm-name-live-osimg-min', '/dev/disk/by-uuid/159d6037-41bb-428f-9d6b-1e6781bf2835', '/dev/disk/by-label/_CentOS-6.8-i386', '/dev/block/253:1'], 'MAJOR': '253', 'name': 'dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'UDEV_LOG': '3', 'DEVNAME': 'dm-1', 'UDISKS_DM_TARGETS_TYPE': 'snapshot'} ; name: live-osimg-min ; 08:49:48,730 DEBUG : Ignoring read only device live-osimg-min 08:49:48,731 DEBUG : lvm filter: adding live-osimg-min to the reject list 08:49:48,731 DEBUG : ignoring live-osimg-min (/devices/virtual/block/dm-1) 08:49:48,740 DEBUG : DeviceTree.addUdevDevice: info: {'ID_REVISION': '00000001', 'LVM_SBIN_PATH': '/sbin', 'ID_PATH': 'pci-0000:00:07.1-scsi-1:0:0:0', 'ANACBIN': '/sbin', 'ID_MODEL_ENC': 'VMware\\x20Virtual\\x20IDE\\x20CDROM\\x20Drive\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', 'ID_FS_LABEL_ENC': 'nglinux', 'ID_SERIAL': 'VMware_Virtual_IDE_CDROM_Drive_10000000000000000001', 'UDISKS_PRESENTATION_NOPOLICY': '0', 'ID_CDROM_MEDIA_DVD': '1', 'ID_CDROM_MEDIA': '1', 'ID_CDROM_MEDIA_STATE': 'complete', 'DEVTYPE': 'disk', 'ID_BUS': 'ata', 'MPATH_SBIN_PATH': '/sbin', 'ID_FS_TYPE': 'iso9660', 'DEVLINKS': '/dev/block/11:0 /dev/scd0 /dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001 /dev/disk/by-path/pci-0000:00:07.1-scsi-1:0:0:0 /dev/disk/by-label/nglinux /dev/cdrom1 /dev/cdrw1 /dev/dvd1 /dev/dvdrw1 /dev/live', 'SUBSYSTEM': 'block', 'ID_CDROM_MEDIA_SESSION_COUNT': '1', 'ID_ATA': '1', 'ID_CDROM_DVD_R': '1', 'ID_CDROM': '1', 'ID_MODEL': 'VMware_Virtual_IDE_CDROM_Drive', 'ID_SERIAL_SHORT': '10000000000000000001', 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', 'ID_CDROM_CD_RW': '1', 'ID_CDROM_MRW': '1', 'ID_FS_LABEL': 'nglinux', 'ID_FS_USAGE': 'filesystem', 'ID_CDROM_CD_R': '1', 'ID_CDROM_MRW_W': '1', 'MINOR': '0', 'symlinks': ['/dev/block/11:0', '/dev/scd0', '/dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001', '/dev/disk/by-path/pci-0000:00:07.1-scsi-1:0:0:0', '/dev/disk/by-label/nglinux', '/dev/cdrom1', '/dev/cdrw1', '/dev/dvd1', '/dev/dvdrw1', '/dev/live'], 'MAJOR': '11', 'name': 'sr0', 'DEVPATH': '/devices/pci0000:00/0000:00:07.1/host1/target1:0:0/1:0:0:0/block/sr0', 'ID_CDROM_DVD': '1', 'UDEV_LOG': '3', 'DEVNAME': 'sr0', 'sysfs_path': '/devices/pci0000:00/0000:00:07.1/host1/target1:0:0/1:0:0:0/block/sr0', 'GENERATED': '1', 'ID_CDROM_MEDIA_TRACK_COUNT': '1', 'ID_ATA_FEATURE_SET_PM': '1', 'ACL_MANAGE': '1', 'ID_CDROM_DVD_RAM': '1', 'ID_TYPE': 'cd'} ; name: sr0 ; 08:49:48,740 DEBUG : scanning sr0 (/devices/pci0000:00/0000:00:07.1/host1/target1:0:0/1:0:0:0/block/sr0)... 08:49:48,740 DEBUG : looking for device 'sr0'... 08:49:48,740 DEBUG : found None 08:49:48,740 DEBUG : sr0 is a cdrom 08:49:48,741 DEBUG : DeviceTree.addUdevOpticalDevice: 08:49:48,742 DEBUG : getFormat('None') returning DeviceFormat instance 08:49:48,746 DEBUG : OpticalDevice._setFormat: sr0 ; current: None ; type: None ; 08:49:48,746 DEBUG : added cdrom sr0 (id 1) to device tree 08:49:48,747 DEBUG : OpticalDevice.mediaPresent: sr0 ; status: True ; 08:49:48,755 DEBUG : DeviceTree.handleUdevDeviceFormat: name: sr0 ; 08:49:48,757 DEBUG : DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; 08:49:48,761 DEBUG : Iso9660FS.supported: supported: True ; 08:49:48,762 DEBUG : getFormat('iso9660') returning Iso9660FS instance 08:49:48,762 DEBUG : device sr0 does not contain a disklabel 08:49:48,762 DEBUG : type detected on 'sr0' is 'iso9660' 08:49:48,764 DEBUG : Iso9660FS.supported: supported: True ; 08:49:48,767 DEBUG : Iso9660FS.supported: supported: True ; 08:49:48,767 DEBUG : getFormat('iso9660') returning Iso9660FS instance 08:49:48,769 DEBUG : OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; 08:49:48,770 DEBUG : OpticalDevice.mediaPresent: sr0 ; status: True ; 08:49:48,772 DEBUG : looking up parted Device: /dev/sr0 08:49:48,775 DEBUG : got device: OpticalDevice instance (0x99d12ec) -- name = sr0 status = True parents = [] kids = 0 id = 1 uuid = None format = size = 1911.83007812 major = 11 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:07.1/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = target size = 0 path = /dev/sr0 format args = [] originalFormat = DeviceFormat instance (0x99d19ec) -- type = None name = Unknown status = False device = /dev/sr0 uuid = None exists = True options = None supported = False formattable = False resizable = False 08:49:48,777 DEBUG : Iso9660FS.supported: supported: True ; 08:49:48,777 DEBUG : got format: Iso9660FS instance (0x99e3c2c) -- type = iso9660 name = iso9660 status = False device = /dev/sr0 uuid = None exists = True options = ro supported = True formattable = False resizable = False mountpoint = None mountopts = None label = nglinux size = 0 targetSize = 0 08:49:48,904 DEBUG : DiskDevice.teardown: sda ; status: True ; 08:49:48,964 DEBUG : OpticalDevice.teardown: sr0 ; status: True ; 08:49:49,020 INFO : failed to unlink /etc/mdadm.conf 08:49:49,022 INFO : edd: MBR signature on sda is zero. new disk image? 08:49:49,022 INFO : edd: collected mbr signatures: {} 08:49:49,107 DEBUG : OpticalDevice.mediaPresent: sr0 ; status: True ; 08:49:49,112 DEBUG : Iso9660FS.supported: supported: True ; 11:50:01,864 DEBUG : DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] 11:50:02,047 INFO : sr0 looks to be the live device; marking as protected 11:50:02,111 INFO : devices to scan for multipath: ['sr0', 'sda', 'dm-0', 'dm-1'] 11:50:02,112 DEBUG : /etc/multipath.conf contents: 11:50:02,112 DEBUG : # multipath.conf written by anaconda 11:50:02,112 DEBUG : 11:50:02,112 DEBUG : defaults { 11:50:02,112 DEBUG : user_friendly_names yes 11:50:02,112 DEBUG : } 11:50:02,113 DEBUG : blacklist { 11:50:02,113 DEBUG : devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" 11:50:02,113 DEBUG : devnode "^hd[a-z]" 11:50:02,113 DEBUG : devnode "^dcssblk[0-9]*" 11:50:02,113 DEBUG : device { 11:50:02,113 DEBUG : vendor "DGC" 11:50:02,113 DEBUG : product "LUNZ" 11:50:02,113 DEBUG : } 11:50:02,113 DEBUG : device { 11:50:02,113 DEBUG : vendor "IBM" 11:50:02,113 DEBUG : product "S/390.*" 11:50:02,113 DEBUG : } 11:50:02,114 DEBUG : # don't count normal SATA devices as multipaths 11:50:02,114 DEBUG : device { 11:50:02,114 DEBUG : vendor "ATA" 11:50:02,114 DEBUG : } 11:50:02,114 DEBUG : # don't count 3ware devices as multipaths 11:50:02,114 DEBUG : device { 11:50:02,114 DEBUG : vendor "3ware" 11:50:02,114 DEBUG : } 11:50:02,114 DEBUG : device { 11:50:02,114 DEBUG : vendor "AMCC" 11:50:02,114 DEBUG : } 11:50:02,114 DEBUG : # nor highpoint devices 11:50:02,115 DEBUG : device { 11:50:02,115 DEBUG : vendor "HPT" 11:50:02,115 DEBUG : } 11:50:02,115 DEBUG : } 11:50:02,115 DEBUG : multipaths { 11:50:02,115 DEBUG : } 11:50:02,115 DEBUG : (end of /etc/multipath.conf) 11:50:02,141 INFO : adding sr0 to non_disk_device list 11:50:02,142 INFO : adding sda to singlepath_disks 11:50:02,142 INFO : adding dm-0 to singlepath_disks 11:50:02,142 INFO : adding dm-1 to singlepath_disks 11:50:02,142 INFO : devices post multipath scan: (['sda', 'dm-0', 'dm-1'], [], ['sr0']) 11:50:02,142 INFO : devices to scan: ['sda', 'dm-0', 'dm-1', 'sr0'] 11:50:02,150 DEBUG : DeviceTree.addUdevDevice: info: {'ID_REVISION': '1.0', 'LVM_SBIN_PATH': '/sbin', 'ID_VENDOR_ENC': 'VMware\\x2c\\x20', 'ID_PATH': 'pci-0000:00:10.0-scsi-0:0:0:0', 'ID_VENDOR': 'VMware_', 'ANACBIN': '/sbin', 'UDISKS_PRESENTATION_NOPOLICY': '0', 'DEVTYPE': 'disk', 'MINOR': '0', 'MPATH_SBIN_PATH': '/sbin', 'DEVLINKS': '/dev/block/8:0 /dev/disk/by-path/pci-0000:00:10.0-scsi-0:0:0:0', 'SUBSYSTEM': 'block', 'ID_MODEL': 'VMware_Virtual_S', 'sysfs_path': '/devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda', 'ID_TYPE': 'disk', 'ID_BUS': 'scsi', 'symlinks': ['/dev/block/8:0', '/dev/disk/by-path/pci-0000:00:10.0-scsi-0:0:0:0'], 'MAJOR': '8', 'name': 'sda', 'DEVPATH': '/devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda', 'UDEV_LOG': '3', 'DEVNAME': 'sda', 'ID_MODEL_ENC': 'VMware\\x20Virtual\\x20S', 'ID_SCSI': '1'} ; name: sda ; 11:50:02,151 DEBUG : scanning sda (/devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda)... 11:50:02,151 DEBUG : looking for device 'sda'... 11:50:02,151 DEBUG : found None 11:50:02,152 DEBUG : DeviceTree.addUdevDiskDevice: name: sda ; 11:50:02,153 DEBUG : sda is a disk 11:50:02,153 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,154 DEBUG : DiskDevice._setFormat: sda ; current: None ; type: None ; 11:50:02,154 DEBUG : added disk sda (id 2) to device tree 11:50:02,154 DEBUG : looking up parted Device: /dev/sda 11:50:02,155 DEBUG : DeviceTree.handleUdevDeviceFormat: name: sda ; 11:50:02,156 DEBUG : DeviceTree.handleUdevDiskLabelFormat: device: sda ; 11:50:02,156 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,157 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:02,225 DEBUG : required disklabel type for sda (1) is None 11:50:02,225 DEBUG : default disklabel type for sda is msdos 11:50:02,226 DEBUG : selecting msdos disklabel for sda based on size 11:50:02,228 DEBUG : DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; 11:50:02,232 DEBUG : DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: False ; 11:50:02,235 DEBUG : DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; 11:50:02,235 DEBUG : getFormat('disklabel') returning DiskLabel instance 11:50:02,236 DEBUG : DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; 11:50:02,239 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,240 DEBUG : DiskDevice._setFormat: sda ; current: None ; type: None ; 11:50:02,240 DEBUG : registered action: Destroy Format None on disk sda (id 2) 11:50:02,241 DEBUG : DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; 11:50:02,249 DEBUG : DiskDevice._setFormat: sda ; current: None ; type: disklabel ; 11:50:02,249 DEBUG : registered action: Create Format disklabel on disk sda (id 2) 11:50:02,250 DEBUG : got device: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 0 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DeviceFormat instance (0x9a988cc) -- type = None name = Unknown status = False device = /dev/sda uuid = None exists = True options = None supported = False formattable = False resizable = False removable = False partedDevice = 11:50:02,253 DEBUG : got format: DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 0 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = 11:50:02,328 DEBUG : DeviceTree.addUdevDevice: info: {'LVM_SBIN_PATH': '/sbin', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'ID_FS_VERSION': '1.0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'UDISKS_DM_TARGETS_COUNT': '1', 'DM_NAME': 'live-rw', 'ID_FS_LABEL_ENC': 'linuxroot', 'ANACBIN': '/sbin', 'UDISKS_PRESENTATION_NOPOLICY': '1', 'DM_SUSPENDED': '0', 'DEVTYPE': 'disk', 'ID_FS_UUID': '070c7ced-ce18-496f-a02b-cb11251413cb', 'ID_FS_UUID_ENC': '070c7ced-ce18-496f-a02b-cb11251413cb', 'MPATH_SBIN_PATH': '/sbin', 'DM_UDEV_RULES_VSN': '2', 'ID_FS_TYPE': 'ext4', 'DEVLINKS': '/dev/mapper/live-rw /dev/disk/by-id/dm-name-live-rw /dev/disk/by-uuid/070c7ced-ce18-496f-a02b-cb11251413cb /dev/disk/by-label/linuxroot /dev/block/253:0 /dev/root', 'SUBSYSTEM': 'block', 'UDISKS_DM_TARGETS_LENGTH': '10035200', 'DM_SBIN_PATH': '/sbin', 'UDISKS_DM_TARGETS_START': '0', 'sysfs_path': '/devices/virtual/block/dm-0', 'ID_FS_LABEL': 'linuxroot', 'ID_FS_USAGE': 'filesystem', 'MINOR': '0', 'symlinks': ['/dev/mapper/live-rw', '/dev/disk/by-id/dm-name-live-rw', '/dev/disk/by-uuid/070c7ced-ce18-496f-a02b-cb11251413cb', '/dev/disk/by-label/linuxroot', '/dev/block/253:0', '/dev/root'], 'MAJOR': '253', 'name': 'dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'UDEV_LOG': '3', 'DEVNAME': 'dm-0', 'UDISKS_DM_TARGETS_TYPE': 'snapshot'} ; name: live-rw ; 11:50:02,330 DEBUG : scanning live-rw (/devices/virtual/block/dm-0)... 11:50:02,330 DEBUG : looking for device 'live-rw'... 11:50:02,330 DEBUG : found None 11:50:02,330 DEBUG : live-rw is a device-mapper device 11:50:02,336 DEBUG : DeviceTree.addUdevDMDevice: name: live-rw ; 11:50:02,341 DEBUG : looking for device 'loop3'... 11:50:02,341 DEBUG : found None 11:50:02,348 DEBUG : DeviceTree.addUdevDevice: info: {'LVM_SBIN_PATH': '/sbin', 'ID_FS_VERSION': '1.0', 'ID_FS_LABEL_ENC': 'linuxroot', 'ANACBIN': '/sbin', 'UDISKS_PRESENTATION_NOPOLICY': '1', 'DEVTYPE': 'disk', 'ID_FS_UUID': '070c7ced-ce18-496f-a02b-cb11251413cb', 'ID_FS_UUID_ENC': '070c7ced-ce18-496f-a02b-cb11251413cb', 'MPATH_SBIN_PATH': '/sbin', 'ID_FS_TYPE': 'ext4', 'DEVLINKS': '/dev/block/7:3 /dev/disk/by-uuid/070c7ced-ce18-496f-a02b-cb11251413cb /dev/disk/by-label/linuxroot', 'SUBSYSTEM': 'block', 'sysfs_path': '/devices/virtual/block/loop3', 'ID_FS_LABEL': 'linuxroot', 'ID_FS_USAGE': 'filesystem', 'MINOR': '3', 'symlinks': ['/dev/block/7:3', '/dev/disk/by-uuid/070c7ced-ce18-496f-a02b-cb11251413cb', '/dev/disk/by-label/linuxroot'], 'MAJOR': '7', 'name': 'loop3', 'DEVPATH': '/devices/virtual/block/loop3', 'UDEV_LOG': '3', 'DEVNAME': 'loop3'} ; name: loop3 ; 11:50:02,348 DEBUG : ignoring loop3 (/devices/virtual/block/loop3) 11:50:02,348 DEBUG : lvm filter: adding loop3 to the reject list 11:50:02,349 DEBUG : looking for device 'loop3'... 11:50:02,349 DEBUG : found None 11:50:02,349 ERROR : failure scanning device live-rw: could not add slave loop3 11:50:02,355 DEBUG : DeviceTree.addUdevDevice: info: {'LVM_SBIN_PATH': '/sbin', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'ID_FS_VERSION': '1.0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'UDISKS_DM_TARGETS_COUNT': '1', 'DM_NAME': 'live-osimg-min', 'ID_FS_LABEL_ENC': '_CentOS-6.8-i386', 'ANACBIN': '/sbin', 'UDISKS_PRESENTATION_NOPOLICY': '1', 'DM_SUSPENDED': '0', 'DEVTYPE': 'disk', 'ID_FS_UUID': '159d6037-41bb-428f-9d6b-1e6781bf2835', 'ID_FS_UUID_ENC': '159d6037-41bb-428f-9d6b-1e6781bf2835', 'MPATH_SBIN_PATH': '/sbin', 'DM_UDEV_RULES_VSN': '2', 'ID_FS_TYPE': 'ext4', 'DEVLINKS': '/dev/mapper/live-osimg-min /dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-uuid/159d6037-41bb-428f-9d6b-1e6781bf2835 /dev/disk/by-label/_CentOS-6.8-i386 /dev/block/253:1', 'SUBSYSTEM': 'block', 'UDISKS_DM_TARGETS_LENGTH': '10035200', 'DM_SBIN_PATH': '/sbin', 'UDISKS_DM_TARGETS_START': '0', 'sysfs_path': '/devices/virtual/block/dm-1', 'ID_FS_LABEL': '_CentOS-6.8-i386', 'ID_FS_USAGE': 'filesystem', 'MINOR': '1', 'symlinks': ['/dev/mapper/live-osimg-min', '/dev/disk/by-id/dm-name-live-osimg-min', '/dev/disk/by-uuid/159d6037-41bb-428f-9d6b-1e6781bf2835', '/dev/disk/by-label/_CentOS-6.8-i386', '/dev/block/253:1'], 'MAJOR': '253', 'name': 'dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'UDEV_LOG': '3', 'DEVNAME': 'dm-1', 'UDISKS_DM_TARGETS_TYPE': 'snapshot'} ; name: live-osimg-min ; 11:50:02,356 DEBUG : Ignoring read only device live-osimg-min 11:50:02,356 DEBUG : lvm filter: adding live-osimg-min to the reject list 11:50:02,356 DEBUG : ignoring live-osimg-min (/devices/virtual/block/dm-1) 11:50:02,362 DEBUG : DeviceTree.addUdevDevice: info: {'ID_REVISION': '00000001', 'LVM_SBIN_PATH': '/sbin', 'ID_PATH': 'pci-0000:00:07.1-scsi-1:0:0:0', 'ANACBIN': '/sbin', 'ID_MODEL_ENC': 'VMware\\x20Virtual\\x20IDE\\x20CDROM\\x20Drive\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', 'ID_FS_LABEL_ENC': 'nglinux', 'ID_SERIAL': 'VMware_Virtual_IDE_CDROM_Drive_10000000000000000001', 'UDISKS_PRESENTATION_NOPOLICY': '0', 'ID_CDROM_MEDIA_DVD': '1', 'ID_CDROM_MEDIA': '1', 'ID_CDROM_MEDIA_STATE': 'complete', 'DEVTYPE': 'disk', 'ID_BUS': 'ata', 'MPATH_SBIN_PATH': '/sbin', 'ID_FS_TYPE': 'iso9660', 'DEVLINKS': '/dev/block/11:0 /dev/scd0 /dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001 /dev/disk/by-path/pci-0000:00:07.1-scsi-1:0:0:0 /dev/disk/by-label/nglinux /dev/cdrom1 /dev/cdrw1 /dev/dvd1 /dev/dvdrw1 /dev/live', 'SUBSYSTEM': 'block', 'ID_CDROM_MEDIA_SESSION_COUNT': '1', 'ID_ATA': '1', 'ID_CDROM_DVD_R': '1', 'ID_CDROM': '1', 'ID_MODEL': 'VMware_Virtual_IDE_CDROM_Drive', 'ID_SERIAL_SHORT': '10000000000000000001', 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', 'ID_CDROM_CD_RW': '1', 'ID_CDROM_MRW': '1', 'ID_FS_LABEL': 'nglinux', 'ID_FS_USAGE': 'filesystem', 'ID_CDROM_CD_R': '1', 'ID_CDROM_MRW_W': '1', 'MINOR': '0', 'symlinks': ['/dev/block/11:0', '/dev/scd0', '/dev/disk/by-id/ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001', '/dev/disk/by-path/pci-0000:00:07.1-scsi-1:0:0:0', '/dev/disk/by-label/nglinux', '/dev/cdrom1', '/dev/cdrw1', '/dev/dvd1', '/dev/dvdrw1', '/dev/live'], 'MAJOR': '11', 'name': 'sr0', 'DEVPATH': '/devices/pci0000:00/0000:00:07.1/host1/target1:0:0/1:0:0:0/block/sr0', 'ID_CDROM_DVD': '1', 'UDEV_LOG': '3', 'DEVNAME': 'sr0', 'sysfs_path': '/devices/pci0000:00/0000:00:07.1/host1/target1:0:0/1:0:0:0/block/sr0', 'GENERATED': '1', 'ID_CDROM_MEDIA_TRACK_COUNT': '1', 'ID_ATA_FEATURE_SET_PM': '1', 'ACL_MANAGE': '1', 'ID_CDROM_DVD_RAM': '1', 'ID_TYPE': 'cd'} ; name: sr0 ; 11:50:02,362 DEBUG : scanning sr0 (/devices/pci0000:00/0000:00:07.1/host1/target1:0:0/1:0:0:0/block/sr0)... 11:50:02,363 DEBUG : looking for device 'sr0'... 11:50:02,363 DEBUG : found None 11:50:02,363 DEBUG : sr0 is a cdrom 11:50:02,367 DEBUG : DeviceTree.addUdevOpticalDevice: 11:50:02,369 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,370 DEBUG : OpticalDevice._setFormat: sr0 ; current: None ; type: None ; 11:50:02,371 DEBUG : added cdrom sr0 (id 3) to device tree 11:50:02,372 DEBUG : OpticalDevice.mediaPresent: sr0 ; status: True ; 11:50:02,374 DEBUG : DeviceTree.handleUdevDeviceFormat: name: sr0 ; 11:50:02,375 DEBUG : DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; 11:50:02,377 DEBUG : Iso9660FS.supported: supported: True ; 11:50:02,378 DEBUG : getFormat('iso9660') returning Iso9660FS instance 11:50:02,378 DEBUG : device sr0 does not contain a disklabel 11:50:02,378 DEBUG : type detected on 'sr0' is 'iso9660' 11:50:02,380 DEBUG : Iso9660FS.supported: supported: True ; 11:50:02,381 DEBUG : Iso9660FS.supported: supported: True ; 11:50:02,382 DEBUG : getFormat('iso9660') returning Iso9660FS instance 11:50:02,383 DEBUG : OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; 11:50:02,385 DEBUG : OpticalDevice.mediaPresent: sr0 ; status: True ; 11:50:02,386 DEBUG : looking up parted Device: /dev/sr0 11:50:02,387 DEBUG : got device: OpticalDevice instance (0x9a98d0c) -- name = sr0 status = True parents = [] kids = 0 id = 3 uuid = None format = size = 1911.83007812 major = 11 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:07.1/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = target size = 0 path = /dev/sr0 format args = [] originalFormat = DeviceFormat instance (0x9a98fac) -- type = None name = Unknown status = False device = /dev/sr0 uuid = None exists = True options = None supported = False formattable = False resizable = False 11:50:02,388 DEBUG : Iso9660FS.supported: supported: True ; 11:50:02,389 DEBUG : got format: Iso9660FS instance (0x9bb09ac) -- type = iso9660 name = iso9660 status = False device = /dev/sr0 uuid = None exists = True options = ro supported = True formattable = False resizable = False mountpoint = None mountopts = None label = nglinux size = 0 targetSize = 0 11:50:02,517 DEBUG : DiskDevice.teardown: sda ; status: True ; 11:50:02,576 DEBUG : OpticalDevice.teardown: sr0 ; status: True ; 11:50:02,637 INFO : failed to unlink /etc/mdadm.conf 11:50:02,638 INFO : edd: MBR signature on sda is zero. new disk image? 11:50:02,639 INFO : edd: collected mbr signatures: {} 11:50:02,645 DEBUG : OpticalDevice.mediaPresent: sr0 ; status: True ; 11:50:02,649 DEBUG : Iso9660FS.supported: supported: True ; 11:50:02,659 DEBUG : doAutoPartition(<__main__.Anaconda object at 0xb736804c>) 11:50:02,659 DEBUG : doAutoPart: True 11:50:02,659 DEBUG : clearPartType: 0 11:50:02,659 DEBUG : clearPartDisks: ['sda'] 11:50:02,659 DEBUG : autoPartitionRequests: [ , , , ] 11:50:02,660 DEBUG : storage.disks: ['sda'] 11:50:02,660 DEBUG : storage.partitioned: ['sda'] 11:50:02,660 DEBUG : all names: ['sda', 'sr0'] 11:50:02,660 DEBUG : checking whether disk sda has an empty extended 11:50:02,661 DEBUG : extended is None ; logicals is [] 11:50:02,664 DEBUG : LVMPhysicalVolume.__init__: mountpoint: None ; 11:50:02,664 DEBUG : getFormat('lvmpv') returning LVMPhysicalVolume instance 11:50:02,665 DEBUG : DiskDevice.addChild: kids: 0 ; name: sda ; 11:50:02,666 DEBUG : PartitionDevice._setFormat: req0 ; 11:50:02,668 DEBUG : PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; 11:50:02,669 DEBUG : DiskDevice.removeChild: kids: 1 ; name: sda ; 11:50:02,669 DEBUG : added partition req0 (id 4) to device tree 11:50:02,669 DEBUG : registered action: Create Device partition req0 (id 4) 11:50:02,670 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,670 DEBUG : registered action: Create Format lvmpv on partition req0 (id 4) 11:50:02,672 DEBUG : Ext4FS.supported: supported: True ; 11:50:02,673 DEBUG : getFormat('ext4') returning Ext4FS instance 11:50:02,675 DEBUG : DiskDevice.addChild: kids: 0 ; name: sda ; 11:50:02,676 DEBUG : PartitionDevice._setFormat: req1 ; 11:50:02,679 DEBUG : PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; 11:50:02,682 DEBUG : DiskDevice.removeChild: kids: 1 ; name: sda ; 11:50:02,682 DEBUG : added partition req1 (id 5) to device tree 11:50:02,682 DEBUG : registered action: Create Device partition req1 (id 5) 11:50:02,682 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,683 DEBUG : registered action: Create Format ext4 on partition req1 (id 5) 11:50:02,683 WARNING : not sanity checking devices because I don't know how yet 11:50:02,697 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:02,698 DEBUG : removing all non-preexisting partitions ['req0(id 4)', 'req1(id 5)'] from disk(s) ['sda'] 11:50:02,698 DEBUG : allocatePartitions: disks=['sda'] ; partitions=['req0(id 4)', 'req1(id 5)'] 11:50:02,698 DEBUG : removing all non-preexisting partitions ['req1(id 5)', 'req0(id 4)'] from disk(s) ['sda'] 11:50:02,701 DEBUG : allocating partition: req1 ; id: 5 ; disks: ['sda'] ; boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 11:50:02,701 DEBUG : checking freespace on sda 11:50:02,702 DEBUG : getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False 11:50:02,702 DEBUG : current free range is 63-41943039 (20479MB) 11:50:02,703 DEBUG : updating use_disk to DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 0 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 0 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = (sda), type: 0 11:50:02,703 DEBUG : new free: parted.Geometry instance -- start: 63 end: 41943039 length: 41942977 device: PedGeometry: <_ped.Geometry object at 0x9bb6e6c> (63-41943039 / 20479MB) 11:50:02,704 DEBUG : new free allows for 0 sectors of growth 11:50:02,704 DEBUG : found free space for bootable request 11:50:02,704 DEBUG : adjusted start sector from 63 to 2048 11:50:02,708 DEBUG : created partition sda1 of 500MB and added it to /dev/sda 11:50:02,709 DEBUG : PartitionDevice._setPartedPartition: req1 ; 11:50:02,712 DEBUG : device req1 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 1 path: /dev/sda1 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9bcd6ec> has path /dev/sda1 11:50:02,719 DEBUG : PartitionDevice._setDisk: sda1 ; new: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 0 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 1 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = ; old: None ; 11:50:02,721 DEBUG : DiskDevice.addChild: kids: 0 ; name: sda ; 11:50:02,723 DEBUG : PartitionDevice._setPartedPartition: sda1 ; 11:50:02,724 DEBUG : device sda1 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 1 path: /dev/sda1 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9a9b86c> has path /dev/sda1 11:50:02,724 DEBUG : allocating partition: req0 ; id: 4 ; disks: ['sda'] ; boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 0 11:50:02,724 DEBUG : checking freespace on sda 11:50:02,724 DEBUG : getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=False best=None grow=True 11:50:02,725 DEBUG : current free range is 63-2047 (0MB) 11:50:02,725 DEBUG : current free range is 1026048-41943039 (19979MB) 11:50:02,725 DEBUG : evaluating growth potential for new layout 11:50:02,725 DEBUG : calculating growth for disk /dev/sda 11:50:02,729 DEBUG : PartitionDevice._setPartedPartition: req0 ; 11:50:02,730 DEBUG : device req0 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 2 path: /dev/sda2 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9a9b80c> has path /dev/sda2 11:50:02,736 DEBUG : PartitionDevice._setDisk: sda2 ; new: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 1 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 2 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = ; old: None ; 11:50:02,737 DEBUG : DiskDevice.addChild: kids: 1 ; name: sda ; 11:50:02,737 DEBUG : adding request 5 to chunk Chunk instance -- device = /dev/sda start = 2048 end = 41943039 length = 41940992 size = 20479 pool = 41940992 remaining = 0 sectorSize = 512 11:50:02,738 DEBUG : adding request 4 to chunk Chunk instance -- device = /dev/sda start = 2048 end = 41943039 length = 41940992 size = 20479 pool = 40916992 remaining = 0 sectorSize = 512 11:50:02,738 DEBUG : Chunk.growRequests: Chunk instance -- device = /dev/sda start = 2048 end = 41943039 length = 41940992 size = 20479 pool = 40914944 remaining = 1 sectorSize = 512 11:50:02,738 DEBUG : 1 partitions and 40914944 (19978MB) left in chunk 11:50:02,738 DEBUG : adding 40914944 (19978MB) to 4 (sda2) 11:50:02,738 DEBUG : new grow amount for partition 4 (sda2) is 40914944 sectors, or 19978MB 11:50:02,738 DEBUG : request 5 (sda1) growth: 0 (0MB) size: 500MB 11:50:02,738 DEBUG : request 4 (sda2) growth: 40914944 (19978MB) size: 19979MB 11:50:02,739 DEBUG : disk /dev/sda growth: 40914944 (19978MB) 11:50:02,740 DEBUG : PartitionDevice._setPartedPartition: sda2 ; 11:50:02,740 DEBUG : device sda2 new partedPartition None has path None 11:50:02,749 DEBUG : PartitionDevice._setDisk: req0 ; new: None ; old: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 2 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 1 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = ; 11:50:02,750 DEBUG : DiskDevice.removeChild: kids: 2 ; name: sda ; 11:50:02,750 DEBUG : total growth: 40914944 sectors 11:50:02,751 DEBUG : updating use_disk to DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 1 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 1 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = (sda), type: 0 11:50:02,751 DEBUG : new free: parted.Geometry instance -- start: 1026048 end: 41943039 length: 40916992 device: PedGeometry: <_ped.Geometry object at 0x9bb690c> (1026048-41943039 / 19979MB) 11:50:02,751 DEBUG : new free allows for 40914944 sectors of growth 11:50:02,752 DEBUG : created partition sda2 of 1MB and added it to /dev/sda 11:50:02,752 DEBUG : PartitionDevice._setPartedPartition: req0 ; 11:50:02,753 DEBUG : device req0 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 2 path: /dev/sda2 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9a9b83c> has path /dev/sda2 11:50:02,757 DEBUG : PartitionDevice._setDisk: sda2 ; new: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 1 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 2 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = ; old: None ; 11:50:02,758 DEBUG : DiskDevice.addChild: kids: 1 ; name: sda ; 11:50:02,759 DEBUG : PartitionDevice._setPartedPartition: sda2 ; 11:50:02,762 DEBUG : device sda2 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 2 path: /dev/sda2 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9a9b47c> has path /dev/sda2 11:50:02,763 DEBUG : growPartitions: disks=['sda'], partitions=['sda2(id 4)', 'sda1(id 5)'] 11:50:02,763 DEBUG : growable partitions are ['sda2'] 11:50:02,763 DEBUG : growing partitions on sda 11:50:02,763 DEBUG : adding request 4 to chunk Chunk instance -- device = /dev/sda start = 2048 end = 41943039 length = 41940992 size = 20479 pool = 41940992 remaining = 0 sectorSize = 512 11:50:02,764 DEBUG : adding request 5 to chunk Chunk instance -- device = /dev/sda start = 2048 end = 41943039 length = 41940992 size = 20479 pool = 41938944 remaining = 1 sectorSize = 512 11:50:02,764 DEBUG : disk sda has 1 chunks 11:50:02,764 DEBUG : Chunk.growRequests: Chunk instance -- device = /dev/sda start = 2048 end = 41943039 length = 41940992 size = 20479 pool = 40914944 remaining = 1 sectorSize = 512 11:50:02,764 DEBUG : 1 partitions and 40914944 (19978MB) left in chunk 11:50:02,764 DEBUG : adding 40914944 (19978MB) to 4 (sda2) 11:50:02,764 DEBUG : new grow amount for partition 4 (sda2) is 40914944 sectors, or 19978MB 11:50:02,764 DEBUG : partition sda1 (5): 0 11:50:02,765 DEBUG : new geometry for sda1: parted.Geometry instance -- start: 2048 end: 1026047 length: 1024000 device: PedGeometry: <_ped.Geometry object at 0x9a98b2c> 11:50:02,765 DEBUG : partition sda2 (4): 0 11:50:02,765 DEBUG : new geometry for sda2: parted.Geometry instance -- start: 1026048 end: 41943039 length: 40916992 device: PedGeometry: <_ped.Geometry object at 0x9a98b6c> 11:50:02,765 DEBUG : removing all non-preexisting partitions ['sda1(id 5)', 'sda2(id 4)'] from disk(s) ['sda'] 11:50:02,769 DEBUG : PartitionDevice._setPartedPartition: sda1 ; 11:50:02,769 DEBUG : device sda1 new partedPartition None has path None 11:50:02,770 DEBUG : PartitionDevice._setDisk: req1 ; new: None ; old: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 2 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 1 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = ; 11:50:02,771 DEBUG : DiskDevice.removeChild: kids: 2 ; name: sda ; 11:50:02,776 DEBUG : PartitionDevice._setPartedPartition: sda2 ; 11:50:02,776 DEBUG : device sda2 new partedPartition None has path None 11:50:02,778 DEBUG : PartitionDevice._setDisk: req0 ; new: None ; old: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 1 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 0 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = ; 11:50:02,779 DEBUG : DiskDevice.removeChild: kids: 1 ; name: sda ; 11:50:02,779 DEBUG : back from removeNewPartitions 11:50:02,779 DEBUG : extended: None 11:50:02,780 DEBUG : setting req1 new geometry: parted.Geometry instance -- start: 2048 end: 1026047 length: 1024000 device: PedGeometry: <_ped.Geometry object at 0x9a98b2c> 11:50:02,781 DEBUG : PartitionDevice._setPartedPartition: req1 ; 11:50:02,781 DEBUG : device req1 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 1 path: /dev/sda1 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9a9b44c> has path /dev/sda1 11:50:02,782 DEBUG : PartitionDevice._setDisk: sda1 ; new: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 0 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 1 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = ; old: None ; 11:50:02,784 DEBUG : DiskDevice.addChild: kids: 0 ; name: sda ; 11:50:02,785 DEBUG : PartitionDevice._setPartedPartition: sda1 ; 11:50:02,786 DEBUG : device sda1 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 1 path: /dev/sda1 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9a9b35c> has path /dev/sda1 11:50:02,786 DEBUG : setting req0 new geometry: parted.Geometry instance -- start: 1026048 end: 41943039 length: 40916992 device: PedGeometry: <_ped.Geometry object at 0x9a98b6c> 11:50:02,787 DEBUG : PartitionDevice._setPartedPartition: req0 ; 11:50:02,788 DEBUG : device req0 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 2 path: /dev/sda2 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9a9b29c> has path /dev/sda2 11:50:02,789 DEBUG : PartitionDevice._setDisk: sda2 ; new: DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 1 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 2 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = ; old: None ; 11:50:02,790 DEBUG : DiskDevice.addChild: kids: 1 ; name: sda ; 11:50:02,791 DEBUG : PartitionDevice._setPartedPartition: sda2 ; 11:50:02,791 DEBUG : device sda2 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 2 path: /dev/sda2 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9a9b77c> has path /dev/sda2 11:50:02,793 DEBUG : PartitionDevice.addChild: kids: 0 ; name: sda2 ; 11:50:02,793 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,794 DEBUG : LVMVolumeGroupDevice._setFormat: vg_nglinux ; current: None ; type: None ; 11:50:02,794 DEBUG : added lvmvg vg_nglinux (id 6) to device tree 11:50:02,794 DEBUG : registered action: Create Device lvmvg vg_nglinux (id 6) 11:50:02,794 DEBUG : PV size == 19979.0 11:50:02,795 DEBUG : Ext4FS.supported: supported: True ; 11:50:02,795 DEBUG : getFormat('ext4') returning Ext4FS instance 11:50:02,796 DEBUG : LVMVolumeGroupDevice.addChild: kids: 0 ; name: vg_nglinux ; 11:50:02,797 DEBUG : LVMLogicalVolumeDevice._setFormat: vg_nglinux-lv_root ; current: None ; type: ext4 ; 11:50:02,797 DEBUG : Adding vg_nglinux-lv_root/1024MB to vg_nglinux 11:50:02,798 DEBUG : added lvmlv vg_nglinux-lv_root (id 7) to device tree 11:50:02,798 DEBUG : registered action: Create Device lvmlv vg_nglinux-lv_root (id 7) 11:50:02,798 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,798 DEBUG : registered action: Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) 11:50:02,799 DEBUG : SwapSpace.__init__: mountpoint: None ; 11:50:02,799 DEBUG : getFormat('swap') returning SwapSpace instance 11:50:02,800 DEBUG : LVMVolumeGroupDevice.addChild: kids: 1 ; name: vg_nglinux ; 11:50:02,801 DEBUG : LVMLogicalVolumeDevice._setFormat: vg_nglinux-lv_swap ; current: None ; type: swap ; 11:50:02,801 DEBUG : Adding vg_nglinux-lv_swap/2016MB to vg_nglinux 11:50:02,801 DEBUG : added lvmlv vg_nglinux-lv_swap (id 8) to device tree 11:50:02,802 DEBUG : registered action: Create Device lvmlv vg_nglinux-lv_swap (id 8) 11:50:02,802 DEBUG : getFormat('None') returning DeviceFormat instance 11:50:02,802 DEBUG : registered action: Create Format swap on lvmlv vg_nglinux-lv_swap (id 8) 11:50:02,802 DEBUG : PV size == 19979.0 11:50:02,802 DEBUG : vg_nglinux size is 19976MB 11:50:02,802 DEBUG : lv lv_root uses 0MB for snapshots 11:50:02,802 DEBUG : lv lv_swap uses 0MB for snapshots 11:50:02,802 DEBUG : PV size == 19979.0 11:50:02,803 DEBUG : vg vg_nglinux has 16936MB free 11:50:02,804 DEBUG : PV size == 19979.0 11:50:02,804 DEBUG : vg_nglinux size is 19976MB 11:50:02,804 DEBUG : lv lv_root uses 0MB for snapshots 11:50:02,804 DEBUG : lv lv_swap uses 0MB for snapshots 11:50:02,804 DEBUG : PV size == 19979.0 11:50:02,804 DEBUG : vg vg_nglinux has 16936MB free 11:50:02,805 DEBUG : vg vg_nglinux: 16936MB free ; lvs: ['lv_root', 'lv_swap'] 11:50:02,805 DEBUG : PV size == 19979.0 11:50:02,805 DEBUG : PV size == 19979.0 11:50:02,805 DEBUG : PV size == 19979.0 11:50:02,805 DEBUG : used: 3040MB ; vg.size: 19976MB 11:50:02,805 DEBUG : checking lv vg_nglinux-lv_swap: req_grow: True ; req_percent: 0 11:50:02,805 DEBUG : grow is 11231MB 11:50:02,806 DEBUG : vg_nglinux-lv_swap getting 0MB (66%) of 0MB leftover space 11:50:02,806 DEBUG : grow is now 11231MB 11:50:02,806 DEBUG : max size is 2016MB 11:50:02,806 DEBUG : lv vg_nglinux-lv_swap gets 0MB 11:50:02,806 DEBUG : checking lv vg_nglinux-lv_root: req_grow: True ; req_percent: 0 11:50:02,806 DEBUG : grow is 5704MB 11:50:02,806 DEBUG : vg_nglinux-lv_root getting 11231MB (100%) of 11231MB leftover space 11:50:02,806 DEBUG : grow is now 16936MB 11:50:02,806 DEBUG : max size is 17960MB 11:50:02,806 DEBUG : lv vg_nglinux-lv_root gets 16936MB 11:50:02,806 DEBUG : trying to set lv vg_nglinux-lv_swap size to 2016MB 11:50:02,807 DEBUG : PV size == 19979.0 11:50:02,807 DEBUG : vg_nglinux size is 19976MB 11:50:02,807 DEBUG : lv lv_root uses 0MB for snapshots 11:50:02,807 DEBUG : lv lv_swap uses 0MB for snapshots 11:50:02,807 DEBUG : PV size == 19979.0 11:50:02,807 DEBUG : vg vg_nglinux has 16936MB free 11:50:02,807 DEBUG : trying to set lv vg_nglinux-lv_root size to 17960MB 11:50:02,807 DEBUG : PV size == 19979.0 11:50:02,808 DEBUG : vg_nglinux size is 19976MB 11:50:02,808 DEBUG : lv lv_root uses 0MB for snapshots 11:50:02,808 DEBUG : lv lv_swap uses 0MB for snapshots 11:50:02,808 DEBUG : PV size == 19979.0 11:50:02,808 DEBUG : vg vg_nglinux has 16936MB free 11:50:02,808 DEBUG : PV size == 19979.0 11:50:02,808 DEBUG : vg_nglinux size is 19976MB 11:50:02,808 DEBUG : lv lv_root uses 0MB for snapshots 11:50:02,808 DEBUG : lv lv_swap uses 0MB for snapshots 11:50:02,809 DEBUG : PV size == 19979.0 11:50:02,809 DEBUG : vg vg_nglinux has 0MB free 11:50:02,809 DEBUG : vg vg_nglinux has 0MB free 11:50:02,809 WARNING : not sanity checking storage config because I don't know how yet 11:50:02,862 DEBUG : looking for device 'sda'... 11:50:02,863 DEBUG : found DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 2 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- type = disklabel name = partition table (MSDOS) status = False device = /dev/sda uuid = None exists = False options = None supported = False formattable = True resizable = False type = msdos partition count = 2 sectorSize = 512 align_offset = 0 align_grain = 2048 partedDisk = origPartedDisk = partedDevice = removable = False partedDevice = 11:50:04,102 DEBUG : OpticalDevice.teardown: sr0 ; status: True ; 11:50:04,142 DEBUG : PartitionDevice.teardown: sda1 ; status: False ; 11:50:04,143 DEBUG : PartitionDevice.teardown: sda1 ; status: False ; 11:50:04,144 DEBUG : DiskDevice.teardown: sda ; status: True ; 11:50:04,198 DEBUG : LVMLogicalVolumeDevice.teardown: vg_nglinux-lv_root ; status: False ; 11:50:04,200 DEBUG : LVMVolumeGroupDevice.teardown: vg_nglinux ; status: False ; 11:50:04,201 DEBUG : PartitionDevice.teardown: sda2 ; status: False ; 11:50:04,201 DEBUG : PartitionDevice.teardown: sda2 ; status: False ; 11:50:04,203 DEBUG : DiskDevice.teardown: sda ; status: True ; 11:50:04,237 DEBUG : LVMLogicalVolumeDevice.teardown: vg_nglinux-lv_swap ; status: False ; 11:50:04,238 DEBUG : LVMVolumeGroupDevice.teardown: vg_nglinux ; status: False ; 11:50:04,239 DEBUG : PartitionDevice.teardown: sda2 ; status: False ; 11:50:04,241 DEBUG : PartitionDevice.teardown: sda2 ; status: False ; 11:50:04,244 DEBUG : DiskDevice.teardown: sda ; status: True ; 11:50:04,294 DEBUG : OpticalDevice.teardown: sr0 ; status: True ; 11:50:04,328 DEBUG : PartitionDevice.teardown: sda1 ; status: False ; 11:50:04,329 DEBUG : PartitionDevice.teardown: sda1 ; status: False ; 11:50:04,330 DEBUG : DiskDevice.teardown: sda ; status: True ; 11:50:04,362 DEBUG : LVMLogicalVolumeDevice.teardown: vg_nglinux-lv_root ; status: False ; 11:50:04,363 DEBUG : LVMVolumeGroupDevice.teardown: vg_nglinux ; status: False ; 11:50:04,364 DEBUG : PartitionDevice.teardown: sda2 ; status: False ; 11:50:04,365 DEBUG : PartitionDevice.teardown: sda2 ; status: False ; 11:50:04,366 DEBUG : DiskDevice.teardown: sda ; status: True ; 11:50:04,401 DEBUG : LVMLogicalVolumeDevice.teardown: vg_nglinux-lv_swap ; status: False ; 11:50:04,402 DEBUG : LVMVolumeGroupDevice.teardown: vg_nglinux ; status: False ; 11:50:04,403 DEBUG : PartitionDevice.teardown: sda2 ; status: False ; 11:50:04,404 DEBUG : PartitionDevice.teardown: sda2 ; status: False ; 11:50:04,405 DEBUG : DiskDevice.teardown: sda ; status: True ; 11:50:04,440 DEBUG : resetting parted disks... 11:50:04,442 DEBUG : DiskLabel.resetPartedDisk: device: /dev/sda ; 11:50:04,443 DEBUG : PartitionDevice.preCommitFixup: sda2 ; 11:50:04,445 DEBUG : PartitionDevice.preCommitFixup: sda1 ; 11:50:04,445 DEBUG : action: Destroy Format None on disk sda (id 2) 11:50:04,445 DEBUG : action: Create Format disklabel on disk sda (id 2) 11:50:04,445 DEBUG : action: Create Device partition sda2 (id 4) 11:50:04,445 DEBUG : action: Create Format lvmpv on partition sda2 (id 4) 11:50:04,445 DEBUG : action: Create Device partition sda1 (id 5) 11:50:04,445 DEBUG : action: Create Format ext4 on partition sda1 (id 5) 11:50:04,445 DEBUG : action: Create Device lvmvg vg_nglinux (id 6) 11:50:04,446 DEBUG : action: Create Device lvmlv vg_nglinux-lv_root (id 7) 11:50:04,446 DEBUG : action: Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) 11:50:04,446 DEBUG : action: Create Device lvmlv vg_nglinux-lv_swap (id 8) 11:50:04,446 DEBUG : action: Create Format swap on lvmlv vg_nglinux-lv_swap (id 8) 11:50:04,446 DEBUG : pruning action queue... 11:50:04,446 DEBUG : action 'Create Device partition sda2 (id 4)' (163270604) 11:50:04,446 DEBUG : action 'Create Device partition sda1 (id 5)' (163427884) 11:50:04,446 DEBUG : action 'Create Device lvmvg vg_nglinux (id 6)' (162076812) 11:50:04,446 DEBUG : action 'Create Device lvmlv vg_nglinux-lv_root (id 7)' (162096524) 11:50:04,447 DEBUG : action 'Create Device lvmlv vg_nglinux-lv_swap (id 8)' (162095628) 11:50:04,447 DEBUG : action 'Destroy Format None on disk sda (id 2)' (163251532) 11:50:04,447 DEBUG : action 'Create Format disklabel on disk sda (id 2)' (163252172) 11:50:04,447 DEBUG : action 'Create Format lvmpv on partition sda2 (id 4)' (163270508) 11:50:04,447 DEBUG : action 'Create Format ext4 on partition sda1 (id 5)' (163428460) 11:50:04,447 DEBUG : action 'Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7)' (162096588) 11:50:04,447 DEBUG : action 'Create Format swap on lvmlv vg_nglinux-lv_swap (id 8)' (162096268) 11:50:04,447 DEBUG : action: Destroy Format None on disk sda (id 2) 11:50:04,448 DEBUG : action: Create Format disklabel on disk sda (id 2) 11:50:04,448 DEBUG : action: Create Device partition sda2 (id 4) 11:50:04,448 DEBUG : action: Create Format lvmpv on partition sda2 (id 4) 11:50:04,448 DEBUG : action: Create Device partition sda1 (id 5) 11:50:04,448 DEBUG : action: Create Format ext4 on partition sda1 (id 5) 11:50:04,448 DEBUG : action: Create Device lvmvg vg_nglinux (id 6) 11:50:04,448 DEBUG : action: Create Device lvmlv vg_nglinux-lv_root (id 7) 11:50:04,448 DEBUG : action: Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) 11:50:04,448 DEBUG : action: Create Device lvmlv vg_nglinux-lv_swap (id 8) 11:50:04,448 DEBUG : action: Create Format swap on lvmlv vg_nglinux-lv_swap (id 8) 11:50:04,449 DEBUG : sorting actions... 11:50:04,449 DEBUG : cmp: 1 -- Create Format disklabel on disk sda (id 2) | Destroy Format None on disk sda (id 2) 11:50:04,449 DEBUG : cmp: 1 -- Create Device partition sda2 (id 4) | Create Format disklabel on disk sda (id 2) 11:50:04,449 DEBUG : cmp: 1 -- Create Format lvmpv on partition sda2 (id 4) | Create Device partition sda2 (id 4) 11:50:04,449 DEBUG : cmp: -1 -- Create Device partition sda1 (id 5) | Create Format lvmpv on partition sda2 (id 4) 11:50:04,449 DEBUG : cmp: -1 -- Create Device partition sda1 (id 5) | Create Device partition sda2 (id 4) 11:50:04,449 DEBUG : cmp: 1 -- Create Device partition sda1 (id 5) | Create Format disklabel on disk sda (id 2) 11:50:04,450 DEBUG : cmp: 1 -- Create Format ext4 on partition sda1 (id 5) | Create Device partition sda1 (id 5) 11:50:04,450 DEBUG : cmp: -1 -- Create Format ext4 on partition sda1 (id 5) | Create Format lvmpv on partition sda2 (id 4) 11:50:04,450 DEBUG : cmp: -1 -- Create Format ext4 on partition sda1 (id 5) | Create Device partition sda2 (id 4) 11:50:04,450 DEBUG : cmp: 1 -- Create Device lvmvg vg_nglinux (id 6) | Create Format ext4 on partition sda1 (id 5) 11:50:04,450 DEBUG : cmp: 1 -- Create Device lvmvg vg_nglinux (id 6) | Create Format lvmpv on partition sda2 (id 4) 11:50:04,450 DEBUG : cmp: 1 -- Create Device lvmlv vg_nglinux-lv_root (id 7) | Create Format ext4 on partition sda1 (id 5) 11:50:04,450 DEBUG : cmp: 1 -- Create Device lvmlv vg_nglinux-lv_root (id 7) | Create Format lvmpv on partition sda2 (id 4) 11:50:04,451 DEBUG : cmp: 1 -- Create Device lvmlv vg_nglinux-lv_root (id 7) | Create Device lvmvg vg_nglinux (id 6) 11:50:04,451 DEBUG : cmp: 1 -- Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) | Create Device partition sda2 (id 4) 11:50:04,451 DEBUG : cmp: 1 -- Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) | Create Device lvmvg vg_nglinux (id 6) 11:50:04,451 DEBUG : cmp: 1 -- Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) | Create Device lvmlv vg_nglinux-lv_root (id 7) 11:50:04,451 DEBUG : cmp: 1 -- Create Device lvmlv vg_nglinux-lv_swap (id 8) | Create Device partition sda2 (id 4) 11:50:04,451 DEBUG : cmp: 0 -- Create Device lvmlv vg_nglinux-lv_swap (id 8) | Create Device lvmlv vg_nglinux-lv_root (id 7) 11:50:04,451 DEBUG : cmp: 0 -- Create Device lvmlv vg_nglinux-lv_swap (id 8) | Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) 11:50:04,451 DEBUG : cmp: 1 -- Create Format swap on lvmlv vg_nglinux-lv_swap (id 8) | Create Format lvmpv on partition sda2 (id 4) 11:50:04,452 DEBUG : cmp: 0 -- Create Format swap on lvmlv vg_nglinux-lv_swap (id 8) | Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) 11:50:04,452 DEBUG : cmp: 1 -- Create Format swap on lvmlv vg_nglinux-lv_swap (id 8) | Create Device lvmlv vg_nglinux-lv_swap (id 8) 11:50:04,452 DEBUG : action: Destroy Format None on disk sda (id 2) 11:50:04,452 DEBUG : lvm filter: removing sda2 from the reject list 11:50:04,452 DEBUG : sda2 wasn't in the reject list 11:50:04,452 DEBUG : lvm filter: removing sda1 from the reject list 11:50:04,452 DEBUG : sda1 wasn't in the reject list 11:50:04,452 DEBUG : lvm filter: removing vg_nglinux from the reject list 11:50:04,452 DEBUG : vg_nglinux wasn't in the reject list 11:50:04,453 DEBUG : lvm filter: removing vg_nglinux-lv_root from the reject list 11:50:04,453 DEBUG : vg_nglinux-lv_root wasn't in the reject list 11:50:04,453 DEBUG : lvm filter: removing vg_nglinux-lv_swap from the reject list 11:50:04,453 DEBUG : vg_nglinux-lv_swap wasn't in the reject list 11:50:04,453 DEBUG : action: Create Format disklabel on disk sda (id 2) 11:50:04,453 DEBUG : lvm filter: removing sda2 from the reject list 11:50:04,453 DEBUG : sda2 wasn't in the reject list 11:50:04,453 DEBUG : lvm filter: removing sda1 from the reject list 11:50:04,453 DEBUG : sda1 wasn't in the reject list 11:50:04,453 DEBUG : lvm filter: removing vg_nglinux from the reject list 11:50:04,454 DEBUG : vg_nglinux wasn't in the reject list 11:50:04,454 DEBUG : lvm filter: removing vg_nglinux-lv_root from the reject list 11:50:04,454 DEBUG : vg_nglinux-lv_root wasn't in the reject list 11:50:04,454 DEBUG : lvm filter: removing vg_nglinux-lv_swap from the reject list 11:50:04,454 DEBUG : vg_nglinux-lv_swap wasn't in the reject list 11:50:04,454 DEBUG : action: Create Device partition sda1 (id 5) 11:50:04,454 DEBUG : action: Create Format ext4 on partition sda1 (id 5) 11:50:04,454 DEBUG : action: Create Device partition sda2 (id 4) 11:50:04,455 DEBUG : lvm filter: removing vg_nglinux from the reject list 11:50:04,455 DEBUG : vg_nglinux wasn't in the reject list 11:50:04,455 DEBUG : lvm filter: removing vg_nglinux-lv_root from the reject list 11:50:04,455 DEBUG : vg_nglinux-lv_root wasn't in the reject list 11:50:04,455 DEBUG : lvm filter: removing vg_nglinux-lv_swap from the reject list 11:50:04,455 DEBUG : vg_nglinux-lv_swap wasn't in the reject list 11:50:04,455 DEBUG : action: Create Format lvmpv on partition sda2 (id 4) 11:50:04,455 DEBUG : lvm filter: removing vg_nglinux from the reject list 11:50:04,456 DEBUG : vg_nglinux wasn't in the reject list 11:50:04,456 DEBUG : lvm filter: removing vg_nglinux-lv_root from the reject list 11:50:04,456 DEBUG : vg_nglinux-lv_root wasn't in the reject list 11:50:04,456 DEBUG : lvm filter: removing vg_nglinux-lv_swap from the reject list 11:50:04,456 DEBUG : vg_nglinux-lv_swap wasn't in the reject list 11:50:04,456 DEBUG : action: Create Device lvmvg vg_nglinux (id 6) 11:50:04,456 DEBUG : lvm filter: removing vg_nglinux-lv_root from the reject list 11:50:04,456 DEBUG : vg_nglinux-lv_root wasn't in the reject list 11:50:04,456 DEBUG : lvm filter: removing vg_nglinux-lv_swap from the reject list 11:50:04,456 DEBUG : vg_nglinux-lv_swap wasn't in the reject list 11:50:04,457 DEBUG : action: Create Device lvmlv vg_nglinux-lv_root (id 7) 11:50:04,457 DEBUG : action: Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) 11:50:04,457 DEBUG : action: Create Device lvmlv vg_nglinux-lv_swap (id 8) 11:50:04,457 DEBUG : action: Create Format swap on lvmlv vg_nglinux-lv_swap (id 8) 11:50:04,457 INFO : executing action: Destroy Format None on disk sda (id 2) 11:50:04,458 DEBUG : DiskDevice.setup: sda ; status: True ; orig: True ; 11:50:04,459 DEBUG : DeviceFormat.destroy: device: /dev/sda ; status: False ; type: None ; 11:50:04,459 DEBUG : zeroing out beginning and end of /dev/sda... 11:50:04,896 DEBUG : DiskDevice.teardown: sda ; status: True ; 11:50:05,013 INFO : executing action: Create Format disklabel on disk sda (id 2) 11:50:05,016 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:05,018 DEBUG : DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; 11:50:05,020 DEBUG : DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; 11:50:05,022 DEBUG : DiskLabel.commit: device: /dev/sda ; numparts: 0 ; 11:50:07,023 DEBUG : DiskDevice.updateSysfsPath: sda ; status: True ; 11:50:07,024 DEBUG : sda sysfsPath set to /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda 11:50:07,049 INFO : executing action: Create Device partition sda1 (id 5) 11:50:07,052 DEBUG : PartitionDevice.create: sda1 ; status: False ; 11:50:07,199 INFO : NOTE: recursive device creation disabled 11:50:07,201 DEBUG : PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: False ; 11:50:07,203 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:07,214 DEBUG : DiskLabel.commit: device: /dev/sda ; numparts: 1 ; 11:50:07,561 DEBUG : DeviceFormat.destroy: device: /dev/sda1 ; status: False ; type: None ; 11:50:07,563 DEBUG : zeroing out beginning and end of /dev/sda1... 11:50:07,586 DEBUG : PartitionDevice._setPartedPartition: sda1 ; 11:50:07,594 DEBUG : device sda1 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 1 path: /dev/sda1 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9bdc5fc> has path /dev/sda1 11:50:07,595 DEBUG : PartitionDevice.setup: sda1 ; status: True ; orig: False ; 11:50:07,601 DEBUG : PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: False ; 11:50:07,616 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:07,620 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:07,621 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:07,699 INFO : executing action: Create Format ext4 on partition sda1 (id 5) 11:50:07,701 DEBUG : PartitionDevice.setup: sda1 ; status: True ; orig: False ; 11:50:07,705 DEBUG : PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: False ; 11:50:07,707 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:07,708 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:07,712 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:07,713 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 1 ; 11:50:07,714 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 1 ; 11:50:07,715 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 2 ; 11:50:07,720 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 2 ; 11:50:07,721 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 3 ; 11:50:07,724 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 3 ; 11:50:07,725 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 4 ; 11:50:07,726 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 4 ; 11:50:07,727 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 5 ; 11:50:07,728 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 5 ; 11:50:07,729 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 6 ; 11:50:07,730 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 6 ; 11:50:07,731 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 8 ; 11:50:07,731 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 8 ; 11:50:07,732 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 9 ; 11:50:07,733 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 9 ; 11:50:07,735 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 10 ; 11:50:07,737 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 10 ; 11:50:07,737 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 11 ; 11:50:07,738 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 11 ; 11:50:07,740 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 12 ; 11:50:07,741 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 12 ; 11:50:07,742 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 13 ; 11:50:07,743 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 13 ; 11:50:07,744 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 14 ; 11:50:07,744 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 14 ; 11:50:07,745 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 15 ; 11:50:07,746 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 15 ; 11:50:07,748 DEBUG : DiskLabel.commitToDisk: device: /dev/sda ; numparts: 1 ; 11:50:07,753 DEBUG : Ext4FS.create: device: /dev/sda1 ; status: False ; type: ext4 ; 11:50:07,754 DEBUG : Ext4FS.doFormat: device: /dev/sda1 ; mountpoint: /boot ; type: ext4 ; 11:50:08,708 DEBUG : Ext4FS.notifyKernel: device: /dev/sda1 ; type: ext4 ; 11:50:08,971 DEBUG : PartitionDevice.updateSysfsPath: sda1 ; status: True ; 11:50:08,972 DEBUG : PartitionDevice.updateSysfsPath: sda1 ; status: True ; 11:50:08,972 DEBUG : sda1 sysfsPath set to /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 11:50:09,001 INFO : executing action: Create Device partition sda2 (id 4) 11:50:09,003 DEBUG : PartitionDevice.create: sda2 ; status: False ; 11:50:09,161 INFO : NOTE: recursive device creation disabled 11:50:09,162 DEBUG : PartitionDevice.setupParents: kids: 1 ; name: sda2 ; orig: False ; 11:50:09,163 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:09,166 DEBUG : DiskLabel.commit: device: /dev/sda ; numparts: 2 ; 11:50:09,424 DEBUG : DeviceFormat.destroy: device: /dev/sda2 ; status: False ; type: None ; 11:50:09,424 DEBUG : zeroing out beginning and end of /dev/sda2... 11:50:09,438 DEBUG : PartitionDevice._setPartedPartition: sda2 ; 11:50:09,438 DEBUG : device sda2 new partedPartition parted.Partition instance -- disk: fileSystem: None number: 2 path: /dev/sda2 type: 0 name: None active: True busy: False geometry: PedPartition: <_ped.Partition object at 0x9be044c> has path /dev/sda2 11:50:09,440 DEBUG : PartitionDevice.setup: sda2 ; status: True ; orig: False ; 11:50:09,446 DEBUG : PartitionDevice.setupParents: kids: 1 ; name: sda2 ; orig: False ; 11:50:09,448 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:09,461 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:09,462 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:09,494 INFO : executing action: Create Format lvmpv on partition sda2 (id 4) 11:50:09,497 DEBUG : PartitionDevice.setup: sda2 ; status: True ; orig: False ; 11:50:09,498 DEBUG : PartitionDevice.setupParents: kids: 1 ; name: sda2 ; orig: False ; 11:50:09,499 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:09,500 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:09,502 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:09,503 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 1 ; 11:50:09,504 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 1 ; 11:50:09,505 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 2 ; 11:50:09,506 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 2 ; 11:50:09,507 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 3 ; 11:50:09,509 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 3 ; 11:50:09,510 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 4 ; 11:50:09,511 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 4 ; 11:50:09,512 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 5 ; 11:50:09,514 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 5 ; 11:50:09,515 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 8 ; 11:50:09,516 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 8 ; 11:50:09,517 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 9 ; 11:50:09,519 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 9 ; 11:50:09,520 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 10 ; 11:50:09,521 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 10 ; 11:50:09,522 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 11 ; 11:50:09,523 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 11 ; 11:50:09,523 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 12 ; 11:50:09,524 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 12 ; 11:50:09,525 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 13 ; 11:50:09,526 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 13 ; 11:50:09,528 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 14 ; 11:50:09,529 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 14 ; 11:50:09,530 DEBUG : PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 15 ; 11:50:09,531 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 15 ; 11:50:09,532 DEBUG : PartitionDevice.setFlag: path: /dev/sda2 ; flag: 6 ; 11:50:09,533 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda2 ; flag: 6 ; 11:50:09,534 DEBUG : DiskLabel.commitToDisk: device: /dev/sda ; numparts: 2 ; 11:50:09,537 DEBUG : LVMPhysicalVolume.create: device: /dev/sda2 ; status: None ; type: lvmpv ; 11:50:09,944 DEBUG : LVMPhysicalVolume.create: device: /dev/sda2 ; status: None ; type: lvmpv ; 11:50:09,946 DEBUG : LVMPhysicalVolume.destroy: device: /dev/sda2 ; status: None ; type: lvmpv ; 11:50:09,946 DEBUG : zeroing out beginning and end of /dev/sda2... 11:50:10,352 DEBUG : LVMPhysicalVolume.notifyKernel: device: /dev/sda2 ; type: lvmpv ; 11:50:10,625 DEBUG : PartitionDevice.updateSysfsPath: sda2 ; status: True ; 11:50:10,627 DEBUG : PartitionDevice.updateSysfsPath: sda2 ; status: True ; 11:50:10,628 DEBUG : sda2 sysfsPath set to /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda/sda2 11:50:10,657 INFO : executing action: Create Device lvmvg vg_nglinux (id 6) 11:50:10,660 DEBUG : LVMVolumeGroupDevice.create: vg_nglinux ; status: False ; 11:50:10,934 INFO : NOTE: recursive device creation disabled 11:50:10,936 DEBUG : LVMVolumeGroupDevice.setupParents: kids: 2 ; name: vg_nglinux ; orig: False ; 11:50:10,937 DEBUG : PartitionDevice.setup: sda2 ; status: True ; orig: False ; 11:50:10,939 DEBUG : PartitionDevice.setupParents: kids: 1 ; name: sda2 ; orig: False ; 11:50:10,947 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:10,948 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:10,958 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:11,339 DEBUG : LVMVolumeGroupDevice.setup: vg_nglinux ; status: True ; orig: False ; 11:50:11,456 INFO : executing action: Create Device lvmlv vg_nglinux-lv_root (id 7) 11:50:11,458 DEBUG : LVMLogicalVolumeDevice.create: vg_nglinux-lv_root ; status: False ; 11:50:11,637 INFO : NOTE: recursive device creation disabled 11:50:11,638 DEBUG : LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: vg_nglinux-lv_root ; orig: False ; 11:50:11,641 DEBUG : LVMVolumeGroupDevice.setup: vg_nglinux ; status: True ; orig: False ; 11:50:11,913 DEBUG : VG has 4994 free PEs of size 4.0 11:50:12,559 DEBUG : LVMLogicalVolumeDevice.setup: vg_nglinux-lv_root ; status: True ; orig: False ; 11:50:12,692 INFO : executing action: Create Format ext4 on lvmlv vg_nglinux-lv_root (id 7) 11:50:12,695 DEBUG : LVMLogicalVolumeDevice.setup: vg_nglinux-lv_root ; status: True ; orig: False ; 11:50:12,697 DEBUG : Ext4FS.create: device: /dev/mapper/vg_nglinux-lv_root ; status: False ; type: ext4 ; 11:50:12,700 DEBUG : Ext4FS.doFormat: device: /dev/mapper/vg_nglinux-lv_root ; mountpoint: / ; type: ext4 ; 11:50:16,106 DEBUG : Ext4FS.notifyKernel: device: /dev/mapper/vg_nglinux-lv_root ; type: ext4 ; 11:50:17,305 DEBUG : LVMLogicalVolumeDevice.updateSysfsPath: vg_nglinux-lv_root ; status: True ; 11:50:17,307 DEBUG : LVMLogicalVolumeDevice.getDMNode: vg_nglinux-lv_root ; status: True ; 11:50:17,339 INFO : executing action: Create Device lvmlv vg_nglinux-lv_swap (id 8) 11:50:17,342 DEBUG : LVMLogicalVolumeDevice.create: vg_nglinux-lv_swap ; status: False ; 11:50:17,649 INFO : NOTE: recursive device creation disabled 11:50:17,650 DEBUG : LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: vg_nglinux-lv_swap ; orig: False ; 11:50:17,653 DEBUG : LVMVolumeGroupDevice.setup: vg_nglinux ; status: True ; orig: False ; 11:50:17,994 DEBUG : VG has 504 free PEs of size 4.0 11:50:18,741 DEBUG : LVMLogicalVolumeDevice.setup: vg_nglinux-lv_swap ; status: True ; orig: False ; 11:50:18,773 INFO : executing action: Create Format swap on lvmlv vg_nglinux-lv_swap (id 8) 11:50:18,776 DEBUG : LVMLogicalVolumeDevice.setup: vg_nglinux-lv_swap ; status: True ; orig: False ; 11:50:18,777 DEBUG : SwapSpace.create: device: /dev/mapper/vg_nglinux-lv_swap ; status: None ; type: swap ; 11:50:18,937 DEBUG : SwapSpace.create: device: /dev/mapper/vg_nglinux-lv_swap ; status: None ; type: swap ; 11:50:19,414 DEBUG : LVMLogicalVolumeDevice.updateSysfsPath: vg_nglinux-lv_swap ; status: True ; 11:50:19,416 DEBUG : LVMLogicalVolumeDevice.getDMNode: vg_nglinux-lv_swap ; status: True ; 11:50:19,454 INFO : setting boot flag on sda1 11:50:19,456 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 1 ; 11:50:19,457 DEBUG : PartitionDevice.setFlag: path: /dev/sda1 ; flag: 1 ; 11:50:19,458 DEBUG : PartitionDevice.flagAvailable: path: /dev/sda1 ; flag: 1 ; 11:50:19,460 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:19,461 DEBUG : DiskLabel.commitToDisk: device: /dev/sda ; numparts: 2 ; 11:50:19,475 DEBUG : Ext4FS.supported: supported: True ; 11:50:19,482 DEBUG : OpticalDevice.mediaPresent: sr0 ; status: True ; 11:50:19,487 DEBUG : Iso9660FS.supported: supported: True ; 11:50:19,487 DEBUG : PV size == 19979.0 11:50:19,488 DEBUG : PV size == 19979.0 11:50:19,489 DEBUG : PV size == 19979.0 11:50:19,489 DEBUG : vg_nglinux size is 19976MB 11:50:19,490 DEBUG : looking up parted Device: /dev/mapper/vg_nglinux-lv_root 11:50:19,493 DEBUG : looking up parted Device: /dev/mapper/vg_nglinux-lv_swap 11:50:19,501 DEBUG : lv lv_root uses 0MB for snapshots 11:50:19,501 DEBUG : lv lv_swap uses 0MB for snapshots 11:50:19,501 DEBUG : PV size == 19979.0 11:50:19,508 DEBUG : vg vg_nglinux has 0MB free 11:50:19,508 DEBUG : PV size == 19979.0 11:50:19,509 DEBUG : vg_nglinux size is 19976MB 11:50:19,510 DEBUG : lv lv_root uses 0MB for snapshots 11:50:19,515 DEBUG : lv lv_swap uses 0MB for snapshots 11:50:19,516 DEBUG : PV size == 19979.0 11:50:19,516 DEBUG : vg vg_nglinux has 0MB free 11:50:19,534 DEBUG : Ext4FS.supported: supported: True ; 11:50:19,553 DEBUG : LVMLogicalVolumeDevice.setup: vg_nglinux-lv_swap ; status: True ; orig: False ; 11:50:19,559 DEBUG : SwapSpace.setup: device: /dev/mapper/vg_nglinux-lv_swap ; status: False ; type: swap ; 11:50:19,561 DEBUG : SwapSpace.setup: device: /dev/mapper/vg_nglinux-lv_swap ; status: False ; type: swap ; 11:50:19,883 DEBUG : BindFS.supported: supported: False ; 11:50:19,885 DEBUG : BindFS.supported: supported: False ; 11:50:19,885 DEBUG : getFormat('bind') returning BindFS instance 11:50:19,890 DEBUG : DirectoryDevice._setFormat: /dev ; current: None ; type: bind ; 11:50:19,891 DEBUG : TmpFS.supported: supported: False ; 11:50:19,893 DEBUG : getFormat('tmpfs') returning TmpFS instance 11:50:19,894 DEBUG : NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; 11:50:19,899 DEBUG : DevPtsFS.supported: supported: False ; 11:50:19,899 DEBUG : getFormat('devpts') returning DevPtsFS instance 11:50:19,900 DEBUG : NoDevice._setFormat: devpts ; current: None ; type: devpts ; 11:50:19,904 DEBUG : SysFS.supported: supported: False ; 11:50:19,904 DEBUG : getFormat('sysfs') returning SysFS instance 11:50:19,905 DEBUG : NoDevice._setFormat: sysfs ; current: None ; type: sysfs ; 11:50:19,921 DEBUG : ProcFS.supported: supported: False ; 11:50:19,925 DEBUG : getFormat('proc') returning ProcFS instance 11:50:19,926 DEBUG : NoDevice._setFormat: proc ; current: None ; type: proc ; 11:50:19,928 DEBUG : PartitionDevice.setup: sda1 ; status: True ; orig: False ; 11:50:19,929 DEBUG : PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: False ; 11:50:19,929 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:50:19,930 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:19,933 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:50:19,941 INFO : set SELinux context for mountpoint /boot to system_u:object_r:boot_t:s0 11:50:20,407 INFO : set SELinux context for newly mounted filesystem root at /boot to system_u:object_r:boot_t:s0 11:50:20,587 DEBUG : DirectoryDevice.setup: /dev ; status: True ; orig: False ; 11:50:20,588 DEBUG : DirectoryDevice.setupParents: kids: 0 ; name: /dev ; orig: False ; 11:50:20,589 INFO : set SELinux context for mountpoint /dev to system_u:object_r:device_t:s0 11:50:20,606 INFO : set SELinux context for newly mounted filesystem root at /dev to system_u:object_r:device_t:s0 11:50:20,608 DEBUG : NoDevice.setup: devpts ; status: False ; orig: False ; 11:50:20,612 INFO : set SELinux context for mountpoint /dev/pts to system_u:object_r:devpts_t:s0 11:50:20,622 INFO : set SELinux context for newly mounted filesystem root at /dev/pts to system_u:object_r:devpts_t:s0 11:50:20,624 DEBUG : NoDevice.setup: tmpfs ; status: False ; orig: False ; 11:50:20,625 INFO : set SELinux context for mountpoint /dev/shm to system_u:object_r:tmpfs_t:s0 11:50:20,682 INFO : set SELinux context for newly mounted filesystem root at /dev/shm to system_u:object_r:tmpfs_t:s0 11:50:20,684 DEBUG : NoDevice.setup: proc ; status: False ; orig: False ; 11:50:20,685 INFO : set SELinux context for mountpoint /proc to None 11:50:20,694 INFO : set SELinux context for newly mounted filesystem root at /proc to None 11:50:20,697 DEBUG : NoDevice.setup: sysfs ; status: False ; orig: False ; 11:50:20,698 INFO : set SELinux context for mountpoint /sys to system_u:object_r:sysfs_t:s0 11:50:20,708 INFO : set SELinux context for newly mounted filesystem root at /sys to system_u:object_r:sysfs_t:s0 11:50:20,727 DEBUG : looking for device 'sda'... 11:50:20,728 DEBUG : found DiskDevice instance (0x9a988ec) -- name = sda status = True parents = [] kids = 2 id = 2 uuid = None format = size = 20480.0 major = 8 minor = 0 exists = True sysfs path = /devices/pci0000:00/0000:00:10.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = target size = 0 path = /dev/sda format args = [] originalFormat = DiskLabel instance (0x9a98fcc) -- 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 = origPartedDisk = partedDevice = removable = False partedDevice = 11:50:20,885 DEBUG : NoDevice.teardown: sysfs ; status: False ; 11:50:20,897 DEBUG : NoDevice.teardown: proc ; status: False ; 11:50:20,909 DEBUG : NoDevice.teardown: tmpfs ; status: False ; 11:50:20,920 DEBUG : NoDevice.teardown: devpts ; status: False ; 11:50:20,930 DEBUG : DirectoryDevice.teardown: /dev ; status: True ; 11:50:22,058 DEBUG : PartitionDevice.teardown: sda1 ; status: True ; 11:50:22,064 DEBUG : PartitionDevice.teardown: sda1 ; status: True ; 11:50:22,129 DEBUG : LVMLogicalVolumeDevice.teardown: vg_nglinux-lv_root ; status: True ; 11:50:22,669 DEBUG : SwapSpace.teardown: device: /dev/mapper/vg_nglinux-lv_swap ; status: True ; type: swap ; 11:50:22,697 DEBUG : LVMLogicalVolumeDevice.teardown: vg_nglinux-lv_swap ; status: True ; 11:50:22,702 DEBUG : SwapSpace.teardown: device: /dev/mapper/vg_nglinux-lv_swap ; status: False ; type: swap ; 11:50:22,703 DEBUG : SwapSpace.teardown: device: /dev/mapper/vg_nglinux-lv_swap ; status: False ; type: swap ; 11:50:23,134 DEBUG : LVMLogicalVolumeDevice.setup: vg_nglinux-lv_root ; status: False ; orig: False ; 11:50:23,135 DEBUG : LVMVolumeGroupDevice.setup: vg_nglinux ; status: True ; orig: False ; 11:54:02,469 DEBUG : LVMLogicalVolumeDevice.setup: vg_nglinux-lv_root ; status: True ; orig: False ; 11:54:02,475 INFO : set SELinux context for mountpoint / to system_u:object_r:root_t:s0 11:54:02,559 INFO : set SELinux context for newly mounted filesystem root at / to system_u:object_r:root_t:s0 11:54:02,606 DEBUG : PartitionDevice.setup: sda1 ; status: True ; orig: False ; 11:54:02,607 DEBUG : PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: False ; 11:54:02,608 DEBUG : DiskDevice.setup: sda ; status: True ; orig: False ; 11:54:02,609 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:54:02,610 DEBUG : DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; 11:54:02,614 INFO : set SELinux context for mountpoint /boot to system_u:object_r:boot_t:s0 11:54:03,051 INFO : set SELinux context for newly mounted filesystem root at /boot to system_u:object_r:boot_t:s0 11:54:03,084 DEBUG : DirectoryDevice.setup: /dev ; status: True ; orig: False ; 11:54:03,085 DEBUG : DirectoryDevice.setupParents: kids: 0 ; name: /dev ; orig: False ; 11:54:03,087 INFO : set SELinux context for mountpoint /dev to system_u:object_r:device_t:s0 11:54:03,094 INFO : set SELinux context for newly mounted filesystem root at /dev to system_u:object_r:device_t:s0 11:54:03,097 DEBUG : NoDevice.setup: devpts ; status: False ; orig: False ; 11:54:03,098 INFO : set SELinux context for mountpoint /dev/pts to system_u:object_r:devpts_t:s0 11:54:03,109 INFO : set SELinux context for newly mounted filesystem root at /dev/pts to system_u:object_r:devpts_t:s0 11:54:03,111 DEBUG : NoDevice.setup: tmpfs ; status: False ; orig: False ; 11:54:03,112 INFO : set SELinux context for mountpoint /dev/shm to system_u:object_r:tmpfs_t:s0 11:54:03,150 INFO : set SELinux context for newly mounted filesystem root at /dev/shm to system_u:object_r:tmpfs_t:s0 11:54:03,152 DEBUG : NoDevice.setup: proc ; status: False ; orig: False ; 11:54:03,189 INFO : set SELinux context for mountpoint /proc to None 11:54:03,198 INFO : set SELinux context for newly mounted filesystem root at /proc to None 11:54:03,200 DEBUG : NoDevice.setup: sysfs ; status: False ; orig: False ; 11:54:03,296 INFO : set SELinux context for mountpoint /sys to system_u:object_r:sysfs_t:s0 11:54:03,309 INFO : set SELinux context for newly mounted filesystem root at /sys to system_u:object_r:sysfs_t:s0 11:54:03,312 DEBUG : LVMLogicalVolumeDevice.setup: vg_nglinux-lv_root ; status: True ; orig: False ; 11:54:03,406 DEBUG : LVMLogicalVolumeDevice.updateSysfsPath: vg_nglinux-lv_root ; status: True ; 11:54:03,407 DEBUG : LVMLogicalVolumeDevice.getDMNode: vg_nglinux-lv_root ; status: True ; 11:54:03,801 DEBUG : LVMLogicalVolumeDevice.updateSysfsPath: vg_nglinux-lv_root ; status: True ; 11:54:03,803 DEBUG : LVMLogicalVolumeDevice.getDMNode: vg_nglinux-lv_root ; status: True ; 11:54:03,937 INFO : set SELinux context for mountpoint /boot to system_u:object_r:boot_t:s0 11:54:04,383 INFO : set SELinux context for newly mounted filesystem root at /boot to system_u:object_r:boot_t:s0 11:54:04,463 INFO : set SELinux context for mountpoint /boot to system_u:object_r:boot_t:s0 11:54:04,670 INFO : set SELinux context for newly mounted filesystem root at /boot to system_u:object_r:boot_t:s0 11:54:04,959 DEBUG : looking up parted Device: /dev/sda2 11:54:04,962 DEBUG : looking up parted Device: /dev/sda1 11:54:04,976 DEBUG : Ext4FS.supported: supported: True ; 11:54:04,980 DEBUG : PV size == 19979.0 11:54:04,980 DEBUG : looking up parted Device: /dev/mapper/vg_nglinux 11:54:04,985 DEBUG : PV size == 19979.0 11:54:04,986 DEBUG : PV size == 19979.0 11:54:04,986 DEBUG : vg_nglinux size is 19976MB 11:54:04,986 DEBUG : lv lv_root uses 0MB for snapshots 11:54:04,987 DEBUG : lv lv_swap uses 0MB for snapshots 11:54:04,987 DEBUG : PV size == 19979.0 11:54:04,987 DEBUG : vg vg_nglinux has 0MB free 11:54:04,987 DEBUG : PV size == 19979.0 11:54:04,987 DEBUG : vg_nglinux size is 19976MB 11:54:04,988 DEBUG : lv lv_root uses 0MB for snapshots 11:54:04,988 DEBUG : lv lv_swap uses 0MB for snapshots 11:54:04,988 DEBUG : PV size == 19979.0 11:54:04,988 DEBUG : vg vg_nglinux has 0MB free 11:54:04,990 DEBUG : Ext4FS.supported: supported: True ; /tmp/ifcfg.log: 08:49:37,580 DEBUG : Network.update() called 08:49:37,589 DEBUG : Network.update() called /proc/cmdline: initrd=initrd0.img root=live:CDLABEL=nglinux rootfstype=auto ro liveimg quiet nodiskmount nolvmmount elevator=deadline rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 /var/log/dmesg: Initializing cgroup subsys cpuset Initializing cgroup subsys cpu Linux version 2.6.32-696.el6.i686 (mockbuild@c1bm.rdu2.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ) #1 SMP Tue Mar 21 18:53:30 UTC 2017 KERNEL supported cpus: Intel GenuineIntel AMD AuthenticAMD NSC Geode by NSC Cyrix CyrixInstead Centaur CentaurHauls Transmeta GenuineTMx86 Transmeta TransmetaCPU UMC UMC UMC UMC Disabled fast string operations BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f800 (usable) BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000003fef0000 (usable) BIOS-e820: 000000003fef0000 - 000000003feff000 (ACPI data) BIOS-e820: 000000003feff000 - 000000003ff00000 (ACPI NVS) BIOS-e820: 000000003ff00000 - 0000000040000000 (usable) BIOS-e820: 00000000f0000000 - 00000000f8000000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved) SMBIOS version 2.7 @ 0xF69C0 SMBIOS 2.7 present. DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/02/2015 Phoenix BIOS detected: BIOS may corrupt low RAM, working around it. e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) Hypervisor detected: VMware e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) e820 remove range: 00000000000a0000 - 0000000000100000 (usable) last_pfn = 0x40000 max_arch_pfn = 0x400000 x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 initial memory mapped : 0 - 01000000 init_memory_mapping: 0000000000000000-00000000375fe000 NX (Execute Disable) protection: active 0000000000 - 0000200000 page 4k 0000200000 - 0037400000 page 2M 0037400000 - 00375fe000 page 4k kernel direct mapping tables up to 375fe000 @ 10000-19000 RAMDISK: 3da71000 - 3fece47c Allocated new RAMDISK: 00cdd000 - 0313a47c Move RAMDISK from 000000003da71000 - 000000003fece47b to 00cdd000 - 0313a47b ACPI: Deleted _OSI(Windows 2012) ACPI: Deleted _OSI(Windows 2013) ACPI: RSDP 000f6a10 00024 (v02 PTLTD ) ACPI: XSDT 3fef048c 0005C (v01 INTEL 440BX 06040000 VMW 01324272) ACPI: FACP 3fefee73 000F4 (v04 INTEL 440BX 06040000 PTL 000F4240) ACPI: DSDT 3fef06f4 0E77F (v01 PTLTD Custom 06040000 MSFT 03000001) ACPI: FACS 3fefffc0 00040 ACPI: BOOT 3fef06cc 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) ACPI: APIC 3fef067c 00050 (v01 PTLTD ? APIC 06040000 LTP 00000000) ACPI: MCFG 3fef0640 0003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001) ACPI: SRAT 3fef0588 000B8 (v02 VMWARE MEMPLUG 06040000 VMW 00000001) ACPI: HPET 3fef0550 00038 (v01 VMWARE VMW HPET 06040000 VMW 00000001) ACPI: WAET 3fef0528 00028 (v01 VMWARE VMW WAET 06040000 VMW 00000001) ACPI: Local APIC address 0xfee00000 138MB HIGHMEM available. 885MB LOWMEM available. mapped low ram: 0 - 375fe000 low ram: 0 - 375fe000 node 0 low ram: 00000000 - 375fe000 node 0 bootmap 00014000 - 0001aec0 (9 early reservations) ==> bootmem [0000000000 - 00375fe000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] #3 [0000400000 - 0000cd20d0] TEXT DATA BSS ==> [0000400000 - 0000cd20d0] #4 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000] #5 [0000cd3000 - 0000cdc378] BRK ==> [0000cd3000 - 0000cdc378] #6 [0000010000 - 0000014000] PGTABLE ==> [0000010000 - 0000014000] #7 [0000cdd000 - 000313a47c] NEW RAMDISK ==> [0000cdd000 - 000313a47c] #8 [0000014000 - 000001b000] BOOTMAP ==> [0000014000 - 000001b000] found SMP MP-table at [c00f6a80] f6a80 Zone PFN ranges: DMA 0x00000010 -> 0x00001000 Normal 0x00001000 -> 0x000375fe HighMem 0x000375fe -> 0x00040000 Movable zone start PFN for each node early_node_map[3] active PFN ranges 0: 0x00000010 -> 0x0000009f 0: 0x00000100 -> 0x0003fef0 0: 0x0003ff00 -> 0x00040000 On node 0 totalpages: 262015 DMA zone: 32 pages used for memmap DMA zone: 0 pages reserved DMA zone: 3951 pages, LIFO batch:0 Normal zone: 1740 pages used for memmap Normal zone: 220978 pages, LIFO batch:31 HighMem zone: 277 pages used for memmap HighMem zone: 35037 pages, LIFO batch:7 Using APIC driver default ACPI: PM-Timer IO Port: 0x1008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Using ACPI (MADT) for SMP configuration information ACPI: HPET id: 0x8086af01 base: 0xfed00000 SMP: Allowing 1 CPUs, 0 hotplug CPUs nr_irqs_gsi: 24 PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000 PM: Registered nosave memory: 00000000000dc000 - 0000000000100000 Allocating PCI resources starting at 40000000 (gap: 40000000:b0000000) Booting paravirtualized kernel on bare hardware NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1 PERCPU: Embedded 16 pages/cpu @c3a00000 s41304 r0 d24232 u2097152 pcpu-alloc: s41304 r0 d24232 u2097152 alloc=1*2097152 pcpu-alloc: [0] 0 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259966 Kernel command line: initrd=initrd0.img root=live:CDLABEL=nglinux rootfstype=auto ro liveimg quiet nodiskmount nolvmmount elevator=deadline rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 PID hash table entries: 4096 (order: 2, 16384 bytes) Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 Initializing HighMem for node 0 (000375fe:00040000) Memory: 992064k/1048576k available (4627k kernel code, 55560k reserved, 2626k data, 556k init, 141256k highmem) virtual kernel memory layout: fixmap : 0xffad5000 - 0xfffff000 (5288 kB) pkmap : 0xff600000 - 0xff800000 (2048 kB) vmalloc : 0xf7dfe000 - 0xff5fe000 ( 120 MB) lowmem : 0xc0000000 - 0xf75fe000 ( 885 MB) .init : 0xc0b16000 - 0xc0ba1000 ( 556 kB) .data : 0xc0884eb8 - 0xc0b15968 (2626 kB) .text : 0xc0400000 - 0xc0884eb8 (4627 kB) Checking if this processor honours the WP bit even in supervisor mode...Ok. Hierarchical RCU implementation. NR_IRQS:2304 nr_irqs:256 Extended CMOS year: 2000 Console: colour VGA+ 80x25 console [tty0] enabled allocated 2097152 bytes of page_cgroup please try 'cgroup_disable=memory' option if you don't want memory cgroups hpet clockevent registered TSC freq read from hypervisor : 2400.250 MHz Detected 2400.250 MHz processor. Calibrating delay loop (skipped) preset value.. 4800.50 BogoMIPS (lpj=2400250) pid_max: default: 32768 minimum: 301 Security Framework initialized SELinux: Initializing. SELinux: Starting in permissive mode Mount-cache hash table entries: 512 Initializing cgroup subsys ns Initializing cgroup subsys cpuacct Initializing cgroup subsys memory Initializing cgroup subsys devices Initializing cgroup subsys freezer Initializing cgroup subsys net_cls Initializing cgroup subsys blkio Initializing cgroup subsys perf_event Initializing cgroup subsys net_prio Disabled fast string operations CPU: Physical Processor ID: 0 mce: CPU supports 0 MCE banks alternatives: switching to unfair spinlock SMP alternatives: switching to UP code Freeing SMP alternatives: 18k freed ACPI: Core revision 20090903 Enabling APIC mode: Flat. Using 1 I/O APICs ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 CPU0: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz stepping 03 Performance Events: 32-deep LBR, Skylake events, core PMU driver. CPUID marked event: 'cpu cycles' unavailable CPUID marked event: 'instructions' unavailable CPUID marked event: 'bus cycles' unavailable CPUID marked event: 'cache references' unavailable CPUID marked event: 'cache misses' unavailable CPUID marked event: 'branch instructions' unavailable CPUID marked event: 'branch misses' unavailable ... version: 1 ... bit width: 48 ... generic registers: 4 ... value mask: 0000ffffffffffff ... max period: 000000007fffffff ... fixed-purpose events: 0 ... event mask: 000000000000000f Brought up 1 CPUs Total of 1 processors activated (4800.50 BogoMIPS). sizeof(vma)=100 bytes sizeof(page)=32 bytes sizeof(inode)=352 bytes sizeof(dentry)=132 bytes sizeof(ext3inode)=508 bytes sizeof(buffer_head)=56 bytes sizeof(skbuff)=184 bytes sizeof(task_struct)=1360 bytes devtmpfs: initialized PM: Registering ACPI NVS region at 3feff000 (4096 bytes) regulator: core version 0.5 NET: Registered protocol family 16 ACPI: bus type pci registered PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 127 PCI: MCFG area at f0000000 reserved in E820 PCI: Using MMCONFIG for extended config space PCI: Using configuration type 1 for base access bio: create slab at 0 ACPI: EC: Look up EC in DSDT ACPI: BIOS _OSI(Linux) query ignored ACPI: Interpreter enabled ACPI: (supports S0 S1 S4 S5) ACPI: Using IOAPIC for interrupt routing ACPI: No dock devices found. PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f]) pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] pci_root PNP0A03:00: host bridge window [mem 0x000cc000-0x000cffff] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xfeff] PCI host bridge to bus 0000:00 pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff] pci 0000:00:07.1: reg 20: [io 0x1060-0x106f] pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB pci 0000:00:07.7: reg 10: [io 0x1080-0x10bf] pci 0000:00:07.7: reg 14: [mem 0xfebfe000-0xfebfffff 64bit] pci 0000:00:0f.0: reg 10: [io 0x1070-0x107f] pci 0000:00:0f.0: reg 14: [mem 0xe8000000-0xefffffff pref] pci 0000:00:0f.0: reg 18: [mem 0xfe000000-0xfe7fffff] pci 0000:00:0f.0: reg 30: [mem 0x00000000-0x00007fff pref] pci 0000:00:10.0: reg 10: [io 0x1400-0x14ff] pci 0000:00:10.0: reg 14: [mem 0xfeba0000-0xfebbffff 64bit] pci 0000:00:10.0: reg 1c: [mem 0xfebc0000-0xfebdffff 64bit] pci 0000:00:10.0: reg 30: [mem 0x00000000-0x00003fff pref] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold pci 0000:00:15.0: PME# disabled pci 0000:00:15.1: PME# supported from D0 D3hot D3cold pci 0000:00:15.1: PME# disabled pci 0000:00:15.2: PME# supported from D0 D3hot D3cold pci 0000:00:15.2: PME# disabled pci 0000:00:15.3: PME# supported from D0 D3hot D3cold pci 0000:00:15.3: PME# disabled pci 0000:00:15.4: PME# supported from D0 D3hot D3cold pci 0000:00:15.4: PME# disabled pci 0000:00:15.5: PME# supported from D0 D3hot D3cold pci 0000:00:15.5: PME# disabled pci 0000:00:15.6: PME# supported from D0 D3hot D3cold pci 0000:00:15.6: PME# disabled pci 0000:00:15.7: PME# supported from D0 D3hot D3cold pci 0000:00:15.7: PME# disabled pci 0000:00:16.0: PME# supported from D0 D3hot D3cold pci 0000:00:16.0: PME# disabled pci 0000:00:16.1: PME# supported from D0 D3hot D3cold pci 0000:00:16.1: PME# disabled pci 0000:00:16.2: PME# supported from D0 D3hot D3cold pci 0000:00:16.2: PME# disabled pci 0000:00:16.3: PME# supported from D0 D3hot D3cold pci 0000:00:16.3: PME# disabled pci 0000:00:16.4: PME# supported from D0 D3hot D3cold pci 0000:00:16.4: PME# disabled pci 0000:00:16.5: PME# supported from D0 D3hot D3cold pci 0000:00:16.5: PME# disabled pci 0000:00:16.6: PME# supported from D0 D3hot D3cold pci 0000:00:16.6: PME# disabled pci 0000:00:16.7: PME# supported from D0 D3hot D3cold pci 0000:00:16.7: PME# disabled pci 0000:00:17.0: PME# supported from D0 D3hot D3cold pci 0000:00:17.0: PME# disabled pci 0000:00:17.1: PME# supported from D0 D3hot D3cold pci 0000:00:17.1: PME# disabled pci 0000:00:17.2: PME# supported from D0 D3hot D3cold pci 0000:00:17.2: PME# disabled pci 0000:00:17.3: PME# supported from D0 D3hot D3cold pci 0000:00:17.3: PME# disabled pci 0000:00:17.4: PME# supported from D0 D3hot D3cold pci 0000:00:17.4: PME# disabled pci 0000:00:17.5: PME# supported from D0 D3hot D3cold pci 0000:00:17.5: PME# disabled pci 0000:00:17.6: PME# supported from D0 D3hot D3cold pci 0000:00:17.6: PME# disabled pci 0000:00:17.7: PME# supported from D0 D3hot D3cold pci 0000:00:17.7: PME# disabled pci 0000:00:18.0: PME# supported from D0 D3hot D3cold pci 0000:00:18.0: PME# disabled pci 0000:00:18.1: PME# supported from D0 D3hot D3cold pci 0000:00:18.1: PME# disabled pci 0000:00:18.2: PME# supported from D0 D3hot D3cold pci 0000:00:18.2: PME# disabled pci 0000:00:18.3: PME# supported from D0 D3hot D3cold pci 0000:00:18.3: PME# disabled pci 0000:00:18.4: PME# supported from D0 D3hot D3cold pci 0000:00:18.4: PME# disabled pci 0000:00:18.5: PME# supported from D0 D3hot D3cold pci 0000:00:18.5: PME# disabled pci 0000:00:18.6: PME# supported from D0 D3hot D3cold pci 0000:00:18.6: PME# disabled pci 0000:00:18.7: PME# supported from D0 D3hot D3cold pci 0000:00:18.7: PME# disabled pci 0000:00:01.0: PCI bridge to [bus 01-01] pci 0000:02:00.0: reg 20: [io 0x20c0-0x20df] pci 0000:02:01.0: reg 10: [io 0x2000-0x207f] pci 0000:02:01.0: reg 30: [mem 0x00000000-0x0000ffff pref] pci 0000:02:02.0: reg 10: [io 0x2080-0x20bf] pci 0000:02:03.0: reg 10: [mem 0xfd5ff000-0xfd5fffff] pci 0000:00:11.0: PCI bridge to [bus 02-02] (subtractive decode) pci 0000:00:11.0: bridge window [io 0x2000-0x3fff] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref] pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) pci 0000:00:11.0: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode) pci 0000:00:11.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode) pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode) pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode) pci 0000:00:11.0: bridge window [mem 0x40000000-0xfebfffff] (subtractive decode) pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff] (subtractive decode) pci 0000:00:15.0: PCI bridge to [bus 03-03] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff] pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref] pci 0000:00:15.1: PCI bridge to [bus 04-04] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff] pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref] pci 0000:00:15.2: PCI bridge to [bus 05-05] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff] pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref] pci 0000:00:15.3: PCI bridge to [bus 06-06] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff] pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref] pci 0000:00:15.4: PCI bridge to [bus 07-07] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff] pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref] pci 0000:00:15.5: PCI bridge to [bus 08-08] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff] pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref] pci 0000:00:15.6: PCI bridge to [bus 09-09] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff] pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref] pci 0000:00:15.7: PCI bridge to [bus 0a-0a] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff] pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref] pci 0000:00:16.0: PCI bridge to [bus 0b-0b] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff] pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref] pci 0000:00:16.1: PCI bridge to [bus 0c-0c] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff] pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref] pci 0000:00:16.2: PCI bridge to [bus 0d-0d] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff] pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref] pci 0000:00:16.3: PCI bridge to [bus 0e-0e] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff] pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref] pci 0000:00:16.4: PCI bridge to [bus 0f-0f] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff] pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref] pci 0000:00:16.5: PCI bridge to [bus 10-10] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff] pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref] pci 0000:00:16.6: PCI bridge to [bus 11-11] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff] pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref] pci 0000:00:16.7: PCI bridge to [bus 12-12] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff] pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref] pci 0000:00:17.0: PCI bridge to [bus 13-13] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff] pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref] pci 0000:00:17.1: PCI bridge to [bus 14-14] pci 0000:00:17.1: bridge window [io 0xa000-0xafff] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff] pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref] pci 0000:00:17.2: PCI bridge to [bus 15-15] pci 0000:00:17.2: bridge window [io 0xe000-0xefff] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff] pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref] pci 0000:00:17.3: PCI bridge to [bus 16-16] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff] pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref] pci 0000:00:17.4: PCI bridge to [bus 17-17] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff] pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref] pci 0000:00:17.5: PCI bridge to [bus 18-18] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff] pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref] pci 0000:00:17.6: PCI bridge to [bus 19-19] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff] pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref] pci 0000:00:17.7: PCI bridge to [bus 1a-1a] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff] pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref] pci 0000:00:18.0: PCI bridge to [bus 1b-1b] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff] pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref] pci 0000:00:18.1: PCI bridge to [bus 1c-1c] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff] pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref] pci 0000:00:18.2: PCI bridge to [bus 1d-1d] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff] pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref] pci 0000:00:18.3: PCI bridge to [bus 1e-1e] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff] pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref] pci 0000:00:18.4: PCI bridge to [bus 1f-1f] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff] pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref] pci 0000:00:18.5: PCI bridge to [bus 20-20] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff] pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref] pci 0000:00:18.6: PCI bridge to [bus 21-21] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff] pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref] pci 0000:00:18.7: PCI bridge to [bus 22-22] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff] pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref] pci_bus 0000:00: on NUMA node 0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] pci0000:00: Requesting ACPI _OSC control (0x1d) pci0000:00: ACPI _OSC control (0x15) granted ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15) ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15) ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 9 10 11 14 15) vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none vgaarb: loaded vgaarb: bridge control possible 0000:00:0f.0 SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Using ACPI for IRQ routing PCI: old code would have set cacheline size to 32 bytes, but clflush_size = 64 PCI: pci_cache_line_size set to 64 bytes NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 NetLabel: unlabeled traffic allowed by default HPET: 16 timers in total, 0 timers will be used for per-cpu timer hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 hpet0: 16 comparators, 64-bit 14.318180 MHz counter Switching to clocksource hpet pnp: PnP ACPI init ACPI: bus type pnp registered pnp 00:00: [io 0x0cf8-0x0cff] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 PNP0a08 (active) pnp 00:01: [io 0x0010-0x001f] pnp 00:01: [io 0x0024-0x0025] pnp 00:01: [io 0x0028-0x0029] pnp 00:01: [io 0x002c-0x002d] pnp 00:01: [io 0x002e-0x002f] pnp 00:01: [io 0x0030-0x0031] pnp 00:01: [io 0x0034-0x0035] pnp 00:01: [io 0x0038-0x0039] pnp 00:01: [io 0x003c-0x003d] pnp 00:01: [io 0x0050-0x0053] pnp 00:01: [io 0x0072-0x0077] pnp 00:01: [io 0x0080] pnp 00:01: [io 0x0090-0x009f] pnp 00:01: [io 0x00a4-0x00a5] pnp 00:01: [io 0x00a8-0x00a9] pnp 00:01: [io 0x00ac-0x00ad] pnp 00:01: [io 0x00b0-0x00b5] pnp 00:01: [io 0x00b8-0x00b9] pnp 00:01: [io 0x00bc-0x00bd] pnp 00:01: [io 0x1000-0x103f] pnp 00:01: [io 0x1040-0x104f] pnp 00:01: [io 0x0cf0-0x0cf1] pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) pnp 00:02: [io 0x0000-0x000f] pnp 00:02: [io 0x0081-0x008f] pnp 00:02: [io 0x00c0-0x00df] pnp 00:02: [dma 4] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) pnp 00:03: [io 0x0020-0x0021] pnp 00:03: [io 0x00a0-0x00a1] pnp 00:03: [io 0x04d0-0x04d1] pnp 00:03: [irq 2 disabled] pnp 00:03: Plug and Play ACPI device, IDs PNP0001 (active) pnp 00:04: [io 0x0070-0x0071] pnp 00:04: [irq 8] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) pnp 00:05: [io 0x0061] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) pnp 00:06: [io 0x0060] pnp 00:06: [io 0x0064] pnp 00:06: [irq 1] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active) pnp 00:07: [irq 12] pnp 00:07: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active) pnp 00:08: [mem 0xfed00000-0xfed003ff] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) pnp 00:09: [io 0x03f8-0x03ff] pnp 00:09: [irq 4] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active) pnp 00:0a: [mem 0xf0000000-0xf7ffffff] pnp 00:0a: [io 0xfce0-0xfcff] pnp 00:0a: [mem 0xfe800000-0xfe9fffff] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) pnp: PnP ACPI: found 11 devices ACPI: ACPI bus type pnp unregistered system 00:01: [io 0x1000-0x103f] has been reserved system 00:01: [io 0x1040-0x104f] has been reserved system 00:01: [io 0x0cf0-0x0cf1] has been reserved system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved system 00:0a: [io 0xfce0-0xfcff] has been reserved system 00:0a: [mem 0xf0000000-0xf7ffffff] has been reserved system 00:0a: [mem 0xfe800000-0xfe9fffff] has been reserved pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06-06] add_size 1000 pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07-07] add_size 1000 pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08-08] add_size 1000 pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09-09] add_size 1000 pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a-0a] add_size 1000 pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e-0e] add_size 1000 pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f-0f] add_size 1000 pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10-10] add_size 1000 pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11-11] add_size 1000 pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12-12] add_size 1000 pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16-16] add_size 1000 pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17-17] add_size 1000 pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18-18] add_size 1000 pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19-19] add_size 1000 pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a-1a] add_size 1000 pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d-1d] add_size 1000 pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e-1e] add_size 1000 pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f-1f] add_size 1000 pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20-20] add_size 1000 pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21-21] add_size 1000 pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22-22] add_size 1000 pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:15.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:15.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:15.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:15.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:16.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:16.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:16.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:16.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:16.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:17.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:17.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:17.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:17.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:17.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:18.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:18.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:18.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:18.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:18.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:18.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 pci 0000:00:0f.0: BAR 6: assigned [mem 0x40000000-0x40007fff pref] pci 0000:00:10.0: BAR 6: assigned [mem 0x40008000-0x4000bfff pref] pci 0000:00:15.3: BAR 13: can't assign io (size 0x1000) pci 0000:00:15.4: BAR 13: can't assign io (size 0x1000) pci 0000:00:15.5: BAR 13: can't assign io (size 0x1000) pci 0000:00:15.6: BAR 13: can't assign io (size 0x1000) pci 0000:00:15.7: BAR 13: can't assign io (size 0x1000) pci 0000:00:16.3: BAR 13: can't assign io (size 0x1000) pci 0000:00:16.4: BAR 13: can't assign io (size 0x1000) pci 0000:00:16.5: BAR 13: can't assign io (size 0x1000) pci 0000:00:16.6: BAR 13: can't assign io (size 0x1000) pci 0000:00:16.7: BAR 13: can't assign io (size 0x1000) pci 0000:00:17.3: BAR 13: can't assign io (size 0x1000) pci 0000:00:17.4: BAR 13: can't assign io (size 0x1000) pci 0000:00:17.5: BAR 13: can't assign io (size 0x1000) pci 0000:00:17.6: BAR 13: can't assign io (size 0x1000) pci 0000:00:17.7: BAR 13: can't assign io (size 0x1000) pci 0000:00:18.2: BAR 13: can't assign io (size 0x1000) pci 0000:00:18.3: BAR 13: can't assign io (size 0x1000) pci 0000:00:18.4: BAR 13: can't assign io (size 0x1000) pci 0000:00:18.5: BAR 13: can't assign io (size 0x1000) pci 0000:00:18.6: BAR 13: can't assign io (size 0x1000) pci 0000:00:18.7: BAR 13: can't assign io (size 0x1000) pci 0000:00:01.0: PCI bridge to [bus 01-01] pci 0000:02:01.0: BAR 6: assigned [mem 0xe7b00000-0xe7b0ffff pref] pci 0000:00:11.0: PCI bridge to [bus 02-02] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref] pci 0000:00:15.0: PCI bridge to [bus 03-03] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff] pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref] pci 0000:00:15.1: PCI bridge to [bus 04-04] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff] pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref] pci 0000:00:15.2: PCI bridge to [bus 05-05] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff] pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref] pci 0000:00:15.3: PCI bridge to [bus 06-06] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff] pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref] pci 0000:00:15.4: PCI bridge to [bus 07-07] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff] pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref] pci 0000:00:15.5: PCI bridge to [bus 08-08] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff] pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref] pci 0000:00:15.6: PCI bridge to [bus 09-09] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff] pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref] pci 0000:00:15.7: PCI bridge to [bus 0a-0a] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff] pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref] pci 0000:00:16.0: PCI bridge to [bus 0b-0b] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff] pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref] pci 0000:00:16.1: PCI bridge to [bus 0c-0c] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff] pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref] pci 0000:00:16.2: PCI bridge to [bus 0d-0d] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff] pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref] pci 0000:00:16.3: PCI bridge to [bus 0e-0e] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff] pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref] pci 0000:00:16.4: PCI bridge to [bus 0f-0f] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff] pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref] pci 0000:00:16.5: PCI bridge to [bus 10-10] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff] pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref] pci 0000:00:16.6: PCI bridge to [bus 11-11] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff] pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref] pci 0000:00:16.7: PCI bridge to [bus 12-12] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff] pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref] pci 0000:00:17.0: PCI bridge to [bus 13-13] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff] pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref] pci 0000:00:17.1: PCI bridge to [bus 14-14] pci 0000:00:17.1: bridge window [io 0xa000-0xafff] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff] pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref] pci 0000:00:17.2: PCI bridge to [bus 15-15] pci 0000:00:17.2: bridge window [io 0xe000-0xefff] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff] pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref] pci 0000:00:17.3: PCI bridge to [bus 16-16] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff] pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref] pci 0000:00:17.4: PCI bridge to [bus 17-17] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff] pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref] pci 0000:00:17.5: PCI bridge to [bus 18-18] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff] pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref] pci 0000:00:17.6: PCI bridge to [bus 19-19] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff] pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref] pci 0000:00:17.7: PCI bridge to [bus 1a-1a] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff] pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref] pci 0000:00:18.0: PCI bridge to [bus 1b-1b] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff] pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref] pci 0000:00:18.1: PCI bridge to [bus 1c-1c] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff] pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref] pci 0000:00:18.2: PCI bridge to [bus 1d-1d] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff] pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref] pci 0000:00:18.3: PCI bridge to [bus 1e-1e] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff] pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref] pci 0000:00:18.4: PCI bridge to [bus 1f-1f] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff] pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref] pci 0000:00:18.5: PCI bridge to [bus 20-20] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff] pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref] pci 0000:00:18.6: PCI bridge to [bus 21-21] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff] pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref] pci 0000:00:18.7: PCI bridge to [bus 22-22] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff] pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref] pci 0000:00:01.0: setting latency timer to 64 pci 0000:00:15.0: setting latency timer to 64 pci 0000:00:15.1: setting latency timer to 64 pci 0000:00:15.2: setting latency timer to 64 pci 0000:00:15.3: setting latency timer to 64 pci 0000:00:15.4: setting latency timer to 64 pci 0000:00:15.5: setting latency timer to 64 pci 0000:00:15.6: setting latency timer to 64 pci 0000:00:15.7: setting latency timer to 64 pci 0000:00:16.0: setting latency timer to 64 pci 0000:00:16.1: setting latency timer to 64 pci 0000:00:16.2: setting latency timer to 64 pci 0000:00:16.3: setting latency timer to 64 pci 0000:00:16.4: setting latency timer to 64 pci 0000:00:16.5: setting latency timer to 64 pci 0000:00:16.6: setting latency timer to 64 pci 0000:00:16.7: setting latency timer to 64 pci 0000:00:17.0: setting latency timer to 64 pci 0000:00:17.1: setting latency timer to 64 pci 0000:00:17.2: setting latency timer to 64 pci 0000:00:17.3: setting latency timer to 64 pci 0000:00:17.4: setting latency timer to 64 pci 0000:00:17.5: setting latency timer to 64 pci 0000:00:17.6: setting latency timer to 64 pci 0000:00:17.7: setting latency timer to 64 pci 0000:00:18.0: setting latency timer to 64 pci 0000:00:18.1: setting latency timer to 64 pci 0000:00:18.2: setting latency timer to 64 pci 0000:00:18.3: setting latency timer to 64 pci 0000:00:18.4: setting latency timer to 64 pci 0000:00:18.5: setting latency timer to 64 pci 0000:00:18.6: setting latency timer to 64 pci 0000:00:18.7: setting latency timer to 64 pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff] pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff] pci_bus 0000:00: resource 9 [mem 0x40000000-0xfebfffff] pci_bus 0000:00: resource 10 [io 0x0000-0x0cf7] pci_bus 0000:00: resource 11 [io 0x0d00-0xfeff] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff] pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff] pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff] pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff] pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff] pci_bus 0000:02: resource 9 [mem 0x40000000-0xfebfffff] pci_bus 0000:02: resource 10 [io 0x0000-0x0cf7] pci_bus 0000:02: resource 11 [io 0x0d00-0xfeff] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff] pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff] pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff] pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff] pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff] pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff] pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff] pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff] pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref] pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff] pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref] pci_bus 0000:0c: resource 0 [io 0x9000-0x9fff] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff] pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref] pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff] pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff] pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff] pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff] pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff] pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff] pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref] pci_bus 0000:13: resource 0 [io 0x6000-0x6fff] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff] pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref] pci_bus 0000:14: resource 0 [io 0xa000-0xafff] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff] pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref] pci_bus 0000:15: resource 0 [io 0xe000-0xefff] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff] pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff] pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff] pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff] pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff] pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff] pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref] pci_bus 0000:1b: resource 0 [io 0x7000-0x7fff] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff] pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref] pci_bus 0000:1c: resource 0 [io 0xb000-0xbfff] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff] pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff] pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff] pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff] pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff] pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff] pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff] pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref] NET: Registered protocol family 2 IP route cache hash table entries: 32768 (order: 5, 131072 bytes) TCP established hash table entries: 131072 (order: 8, 1048576 bytes) TCP bind hash table entries: 65536 (order: 7, 524288 bytes) TCP: Hash tables configured (established 131072 bind 65536) TCP reno registered NET: Registered protocol family 1 pci 0000:00:00.0: Limiting direct PCI/PCI transfers pci 0000:00:0f.0: Boot video device alloc irq_desc for 18 on node -1 alloc kstat_irqs on node -1 pci 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 pci 0000:02:00.0: PCI INT A disabled alloc irq_desc for 17 on node -1 alloc kstat_irqs on node -1 pci 0000:02:03.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 pci 0000:02:03.0: PCI INT A disabled Trying to unpack rootfs image as initramfs... Freeing initrd memory: 37237k freed Simple Boot Flag at 0x36 set to 0x1 apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) apm: overridden by ACPI. futex hash table entries: 256 (order: 1, 8192 bytes) audit: initializing netlink socket (disabled) type=2000 audit(1512838072.470:1): initialized highmem bounce pool size: 64 pages HugeTLB registered 2 MB page size, pre-allocated 0 pages VFS: Disk quotas dquot_6.5.2 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) msgmni has been set to 1735 SELinux: Registering netfilter hooks ksign: Installing public key data Loading keyring - Added public key 68B2A5ED33C593A8 - User ID: CentOS (Kernel Module GPG key) Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered (default) io scheduler cfq registered pcieport 0000:00:15.0: setting latency timer to 64 alloc irq_desc for 24 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:15.0: irq 24 for MSI/MSI-X pcieport 0000:00:15.1: setting latency timer to 64 alloc irq_desc for 25 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:15.1: irq 25 for MSI/MSI-X pcieport 0000:00:15.2: setting latency timer to 64 alloc irq_desc for 26 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:15.2: irq 26 for MSI/MSI-X pcieport 0000:00:15.3: setting latency timer to 64 alloc irq_desc for 27 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:15.3: irq 27 for MSI/MSI-X pcieport 0000:00:15.4: setting latency timer to 64 alloc irq_desc for 28 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:15.4: irq 28 for MSI/MSI-X pcieport 0000:00:15.5: setting latency timer to 64 alloc irq_desc for 29 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:15.5: irq 29 for MSI/MSI-X pcieport 0000:00:15.6: setting latency timer to 64 alloc irq_desc for 30 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:15.6: irq 30 for MSI/MSI-X pcieport 0000:00:15.7: setting latency timer to 64 alloc irq_desc for 31 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:15.7: irq 31 for MSI/MSI-X pcieport 0000:00:16.0: setting latency timer to 64 alloc irq_desc for 32 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:16.0: irq 32 for MSI/MSI-X pcieport 0000:00:16.1: setting latency timer to 64 alloc irq_desc for 33 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:16.1: irq 33 for MSI/MSI-X pcieport 0000:00:16.2: setting latency timer to 64 alloc irq_desc for 34 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:16.2: irq 34 for MSI/MSI-X pcieport 0000:00:16.3: setting latency timer to 64 alloc irq_desc for 35 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:16.3: irq 35 for MSI/MSI-X pcieport 0000:00:16.4: setting latency timer to 64 alloc irq_desc for 36 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:16.4: irq 36 for MSI/MSI-X pcieport 0000:00:16.5: setting latency timer to 64 alloc irq_desc for 37 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:16.5: irq 37 for MSI/MSI-X pcieport 0000:00:16.6: setting latency timer to 64 alloc irq_desc for 38 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:16.6: irq 38 for MSI/MSI-X pcieport 0000:00:16.7: setting latency timer to 64 alloc irq_desc for 39 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:16.7: irq 39 for MSI/MSI-X pcieport 0000:00:17.0: setting latency timer to 64 alloc irq_desc for 40 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:17.0: irq 40 for MSI/MSI-X pcieport 0000:00:17.1: setting latency timer to 64 alloc irq_desc for 41 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:17.1: irq 41 for MSI/MSI-X pcieport 0000:00:17.2: setting latency timer to 64 alloc irq_desc for 42 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:17.2: irq 42 for MSI/MSI-X pcieport 0000:00:17.3: setting latency timer to 64 alloc irq_desc for 43 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:17.3: irq 43 for MSI/MSI-X pcieport 0000:00:17.4: setting latency timer to 64 alloc irq_desc for 44 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:17.4: irq 44 for MSI/MSI-X pcieport 0000:00:17.5: setting latency timer to 64 alloc irq_desc for 45 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:17.5: irq 45 for MSI/MSI-X pcieport 0000:00:17.6: setting latency timer to 64 alloc irq_desc for 46 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:17.6: irq 46 for MSI/MSI-X pcieport 0000:00:17.7: setting latency timer to 64 alloc irq_desc for 47 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:17.7: irq 47 for MSI/MSI-X pcieport 0000:00:18.0: setting latency timer to 64 alloc irq_desc for 48 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:18.0: irq 48 for MSI/MSI-X pcieport 0000:00:18.1: setting latency timer to 64 alloc irq_desc for 49 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:18.1: irq 49 for MSI/MSI-X pcieport 0000:00:18.2: setting latency timer to 64 alloc irq_desc for 50 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:18.2: irq 50 for MSI/MSI-X pcieport 0000:00:18.3: setting latency timer to 64 alloc irq_desc for 51 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:18.3: irq 51 for MSI/MSI-X pcieport 0000:00:18.4: setting latency timer to 64 alloc irq_desc for 52 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:18.4: irq 52 for MSI/MSI-X pcieport 0000:00:18.5: setting latency timer to 64 alloc irq_desc for 53 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:18.5: irq 53 for MSI/MSI-X pcieport 0000:00:18.6: setting latency timer to 64 alloc irq_desc for 54 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:18.6: irq 54 for MSI/MSI-X pcieport 0000:00:18.7: setting latency timer to 64 alloc irq_desc for 55 on node -1 alloc kstat_irqs on node -1 pcieport 0000:00:18.7: irq 55 for MSI/MSI-X pci_hotplug: PCI Hot Plug PCI Core version: 0.5 pciehp 0000:00:15.0:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:15.0:pcie04: service driver pciehp loaded pciehp 0000:00:15.1:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:15.1:pcie04: service driver pciehp loaded pciehp 0000:00:15.2:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:15.2:pcie04: service driver pciehp loaded pciehp 0000:00:15.3:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:15.3:pcie04: service driver pciehp loaded pciehp 0000:00:15.4:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:15.4:pcie04: service driver pciehp loaded pciehp 0000:00:15.5:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:15.5:pcie04: service driver pciehp loaded pciehp 0000:00:15.6:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:15.6:pcie04: service driver pciehp loaded pciehp 0000:00:15.7:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:15.7:pcie04: service driver pciehp loaded pciehp 0000:00:16.0:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:16.0:pcie04: service driver pciehp loaded pciehp 0000:00:16.1:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:16.1:pcie04: service driver pciehp loaded pciehp 0000:00:16.2:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:16.2:pcie04: service driver pciehp loaded pciehp 0000:00:16.3:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:16.3:pcie04: service driver pciehp loaded pciehp 0000:00:16.4:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:16.4:pcie04: service driver pciehp loaded pciehp 0000:00:16.5:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:16.5:pcie04: service driver pciehp loaded pciehp 0000:00:16.6:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:16.6:pcie04: service driver pciehp loaded pciehp 0000:00:16.7:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:16.7:pcie04: service driver pciehp loaded pciehp 0000:00:17.0:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:17.0:pcie04: service driver pciehp loaded pciehp 0000:00:17.1:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:17.1:pcie04: service driver pciehp loaded pciehp 0000:00:17.2:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:17.2:pcie04: service driver pciehp loaded pciehp 0000:00:17.3:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:17.3:pcie04: service driver pciehp loaded pciehp 0000:00:17.4:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:17.4:pcie04: service driver pciehp loaded pciehp 0000:00:17.5:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:17.5:pcie04: service driver pciehp loaded pciehp 0000:00:17.6:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:17.6:pcie04: service driver pciehp loaded pciehp 0000:00:17.7:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:17.7:pcie04: service driver pciehp loaded pciehp 0000:00:18.0:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:18.0:pcie04: service driver pciehp loaded pciehp 0000:00:18.1:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:18.1:pcie04: service driver pciehp loaded pciehp 0000:00:18.2:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:18.2:pcie04: service driver pciehp loaded pciehp 0000:00:18.3:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:18.3:pcie04: service driver pciehp loaded pciehp 0000:00:18.4:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:18.4:pcie04: service driver pciehp loaded pciehp 0000:00:18.5:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:18.5:pcie04: service driver pciehp loaded pciehp 0000:00:18.6:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:18.6:pcie04: service driver pciehp loaded pciehp 0000:00:18.7:pcie04: HPC vendor_id 15ad device_id 7a0 ss_vid 0 ss_did 0 pciehp 0000:00:18.7:pcie04: service driver pciehp loaded pciehp: PCI Express Hot Plug Controller Driver version: 0.4 acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 acpiphp: Slot [32] registered acpiphp: Slot [33] registered acpiphp: Slot [34] registered acpiphp: Slot [35] registered acpiphp: Slot [36] registered acpiphp: Slot [37] registered acpiphp: Slot [38] registered acpiphp: Slot [39] registered acpiphp: Slot [40] registered acpiphp: Slot [41] registered acpiphp: Slot [42] registered acpiphp: Slot [43] registered acpiphp: Slot [44] registered acpiphp: Slot [45] registered acpiphp: Slot [46] registered acpiphp: Slot [47] registered acpiphp: Slot [48] registered acpiphp: Slot [49] registered acpiphp: Slot [50] registered acpiphp: Slot [51] registered acpiphp: Slot [52] registered acpiphp: Slot [53] registered acpiphp: Slot [54] registered acpiphp: Slot [55] registered acpiphp: Slot [56] registered acpiphp: Slot [57] registered acpiphp: Slot [58] registered acpiphp: Slot [59] registered acpiphp: Slot [60] registered acpiphp: Slot [61] registered acpiphp: Slot [62] registered acpiphp: Slot [63] registered acpiphp_glue: Slot 160 already registered by another hotplug driver acpiphp_glue: Slot 192 already registered by another hotplug driver acpiphp_glue: Slot 224 already registered by another hotplug driver acpiphp_glue: Slot 256 already registered by another hotplug driver acpiphp_glue: Slot 161 already registered by another hotplug driver acpiphp_glue: Slot 162 already registered by another hotplug driver acpiphp_glue: Slot 163 already registered by another hotplug driver acpiphp_glue: Slot 164 already registered by another hotplug driver acpiphp_glue: Slot 165 already registered by another hotplug driver acpiphp_glue: Slot 166 already registered by another hotplug driver acpiphp_glue: Slot 167 already registered by another hotplug driver acpiphp_glue: Slot 193 already registered by another hotplug driver acpiphp_glue: Slot 194 already registered by another hotplug driver acpiphp_glue: Slot 195 already registered by another hotplug driver acpiphp_glue: Slot 196 already registered by another hotplug driver acpiphp_glue: Slot 197 already registered by another hotplug driver acpiphp_glue: Slot 198 already registered by another hotplug driver acpiphp_glue: Slot 199 already registered by another hotplug driver acpiphp_glue: Slot 225 already registered by another hotplug driver acpiphp_glue: Slot 226 already registered by another hotplug driver acpiphp_glue: Slot 227 already registered by another hotplug driver acpiphp_glue: Slot 228 already registered by another hotplug driver acpiphp_glue: Slot 229 already registered by another hotplug driver acpiphp_glue: Slot 230 already registered by another hotplug driver acpiphp_glue: Slot 231 already registered by another hotplug driver acpiphp_glue: Slot 257 already registered by another hotplug driver acpiphp_glue: Slot 258 already registered by another hotplug driver acpiphp_glue: Slot 259 already registered by another hotplug driver acpiphp_glue: Slot 260 already registered by another hotplug driver acpiphp_glue: Slot 261 already registered by another hotplug driver acpiphp_glue: Slot 262 already registered by another hotplug driver acpiphp_glue: Slot 263 already registered by another hotplug driver ACPI: AC Adapter [ACAD] (on-line) input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 ACPI: Power Button [PWRF] ACPI: acpi_idle registered with cpuidle [Firmware Bug]: No valid trip found GHES: HEST is not enabled! isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Non-volatile memory driver v1.3 Linux agpgart interface v0.103 agpgart-intel 0000:00:00.0: Intel 440BX Chipset agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0 crash memory driver: version 1.1 Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A brd: module loaded loop: module loaded input: Macintosh mouse button emulation as /devices/virtual/input/input1 Fixed MDIO Bus: probed ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci_hcd 0000:02:03.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 ehci_hcd 0000:02:03.0: EHCI Host Controller ehci_hcd 0000:02:03.0: new USB bus registered, assigned bus number 1 ehci_hcd 0000:02:03.0: cache line size of 64 is not supported ehci_hcd 0000:02:03.0: irq 17, io mem 0xfd5ff000 ehci_hcd 0000:02:03.0: USB 2.0 started, EHCI 1.00 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: EHCI Host Controller usb usb1: Manufacturer: Linux 2.6.32-696.el6.i686 ehci_hcd usb usb1: SerialNumber: 0000:02:03.0 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 6 ports detected ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver uhci_hcd: USB Universal Host Controller Interface driver uhci_hcd 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 uhci_hcd 0000:02:00.0: UHCI Host Controller uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 uhci_hcd 0000:02:00.0: irq 18, io base 0x000020c0 usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: UHCI Host Controller usb usb2: Manufacturer: Linux 2.6.32-696.el6.i686 uhci_hcd usb usb2: SerialNumber: 0000:02:00.0 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12 serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs cpuidle: using governor ladder cpuidle: using governor menu EFI Variables Facility v0.08 2004-May-17 usbcore: registered new interface driver hiddev usbcore: registered new interface driver usbhid usbhid: v2.6:USB HID core driver GRE over IPv4 demultiplexor driver TCP cubic registered Initializing XFRM netlink socket NET: Registered protocol family 17 Using IPI No-Shortcut mode registered taskstats version 1 input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3 rtc_cmos 00:04: setting system clock to 2017-12-09 16:47:53 UTC (1512838073) Initalizing network drop monitor service Freeing unused kernel memory: 556k freed Write protecting the kernel text: 4628k Write protecting the kernel read-only data: 2004k dracut: root was live:/dev/disk/by-label/nglinux, liveroot is now live:CDLABEL=nglinux device-mapper: uevent: version 1.0.3 device-mapper: ioctl: 4.33.1-ioctl (2015-8-18) initialised: dm-devel@redhat.com udev: starting version 147 Refined TSC clocksource calibration: 2400.247 MHz. Switching to clocksource tsc usb 2-1: new full speed USB device number 2 using uhci_hcd [drm] Initialized drm 1.1.0 20060810 alloc irq_desc for 16 on node -1 alloc kstat_irqs on node -1 vmwgfx 0000:00:0f.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [drm] DMA map mode: Using physical TTM page addresses. [drm] Capabilities: [drm] Rect copy. [drm] Cursor. [drm] Cursor bypass. [drm] Cursor bypass 2. [drm] 8bit emulation. [drm] Alpha cursor. [drm] 3D. [drm] Extended Fifo. [drm] Multimon. [drm] Pitchlock. [drm] Irq mask. [drm] Display Topology. [drm] GMR. [drm] Traces. [drm] GMR2. [drm] Screen Object 2. [drm] Command Buffers. [drm] Command Buffers 2. [drm] Guest Backed Resources. [drm] DX Features. [drm] Max GMR ids is 64 [drm] Max number of GMR pages is 65536 [drm] Max dedicated hypervisor surface memory is 0 kiB [drm] Maximum display memory size is 32768 kiB [drm] VRAM at 0xe8000000 size is 4096 kiB [drm] MMIO at 0xfe000000 size is 256 kiB [drm] global init. [TTM] Zone kernel: Available graphics memory: 444530 kiB [TTM] Zone highmem: Available graphics memory: 515158 kiB [TTM] Initializing pool allocator [TTM] Initializing DMA pool allocator [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] No driver support for vblank timestamp query. [drm] Screen Target Display device initialized [drm] width 640 [drm] height 480 [drm] bpp 32 [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f [drm] Using command buffers with DMA pool. [drm] DX: yes. usb 2-1: New USB device found, idVendor=0e0f, idProduct=0003 usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 2-1: Product: VMware Virtual USB Mouse usb 2-1: Manufacturer: VMware usb 2-1: configuration #1 chosen from 1 choice input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/input/input4 generic-usb 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0 fbcon: svgadrmfb (fb0) is primary device Console: switching to colour frame buffer device 100x37 [drm] Initialized vmwgfx 2.9.0 20150810 for 0000:00:0f.0 on minor 0 usb 2-2: new full speed USB device number 3 using uhci_hcd dracut: Starting plymouth daemon usb 2-2: New USB device found, idVendor=0e0f, idProduct=0002 usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 usb 2-2: Product: VMware Virtual USB Hub usb 2-2: configuration #1 chosen from 1 choice hub 2-2:1.0: USB hub found hub 2-2:1.0: 7 ports detected usb 2-2.1: new full speed USB device number 4 using uhci_hcd usb 2-2.1: New USB device found, idVendor=0e0f, idProduct=0008 usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 2-2.1: Product: Virtual Bluetooth Adapter usb 2-2.1: Manufacturer: VMware usb 2-2.1: SerialNumber: 000650268328 usb 2-2.1: configuration #1 chosen from 1 choice ata_piix 0000:00:07.1: version 2.13 scsi0 : ata_piix scsi1 : ata_piix ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14 ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15 ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33 ata2.00: configured for UDMA/33 scsi 1:0:0:0: CD-ROM NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5 piix4_smbus 0000:00:07.3: Host SMBus controller not enabled! [208]: VMCI: shared components initialized. Probing for vmci/PCI. vmci 0000:00:07.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Found vmci/PCI at 0x1080, irq 16. VMCI: using capabilities 0xc. [208]: VMCI: Host capability check passed. alloc irq_desc for 56 on node -1 alloc kstat_irqs on node -1 vmci 0000:00:07.7: irq 56 for MSI/MSI-X alloc irq_desc for 57 on node -1 alloc kstat_irqs on node -1 vmci 0000:00:07.7: irq 57 for MSI/MSI-X Registered vmci device. [208]: VMCI: Using guest personality [208]: VMCI: host components initialized. [208]: VMCI: Module registered (name=vmci, major=10, minor=57). [208]: VMCI: Using host personality [208]: VMCI: Module (name=vmci) is initialized Fusion MPT base driver 3.04.20 Copyright (c) 1999-2008 LSI Corporation Fusion MPT SPI Host driver 3.04.20 mptspi 0000:00:10.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 mptbase: ioc0: Initiating bringup ioc0: LSI53C1030 B0: Capabilities={Initiator} scsi2 : ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17 scsi 2:0:0:0: Direct-Access VMware, VMware Virtual S 1.0 PQ: 0 ANSI: 2 scsi target2:0:0: Beginning Domain Validation scsi target2:0:0: Domain Validation skipping write tests scsi target2:0:0: Ending Domain Validation scsi target2:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127) sr0: scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 sr 1:0:0:0: Attached scsi CD-ROM sr0 sd 2:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB) sd 2:0:0:0: [sda] Write Protect is off sd 2:0:0:0: [sda] Mode Sense: 61 00 00 00 sd 2:0:0:0: [sda] Cache data unavailable sd 2:0:0:0: [sda] Assuming drive cache: write through sd 2:0:0:0: [sda] Cache data unavailable sd 2:0:0:0: [sda] Assuming drive cache: write through sda: unknown partition table sd 2:0:0:0: [sda] Cache data unavailable sd 2:0:0:0: [sda] Assuming drive cache: write through sd 2:0:0:0: [sda] Attached SCSI disk VMware vmxnet virtual NIC driver alloc irq_desc for 19 on node -1 alloc kstat_irqs on node -1 vmxnet 0000:02:01.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 Found vmxnet/PCI at 0x2024, irq 19. features: numRxBuffers = 100, numRxBuffers2 = 1 pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de ENS1371 0000:02:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 Bluetooth: Core ver 2.15 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: Generic Bluetooth USB driver ver 0.6 usbcore: registered new interface driver btusb sr 1:0:0:0: Attached scsi generic sg0 type 5 sd 2:0:0:0: Attached scsi generic sg1 type 0 ISO 9660 Extensions: Microsoft Joliet Level 3 ISO 9660 Extensions: RRIP_1991A squashfs: version 4.0 (2009/01/31) Phillip Lougher EXT4-fs (dm-0): recovery complete EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: dracut: Mounted root filesystem /dev/mapper/live-rw dracut: Loading SELinux policy type=1404 audit(1512838078.636:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 SELinux: 2048 avtab hash slots, 309306 rules. SELinux: 2048 avtab hash slots, 309306 rules. SELinux: 9 users, 12 roles, 4215 types, 237 bools, 1 sens, 1024 cats SELinux: 81 classes, 309306 rules SELinux: Completing initialization. SELinux: Setting up existing superblocks. SELinux: initialized (dev dm-0, type ext4), uses xattr SELinux: initialized (dev loop2, type squashfs), not configured for labeling SELinux: initialized (dev loop0, type squashfs), not configured for labeling SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts SELinux: initialized (dev drm, type drm), not configured for labeling SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs SELinux: initialized (dev devpts, type devpts), uses transition SIDs SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts SELinux: initialized (dev pipefs, type pipefs), uses task SIDs SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts SELinux: initialized (dev sockfs, type sockfs), uses task SIDs SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev proc, type proc), uses genfs_contexts SELinux: initialized (dev bdev, type bdev), uses genfs_contexts SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts type=1403 audit(1512838079.590:3): policy loaded auid=4294967295 ses=4294967295 dracut: dracut: Switching root udev: starting version 147 udev: renamed network interface eth0 to eth1 microcode: CPU0 sig=0x406e3, pf=0x1, revision=0x94 platform microcode: firmware: requesting intel-ucode/06-4e-03 Microcode Update Driver: v2.00 , Peter Oruba SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
For this error i have reported the bug to redhat anaconda team at below url:
I have tried to edit the files and able to resolve two errors, however third time i was not able to crack the issue.
In case someone of you had faced the same issue , please post a reply here….