Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 704669 Details for
Bug 819543
AttributeError: 'SwapSpace' object has no attribute 'testMount'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
requested anaconda-tb-* file
anaconda-tb-VlPgLI (text/plain), 562.61 KB, created by
matti aarnio
on 2013-03-03 22:06:18 UTC
(
hide
)
Description:
requested anaconda-tb-* file
Filename:
MIME Type:
Creator:
matti aarnio
Created:
2013-03-03 22:06:18 UTC
Size:
562.61 KB
patch
obsolete
>anaconda 17.20 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2018, in _parseOneLine > if fmt.testMount(): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2103, in parseFSTab > device = self._parseOneLine((devspec, mountpoint, fstype, options, dump, passno)) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1670, in mountExistingSystem > fsset.parseFSTab(anaconda=anaconda) > File "/usr/lib64/python2.7/site-packages/pyanaconda/upgrade.py", line 178, in upgradeMountFilesystems > mountExistingSystem(anaconda, anaconda.upgradeRoot[0], allowDirty = 0) > File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 383, in dispatch > self.dir = self.steps[self.step].target(self.anaconda) > File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 247, in go_forward > self.dispatch() > File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1201, in nextClicked > self.anaconda.dispatch.go_forward() >AttributeError: 'SwapSpace' object has no attribute 'testMount' > >Local variables in innermost frame: >dump: 0 >devspec: /dev/md126 >dtype: ext3 >fmt: existing swap >passno: 0 >fstype: swap >self: <pyanaconda.storage.FSSet object at 0x7fe5d40387d0> >ftype: swap >.1: ('/dev/md126', 'swap', 'swap', 'defaults', '0', '0') >device: existing 290MB mdarray md126 (14) with existing ext3 filesystem >mountpoint: swap >options: defaults > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: InstallInterface instance, containing members: > _intf._initLabelAnswers: {} > _intf._warnedUnusedRaidMembers: [] > _intf.anaconda: Already dumped (Anaconda instance) > _intf.installProgress: None > _intf.icw: InstallControlWindow instance, containing members: > _intf.icw._main_loop_running: True > _intf.icw.handle: 365 > _intf.icw.window: Window instance, containing members: > _intf.icw.reloadRcQueued: 0 > _intf.icw.currentWindow: UpgradeExamineWindow instance, containing members: > _intf.icw.currentWindow.doupgrade: True > _intf.icw.currentWindow.upgradecombo: ComboBox instance, containing members: > _intf.icw.currentWindow.parts: [(MDRaidArrayDevice instance (0x7fe5d3fd78d0) -- > name = md125 status = True kids = 0 id = 18 > parents = ['existing 28615MB partition sde3 (17) with existing mdmember', > 'existing 28615MB partition sdf3 (24) with existing mdmember'] > uuid = 933206f1:519638e4:6bdb042d:cb117e76 size = 28615.6875 > format = existing ext3 filesystem mounted at / > major = 0 minor = 125 exists = True protected = False > sysfs path = /devices/virtual/block/md125 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md125 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 58604928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (7325616, 2, 4) biosGeometry: (3647, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048dd0> > target size = 0 path = /dev/md125 > format args = None originalFormat = ext3 level = 1 spares = 0 > members = 2 > total devices = 2 metadata version = 0.90, 'Fedora 17') >] > _intf.icw.currentWindow.uplabel: Label instance, containing members: > _intf.icw.currentWindow.r: pixmapRadioButtonGroup instance, containing members: > _intf.icw.currentWindow.r.topLevelButtonList: [(<gtk.RadioButton object at 0x7fe5d4007190 (GtkRadioButton at 0x2c409e0)>, <gtk.VBox object at 0x7fe5d40012d0 (GtkVBox at 0x2f11320)>, [<gtk.RadioButton object at 0x7fe5d4007190 (GtkRadioButton at 0x2c409e0)>, <gtk.RadioButton object at 0x7fe5d4007280 (GtkRadioButton at 0x2c40b80)>]) >, (<gtk.RadioButton object at 0x7fe5d4007280 (GtkRadioButton at 0x2c40b80)>, <gtk.VBox object at 0x7fe5d40016e0 (GtkVBox at 0x2a82570)>, [<gtk.RadioButton object at 0x7fe5d4007190 (GtkRadioButton at 0x2c409e0)>, <gtk.RadioButton object at 0x7fe5d4007280 (GtkRadioButton at 0x2c40b80)>]) >] > _intf.icw.currentWindow.r.buttonToEntry: {<gtk.RadioButton object at 0x7fe5d4007190 (GtkRadioButton at 0x2c409e0)>: reinstall, <gtk.RadioButton object at 0x7fe5d4007280 (GtkRadioButton at 0x2c40b80)>: upgrade} > _intf.icw.currentWindow.r.togglecb: <bound method UpgradeExamineWindow.optionToggled of <pyanaconda.iw.examine_gui.UpgradeExamineWindow instance at 0x7fe5d5e7bc68>> > _intf.icw.currentWindow.r.entries: [{'userdata': None, 'pixmap': <gtk.Image object at 0x7fe5d40011e0 (GtkImage at 0x2d39ad0)>, 'name': 'reinstall', 'descr': 'Choose this option to install a fresh copy of Fedora on your system. Existing software and data may be overwritten depending on your configuration choices.', 'label': 'Fresh Installation'} >, {'userdata': None, 'pixmap': <gtk.Image object at 0x7fe5d4001730 (GtkImage at 0x2d39a20)>, 'name': 'upgrade', 'descr': 'Choose this option if you would like to upgrade your existing Fedora system. This option will preserve the existing data on your storage device(s).', 'label': 'Upgrade an Existing Installation'} >] > _intf.icw.currentWindow.anaconda: Already dumped (Anaconda instance) > _intf.icw.currentWindow.ics: InstallControlState instance, containing members: > _intf.icw.currentWindow.ics.prevEnabled: True > _intf.icw.currentWindow.ics.cw: Already dumped (InstallControlWindow instance) > _intf.icw.currentWindow.ics.nextEnabled: True > _intf.icw.currentWindow.ics.grabNext: True > _intf.icw.currentWindow.ics.title: Upgrade Examine > _intf.icw.currentWindow.root: Already dumped (tuple instance) > _intf.icw.installFrame: Frame instance, containing members: > _intf.icw.anaconda: Already dumped (Anaconda instance) > _intf.icw.mainxml: XML instance, containing members: > _intf._inconsistentLVMAnswers: {} >updateSrc: None >firewall: Firewall instance, containing members: > firewall.portlist: [] > firewall.servicelist: [] > firewall.trustdevs: [] > firewall.enabled: 1 >keyboard: Keyboard instance, containing members: > keyboard.config: [['KEYTABLE="fi"\n', 'KEYTABLE', 'fi'] >, ['MODEL="pc105"\n', 'MODEL', 'pc105'] >, ['LAYOUT="fi"\n', 'LAYOUT', 'fi'] >] > keyboard.type: PC > keyboard._mods: KeyboardModels instance, containing members: > keyboard._mods._modelDict: Skipped > keyboard.beenset: 1 >clearPartTypeSystem: None >dispatch: Skipped >upgradeRoot: [(MDRaidArrayDevice instance (0x7fe5d3fd78d0) -- > name = md125 status = True kids = 0 id = 18 > parents = ['existing 28615MB partition sde3 (17) with existing mdmember', > 'existing 28615MB partition sdf3 (24) with existing mdmember'] > uuid = 933206f1:519638e4:6bdb042d:cb117e76 size = 28615.6875 > format = existing ext3 filesystem mounted at / > major = 0 minor = 125 exists = True protected = False > sysfs path = /devices/virtual/block/md125 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md125 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 58604928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (7325616, 2, 4) biosGeometry: (3647, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048dd0> > target size = 0 path = /dev/md125 > format args = None originalFormat = ext3 level = 1 spares = 0 > members = 2 > total devices = 2 metadata version = 0.90, 'Fedora 17') >] >_platform: X86 instance, containing members: > _platform.anaconda: Already dumped (Anaconda instance) >id: None >rescue: False >_instLanguage: Language instance, containing members: > _instLanguage.info: Skipped > _instLanguage.nativeLangNames: Skipped > _instLanguage._instLang: en_US.UTF-8 > _instLanguage.displayMode: g > _instLanguage._systemLang: en_US.UTF-8 > _instLanguage._default: en_US.UTF-8 > _instLanguage.localeInfo: Skipped >mediaDevice: None >upgrade: True >_network: None >methodstr: None >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.runlevel: 3 >rootParts: [Already dumped (tuple instance) >] >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader.encrypted_password: > _bootloader.console_options: > _bootloader.console: > _bootloader.errors: [] > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader._drives: [] > _bootloader.storage: Storage instance, containing members: > _bootloader.storage.clearPartChoice: None > _bootloader.storage._intf: None > _bootloader.storage._platform: None > _bootloader.storage.eddDict: {} > _bootloader.storage.anaconda: Already dumped (Anaconda instance) > _bootloader.storage.dasd: DASD instance, containing members: > _bootloader.storage.dasd.dasdfmt: /sbin/dasdfmt > _bootloader.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _bootloader.storage.dasd.started: True > _bootloader.storage.dasd.totalCylinders: 0 > _bootloader.storage.dasd._maxFormatJobs: 0 > _bootloader.storage.dasd._devices: [] > _bootloader.storage.dasd._completedCylinders: 0.0 > _bootloader.storage.dasd._dasdlist: [] > _bootloader.storage.autoPartEscrowCert: None > _bootloader.storage.autoPartAddBackupPassphrase: False > _bootloader.storage.escrowCertificates: {} > _bootloader.storage.fsset: FSSet instance, containing members: > _bootloader.storage.fsset.origFStab: ># ># /etc/fstab ># Created by anaconda on Mon May 7 14:23:38 2012 ># ># 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 ># >UUID=2bcd11a5-039e-4471-af1a-6473f94f0721 / ext3 defaults 1 1 >/dev/mapper/BootDisk-lvol0 /amanda xfs defaults 1 2 >/dev/mapper/DataDisk-lvol0 /backup xfs defaults 1 2 >UUID=0edd6f46-e60a-43f0-a63b-1af46aca934f /boot ext2 noatime 1 2 >/dev/md126 swap swap defaults 0 0 > > _bootloader.storage.fsset._usb: None > _bootloader.storage.fsset.devicetree: DeviceTree instance, containing members: > _bootloader.storage.fsset.devicetree.clearPartType: None > _bootloader.storage.fsset.devicetree.intf: Already dumped (InstallInterface instance) > _bootloader.storage.fsset.devicetree.populated: True > _bootloader.storage.fsset.devicetree.names: [sr0, sdg, sdg1, sda, sda1, md127, sdb, sdb1, sdc, sdc1, sdd, sdd1, sde, sde1, md126, sde2, md124, sde3, md125, sde4, md123, sdf, sdf1, sdf2, sdf3, sdf4, loop0, /run/initramfs/live/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), loop3, loop4, loop5, loop6, loop7, BootDisk, BootDisk-lvol0, DataDisk, DataDisk-lvol0, live-rw] > _bootloader.storage.fsset.devicetree.liveBackingDevice: sr0 > _bootloader.storage.fsset.devicetree.zeroMbr: None > _bootloader.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _bootloader.storage.fsset.devicetree._cleanup: False > _bootloader.storage.fsset.devicetree.clearPartDisks: [] > _bootloader.storage.fsset.devicetree.iscsi: iscsi instance, containing members: > _bootloader.storage.fsset.devicetree.iscsi.started: False > _bootloader.storage.fsset.devicetree.iscsi.initiatorSet: False > _bootloader.storage.fsset.devicetree.iscsi.nodes: [] > _bootloader.storage.fsset.devicetree.iscsi.ibftNodes: [] > _bootloader.storage.fsset.devicetree.iscsi._initiator: > _bootloader.storage.fsset.devicetree.platform: X86 instance, containing members: > _bootloader.storage.fsset.devicetree.platform.anaconda: None > _bootloader.storage.fsset.devicetree.exclusiveDisks: [] > _bootloader.storage.fsset.devicetree.unusedRaidMembers: [] > _bootloader.storage.fsset.devicetree.mpathFriendlyNames: True > _bootloader.storage.fsset.devicetree.topology: MultipathTopology instance, containing members: > _bootloader.storage.fsset.devicetree.topology._multipaths: [] > _bootloader.storage.fsset.devicetree.topology._nondisks: [sr0, sdg1, sda1, sdb1, sdc1, sdd1, sde1, sde2, sde3, sde4, sdf1, sdf2, sdf3, sdf4] > _bootloader.storage.fsset.devicetree.topology._devmap: {'sdf4': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf4 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf4 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdf4 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdf4 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 4 >, 'sdf3': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf3 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf3 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdf3 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdf3 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'sdf2': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdf2 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdf2 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'sdf1': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdf1 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdf1 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sdb1': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb1 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdb1 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sdd1': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdd1 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdd1 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'md123': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/md123 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/md123 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/md123 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: md123 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 123 >, 'md127': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/md127 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/md127 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/md127 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: md127 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 127 >, 'md126': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/md126 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/md126 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/md126 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: md126 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 126 >, 'md125': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/md125 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/md125 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/md125 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: md125 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 125 >, 'md124': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/md124 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/md124 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/md124 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: md124 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 124 >, 'sr0': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host8/target8:0:0/8:0:0:0/block/sr0 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host8/target8:0:0/8:0:0:0/block/sr0 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sr0 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sr0 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sda1': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda1 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sda1 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'dm-0': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-0 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-0 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-0 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: dm-0 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sde2': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sde2 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sde2 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'sde3': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde3 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde3 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sde3 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sde3 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'sde1': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sde1 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sde1 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sdg1': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg/sdg1 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg/sdg1 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdg1 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdg1 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sde4': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde4 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde4 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sde4 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sde4 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 4 >, 'sdc1': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdc1 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdc1 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: partition > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'sdd': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdd > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdd > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sde': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sde > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sde > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sdf': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdf > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdf > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sdg': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdg > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdg > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sda': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sda > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sdb': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdb > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sdc': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdc > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: sdc > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'loop3': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop3 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop3 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop3 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: loop3 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'loop2': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop2 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop2 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop2 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: loop2 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'loop1': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop1 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop1 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop1 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: loop1 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop0': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop0 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop0 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop0 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: loop0 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop7': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop7 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop7 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop7 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: loop7 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'loop6': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop6 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop6 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop6 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: loop6 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'loop5': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop5 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop5 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop5 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: loop5 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'loop4': UdevDevice instance, containing members: > _bootloader.storage.fsset.devicetree.topology._devmap.subsystem: block > _bootloader.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop4 > _bootloader.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop4 > _bootloader.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop4 > _bootloader.storage.fsset.devicetree.topology._devmap.sysname: loop4 > _bootloader.storage.fsset.devicetree.topology._devmap.devtype: disk > _bootloader.storage.fsset.devicetree.topology._devmap.sysnum: 4 >} > _bootloader.storage.fsset.devicetree.topology._devices: [Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >] > _bootloader.storage.fsset.devicetree.topology._singlepaths: [sdg, sda, sdb, sdc, sdd, sde, sdf, loop0, loop1, loop2, loop3, loop4, loop5, loop6, loop7, dm-0, md123, md124, md125, md126, md127] > _bootloader.storage.fsset.devicetree.topology._mpath_topology: {} > _bootloader.storage.fsset.devicetree._ignoredDisks: [loop3, loop4, loop5, loop6, loop7] > _bootloader.storage.fsset.devicetree._actions: [] > _bootloader.storage.fsset.devicetree.reinitializeDisks: False > _bootloader.storage.fsset.devicetree._devices: [OpticalDevice instance, containing members: > _model: DVD-RAM_GSA-E60L > controllable: True > major: 11 > kids: 0 > _partedDevice: parted.Device instance -- > model: HL-DT-ST DVD-RAM GSA-E60L path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 1212928 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (75, 255, 63) biosGeometry: (75, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d5e9fdd0> > uuid: None > exists: True > fstabComment: > _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: Fedora_17-Beta_x86_64 > _format._targetSize: 0 > _format._size: 0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sr0 > sysfsPath: /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host8/target8:0:0/8:0:0:0/block/sr0 > _vendor: HL-DT-ST > _name: sr0 > _targetSize: 0 > protected: True > parents: [] > originalFormat: Already dumped (Iso9660FS instance) > bus: > _size: 2369.0 > _serial: None > id: 0 > minor: 0 >, existing 244MB disk sdg (1) with existing msdos disklabel >, existing 244MB partition sdg1 (2) with existing ext2 filesystem mounted at /boot >, existing 305245MB disk sda (3) with existing msdos disklabel >, existing 305242MB partition sda1 (4) with existing mdmember >, existing 915728MB mdarray md127 (5) with existing lvmpv >, existing 305245MB disk sdb (6) with existing msdos disklabel >, existing 305242MB partition sdb1 (7) with existing mdmember >, existing 305245MB disk sdc (8) with existing msdos disklabel >, existing 305242MB partition sdc1 (9) with existing mdmember >, existing 305245MB disk sdd (10) with existing msdos disklabel >, existing 305242MB partition sdd1 (11) with existing mdmember >, existing 305245MB disk sde (12) with existing msdos disklabel >, existing 290MB partition sde1 (13) with existing mdmember >, existing 290MB mdarray md126 (14) with existing ext3 filesystem >, existing 1913MB partition sde2 (15) with existing mdmember >, existing 1913MB mdarray md124 (16) with existing swap >, existing 28615MB partition sde3 (17) with existing mdmember >, existing 28615MB mdarray md125 (18) with existing ext3 filesystem mounted at / >, existing 274422MB partition sde4 (19) with existing mdmember >, existing 274422MB mdarray md123 (20) with existing lvmpv >, existing 305245MB disk sdf (21) with existing msdos disklabel >, existing 290MB partition sdf1 (22) with existing mdmember >, existing 1913MB partition sdf2 (23) with existing mdmember >, existing 28615MB partition sdf3 (24) with existing mdmember >, existing 274422MB partition sdf4 (25) with existing mdmember >, FileDevice instance, containing members: > _model: > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: > _format: existing None > sysfsPath: > _vendor: > _name: /run/initramfs/live/LiveOS/squashfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: > _size: 0 > _serial: None > id: 26 > minor: 0 >, LoopDevice instance, containing members: > _model: > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: > _format: existing None > sysfsPath: > _vendor: > _name: loop0 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Already dumped (DeviceFormat instance) > bus: > _size: 0 > _serial: None > id: 27 > minor: 0 >, FileDevice instance, containing members: > _model: > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: > _format: existing None > sysfsPath: > _vendor: > _name: /LiveOS/rootfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: > _size: 0 > _serial: None > id: 28 > minor: 0 >, LoopDevice instance, containing members: > _model: > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: > _format: Ext4FS instance, containing members: > _format.uuid: 9711359b-d103-46ba-93f8-4d6cc2a1dfab > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 2048.0 > _format._size: 2048.0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/loop1 > sysfsPath: > _vendor: > _name: loop1 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Already dumped (Ext4FS instance) > bus: > _size: 0 > _serial: None > id: 29 > minor: 0 >, FileDevice instance, containing members: > _model: > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: > _format: existing None > sysfsPath: > _vendor: > _name: /overlay (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: Already dumped (DeviceFormat instance) > bus: > _size: 0 > _serial: None > id: 30 > minor: 0 >, LoopDevice instance, containing members: > _model: > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: > _format: existing None > sysfsPath: > _vendor: > _name: loop2 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Already dumped (DeviceFormat instance) > bus: > _size: 0 > _serial: None > id: 31 > minor: 0 >, existing 274420MB lvmvg BootDisk (32) >, existing 915728MB lvmvg DataDisk (33) >, existing 2048MB dm live-rw (34) with existing ext4 filesystem >, existing 274420MB lvmlv BootDisk-lvol0 (35) with existing xfs filesystem mounted at /amanda >, existing 915728MB lvmlv DataDisk-lvol0 (36) with existing xfs filesystem mounted at /backup >] > _bootloader.storage.fsset.devicetree.protectedDevNames: [sr0] > _bootloader.storage.fsset.devicetree.diskImages: {} > _bootloader.storage.fsset.devicetree.protectedDevSpecs: [] > _bootloader.storage.fsset.preserveLines: [] > _bootloader.storage.fsset._devshm: None > _bootloader.storage.fsset._dev: None > _bootloader.storage.fsset.blkidTab: None > _bootloader.storage.fsset._proc: None > _bootloader.storage.fsset.active: False > _bootloader.storage.fsset.cryptTab: CryptTab instance, containing members: > _bootloader.storage.fsset.cryptTab.devicetree: Already dumped (DeviceTree instance) > _bootloader.storage.fsset.cryptTab.blkidTab: None > _bootloader.storage.fsset.cryptTab.chroot: /mnt/sysimage > _bootloader.storage.fsset.cryptTab.mappings: {} > _bootloader.storage.fsset._devpts: None > _bootloader.storage.fsset._sysfs: None > _bootloader.storage.fsset._selinux: None > _bootloader.storage.config: StorageDiscoveryConfig instance, containing members: > _bootloader.storage.config.clearPartType: None > _bootloader.storage.config.ignoredDisks: [] > _bootloader.storage.config.protectedDevSpecs: [] > _bootloader.storage.config.reinitializeDisks: False > _bootloader.storage.config.ignoreDiskInteractive: False > _bootloader.storage.config.exclusiveDisks: [] > _bootloader.storage.config.zeroMbr: None > _bootloader.storage.config.diskImages: {} > _bootloader.storage.config.clearPartDisks: [] > _bootloader.storage.config.mpathFriendlyNames: True > _bootloader.storage.autoPartType: 2 > _bootloader.storage.zfcp: ZFCP instance, containing members: > _bootloader.storage.zfcp.down: False > _bootloader.storage.zfcp.hasReadConfig: True > _bootloader.storage.zfcp.intf: Already dumped (InstallInterface instance) > _bootloader.storage.zfcp.fcpdevs: set([]) > _bootloader.storage.devicetree: Already dumped (DeviceTree instance) > _bootloader.storage.defaultFSType: ext4 > _bootloader.storage._dumpFile: /tmp/storage.state > _bootloader.storage.services: set([]) > _bootloader.storage.shrinkPartitions: {} > _bootloader.storage.encryptionPassphrase: None > _bootloader.storage.encryptionRetrofit: False > _bootloader.storage._nextID: 0 > _bootloader.storage.fcoe: fcoe instance, containing members: > _bootloader.storage.fcoe.started: True > _bootloader.storage.fcoe.nics: [] > _bootloader.storage.fcoe.lldpadStarted: False > _bootloader.storage.autoPartitionRequests: [PartSpec instance (0x7fe5d5e90090) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7fe5d5e900d0) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7fe5d5e90110) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7fe5d5e90150) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7fe5d5e90190) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 1008 maxSize = 2016 grow = True > >] > _bootloader.storage.doAutoPart: False > _bootloader.storage.iscsi: Already dumped (iscsi instance) > _bootloader.storage.encryptedAutoPart: False > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage1_drive: None > _bootloader._stage1_device: None > _bootloader._drive_order: [] > _bootloader._timeout: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: > _bootloader.linux_images: [] >_timezone: None >displayMode: g >simpleFilter: True >ksdata: None >proxy: None >_users: Users instance, containing members: > _users.admin: <Admin object at 0x7fe5e4252f30> > _users.rootPassword: Skipped > _users.anaconda: Already dumped (Anaconda instance) >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programName: anaconda > mehConfig.programVersion: 17.20 > mehConfig.attrSkipList: [backend.ayum, backend.dlpkgs, accounts, bootloader.password, comps, dispatch, hdList, ksdata, instLanguage.font, instLanguage.kbd, instLanguage.info, instLanguage.localeInfo, instLanguage.nativeLangNames, instLanguage.tz, keyboard._mods._modelDict, keyboard.modelDict, storage.encryptionPassphrase, users.rootPassword, tmpData, intf.icw.buff, intf.icw.currentWindow.storage.encryptionPassphrase, intf.icw.stockButtons] > mehConfig.localSkipList: [passphrase, password] > mehConfig.fileList: [/tmp/anaconda.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /tmp/syslog] >_backend: YumBackend instance, containing members: > _backend.modeText: > _backend.instPath: /mnt/sysimage > _backend.supportsPackageSelection: True > _backend.skipFormatRoot: False > _backend.instLog: None > _backend.supportsUpgrades: True > _backend.anaconda: Already dumped (Anaconda instance) >clearPartTypeSelection: None >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Storage instance) >dir: 1 >security: Security instance, containing members: > security.selinux: 1 > security.auth: --enableshadow --passalgo=sha512 >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'keymap': None, 'selinux': True, 'module': [], 'syslog': None, 'images': [], 'serial': False, 'dmraid': True, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': None, 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'rescue_nomount': False, 'proxyAuth': None, 'mpath': True, 'ibft': True, 'debug': False, 'nofb': None, 'targetArch': None} >proxyUsername: None > > >/tmp/anaconda.log: >13:42:32,021 INFO anaconda: /usr/sbin/anaconda 17.20 >13:42:37,645 INFO anaconda: 1048576 kB (1024 MB) are available >13:42:37,645 INFO anaconda: check_memory(): total:1024, needed:768, graphical:768 >13:42:37,728 INFO anaconda: anaconda called with cmdline = ['/usr/sbin/anaconda'] >13:42:37,729 INFO anaconda: Default encoding = utf-8 >13:42:37,756 INFO anaconda: Display mode = g >13:42:37,758 INFO anaconda: 1048576 kB (1024 MB) are available >13:42:37,758 INFO anaconda: check_memory(): total:1024, needed:768, graphical:768 >13:42:39,963 DEBUG anaconda: X server has signalled a successful start. >13:42:39,966 INFO anaconda: Starting window manager, pid 718. >13:42:39,968 INFO anaconda.stdout: Starting graphical installation. >13:42:42,782 INFO anaconda: using only installclass _Fedora >13:42:42,785 INFO anaconda: Detected 1008M of memory >13:42:42,785 INFO anaconda: Swap attempt of 1008M to 2016M >13:42:44,024 DEBUG anaconda: display: (['VGA-0', 'connected', '1024x768+0+0', '(normal', 'left', 'inverted', 'right', 'x', 'axis', 'y', 'axis)', '0mm', 'x', '0mm'],) >13:42:44,025 INFO anaconda: Setting window size to 1024x768 >13:42:45,775 INFO anaconda: dispatch: resetting to the first step. >13:42:45,776 INFO anaconda: dispatch: moving (1) to step sshd >13:42:45,776 DEBUG anaconda: dispatch: sshd is a direct step >13:42:45,776 INFO anaconda: sshd: not enabled, skipping. >13:42:45,777 INFO anaconda: created new libuser.conf at /tmp/libuser.FpUXQU with instPath="/mnt/sysimage" >13:42:45,777 INFO anaconda: dispatch: leaving (1) step sshd >13:42:45,778 INFO anaconda: dispatch: moving (1) to step language >13:52:56,250 INFO anaconda: dispatch: leaving (1) step language >13:52:56,250 INFO anaconda: dispatch: moving (1) to step keyboard >13:53:11,241 INFO anaconda: dispatch: leaving (1) step keyboard >13:53:11,242 INFO anaconda: dispatch: moving (1) to step betanag >13:53:11,242 DEBUG anaconda: dispatch: betanag is a direct step >13:53:14,574 INFO anaconda: dispatch: leaving (1) step betanag >13:53:14,575 INFO anaconda: dispatch: moving (1) to step filtertype >13:53:19,148 INFO anaconda: dispatch: leaving (1) step filtertype >13:53:19,148 INFO anaconda: dispatch: moving (1) to step filter >13:53:19,171 DEBUG anaconda: dispatch: the interface chose not to display step filter. >13:53:19,171 INFO anaconda: dispatch: leaving (1) step filter >13:53:19,172 INFO anaconda: dispatch: moving (1) to step storageinit >13:53:19,172 DEBUG anaconda: dispatch: storageinit is a direct step >13:53:19,263 INFO anaconda: ISCSID is /sbin/iscsid >13:53:19,265 INFO anaconda: no initiator set >13:53:20,127 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >13:53:20,127 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >13:53:21,437 DEBUG anaconda: required disklabel type for sdg (1) is None >13:53:21,437 DEBUG anaconda: default disklabel type for sdg is gpt >13:53:21,438 DEBUG anaconda: selecting gpt disklabel for sdg based on size >13:53:22,558 DEBUG anaconda: required disklabel type for sda (1) is None >13:53:22,559 DEBUG anaconda: default disklabel type for sda is gpt >13:53:22,559 DEBUG anaconda: selecting gpt disklabel for sda based on size >13:53:23,429 DEBUG anaconda: required disklabel type for sdb (1) is None >13:53:23,429 DEBUG anaconda: default disklabel type for sdb is gpt >13:53:23,430 DEBUG anaconda: selecting gpt disklabel for sdb based on size >13:53:23,716 DEBUG anaconda: required disklabel type for sdc (1) is None >13:53:23,717 DEBUG anaconda: default disklabel type for sdc is gpt >13:53:23,717 DEBUG anaconda: selecting gpt disklabel for sdc based on size >13:53:23,992 DEBUG anaconda: required disklabel type for sdd (1) is None >13:53:23,992 DEBUG anaconda: default disklabel type for sdd is gpt >13:53:23,993 DEBUG anaconda: selecting gpt disklabel for sdd based on size >13:53:24,274 DEBUG anaconda: required disklabel type for sde (1) is None >13:53:24,274 DEBUG anaconda: default disklabel type for sde is gpt >13:53:24,275 DEBUG anaconda: selecting gpt disklabel for sde based on size >13:53:25,934 DEBUG anaconda: required disklabel type for sdf (1) is None >13:53:25,934 DEBUG anaconda: default disklabel type for sdf is gpt >13:53:25,935 DEBUG anaconda: selecting gpt disklabel for sdf based on size >13:53:33,986 INFO anaconda: dispatch: leaving (1) step storageinit >13:53:33,986 INFO anaconda: dispatch: moving (1) to step findrootparts >13:53:33,987 DEBUG anaconda: dispatch: findrootparts is a direct step >13:53:33,992 DEBUG anaconda: isys.py:mount()- going to mount /dev/sdg1 on /mnt/sysimage as ext3 with options ro >13:53:34,067 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >13:53:34,417 DEBUG anaconda: isys.py:mount()- going to mount /dev/md126 on /mnt/sysimage as ext3 with options ro >13:53:34,430 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >13:53:34,855 DEBUG anaconda: isys.py:mount()- going to mount /dev/md125 on /mnt/sysimage as ext3 with options ro >13:53:35,231 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >13:53:35,452 DEBUG anaconda: isys.py:mount()- going to mount /dev/loop1 on /mnt/sysimage as ext4 with options ro >13:53:37,200 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/BootDisk-lvol0 on /mnt/sysimage as xfs with options ro >13:53:37,743 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >13:53:40,923 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/DataDisk-lvol0 on /mnt/sysimage as xfs with options ro >13:53:41,685 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >13:53:43,458 INFO anaconda: dispatch: leaving (1) step findrootparts >13:53:43,459 INFO anaconda: dispatch: moving (1) to step findinstall >13:53:56,054 INFO anaconda: dispatch: resetting scheduling >13:53:56,054 DEBUG anaconda: dispatch: Can not reschedule step 'keyboard' from 'done' to 'unscheduled' >13:53:56,055 DEBUG anaconda: dispatch: Can not reschedule step 'filtertype' from 'done' to 'unscheduled' >13:53:56,055 DEBUG anaconda: dispatch: Can not reschedule step 'storageinit' from 'done' to 'unscheduled' >13:53:56,055 DEBUG anaconda: dispatch: Can not reschedule step 'betanag' from 'done' to 'unscheduled' >13:53:56,056 DEBUG anaconda: dispatch: Can not reschedule step 'sshd' from 'done' to 'unscheduled' >13:53:56,056 DEBUG anaconda: dispatch: Can not reschedule step 'findrootparts' from 'done' to 'unscheduled' >13:53:56,056 DEBUG anaconda: dispatch: Can not reschedule step 'findinstall' from 'requested' to 'unscheduled' >13:53:56,056 DEBUG anaconda: dispatch: Can not reschedule step 'language' from 'done' to 'unscheduled' >13:53:56,056 DEBUG anaconda: dispatch: Can not reschedule step 'filter' from 'done' to 'unscheduled' >13:53:56,056 INFO anaconda: dispatch: resetting finished. >13:53:56,057 DEBUG anaconda: dispatch: Can not reschedule step 'language' from 'done' to 'scheduled' >13:53:56,057 DEBUG anaconda: dispatch: Can not reschedule step 'keyboard' from 'done' to 'scheduled' >13:53:56,057 DEBUG anaconda: dispatch: Can not reschedule step 'filtertype' from 'done' to 'scheduled' >13:53:56,057 DEBUG anaconda: dispatch: Can not reschedule step 'filter' from 'done' to 'scheduled' >13:53:56,058 DEBUG anaconda: dispatch: Can not reschedule step 'storageinit' from 'done' to 'scheduled' >13:53:56,058 DEBUG anaconda: dispatch: Can not reschedule step 'findrootparts' from 'done' to 'scheduled' >13:53:56,058 DEBUG anaconda: dispatch: Can not reschedule step 'findinstall' from 'requested' to 'scheduled' >13:53:56,058 INFO anaconda: dispatch: leaving (1) step findinstall >13:53:56,059 INFO anaconda: dispatch: moving (1) to step upgrademount >13:53:56,059 DEBUG anaconda: dispatch: upgrademount is a direct step >13:53:56,384 DEBUG anaconda: isys.py:mount()- going to mount /dev/md125 on /mnt/sysimage as ext3 with options defaults >13:53:57,051 INFO anaconda: failed to get default SELinux context for /tmp/sdg1.ext28cOJZl: [Errno 2] No such file or directory >13:53:57,052 DEBUG anaconda: isys.py:mount()- going to mount /dev/sdg1 on /tmp/sdg1.ext28cOJZl as ext2 with options defaults >13:53:57,193 INFO anaconda: failed to get default SELinux context for /tmp/sdg1.ext28cOJZl: [Errno 2] No such file or directory >13:53:57,198 DEBUG anaconda: isys.py:umount()- going to unmount /tmp/sdg1.ext28cOJZl, removeDir = False > > >/tmp/program.log: >13:42:35,808 INFO program: Running... localedef -i en_US -f UTF-8 en_US.UTF-8 >13:42:39,967 INFO program: Running... metacity --display :1 --sm-disable >13:42:42,018 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >13:42:43,550 INFO program: Running... xrandr -q >13:42:44,023 INFO program: Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096 >13:42:44,023 INFO program: VGA-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm >13:42:44,023 INFO program: 1024x768 60.0* >13:42:44,023 INFO program: 800x600 60.3 56.2 >13:42:44,023 INFO program: 848x480 60.0 >13:42:44,024 INFO program: 640x480 59.9 >13:42:44,024 INFO program: DVI-0 disconnected (normal left inverted right x axis y axis) >13:42:44,024 INFO program: S-video disconnected (normal left inverted right x axis y axis) >13:42:45,751 ERR program: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x400010 (Fedora Ins) >13:42:45,752 ERR program: Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed. >13:53:19,172 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >13:53:19,266 INFO program: Running... modprobe fcoe >13:53:19,924 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >13:53:20,126 INFO program: No FCoE boot disk information is found in EDD! >13:53:20,132 INFO program: Running... modprobe scsi_wait_scan >13:53:20,226 INFO program: Running... rmmod scsi_wait_scan >13:53:20,238 INFO program: Running... udevadm settle --timeout=300 >13:53:20,805 INFO program: Running... multipath -d >13:53:20,853 INFO program: Running... multipath -ll >13:53:21,131 INFO program: Running... modprobe scsi_wait_scan >13:53:21,159 INFO program: Running... rmmod scsi_wait_scan >13:53:21,193 INFO program: Running... udevadm settle --timeout=300 >13:53:21,956 INFO program: Running... dumpe2fs -h /dev/sdg1 >13:53:22,107 INFO program: Filesystem volume name: /bootflash >13:53:22,107 INFO program: Last mounted on: /mnt/sysimage/boot >13:53:22,108 INFO program: Filesystem UUID: 0edd6f46-e60a-43f0-a63b-1af46aca934f >13:53:22,108 INFO program: Filesystem magic number: 0xEF53 >13:53:22,108 INFO program: Filesystem revision #: 1 (dynamic) >13:53:22,108 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super >13:53:22,108 INFO program: Filesystem flags: signed_directory_hash >13:53:22,108 INFO program: Default mount options: (none) >13:53:22,109 INFO program: Filesystem state: not clean >13:53:22,109 INFO program: Errors behavior: Continue >13:53:22,109 INFO program: Filesystem OS type: Linux >13:53:22,109 INFO program: Inode count: 62744 >13:53:22,109 INFO program: Block count: 250352 >13:53:22,109 INFO program: Reserved block count: 12517 >13:53:22,109 INFO program: Free blocks: 168696 >13:53:22,110 INFO program: Free inodes: 62663 >13:53:22,110 INFO program: First block: 1 >13:53:22,110 INFO program: Block size: 1024 >13:53:22,110 INFO program: Fragment size: 1024 >13:53:22,110 INFO program: Reserved GDT blocks: 256 >13:53:22,110 INFO program: Blocks per group: 8192 >13:53:22,110 INFO program: Fragments per group: 8192 >13:53:22,111 INFO program: Inodes per group: 2024 >13:53:22,111 INFO program: Inode blocks per group: 253 >13:53:22,111 INFO program: Filesystem created: Thu Mar 8 20:36:36 2007 >13:53:22,111 INFO program: Last mount time: Mon May 7 13:40:19 2012 >13:53:22,111 INFO program: Last write time: Mon May 7 13:40:19 2012 >13:53:22,111 INFO program: Mount count: 5 >13:53:22,112 INFO program: Maximum mount count: 32 >13:53:22,112 INFO program: Last checked: Wed Apr 18 19:06:54 2012 >13:53:22,112 INFO program: Check interval: 15552000 (6 months) >13:53:22,112 INFO program: Next check after: Mon Oct 15 19:06:54 2012 >13:53:22,112 INFO program: Lifetime writes: 83 MB >13:53:22,112 INFO program: Reserved blocks uid: 0 (user root) >13:53:22,112 INFO program: Reserved blocks gid: 0 (group root) >13:53:22,113 INFO program: First inode: 11 >13:53:22,113 INFO program: Inode size: 128 >13:53:22,113 INFO program: Journal inode: 6091 >13:53:22,113 INFO program: Default directory hash: tea >13:53:22,113 INFO program: Directory Hash Seed: 5a071947-0ecd-4780-a8ec-2303feed45ca >13:53:22,113 INFO program: Journal features: (none) >13:53:22,114 INFO program: Journal size: 4114k >13:53:22,114 INFO program: Journal length: 4096 >13:53:22,114 INFO program: Journal sequence: 0x00000004 >13:53:22,114 INFO program: Journal start: 0 >13:53:22,114 INFO program: >13:53:22,114 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:22,115 INFO program: Running... dumpe2fs -h /dev/sdg1 >13:53:22,150 INFO program: Filesystem volume name: /bootflash >13:53:22,152 INFO program: Last mounted on: /mnt/sysimage/boot >13:53:22,152 INFO program: Filesystem UUID: 0edd6f46-e60a-43f0-a63b-1af46aca934f >13:53:22,152 INFO program: Filesystem magic number: 0xEF53 >13:53:22,152 INFO program: Filesystem revision #: 1 (dynamic) >13:53:22,152 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super >13:53:22,153 INFO program: Filesystem flags: signed_directory_hash >13:53:22,153 INFO program: Default mount options: (none) >13:53:22,153 INFO program: Filesystem state: not clean >13:53:22,153 INFO program: Errors behavior: Continue >13:53:22,153 INFO program: Filesystem OS type: Linux >13:53:22,154 INFO program: Inode count: 62744 >13:53:22,154 INFO program: Block count: 250352 >13:53:22,154 INFO program: Reserved block count: 12517 >13:53:22,154 INFO program: Free blocks: 168696 >13:53:22,154 INFO program: Free inodes: 62663 >13:53:22,154 INFO program: First block: 1 >13:53:22,155 INFO program: Block size: 1024 >13:53:22,155 INFO program: Fragment size: 1024 >13:53:22,155 INFO program: Reserved GDT blocks: 256 >13:53:22,155 INFO program: Blocks per group: 8192 >13:53:22,155 INFO program: Fragments per group: 8192 >13:53:22,155 INFO program: Inodes per group: 2024 >13:53:22,156 INFO program: Inode blocks per group: 253 >13:53:22,156 INFO program: Filesystem created: Thu Mar 8 20:36:36 2007 >13:53:22,156 INFO program: Last mount time: Mon May 7 13:40:19 2012 >13:53:22,156 INFO program: Last write time: Mon May 7 13:40:19 2012 >13:53:22,156 INFO program: Mount count: 5 >13:53:22,157 INFO program: Maximum mount count: 32 >13:53:22,157 INFO program: Last checked: Wed Apr 18 19:06:54 2012 >13:53:22,157 INFO program: Check interval: 15552000 (6 months) >13:53:22,157 INFO program: Next check after: Mon Oct 15 19:06:54 2012 >13:53:22,157 INFO program: Lifetime writes: 83 MB >13:53:22,157 INFO program: Reserved blocks uid: 0 (user root) >13:53:22,158 INFO program: Reserved blocks gid: 0 (group root) >13:53:22,158 INFO program: First inode: 11 >13:53:22,158 INFO program: Inode size: 128 >13:53:22,158 INFO program: Journal inode: 6091 >13:53:22,158 INFO program: Default directory hash: tea >13:53:22,158 INFO program: Directory Hash Seed: 5a071947-0ecd-4780-a8ec-2303feed45ca >13:53:22,159 INFO program: Journal features: (none) >13:53:22,159 INFO program: Journal size: 4114k >13:53:22,159 INFO program: Journal length: 4096 >13:53:22,159 INFO program: Journal sequence: 0x00000004 >13:53:22,159 INFO program: Journal start: 0 >13:53:22,159 INFO program: >13:53:22,160 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:22,160 INFO program: Running... resize2fs -P /dev/sdg1 >13:53:22,195 ERR program: resize2fs 1.42 (29-Nov-2011) >13:53:22,196 ERR program: Please run 'e2fsck -f /dev/sdg1' first. >13:53:22,196 ERR program: >13:53:22,428 INFO program: Running... modprobe scsi_wait_scan >13:53:22,443 INFO program: Running... rmmod scsi_wait_scan >13:53:22,463 INFO program: Running... udevadm settle --timeout=300 >13:53:22,703 INFO program: Running... mdadm --examine --brief /dev/sda1 >13:53:22,767 INFO program: ARRAY /dev/md127 UUID=08d82f85:0ce138f0:78d4db8d:6a6713b1 >13:53:22,778 INFO program: Running... udevadm settle --timeout=300 >13:53:22,808 INFO program: Running... mdadm --incremental --quiet /dev/sda1 >13:53:22,876 INFO program: Running... modprobe scsi_wait_scan >13:53:22,888 INFO program: Running... rmmod scsi_wait_scan >13:53:22,901 INFO program: Running... udevadm settle --timeout=300 >13:53:23,560 INFO program: Running... udevadm settle --timeout=300 >13:53:23,591 INFO program: Running... mdadm --incremental --quiet /dev/sdb1 >13:53:23,640 INFO program: Running... modprobe scsi_wait_scan >13:53:23,653 INFO program: Running... rmmod scsi_wait_scan >13:53:23,665 INFO program: Running... udevadm settle --timeout=300 >13:53:23,835 INFO program: Running... udevadm settle --timeout=300 >13:53:23,865 INFO program: Running... mdadm --incremental --quiet /dev/sdc1 >13:53:23,915 INFO program: Running... modprobe scsi_wait_scan >13:53:23,928 INFO program: Running... rmmod scsi_wait_scan >13:53:23,940 INFO program: Running... udevadm settle --timeout=300 >13:53:24,107 INFO program: Running... udevadm settle --timeout=300 >13:53:24,147 INFO program: Running... mdadm --incremental --quiet /dev/sdd1 >13:53:24,197 INFO program: Running... modprobe scsi_wait_scan >13:53:24,209 INFO program: Running... rmmod scsi_wait_scan >13:53:24,222 INFO program: Running... udevadm settle --timeout=300 >13:53:24,413 INFO program: Running... mdadm --examine --brief /dev/sde1 >13:53:24,454 INFO program: ARRAY /dev/md126 UUID=ad879e48:249a15dc:93062023:005285ad >13:53:24,465 INFO program: Running... udevadm settle --timeout=300 >13:53:24,551 INFO program: Running... mdadm --incremental --quiet /dev/sde1 >13:53:24,656 INFO program: Running... mdadm --examine --brief /dev/sde2 >13:53:24,678 INFO program: ARRAY /dev/md124 UUID=52ed805d:86053ac8:33d50597:b77c6766 >13:53:24,688 INFO program: Running... udevadm settle --timeout=300 >13:53:24,719 INFO program: Running... mdadm --incremental --quiet /dev/sde2 >13:53:24,832 INFO program: Running... mdadm --examine --brief /dev/sde3 >13:53:24,883 INFO program: ARRAY /dev/md123 UUID=933206f1:519638e4:6bdb042d:cb117e76 >13:53:24,894 INFO program: Running... udevadm settle --timeout=300 >13:53:24,958 INFO program: Running... mdadm --incremental --quiet /dev/sde3 >13:53:25,063 INFO program: Running... mdadm --examine --brief /dev/sde4 >13:53:25,097 INFO program: ARRAY /dev/md125 UUID=1e0e76fa:69e4437d:8c671711:4fd2c492 >13:53:25,108 INFO program: Running... udevadm settle --timeout=300 >13:53:25,139 INFO program: Running... mdadm --incremental --quiet /dev/sde4 >13:53:25,223 INFO program: Running... modprobe scsi_wait_scan >13:53:25,237 INFO program: Running... rmmod scsi_wait_scan >13:53:25,251 INFO program: Running... udevadm settle --timeout=300 >13:53:26,097 INFO program: Running... udevadm settle --timeout=300 >13:53:26,128 INFO program: Running... mdadm --incremental --quiet /dev/sdf1 >13:53:26,213 INFO program: Running... udevadm settle --timeout=300 >13:53:26,243 INFO program: Running... mdadm --incremental --quiet /dev/sdf2 >13:53:26,327 INFO program: Running... udevadm settle --timeout=300 >13:53:26,357 INFO program: Running... mdadm --incremental --quiet /dev/sdf3 >13:53:26,440 INFO program: Running... udevadm settle --timeout=300 >13:53:26,471 INFO program: Running... mdadm --incremental --quiet /dev/sdf4 >13:53:26,563 INFO program: Running... dumpe2fs -h /dev/loop1 >13:53:26,574 INFO program: Filesystem volume name: Anaconda >13:53:26,574 INFO program: Last mounted on: / >13:53:26,575 INFO program: Filesystem UUID: 9711359b-d103-46ba-93f8-4d6cc2a1dfab >13:53:26,575 INFO program: Filesystem magic number: 0xEF53 >13:53:26,575 INFO program: Filesystem revision #: 1 (dynamic) >13:53:26,575 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >13:53:26,575 INFO program: Filesystem flags: signed_directory_hash >13:53:26,576 INFO program: Default mount options: user_xattr acl >13:53:26,576 INFO program: Filesystem state: clean >13:53:26,576 INFO program: Errors behavior: Continue >13:53:26,576 INFO program: Filesystem OS type: Linux >13:53:26,576 INFO program: Inode count: 131072 >13:53:26,576 INFO program: Block count: 2097152 >13:53:26,577 INFO program: Reserved block count: 0 >13:53:26,577 INFO program: Free blocks: 1651015 >13:53:26,577 INFO program: Free inodes: 109870 >13:53:26,577 INFO program: First block: 1 >13:53:26,577 INFO program: Block size: 1024 >13:53:26,578 INFO program: Fragment size: 1024 >13:53:26,578 INFO program: Reserved GDT blocks: 256 >13:53:26,578 INFO program: Blocks per group: 8192 >13:53:26,578 INFO program: Fragments per group: 8192 >13:53:26,578 INFO program: Inodes per group: 512 >13:53:26,578 INFO program: Inode blocks per group: 128 >13:53:26,579 INFO program: Flex block group size: 16 >13:53:26,579 INFO program: Filesystem created: Tue Apr 10 05:01:24 2012 >13:53:26,579 INFO program: Last mount time: Tue Apr 10 05:01:32 2012 >13:53:26,579 INFO program: Last write time: Tue Apr 10 05:01:44 2012 >13:53:26,579 INFO program: Mount count: 2 >13:53:26,580 INFO program: Maximum mount count: -1 >13:53:26,580 INFO program: Last checked: Tue Apr 10 05:01:24 2012 >13:53:26,580 INFO program: Check interval: 0 (<none>) >13:53:26,580 INFO program: Lifetime writes: 32 MB >13:53:26,580 INFO program: Reserved blocks uid: 0 (user root) >13:53:26,580 INFO program: Reserved blocks gid: 0 (group root) >13:53:26,581 INFO program: First inode: 11 >13:53:26,581 INFO program: Inode size: 256 >13:53:26,581 INFO program: Required extra isize: 28 >13:53:26,581 INFO program: Desired extra isize: 28 >13:53:26,581 INFO program: Journal inode: 8 >13:53:26,581 INFO program: Default directory hash: half_md4 >13:53:26,582 INFO program: Directory Hash Seed: 62b37092-a176-4af2-b79e-725f2bb3a45e >13:53:26,582 INFO program: Journal backup: inode blocks >13:53:26,582 INFO program: Journal features: (none) >13:53:26,582 INFO program: Journal size: 32M >13:53:26,582 INFO program: Journal length: 32768 >13:53:26,582 INFO program: Journal sequence: 0x0000000a >13:53:26,582 INFO program: Journal start: 0 >13:53:26,583 INFO program: >13:53:26,583 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:26,583 INFO program: Running... dumpe2fs -h /dev/loop1 >13:53:26,594 INFO program: Filesystem volume name: Anaconda >13:53:26,594 INFO program: Last mounted on: / >13:53:26,595 INFO program: Filesystem UUID: 9711359b-d103-46ba-93f8-4d6cc2a1dfab >13:53:26,595 INFO program: Filesystem magic number: 0xEF53 >13:53:26,595 INFO program: Filesystem revision #: 1 (dynamic) >13:53:26,595 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >13:53:26,595 INFO program: Filesystem flags: signed_directory_hash >13:53:26,595 INFO program: Default mount options: user_xattr acl >13:53:26,596 INFO program: Filesystem state: clean >13:53:26,596 INFO program: Errors behavior: Continue >13:53:26,596 INFO program: Filesystem OS type: Linux >13:53:26,596 INFO program: Inode count: 131072 >13:53:26,596 INFO program: Block count: 2097152 >13:53:26,596 INFO program: Reserved block count: 0 >13:53:26,596 INFO program: Free blocks: 1651015 >13:53:26,597 INFO program: Free inodes: 109870 >13:53:26,597 INFO program: First block: 1 >13:53:26,597 INFO program: Block size: 1024 >13:53:26,597 INFO program: Fragment size: 1024 >13:53:26,597 INFO program: Reserved GDT blocks: 256 >13:53:26,597 INFO program: Blocks per group: 8192 >13:53:26,598 INFO program: Fragments per group: 8192 >13:53:26,598 INFO program: Inodes per group: 512 >13:53:26,598 INFO program: Inode blocks per group: 128 >13:53:26,598 INFO program: Flex block group size: 16 >13:53:26,598 INFO program: Filesystem created: Tue Apr 10 05:01:24 2012 >13:53:26,598 INFO program: Last mount time: Tue Apr 10 05:01:32 2012 >13:53:26,598 INFO program: Last write time: Tue Apr 10 05:01:44 2012 >13:53:26,599 INFO program: Mount count: 2 >13:53:26,599 INFO program: Maximum mount count: -1 >13:53:26,599 INFO program: Last checked: Tue Apr 10 05:01:24 2012 >13:53:26,599 INFO program: Check interval: 0 (<none>) >13:53:26,599 INFO program: Lifetime writes: 32 MB >13:53:26,599 INFO program: Reserved blocks uid: 0 (user root) >13:53:26,600 INFO program: Reserved blocks gid: 0 (group root) >13:53:26,600 INFO program: First inode: 11 >13:53:26,600 INFO program: Inode size: 256 >13:53:26,600 INFO program: Required extra isize: 28 >13:53:26,600 INFO program: Desired extra isize: 28 >13:53:26,600 INFO program: Journal inode: 8 >13:53:26,601 INFO program: Default directory hash: half_md4 >13:53:26,601 INFO program: Directory Hash Seed: 62b37092-a176-4af2-b79e-725f2bb3a45e >13:53:26,601 INFO program: Journal backup: inode blocks >13:53:26,601 INFO program: Journal features: (none) >13:53:26,601 INFO program: Journal size: 32M >13:53:26,601 INFO program: Journal length: 32768 >13:53:26,601 INFO program: Journal sequence: 0x0000000a >13:53:26,602 INFO program: Journal start: 0 >13:53:26,602 INFO program: >13:53:26,602 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:26,602 INFO program: Running... resize2fs -P /dev/loop1 >13:53:26,613 INFO program: Couldn't find valid filesystem superblock. >13:53:26,613 ERR program: resize2fs 1.42 (29-Nov-2011) >13:53:26,614 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >13:53:26,761 INFO program: Running... dumpe2fs -h /dev/md125 >13:53:26,795 INFO program: Filesystem volume name: rootfs >13:53:26,796 INFO program: Last mounted on: /mnt/sysimage >13:53:26,796 INFO program: Filesystem UUID: 2bcd11a5-039e-4471-af1a-6473f94f0721 >13:53:26,796 INFO program: Filesystem magic number: 0xEF53 >13:53:26,796 INFO program: Filesystem revision #: 1 (dynamic) >13:53:26,796 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super large_file >13:53:26,797 INFO program: Filesystem flags: signed_directory_hash >13:53:26,797 INFO program: Default mount options: (none) >13:53:26,797 INFO program: Filesystem state: clean >13:53:26,797 INFO program: Errors behavior: Continue >13:53:26,797 INFO program: Filesystem OS type: Linux >13:53:26,797 INFO program: Inode count: 3662848 >13:53:26,798 INFO program: Block count: 7325616 >13:53:26,798 INFO program: Reserved block count: 366280 >13:53:26,798 INFO program: Free blocks: 6054857 >13:53:26,798 INFO program: Free inodes: 3512905 >13:53:26,798 INFO program: First block: 0 >13:53:26,798 INFO program: Block size: 4096 >13:53:26,799 INFO program: Fragment size: 4096 >13:53:26,799 INFO program: Reserved GDT blocks: 1022 >13:53:26,799 INFO program: Blocks per group: 32768 >13:53:26,799 INFO program: Fragments per group: 32768 >13:53:26,799 INFO program: Inodes per group: 16352 >13:53:26,799 INFO program: Inode blocks per group: 511 >13:53:26,799 INFO program: Filesystem created: Fri Apr 20 13:11:22 2007 >13:53:26,800 INFO program: Last mount time: Mon May 7 13:40:18 2012 >13:53:26,800 INFO program: Last write time: Mon May 7 13:40:33 2012 >13:53:26,800 INFO program: Mount count: 7 >13:53:26,800 INFO program: Maximum mount count: 36 >13:53:26,800 INFO program: Last checked: Wed Apr 18 18:03:50 2012 >13:53:26,800 INFO program: Check interval: 15552000 (6 months) >13:53:26,801 INFO program: Next check after: Mon Oct 15 18:03:50 2012 >13:53:26,801 INFO program: Lifetime writes: 6388 MB >13:53:26,801 INFO program: Reserved blocks uid: 0 (user root) >13:53:26,801 INFO program: Reserved blocks gid: 0 (group root) >13:53:26,801 INFO program: First inode: 11 >13:53:26,801 INFO program: Inode size: 128 >13:53:26,801 INFO program: Journal inode: 8 >13:53:26,802 INFO program: Default directory hash: tea >13:53:26,802 INFO program: Directory Hash Seed: 5c948e56-8cf3-420e-9dd4-53f6c85f1393 >13:53:26,802 INFO program: Journal backup: inode blocks >13:53:26,802 INFO program: Journal features: journal_incompat_revoke >13:53:26,802 INFO program: Journal size: 128M >13:53:26,802 INFO program: Journal length: 32768 >13:53:26,803 INFO program: Journal sequence: 0x00231f0b >13:53:26,803 INFO program: Journal start: 0 >13:53:26,803 INFO program: >13:53:26,803 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:26,804 INFO program: Running... dumpe2fs -h /dev/md125 >13:53:26,820 INFO program: Filesystem volume name: rootfs >13:53:26,821 INFO program: Last mounted on: /mnt/sysimage >13:53:26,821 INFO program: Filesystem UUID: 2bcd11a5-039e-4471-af1a-6473f94f0721 >13:53:26,821 INFO program: Filesystem magic number: 0xEF53 >13:53:26,821 INFO program: Filesystem revision #: 1 (dynamic) >13:53:26,821 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super large_file >13:53:26,822 INFO program: Filesystem flags: signed_directory_hash >13:53:26,822 INFO program: Default mount options: (none) >13:53:26,822 INFO program: Filesystem state: clean >13:53:26,822 INFO program: Errors behavior: Continue >13:53:26,822 INFO program: Filesystem OS type: Linux >13:53:26,822 INFO program: Inode count: 3662848 >13:53:26,823 INFO program: Block count: 7325616 >13:53:26,823 INFO program: Reserved block count: 366280 >13:53:26,823 INFO program: Free blocks: 6054857 >13:53:26,823 INFO program: Free inodes: 3512905 >13:53:26,823 INFO program: First block: 0 >13:53:26,823 INFO program: Block size: 4096 >13:53:26,823 INFO program: Fragment size: 4096 >13:53:26,824 INFO program: Reserved GDT blocks: 1022 >13:53:26,824 INFO program: Blocks per group: 32768 >13:53:26,824 INFO program: Fragments per group: 32768 >13:53:26,824 INFO program: Inodes per group: 16352 >13:53:26,824 INFO program: Inode blocks per group: 511 >13:53:26,824 INFO program: Filesystem created: Fri Apr 20 13:11:22 2007 >13:53:26,825 INFO program: Last mount time: Mon May 7 13:40:18 2012 >13:53:26,825 INFO program: Last write time: Mon May 7 13:40:33 2012 >13:53:26,825 INFO program: Mount count: 7 >13:53:26,825 INFO program: Maximum mount count: 36 >13:53:26,825 INFO program: Last checked: Wed Apr 18 18:03:50 2012 >13:53:26,825 INFO program: Check interval: 15552000 (6 months) >13:53:26,825 INFO program: Next check after: Mon Oct 15 18:03:50 2012 >13:53:26,826 INFO program: Lifetime writes: 6388 MB >13:53:26,826 INFO program: Reserved blocks uid: 0 (user root) >13:53:26,826 INFO program: Reserved blocks gid: 0 (group root) >13:53:26,826 INFO program: First inode: 11 >13:53:26,826 INFO program: Inode size: 128 >13:53:26,826 INFO program: Journal inode: 8 >13:53:26,827 INFO program: Default directory hash: tea >13:53:26,827 INFO program: Directory Hash Seed: 5c948e56-8cf3-420e-9dd4-53f6c85f1393 >13:53:26,827 INFO program: Journal backup: inode blocks >13:53:26,827 INFO program: Journal features: journal_incompat_revoke >13:53:26,827 INFO program: Journal size: 128M >13:53:26,827 INFO program: Journal length: 32768 >13:53:26,828 INFO program: Journal sequence: 0x00231f0b >13:53:26,828 INFO program: Journal start: 0 >13:53:26,828 INFO program: >13:53:26,828 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:26,828 INFO program: Running... resize2fs -P /dev/md125 >13:53:26,840 INFO program: Estimated minimum size of the filesystem: 1171240 >13:53:26,841 ERR program: resize2fs 1.42 (29-Nov-2011) >13:53:26,880 INFO program: Running... dumpe2fs -h /dev/md126 >13:53:26,906 INFO program: Filesystem volume name: oldrootfs >13:53:26,906 INFO program: Last mounted on: <not available> >13:53:26,906 INFO program: Filesystem UUID: f6629127-79e3-47db-b0aa-cecc04f83451 >13:53:26,907 INFO program: Filesystem magic number: 0xEF53 >13:53:26,907 INFO program: Filesystem revision #: 1 (dynamic) >13:53:26,907 INFO program: Filesystem features: has_journal resize_inode dir_index filetype sparse_super >13:53:26,907 INFO program: Filesystem flags: signed_directory_hash >13:53:26,907 INFO program: Default mount options: (none) >13:53:26,907 INFO program: Filesystem state: clean >13:53:26,908 INFO program: Errors behavior: Continue >13:53:26,908 INFO program: Filesystem OS type: Linux >13:53:26,908 INFO program: Inode count: 74296 >13:53:26,908 INFO program: Block count: 297088 >13:53:26,908 INFO program: Reserved block count: 14854 >13:53:26,908 INFO program: Free blocks: 277414 >13:53:26,908 INFO program: Free inodes: 74285 >13:53:26,909 INFO program: First block: 1 >13:53:26,909 INFO program: Block size: 1024 >13:53:26,909 INFO program: Fragment size: 1024 >13:53:26,909 INFO program: Reserved GDT blocks: 256 >13:53:26,909 INFO program: Blocks per group: 8192 >13:53:26,909 INFO program: Fragments per group: 8192 >13:53:26,910 INFO program: Inodes per group: 2008 >13:53:26,910 INFO program: Inode blocks per group: 251 >13:53:26,910 INFO program: Filesystem created: Fri Apr 20 13:10:35 2007 >13:53:26,910 INFO program: Last mount time: n/a >13:53:26,910 INFO program: Last write time: Fri Jan 4 22:44:56 2008 >13:53:26,910 INFO program: Mount count: 0 >13:53:26,910 INFO program: Maximum mount count: 27 >13:53:26,911 INFO program: Last checked: Fri Apr 20 13:10:35 2007 >13:53:26,911 INFO program: Check interval: 15552000 (6 months) >13:53:26,911 INFO program: Next check after: Wed Oct 17 13:10:35 2007 >13:53:26,911 INFO program: Reserved blocks uid: 0 (user root) >13:53:26,911 INFO program: Reserved blocks gid: 0 (group root) >13:53:26,911 INFO program: First inode: 11 >13:53:26,911 INFO program: Inode size: 128 >13:53:26,912 INFO program: Journal inode: 8 >13:53:26,912 INFO program: Default directory hash: tea >13:53:26,912 INFO program: Directory Hash Seed: f150f4cb-d6eb-4502-aaa2-963a72d1363f >13:53:26,912 INFO program: Journal backup: inode blocks >13:53:26,912 INFO program: Journal features: (none) >13:53:26,912 INFO program: Journal size: 8M >13:53:26,913 INFO program: Journal length: 8192 >13:53:26,913 INFO program: Journal sequence: 0x00000001 >13:53:26,913 INFO program: Journal start: 0 >13:53:26,913 INFO program: >13:53:26,913 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:26,914 INFO program: Running... dumpe2fs -h /dev/md126 >13:53:26,939 INFO program: Filesystem volume name: oldrootfs >13:53:26,939 INFO program: Last mounted on: <not available> >13:53:26,940 INFO program: Filesystem UUID: f6629127-79e3-47db-b0aa-cecc04f83451 >13:53:26,940 INFO program: Filesystem magic number: 0xEF53 >13:53:26,940 INFO program: Filesystem revision #: 1 (dynamic) >13:53:26,940 INFO program: Filesystem features: has_journal resize_inode dir_index filetype sparse_super >13:53:26,940 INFO program: Filesystem flags: signed_directory_hash >13:53:26,940 INFO program: Default mount options: (none) >13:53:26,941 INFO program: Filesystem state: clean >13:53:26,941 INFO program: Errors behavior: Continue >13:53:26,941 INFO program: Filesystem OS type: Linux >13:53:26,941 INFO program: Inode count: 74296 >13:53:26,941 INFO program: Block count: 297088 >13:53:26,941 INFO program: Reserved block count: 14854 >13:53:26,942 INFO program: Free blocks: 277414 >13:53:26,942 INFO program: Free inodes: 74285 >13:53:26,942 INFO program: First block: 1 >13:53:26,942 INFO program: Block size: 1024 >13:53:26,942 INFO program: Fragment size: 1024 >13:53:26,942 INFO program: Reserved GDT blocks: 256 >13:53:26,943 INFO program: Blocks per group: 8192 >13:53:26,943 INFO program: Fragments per group: 8192 >13:53:26,943 INFO program: Inodes per group: 2008 >13:53:26,943 INFO program: Inode blocks per group: 251 >13:53:26,943 INFO program: Filesystem created: Fri Apr 20 13:10:35 2007 >13:53:26,943 INFO program: Last mount time: n/a >13:53:26,943 INFO program: Last write time: Fri Jan 4 22:44:56 2008 >13:53:26,944 INFO program: Mount count: 0 >13:53:26,944 INFO program: Maximum mount count: 27 >13:53:26,944 INFO program: Last checked: Fri Apr 20 13:10:35 2007 >13:53:26,944 INFO program: Check interval: 15552000 (6 months) >13:53:26,944 INFO program: Next check after: Wed Oct 17 13:10:35 2007 >13:53:26,944 INFO program: Reserved blocks uid: 0 (user root) >13:53:26,945 INFO program: Reserved blocks gid: 0 (group root) >13:53:26,945 INFO program: First inode: 11 >13:53:26,945 INFO program: Inode size: 128 >13:53:26,945 INFO program: Journal inode: 8 >13:53:26,945 INFO program: Default directory hash: tea >13:53:26,945 INFO program: Directory Hash Seed: f150f4cb-d6eb-4502-aaa2-963a72d1363f >13:53:26,945 INFO program: Journal backup: inode blocks >13:53:26,946 INFO program: Journal features: (none) >13:53:26,946 INFO program: Journal size: 8M >13:53:26,946 INFO program: Journal length: 8192 >13:53:26,946 INFO program: Journal sequence: 0x00000001 >13:53:26,946 INFO program: Journal start: 0 >13:53:26,946 INFO program: >13:53:26,947 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:26,947 INFO program: Running... resize2fs -P /dev/md126 >13:53:26,967 INFO program: Estimated minimum size of the filesystem: 9265 >13:53:26,967 ERR program: resize2fs 1.42 (29-Nov-2011) >13:53:27,026 INFO program: Running... modprobe scsi_wait_scan >13:53:27,039 INFO program: Running... rmmod scsi_wait_scan >13:53:27,051 INFO program: Running... udevadm settle --timeout=300 >13:53:27,146 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >13:53:27,157 INFO program: Filesystem volume name: Anaconda >13:53:27,157 INFO program: Last mounted on: / >13:53:27,157 INFO program: Filesystem UUID: 9711359b-d103-46ba-93f8-4d6cc2a1dfab >13:53:27,158 INFO program: Filesystem magic number: 0xEF53 >13:53:27,158 INFO program: Filesystem revision #: 1 (dynamic) >13:53:27,158 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >13:53:27,158 INFO program: Filesystem flags: signed_directory_hash >13:53:27,158 INFO program: Default mount options: user_xattr acl >13:53:27,159 INFO program: Filesystem state: clean >13:53:27,159 INFO program: Errors behavior: Continue >13:53:27,159 INFO program: Filesystem OS type: Linux >13:53:27,159 INFO program: Inode count: 131072 >13:53:27,159 INFO program: Block count: 2097152 >13:53:27,159 INFO program: Reserved block count: 0 >13:53:27,160 INFO program: Free blocks: 1651015 >13:53:27,160 INFO program: Free inodes: 109870 >13:53:27,160 INFO program: First block: 1 >13:53:27,160 INFO program: Block size: 1024 >13:53:27,160 INFO program: Fragment size: 1024 >13:53:27,161 INFO program: Reserved GDT blocks: 256 >13:53:27,161 INFO program: Blocks per group: 8192 >13:53:27,161 INFO program: Fragments per group: 8192 >13:53:27,161 INFO program: Inodes per group: 512 >13:53:27,161 INFO program: Inode blocks per group: 128 >13:53:27,161 INFO program: Flex block group size: 16 >13:53:27,162 INFO program: Filesystem created: Tue Apr 10 05:01:24 2012 >13:53:27,162 INFO program: Last mount time: Mon May 7 13:42:08 2012 >13:53:27,162 INFO program: Last write time: Mon May 7 13:42:08 2012 >13:53:27,162 INFO program: Mount count: 3 >13:53:27,162 INFO program: Maximum mount count: -1 >13:53:27,162 INFO program: Last checked: Tue Apr 10 05:01:24 2012 >13:53:27,163 INFO program: Check interval: 0 (<none>) >13:53:27,163 INFO program: Lifetime writes: 32 MB >13:53:27,163 INFO program: Reserved blocks uid: 0 (user root) >13:53:27,163 INFO program: Reserved blocks gid: 0 (group root) >13:53:27,163 INFO program: First inode: 11 >13:53:27,164 INFO program: Inode size: 256 >13:53:27,164 INFO program: Required extra isize: 28 >13:53:27,164 INFO program: Desired extra isize: 28 >13:53:27,164 INFO program: Journal inode: 8 >13:53:27,164 INFO program: First orphan inode: 74754 >13:53:27,164 INFO program: Default directory hash: half_md4 >13:53:27,165 INFO program: Directory Hash Seed: 62b37092-a176-4af2-b79e-725f2bb3a45e >13:53:27,165 INFO program: Journal backup: inode blocks >13:53:27,165 INFO program: Journal features: (none) >13:53:27,165 INFO program: Journal size: 32M >13:53:27,165 INFO program: Journal length: 32768 >13:53:27,165 INFO program: Journal sequence: 0x0000000b >13:53:27,166 INFO program: Journal start: 1 >13:53:27,166 INFO program: >13:53:27,166 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:27,167 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >13:53:27,177 INFO program: Filesystem volume name: Anaconda >13:53:27,178 INFO program: Last mounted on: / >13:53:27,178 INFO program: Filesystem UUID: 9711359b-d103-46ba-93f8-4d6cc2a1dfab >13:53:27,178 INFO program: Filesystem magic number: 0xEF53 >13:53:27,178 INFO program: Filesystem revision #: 1 (dynamic) >13:53:27,178 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >13:53:27,179 INFO program: Filesystem flags: signed_directory_hash >13:53:27,179 INFO program: Default mount options: user_xattr acl >13:53:27,179 INFO program: Filesystem state: clean >13:53:27,179 INFO program: Errors behavior: Continue >13:53:27,179 INFO program: Filesystem OS type: Linux >13:53:27,179 INFO program: Inode count: 131072 >13:53:27,180 INFO program: Block count: 2097152 >13:53:27,180 INFO program: Reserved block count: 0 >13:53:27,180 INFO program: Free blocks: 1651015 >13:53:27,180 INFO program: Free inodes: 109870 >13:53:27,180 INFO program: First block: 1 >13:53:27,180 INFO program: Block size: 1024 >13:53:27,180 INFO program: Fragment size: 1024 >13:53:27,181 INFO program: Reserved GDT blocks: 256 >13:53:27,181 INFO program: Blocks per group: 8192 >13:53:27,181 INFO program: Fragments per group: 8192 >13:53:27,181 INFO program: Inodes per group: 512 >13:53:27,181 INFO program: Inode blocks per group: 128 >13:53:27,181 INFO program: Flex block group size: 16 >13:53:27,182 INFO program: Filesystem created: Tue Apr 10 05:01:24 2012 >13:53:27,182 INFO program: Last mount time: Mon May 7 13:42:08 2012 >13:53:27,182 INFO program: Last write time: Mon May 7 13:42:08 2012 >13:53:27,182 INFO program: Mount count: 3 >13:53:27,182 INFO program: Maximum mount count: -1 >13:53:27,182 INFO program: Last checked: Tue Apr 10 05:01:24 2012 >13:53:27,183 INFO program: Check interval: 0 (<none>) >13:53:27,183 INFO program: Lifetime writes: 32 MB >13:53:27,183 INFO program: Reserved blocks uid: 0 (user root) >13:53:27,183 INFO program: Reserved blocks gid: 0 (group root) >13:53:27,183 INFO program: First inode: 11 >13:53:27,183 INFO program: Inode size: 256 >13:53:27,183 INFO program: Required extra isize: 28 >13:53:27,184 INFO program: Desired extra isize: 28 >13:53:27,184 INFO program: Journal inode: 8 >13:53:27,184 INFO program: First orphan inode: 74754 >13:53:27,184 INFO program: Default directory hash: half_md4 >13:53:27,184 INFO program: Directory Hash Seed: 62b37092-a176-4af2-b79e-725f2bb3a45e >13:53:27,184 INFO program: Journal backup: inode blocks >13:53:27,184 INFO program: Journal features: (none) >13:53:27,185 INFO program: Journal size: 32M >13:53:27,185 INFO program: Journal length: 32768 >13:53:27,185 INFO program: Journal sequence: 0x0000000b >13:53:27,185 INFO program: Journal start: 1 >13:53:27,185 INFO program: >13:53:27,185 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:27,186 INFO program: Running... resize2fs -P /dev/mapper/live-rw >13:53:27,196 INFO program: Estimated minimum size of the filesystem: 424513 >13:53:27,197 ERR program: resize2fs 1.42 (29-Nov-2011) >13:53:27,220 INFO program: Running... modprobe scsi_wait_scan >13:53:27,234 INFO program: Running... rmmod scsi_wait_scan >13:53:27,245 INFO program: Running... udevadm settle --timeout=300 >13:53:27,317 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } BootDisk/lvol0 >13:53:27,839 INFO program: Running... udevadm settle --timeout=300 >13:53:28,453 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } DataDisk/lvol0 >13:53:28,960 INFO program: Running... udevadm settle --timeout=300 >13:53:29,436 INFO program: Running... modprobe scsi_wait_scan >13:53:29,447 INFO program: Running... rmmod scsi_wait_scan >13:53:29,458 INFO program: Running... udevadm settle --timeout=300 >13:53:29,739 INFO program: Running... modprobe scsi_wait_scan >13:53:29,751 INFO program: Running... rmmod scsi_wait_scan >13:53:29,763 INFO program: Running... udevadm settle --timeout=300 >13:53:29,828 INFO program: Running... udevadm settle --timeout=300 >13:53:29,862 INFO program: Running... udevadm settle --timeout=300 >13:53:29,901 INFO program: Running... udevadm settle --timeout=300 >13:53:29,935 INFO program: Running... udevadm settle --timeout=300 >13:53:29,965 INFO program: Running... mdadm --stop /dev/md126 >13:53:29,980 ERR program: mdadm: stopped /dev/md126 >13:53:29,990 INFO program: Running... udevadm settle --timeout=300 >13:53:30,030 INFO program: Running... udevadm settle --timeout=300 >13:53:30,070 INFO program: Running... udevadm settle --timeout=300 >13:53:30,109 INFO program: Running... udevadm settle --timeout=300 >13:53:30,148 INFO program: Running... udevadm settle --timeout=300 >13:53:30,179 INFO program: Running... mdadm --stop /dev/md124 >13:53:30,425 ERR program: mdadm: stopped /dev/md124 >13:53:30,435 INFO program: Running... udevadm settle --timeout=300 >13:53:30,476 INFO program: Running... udevadm settle --timeout=300 >13:53:30,515 INFO program: Running... udevadm settle --timeout=300 >13:53:30,555 INFO program: Running... udevadm settle --timeout=300 >13:53:30,589 INFO program: Running... udevadm settle --timeout=300 >13:53:30,621 INFO program: Running... mdadm --stop /dev/md125 >13:53:30,632 ERR program: mdadm: stopped /dev/md125 >13:53:30,641 INFO program: Running... udevadm settle --timeout=300 >13:53:30,681 INFO program: Running... udevadm settle --timeout=300 >13:53:30,722 INFO program: Running... udevadm settle --timeout=300 >13:53:30,762 INFO program: Running... udevadm settle --timeout=300 >13:53:30,808 INFO program: Running... udevadm settle --timeout=300 >13:53:30,842 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } BootDisk/lvol0 >13:53:31,250 INFO program: Running... udevadm settle --timeout=300 >13:53:31,712 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } BootDisk >13:53:32,052 INFO program: 0 logical volume(s) in volume group "BootDisk" now active >13:53:32,061 INFO program: Running... udevadm settle --timeout=300 >13:53:32,088 INFO program: Running... mdadm --stop /dev/md123 >13:53:32,100 ERR program: mdadm: stopped /dev/md123 >13:53:32,109 INFO program: Running... udevadm settle --timeout=300 >13:53:32,146 INFO program: Running... udevadm settle --timeout=300 >13:53:32,182 INFO program: Running... udevadm settle --timeout=300 >13:53:32,221 INFO program: Running... udevadm settle --timeout=300 >13:53:32,256 INFO program: Running... udevadm settle --timeout=300 >13:53:32,290 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } DataDisk/lvol0 >13:53:32,617 INFO program: Running... udevadm settle --timeout=300 >13:53:33,103 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } DataDisk >13:53:33,460 INFO program: 0 logical volume(s) in volume group "DataDisk" now active >13:53:33,469 INFO program: Running... udevadm settle --timeout=300 >13:53:33,503 INFO program: Running... mdadm --stop /dev/md127 >13:53:33,517 ERR program: mdadm: stopped /dev/md127 >13:53:33,528 INFO program: Running... udevadm settle --timeout=300 >13:53:33,571 INFO program: Running... udevadm settle --timeout=300 >13:53:33,612 INFO program: Running... udevadm settle --timeout=300 >13:53:33,653 INFO program: Running... udevadm settle --timeout=300 >13:53:33,694 INFO program: Running... udevadm settle --timeout=300 >13:53:33,737 INFO program: Running... udevadm settle --timeout=300 >13:53:33,778 INFO program: Running... udevadm settle --timeout=300 >13:53:33,826 INFO program: Running... udevadm settle --timeout=300 >13:53:33,995 INFO program: Running... /bin/mount -n -t ext3 -o ro /dev/sdg1 /mnt/sysimage >13:53:34,070 INFO program: Running... /bin/umount /mnt/sysimage >13:53:34,147 INFO program: Running... udevadm settle --timeout=300 >13:53:34,187 INFO program: Running... udevadm settle --timeout=300 >13:53:34,235 INFO program: Running... mdadm --assemble /dev/md126 --uuid=ad879e48:249a15dc:93062023:005285ad --run --auto=md /dev/sde1 /dev/sdf1 >13:53:34,264 ERR program: mdadm: /dev/md126 has been started with 2 drives. >13:53:34,265 INFO program: Running... udevadm settle --timeout=300 >13:53:34,420 INFO program: Running... /bin/mount -n -t ext3 -o ro /dev/md126 /mnt/sysimage >13:53:34,433 INFO program: Running... /bin/umount /mnt/sysimage >13:53:34,450 INFO program: Running... udevadm settle --timeout=300 >13:53:34,481 INFO program: Running... mdadm --stop /dev/md126 >13:53:34,494 ERR program: mdadm: stopped /dev/md126 >13:53:34,502 INFO program: Running... udevadm settle --timeout=300 >13:53:34,542 INFO program: Running... udevadm settle --timeout=300 >13:53:34,580 INFO program: Running... udevadm settle --timeout=300 >13:53:34,621 INFO program: Running... udevadm settle --timeout=300 >13:53:34,668 INFO program: Running... mdadm --assemble /dev/md125 --uuid=933206f1:519638e4:6bdb042d:cb117e76 --run --auto=md /dev/sde3 /dev/sdf3 >13:53:34,747 ERR program: mdadm: /dev/md125 has been started with 2 drives. >13:53:34,747 INFO program: Running... udevadm settle --timeout=300 >13:53:34,858 INFO program: Running... /bin/mount -n -t ext3 -o ro /dev/md125 /mnt/sysimage >13:53:34,919 INFO program: Running... arch >13:53:35,215 INFO program: x86_64 >13:53:35,234 INFO program: Running... /bin/umount /mnt/sysimage >13:53:35,242 INFO program: Running... udevadm settle --timeout=300 >13:53:35,273 INFO program: Running... mdadm --stop /dev/md125 >13:53:35,287 ERR program: mdadm: stopped /dev/md125 >13:53:35,297 INFO program: Running... udevadm settle --timeout=300 >13:53:35,340 INFO program: Running... udevadm settle --timeout=300 >13:53:35,378 INFO program: Running... udevadm settle --timeout=300 >13:53:35,416 INFO program: Running... udevadm settle --timeout=300 >13:53:35,455 INFO program: Running... /bin/mount -n -t ext4 -o ro /dev/loop1 /mnt/sysimage >13:53:35,461 ERR program: mount: /dev/loop1 is already mounted or /mnt/sysimage busy >13:53:35,500 INFO program: Running... mdadm --assemble /dev/md123 --uuid=1e0e76fa:69e4437d:8c671711:4fd2c492 --run --auto=md /dev/sde4 /dev/sdf4 >13:53:35,616 ERR program: mdadm: /dev/md123 has been started with 2 drives. >13:53:35,617 INFO program: Running... udevadm settle --timeout=300 >13:53:36,165 INFO program: Running... udevadm settle --timeout=300 >13:53:36,196 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } BootDisk/lvol0 >13:53:36,678 INFO program: Running... udevadm settle --timeout=300 >13:53:37,203 INFO program: Running... /bin/mount -n -t xfs -o ro /dev/mapper/BootDisk-lvol0 /mnt/sysimage >13:53:37,746 INFO program: Running... /bin/umount /mnt/sysimage >13:53:37,846 INFO program: Running... udevadm settle --timeout=300 >13:53:37,881 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } BootDisk/lvol0 >13:53:38,369 INFO program: Running... udevadm settle --timeout=300 >13:53:38,893 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } BootDisk >13:53:39,265 INFO program: 0 logical volume(s) in volume group "BootDisk" now active >13:53:39,274 INFO program: Running... udevadm settle --timeout=300 >13:53:39,301 INFO program: Running... mdadm --stop /dev/md123 >13:53:39,315 ERR program: mdadm: stopped /dev/md123 >13:53:39,323 INFO program: Running... udevadm settle --timeout=300 >13:53:39,360 INFO program: Running... udevadm settle --timeout=300 >13:53:39,396 INFO program: Running... udevadm settle --timeout=300 >13:53:39,438 INFO program: Running... udevadm settle --timeout=300 >13:53:39,521 INFO program: Running... mdadm --assemble /dev/md127 --uuid=08d82f85:0ce138f0:78d4db8d:6a6713b1 --run --auto=md /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 >13:53:39,588 ERR program: mdadm: /dev/md127 has been started with 4 drives. >13:53:39,588 INFO program: Running... udevadm settle --timeout=300 >13:53:40,051 INFO program: Running... udevadm settle --timeout=300 >13:53:40,081 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } DataDisk/lvol0 >13:53:40,506 INFO program: Running... udevadm settle --timeout=300 >13:53:40,926 INFO program: Running... /bin/mount -n -t xfs -o ro /dev/mapper/DataDisk-lvol0 /mnt/sysimage >13:53:41,688 INFO program: Running... /bin/umount /mnt/sysimage >13:53:41,715 INFO program: Running... udevadm settle --timeout=300 >13:53:41,749 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } DataDisk/lvol0 >13:53:42,204 INFO program: Running... udevadm settle --timeout=300 >13:53:42,716 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } DataDisk >13:53:43,090 INFO program: 0 logical volume(s) in volume group "DataDisk" now active >13:53:43,099 INFO program: Running... udevadm settle --timeout=300 >13:53:43,126 INFO program: Running... mdadm --stop /dev/md127 >13:53:43,140 ERR program: mdadm: stopped /dev/md127 >13:53:43,149 INFO program: Running... udevadm settle --timeout=300 >13:53:43,185 INFO program: Running... udevadm settle --timeout=300 >13:53:43,221 INFO program: Running... udevadm settle --timeout=300 >13:53:43,259 INFO program: Running... udevadm settle --timeout=300 >13:53:43,299 INFO program: Running... udevadm settle --timeout=300 >13:53:43,340 INFO program: Running... udevadm settle --timeout=300 >13:53:43,386 INFO program: Running... udevadm settle --timeout=300 >13:53:43,428 INFO program: Running... udevadm settle --timeout=300 >13:53:56,076 INFO program: Running... mdadm --assemble /dev/md125 --uuid=933206f1:519638e4:6bdb042d:cb117e76 --run --auto=md /dev/sde3 /dev/sdf3 >13:53:56,153 ERR program: mdadm: /dev/md125 has been started with 2 drives. >13:53:56,154 INFO program: Running... udevadm settle --timeout=300 >13:53:56,387 INFO program: Running... /bin/mount -n -t ext3 -o defaults /dev/md125 /mnt/sysimage >13:53:56,525 INFO program: Running... dumpe2fs -h /dev/md125 >13:53:56,542 INFO program: Filesystem volume name: rootfs >13:53:56,542 INFO program: Last mounted on: /mnt/sysimage >13:53:56,542 INFO program: Filesystem UUID: 2bcd11a5-039e-4471-af1a-6473f94f0721 >13:53:56,543 INFO program: Filesystem magic number: 0xEF53 >13:53:56,543 INFO program: Filesystem revision #: 1 (dynamic) >13:53:56,543 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file >13:53:56,543 INFO program: Filesystem flags: signed_directory_hash >13:53:56,543 INFO program: Default mount options: (none) >13:53:56,544 INFO program: Filesystem state: clean >13:53:56,544 INFO program: Errors behavior: Continue >13:53:56,544 INFO program: Filesystem OS type: Linux >13:53:56,544 INFO program: Inode count: 3662848 >13:53:56,544 INFO program: Block count: 7325616 >13:53:56,544 INFO program: Reserved block count: 366280 >13:53:56,545 INFO program: Free blocks: 6054857 >13:53:56,545 INFO program: Free inodes: 3512905 >13:53:56,545 INFO program: First block: 0 >13:53:56,545 INFO program: Block size: 4096 >13:53:56,545 INFO program: Fragment size: 4096 >13:53:56,545 INFO program: Reserved GDT blocks: 1022 >13:53:56,545 INFO program: Blocks per group: 32768 >13:53:56,546 INFO program: Fragments per group: 32768 >13:53:56,546 INFO program: Inodes per group: 16352 >13:53:56,546 INFO program: Inode blocks per group: 511 >13:53:56,546 INFO program: Filesystem created: Fri Apr 20 13:11:22 2007 >13:53:56,546 INFO program: Last mount time: Mon May 7 13:53:56 2012 >13:53:56,546 INFO program: Last write time: Mon May 7 13:53:56 2012 >13:53:56,547 INFO program: Mount count: 8 >13:53:56,547 INFO program: Maximum mount count: 36 >13:53:56,547 INFO program: Last checked: Wed Apr 18 18:03:50 2012 >13:53:56,547 INFO program: Check interval: 15552000 (6 months) >13:53:56,547 INFO program: Next check after: Mon Oct 15 18:03:50 2012 >13:53:56,547 INFO program: Lifetime writes: 6388 MB >13:53:56,548 INFO program: Reserved blocks uid: 0 (user root) >13:53:56,548 INFO program: Reserved blocks gid: 0 (group root) >13:53:56,548 INFO program: First inode: 11 >13:53:56,548 INFO program: Inode size: 128 >13:53:56,548 INFO program: Journal inode: 8 >13:53:56,548 INFO program: Default directory hash: tea >13:53:56,548 INFO program: Directory Hash Seed: 5c948e56-8cf3-420e-9dd4-53f6c85f1393 >13:53:56,549 INFO program: Journal backup: inode blocks >13:53:56,549 INFO program: Journal features: journal_incompat_revoke >13:53:56,549 INFO program: Journal size: 128M >13:53:56,549 INFO program: Journal length: 32768 >13:53:56,549 INFO program: Journal sequence: 0x00231f0b >13:53:56,549 INFO program: Journal start: 0 >13:53:56,549 INFO program: >13:53:56,550 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:56,550 INFO program: Running... dumpe2fs -h /dev/md125 >13:53:56,561 INFO program: Filesystem volume name: rootfs >13:53:56,562 INFO program: Last mounted on: /mnt/sysimage >13:53:56,562 INFO program: Filesystem UUID: 2bcd11a5-039e-4471-af1a-6473f94f0721 >13:53:56,562 INFO program: Filesystem magic number: 0xEF53 >13:53:56,562 INFO program: Filesystem revision #: 1 (dynamic) >13:53:56,563 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file >13:53:56,563 INFO program: Filesystem flags: signed_directory_hash >13:53:56,563 INFO program: Default mount options: (none) >13:53:56,563 INFO program: Filesystem state: clean >13:53:56,563 INFO program: Errors behavior: Continue >13:53:56,563 INFO program: Filesystem OS type: Linux >13:53:56,564 INFO program: Inode count: 3662848 >13:53:56,564 INFO program: Block count: 7325616 >13:53:56,564 INFO program: Reserved block count: 366280 >13:53:56,564 INFO program: Free blocks: 6054857 >13:53:56,564 INFO program: Free inodes: 3512905 >13:53:56,565 INFO program: First block: 0 >13:53:56,565 INFO program: Block size: 4096 >13:53:56,565 INFO program: Fragment size: 4096 >13:53:56,565 INFO program: Reserved GDT blocks: 1022 >13:53:56,565 INFO program: Blocks per group: 32768 >13:53:56,565 INFO program: Fragments per group: 32768 >13:53:56,565 INFO program: Inodes per group: 16352 >13:53:56,566 INFO program: Inode blocks per group: 511 >13:53:56,566 INFO program: Filesystem created: Fri Apr 20 13:11:22 2007 >13:53:56,566 INFO program: Last mount time: Mon May 7 13:53:56 2012 >13:53:56,566 INFO program: Last write time: Mon May 7 13:53:56 2012 >13:53:56,566 INFO program: Mount count: 8 >13:53:56,566 INFO program: Maximum mount count: 36 >13:53:56,567 INFO program: Last checked: Wed Apr 18 18:03:50 2012 >13:53:56,567 INFO program: Check interval: 15552000 (6 months) >13:53:56,567 INFO program: Next check after: Mon Oct 15 18:03:50 2012 >13:53:56,567 INFO program: Lifetime writes: 6388 MB >13:53:56,567 INFO program: Reserved blocks uid: 0 (user root) >13:53:56,567 INFO program: Reserved blocks gid: 0 (group root) >13:53:56,567 INFO program: First inode: 11 >13:53:56,568 INFO program: Inode size: 128 >13:53:56,568 INFO program: Journal inode: 8 >13:53:56,568 INFO program: Default directory hash: tea >13:53:56,568 INFO program: Directory Hash Seed: 5c948e56-8cf3-420e-9dd4-53f6c85f1393 >13:53:56,568 INFO program: Journal backup: inode blocks >13:53:56,568 INFO program: Journal features: journal_incompat_revoke >13:53:56,569 INFO program: Journal size: 128M >13:53:56,569 INFO program: Journal length: 32768 >13:53:56,569 INFO program: Journal sequence: 0x00231f0b >13:53:56,569 INFO program: Journal start: 0 >13:53:56,569 INFO program: >13:53:56,569 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:56,570 INFO program: Running... resize2fs -P /dev/md125 >13:53:56,582 INFO program: Estimated minimum size of the filesystem: 1171240 >13:53:56,583 ERR program: resize2fs 1.42 (29-Nov-2011) >13:53:56,696 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/BootDisk-lvol0 >13:53:56,895 ERR program: /dev/mapper/BootDisk-lvol0: No such file or directory >13:53:56,895 ERR program: >13:53:56,895 ERR program: fatal error -- couldn't initialize XFS library >13:53:56,898 INFO program: Running... modprobe xfs >13:53:56,919 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/DataDisk-lvol0 >13:53:56,929 ERR program: /dev/mapper/DataDisk-lvol0: No such file or directory >13:53:56,930 ERR program: >13:53:56,930 ERR program: fatal error -- couldn't initialize XFS library >13:53:56,935 INFO program: Running... dumpe2fs -h /dev/sdg1 >13:53:56,971 INFO program: Filesystem volume name: /bootflash >13:53:56,971 INFO program: Last mounted on: /mnt/sysimage/boot >13:53:56,971 INFO program: Filesystem UUID: 0edd6f46-e60a-43f0-a63b-1af46aca934f >13:53:56,971 INFO program: Filesystem magic number: 0xEF53 >13:53:56,972 INFO program: Filesystem revision #: 1 (dynamic) >13:53:56,972 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super >13:53:56,972 INFO program: Filesystem flags: signed_directory_hash >13:53:56,972 INFO program: Default mount options: (none) >13:53:56,972 INFO program: Filesystem state: not clean >13:53:56,972 INFO program: Errors behavior: Continue >13:53:56,972 INFO program: Filesystem OS type: Linux >13:53:56,973 INFO program: Inode count: 62744 >13:53:56,973 INFO program: Block count: 250352 >13:53:56,973 INFO program: Reserved block count: 12517 >13:53:56,973 INFO program: Free blocks: 168696 >13:53:56,973 INFO program: Free inodes: 62663 >13:53:56,973 INFO program: First block: 1 >13:53:56,973 INFO program: Block size: 1024 >13:53:56,973 INFO program: Fragment size: 1024 >13:53:56,974 INFO program: Reserved GDT blocks: 256 >13:53:56,974 INFO program: Blocks per group: 8192 >13:53:56,974 INFO program: Fragments per group: 8192 >13:53:56,974 INFO program: Inodes per group: 2024 >13:53:56,974 INFO program: Inode blocks per group: 253 >13:53:56,974 INFO program: Filesystem created: Thu Mar 8 20:36:36 2007 >13:53:56,974 INFO program: Last mount time: Mon May 7 13:40:19 2012 >13:53:56,975 INFO program: Last write time: Mon May 7 13:40:19 2012 >13:53:56,975 INFO program: Mount count: 5 >13:53:56,975 INFO program: Maximum mount count: 32 >13:53:56,975 INFO program: Last checked: Wed Apr 18 19:06:54 2012 >13:53:56,975 INFO program: Check interval: 15552000 (6 months) >13:53:56,975 INFO program: Next check after: Mon Oct 15 19:06:54 2012 >13:53:56,975 INFO program: Lifetime writes: 83 MB >13:53:56,975 INFO program: Reserved blocks uid: 0 (user root) >13:53:56,976 INFO program: Reserved blocks gid: 0 (group root) >13:53:56,976 INFO program: First inode: 11 >13:53:56,976 INFO program: Inode size: 128 >13:53:56,976 INFO program: Journal inode: 6091 >13:53:56,976 INFO program: Default directory hash: tea >13:53:56,976 INFO program: Directory Hash Seed: 5a071947-0ecd-4780-a8ec-2303feed45ca >13:53:56,976 INFO program: Journal features: (none) >13:53:56,977 INFO program: Journal size: 4114k >13:53:56,977 INFO program: Journal length: 4096 >13:53:56,977 INFO program: Journal sequence: 0x00000004 >13:53:56,977 INFO program: Journal start: 0 >13:53:56,977 INFO program: >13:53:56,977 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:56,978 INFO program: Running... dumpe2fs -h /dev/sdg1 >13:53:57,012 INFO program: Filesystem volume name: /bootflash >13:53:57,014 INFO program: Last mounted on: /mnt/sysimage/boot >13:53:57,014 INFO program: Filesystem UUID: 0edd6f46-e60a-43f0-a63b-1af46aca934f >13:53:57,014 INFO program: Filesystem magic number: 0xEF53 >13:53:57,014 INFO program: Filesystem revision #: 1 (dynamic) >13:53:57,015 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super >13:53:57,016 INFO program: Filesystem flags: signed_directory_hash >13:53:57,016 INFO program: Default mount options: (none) >13:53:57,016 INFO program: Filesystem state: not clean >13:53:57,016 INFO program: Errors behavior: Continue >13:53:57,016 INFO program: Filesystem OS type: Linux >13:53:57,016 INFO program: Inode count: 62744 >13:53:57,017 INFO program: Block count: 250352 >13:53:57,017 INFO program: Reserved block count: 12517 >13:53:57,017 INFO program: Free blocks: 168696 >13:53:57,017 INFO program: Free inodes: 62663 >13:53:57,017 INFO program: First block: 1 >13:53:57,017 INFO program: Block size: 1024 >13:53:57,017 INFO program: Fragment size: 1024 >13:53:57,018 INFO program: Reserved GDT blocks: 256 >13:53:57,018 INFO program: Blocks per group: 8192 >13:53:57,018 INFO program: Fragments per group: 8192 >13:53:57,018 INFO program: Inodes per group: 2024 >13:53:57,018 INFO program: Inode blocks per group: 253 >13:53:57,018 INFO program: Filesystem created: Thu Mar 8 20:36:36 2007 >13:53:57,019 INFO program: Last mount time: Mon May 7 13:40:19 2012 >13:53:57,019 INFO program: Last write time: Mon May 7 13:40:19 2012 >13:53:57,019 INFO program: Mount count: 5 >13:53:57,019 INFO program: Maximum mount count: 32 >13:53:57,019 INFO program: Last checked: Wed Apr 18 19:06:54 2012 >13:53:57,019 INFO program: Check interval: 15552000 (6 months) >13:53:57,019 INFO program: Next check after: Mon Oct 15 19:06:54 2012 >13:53:57,020 INFO program: Lifetime writes: 83 MB >13:53:57,020 INFO program: Reserved blocks uid: 0 (user root) >13:53:57,020 INFO program: Reserved blocks gid: 0 (group root) >13:53:57,020 INFO program: First inode: 11 >13:53:57,020 INFO program: Inode size: 128 >13:53:57,020 INFO program: Journal inode: 6091 >13:53:57,021 INFO program: Default directory hash: tea >13:53:57,021 INFO program: Directory Hash Seed: 5a071947-0ecd-4780-a8ec-2303feed45ca >13:53:57,021 INFO program: Journal features: (none) >13:53:57,021 INFO program: Journal size: 4114k >13:53:57,021 INFO program: Journal length: 4096 >13:53:57,021 INFO program: Journal sequence: 0x00000004 >13:53:57,021 INFO program: Journal start: 0 >13:53:57,022 INFO program: >13:53:57,022 ERR program: dumpe2fs 1.42 (29-Nov-2011) >13:53:57,022 INFO program: Running... resize2fs -P /dev/sdg1 >13:53:57,046 ERR program: resize2fs 1.42 (29-Nov-2011) >13:53:57,047 ERR program: Please run 'e2fsck -f /dev/sdg1' first. >13:53:57,047 ERR program: >13:53:57,079 INFO program: Running... /bin/mount -n -t ext2 -o defaults /dev/sdg1 /tmp/sdg1.ext28cOJZl >13:53:57,201 INFO program: Running... /bin/umount /tmp/sdg1.ext28cOJZl > > >/tmp/storage.log: >13:42:33,667 DEBUG storage: registered device format class Ext2FS as ext2 >13:42:33,668 DEBUG storage: registered device format class Ext3FS as ext3 >13:42:33,668 DEBUG storage: registered device format class Ext4FS as ext4 >13:42:33,668 DEBUG storage: registered device format class FATFS as vfat >13:42:33,669 DEBUG storage: registered device format class EFIFS as efi >13:42:33,669 DEBUG storage: registered device format class BTRFS as btrfs >13:42:33,669 DEBUG storage: registered device format class GFS2 as gfs2 >13:42:33,669 DEBUG storage: registered device format class JFS as jfs >13:42:33,669 DEBUG storage: registered device format class ReiserFS as reiserfs >13:42:33,670 DEBUG storage: registered device format class XFS as xfs >13:42:33,670 DEBUG storage: registered device format class HFS as hfs >13:42:33,670 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >13:42:33,670 DEBUG storage: registered device format class HFSPlus as hfs+ >13:42:33,671 DEBUG storage: registered device format class NTFS as ntfs >13:42:33,671 DEBUG storage: registered device format class NFS as nfs >13:42:33,671 DEBUG storage: registered device format class NFSv4 as nfs4 >13:42:33,671 DEBUG storage: registered device format class Iso9660FS as iso9660 >13:42:33,671 DEBUG storage: registered device format class NoDevFS as nodev >13:42:33,672 DEBUG storage: registered device format class DevPtsFS as devpts >13:42:33,672 DEBUG storage: registered device format class ProcFS as proc >13:42:33,672 DEBUG storage: registered device format class SysFS as sysfs >13:42:33,672 DEBUG storage: registered device format class TmpFS as tmpfs >13:42:33,672 DEBUG storage: registered device format class BindFS as bind >13:42:33,673 DEBUG storage: registered device format class SELinuxFS as selinuxfs >13:42:33,673 DEBUG storage: registered device format class USBFS as usbfs >13:42:33,678 DEBUG storage: registered device format class DiskLabel as disklabel >13:42:33,681 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >13:42:33,682 DEBUG storage: registered device format class BIOSBoot as biosboot >13:42:33,684 DEBUG storage: registered device format class DMRaidMember as dmraidmember >13:42:34,026 DEBUG storage: registered device format class LUKS as luks >13:42:34,034 DEBUG storage: registered device format class MDRaidMember as mdmember >13:42:34,048 DEBUG storage: registered device format class PPCPRePBoot as prepboot >13:42:34,220 DEBUG storage: registered device format class SwapSpace as swap >13:42:34,244 DEBUG storage: registered device format class MultipathMember as multipath_member >13:53:20,128 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >13:53:20,128 INFO storage: not going to create backup copy of non-existent /etc/multipath.conf >13:53:20,129 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >13:53:20,131 INFO storage: sr0 looks to be the live device; marking as protected >13:53:20,799 DEBUG storage: MultipathTopology._build_topology: >13:53:20,800 DEBUG storage: /etc/multipath.conf contents: >13:53:20,800 DEBUG storage: # multipath.conf written by anaconda >13:53:20,800 DEBUG storage: >13:53:20,800 DEBUG storage: defaults { >13:53:20,800 DEBUG storage: user_friendly_names yes >13:53:20,800 DEBUG storage: } >13:53:20,801 DEBUG storage: blacklist { >13:53:20,801 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >13:53:20,801 DEBUG storage: devnode "^hd[a-z]" >13:53:20,801 DEBUG storage: devnode "^dcssblk[0-9]*" >13:53:20,801 DEBUG storage: device { >13:53:20,801 DEBUG storage: vendor "DGC" >13:53:20,801 DEBUG storage: product "LUNZ" >13:53:20,802 DEBUG storage: } >13:53:20,802 DEBUG storage: device { >13:53:20,802 DEBUG storage: vendor "IBM" >13:53:20,802 DEBUG storage: product "S/390.*" >13:53:20,802 DEBUG storage: } >13:53:20,802 DEBUG storage: # don't count normal SATA devices as multipaths >13:53:20,802 DEBUG storage: device { >13:53:20,802 DEBUG storage: vendor "ATA" >13:53:20,803 DEBUG storage: } >13:53:20,803 DEBUG storage: # don't count 3ware devices as multipaths >13:53:20,803 DEBUG storage: device { >13:53:20,803 DEBUG storage: vendor "3ware" >13:53:20,803 DEBUG storage: } >13:53:20,803 DEBUG storage: device { >13:53:20,803 DEBUG storage: vendor "AMCC" >13:53:20,804 DEBUG storage: } >13:53:20,804 DEBUG storage: # nor highpoint devices >13:53:20,804 DEBUG storage: device { >13:53:20,804 DEBUG storage: vendor "HPT" >13:53:20,804 DEBUG storage: } >13:53:20,804 DEBUG storage: } >13:53:20,804 DEBUG storage: multipaths { >13:53:20,804 DEBUG storage: } >13:53:20,805 DEBUG storage: (end of /etc/multipath.conf) >13:53:20,881 INFO storage: MultipathTopology: found non-disk device: sr0 >13:53:20,882 INFO storage: MultipathTopology: found singlepath device: sdg >13:53:20,882 INFO storage: MultipathTopology: found non-disk device: sdg1 >13:53:20,883 INFO storage: MultipathTopology: found singlepath device: sda >13:53:20,883 INFO storage: MultipathTopology: found non-disk device: sda1 >13:53:20,883 INFO storage: MultipathTopology: found singlepath device: sdb >13:53:20,883 INFO storage: MultipathTopology: found non-disk device: sdb1 >13:53:20,883 INFO storage: MultipathTopology: found singlepath device: sdc >13:53:20,884 INFO storage: MultipathTopology: found non-disk device: sdc1 >13:53:20,884 INFO storage: MultipathTopology: found singlepath device: sdd >13:53:20,884 INFO storage: MultipathTopology: found non-disk device: sdd1 >13:53:20,884 INFO storage: MultipathTopology: found singlepath device: sde >13:53:20,885 INFO storage: MultipathTopology: found non-disk device: sde1 >13:53:20,885 INFO storage: MultipathTopology: found non-disk device: sde2 >13:53:20,885 INFO storage: MultipathTopology: found non-disk device: sde3 >13:53:20,885 INFO storage: MultipathTopology: found non-disk device: sde4 >13:53:20,886 INFO storage: MultipathTopology: found singlepath device: sdf >13:53:20,886 INFO storage: MultipathTopology: found non-disk device: sdf1 >13:53:20,886 INFO storage: MultipathTopology: found non-disk device: sdf2 >13:53:20,886 INFO storage: MultipathTopology: found non-disk device: sdf3 >13:53:20,886 INFO storage: MultipathTopology: found non-disk device: sdf4 >13:53:20,887 INFO storage: MultipathTopology: found singlepath device: loop0 >13:53:20,887 INFO storage: MultipathTopology: found singlepath device: loop1 >13:53:20,887 INFO storage: MultipathTopology: found singlepath device: loop2 >13:53:20,887 INFO storage: MultipathTopology: found singlepath device: loop3 >13:53:20,887 INFO storage: MultipathTopology: found singlepath device: loop4 >13:53:20,888 INFO storage: MultipathTopology: found singlepath device: loop5 >13:53:20,888 INFO storage: MultipathTopology: found singlepath device: loop6 >13:53:20,888 INFO storage: MultipathTopology: found singlepath device: loop7 >13:53:20,888 INFO storage: MultipathTopology: found singlepath device: dm-0 >13:53:20,888 INFO storage: MultipathTopology: found singlepath device: md123 >13:53:20,889 INFO storage: MultipathTopology: found singlepath device: md124 >13:53:20,889 INFO storage: MultipathTopology: found singlepath device: md125 >13:53:20,889 INFO storage: MultipathTopology: found singlepath device: md126 >13:53:20,889 INFO storage: MultipathTopology: found singlepath device: md127 >13:53:20,889 INFO storage: devices to scan: ['sr0', 'sdg', 'sdg1', 'sda', 'sda1', 'sdb', 'sdb1', 'sdc', 'sdc1', 'sdd', 'sdd1', 'sde', 'sde1', 'sde2', 'sde3', 'sde4', 'sdf', 'sdf1', 'sdf2', 'sdf3', 'sdf4', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'md123', 'md124', 'md125', 'md126', 'md127'] >13:53:20,896 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/usb-HL-DT-ST_DVD-RAM_GSA-E60L_P01020223114338-0:0 /dev/disk/by-label/Fedora\\x2017-Beta\\x20x86_64 /dev/disk/by-path/pci-0000:00:1a.7-usb-0:2:1.0-scsi-0:0:0:0', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host8/target8:0:0/8:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD_PLUS_R': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '2', > 'ID_CDROM_MEDIA_SESSION_NEXT': '2', > 'ID_CDROM_MEDIA_STATE': 'appendable', > 'ID_CDROM_MEDIA_TRACK_COUNT': '2', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_1a_7-usb-0_2_1_0-scsi-0_0_0_0', > 'ID_FS_LABEL': 'Fedora_17-Beta_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2017-Beta\\x20x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'DVD-RAM_GSA-E60L', > 'ID_MODEL_ENC': 'DVD-RAM\\x20GSA-E60L', > 'ID_MODEL_ID': '2507', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:2:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_2_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'HL-DT-ST_DVD-RAM_GSA-E60L_P01020223114338-0:0', > 'ID_SERIAL_SHORT': 'P01020223114338', > 'ID_TYPE': 'cd', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'HL-DT-ST', > 'ID_VENDOR_ENC': 'HL-DT-ST', > 'ID_VENDOR_ID': '152e', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '29442140', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/usb-HL-DT-ST_DVD-RAM_GSA-E60L_P01020223114338-0:0', > '/dev/disk/by-label/Fedora\\x2017-Beta\\x20x86_64', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:2:1.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host8/target8:0:0/8:0:0:0/block/sr0'} ; name: sr0 ; >13:53:20,896 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host8/target8:0:0/8:0:0:0/block/sr0)... >13:53:20,898 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >13:53:20,899 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:20,899 INFO storage: sr0 is a cdrom >13:53:20,901 DEBUG storage: DeviceTree.addUdevOpticalDevice: >13:53:20,901 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:20,905 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >13:53:20,905 INFO storage: added cdrom sr0 (id 0) to device tree >13:53:20,907 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:53:20,922 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >13:53:20,936 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: None ; >13:53:20,939 DEBUG storage: Iso9660FS.supported: supported: True ; >13:53:20,939 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >13:53:20,939 DEBUG storage: device sr0 does not contain a disklabel >13:53:20,939 INFO storage: type detected on 'sr0' is 'iso9660' >13:53:20,941 DEBUG storage: Iso9660FS.supported: supported: True ; >13:53:20,943 DEBUG storage: Iso9660FS.supported: supported: True ; >13:53:20,943 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >13:53:20,946 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >13:53:20,948 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:53:20,957 DEBUG storage: looking up parted Device: /dev/sr0 >13:53:20,984 INFO storage: got device: OpticalDevice instance (0x7fe5d411df10) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 2369.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/host8/target8:0:0/8:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: HL-DT-ST DVD-RAM GSA-E60L path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 1212928 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (75, 255, 63) biosGeometry: (75, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d5e9fdd0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >13:53:20,986 DEBUG storage: Iso9660FS.supported: supported: True ; >13:53:20,986 INFO storage: got format: Iso9660FS instance (0x7fe5d40307d0) -- > 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 = Fedora_17-Beta_x86_64 size = 0 targetSize = 0 > >13:53:21,112 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-TRANSCEND_200612131340F0000641 /dev/disk/by-id/scsi-SATA_TRANSCEND_200612131340F0000641 /dev/disk/by-path/pci-0000:07:00.1-scsi-0:0:0:0', > 'DEVNAME': 'sdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'TRANSCEND', > 'ID_MODEL_ENC': 'TRANSCEND\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:07:00.1-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_07_00_1-scsi-0_0_0_0', > 'ID_REVISION': '2.0', > 'ID_SCSI_COMPAT': 'SATA_TRANSCEND_200612131340F0000641', > 'ID_SERIAL': 'TRANSCEND_200612131340F0000641', > 'ID_SERIAL_SHORT': '200612131340F0000641', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28573458', > 'name': 'sdg', > 'symlinks': ['/dev/disk/by-id/ata-TRANSCEND_200612131340F0000641', > '/dev/disk/by-id/scsi-SATA_TRANSCEND_200612131340F0000641', > '/dev/disk/by-path/pci-0000:07:00.1-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg'} ; name: sdg ; >13:53:21,113 INFO storage: scanning sdg (/devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg)... >13:53:21,114 DEBUG storage: DeviceTree.getDeviceByName: name: sdg ; >13:53:21,116 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:21,118 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdg ; >13:53:21,120 INFO storage: sdg is a disk >13:53:21,120 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:21,123 DEBUG storage: DiskDevice._setFormat: sdg ; current: None ; type: None ; >13:53:21,123 INFO storage: added disk sdg (id 1) to device tree >13:53:21,123 DEBUG storage: looking up parted Device: /dev/sdg >13:53:21,125 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdg ; >13:53:21,128 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdg ; label_type: None ; >13:53:21,128 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:21,130 DEBUG storage: DiskDevice.setup: sdg ; status: True ; controllable: True ; orig: False ; >13:53:21,440 DEBUG storage: DiskLabel.__init__: device: /dev/sdg ; labelType: gpt ; exists: True ; >13:53:21,632 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d4039d50>] > device: <parted.device.Device object at 0x7fe5d4039710> > PedDisk: <_ped.Disk object at 0x7fe5d4040e60> >13:53:21,633 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >13:53:21,635 DEBUG storage: DiskDevice._setFormat: sdg ; current: None ; type: disklabel ; >13:53:21,640 INFO storage: got device: DiskDevice instance (0x7fe5d411df90) -- > name = sdg status = True kids = 0 id = 1 > parents = [] > uuid = None size = 244.5 > format = existing msdos disklabel > major = 8 minor = 96 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg partedDevice = parted.Device instance -- > model: ATA TRANSCEND path: /dev/sdg type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 500736 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 11 did: 0 busy: False > hardwareGeometry: (31, 255, 63) biosGeometry: (31, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d40817a0> > target size = 0 path = /dev/sdg > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe5d4030850> >13:53:21,657 INFO storage: got format: DiskLabel instance (0x7fe5d4030b50) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdg uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d4039d50>] > device: <parted.device.Device object at 0x7fe5d4039710> > PedDisk: <_ped.Disk object at 0x7fe5d4040e60> > origPartedDisk = <parted.disk.Disk object at 0x7fe5d4039910> > partedDevice = parted.Device instance -- > model: ATA TRANSCEND path: /dev/sdg type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 500736 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 11 did: 0 busy: False > hardwareGeometry: (31, 255, 63) biosGeometry: (31, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4081830> > >13:53:21,925 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-TRANSCEND_200612131340F0000641-part1 /dev/disk/by-id/scsi-SATA_TRANSCEND_200612131340F0000641-part1 /dev/disk/by-label/\\x2fbootflash /dev/disk/by-path/pci-0000:07:00.1-scsi-0:0:0:0-part1 /dev/disk/by-uuid/0edd6f46-e60a-43f0-a63b-1af46aca934f', > 'DEVNAME': 'sdg1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg/sdg1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': '/bootflash', > 'ID_FS_LABEL_ENC': '\\x2fbootflash', > 'ID_FS_TYPE': 'ext3', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '0edd6f46-e60a-43f0-a63b-1af46aca934f', > 'ID_FS_UUID_ENC': '0edd6f46-e60a-43f0-a63b-1af46aca934f', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'TRANSCEND', > 'ID_MODEL_ENC': 'TRANSCEND\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:96', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '32', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '500704', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:07:00.1-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_07_00_1-scsi-0_0_0_0', > 'ID_REVISION': '2.0', > 'ID_SCSI_COMPAT': 'SATA_TRANSCEND_200612131340F0000641', > 'ID_SERIAL': 'TRANSCEND_200612131340F0000641', > 'ID_SERIAL_SHORT': '200612131340F0000641', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '97', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28858179', > 'name': 'sdg1', > 'symlinks': ['/dev/disk/by-id/ata-TRANSCEND_200612131340F0000641-part1', > '/dev/disk/by-id/scsi-SATA_TRANSCEND_200612131340F0000641-part1', > '/dev/disk/by-label/\\x2fbootflash', > '/dev/disk/by-path/pci-0000:07:00.1-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/0edd6f46-e60a-43f0-a63b-1af46aca934f'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg/sdg1'} ; name: sdg1 ; >13:53:21,926 INFO storage: scanning sdg1 (/devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg/sdg1)... >13:53:21,927 DEBUG storage: DeviceTree.getDeviceByName: name: sdg1 ; >13:53:21,929 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:21,929 INFO storage: sdg1 is a partition >13:53:21,931 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdg1 ; >13:53:21,932 DEBUG storage: DeviceTree.getDeviceByName: name: sdg ; >13:53:21,934 DEBUG storage: DeviceTree.getDeviceByName returned existing 244MB disk sdg (1) with existing msdos disklabel >13:53:21,936 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdg ; >13:53:21,938 DEBUG storage: PartitionDevice._setFormat: sdg1 ; >13:53:21,938 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:21,940 DEBUG storage: PartitionDevice._setFormat: sdg1 ; current: None ; type: None ; >13:53:21,941 DEBUG storage: looking up parted Partition: /dev/sdg1 >13:53:21,942 DEBUG storage: PartitionDevice.probe: sdg1 ; exists: True ; >13:53:21,944 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdg1 ; flag: 1 ; >13:53:21,946 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdg1 ; flag: 10 ; >13:53:21,948 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdg1 ; flag: 12 ; >13:53:21,948 INFO storage: added partition sdg1 (id 2) to device tree >13:53:21,949 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdg1 ; >13:53:21,951 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdg1 ; label_type: None ; >13:53:21,953 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:21,953 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:53:21,954 DEBUG storage: device sdg1 does not contain a disklabel >13:53:21,954 INFO storage: type detected on 'sdg1' is 'ext3' >13:53:21,956 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:22,199 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:22,199 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:53:22,201 DEBUG storage: PartitionDevice._setFormat: sdg1 ; >13:53:22,204 DEBUG storage: PartitionDevice._setFormat: sdg1 ; current: None ; type: ext3 ; >13:53:22,205 DEBUG storage: looking up parted Device: /dev/sdg1 >13:53:22,208 INFO storage: got device: PartitionDevice instance (0x7fe5d4039f50) -- > name = sdg1 status = True kids = 0 id = 2 > parents = ['existing 244MB disk sdg (1) with existing msdos disklabel'] > uuid = None size = 244.484375 > format = existing ext3 filesystem > major = 8 minor = 97 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1c.5/0000:07:00.1/ata11/host10/target10:0:0/10:0:0:0/block/sdg/sdg1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdg1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 500704 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (31, 255, 63) biosGeometry: (31, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4081a70> > target size = 0 path = /dev/sdg1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d40397d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe5d4039e10> > number: 1 path: /dev/sdg1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d4039d90> PedPartition: <_ped.Partition object at 0x7fe5d4037a70> > disk = existing 244MB disk sdg (1) with existing msdos disklabel > start = 32 end = 500735 length = 500704 > flags = boot >13:53:22,210 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:22,210 INFO storage: got format: Ext3FS instance (0x7fe5d4030910) -- > type = ext3 name = ext3 status = False > device = /dev/sdg1 uuid = 0edd6f46-e60a-43f0-a63b-1af46aca934f exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = /bootflash size = 244.0 targetSize = 244.0 > >13:53:22,403 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21J7Q /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21J7Q /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21J7Q', > 'ID_SERIAL': 'ST3320620AS_9QF21J7Q', > 'ID_SERIAL_SHORT': '9QF21J7Q', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28447793', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21J7Q', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21J7Q', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >13:53:22,404 INFO storage: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >13:53:22,406 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >13:53:22,408 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:22,410 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >13:53:22,411 INFO storage: sda is a disk >13:53:22,412 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:22,414 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >13:53:22,414 INFO storage: added disk sda (id 3) to device tree >13:53:22,415 DEBUG storage: looking up parted Device: /dev/sda >13:53:22,420 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >13:53:22,425 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >13:53:22,425 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:22,427 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >13:53:22,561 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; exists: True ; >13:53:22,611 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d4038950>] > device: <parted.device.Device object at 0x7fe5d4038690> > PedDisk: <_ped.Disk object at 0x7fe5d3fd5290> >13:53:22,612 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >13:53:22,614 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >13:53:22,616 INFO storage: got device: DiskDevice instance (0x7fe5d4039e90) -- > name = sda status = True kids = 0 id = 3 > parents = [] > uuid = None size = 305245.335938 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d40818c0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe5d4039f90> >13:53:22,618 INFO storage: got format: DiskLabel instance (0x7fe5d4038650) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d4038950>] > device: <parted.device.Device object at 0x7fe5d4038690> > PedDisk: <_ped.Disk object at 0x7fe5d3fd5290> > origPartedDisk = <parted.disk.Disk object at 0x7fe5d4038210> > partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4081b90> > >13:53:22,654 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21J7Q-part1 /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21J7Q-part1 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '08d82f85-0ce1-38f0-78d4-db8d6a6713b1', > 'ID_FS_UUID_ENC': '08d82f85-0ce1-38f0-78d4-db8d6a6713b1', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '625137282', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21J7Q', > 'ID_SERIAL': 'ST3320620AS_9QF21J7Q', > 'ID_SERIAL_SHORT': '9QF21J7Q', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '4', > 'MD_EVENTS': '242', > 'MD_LEVEL': 'raid5', > 'MD_UPDATE_TIME': '1172526947', > 'MD_UUID': '08d82f85:0ce138f0:78d4db8d:6a6713b1', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28481371', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21J7Q-part1', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21J7Q-part1', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >13:53:22,655 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >13:53:22,661 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >13:53:22,663 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:22,663 INFO storage: sda1 is a partition >13:53:22,665 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >13:53:22,667 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >13:53:22,669 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sda (3) with existing msdos disklabel >13:53:22,671 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >13:53:22,673 DEBUG storage: PartitionDevice._setFormat: sda1 ; >13:53:22,674 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:22,676 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >13:53:22,676 DEBUG storage: looking up parted Partition: /dev/sda1 >13:53:22,678 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >13:53:22,680 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >13:53:22,682 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >13:53:22,684 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >13:53:22,684 INFO storage: added partition sda1 (id 4) to device tree >13:53:22,686 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >13:53:22,688 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >13:53:22,690 DEBUG storage: MDRaidMember.__init__: >13:53:22,691 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:22,691 DEBUG storage: device sda1 does not contain a disklabel >13:53:22,691 INFO storage: type detected on 'sda1' is 'linux_raid_member' >13:53:22,693 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sda1 ; serial: 9QF21J7Q ; mdUuid: 08d82f85:0ce138f0:78d4db8d:6a6713b1 ; biosraid: False ; >13:53:22,693 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:22,695 DEBUG storage: PartitionDevice._setFormat: sda1 ; >13:53:22,697 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: mdmember ; >13:53:22,699 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda1 ; >13:53:22,701 DEBUG storage: DeviceTree.getDeviceByUuid returned None >13:53:22,768 INFO storage: using name md127 for md array containing member sda1 >13:53:22,768 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:22,771 DEBUG storage: MDRaidArrayDevice._setFormat: md127 ; current: None ; type: None ; >13:53:22,773 DEBUG storage: MDRaidArrayDevice._addDevice: md127 ; device: sda1 ; status: True ; >13:53:22,775 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda1 ; >13:53:22,778 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >13:53:22,818 WARN storage: failed to add member /dev/sda1 to md array /dev/md127: mdadd failed for /dev/sda1: >13:53:22,818 DEBUG storage: looking up parted Device: /dev/md127 >13:53:22,820 INFO storage: added mdarray md127 (id 5) to device tree >13:53:22,821 DEBUG storage: looking up parted Device: /dev/sda1 >13:53:22,826 INFO storage: got device: PartitionDevice instance (0x7fe5d4039f10) -- > name = sda1 status = True kids = 1 id = 4 > parents = ['existing 305245MB disk sda (3) with existing msdos disklabel'] > uuid = None size = 305242.813477 > format = existing mdmember > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 625137282 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38912, 255, 63) biosGeometry: (38912, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4081dd0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d4038290> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d4038a50> PedPartition: <_ped.Partition object at 0x7fe5d4037b30> > disk = existing 305245MB disk sda (3) with existing msdos disklabel > start = 63 end = 625137344 length = 625137282 > flags = raid >13:53:22,826 INFO storage: got format: MDRaidMember instance (0x7fe5d4038910) -- > type = mdmember name = software RAID status = False > device = /dev/sda1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 08d82f85:0ce138f0:78d4db8d:6a6713b1 biosraid = False >13:53:22,853 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_5QF2WAER /dev/disk/by-id/scsi-SATA_ST3320620AS_5QF2WAER /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_5QF2WAER', > 'ID_SERIAL': 'ST3320620AS_5QF2WAER', > 'ID_SERIAL_SHORT': '5QF2WAER', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28443278', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_5QF2WAER', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_5QF2WAER', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >13:53:22,853 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >13:53:22,855 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >13:53:22,857 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:22,859 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >13:53:22,861 INFO storage: sdb is a disk >13:53:22,861 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:22,864 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >13:53:22,864 INFO storage: added disk sdb (id 6) to device tree >13:53:22,865 DEBUG storage: looking up parted Device: /dev/sdb >13:53:22,870 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >13:53:22,872 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: None ; >13:53:22,873 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:22,875 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >13:53:23,432 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: gpt ; exists: True ; >13:53:23,455 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d404e190>] > device: <parted.device.Device object at 0x7fe5d40382d0> > PedDisk: <_ped.Disk object at 0x7fe5d3fdff38> >13:53:23,456 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >13:53:23,458 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >13:53:23,460 INFO storage: got device: DiskDevice instance (0x7fe5d4038ed0) -- > name = sdb status = True kids = 0 id = 6 > parents = [] > uuid = None size = 305245.335938 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4081ef0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe5d4038a90> >13:53:23,462 INFO storage: got format: DiskLabel instance (0x7fe5d4039ed0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d404e190>] > device: <parted.device.Device object at 0x7fe5d40382d0> > PedDisk: <_ped.Disk object at 0x7fe5d3fdff38> > origPartedDisk = <parted.disk.Disk object at 0x7fe5d4030c10> > partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4081e60> > >13:53:23,512 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_5QF2WAER-part1 /dev/disk/by-id/scsi-SATA_ST3320620AS_5QF2WAER-part1 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '08d82f85-0ce1-38f0-78d4-db8d6a6713b1', > 'ID_FS_UUID_ENC': '08d82f85-0ce1-38f0-78d4-db8d6a6713b1', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '625137282', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_5QF2WAER', > 'ID_SERIAL': 'ST3320620AS_5QF2WAER', > 'ID_SERIAL_SHORT': '5QF2WAER', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '4', > 'MD_EVENTS': '242', > 'MD_LEVEL': 'raid5', > 'MD_UPDATE_TIME': '1172526947', > 'MD_UUID': '08d82f85:0ce138f0:78d4db8d:6a6713b1', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28470380', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_5QF2WAER-part1', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_5QF2WAER-part1', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >13:53:23,512 INFO storage: scanning sdb1 (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1)... >13:53:23,514 DEBUG storage: DeviceTree.getDeviceByName: name: sdb1 ; >13:53:23,516 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:23,516 INFO storage: sdb1 is a partition >13:53:23,518 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >13:53:23,520 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >13:53:23,522 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sdb (6) with existing msdos disklabel >13:53:23,524 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdb ; >13:53:23,526 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >13:53:23,526 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:23,528 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >13:53:23,529 DEBUG storage: looking up parted Partition: /dev/sdb1 >13:53:23,531 DEBUG storage: PartitionDevice.probe: sdb1 ; exists: True ; >13:53:23,533 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >13:53:23,535 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >13:53:23,537 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >13:53:23,537 INFO storage: added partition sdb1 (id 7) to device tree >13:53:23,539 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >13:53:23,541 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: None ; >13:53:23,543 DEBUG storage: MDRaidMember.__init__: >13:53:23,543 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:23,543 DEBUG storage: device sdb1 does not contain a disklabel >13:53:23,544 INFO storage: type detected on 'sdb1' is 'linux_raid_member' >13:53:23,546 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdb1 ; serial: 5QF2WAER ; mdUuid: 08d82f85:0ce138f0:78d4db8d:6a6713b1 ; biosraid: False ; >13:53:23,546 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:23,548 DEBUG storage: PartitionDevice._setFormat: sdb1 ; >13:53:23,550 DEBUG storage: PartitionDevice._setFormat: sdb1 ; current: None ; type: mdmember ; >13:53:23,551 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb1 ; >13:53:23,554 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:23,554 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 915728MB mdarray md127 (5) >13:53:23,556 DEBUG storage: MDRaidArrayDevice._addDevice: md127 ; device: sdb1 ; status: True ; >13:53:23,558 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >13:53:23,560 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >13:53:23,600 WARN storage: failed to add member /dev/sdb1 to md array /dev/md127: mdadd failed for /dev/sdb1: >13:53:23,602 DEBUG storage: looking up parted Device: /dev/sdb1 >13:53:23,605 INFO storage: got device: PartitionDevice instance (0x7fe5d4038fd0) -- > name = sdb1 status = True kids = 1 id = 7 > parents = ['existing 305245MB disk sdb (6) with existing msdos disklabel'] > uuid = None size = 305242.813477 > format = existing mdmember > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 625137282 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38912, 255, 63) biosGeometry: (38912, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048200> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d4030b10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d404e1d0> PedPartition: <_ped.Partition object at 0x7fe5d4037fb0> > disk = existing 305245MB disk sdb (6) with existing msdos disklabel > start = 63 end = 625137344 length = 625137282 > flags = raid >13:53:23,606 INFO storage: got format: MDRaidMember instance (0x7fe5d404e510) -- > type = mdmember name = software RAID status = False > device = /dev/sdb1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 08d82f85:0ce138f0:78d4db8d:6a6713b1 biosraid = False >13:53:23,620 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21NFN /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21NFN /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21NFN', > 'ID_SERIAL': 'ST3320620AS_9QF21NFN', > 'ID_SERIAL_SHORT': '9QF21NFN', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28501254', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21NFN', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21NFN', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc'} ; name: sdc ; >13:53:23,620 INFO storage: scanning sdc (/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc)... >13:53:23,622 DEBUG storage: DeviceTree.getDeviceByName: name: sdc ; >13:53:23,624 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:23,626 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdc ; >13:53:23,628 INFO storage: sdc is a disk >13:53:23,628 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:23,630 DEBUG storage: DiskDevice._setFormat: sdc ; current: None ; type: None ; >13:53:23,631 INFO storage: added disk sdc (id 8) to device tree >13:53:23,631 DEBUG storage: looking up parted Device: /dev/sdc >13:53:23,634 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdc ; >13:53:23,637 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: None ; >13:53:23,637 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:23,639 DEBUG storage: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >13:53:23,720 DEBUG storage: DiskLabel.__init__: device: /dev/sdc ; labelType: gpt ; exists: True ; >13:53:23,760 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d404ec50>] > device: <parted.device.Device object at 0x7fe5d404e450> > PedDisk: <_ped.Disk object at 0x7fe5d4034cb0> >13:53:23,760 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >13:53:23,762 DEBUG storage: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >13:53:23,764 INFO storage: got device: DiskDevice instance (0x7fe5d404e690) -- > name = sdc status = True kids = 0 id = 8 > parents = [] > uuid = None size = 305245.335938 > format = existing msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048170> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe5d404e650> >13:53:23,766 INFO storage: got format: DiskLabel instance (0x7fe5d404e490) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d404ec50>] > device: <parted.device.Device object at 0x7fe5d404e450> > PedDisk: <_ped.Disk object at 0x7fe5d4034cb0> > origPartedDisk = <parted.disk.Disk object at 0x7fe5d404e910> > partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048290> > >13:53:23,786 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21NFN-part1 /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21NFN-part1 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '08d82f85-0ce1-38f0-78d4-db8d6a6713b1', > 'ID_FS_UUID_ENC': '08d82f85-0ce1-38f0-78d4-db8d6a6713b1', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '625137282', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21NFN', > 'ID_SERIAL': 'ST3320620AS_9QF21NFN', > 'ID_SERIAL_SHORT': '9QF21NFN', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '4', > 'MD_EVENTS': '242', > 'MD_LEVEL': 'raid5', > 'MD_UPDATE_TIME': '1172526947', > 'MD_UUID': '08d82f85:0ce138f0:78d4db8d:6a6713b1', > 'MINOR': '33', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28540333', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21NFN-part1', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21NFN-part1', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >13:53:23,787 INFO storage: scanning sdc1 (/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1)... >13:53:23,788 DEBUG storage: DeviceTree.getDeviceByName: name: sdc1 ; >13:53:23,790 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:23,790 INFO storage: sdc1 is a partition >13:53:23,792 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >13:53:23,794 DEBUG storage: DeviceTree.getDeviceByName: name: sdc ; >13:53:23,796 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sdc (8) with existing msdos disklabel >13:53:23,798 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdc ; >13:53:23,800 DEBUG storage: PartitionDevice._setFormat: sdc1 ; >13:53:23,801 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:23,803 DEBUG storage: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >13:53:23,803 DEBUG storage: looking up parted Partition: /dev/sdc1 >13:53:23,805 DEBUG storage: PartitionDevice.probe: sdc1 ; exists: True ; >13:53:23,807 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >13:53:23,809 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >13:53:23,811 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >13:53:23,812 INFO storage: added partition sdc1 (id 9) to device tree >13:53:23,813 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >13:53:23,815 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >13:53:23,817 DEBUG storage: MDRaidMember.__init__: >13:53:23,818 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:23,818 DEBUG storage: device sdc1 does not contain a disklabel >13:53:23,818 INFO storage: type detected on 'sdc1' is 'linux_raid_member' >13:53:23,820 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdc1 ; serial: 9QF21NFN ; mdUuid: 08d82f85:0ce138f0:78d4db8d:6a6713b1 ; biosraid: False ; >13:53:23,820 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:23,822 DEBUG storage: PartitionDevice._setFormat: sdc1 ; >13:53:23,824 DEBUG storage: PartitionDevice._setFormat: sdc1 ; current: None ; type: mdmember ; >13:53:23,826 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdc1 ; >13:53:23,828 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:23,829 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 915728MB mdarray md127 (5) >13:53:23,831 DEBUG storage: MDRaidArrayDevice._addDevice: md127 ; device: sdc1 ; status: True ; >13:53:23,833 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >13:53:23,835 DEBUG storage: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >13:53:23,875 WARN storage: failed to add member /dev/sdc1 to md array /dev/md127: mdadd failed for /dev/sdc1: >13:53:23,876 DEBUG storage: looking up parted Device: /dev/sdc1 >13:53:23,880 INFO storage: got device: PartitionDevice instance (0x7fe5d404ebd0) -- > name = sdc1 status = True kids = 1 id = 9 > parents = ['existing 305245MB disk sdc (8) with existing msdos disklabel'] > uuid = None size = 305242.813477 > format = existing mdmember > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 625137282 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38912, 255, 63) biosGeometry: (38912, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d40484d0> > target size = 0 path = /dev/sdc1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d404e310> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d404eb90> PedPartition: <_ped.Partition object at 0x7fe5d4037f50> > disk = existing 305245MB disk sdc (8) with existing msdos disklabel > start = 63 end = 625137344 length = 625137282 > flags = raid >13:53:23,880 INFO storage: got format: MDRaidMember instance (0x7fe5d404e890) -- > type = mdmember name = software RAID status = False > device = /dev/sdc1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 08d82f85:0ce138f0:78d4db8d:6a6713b1 biosraid = False >13:53:23,894 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21NJG /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21NJG /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0', > 'DEVNAME': 'sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21NJG', > 'ID_SERIAL': 'ST3320620AS_9QF21NJG', > 'ID_SERIAL_SHORT': '9QF21NJG', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28519156', > 'name': 'sdd', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21NJG', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21NJG', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd'} ; name: sdd ; >13:53:23,895 INFO storage: scanning sdd (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd)... >13:53:23,897 DEBUG storage: DeviceTree.getDeviceByName: name: sdd ; >13:53:23,899 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:23,901 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdd ; >13:53:23,903 INFO storage: sdd is a disk >13:53:23,903 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:23,905 DEBUG storage: DiskDevice._setFormat: sdd ; current: None ; type: None ; >13:53:23,905 INFO storage: added disk sdd (id 10) to device tree >13:53:23,906 DEBUG storage: looking up parted Device: /dev/sdd >13:53:23,910 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdd ; >13:53:23,912 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdd ; label_type: None ; >13:53:23,913 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:23,915 DEBUG storage: DiskDevice.setup: sdd ; status: True ; controllable: True ; orig: False ; >13:53:23,995 DEBUG storage: DiskLabel.__init__: device: /dev/sdd ; labelType: gpt ; exists: True ; >13:53:24,032 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d3fd73d0>] > device: <parted.device.Device object at 0x7fe5d3fd7150> > PedDisk: <_ped.Disk object at 0x7fe5d3fd5050> >13:53:24,032 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >13:53:24,034 DEBUG storage: DiskDevice._setFormat: sdd ; current: None ; type: disklabel ; >13:53:24,036 INFO storage: got device: DiskDevice instance (0x7fe5d404ef50) -- > name = sdd status = True kids = 0 id = 10 > parents = [] > uuid = None size = 305245.335938 > format = existing msdos disklabel > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048440> > target size = 0 path = /dev/sdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe5d3fd7050> >13:53:24,038 INFO storage: got format: DiskLabel instance (0x7fe5d4038d10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdd uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d3fd73d0>] > device: <parted.device.Device object at 0x7fe5d3fd7150> > PedDisk: <_ped.Disk object at 0x7fe5d3fd5050> > origPartedDisk = <parted.disk.Disk object at 0x7fe5d3fd74d0> > partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d40485f0> > >13:53:24,058 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21NJG-part1 /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21NJG-part1 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1', > 'DEVNAME': 'sdd1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '08d82f85-0ce1-38f0-78d4-db8d6a6713b1', > 'ID_FS_UUID_ENC': '08d82f85-0ce1-38f0-78d4-db8d6a6713b1', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:48', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '625137282', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21NJG', > 'ID_SERIAL': 'ST3320620AS_9QF21NJG', > 'ID_SERIAL_SHORT': '9QF21NJG', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '4', > 'MD_EVENTS': '242', > 'MD_LEVEL': 'raid5', > 'MD_UPDATE_TIME': '1172526947', > 'MD_UUID': '08d82f85:0ce138f0:78d4db8d:6a6713b1', > 'MINOR': '49', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28564637', > 'name': 'sdd1', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21NJG-part1', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21NJG-part1', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1'} ; name: sdd1 ; >13:53:24,059 INFO storage: scanning sdd1 (/devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1)... >13:53:24,060 DEBUG storage: DeviceTree.getDeviceByName: name: sdd1 ; >13:53:24,062 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:24,063 INFO storage: sdd1 is a partition >13:53:24,064 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdd1 ; >13:53:24,066 DEBUG storage: DeviceTree.getDeviceByName: name: sdd ; >13:53:24,068 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sdd (10) with existing msdos disklabel >13:53:24,070 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdd ; >13:53:24,072 DEBUG storage: PartitionDevice._setFormat: sdd1 ; >13:53:24,073 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,075 DEBUG storage: PartitionDevice._setFormat: sdd1 ; current: None ; type: None ; >13:53:24,075 DEBUG storage: looking up parted Partition: /dev/sdd1 >13:53:24,077 DEBUG storage: PartitionDevice.probe: sdd1 ; exists: True ; >13:53:24,079 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 1 ; >13:53:24,081 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 10 ; >13:53:24,083 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 12 ; >13:53:24,084 INFO storage: added partition sdd1 (id 11) to device tree >13:53:24,086 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdd1 ; >13:53:24,087 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdd1 ; label_type: None ; >13:53:24,089 DEBUG storage: MDRaidMember.__init__: >13:53:24,090 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:24,090 DEBUG storage: device sdd1 does not contain a disklabel >13:53:24,090 INFO storage: type detected on 'sdd1' is 'linux_raid_member' >13:53:24,092 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdd1 ; serial: 9QF21NJG ; mdUuid: 08d82f85:0ce138f0:78d4db8d:6a6713b1 ; biosraid: False ; >13:53:24,092 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:24,094 DEBUG storage: PartitionDevice._setFormat: sdd1 ; >13:53:24,096 DEBUG storage: PartitionDevice._setFormat: sdd1 ; current: None ; type: mdmember ; >13:53:24,098 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdd1 ; >13:53:24,101 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:24,101 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 915728MB mdarray md127 (5) >13:53:24,103 DEBUG storage: MDRaidArrayDevice._addDevice: md127 ; device: sdd1 ; status: True ; >13:53:24,105 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sdd1 ; >13:53:24,107 DEBUG storage: PartitionDevice.setup: sdd1 ; status: True ; controllable: True ; orig: False ; >13:53:24,156 WARN storage: failed to add member /dev/sdd1 to md array /dev/md127: mdadd failed for /dev/sdd1: >13:53:24,157 DEBUG storage: looking up parted Device: /dev/sdd1 >13:53:24,161 INFO storage: got device: PartitionDevice instance (0x7fe5d3fd7710) -- > name = sdd1 status = True kids = 1 id = 11 > parents = ['existing 305245MB disk sdd (10) with existing msdos disklabel'] > uuid = None size = 305242.813477 > format = existing mdmember > major = 8 minor = 49 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdd1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 625137282 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (38912, 255, 63) biosGeometry: (38912, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d40487a0> > target size = 0 path = /dev/sdd1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd7250> fileSystem: None > number: 1 path: /dev/sdd1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d3fd7650> PedPartition: <_ped.Partition object at 0x7fe5d4037ef0> > disk = existing 305245MB disk sdd (10) with existing msdos disklabel > start = 63 end = 625137344 length = 625137282 > flags = raid >13:53:24,161 INFO storage: got format: MDRaidMember instance (0x7fe5d3fd7690) -- > type = mdmember name = software RAID status = False > device = /dev/sdd1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 08d82f85:0ce138f0:78d4db8d:6a6713b1 biosraid = False >13:53:24,176 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_5RVZ005B /dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_5RVZ005B', > 'ID_SERIAL': 'ST3320620AS_5RVZ005B', > 'ID_SERIAL_SHORT': '5RVZ005B', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28491753', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_5RVZ005B', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde'} ; name: sde ; >13:53:24,176 INFO storage: scanning sde (/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde)... >13:53:24,178 DEBUG storage: DeviceTree.getDeviceByName: name: sde ; >13:53:24,180 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:24,182 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sde ; >13:53:24,184 INFO storage: sde is a disk >13:53:24,184 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,186 DEBUG storage: DiskDevice._setFormat: sde ; current: None ; type: None ; >13:53:24,187 INFO storage: added disk sde (id 12) to device tree >13:53:24,187 DEBUG storage: looking up parted Device: /dev/sde >13:53:24,192 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sde ; >13:53:24,194 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sde ; label_type: None ; >13:53:24,194 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,196 DEBUG storage: DiskDevice.setup: sde ; status: True ; controllable: True ; orig: False ; >13:53:24,277 DEBUG storage: DiskLabel.__init__: device: /dev/sde ; labelType: gpt ; exists: True ; >13:53:24,342 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 4 > lastPartitionNumber: 4 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d3fd7c90>, <parted.partition.Partition object at 0x7fe5d3fd7f50>, <parted.partition.Partition object at 0x7fe5d404ed50>, <parted.partition.Partition object at 0x7fe5d404e250>] > device: <parted.device.Device object at 0x7fe5d3fd7790> > PedDisk: <_ped.Disk object at 0x7fe5d40493b0> >13:53:24,342 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >13:53:24,344 DEBUG storage: DiskDevice._setFormat: sde ; current: None ; type: disklabel ; >13:53:24,347 INFO storage: got device: DiskDevice instance (0x7fe5d3fd7b50) -- > name = sde status = True kids = 0 id = 12 > parents = [] > uuid = None size = 305245.335938 > format = existing msdos disklabel > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 5 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048710> > target size = 0 path = /dev/sde > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe5d3fd7b90> >13:53:24,350 INFO storage: got format: DiskLabel instance (0x7fe5d3fd7a10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sde uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 4 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 4 > lastPartitionNumber: 4 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d3fd7c90>, <parted.partition.Partition object at 0x7fe5d3fd7f50>, <parted.partition.Partition object at 0x7fe5d404ed50>, <parted.partition.Partition object at 0x7fe5d404e250>] > device: <parted.device.Device object at 0x7fe5d3fd7790> > PedDisk: <_ped.Disk object at 0x7fe5d40493b0> > origPartedDisk = <parted.disk.Disk object at 0x7fe5d404efd0> > partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 5 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d40488c0> > >13:53:24,370 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_5RVZ005B-part1 /dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B-part1 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1', > 'DEVNAME': 'sde1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'ad879e48-249a-15dc-9306-2023005285ad', > 'ID_FS_UUID_ENC': 'ad879e48-249a-15dc-9306-2023005285ad', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '594342', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_5RVZ005B', > 'ID_SERIAL': 'ST3320620AS_5RVZ005B', > 'ID_SERIAL_SHORT': '5RVZ005B', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_EVENTS': '114', > 'MD_LEVEL': 'raid1', > 'MD_UPDATE_TIME': '1177073875', > 'MD_UUID': 'ad879e48:249a15dc:93062023:005285ad', > 'MINOR': '65', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28603216', > 'name': 'sde1', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_5RVZ005B-part1', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B-part1', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1'} ; name: sde1 ; >13:53:24,370 INFO storage: scanning sde1 (/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1)... >13:53:24,372 DEBUG storage: DeviceTree.getDeviceByName: name: sde1 ; >13:53:24,374 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:24,374 INFO storage: sde1 is a partition >13:53:24,376 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sde1 ; >13:53:24,378 DEBUG storage: DeviceTree.getDeviceByName: name: sde ; >13:53:24,380 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sde (12) with existing msdos disklabel >13:53:24,382 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sde ; >13:53:24,384 DEBUG storage: PartitionDevice._setFormat: sde1 ; >13:53:24,384 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,387 DEBUG storage: PartitionDevice._setFormat: sde1 ; current: None ; type: None ; >13:53:24,387 DEBUG storage: looking up parted Partition: /dev/sde1 >13:53:24,389 DEBUG storage: PartitionDevice.probe: sde1 ; exists: True ; >13:53:24,391 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde1 ; flag: 1 ; >13:53:24,393 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde1 ; flag: 10 ; >13:53:24,395 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde1 ; flag: 12 ; >13:53:24,395 INFO storage: added partition sde1 (id 13) to device tree >13:53:24,397 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sde1 ; >13:53:24,399 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sde1 ; label_type: None ; >13:53:24,401 DEBUG storage: MDRaidMember.__init__: >13:53:24,401 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:24,401 DEBUG storage: device sde1 does not contain a disklabel >13:53:24,402 INFO storage: type detected on 'sde1' is 'linux_raid_member' >13:53:24,404 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sde1 ; serial: 5RVZ005B ; mdUuid: ad879e48:249a15dc:93062023:005285ad ; biosraid: False ; >13:53:24,404 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:24,406 DEBUG storage: PartitionDevice._setFormat: sde1 ; >13:53:24,408 DEBUG storage: PartitionDevice._setFormat: sde1 ; current: None ; type: mdmember ; >13:53:24,410 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sde1 ; >13:53:24,412 DEBUG storage: DeviceTree.getDeviceByUuid returned None >13:53:24,455 INFO storage: using name md126 for md array containing member sde1 >13:53:24,455 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,458 DEBUG storage: MDRaidArrayDevice._setFormat: md126 ; current: None ; type: None ; >13:53:24,460 DEBUG storage: MDRaidArrayDevice._addDevice: md126 ; device: sde1 ; status: True ; >13:53:24,462 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sde1 ; >13:53:24,464 DEBUG storage: PartitionDevice.setup: sde1 ; status: True ; controllable: True ; orig: False ; >13:53:24,560 WARN storage: failed to add member /dev/sde1 to md array /dev/md126: mdadd failed for /dev/sde1: >13:53:24,560 DEBUG storage: looking up parted Device: /dev/md126 >13:53:24,579 INFO storage: added mdarray md126 (id 14) to device tree >13:53:24,580 DEBUG storage: looking up parted Device: /dev/sde1 >13:53:24,584 INFO storage: got device: PartitionDevice instance (0x7fe5d3fd7d90) -- > name = sde1 status = True kids = 1 id = 13 > parents = ['existing 305245MB disk sde (12) with existing msdos disklabel'] > uuid = None size = 290.206054688 > format = existing mdmember > major = 8 minor = 65 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sde1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 594342 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (36, 255, 63) biosGeometry: (36, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048c20> > target size = 0 path = /dev/sde1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd7610> fileSystem: <parted.filesystem.FileSystem object at 0x7fe5d3fd7d50> > number: 1 path: /dev/sde1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d3fd7f10> PedPartition: <_ped.Partition object at 0x7fe5d3fd40b0> > disk = existing 305245MB disk sde (12) with existing msdos disklabel > start = 63 end = 594404 length = 594342 > flags = boot, raid >13:53:24,584 INFO storage: got format: MDRaidMember instance (0x7fe5d3fd1310) -- > type = mdmember name = software RAID status = False > device = /dev/sde1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = ad879e48:249a15dc:93062023:005285ad biosraid = False >13:53:24,611 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_5RVZ005B-part2 /dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B-part2 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part2', > 'DEVNAME': 'sde2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '52ed805d-8605-3ac8-33d5-0597b77c6766', > 'ID_FS_UUID_ENC': '52ed805d-8605-3ac8-33d5-0597b77c6766', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '594405', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3919860', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_5RVZ005B', > 'ID_SERIAL': 'ST3320620AS_5RVZ005B', > 'ID_SERIAL_SHORT': '5RVZ005B', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_EVENTS': '116', > 'MD_LEVEL': 'raid1', > 'MD_UPDATE_TIME': '1177072077', > 'MD_UUID': '52ed805d:86053ac8:33d50597:b77c6766', > 'MINOR': '66', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28506689', > 'name': 'sde2', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_5RVZ005B-part2', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B-part2', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2'} ; name: sde2 ; >13:53:24,612 INFO storage: scanning sde2 (/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2)... >13:53:24,613 DEBUG storage: DeviceTree.getDeviceByName: name: sde2 ; >13:53:24,615 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:24,616 INFO storage: sde2 is a partition >13:53:24,619 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sde2 ; >13:53:24,620 DEBUG storage: DeviceTree.getDeviceByName: name: sde ; >13:53:24,623 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sde (12) with existing msdos disklabel >13:53:24,625 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sde ; >13:53:24,627 DEBUG storage: PartitionDevice._setFormat: sde2 ; >13:53:24,627 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,630 DEBUG storage: PartitionDevice._setFormat: sde2 ; current: None ; type: None ; >13:53:24,630 DEBUG storage: looking up parted Partition: /dev/sde2 >13:53:24,632 DEBUG storage: PartitionDevice.probe: sde2 ; exists: True ; >13:53:24,634 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde2 ; flag: 1 ; >13:53:24,636 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde2 ; flag: 10 ; >13:53:24,638 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde2 ; flag: 12 ; >13:53:24,638 INFO storage: added partition sde2 (id 15) to device tree >13:53:24,640 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sde2 ; >13:53:24,642 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sde2 ; label_type: None ; >13:53:24,644 DEBUG storage: MDRaidMember.__init__: >13:53:24,644 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:24,644 DEBUG storage: device sde2 does not contain a disklabel >13:53:24,645 INFO storage: type detected on 'sde2' is 'linux_raid_member' >13:53:24,647 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sde2 ; serial: 5RVZ005B ; mdUuid: 52ed805d:86053ac8:33d50597:b77c6766 ; biosraid: False ; >13:53:24,647 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:24,649 DEBUG storage: PartitionDevice._setFormat: sde2 ; >13:53:24,651 DEBUG storage: PartitionDevice._setFormat: sde2 ; current: None ; type: mdmember ; >13:53:24,653 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sde2 ; >13:53:24,655 DEBUG storage: DeviceTree.getDeviceByUuid returned None >13:53:24,678 INFO storage: using name md124 for md array containing member sde2 >13:53:24,679 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,682 DEBUG storage: MDRaidArrayDevice._setFormat: md124 ; current: None ; type: None ; >13:53:24,684 DEBUG storage: MDRaidArrayDevice._addDevice: md124 ; device: sde2 ; status: True ; >13:53:24,686 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sde2 ; >13:53:24,688 DEBUG storage: PartitionDevice.setup: sde2 ; status: True ; controllable: True ; orig: False ; >13:53:24,728 WARN storage: failed to add member /dev/sde2 to md array /dev/md124: mdadd failed for /dev/sde2: >13:53:24,729 DEBUG storage: looking up parted Device: /dev/md124 >13:53:24,745 INFO storage: added mdarray md124 (id 16) to device tree >13:53:24,746 DEBUG storage: looking up parted Device: /dev/sde2 >13:53:24,766 INFO storage: got device: PartitionDevice instance (0x7fe5d3fd7750) -- > name = sde2 status = True kids = 1 id = 15 > parents = ['existing 305245MB disk sde (12) with existing msdos disklabel'] > uuid = None size = 1913.99414062 > format = existing mdmember > major = 8 minor = 66 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sde2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3919860 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (244, 255, 63) biosGeometry: (244, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048d40> > target size = 0 path = /dev/sde2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd7610> fileSystem: <parted.filesystem.FileSystem object at 0x7fe5d3fd7a50> > number: 2 path: /dev/sde2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d3fd7cd0> PedPartition: <_ped.Partition object at 0x7fe5d4037e90> > disk = existing 305245MB disk sde (12) with existing msdos disklabel > start = 594405 end = 4514264 length = 3919860 > flags = raid >13:53:24,767 INFO storage: got format: MDRaidMember instance (0x7fe5d3fd1390) -- > type = mdmember name = software RAID status = False > device = /dev/sde2 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 52ed805d:86053ac8:33d50597:b77c6766 biosraid = False >13:53:24,787 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_5RVZ005B-part3 /dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B-part3 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part3', > 'DEVNAME': 'sde3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '933206f1-5196-38e4-6bdb-042dcb117e76', > 'ID_FS_UUID_ENC': '933206f1-5196-38e4-6bdb-042dcb117e76', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4514265', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '58605120', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_5RVZ005B', > 'ID_SERIAL': 'ST3320620AS_5RVZ005B', > 'ID_SERIAL_SHORT': '5RVZ005B', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_EVENTS': '246', > 'MD_LEVEL': 'raid1', > 'MD_UPDATE_TIME': '1177072160', > 'MD_UUID': '933206f1:519638e4:6bdb042d:cb117e76', > 'MINOR': '67', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28526597', > 'name': 'sde3', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_5RVZ005B-part3', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B-part3', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part3'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde3'} ; name: sde3 ; >13:53:24,787 INFO storage: scanning sde3 (/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde3)... >13:53:24,789 DEBUG storage: DeviceTree.getDeviceByName: name: sde3 ; >13:53:24,791 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:24,791 INFO storage: sde3 is a partition >13:53:24,793 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sde3 ; >13:53:24,795 DEBUG storage: DeviceTree.getDeviceByName: name: sde ; >13:53:24,797 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sde (12) with existing msdos disklabel >13:53:24,799 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sde ; >13:53:24,801 DEBUG storage: PartitionDevice._setFormat: sde3 ; >13:53:24,802 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,804 DEBUG storage: PartitionDevice._setFormat: sde3 ; current: None ; type: None ; >13:53:24,804 DEBUG storage: looking up parted Partition: /dev/sde3 >13:53:24,806 DEBUG storage: PartitionDevice.probe: sde3 ; exists: True ; >13:53:24,808 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde3 ; flag: 1 ; >13:53:24,810 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde3 ; flag: 10 ; >13:53:24,813 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde3 ; flag: 12 ; >13:53:24,814 INFO storage: added partition sde3 (id 17) to device tree >13:53:24,815 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sde3 ; >13:53:24,817 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sde3 ; label_type: None ; >13:53:24,819 DEBUG storage: MDRaidMember.__init__: >13:53:24,820 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:24,820 DEBUG storage: device sde3 does not contain a disklabel >13:53:24,820 INFO storage: type detected on 'sde3' is 'linux_raid_member' >13:53:24,822 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sde3 ; serial: 5RVZ005B ; mdUuid: 933206f1:519638e4:6bdb042d:cb117e76 ; biosraid: False ; >13:53:24,822 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:24,824 DEBUG storage: PartitionDevice._setFormat: sde3 ; >13:53:24,826 DEBUG storage: PartitionDevice._setFormat: sde3 ; current: None ; type: mdmember ; >13:53:24,828 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sde3 ; >13:53:24,830 DEBUG storage: DeviceTree.getDeviceByUuid returned None >13:53:24,884 INFO storage: using name md125 for md array containing member sde3 >13:53:24,885 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:24,887 DEBUG storage: MDRaidArrayDevice._setFormat: md125 ; current: None ; type: None ; >13:53:24,889 DEBUG storage: MDRaidArrayDevice._addDevice: md125 ; device: sde3 ; status: True ; >13:53:24,892 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sde3 ; >13:53:24,894 DEBUG storage: PartitionDevice.setup: sde3 ; status: True ; controllable: True ; orig: False ; >13:53:24,968 WARN storage: failed to add member /dev/sde3 to md array /dev/md125: mdadd failed for /dev/sde3: >13:53:24,968 DEBUG storage: looking up parted Device: /dev/md125 >13:53:24,989 INFO storage: added mdarray md125 (id 18) to device tree >13:53:24,990 DEBUG storage: looking up parted Device: /dev/sde3 >13:53:24,994 INFO storage: got device: PartitionDevice instance (0x7fe5d3fd1110) -- > name = sde3 status = True kids = 1 id = 17 > parents = ['existing 305245MB disk sde (12) with existing msdos disklabel'] > uuid = None size = 28615.78125 > format = existing mdmember > major = 8 minor = 67 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sde3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 58605120 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3648, 255, 63) biosGeometry: (3648, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048cb0> > target size = 0 path = /dev/sde3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd7610> fileSystem: <parted.filesystem.FileSystem object at 0x7fe5d404ee10> > number: 3 path: /dev/sde3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d404ea90> PedPartition: <_ped.Partition object at 0x7fe5d3fd4050> > disk = existing 305245MB disk sde (12) with existing msdos disklabel > start = 4514265 end = 63119384 length = 58605120 > flags = raid >13:53:24,995 INFO storage: got format: MDRaidMember instance (0x7fe5d3fd7190) -- > type = mdmember name = software RAID status = False > device = /dev/sde3 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 933206f1:519638e4:6bdb042d:cb117e76 biosraid = False >13:53:25,018 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_5RVZ005B-part4 /dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B-part4 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part4', > 'DEVNAME': 'sde4', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde4', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '1e0e76fa-69e4-437d-8c67-17114fd2c492', > 'ID_FS_UUID_ENC': '1e0e76fa-69e4-437d-8c67-17114fd2c492', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '63119385', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '562017960', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_5RVZ005B', > 'ID_SERIAL': 'ST3320620AS_5RVZ005B', > 'ID_SERIAL_SHORT': '5RVZ005B', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_EVENTS': '625', > 'MD_LEVEL': 'raid1', > 'MD_UPDATE_TIME': '1177072193', > 'MD_UUID': '1e0e76fa:69e4437d:8c671711:4fd2c492', > 'MINOR': '68', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28557657', > 'name': 'sde4', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_5RVZ005B-part4', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_5RVZ005B-part4', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part4'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde4'} ; name: sde4 ; >13:53:25,019 INFO storage: scanning sde4 (/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde4)... >13:53:25,021 DEBUG storage: DeviceTree.getDeviceByName: name: sde4 ; >13:53:25,023 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:25,023 INFO storage: sde4 is a partition >13:53:25,025 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sde4 ; >13:53:25,027 DEBUG storage: DeviceTree.getDeviceByName: name: sde ; >13:53:25,029 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sde (12) with existing msdos disklabel >13:53:25,031 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sde ; >13:53:25,033 DEBUG storage: PartitionDevice._setFormat: sde4 ; >13:53:25,033 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:25,036 DEBUG storage: PartitionDevice._setFormat: sde4 ; current: None ; type: None ; >13:53:25,036 DEBUG storage: looking up parted Partition: /dev/sde4 >13:53:25,038 DEBUG storage: PartitionDevice.probe: sde4 ; exists: True ; >13:53:25,040 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde4 ; flag: 1 ; >13:53:25,042 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde4 ; flag: 10 ; >13:53:25,044 DEBUG storage: PartitionDevice.getFlag: path: /dev/sde4 ; flag: 12 ; >13:53:25,045 INFO storage: added partition sde4 (id 19) to device tree >13:53:25,046 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sde4 ; >13:53:25,048 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sde4 ; label_type: None ; >13:53:25,050 DEBUG storage: MDRaidMember.__init__: >13:53:25,051 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:25,051 DEBUG storage: device sde4 does not contain a disklabel >13:53:25,051 INFO storage: type detected on 'sde4' is 'linux_raid_member' >13:53:25,053 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sde4 ; serial: 5RVZ005B ; mdUuid: 1e0e76fa:69e4437d:8c671711:4fd2c492 ; biosraid: False ; >13:53:25,053 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:25,055 DEBUG storage: PartitionDevice._setFormat: sde4 ; >13:53:25,057 DEBUG storage: PartitionDevice._setFormat: sde4 ; current: None ; type: mdmember ; >13:53:25,059 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sde4 ; >13:53:25,061 DEBUG storage: DeviceTree.getDeviceByUuid returned None >13:53:25,097 INFO storage: using name md123 for md array containing member sde4 >13:53:25,098 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:25,100 DEBUG storage: MDRaidArrayDevice._setFormat: md123 ; current: None ; type: None ; >13:53:25,104 DEBUG storage: MDRaidArrayDevice._addDevice: md123 ; device: sde4 ; status: True ; >13:53:25,106 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sde4 ; >13:53:25,108 DEBUG storage: PartitionDevice.setup: sde4 ; status: True ; controllable: True ; orig: False ; >13:53:25,148 WARN storage: failed to add member /dev/sde4 to md array /dev/md123: mdadd failed for /dev/sde4: >13:53:25,149 DEBUG storage: looking up parted Device: /dev/md123 >13:53:25,170 INFO storage: added mdarray md123 (id 20) to device tree >13:53:25,171 DEBUG storage: looking up parted Device: /dev/sde4 >13:53:25,174 INFO storage: got device: PartitionDevice instance (0x7fe5d3fd18d0) -- > name = sde4 status = True kids = 1 id = 19 > parents = ['existing 305245MB disk sde (12) with existing msdos disklabel'] > uuid = None size = 274422.832031 > format = existing mdmember > major = 8 minor = 68 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sde4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 562017960 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34984, 255, 63) biosGeometry: (34984, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048ef0> > target size = 0 path = /dev/sde4 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd7610> fileSystem: None > number: 4 path: /dev/sde4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d404e590> PedPartition: <_ped.Partition object at 0x7fe5d3fd4110> > disk = existing 305245MB disk sde (12) with existing msdos disklabel > start = 63119385 end = 625137344 length = 562017960 > flags = raid >13:53:25,175 INFO storage: got format: MDRaidMember instance (0x7fe5d3fd1150) -- > type = mdmember name = software RAID status = False > device = /dev/sde4 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 1e0e76fa:69e4437d:8c671711:4fd2c492 biosraid = False >13:53:25,196 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21N03 /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0', > 'DEVNAME': 'sdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21N03', > 'ID_SERIAL': 'ST3320620AS_9QF21N03', > 'ID_SERIAL_SHORT': '9QF21N03', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28496789', > 'name': 'sdf', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21N03', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf'} ; name: sdf ; >13:53:25,196 INFO storage: scanning sdf (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf)... >13:53:25,198 DEBUG storage: DeviceTree.getDeviceByName: name: sdf ; >13:53:25,200 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:25,202 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdf ; >13:53:25,203 INFO storage: sdf is a disk >13:53:25,204 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:25,206 DEBUG storage: DiskDevice._setFormat: sdf ; current: None ; type: None ; >13:53:25,206 INFO storage: added disk sdf (id 21) to device tree >13:53:25,207 DEBUG storage: looking up parted Device: /dev/sdf >13:53:25,218 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdf ; >13:53:25,220 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdf ; label_type: None ; >13:53:25,221 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:25,223 DEBUG storage: DiskDevice.setup: sdf ; status: True ; controllable: True ; orig: False ; >13:53:25,937 DEBUG storage: DiskLabel.__init__: device: /dev/sdf ; labelType: gpt ; exists: True ; >13:53:25,975 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 4 > lastPartitionNumber: 4 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d3ff0290>, <parted.partition.Partition object at 0x7fe5d3fd1f10>, <parted.partition.Partition object at 0x7fe5d3ff0410>, <parted.partition.Partition object at 0x7fe5d3ff0450>] > device: <parted.device.Device object at 0x7fe5d3fd1e50> > PedDisk: <_ped.Disk object at 0x7fe5d4171710> >13:53:25,976 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >13:53:25,978 DEBUG storage: DiskDevice._setFormat: sdf ; current: None ; type: disklabel ; >13:53:25,981 INFO storage: got device: DiskDevice instance (0x7fe5d3fd1190) -- > name = sdf status = True kids = 0 id = 21 > parents = [] > uuid = None size = 305245.335938 > format = existing msdos disklabel > major = 8 minor = 80 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sdf type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048f80> > target size = 0 path = /dev/sdf > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe5d3fd1690> >13:53:25,984 INFO storage: got format: DiskLabel instance (0x7fe5d3fd1c50) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdf uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 4 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 4 > lastPartitionNumber: 4 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe5d3ff0290>, <parted.partition.Partition object at 0x7fe5d3fd1f10>, <parted.partition.Partition object at 0x7fe5d3ff0410>, <parted.partition.Partition object at 0x7fe5d3ff0450>] > device: <parted.device.Device object at 0x7fe5d3fd1e50> > PedDisk: <_ped.Disk object at 0x7fe5d4171710> > origPartedDisk = <parted.disk.Disk object at 0x7fe5d3ff06d0> > partedDevice = parted.Device instance -- > model: ATA ST3320620AS path: /dev/sdf type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 625142448 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (38913, 255, 63) biosGeometry: (38913, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d3fd90e0> > >13:53:26,047 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21N03-part1 /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03-part1 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1', > 'DEVNAME': 'sdf1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'ad879e48-249a-15dc-9306-2023005285ad', > 'ID_FS_UUID_ENC': 'ad879e48-249a-15dc-9306-2023005285ad', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:80', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '63', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '594342', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21N03', > 'ID_SERIAL': 'ST3320620AS_9QF21N03', > 'ID_SERIAL_SHORT': '9QF21N03', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_EVENTS': '114', > 'MD_LEVEL': 'raid1', > 'MD_UPDATE_TIME': '1177073875', > 'MD_UUID': 'ad879e48:249a15dc:93062023:005285ad', > 'MINOR': '81', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28513314', > 'name': 'sdf1', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21N03-part1', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03-part1', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1'} ; name: sdf1 ; >13:53:26,048 INFO storage: scanning sdf1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1)... >13:53:26,050 DEBUG storage: DeviceTree.getDeviceByName: name: sdf1 ; >13:53:26,052 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,052 INFO storage: sdf1 is a partition >13:53:26,054 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdf1 ; >13:53:26,056 DEBUG storage: DeviceTree.getDeviceByName: name: sdf ; >13:53:26,058 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sdf (21) with existing msdos disklabel >13:53:26,060 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sdf ; >13:53:26,062 DEBUG storage: PartitionDevice._setFormat: sdf1 ; >13:53:26,062 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,064 DEBUG storage: PartitionDevice._setFormat: sdf1 ; current: None ; type: None ; >13:53:26,065 DEBUG storage: looking up parted Partition: /dev/sdf1 >13:53:26,067 DEBUG storage: PartitionDevice.probe: sdf1 ; exists: True ; >13:53:26,069 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf1 ; flag: 1 ; >13:53:26,071 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf1 ; flag: 10 ; >13:53:26,073 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf1 ; flag: 12 ; >13:53:26,073 INFO storage: added partition sdf1 (id 22) to device tree >13:53:26,075 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdf1 ; >13:53:26,077 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdf1 ; label_type: None ; >13:53:26,079 DEBUG storage: MDRaidMember.__init__: >13:53:26,079 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:26,079 DEBUG storage: device sdf1 does not contain a disklabel >13:53:26,080 INFO storage: type detected on 'sdf1' is 'linux_raid_member' >13:53:26,082 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdf1 ; serial: 9QF21N03 ; mdUuid: ad879e48:249a15dc:93062023:005285ad ; biosraid: False ; >13:53:26,082 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:26,084 DEBUG storage: PartitionDevice._setFormat: sdf1 ; >13:53:26,086 DEBUG storage: PartitionDevice._setFormat: sdf1 ; current: None ; type: mdmember ; >13:53:26,088 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdf1 ; >13:53:26,091 DEBUG storage: existing RAID 1 size == 290.125 >13:53:26,091 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 290MB mdarray md126 (14) >13:53:26,093 DEBUG storage: MDRaidArrayDevice._addDevice: md126 ; device: sdf1 ; status: True ; >13:53:26,095 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sdf1 ; >13:53:26,097 DEBUG storage: PartitionDevice.setup: sdf1 ; status: True ; controllable: True ; orig: False ; >13:53:26,137 WARN storage: failed to add member /dev/sdf1 to md array /dev/md126: mdadd failed for /dev/sdf1: >13:53:26,139 DEBUG storage: looking up parted Device: /dev/sdf1 >13:53:26,142 INFO storage: got device: PartitionDevice instance (0x7fe5d3ff0910) -- > name = sdf1 status = True kids = 1 id = 22 > parents = ['existing 305245MB disk sdf (21) with existing msdos disklabel'] > uuid = None size = 290.206054688 > format = existing mdmember > major = 8 minor = 81 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdf1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 594342 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (36, 255, 63) biosGeometry: (36, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d3fd9440> > target size = 0 path = /dev/sdf1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd1e90> fileSystem: <parted.filesystem.FileSystem object at 0x7fe5d3ff0050> > number: 1 path: /dev/sdf1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d3ff0250> PedPartition: <_ped.Partition object at 0x7fe5d3fd4230> > disk = existing 305245MB disk sdf (21) with existing msdos disklabel > start = 63 end = 594404 length = 594342 > flags = boot, raid >13:53:26,143 INFO storage: got format: MDRaidMember instance (0x7fe5d3ff0a50) -- > type = mdmember name = software RAID status = False > device = /dev/sdf1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = ad879e48:249a15dc:93062023:005285ad biosraid = False >13:53:26,163 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21N03-part2 /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03-part2 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part2', > 'DEVNAME': 'sdf2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '52ed805d-8605-3ac8-33d5-0597b77c6766', > 'ID_FS_UUID_ENC': '52ed805d-8605-3ac8-33d5-0597b77c6766', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:80', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '594405', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3919860', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21N03', > 'ID_SERIAL': 'ST3320620AS_9QF21N03', > 'ID_SERIAL_SHORT': '9QF21N03', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_EVENTS': '116', > 'MD_LEVEL': 'raid1', > 'MD_UPDATE_TIME': '1177072077', > 'MD_UUID': '52ed805d:86053ac8:33d50597:b77c6766', > 'MINOR': '82', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28530409', > 'name': 'sdf2', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21N03-part2', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03-part2', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2'} ; name: sdf2 ; >13:53:26,164 INFO storage: scanning sdf2 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2)... >13:53:26,165 DEBUG storage: DeviceTree.getDeviceByName: name: sdf2 ; >13:53:26,168 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,168 INFO storage: sdf2 is a partition >13:53:26,170 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdf2 ; >13:53:26,172 DEBUG storage: DeviceTree.getDeviceByName: name: sdf ; >13:53:26,174 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sdf (21) with existing msdos disklabel >13:53:26,176 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sdf ; >13:53:26,178 DEBUG storage: PartitionDevice._setFormat: sdf2 ; >13:53:26,179 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,181 DEBUG storage: PartitionDevice._setFormat: sdf2 ; current: None ; type: None ; >13:53:26,181 DEBUG storage: looking up parted Partition: /dev/sdf2 >13:53:26,183 DEBUG storage: PartitionDevice.probe: sdf2 ; exists: True ; >13:53:26,185 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf2 ; flag: 1 ; >13:53:26,187 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf2 ; flag: 10 ; >13:53:26,189 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf2 ; flag: 12 ; >13:53:26,190 INFO storage: added partition sdf2 (id 23) to device tree >13:53:26,192 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdf2 ; >13:53:26,193 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdf2 ; label_type: None ; >13:53:26,195 DEBUG storage: MDRaidMember.__init__: >13:53:26,196 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:26,196 DEBUG storage: device sdf2 does not contain a disklabel >13:53:26,196 INFO storage: type detected on 'sdf2' is 'linux_raid_member' >13:53:26,198 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdf2 ; serial: 9QF21N03 ; mdUuid: 52ed805d:86053ac8:33d50597:b77c6766 ; biosraid: False ; >13:53:26,198 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:26,200 DEBUG storage: PartitionDevice._setFormat: sdf2 ; >13:53:26,202 DEBUG storage: PartitionDevice._setFormat: sdf2 ; current: None ; type: mdmember ; >13:53:26,204 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdf2 ; >13:53:26,206 DEBUG storage: existing RAID 1 size == 1913.875 >13:53:26,207 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 1913MB mdarray md124 (16) >13:53:26,209 DEBUG storage: MDRaidArrayDevice._addDevice: md124 ; device: sdf2 ; status: True ; >13:53:26,211 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sdf2 ; >13:53:26,213 DEBUG storage: PartitionDevice.setup: sdf2 ; status: True ; controllable: True ; orig: False ; >13:53:26,252 WARN storage: failed to add member /dev/sdf2 to md array /dev/md124: mdadd failed for /dev/sdf2: >13:53:26,254 DEBUG storage: looking up parted Device: /dev/sdf2 >13:53:26,257 INFO storage: got device: PartitionDevice instance (0x7fe5d3fd1a10) -- > name = sdf2 status = True kids = 1 id = 23 > parents = ['existing 305245MB disk sdf (21) with existing msdos disklabel'] > uuid = None size = 1913.99414062 > format = existing mdmember > major = 8 minor = 82 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdf2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3919860 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (244, 255, 63) biosGeometry: (244, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d3fd9560> > target size = 0 path = /dev/sdf2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd1e90> fileSystem: <parted.filesystem.FileSystem object at 0x7fe5d3ff00d0> > number: 2 path: /dev/sdf2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d3ff0190> PedPartition: <_ped.Partition object at 0x7fe5d3fd4170> > disk = existing 305245MB disk sdf (21) with existing msdos disklabel > start = 594405 end = 4514264 length = 3919860 > flags = raid >13:53:26,258 INFO storage: got format: MDRaidMember instance (0x7fe5d3ff0ad0) -- > type = mdmember name = software RAID status = False > device = /dev/sdf2 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 52ed805d:86053ac8:33d50597:b77c6766 biosraid = False >13:53:26,277 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21N03-part3 /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03-part3 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part3', > 'DEVNAME': 'sdf3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '933206f1-5196-38e4-6bdb-042dcb117e76', > 'ID_FS_UUID_ENC': '933206f1-5196-38e4-6bdb-042dcb117e76', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:80', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4514265', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '58605120', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21N03', > 'ID_SERIAL': 'ST3320620AS_9QF21N03', > 'ID_SERIAL_SHORT': '9QF21N03', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_EVENTS': '246', > 'MD_LEVEL': 'raid1', > 'MD_UPDATE_TIME': '1177072160', > 'MD_UUID': '933206f1:519638e4:6bdb042d:cb117e76', > 'MINOR': '83', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28590951', > 'name': 'sdf3', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21N03-part3', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03-part3', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part3'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf3'} ; name: sdf3 ; >13:53:26,277 INFO storage: scanning sdf3 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf3)... >13:53:26,279 DEBUG storage: DeviceTree.getDeviceByName: name: sdf3 ; >13:53:26,281 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,282 INFO storage: sdf3 is a partition >13:53:26,283 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdf3 ; >13:53:26,285 DEBUG storage: DeviceTree.getDeviceByName: name: sdf ; >13:53:26,287 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sdf (21) with existing msdos disklabel >13:53:26,289 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sdf ; >13:53:26,292 DEBUG storage: PartitionDevice._setFormat: sdf3 ; >13:53:26,292 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,295 DEBUG storage: PartitionDevice._setFormat: sdf3 ; current: None ; type: None ; >13:53:26,295 DEBUG storage: looking up parted Partition: /dev/sdf3 >13:53:26,297 DEBUG storage: PartitionDevice.probe: sdf3 ; exists: True ; >13:53:26,300 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf3 ; flag: 1 ; >13:53:26,302 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf3 ; flag: 10 ; >13:53:26,304 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf3 ; flag: 12 ; >13:53:26,304 INFO storage: added partition sdf3 (id 24) to device tree >13:53:26,306 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdf3 ; >13:53:26,307 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdf3 ; label_type: None ; >13:53:26,310 DEBUG storage: MDRaidMember.__init__: >13:53:26,310 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:26,310 DEBUG storage: device sdf3 does not contain a disklabel >13:53:26,310 INFO storage: type detected on 'sdf3' is 'linux_raid_member' >13:53:26,312 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdf3 ; serial: 9QF21N03 ; mdUuid: 933206f1:519638e4:6bdb042d:cb117e76 ; biosraid: False ; >13:53:26,312 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:26,314 DEBUG storage: PartitionDevice._setFormat: sdf3 ; >13:53:26,316 DEBUG storage: PartitionDevice._setFormat: sdf3 ; current: None ; type: mdmember ; >13:53:26,318 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdf3 ; >13:53:26,320 DEBUG storage: existing RAID 1 size == 28615.6875 >13:53:26,321 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 28615MB mdarray md125 (18) >13:53:26,323 DEBUG storage: MDRaidArrayDevice._addDevice: md125 ; device: sdf3 ; status: True ; >13:53:26,325 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sdf3 ; >13:53:26,327 DEBUG storage: PartitionDevice.setup: sdf3 ; status: True ; controllable: True ; orig: False ; >13:53:26,367 WARN storage: failed to add member /dev/sdf3 to md array /dev/md125: mdadd failed for /dev/sdf3: >13:53:26,368 DEBUG storage: looking up parted Device: /dev/sdf3 >13:53:26,372 INFO storage: got device: PartitionDevice instance (0x7fe5d3ff05d0) -- > name = sdf3 status = True kids = 1 id = 24 > parents = ['existing 305245MB disk sdf (21) with existing msdos disklabel'] > uuid = None size = 28615.78125 > format = existing mdmember > major = 8 minor = 83 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdf3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 58605120 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3648, 255, 63) biosGeometry: (3648, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d3fd95f0> > target size = 0 path = /dev/sdf3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd1e90> fileSystem: <parted.filesystem.FileSystem object at 0x7fe5d3ff0590> > number: 3 path: /dev/sdf3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d3ff0510> PedPartition: <_ped.Partition object at 0x7fe5d3fd4290> > disk = existing 305245MB disk sdf (21) with existing msdos disklabel > start = 4514265 end = 63119384 length = 58605120 > flags = raid >13:53:26,372 INFO storage: got format: MDRaidMember instance (0x7fe5d3ff0b50) -- > type = mdmember name = software RAID status = False > device = /dev/sdf3 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 933206f1:519638e4:6bdb042d:cb117e76 biosraid = False >13:53:26,390 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST3320620AS_9QF21N03-part4 /dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03-part4 /dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part4', > 'DEVNAME': 'sdf4', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf4', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '1e0e76fa-69e4-437d-8c67-17114fd2c492', > 'ID_FS_UUID_ENC': '1e0e76fa-69e4-437d-8c67-17114fd2c492', > 'ID_FS_VERSION': '0.90.0', > 'ID_MODEL': 'ST3320620AS', > 'ID_MODEL_ENC': 'ST3320620AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:80', > 'ID_PART_ENTRY_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '63119385', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '562017960', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:1f.2-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-scsi-0_0_0_0', > 'ID_REVISION': '3.AAJ', > 'ID_SCSI_COMPAT': 'SATA_ST3320620AS_9QF21N03', > 'ID_SERIAL': 'ST3320620AS_9QF21N03', > 'ID_SERIAL_SHORT': '9QF21N03', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_EVENTS': '625', > 'MD_LEVEL': 'raid1', > 'MD_UPDATE_TIME': '1177072193', > 'MD_UUID': '1e0e76fa:69e4437d:8c671711:4fd2c492', > 'MINOR': '84', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '28560362', > 'name': 'sdf4', > 'symlinks': ['/dev/disk/by-id/ata-ST3320620AS_9QF21N03-part4', > '/dev/disk/by-id/scsi-SATA_ST3320620AS_9QF21N03-part4', > '/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0-part4'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf4'} ; name: sdf4 ; >13:53:26,391 INFO storage: scanning sdf4 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf4)... >13:53:26,393 DEBUG storage: DeviceTree.getDeviceByName: name: sdf4 ; >13:53:26,395 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,395 INFO storage: sdf4 is a partition >13:53:26,397 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sdf4 ; >13:53:26,399 DEBUG storage: DeviceTree.getDeviceByName: name: sdf ; >13:53:26,401 DEBUG storage: DeviceTree.getDeviceByName returned existing 305245MB disk sdf (21) with existing msdos disklabel >13:53:26,403 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sdf ; >13:53:26,405 DEBUG storage: PartitionDevice._setFormat: sdf4 ; >13:53:26,405 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,407 DEBUG storage: PartitionDevice._setFormat: sdf4 ; current: None ; type: None ; >13:53:26,408 DEBUG storage: looking up parted Partition: /dev/sdf4 >13:53:26,410 DEBUG storage: PartitionDevice.probe: sdf4 ; exists: True ; >13:53:26,412 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf4 ; flag: 1 ; >13:53:26,414 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf4 ; flag: 10 ; >13:53:26,416 DEBUG storage: PartitionDevice.getFlag: path: /dev/sdf4 ; flag: 12 ; >13:53:26,416 INFO storage: added partition sdf4 (id 25) to device tree >13:53:26,418 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdf4 ; >13:53:26,420 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdf4 ; label_type: None ; >13:53:26,422 DEBUG storage: MDRaidMember.__init__: >13:53:26,422 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:26,422 DEBUG storage: device sdf4 does not contain a disklabel >13:53:26,423 INFO storage: type detected on 'sdf4' is 'linux_raid_member' >13:53:26,425 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: None ; device: /dev/sdf4 ; serial: 9QF21N03 ; mdUuid: 1e0e76fa:69e4437d:8c671711:4fd2c492 ; biosraid: False ; >13:53:26,425 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >13:53:26,427 DEBUG storage: PartitionDevice._setFormat: sdf4 ; >13:53:26,429 DEBUG storage: PartitionDevice._setFormat: sdf4 ; current: None ; type: mdmember ; >13:53:26,431 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdf4 ; >13:53:26,434 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:26,434 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 274422MB mdarray md123 (20) >13:53:26,436 DEBUG storage: MDRaidArrayDevice._addDevice: md123 ; device: sdf4 ; status: True ; >13:53:26,438 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sdf4 ; >13:53:26,440 DEBUG storage: PartitionDevice.setup: sdf4 ; status: True ; controllable: True ; orig: False ; >13:53:26,480 WARN storage: failed to add member /dev/sdf4 to md array /dev/md123: mdadd failed for /dev/sdf4: >13:53:26,482 DEBUG storage: looking up parted Device: /dev/sdf4 >13:53:26,485 INFO storage: got device: PartitionDevice instance (0x7fe5d3ff0c90) -- > name = sdf4 status = True kids = 1 id = 25 > parents = ['existing 305245MB disk sdf (21) with existing msdos disklabel'] > uuid = None size = 274422.832031 > format = existing mdmember > major = 8 minor = 84 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdf4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 562017960 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34984, 255, 63) biosGeometry: (34984, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d3fd9680> > target size = 0 path = /dev/sdf4 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe5d3fd1e90> fileSystem: None > number: 4 path: /dev/sdf4 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe5d3ff03d0> PedPartition: <_ped.Partition object at 0x7fe5d3fd41d0> > disk = existing 305245MB disk sdf (21) with existing msdos disklabel > start = 63119385 end = 625137344 length = 562017960 > flags = raid >13:53:26,486 INFO storage: got format: MDRaidMember instance (0x7fe5d3ff0d90) -- > type = mdmember name = software RAID status = False > device = /dev/sdf4 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 1e0e76fa:69e4437d:8c671711:4fd2c492 biosraid = False >13:53:26,498 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '27561934', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >13:53:26,498 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >13:53:26,500 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >13:53:26,502 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,502 INFO storage: loop0 is a loop device >13:53:26,505 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >13:53:26,507 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >13:53:26,509 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,509 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,512 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >13:53:26,512 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 26) to device tree >13:53:26,514 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >13:53:26,514 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,516 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >13:53:26,517 INFO storage: added loop loop0 (id 27) to device tree >13:53:26,518 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >13:53:26,520 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >13:53:26,521 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >13:53:26,523 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >13:53:26,525 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >13:53:26,528 WARN storage: disklabel detected but not usable on loop0 >13:53:26,528 INFO storage: type detected on 'loop0' is 'squashfs' >13:53:26,529 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >13:53:26,531 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >13:53:26,531 INFO storage: got device: LoopDevice instance (0x7fe5d3ff0ed0) -- > name = loop0 status = False kids = 0 id = 27 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (26)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >13:53:26,536 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/9711359b-d103-46ba-93f8-4d6cc2a1dfab', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9711359b-d103-46ba-93f8-4d6cc2a1dfab', > 'ID_FS_UUID_ENC': '9711359b-d103-46ba-93f8-4d6cc2a1dfab', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '30567947', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9711359b-d103-46ba-93f8-4d6cc2a1dfab'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >13:53:26,537 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >13:53:26,539 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >13:53:26,541 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,541 INFO storage: loop1 is a loop device >13:53:26,543 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >13:53:26,544 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >13:53:26,546 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,547 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,549 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >13:53:26,549 INFO storage: added file /LiveOS/rootfs.img (id 28) to device tree >13:53:26,551 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >13:53:26,551 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,553 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >13:53:26,554 INFO storage: added loop loop1 (id 29) to device tree >13:53:26,555 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >13:53:26,557 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >13:53:26,559 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:26,560 DEBUG storage: getFormat('ext4') returning Ext4FS instance >13:53:26,560 DEBUG storage: device loop1 does not contain a disklabel >13:53:26,560 INFO storage: type detected on 'loop1' is 'ext4' >13:53:26,562 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:26,616 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:26,617 DEBUG storage: getFormat('ext4') returning Ext4FS instance >13:53:26,619 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >13:53:26,619 INFO storage: got device: LoopDevice instance (0x7fe5d3ff0fd0) -- > name = loop1 status = False kids = 0 id = 29 > parents = ['existing 0MB file /LiveOS/rootfs.img (28)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >13:53:26,622 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:26,622 INFO storage: got format: Ext4FS instance (0x7fe5d3ff5110) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 9711359b-d103-46ba-93f8-4d6cc2a1dfab exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >13:53:26,630 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '27567369', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >13:53:26,631 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >13:53:26,632 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >13:53:26,636 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,636 INFO storage: loop2 is a loop device >13:53:26,638 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >13:53:26,639 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >13:53:26,641 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,642 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,644 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >13:53:26,644 INFO storage: added file /overlay (deleted) (id 30) to device tree >13:53:26,646 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >13:53:26,646 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,649 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >13:53:26,649 INFO storage: added loop loop2 (id 31) to device tree >13:53:26,650 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >13:53:26,652 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >13:53:26,653 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >13:53:26,654 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >13:53:26,657 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >13:53:26,660 WARN storage: disklabel detected but not usable on loop2 >13:53:26,660 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >13:53:26,661 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >13:53:26,663 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >13:53:26,663 INFO storage: got device: LoopDevice instance (0x7fe5d3ff0f90) -- > name = loop2 status = False kids = 0 id = 31 > parents = ['existing 0MB file /overlay (deleted) (30)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >13:53:26,667 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '27548876', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >13:53:26,668 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >13:53:26,668 DEBUG storage: lvm filter: adding loop3 to the reject list >13:53:26,671 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '27563840', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >13:53:26,671 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >13:53:26,671 DEBUG storage: lvm filter: adding loop4 to the reject list >13:53:26,674 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '27556455', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >13:53:26,674 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >13:53:26,674 DEBUG storage: lvm filter: adding loop5 to the reject list >13:53:26,678 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '27552194', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >13:53:26,679 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >13:53:26,679 DEBUG storage: lvm filter: adding loop6 to the reject list >13:53:26,681 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '27560242', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >13:53:26,682 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >13:53:26,682 DEBUG storage: lvm filter: adding loop7 to the reject list >13:53:26,682 DEBUG storage: Skipping a device mapper drive (dm-0) for now >13:53:26,687 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/md-uuid-1e0e76fa:69e4437d:8c671711:4fd2c492 /dev/md/125_0', > 'DEVNAME': 'md123', > 'DEVPATH': '/devices/virtual/block/md123', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'cjj0z8-C3e2-L8lP-9sdY-HigY-U71B-TWlVRz', > 'ID_FS_UUID_ENC': 'cjj0z8-C3e2-L8lP-9sdY-HigY-U71B-TWlVRz', > 'ID_FS_VERSION': 'LVM2\\x20001', > 'LVM2_LV_ATTR': '-wi-----', > 'LVM2_LV_NAME': 'lvol0', > 'LVM2_LV_SIZE': '281006080.00', > 'LVM2_LV_UUID': 'JeSaA6-VWbA-RVSY-QXF0-AU0g-fd2B-A3INwV', > 'LVM2_PE_START': '192.00', > 'LVM2_PV_COUNT': '1', > 'LVM2_PV_NAME': '/dev/md123', > 'LVM2_PV_PE_ALLOC_COUNT': '68605', > 'LVM2_PV_PE_COUNT': '68605', > 'LVM2_PV_SIZE': '281006080.00', > 'LVM2_PV_UUID': 'cjj0z8-C3e2-L8lP-9sdY-HigY-U71B-TWlVRz', > 'LVM2_VG_EXTENT_COUNT': '68605', > 'LVM2_VG_EXTENT_SIZE': '4096.00', > 'LVM2_VG_FREE': '0', > 'LVM2_VG_FREE_COUNT': '0', > 'LVM2_VG_NAME': 'BootDisk', > 'LVM2_VG_SIZE': '281006080.00', > 'LVM2_VG_UUID': 'rC2Hqc-6yzm-pGbf-5Rk0-Gu0m-krXC-O7Ue9s', > 'MAJOR': '9', > 'MD_DEVICES': '2', > 'MD_DEVNAME': '125_0', > 'MD_LEVEL': 'raid1', > 'MD_METADATA': '0.90', > 'MD_UUID': '1e0e76fa:69e4437d:8c671711:4fd2c492', > 'MINOR': '123', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '30027406', > 'name': 'md123', > 'symlinks': ['/dev/disk/by-id/md-uuid-1e0e76fa:69e4437d:8c671711:4fd2c492', > '/dev/md/125_0'], > 'sysfs_path': '/devices/virtual/block/md123'} ; name: md123 ; >13:53:26,688 INFO storage: scanning md123 (/devices/virtual/block/md123)... >13:53:26,690 DEBUG storage: DeviceTree.getDeviceByName: name: md123 ; >13:53:26,692 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:26,692 DEBUG storage: DeviceTree.getDeviceByName returned existing 274422MB mdarray md123 (20) >13:53:26,694 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: md123 ; >13:53:26,696 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: md123 ; label_type: None ; >13:53:26,698 DEBUG storage: LVMPhysicalVolume.__init__: >13:53:26,698 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >13:53:26,698 DEBUG storage: device md123 does not contain a disklabel >13:53:26,699 INFO storage: type detected on 'md123' is 'LVM2_member' >13:53:26,701 DEBUG storage: LVMPhysicalVolume.__init__: vgName: BootDisk ; uuid: cjj0z8-C3e2-L8lP-9sdY-HigY-U71B-TWlVRz ; exists: True ; vgUuid: rC2Hqc-6yzm-pGbf-5Rk0-Gu0m-krXC-O7Ue9s ; label: None ; peStart: 0.1875 ; device: /dev/md123 ; serial: None ; >13:53:26,701 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >13:53:26,703 DEBUG storage: MDRaidArrayDevice._setFormat: md123 ; current: None ; type: lvmpv ; >13:53:26,705 DEBUG storage: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: md123 ; >13:53:26,707 DEBUG storage: DeviceTree.getDeviceByName: name: BootDisk ; >13:53:26,709 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:26,711 DEBUG storage: MDRaidArrayDevice.addChild: kids: 0 ; name: md123 ; >13:53:26,711 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:26,714 DEBUG storage: LVMVolumeGroupDevice._setFormat: BootDisk ; current: None ; type: None ; >13:53:26,714 INFO storage: added lvmvg BootDisk (id 32) to device tree >13:53:26,715 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:26,716 INFO storage: got device: MDRaidArrayDevice instance (0x7fe5d3fd1a50) -- > name = md123 status = True kids = 1 id = 20 > parents = ['existing 274422MB partition sde4 (19) with existing mdmember', > 'existing 274422MB partition sdf4 (25) with existing mdmember'] > uuid = 1e0e76fa:69e4437d:8c671711:4fd2c492 size = 274422.75 > format = existing lvmpv > major = 0 minor = 123 exists = True protected = False > sysfs path = /devices/virtual/block/md123 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md123 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 562017792 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (70252224, 2, 4) biosGeometry: (34983, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048e60> > target size = 0 path = /dev/md123 > format args = None originalFormat = None level = 1 spares = 0 > members = 2 > total devices = 2 metadata version = 0.90 >13:53:26,717 INFO storage: got format: LVMPhysicalVolume instance (0x7fe5d3ff5590) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/md123 uuid = cjj0z8-C3e2-L8lP-9sdY-HigY-U71B-TWlVRz exists = True > options = None supported = True formattable = True resizable = False > vgName = BootDisk vgUUID = rC2Hqc-6yzm-pGbf-5Rk0-Gu0m-krXC-O7Ue9s peStart = 0.1875 >13:53:26,722 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/md-uuid-52ed805d:86053ac8:33d50597:b77c6766 /dev/md/124_0', > 'DEVNAME': 'md124', > 'DEVPATH': '/devices/virtual/block/md124', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_VERSION': '2', > 'MAJOR': '9', > 'MD_DEVICES': '2', > 'MD_DEVNAME': '124_0', > 'MD_LEVEL': 'raid1', > 'MD_METADATA': '0.90', > 'MD_UUID': '52ed805d:86053ac8:33d50597:b77c6766', > 'MINOR': '124', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '30017210', > 'name': 'md124', > 'symlinks': ['/dev/disk/by-id/md-uuid-52ed805d:86053ac8:33d50597:b77c6766', > '/dev/md/124_0'], > 'sysfs_path': '/devices/virtual/block/md124'} ; name: md124 ; >13:53:26,722 INFO storage: scanning md124 (/devices/virtual/block/md124)... >13:53:26,724 DEBUG storage: DeviceTree.getDeviceByName: name: md124 ; >13:53:26,726 DEBUG storage: existing RAID 1 size == 1913.875 >13:53:26,726 DEBUG storage: DeviceTree.getDeviceByName returned existing 1913MB mdarray md124 (16) >13:53:26,728 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: md124 ; >13:53:26,730 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: md124 ; label_type: None ; >13:53:26,732 DEBUG storage: SwapSpace.__init__: >13:53:26,733 DEBUG storage: getFormat('swap') returning SwapSpace instance >13:53:26,733 DEBUG storage: device md124 does not contain a disklabel >13:53:26,733 INFO storage: type detected on 'md124' is 'swap' >13:53:26,736 DEBUG storage: SwapSpace.__init__: device: /dev/md124 ; serial: None ; uuid: None ; exists: True ; label: None ; >13:53:26,737 DEBUG storage: getFormat('swap') returning SwapSpace instance >13:53:26,738 DEBUG storage: MDRaidArrayDevice._setFormat: md124 ; current: None ; type: swap ; >13:53:26,740 DEBUG storage: existing RAID 1 size == 1913.875 >13:53:26,741 INFO storage: got device: MDRaidArrayDevice instance (0x7fe5d3fd1090) -- > name = md124 status = True kids = 0 id = 16 > parents = ['existing 1913MB partition sde2 (15) with existing mdmember', > 'existing 1913MB partition sdf2 (23) with existing mdmember'] > uuid = 52ed805d:86053ac8:33d50597:b77c6766 size = 1913.875 > format = existing swap > major = 0 minor = 124 exists = True protected = False > sysfs path = /devices/virtual/block/md124 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md124 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 3919616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (489952, 2, 4) biosGeometry: (243, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4081f80> > target size = 0 path = /dev/md124 > format args = None originalFormat = None level = 1 spares = 0 > members = 2 > total devices = 2 metadata version = 0.90 >13:53:26,741 INFO storage: got format: SwapSpace instance (0x7fe5d3ff5c10) -- > type = swap name = swap status = False > device = /dev/md124 uuid = None exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >13:53:26,747 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/md-uuid-933206f1:519638e4:6bdb042d:cb117e76 /dev/disk/by-label/rootfs /dev/disk/by-uuid/2bcd11a5-039e-4471-af1a-6473f94f0721 /dev/md/123_0', > 'DEVNAME': 'md125', > 'DEVPATH': '/devices/virtual/block/md125', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'rootfs', > 'ID_FS_LABEL_ENC': 'rootfs', > 'ID_FS_SEC_TYPE': 'ext2', > 'ID_FS_TYPE': 'ext3', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2bcd11a5-039e-4471-af1a-6473f94f0721', > 'ID_FS_UUID_ENC': '2bcd11a5-039e-4471-af1a-6473f94f0721', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '9', > 'MD_DEVICES': '2', > 'MD_DEVNAME': '123_0', > 'MD_LEVEL': 'raid1', > 'MD_METADATA': '0.90', > 'MD_UUID': '933206f1:519638e4:6bdb042d:cb117e76', > 'MINOR': '125', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '30021535', > 'name': 'md125', > 'symlinks': ['/dev/disk/by-id/md-uuid-933206f1:519638e4:6bdb042d:cb117e76', > '/dev/disk/by-label/rootfs', > '/dev/disk/by-uuid/2bcd11a5-039e-4471-af1a-6473f94f0721', > '/dev/md/123_0'], > 'sysfs_path': '/devices/virtual/block/md125'} ; name: md125 ; >13:53:26,747 INFO storage: scanning md125 (/devices/virtual/block/md125)... >13:53:26,749 DEBUG storage: DeviceTree.getDeviceByName: name: md125 ; >13:53:26,752 DEBUG storage: existing RAID 1 size == 28615.6875 >13:53:26,752 DEBUG storage: DeviceTree.getDeviceByName returned existing 28615MB mdarray md125 (18) >13:53:26,754 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: md125 ; >13:53:26,755 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: md125 ; label_type: None ; >13:53:26,758 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:26,758 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:53:26,758 DEBUG storage: device md125 does not contain a disklabel >13:53:26,758 INFO storage: type detected on 'md125' is 'ext3' >13:53:26,761 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:26,844 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:26,844 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:53:26,847 DEBUG storage: MDRaidArrayDevice._setFormat: md125 ; current: None ; type: ext3 ; >13:53:26,848 DEBUG storage: existing RAID 1 size == 28615.6875 >13:53:26,849 INFO storage: got device: MDRaidArrayDevice instance (0x7fe5d3fd78d0) -- > name = md125 status = True kids = 0 id = 18 > parents = ['existing 28615MB partition sde3 (17) with existing mdmember', > 'existing 28615MB partition sdf3 (24) with existing mdmember'] > uuid = 933206f1:519638e4:6bdb042d:cb117e76 size = 28615.6875 > format = existing ext3 filesystem > major = 0 minor = 125 exists = True protected = False > sysfs path = /devices/virtual/block/md125 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md125 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 58604928 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (7325616, 2, 4) biosGeometry: (3647, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048dd0> > target size = 0 path = /dev/md125 > format args = None originalFormat = None level = 1 spares = 0 > members = 2 > total devices = 2 metadata version = 0.90 >13:53:26,852 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:26,852 INFO storage: got format: Ext3FS instance (0x7fe5d3ff0710) -- > type = ext3 name = ext3 status = False > device = /dev/md125 uuid = 2bcd11a5-039e-4471-af1a-6473f94f0721 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = rootfs size = 28615.0 targetSize = 28615.0 > >13:53:26,865 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/md-uuid-ad879e48:249a15dc:93062023:005285ad /dev/disk/by-label/oldrootfs /dev/disk/by-uuid/f6629127-79e3-47db-b0aa-cecc04f83451 /dev/md/126_0', > 'DEVNAME': 'md126', > 'DEVPATH': '/devices/virtual/block/md126', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'oldrootfs', > 'ID_FS_LABEL_ENC': 'oldrootfs', > 'ID_FS_SEC_TYPE': 'ext2', > 'ID_FS_TYPE': 'ext3', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f6629127-79e3-47db-b0aa-cecc04f83451', > 'ID_FS_UUID_ENC': 'f6629127-79e3-47db-b0aa-cecc04f83451', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '9', > 'MD_DEVICES': '2', > 'MD_DEVNAME': '126_0', > 'MD_LEVEL': 'raid1', > 'MD_METADATA': '0.90', > 'MD_UUID': 'ad879e48:249a15dc:93062023:005285ad', > 'MINOR': '126', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '30011431', > 'name': 'md126', > 'symlinks': ['/dev/disk/by-id/md-uuid-ad879e48:249a15dc:93062023:005285ad', > '/dev/disk/by-label/oldrootfs', > '/dev/disk/by-uuid/f6629127-79e3-47db-b0aa-cecc04f83451', > '/dev/md/126_0'], > 'sysfs_path': '/devices/virtual/block/md126'} ; name: md126 ; >13:53:26,866 INFO storage: scanning md126 (/devices/virtual/block/md126)... >13:53:26,868 DEBUG storage: DeviceTree.getDeviceByName: name: md126 ; >13:53:26,870 DEBUG storage: existing RAID 1 size == 290.125 >13:53:26,870 DEBUG storage: DeviceTree.getDeviceByName returned existing 290MB mdarray md126 (14) >13:53:26,872 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: md126 ; >13:53:26,874 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: md126 ; label_type: None ; >13:53:26,876 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:26,877 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:53:26,877 DEBUG storage: device md126 does not contain a disklabel >13:53:26,877 INFO storage: type detected on 'md126' is 'ext3' >13:53:26,880 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:26,970 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:26,970 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:53:26,973 DEBUG storage: MDRaidArrayDevice._setFormat: md126 ; current: None ; type: ext3 ; >13:53:26,975 DEBUG storage: existing RAID 1 size == 290.125 >13:53:26,976 INFO storage: got device: MDRaidArrayDevice instance (0x7fe5d3fd1290) -- > name = md126 status = True kids = 0 id = 14 > parents = ['existing 290MB partition sde1 (13) with existing mdmember', > 'existing 290MB partition sdf1 (22) with existing mdmember'] > uuid = ad879e48:249a15dc:93062023:005285ad size = 290.125 > format = existing ext3 filesystem > major = 0 minor = 126 exists = True protected = False > sysfs path = /devices/virtual/block/md126 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md126 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 594176 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (74272, 2, 4) biosGeometry: (36, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4048b90> > target size = 0 path = /dev/md126 > format args = None originalFormat = None level = 1 spares = 0 > members = 2 > total devices = 2 metadata version = 0.90 >13:53:26,978 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:26,978 INFO storage: got format: Ext3FS instance (0x7fe5d3fd1890) -- > type = ext3 name = ext3 status = False > device = /dev/md126 uuid = f6629127-79e3-47db-b0aa-cecc04f83451 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = oldrootfs size = 290.0 targetSize = 290.0 > >13:53:26,993 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/md-uuid-08d82f85:0ce138f0:78d4db8d:6a6713b1 /dev/md/127_0', > 'DEVNAME': 'md127', > 'DEVPATH': '/devices/virtual/block/md127', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'AEsh0R-wt9H-dqCO-K7dI-KoBf-JqRT-KnHfKB', > 'ID_FS_UUID_ENC': 'AEsh0R-wt9H-dqCO-K7dI-KoBf-JqRT-KnHfKB', > 'ID_FS_VERSION': 'LVM2\\x20001', > 'LVM2_LV_ATTR': '-wi-----', > 'LVM2_LV_NAME': 'lvol0', > 'LVM2_LV_SIZE': '937705472.00', > 'LVM2_LV_UUID': 'KWmaTr-TOAR-tVyw-ifrl-0qZX-neaH-MD9Kcx', > 'LVM2_PE_START': '192.00', > 'LVM2_PV_COUNT': '1', > 'LVM2_PV_NAME': '/dev/md127', > 'LVM2_PV_PE_ALLOC_COUNT': '228932', > 'LVM2_PV_PE_COUNT': '228932', > 'LVM2_PV_SIZE': '937705472.00', > 'LVM2_PV_UUID': 'AEsh0R-wt9H-dqCO-K7dI-KoBf-JqRT-KnHfKB', > 'LVM2_VG_EXTENT_COUNT': '228932', > 'LVM2_VG_EXTENT_SIZE': '4096.00', > 'LVM2_VG_FREE': '0', > 'LVM2_VG_FREE_COUNT': '0', > 'LVM2_VG_NAME': 'DataDisk', > 'LVM2_VG_SIZE': '937705472.00', > 'LVM2_VG_UUID': 'wOffmx-TtGF-CM4S-1W21-vTPa-0Hij-A2SGqL', > 'MAJOR': '9', > 'MD_DEVICES': '4', > 'MD_DEVNAME': '127_0', > 'MD_LEVEL': 'raid5', > 'MD_METADATA': '0.90', > 'MD_UUID': '08d82f85:0ce138f0:78d4db8d:6a6713b1', > 'MINOR': '127', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '29993634', > 'name': 'md127', > 'symlinks': ['/dev/disk/by-id/md-uuid-08d82f85:0ce138f0:78d4db8d:6a6713b1', > '/dev/md/127_0'], > 'sysfs_path': '/devices/virtual/block/md127'} ; name: md127 ; >13:53:26,994 INFO storage: scanning md127 (/devices/virtual/block/md127)... >13:53:26,996 DEBUG storage: DeviceTree.getDeviceByName: name: md127 ; >13:53:26,998 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:26,998 DEBUG storage: DeviceTree.getDeviceByName returned existing 915728MB mdarray md127 (5) >13:53:27,000 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: md127 ; >13:53:27,002 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: md127 ; label_type: None ; >13:53:27,004 DEBUG storage: LVMPhysicalVolume.__init__: >13:53:27,005 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >13:53:27,005 DEBUG storage: device md127 does not contain a disklabel >13:53:27,005 INFO storage: type detected on 'md127' is 'LVM2_member' >13:53:27,007 DEBUG storage: LVMPhysicalVolume.__init__: vgName: DataDisk ; uuid: AEsh0R-wt9H-dqCO-K7dI-KoBf-JqRT-KnHfKB ; exists: True ; vgUuid: wOffmx-TtGF-CM4S-1W21-vTPa-0Hij-A2SGqL ; label: None ; peStart: 0.1875 ; device: /dev/md127 ; serial: None ; >13:53:27,007 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >13:53:27,009 DEBUG storage: MDRaidArrayDevice._setFormat: md127 ; current: None ; type: lvmpv ; >13:53:27,011 DEBUG storage: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: md127 ; >13:53:27,013 DEBUG storage: DeviceTree.getDeviceByName: name: DataDisk ; >13:53:27,015 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:27,018 DEBUG storage: MDRaidArrayDevice.addChild: kids: 0 ; name: md127 ; >13:53:27,018 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:27,020 DEBUG storage: LVMVolumeGroupDevice._setFormat: DataDisk ; current: None ; type: None ; >13:53:27,021 INFO storage: added lvmvg DataDisk (id 33) to device tree >13:53:27,023 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:27,024 INFO storage: got device: MDRaidArrayDevice instance (0x7fe5d40385d0) -- > name = md127 status = True kids = 1 id = 5 > parents = ['existing 305242MB partition sda1 (4) with existing mdmember', > 'existing 305242MB partition sdb1 (7) with existing mdmember', > 'existing 305242MB partition sdc1 (9) with existing mdmember', > 'existing 305242MB partition sdd1 (11) with existing mdmember'] > uuid = 08d82f85:0ce138f0:78d4db8d:6a6713b1 size = 915728.25 > format = existing lvmpv > major = 0 minor = 127 exists = True protected = False > sysfs path = /devices/virtual/block/md127 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md127 type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 1875411456 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (234426432, 2, 4) biosGeometry: (116738, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d4081c20> > target size = 0 path = /dev/md127 > format args = None originalFormat = None level = 5 spares = 0 > members = 4 > total devices = 4 metadata version = 0.90 >13:53:27,024 INFO storage: got format: LVMPhysicalVolume instance (0x7fe5d3fd1b90) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/md127 uuid = AEsh0R-wt9H-dqCO-K7dI-KoBf-JqRT-KnHfKB exists = True > options = None supported = True formattable = True resizable = False > vgName = DataDisk vgUUID = wOffmx-TtGF-CM4S-1W21-vTPa-0Hij-A2SGqL peStart = 0.1875 >13:53:27,103 INFO storage: devices to scan: ['dm-0'] >13:53:27,108 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/9711359b-d103-46ba-93f8-4d6cc2a1dfab /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SBIN_PATH': '/sbin', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9711359b-d103-46ba-93f8-4d6cc2a1dfab', > 'ID_FS_UUID_ENC': '9711359b-d103-46ba-93f8-4d6cc2a1dfab', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '14692884', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/9711359b-d103-46ba-93f8-4d6cc2a1dfab', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >13:53:27,108 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >13:53:27,110 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >13:53:27,112 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:27,112 INFO storage: live-rw is a device-mapper device >13:53:27,114 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >13:53:27,116 DEBUG storage: LVMVolumeGroupDevice.getDMNode: BootDisk ; status: True ; >13:53:27,117 DEBUG storage: failed to find dm node for BootDisk >13:53:27,119 DEBUG storage: LVMVolumeGroupDevice.getDMNode: DataDisk ; status: True ; >13:53:27,119 DEBUG storage: failed to find dm node for DataDisk >13:53:27,121 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >13:53:27,123 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (29) with existing ext4 filesystem >13:53:27,126 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >13:53:27,127 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (31) >13:53:27,130 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >13:53:27,132 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:27,134 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >13:53:27,134 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:27,136 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >13:53:27,137 INFO storage: added dm live-rw (id 34) to device tree >13:53:27,138 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >13:53:27,140 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >13:53:27,143 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:27,143 DEBUG storage: getFormat('ext4') returning Ext4FS instance >13:53:27,143 DEBUG storage: device live-rw does not contain a disklabel >13:53:27,143 INFO storage: type detected on 'live-rw' is 'ext4' >13:53:27,145 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:27,200 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:27,200 DEBUG storage: getFormat('ext4') returning Ext4FS instance >13:53:27,202 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >13:53:27,203 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >13:53:27,205 INFO storage: got device: DMDevice instance (0x7fe5d3fd1c10) -- > name = live-rw status = True kids = 0 id = 34 > parents = ['existing 0MB loop loop2 (31)'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d5e9f290> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >13:53:27,207 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:27,208 INFO storage: got format: Ext4FS instance (0x7fe5d3ffde50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 9711359b-d103-46ba-93f8-4d6cc2a1dfab exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >13:53:27,299 DEBUG storage: DeviceTree.getDeviceByName: name: BootDisk-lvol0 ; >13:53:27,302 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:27,304 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 0 ; name: BootDisk ; >13:53:27,304 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:27,307 DEBUG storage: LVMLogicalVolumeDevice._setFormat: BootDisk-lvol0 ; current: None ; type: None ; >13:53:27,307 DEBUG storage: Adding BootDisk-lvol0/274420MB to BootDisk >13:53:27,307 INFO storage: added lvmlv BootDisk-lvol0 (id 35) to device tree >13:53:27,309 DEBUG storage: LVMLogicalVolumeDevice.setup: BootDisk-lvol0 ; status: False ; controllable: True ; orig: False ; >13:53:27,312 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: BootDisk-lvol0 ; orig: False ; >13:53:27,314 DEBUG storage: LVMVolumeGroupDevice.setup: BootDisk ; status: True ; controllable: True ; orig: False ; >13:53:27,316 DEBUG storage: LVMLogicalVolumeDevice._setup: BootDisk-lvol0 ; status: False ; controllable: True ; orig: False ; >13:53:28,408 DEBUG storage: looking up parted Device: /dev/mapper/BootDisk-lvol0 >13:53:28,437 DEBUG storage: DeviceTree.getDeviceByName: name: DataDisk-lvol0 ; >13:53:28,439 DEBUG storage: DeviceTree.getDeviceByName returned None >13:53:28,441 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 0 ; name: DataDisk ; >13:53:28,441 DEBUG storage: getFormat('None') returning DeviceFormat instance >13:53:28,443 DEBUG storage: LVMLogicalVolumeDevice._setFormat: DataDisk-lvol0 ; current: None ; type: None ; >13:53:28,443 DEBUG storage: Adding DataDisk-lvol0/915728MB to DataDisk >13:53:28,444 INFO storage: added lvmlv DataDisk-lvol0 (id 36) to device tree >13:53:28,445 DEBUG storage: LVMLogicalVolumeDevice.setup: DataDisk-lvol0 ; status: False ; controllable: True ; orig: False ; >13:53:28,449 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: DataDisk-lvol0 ; orig: False ; >13:53:28,451 DEBUG storage: LVMVolumeGroupDevice.setup: DataDisk ; status: True ; controllable: True ; orig: False ; >13:53:28,453 DEBUG storage: LVMLogicalVolumeDevice._setup: DataDisk-lvol0 ; status: False ; controllable: True ; orig: False ; >13:53:29,434 DEBUG storage: looking up parted Device: /dev/mapper/DataDisk-lvol0 >13:53:29,515 INFO storage: devices to scan: ['dm-1', 'dm-2'] >13:53:29,520 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/BootDisk/lvol0 /dev/disk/by-id/dm-name-BootDisk-lvol0 /dev/disk/by-id/dm-uuid-LVM-rC2Hqc6yzmpGbf5Rk0Gu0mkrXCO7Ue9sJeSaA6VWbARVSYQXF0AU0gfd2BA3INwV /dev/disk/by-label/AmandaSpool /dev/disk/by-uuid/72e83ee6-c778-4932-ad5c-d85d6c6a43be /dev/mapper/BootDisk-lvol0', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'lvol0', > 'DM_NAME': 'BootDisk-lvol0', > 'DM_SBIN_PATH': '/sbin', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-rC2Hqc6yzmpGbf5Rk0Gu0mkrXCO7Ue9sJeSaA6VWbARVSYQXF0AU0gfd2BA3INwV', > 'DM_VG_NAME': 'BootDisk', > 'ID_FS_LABEL': 'AmandaSpool', > 'ID_FS_LABEL_ENC': 'AmandaSpool', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '72e83ee6-c778-4932-ad5c-d85d6c6a43be', > 'ID_FS_UUID_ENC': '72e83ee6-c778-4932-ad5c-d85d6c6a43be', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '694149181', > 'name': 'dm-1', > 'symlinks': ['/dev/BootDisk/lvol0', > '/dev/disk/by-id/dm-name-BootDisk-lvol0', > '/dev/disk/by-id/dm-uuid-LVM-rC2Hqc6yzmpGbf5Rk0Gu0mkrXCO7Ue9sJeSaA6VWbARVSYQXF0AU0gfd2BA3INwV', > '/dev/disk/by-label/AmandaSpool', > '/dev/disk/by-uuid/72e83ee6-c778-4932-ad5c-d85d6c6a43be', > '/dev/mapper/BootDisk-lvol0'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: BootDisk-lvol0 ; >13:53:29,521 INFO storage: scanning BootDisk-lvol0 (/devices/virtual/block/dm-1)... >13:53:29,523 DEBUG storage: DeviceTree.getDeviceByName: name: BootDisk-lvol0 ; >13:53:29,525 DEBUG storage: DeviceTree.getDeviceByName returned existing 274420MB lvmlv BootDisk-lvol0 (35) >13:53:29,527 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: BootDisk-lvol0 ; >13:53:29,529 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: BootDisk-lvol0 ; label_type: None ; >13:53:29,531 DEBUG storage: XFS.supported: supported: True ; >13:53:29,531 DEBUG storage: getFormat('xfs') returning XFS instance >13:53:29,532 DEBUG storage: device BootDisk-lvol0 does not contain a disklabel >13:53:29,532 INFO storage: type detected on 'BootDisk-lvol0' is 'xfs' >13:53:29,534 DEBUG storage: XFS.supported: supported: True ; >13:53:29,536 DEBUG storage: XFS.supported: supported: True ; >13:53:29,536 DEBUG storage: getFormat('xfs') returning XFS instance >13:53:29,538 DEBUG storage: LVMLogicalVolumeDevice._setFormat: BootDisk-lvol0 ; current: None ; type: xfs ; >13:53:29,539 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,543 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,544 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,544 DEBUG storage: looking up parted Device: /dev/mapper/BootDisk >13:53:29,545 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,546 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,546 DEBUG storage: BootDisk size is 274420MB >13:53:29,547 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,547 DEBUG storage: vg BootDisk has 0MB free >13:53:29,548 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,548 DEBUG storage: BootDisk size is 274420MB >13:53:29,549 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,549 DEBUG storage: vg BootDisk has 0MB free >13:53:29,550 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:29,551 INFO storage: got device: LVMLogicalVolumeDevice instance (0x7fe5d3ff5090) -- > name = BootDisk-lvol0 status = True kids = 0 id = 35 > parents = ['existing 274420MB lvmvg BootDisk (32)'] > uuid = JeSaA6-VWbA-RVSY-QXF0-AU0g-fd2B-A3INwV size = 274420.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/BootDisk-lvol0 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 562012160 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34983, 255, 63) biosGeometry: (34983, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d3fd98c0> > target size = 274420.0 path = /dev/mapper/BootDisk-lvol0 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7fe5d3ff55d0) -- > name = BootDisk status = True kids = 1 id = 32 > parents = ['existing 274422MB mdarray md123 (20) with existing lvmpv'] > uuid = rC2Hqc-6yzm-pGbf-5Rk0-Gu0m-krXC-O7Ue9s size = 274420 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/BootDisk > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 68605 > PE Free = 0 PV Count = 1 > LV Names = ['lvol0'] modified = False > extents = 68605.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 274422MB mdarray md123 (20) with existing lvmpv'] > LVs = ['existing 274420MB lvmlv BootDisk-lvol0 (35) with existing xfs filesystem'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 274420MB >13:53:29,553 DEBUG storage: XFS.supported: supported: True ; >13:53:29,554 INFO storage: got format: XFS instance (0x7fe5d3fa2090) -- > type = xfs name = xfs status = False > device = /dev/mapper/BootDisk-lvol0 uuid = 72e83ee6-c778-4932-ad5c-d85d6c6a43be exists = True > options = defaults supported = False formattable = True resizable = False > mountpoint = None mountopts = None > label = AmandaSpool size = 0 targetSize = 0 > >13:53:29,693 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/DataDisk/lvol0 /dev/disk/by-id/dm-name-DataDisk-lvol0 /dev/disk/by-id/dm-uuid-LVM-wOffmxTtGFCM4S1W21vTPa0HijA2SGqLKWmaTrTOARtVywifrl0qZXneaHMD9Kcx /dev/disk/by-uuid/f9d4af09-1a8f-4c23-beba-98380fcbef28 /dev/mapper/DataDisk-lvol0', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'lvol0', > 'DM_NAME': 'DataDisk-lvol0', > 'DM_SBIN_PATH': '/sbin', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-wOffmxTtGFCM4S1W21vTPa0HijA2SGqLKWmaTrTOARtVywifrl0qZXneaHMD9Kcx', > 'DM_VG_NAME': 'DataDisk', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f9d4af09-1a8f-4c23-beba-98380fcbef28', > 'ID_FS_UUID_ENC': 'f9d4af09-1a8f-4c23-beba-98380fcbef28', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDEV_LOG': '3', > 'USEC_INITIALIZED': '695305693', > 'name': 'dm-2', > 'symlinks': ['/dev/DataDisk/lvol0', > '/dev/disk/by-id/dm-name-DataDisk-lvol0', > '/dev/disk/by-id/dm-uuid-LVM-wOffmxTtGFCM4S1W21vTPa0HijA2SGqLKWmaTrTOARtVywifrl0qZXneaHMD9Kcx', > '/dev/disk/by-uuid/f9d4af09-1a8f-4c23-beba-98380fcbef28', > '/dev/mapper/DataDisk-lvol0'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: DataDisk-lvol0 ; >13:53:29,694 INFO storage: scanning DataDisk-lvol0 (/devices/virtual/block/dm-2)... >13:53:29,696 DEBUG storage: DeviceTree.getDeviceByName: name: DataDisk-lvol0 ; >13:53:29,698 DEBUG storage: DeviceTree.getDeviceByName returned existing 915728MB lvmlv DataDisk-lvol0 (36) >13:53:29,700 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: DataDisk-lvol0 ; >13:53:29,702 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: DataDisk-lvol0 ; label_type: None ; >13:53:29,704 DEBUG storage: XFS.supported: supported: True ; >13:53:29,704 DEBUG storage: getFormat('xfs') returning XFS instance >13:53:29,704 DEBUG storage: device DataDisk-lvol0 does not contain a disklabel >13:53:29,705 INFO storage: type detected on 'DataDisk-lvol0' is 'xfs' >13:53:29,707 DEBUG storage: XFS.supported: supported: True ; >13:53:29,709 DEBUG storage: XFS.supported: supported: True ; >13:53:29,709 DEBUG storage: getFormat('xfs') returning XFS instance >13:53:29,711 DEBUG storage: LVMLogicalVolumeDevice._setFormat: DataDisk-lvol0 ; current: None ; type: xfs ; >13:53:29,712 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,715 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,716 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,716 DEBUG storage: looking up parted Device: /dev/mapper/DataDisk >13:53:29,717 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,718 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,719 DEBUG storage: DataDisk size is 915728MB >13:53:29,720 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,720 DEBUG storage: vg DataDisk has 0MB free >13:53:29,721 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,721 DEBUG storage: DataDisk size is 915728MB >13:53:29,722 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,723 DEBUG storage: vg DataDisk has 0MB free >13:53:29,723 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:29,724 INFO storage: got device: LVMLogicalVolumeDevice instance (0x7fe5d3ff5d10) -- > name = DataDisk-lvol0 status = True kids = 0 id = 36 > parents = ['existing 915728MB lvmvg DataDisk (33)'] > uuid = KWmaTr-TOAR-tVyw-ifrl-0qZX-neaH-MD9Kcx size = 915728.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/DataDisk-lvol0 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 1875410944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (116738, 255, 63) biosGeometry: (116738, 255, 63) > PedDevice: <_ped.Device object at 0x7fe5d3fd9830> > target size = 915728.0 path = /dev/mapper/DataDisk-lvol0 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7fe5d3fd7890) -- > name = DataDisk status = True kids = 1 id = 33 > parents = ['existing 915728MB mdarray md127 (5) with existing lvmpv'] > uuid = wOffmx-TtGF-CM4S-1W21-vTPa-0Hij-A2SGqL size = 915728 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/DataDisk > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 228932 > PE Free = 0 PV Count = 1 > LV Names = ['lvol0'] modified = False > extents = 228932.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 915728MB mdarray md127 (5) with existing lvmpv'] > LVs = ['existing 915728MB lvmlv DataDisk-lvol0 (36) with existing xfs filesystem'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 915728MB >13:53:29,727 DEBUG storage: XFS.supported: supported: True ; >13:53:29,727 INFO storage: got format: XFS instance (0x7fe5d3fa2250) -- > type = xfs name = xfs status = False > device = /dev/mapper/DataDisk-lvol0 uuid = f9d4af09-1a8f-4c23-beba-98380fcbef28 exists = True > options = defaults supported = False formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >13:53:29,818 DEBUG storage: DeviceTree.getDeviceByName: name: BootDisk-lvol0 ; >13:53:29,820 DEBUG storage: DeviceTree.getDeviceByName returned existing 274420MB lvmlv BootDisk-lvol0 (35) with existing xfs filesystem >13:53:29,822 DEBUG storage: DeviceTree.getDeviceByName: name: DataDisk-lvol0 ; >13:53:29,825 DEBUG storage: DeviceTree.getDeviceByName returned existing 915728MB lvmlv DataDisk-lvol0 (36) with existing xfs filesystem >13:53:29,827 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >13:53:29,861 DEBUG storage: PartitionDevice.teardown: sdg1 ; status: True ; controllable: True ; >13:53:29,895 DEBUG storage: DiskDevice.teardown: sdg ; status: True ; controllable: True ; >13:53:29,897 DEBUG storage: DiskLabel.teardown: device: /dev/sdg ; status: False ; type: disklabel ; >13:53:29,901 DEBUG storage: DiskLabel.teardown: device: /dev/sdg ; status: False ; type: disklabel ; >13:53:29,933 DEBUG storage: MDRaidArrayDevice.teardown: md126 ; status: True ; controllable: True ; >13:53:29,982 DEBUG storage: PartitionDevice.teardown: sde1 ; status: True ; controllable: True ; >13:53:29,985 DEBUG storage: MDRaidMember.teardown: device: /dev/sde1 ; status: False ; type: mdmember ; >13:53:29,988 DEBUG storage: MDRaidMember.teardown: device: /dev/sde1 ; status: False ; type: mdmember ; >13:53:30,023 DEBUG storage: DiskDevice.teardown: sde ; status: True ; controllable: True ; >13:53:30,026 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:30,030 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:30,063 DEBUG storage: PartitionDevice.teardown: sdf1 ; status: True ; controllable: True ; >13:53:30,066 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf1 ; status: False ; type: mdmember ; >13:53:30,069 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf1 ; status: False ; type: mdmember ; >13:53:30,103 DEBUG storage: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >13:53:30,105 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:30,109 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:30,143 DEBUG storage: MDRaidArrayDevice.teardown: md124 ; status: True ; controllable: True ; >13:53:30,145 DEBUG storage: SwapSpace.teardown: device: /dev/md124 ; status: False ; type: swap ; >13:53:30,148 DEBUG storage: SwapSpace.teardown: device: /dev/md124 ; status: False ; type: swap ; >13:53:30,429 DEBUG storage: PartitionDevice.teardown: sde2 ; status: True ; controllable: True ; >13:53:30,431 DEBUG storage: MDRaidMember.teardown: device: /dev/sde2 ; status: False ; type: mdmember ; >13:53:30,434 DEBUG storage: MDRaidMember.teardown: device: /dev/sde2 ; status: False ; type: mdmember ; >13:53:30,469 DEBUG storage: DiskDevice.teardown: sde ; status: True ; controllable: True ; >13:53:30,472 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:30,476 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:30,509 DEBUG storage: PartitionDevice.teardown: sdf2 ; status: True ; controllable: True ; >13:53:30,511 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf2 ; status: False ; type: mdmember ; >13:53:30,515 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf2 ; status: False ; type: mdmember ; >13:53:30,548 DEBUG storage: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >13:53:30,551 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:30,555 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:30,588 DEBUG storage: MDRaidArrayDevice.teardown: md125 ; status: True ; controllable: True ; >13:53:30,635 DEBUG storage: PartitionDevice.teardown: sde3 ; status: True ; controllable: True ; >13:53:30,638 DEBUG storage: MDRaidMember.teardown: device: /dev/sde3 ; status: False ; type: mdmember ; >13:53:30,641 DEBUG storage: MDRaidMember.teardown: device: /dev/sde3 ; status: False ; type: mdmember ; >13:53:30,675 DEBUG storage: DiskDevice.teardown: sde ; status: True ; controllable: True ; >13:53:30,677 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:30,681 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:30,715 DEBUG storage: PartitionDevice.teardown: sdf3 ; status: True ; controllable: True ; >13:53:30,718 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf3 ; status: False ; type: mdmember ; >13:53:30,722 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf3 ; status: False ; type: mdmember ; >13:53:30,755 DEBUG storage: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >13:53:30,758 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:30,762 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:30,801 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >13:53:30,803 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >13:53:30,805 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >13:53:30,807 DEBUG storage: LVMLogicalVolumeDevice.teardown: BootDisk-lvol0 ; status: True ; controllable: True ; >13:53:30,842 DEBUG storage: LVMLogicalVolumeDevice._teardown: BootDisk-lvol0 ; status: True ; controllable: True ; >13:53:31,245 DEBUG storage: LVMVolumeGroupDevice.teardown: BootDisk ; status: True ; controllable: True ; >13:53:31,247 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/BootDisk ; status: False ; type: None ; >13:53:31,250 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/BootDisk ; status: False ; type: None ; >13:53:31,712 DEBUG storage: LVMVolumeGroupDevice._teardown: BootDisk ; status: True ; controllable: True ; >13:53:32,055 DEBUG storage: MDRaidArrayDevice.teardown: md123 ; status: True ; controllable: True ; >13:53:32,058 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/md123 ; status: False ; type: lvmpv ; >13:53:32,061 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/md123 ; status: False ; type: lvmpv ; >13:53:32,103 DEBUG storage: PartitionDevice.teardown: sde4 ; status: True ; controllable: True ; >13:53:32,106 DEBUG storage: MDRaidMember.teardown: device: /dev/sde4 ; status: False ; type: mdmember ; >13:53:32,109 DEBUG storage: MDRaidMember.teardown: device: /dev/sde4 ; status: False ; type: mdmember ; >13:53:32,139 DEBUG storage: DiskDevice.teardown: sde ; status: True ; controllable: True ; >13:53:32,142 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:32,146 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:32,175 DEBUG storage: PartitionDevice.teardown: sdf4 ; status: True ; controllable: True ; >13:53:32,178 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf4 ; status: False ; type: mdmember ; >13:53:32,181 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf4 ; status: False ; type: mdmember ; >13:53:32,213 DEBUG storage: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >13:53:32,216 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:32,220 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:32,255 DEBUG storage: LVMLogicalVolumeDevice.teardown: DataDisk-lvol0 ; status: True ; controllable: True ; >13:53:32,289 DEBUG storage: LVMLogicalVolumeDevice._teardown: DataDisk-lvol0 ; status: True ; controllable: True ; >13:53:32,610 DEBUG storage: LVMVolumeGroupDevice.teardown: DataDisk ; status: True ; controllable: True ; >13:53:32,613 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/DataDisk ; status: False ; type: None ; >13:53:32,617 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/DataDisk ; status: False ; type: None ; >13:53:33,103 DEBUG storage: LVMVolumeGroupDevice._teardown: DataDisk ; status: True ; controllable: True ; >13:53:33,463 DEBUG storage: MDRaidArrayDevice.teardown: md127 ; status: True ; controllable: True ; >13:53:33,466 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/md127 ; status: False ; type: lvmpv ; >13:53:33,469 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/md127 ; status: False ; type: lvmpv ; >13:53:33,521 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >13:53:33,524 DEBUG storage: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >13:53:33,528 DEBUG storage: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >13:53:33,563 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >13:53:33,566 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:53:33,570 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:53:33,604 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >13:53:33,607 DEBUG storage: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >13:53:33,611 DEBUG storage: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >13:53:33,645 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >13:53:33,649 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >13:53:33,653 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >13:53:33,687 DEBUG storage: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >13:53:33,690 DEBUG storage: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >13:53:33,694 DEBUG storage: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >13:53:33,728 DEBUG storage: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >13:53:33,731 DEBUG storage: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >13:53:33,735 DEBUG storage: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >13:53:33,770 DEBUG storage: PartitionDevice.teardown: sdd1 ; status: True ; controllable: True ; >13:53:33,773 DEBUG storage: MDRaidMember.teardown: device: /dev/sdd1 ; status: False ; type: mdmember ; >13:53:33,778 DEBUG storage: MDRaidMember.teardown: device: /dev/sdd1 ; status: False ; type: mdmember ; >13:53:33,818 DEBUG storage: DiskDevice.teardown: sdd ; status: True ; controllable: True ; >13:53:33,821 DEBUG storage: DiskLabel.teardown: device: /dev/sdd ; status: False ; type: disklabel ; >13:53:33,826 DEBUG storage: DiskLabel.teardown: device: /dev/sdd ; status: False ; type: disklabel ; >13:53:33,863 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >13:53:33,863 INFO storage: not going to restore from backup of non-existent /etc/multipath.conf >13:53:33,870 INFO storage: edd: MBR signature on sda is zero. new disk image? >13:53:33,870 INFO storage: edd: MBR signature on sdb is zero. new disk image? >13:53:33,871 INFO storage: edd: MBR signature on sdc is zero. new disk image? >13:53:33,871 INFO storage: edd: MBR signature on sdd is zero. new disk image? >13:53:33,873 ERR storage: edd: dupicite MBR signature 0x000c0274 for sde and sdf >13:53:33,875 DEBUG storage: edd: data extracted from 0x80: > type: None, ata_device: None > channel: None, mbr_signature: 0x000a4bcd > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 500735 >13:53:33,875 ERR storage: edd: unable to match edd entry 0x80 >13:53:33,875 DEBUG storage: edd: data extracted from 0x81: > type: SATA, ata_device: None > channel: 255, mbr_signature: 0x00000000 > pci_dev: 00:1f.2, scsi_id: None > scsi_lun: None, sectors: 625142448 >13:53:33,876 ERR storage: edd: unable to match edd entry 0x81 >13:53:33,876 DEBUG storage: edd: data extracted from 0x82: > type: SATA, ata_device: None > channel: 255, mbr_signature: 0x00000000 > pci_dev: 00:1f.2, scsi_id: None > scsi_lun: None, sectors: 625142448 >13:53:33,876 ERR storage: edd: unable to match edd entry 0x82 >13:53:33,876 DEBUG storage: edd: data extracted from 0x83: > type: SATA, ata_device: None > channel: 255, mbr_signature: 0x00000000 > pci_dev: 00:1f.2, scsi_id: None > scsi_lun: None, sectors: 625142448 >13:53:33,876 ERR storage: edd: unable to match edd entry 0x83 >13:53:33,877 DEBUG storage: edd: data extracted from 0x84: > type: SATA, ata_device: None > channel: 255, mbr_signature: 0x00000000 > pci_dev: 00:1f.2, scsi_id: None > scsi_lun: None, sectors: 625142448 >13:53:33,877 ERR storage: edd: unable to match edd entry 0x84 >13:53:33,877 DEBUG storage: edd: data extracted from 0x85: > type: SATA, ata_device: None > channel: 255, mbr_signature: 0x000c0274 > pci_dev: 00:1f.2, scsi_id: None > scsi_lun: None, sectors: 625142448 >13:53:33,877 ERR storage: edd: unable to match edd entry 0x85 >13:53:33,877 DEBUG storage: edd: data extracted from 0x86: > type: None, ata_device: None > channel: None, mbr_signature: 0x000c0274 > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: None >13:53:33,878 ERR storage: edd: unable to match edd entry 0x86 >13:53:33,878 DEBUG storage: new bootloader stage1 device: None >13:53:33,904 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:33,905 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:33,906 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:33,906 DEBUG storage: BootDisk size is 274420MB >13:53:33,907 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:33,907 DEBUG storage: vg BootDisk has 0MB free >13:53:33,907 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:33,908 DEBUG storage: BootDisk size is 274420MB >13:53:33,908 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:33,909 DEBUG storage: vg BootDisk has 0MB free >13:53:33,911 DEBUG storage: XFS.supported: supported: True ; >13:53:33,923 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:33,924 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:33,924 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:33,925 DEBUG storage: DataDisk size is 915728MB >13:53:33,926 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:33,926 DEBUG storage: vg DataDisk has 0MB free >13:53:33,927 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:33,927 DEBUG storage: DataDisk size is 915728MB >13:53:33,928 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:33,928 DEBUG storage: vg DataDisk has 0MB free >13:53:33,930 DEBUG storage: XFS.supported: supported: True ; >13:53:33,939 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:33,942 DEBUG storage: Ext4FS.supported: supported: True ; >13:53:33,943 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:33,944 DEBUG storage: existing RAID 1 size == 1913.875 >13:53:33,944 DEBUG storage: existing RAID 1 size == 28615.6875 >13:53:33,946 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:33,948 DEBUG storage: existing RAID 1 size == 290.125 >13:53:33,950 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:33,951 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:33,967 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:33,970 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:53:33,981 DEBUG storage: Iso9660FS.supported: supported: True ; >13:53:33,989 DEBUG storage: PartitionDevice.setup: sdg1 ; status: True ; controllable: True ; orig: False ; >13:53:33,991 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >13:53:34,066 DEBUG storage: PartitionDevice.teardown: sdg1 ; status: True ; controllable: True ; >13:53:34,181 DEBUG storage: DiskDevice.teardown: sdg ; status: True ; controllable: True ; >13:53:34,184 DEBUG storage: DiskLabel.teardown: device: /dev/sdg ; status: False ; type: disklabel ; >13:53:34,186 DEBUG storage: DiskLabel.teardown: device: /dev/sdg ; status: False ; type: disklabel ; >13:53:34,219 DEBUG storage: MDRaidArrayDevice.setup: md126 ; status: False ; controllable: True ; orig: False ; >13:53:34,221 DEBUG storage: MDRaidArrayDevice.setupParents: kids: 0 ; name: md126 ; orig: False ; >13:53:34,223 DEBUG storage: PartitionDevice.setup: sde1 ; status: True ; controllable: True ; orig: False ; >13:53:34,225 DEBUG storage: MDRaidMember.setup: device: /dev/sde1 ; status: False ; type: mdmember ; >13:53:34,226 DEBUG storage: PartitionDevice.setup: sdf1 ; status: True ; controllable: True ; orig: False ; >13:53:34,228 DEBUG storage: MDRaidMember.setup: device: /dev/sdf1 ; status: False ; type: mdmember ; >13:53:34,230 DEBUG storage: MDRaidArrayDevice._setup: md126 ; status: False ; controllable: True ; orig: False ; >13:53:34,233 DEBUG storage: PartitionDevice.setup: sde1 ; status: True ; controllable: True ; orig: False ; >13:53:34,234 DEBUG storage: PartitionDevice.setup: sdf1 ; status: True ; controllable: True ; orig: False ; >13:53:34,416 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >13:53:34,429 DEBUG storage: MDRaidArrayDevice.teardown: md126 ; status: True ; controllable: True ; >13:53:34,497 DEBUG storage: PartitionDevice.teardown: sde1 ; status: True ; controllable: True ; >13:53:34,499 DEBUG storage: MDRaidMember.teardown: device: /dev/sde1 ; status: False ; type: mdmember ; >13:53:34,502 DEBUG storage: MDRaidMember.teardown: device: /dev/sde1 ; status: False ; type: mdmember ; >13:53:34,536 DEBUG storage: DiskDevice.teardown: sde ; status: True ; controllable: True ; >13:53:34,538 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:34,542 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:34,574 DEBUG storage: PartitionDevice.teardown: sdf1 ; status: True ; controllable: True ; >13:53:34,577 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf1 ; status: False ; type: mdmember ; >13:53:34,580 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf1 ; status: False ; type: mdmember ; >13:53:34,615 DEBUG storage: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >13:53:34,617 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:34,621 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:34,654 DEBUG storage: MDRaidArrayDevice.setup: md125 ; status: False ; controllable: True ; orig: False ; >13:53:34,656 DEBUG storage: MDRaidArrayDevice.setupParents: kids: 0 ; name: md125 ; orig: False ; >13:53:34,657 DEBUG storage: PartitionDevice.setup: sde3 ; status: True ; controllable: True ; orig: False ; >13:53:34,659 DEBUG storage: MDRaidMember.setup: device: /dev/sde3 ; status: False ; type: mdmember ; >13:53:34,661 DEBUG storage: PartitionDevice.setup: sdf3 ; status: True ; controllable: True ; orig: False ; >13:53:34,663 DEBUG storage: MDRaidMember.setup: device: /dev/sdf3 ; status: False ; type: mdmember ; >13:53:34,664 DEBUG storage: MDRaidArrayDevice._setup: md125 ; status: False ; controllable: True ; orig: False ; >13:53:34,666 DEBUG storage: PartitionDevice.setup: sde3 ; status: True ; controllable: True ; orig: False ; >13:53:34,668 DEBUG storage: PartitionDevice.setup: sdf3 ; status: True ; controllable: True ; orig: False ; >13:53:34,854 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >13:53:35,230 DEBUG storage: MDRaidArrayDevice.teardown: md125 ; status: True ; controllable: True ; >13:53:35,290 DEBUG storage: PartitionDevice.teardown: sde3 ; status: True ; controllable: True ; >13:53:35,292 DEBUG storage: MDRaidMember.teardown: device: /dev/sde3 ; status: False ; type: mdmember ; >13:53:35,296 DEBUG storage: MDRaidMember.teardown: device: /dev/sde3 ; status: False ; type: mdmember ; >13:53:35,334 DEBUG storage: DiskDevice.teardown: sde ; status: True ; controllable: True ; >13:53:35,336 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:35,339 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:35,372 DEBUG storage: PartitionDevice.teardown: sdf3 ; status: True ; controllable: True ; >13:53:35,374 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf3 ; status: False ; type: mdmember ; >13:53:35,377 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf3 ; status: False ; type: mdmember ; >13:53:35,410 DEBUG storage: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >13:53:35,413 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:35,416 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:35,451 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >13:53:35,452 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >13:53:35,461 WARN storage: mount of loop1 as ext4 failed: mount failed: (32, 'mount: /dev/loop1 is already mounted or /mnt/sysimage busy') >13:53:35,464 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >13:53:35,471 DEBUG storage: LVMLogicalVolumeDevice.setup: BootDisk-lvol0 ; status: False ; controllable: True ; orig: False ; >13:53:35,473 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: BootDisk-lvol0 ; orig: False ; >13:53:35,475 DEBUG storage: LVMVolumeGroupDevice.setup: BootDisk ; status: False ; controllable: True ; orig: False ; >13:53:35,478 DEBUG storage: LVMVolumeGroupDevice.setupParents: kids: 1 ; name: BootDisk ; orig: False ; >13:53:35,480 DEBUG storage: MDRaidArrayDevice.setup: md123 ; status: False ; controllable: True ; orig: False ; >13:53:35,482 DEBUG storage: MDRaidArrayDevice.setupParents: kids: 1 ; name: md123 ; orig: False ; >13:53:35,485 DEBUG storage: PartitionDevice.setup: sde4 ; status: True ; controllable: True ; orig: False ; >13:53:35,487 DEBUG storage: MDRaidMember.setup: device: /dev/sde4 ; status: False ; type: mdmember ; >13:53:35,490 DEBUG storage: PartitionDevice.setup: sdf4 ; status: True ; controllable: True ; orig: False ; >13:53:35,492 DEBUG storage: MDRaidMember.setup: device: /dev/sdf4 ; status: False ; type: mdmember ; >13:53:35,495 DEBUG storage: MDRaidArrayDevice._setup: md123 ; status: False ; controllable: True ; orig: False ; >13:53:35,497 DEBUG storage: PartitionDevice.setup: sde4 ; status: True ; controllable: True ; orig: False ; >13:53:35,499 DEBUG storage: PartitionDevice.setup: sdf4 ; status: True ; controllable: True ; orig: False ; >13:53:36,164 DEBUG storage: LVMPhysicalVolume.setup: device: /dev/md123 ; status: False ; type: lvmpv ; >13:53:36,193 DEBUG storage: looking up parted Device: /dev/mapper/BootDisk >13:53:36,196 DEBUG storage: LVMLogicalVolumeDevice._setup: BootDisk-lvol0 ; status: False ; controllable: True ; orig: False ; >13:53:37,200 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >13:53:37,742 DEBUG storage: LVMLogicalVolumeDevice.teardown: BootDisk-lvol0 ; status: True ; controllable: True ; >13:53:37,880 DEBUG storage: LVMLogicalVolumeDevice._teardown: BootDisk-lvol0 ; status: True ; controllable: True ; >13:53:38,365 DEBUG storage: LVMVolumeGroupDevice.teardown: BootDisk ; status: True ; controllable: True ; >13:53:38,367 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/BootDisk ; status: False ; type: None ; >13:53:38,369 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/BootDisk ; status: False ; type: None ; >13:53:38,892 DEBUG storage: LVMVolumeGroupDevice._teardown: BootDisk ; status: True ; controllable: True ; >13:53:39,268 DEBUG storage: MDRaidArrayDevice.teardown: md123 ; status: True ; controllable: True ; >13:53:39,271 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/md123 ; status: False ; type: lvmpv ; >13:53:39,274 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/md123 ; status: False ; type: lvmpv ; >13:53:39,318 DEBUG storage: PartitionDevice.teardown: sde4 ; status: True ; controllable: True ; >13:53:39,320 DEBUG storage: MDRaidMember.teardown: device: /dev/sde4 ; status: False ; type: mdmember ; >13:53:39,323 DEBUG storage: MDRaidMember.teardown: device: /dev/sde4 ; status: False ; type: mdmember ; >13:53:39,354 DEBUG storage: DiskDevice.teardown: sde ; status: True ; controllable: True ; >13:53:39,356 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:39,360 DEBUG storage: DiskLabel.teardown: device: /dev/sde ; status: False ; type: disklabel ; >13:53:39,389 DEBUG storage: PartitionDevice.teardown: sdf4 ; status: True ; controllable: True ; >13:53:39,392 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf4 ; status: False ; type: mdmember ; >13:53:39,396 DEBUG storage: MDRaidMember.teardown: device: /dev/sdf4 ; status: False ; type: mdmember ; >13:53:39,432 DEBUG storage: DiskDevice.teardown: sdf ; status: True ; controllable: True ; >13:53:39,434 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:39,438 DEBUG storage: DiskLabel.teardown: device: /dev/sdf ; status: False ; type: disklabel ; >13:53:39,478 DEBUG storage: LVMLogicalVolumeDevice.setup: DataDisk-lvol0 ; status: False ; controllable: True ; orig: False ; >13:53:39,480 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: DataDisk-lvol0 ; orig: False ; >13:53:39,482 DEBUG storage: LVMVolumeGroupDevice.setup: DataDisk ; status: False ; controllable: True ; orig: False ; >13:53:39,484 DEBUG storage: LVMVolumeGroupDevice.setupParents: kids: 1 ; name: DataDisk ; orig: False ; >13:53:39,486 DEBUG storage: MDRaidArrayDevice.setup: md127 ; status: False ; controllable: True ; orig: False ; >13:53:39,489 DEBUG storage: MDRaidArrayDevice.setupParents: kids: 1 ; name: md127 ; orig: False ; >13:53:39,491 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >13:53:39,494 DEBUG storage: MDRaidMember.setup: device: /dev/sda1 ; status: False ; type: mdmember ; >13:53:39,496 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >13:53:39,499 DEBUG storage: MDRaidMember.setup: device: /dev/sdb1 ; status: False ; type: mdmember ; >13:53:39,501 DEBUG storage: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >13:53:39,504 DEBUG storage: MDRaidMember.setup: device: /dev/sdc1 ; status: False ; type: mdmember ; >13:53:39,506 DEBUG storage: PartitionDevice.setup: sdd1 ; status: True ; controllable: True ; orig: False ; >13:53:39,509 DEBUG storage: MDRaidMember.setup: device: /dev/sdd1 ; status: False ; type: mdmember ; >13:53:39,511 DEBUG storage: MDRaidArrayDevice._setup: md127 ; status: False ; controllable: True ; orig: False ; >13:53:39,513 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >13:53:39,516 DEBUG storage: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >13:53:39,518 DEBUG storage: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >13:53:39,520 DEBUG storage: PartitionDevice.setup: sdd1 ; status: True ; controllable: True ; orig: False ; >13:53:40,051 DEBUG storage: LVMPhysicalVolume.setup: device: /dev/md127 ; status: False ; type: lvmpv ; >13:53:40,078 DEBUG storage: looking up parted Device: /dev/mapper/DataDisk >13:53:40,080 DEBUG storage: LVMLogicalVolumeDevice._setup: DataDisk-lvol0 ; status: False ; controllable: True ; orig: False ; >13:53:40,922 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >13:53:41,684 DEBUG storage: LVMLogicalVolumeDevice.teardown: DataDisk-lvol0 ; status: True ; controllable: True ; >13:53:41,748 DEBUG storage: LVMLogicalVolumeDevice._teardown: DataDisk-lvol0 ; status: True ; controllable: True ; >13:53:42,200 DEBUG storage: LVMVolumeGroupDevice.teardown: DataDisk ; status: True ; controllable: True ; >13:53:42,202 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/DataDisk ; status: False ; type: None ; >13:53:42,204 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/DataDisk ; status: False ; type: None ; >13:53:42,715 DEBUG storage: LVMVolumeGroupDevice._teardown: DataDisk ; status: True ; controllable: True ; >13:53:43,093 DEBUG storage: MDRaidArrayDevice.teardown: md127 ; status: True ; controllable: True ; >13:53:43,096 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/md127 ; status: False ; type: lvmpv ; >13:53:43,099 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/md127 ; status: False ; type: lvmpv ; >13:53:43,143 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >13:53:43,145 DEBUG storage: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >13:53:43,149 DEBUG storage: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >13:53:43,179 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >13:53:43,182 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:53:43,185 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >13:53:43,215 DEBUG storage: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >13:53:43,217 DEBUG storage: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >13:53:43,221 DEBUG storage: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >13:53:43,251 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >13:53:43,255 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >13:53:43,259 DEBUG storage: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >13:53:43,292 DEBUG storage: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >13:53:43,295 DEBUG storage: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >13:53:43,299 DEBUG storage: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >13:53:43,333 DEBUG storage: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >13:53:43,336 DEBUG storage: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >13:53:43,340 DEBUG storage: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >13:53:43,379 DEBUG storage: PartitionDevice.teardown: sdd1 ; status: True ; controllable: True ; >13:53:43,382 DEBUG storage: MDRaidMember.teardown: device: /dev/sdd1 ; status: False ; type: mdmember ; >13:53:43,386 DEBUG storage: MDRaidMember.teardown: device: /dev/sdd1 ; status: False ; type: mdmember ; >13:53:43,420 DEBUG storage: DiskDevice.teardown: sdd ; status: True ; controllable: True ; >13:53:43,423 DEBUG storage: DiskLabel.teardown: device: /dev/sdd ; status: False ; type: disklabel ; >13:53:43,427 DEBUG storage: DiskLabel.teardown: device: /dev/sdd ; status: False ; type: disklabel ; >13:53:56,061 DEBUG storage: MDRaidArrayDevice.setup: md125 ; status: False ; controllable: True ; orig: False ; >13:53:56,064 DEBUG storage: MDRaidArrayDevice.setupParents: kids: 0 ; name: md125 ; orig: False ; >13:53:56,065 DEBUG storage: PartitionDevice.setup: sde3 ; status: True ; controllable: True ; orig: False ; >13:53:56,067 DEBUG storage: MDRaidMember.setup: device: /dev/sde3 ; status: False ; type: mdmember ; >13:53:56,069 DEBUG storage: PartitionDevice.setup: sdf3 ; status: True ; controllable: True ; orig: False ; >13:53:56,071 DEBUG storage: MDRaidMember.setup: device: /dev/sdf3 ; status: False ; type: mdmember ; >13:53:56,072 DEBUG storage: MDRaidArrayDevice._setup: md125 ; status: False ; controllable: True ; orig: False ; >13:53:56,074 DEBUG storage: PartitionDevice.setup: sde3 ; status: True ; controllable: True ; orig: False ; >13:53:56,076 DEBUG storage: PartitionDevice.setup: sdf3 ; status: True ; controllable: True ; orig: False ; >13:53:56,383 INFO storage: set SELinux context for mountpoint / to system_u:object_r:root_t:s0 >13:53:56,463 INFO storage: set SELinux context for newly mounted filesystem root at / to system_u:object_r:root_t:s0 >13:53:56,495 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >13:53:56,495 INFO storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >13:53:56,496 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >13:53:56,509 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >13:53:56,509 DEBUG storage: crypttab maps: [] >13:53:56,509 DEBUG storage: parsing /mnt/sysimage/etc/fstab >13:53:56,522 DEBUG storage: resolved 'UUID=2bcd11a5-039e-4471-af1a-6473f94f0721' to 'md125' (mdarray) >13:53:56,524 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:56,586 DEBUG storage: Ext3FS.supported: supported: True ; >13:53:56,587 DEBUG storage: getFormat('ext3') returning Ext3FS instance >13:53:56,589 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/BootDisk-lvol0 ; >13:53:56,592 DEBUG storage: DeviceTree.getDeviceByPath returned existing 274420MB lvmlv BootDisk-lvol0 (35) with existing xfs filesystem >13:53:56,593 DEBUG storage: resolved '/dev/mapper/BootDisk-lvol0' to 'BootDisk-lvol0' (lvmlv) >13:53:56,595 DEBUG storage: XFS.supported: supported: True ; >13:53:56,897 DEBUG storage: XFS.supported: supported: True ; >13:53:56,912 DEBUG storage: getFormat('xfs') returning XFS instance >13:53:56,915 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/DataDisk-lvol0 ; >13:53:56,917 DEBUG storage: DeviceTree.getDeviceByPath returned existing 915728MB lvmlv DataDisk-lvol0 (36) with existing xfs filesystem >13:53:56,917 DEBUG storage: resolved '/dev/mapper/DataDisk-lvol0' to 'DataDisk-lvol0' (lvmlv) >13:53:56,919 DEBUG storage: XFS.supported: supported: True ; >13:53:56,932 DEBUG storage: XFS.supported: supported: True ; >13:53:56,932 DEBUG storage: getFormat('xfs') returning XFS instance >13:53:56,933 DEBUG storage: resolved 'UUID=0edd6f46-e60a-43f0-a63b-1af46aca934f' to 'sdg1' (partition) >13:53:56,935 DEBUG storage: Ext2FS.supported: supported: True ; >13:53:57,049 DEBUG storage: Ext2FS.supported: supported: True ; >13:53:57,050 DEBUG storage: getFormat('ext2') returning Ext2FS instance >13:53:57,050 INFO storage: fstab says ext3 at /boot is ext2 >13:53:57,052 INFO storage: set SELinux context for mountpoint /tmp/sdg1.ext28cOJZl to None >13:53:57,194 INFO storage: set SELinux context for newly mounted filesystem root at /tmp/sdg1.ext28cOJZl to None >13:53:57,752 DEBUG storage: PartitionDevice._setFormat: sdg1 ; >13:53:57,754 DEBUG storage: PartitionDevice._setFormat: sdg1 ; current: ext3 ; type: ext2 ; >13:53:57,756 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/md126 ; >13:53:57,759 DEBUG storage: existing RAID 1 size == 290.125 >13:53:57,760 DEBUG storage: DeviceTree.getDeviceByPath returned existing 290MB mdarray md126 (14) with existing ext3 filesystem >13:53:57,760 DEBUG storage: resolved '/dev/md126' to 'md126' (mdarray) >13:53:57,762 DEBUG storage: SwapSpace.__init__: device: /dev/md126 ; exists: True ; >13:53:57,762 DEBUG storage: getFormat('swap') returning SwapSpace instance >13:53:57,762 INFO storage: fstab says ext3 at swap is swap >13:53:57,802 DEBUG storage: existing RAID 1 size == 290.125 >13:53:57,806 DEBUG storage: existing RAID 1 size == 28615.6875 >13:53:57,812 DEBUG storage: existing RAID 1 size == 28615.6875 >13:53:57,852 DEBUG storage: existing RAID 5 size == 915728.25 >13:53:57,854 DEBUG storage: existing RAID 1 size == 290.125 >13:53:57,854 DEBUG storage: existing RAID 1 size == 1913.875 >13:53:57,855 DEBUG storage: existing RAID 1 size == 28615.6875 >13:53:57,856 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:57,871 DEBUG storage: existing RAID 1 size == 274422.75 >13:53:57,871 DEBUG storage: existing RAID 5 size == 915728.25 > > >/tmp/ifcfg.log: > > >/mnt/sysimage/root/upgrade.log: >14:38:53 Upgrading filesystem-3-2.fc17.x86_64 >warning: filesystem-3-2.fc17.x86_64: Header V3 RSA/SHA256 Signature, key ID 1aca3465: NOKEY >14:39:27 Upgrading libgcc-4.7.0-4.fc17.x86_64 >14:39:29 Upgrading setup-2.8.48-1.fc17.noarch >warning: /etc/group created as /etc/group.rpmnew >warning: /etc/gshadow created as /etc/gshadow.rpmnew >warning: /etc/services created as /etc/services.rpmnew >warning: /etc/shadow created as /etc/shadow.rpmnew >14:39:34 Upgrading filesystem-3-2.fc17.x86_64 >14:39:46 Upgrading ca-certificates-2012.81-1.fc17.noarch >14:39:49 Upgrading xkeyboard-config-2.5.1-1.fc17.noarch >14:39:55 Upgrading kernel-headers-3.3.4-4.fc17.x86_64 >14:40:03 Upgrading mailcap-2.1.39-1.fc17.noarch >14:40:04 Upgrading compat-db-headers-4.7.25-20.fc17.noarch >14:40:05 Upgrading basesystem-10.0-6.fc17.noarch >14:40:05 Upgrading bind-license-9.9.0-4.fc17.noarch >14:40:06 Upgrading ncurses-base-5.9-4.20120204.fc17.x86_64 >14:40:09 Upgrading libX11-common-1.4.99.901-2.fc17.noarch >14:40:12 Upgrading tzdata-2012c-1.fc17.noarch >14:40:20 Upgrading nss-softokn-freebl-3.13.4-2.fc17.x86_64 >14:40:22 Upgrading glibc-common-2.15-35.fc17.x86_64 >14:41:16 Upgrading glibc-2.15-35.fc17.x86_64 >Couldn't find an alternative telinit implementation to spawn. >warning: %post(glibc-2.15-35.fc17.x86_64) scriptlet failed, exit status 1 >14:41:39 Upgrading ncurses-libs-5.9-4.20120204.fc17.x86_64 >14:41:41 Upgrading bash-4.2.24-2.fc17.x86_64 >14:41:48 Upgrading libsepol-2.1.5-3.fc17.x86_64 >Couldn't find an alternative telinit implementation to spawn. >14:41:50 Upgrading libselinux-2.1.10-3.fc17.x86_64 >14:41:52 Upgrading libattr-2.4.46-5.fc17.x86_64 >14:41:52 Upgrading libcap-2.22-2.fc17.x86_64 >14:41:53 Upgrading zlib-1.2.5-6.fc17.x86_64 >14:41:56 Upgrading libstdc++-4.7.0-4.fc17.x86_64 >14:41:59 Upgrading info-4.13a-16.fc17.x86_64 >14:42:01 Upgrading libxml2-2.7.8-7.fc17.x86_64 >14:42:07 Upgrading libcom_err-1.42-4.fc17.x86_64 >14:42:09 Upgrading dbus-libs-1.4.10-4.fc17.x86_64 >14:42:11 Upgrading bzip2-libs-1.0.6-4.fc17.x86_64 >14:42:12 Upgrading popt-1.13-10.fc17.x86_64 >14:42:13 Upgrading chkconfig-1.3.59-1.fc17.x86_64 >14:42:16 Upgrading freetype-2.4.8-3.fc17.x86_64 >14:42:19 Upgrading nspr-4.9-2.fc17.x86_64 >14:42:20 Upgrading readline-6.2-4.fc17.x86_64 >14:42:22 Upgrading expat-2.1.0-1.fc17.x86_64 >14:42:23 Upgrading nss-util-3.13.4-2.fc17.x86_64 >14:42:23 Upgrading audit-libs-2.2.1-1.fc17.x86_64 >14:42:24 Upgrading sed-4.2.1-8.fc17.x86_64 >14:42:27 Upgrading libacl-2.2.51-5.fc17.x86_64 >14:42:28 Upgrading libuuid-2.21.1-1.fc17.x86_64 >14:42:29 Upgrading sqlite-3.7.11-2.fc17.x86_64 >14:42:31 Upgrading gawk-4.0.0-4.fc17.x86_64 >14:42:37 Upgrading libgpg-error-1.10-2.fc17.x86_64 >14:42:38 Upgrading libgcrypt-1.5.0-3.fc17.x86_64 >14:42:40 Upgrading xz-libs-5.1.1-2alpha.fc17.x86_64 >14:42:41 Upgrading gmp-5.0.2-6.fc17.x86_64 >14:42:44 Upgrading db4-4.8.30-10.fc17.x86_64 >14:42:49 Upgrading libjpeg-turbo-1.2.0-1.fc17.x86_64 >14:42:51 Upgrading elfutils-libelf-0.153-2.fc17.x86_64 >14:42:52 Upgrading tcp_wrappers-libs-7.6-69.fc17.x86_64 >14:42:53 Upgrading libICE-1.0.8-1.fc17.x86_64 >14:42:54 Upgrading libSM-1.2.1-1.fc17.x86_64 >14:42:55 Upgrading libpng-1.5.10-1.fc17.x86_64 >14:42:57 Upgrading avahi-libs-0.6.30-7.fc17.x86_64 >14:42:58 Upgrading libidn-1.24-1.fc17.x86_64 >14:43:00 Upgrading pcre-8.21-5.fc17.x86_64 >14:43:02 Upgrading grep-2.12-1.fc17.x86_64 >14:43:05 Upgrading libdb-5.2.36-5.fc17.x86_64 >14:43:09 Upgrading cyrus-sasl-lib-2.1.23-29.fc17.x86_64 >14:43:11 Upgrading libtiff-3.9.5-3.fc17.x86_64 >14:43:13 Upgrading findutils-4.5.10-4.fc17.x86_64 >14:43:17 Upgrading libusb1-1.0.9-0.6.rc1.fc17.x86_64 >14:43:18 Upgrading keyutils-libs-1.5.5-2.fc17.x86_64 >14:43:19 Upgrading krb5-libs-1.10-6.fc17.x86_64 >14:43:25 Upgrading libusb-0.1.3-10.fc17.x86_64 >14:43:25 Upgrading file-libs-5.10-5.fc17.x86_64 >14:43:28 Upgrading libogg-1.2.2-4.fc17.x86_64 >14:43:29 Upgrading libtdb-1.2.9-14.fc17.x86_64 >14:43:30 Upgrading lua-5.1.4-10.fc17.x86_64 >14:43:32 Upgrading e2fsprogs-libs-1.42-4.fc17.x86_64 >14:43:33 Upgrading m4-1.4.16-3.fc17.x86_64 >14:43:37 Upgrading gdbm-1.10-2.fc17.x86_64 >14:43:38 Upgrading libart_lgpl-2.3.21-3.fc17.x86_64 >14:43:40 Upgrading libtalloc-2.0.7-4.fc17.x86_64 >14:43:40 Upgrading libffi-3.0.10-2.fc17.x86_64 >14:43:41 Upgrading gamin-0.1.10-12.fc17.x86_64 >14:43:44 Upgrading pkgconfig-0.25-4.fc17.x86_64 >14:43:45 Upgrading glib2-2.32.1-1.fc17.x86_64 >14:43:58 Upgrading shared-mime-info-1.0-1.fc17.x86_64 >14:44:02 Upgrading atk-2.4.0-1.fc17.x86_64 >14:44:05 Upgrading dbus-glib-0.92-3.fc17.x86_64 >14:44:06 Upgrading libgnome-keyring-3.4.1-2.fc17.x86_64 >14:44:08 Upgrading zlib-devel-1.2.5-6.fc17.x86_64 >14:44:09 Upgrading libwbclient-3.6.5-86.fc17.1.x86_64 >14:44:10 Upgrading mpfr-3.1.0-2.fc17.x86_64 >14:44:12 Upgrading apr-1.4.6-1.fc17.x86_64 >14:44:14 Upgrading apr-util-1.4.1-2.fc17.x86_64 >14:44:16 Upgrading xml-common-0.6.3-36.fc17.noarch >warning: /etc/xml/catalog created as /etc/xml/catalog.rpmnew >14:44:16 Upgrading cpio-2.11-6.fc17.x86_64 >14:44:18 Upgrading diffutils-3.2-6.fc17.x86_64 >14:44:20 Upgrading which-2.20-3.fc17.x86_64 >14:44:21 Upgrading libgomp-4.7.0-4.fc17.x86_64 >14:44:22 Upgrading psmisc-22.16-1.fc17.x86_64 >14:44:23 Upgrading libnl-1.1-15.fc17.x86_64 >14:44:24 Upgrading pcsc-lite-libs-1.8.3-1.fc17.x86_64 >14:44:25 Upgrading libpcap-1.2.1-2.fc17.x86_64 >14:44:26 Upgrading libmpc-0.9-2.fc17.2.x86_64 >14:44:27 Upgrading libcom_err-devel-1.42-4.fc17.x86_64 >14:44:27 Upgrading file-5.10-5.fc17.x86_64 >14:44:28 Upgrading elfutils-libs-0.153-2.fc17.x86_64 >14:44:31 Upgrading xz-5.1.1-2alpha.fc17.x86_64 >14:44:32 Upgrading libxslt-1.1.26-9.fc17.x86_64 >14:44:36 Upgrading bzip2-1.0.6-4.fc17.x86_64 >14:44:37 Upgrading xmlrpc-c-1.29.3-1702.svn2290.fc17.x86_64 >14:44:39 Upgrading make-3.82-9.fc17.x86_64 >14:44:42 Upgrading libquadmath-4.7.0-4.fc17.x86_64 >14:44:45 Upgrading libicu-4.8.1.1-2.fc17.x86_64 >14:45:09 Upgrading boost-system-1.48.0-11.fc17.x86_64 >14:45:11 Upgrading pciutils-libs-3.1.9-1.fc17.x86_64 >14:45:12 Upgrading libcap-ng-0.6.6-2.fc17.x86_64 >14:45:13 Upgrading lcms-libs-1.19-5.fc17.x86_64 >14:45:14 Upgrading lm_sensors-libs-3.3.2-2.fc17.x86_64 >14:45:15 Upgrading p11-kit-0.12-1.fc17.x86_64 >14:45:16 Upgrading libtool-ltdl-2.4.2-3.fc17.x86_64 >14:45:17 Upgrading pixman-0.24.4-2.fc17.x86_64 >14:45:19 Upgrading libraw1394-2.0.7-2.fc17.x86_64 >14:45:20 Upgrading boost-filesystem-1.48.0-11.fc17.x86_64 >14:45:22 Upgrading boost-regex-1.48.0-11.fc17.x86_64 >14:45:24 Upgrading libudisks2-1.94.0-2.fc17.x86_64 >14:45:26 Upgrading gobject-introspection-1.32.1-1.fc17.x86_64 >14:45:28 Upgrading desktop-file-utils-0.19-6.fc17.x86_64 >14:45:28 Upgrading libcroco-0.6.5-1.fc17.x86_64 >14:45:30 Upgrading ncurses-devel-5.9-4.20120204.fc17.x86_64 >14:45:36 Upgrading libvorbis-1.3.3-1.fc17.x86_64 >14:45:39 Upgrading libgssglue-0.3-1.fc17.x86_64 >14:45:40 Upgrading libtirpc-0.2.2-2.1.fc17.x86_64 >14:45:42 Upgrading kmod-libs-7-1.fc17.x86_64 >14:45:43 Upgrading kmod-7-1.fc17.x86_64 >14:45:44 Upgrading hwdata-0.234-2.fc17.noarch >14:45:51 Upgrading libassuan-2.0.1-2.fc17.x86_64 >14:45:52 Upgrading tar-1.26-5.fc17.x86_64 >14:45:59 Upgrading groff-base-1.21-8.fc17.x86_64 >14:46:05 Upgrading libbluray-0.2.2-1.fc17.x86_64 >14:46:06 Upgrading libplist-1.8-4.fc17.x86_64 >14:46:08 Upgrading mtools-4.0.17-2.fc17.x86_64 >14:46:10 Upgrading boost-thread-1.48.0-11.fc17.x86_64 >14:46:11 Upgrading boost-date-time-1.48.0-11.fc17.x86_64 >14:46:12 Upgrading libsigc++20-2.2.10-2.fc17.x86_64 >14:46:14 Upgrading procps-3.2.8-26.20110302git.fc17.x86_64 >14:46:16 Upgrading libedit-3.0-6.20110802cvs.fc17.x86_64 >14:46:17 Upgrading libexif-0.6.20-2.fc17.x86_64 >14:46:20 Upgrading bluez-libs-4.99-1.fc17.x86_64 >14:46:21 Upgrading hesiod-3.1.0-21.fc17.x86_64 >14:46:22 Upgrading libXau-1.0.6-3.fc17.x86_64 >14:46:23 Upgrading libxcb-1.8.1-1.fc17.x86_64 >14:46:24 Upgrading libX11-1.4.99.901-2.fc17.x86_64 >14:46:29 Upgrading libXext-1.3.1-1.fc17.x86_64 >14:46:29 Upgrading libXrender-0.9.7-1.fc17.x86_64 >14:46:30 Upgrading libXt-1.1.2-2.fc17.x86_64 >14:46:32 Upgrading libXfixes-5.0-2.fc17.x86_64 >14:46:33 Upgrading libXmu-1.1.0-3.fc17.x86_64 >14:46:34 Upgrading libXi-1.6.1-1.fc17.x86_64 >14:46:35 Upgrading libXpm-3.5.10-1.fc17.x86_64 >14:46:37 Upgrading libXdamage-1.1.3-3.fc17.x86_64 >14:46:38 Upgrading pth-2.0.7-15.fc17.x86_64 >14:46:40 Upgrading libtasn1-2.12-1.fc17.x86_64 >14:46:43 Upgrading gnutls-2.12.17-1.fc17.x86_64 >14:46:47 Upgrading cups-libs-1.5.2-12.fc17.x86_64 >14:46:49 Upgrading libdaemon-0.14-3.fc17.x86_64 >14:46:50 Upgrading gpm-libs-1.20.6-22.fc17.x86_64 >14:46:51 Upgrading slang-2.2.4-3.fc17.x86_64 >14:46:55 Upgrading newt-0.52.14-2.fc17.x86_64 >14:46:57 Upgrading libXcursor-1.1.13-1.fc17.x86_64 >14:46:58 Upgrading libXrandr-1.3.1-3.fc17.x86_64 >14:46:59 Upgrading libXinerama-1.1.2-1.fc17.x86_64 >14:47:00 Upgrading libXcomposite-0.4.3-3.fc17.x86_64 >14:47:01 Upgrading libxkbfile-1.0.8-1.fc17.x86_64 >14:47:03 Upgrading glibmm24-2.32.0-1.fc17.x86_64 >14:47:07 Upgrading boost-wave-1.48.0-11.fc17.x86_64 >14:47:09 Upgrading libpciaccess-0.13.1-1.fc17.x86_64 >14:47:10 Upgrading pciutils-3.1.9-1.fc17.x86_64 >14:47:12 Upgrading boost-graph-1.48.0-11.fc17.x86_64 >14:47:13 Upgrading libiec61883-1.2.0-7.fc17.x86_64 >14:47:14 Upgrading boost-locale-1.48.0-11.fc17.x86_64 >14:47:17 Upgrading gstreamer-tools-0.10.36-1.fc17.x86_64 >14:47:17 Upgrading gsettings-desktop-schemas-3.4.1-1.fc17.x86_64 >14:47:19 Upgrading libIDL-0.8.14-4.fc17.x86_64 >14:47:21 Upgrading ORBit2-2.14.19-3.fc17.x86_64 >14:47:23 Upgrading libbonobo-2.32.1-2.fc17.x86_64 >14:47:27 Upgrading keyutils-libs-devel-1.5.5-2.fc17.x86_64 >14:47:28 Upgrading jasper-libs-1.900.1-19.fc17.x86_64 >14:47:30 Upgrading gdk-pixbuf2-2.26.1-1.fc17.x86_64 >14:47:36 Upgrading nss-softokn-3.13.4-2.fc17.x86_64 >14:47:38 Upgrading vim-minimal-7.3.444-1.fc17.x86_64 >14:47:40 Upgrading nss-myhostname-0.3-2.fc17.x86_64 >14:47:42 Upgrading expat-devel-2.1.0-1.fc17.x86_64 >14:47:43 Upgrading unzip-6.0-5.fc17.x86_64 >14:47:45 Upgrading boost-iostreams-1.48.0-11.fc17.x86_64 >14:47:46 Upgrading libss-1.42-4.fc17.x86_64 >14:47:46 Upgrading libunistring-0.9.3-3.fc17.x86_64 >14:47:49 Upgrading boost-signals-1.48.0-11.fc17.x86_64 >14:47:50 Upgrading boost-program-options-1.48.0-11.fc17.x86_64 >14:47:52 Upgrading ilmbase-1.0.2-4.fc17.x86_64 >14:47:53 Upgrading boost-random-1.48.0-11.fc17.x86_64 >14:47:54 Upgrading hunspell-1.3.2-4.fc17.x86_64 >14:47:56 Upgrading boost-chrono-1.48.0-11.fc17.x86_64 >14:47:57 Upgrading boost-serialization-1.48.0-11.fc17.x86_64 >14:47:59 Upgrading boost-test-1.48.0-11.fc17.x86_64 >14:48:01 Upgrading libsmbios-2.2.28-6.fc17.x86_64 >14:48:03 Upgrading boost-timer-1.48.0-11.fc17.x86_64 >14:48:04 Upgrading libfontenc-1.1.0-2.fc17.x86_64 >14:48:04 Upgrading libXfont-1.4.5-1.fc17.x86_64 >14:48:06 Upgrading xorg-x11-font-utils-7.5-7.fc17.x86_64 >14:48:08 Upgrading libselinux-utils-2.1.10-3.fc17.x86_64 >14:48:10 Upgrading patch-2.6.1-12.fc17.x86_64 >14:48:11 Upgrading checkpolicy-2.1.9-4.fc17.x86_64 >14:48:13 Upgrading dialog-1.1-15.20110707.fc17.x86_64 >14:48:17 Upgrading dosfstools-3.0.12-2.fc17.x86_64 >14:48:18 Upgrading numactl-libs-2.0.7-5.fc17.x86_64 >14:48:19 Upgrading audiofile-0.2.7-3.fc17.x86_64 >14:48:20 Upgrading hostname-3.10-1.fc17.x86_64 >14:48:21 Upgrading plymouth-core-libs-0.8.4-0.20120319.2.fc17.x86_64 >14:48:22 Upgrading libnl3-3.2.7-1.fc17.x86_64 >14:48:24 Upgrading sysvinit-tools-2.88-6.dsf.fc17.x86_64 >14:48:25 Upgrading smbios-utils-bin-2.2.28-6.fc17.x86_64 >14:48:27 Upgrading OpenEXR-libs-1.7.0-4.fc17.x86_64 >14:48:29 Upgrading gettext-libs-0.18.1.1-12.fc17.x86_64 >14:48:31 Upgrading gstreamer-0.10.36-1.fc17.x86_64 >14:48:38 Upgrading libxml++-2.34.2-3.fc17.x86_64 >14:48:39 Upgrading xorg-x11-xkb-utils-7.5-6.fc17.x86_64 >14:48:40 Upgrading xorg-x11-server-common-1.12.0-2.fc17.x86_64 >14:48:41 Upgrading slang-devel-2.2.4-3.fc17.x86_64 >14:48:42 Upgrading gnutls-c++-2.12.17-1.fc17.x86_64 >14:48:43 Upgrading libtasn1-devel-2.12-1.fc17.x86_64 >14:48:44 Upgrading libXaw-1.0.9-3.fc17.x86_64 >14:48:46 Upgrading libotf-0.9.12-3.fc17.x86_64 >14:48:47 Upgrading libXtst-1.2.0-3.fc17.x86_64 >14:48:48 Upgrading libXxf86vm-1.1.2-1.fc17.x86_64 >14:48:49 Upgrading libXv-1.0.7-1.fc17.x86_64 >14:48:50 Upgrading giflib-4.1.6-5.fc17.x86_64 >14:48:52 Upgrading xcb-util-0.3.8-2.fc17.x86_64 >14:48:53 Upgrading startup-notification-0.12-3.fc17.x86_64 >14:48:54 Upgrading syslinux-4.05-1.fc17.x86_64 >14:49:02 Upgrading libavc1394-0.5.3-11.fc17.x86_64 >14:49:03 Upgrading p11-kit-devel-0.12-1.fc17.x86_64 >14:49:04 Upgrading gdisk-0.8.4-1.fc17.x86_64 >14:49:06 Upgrading libgfortran-4.7.0-4.fc17.x86_64 >14:49:08 Upgrading elfutils-0.153-2.fc17.x86_64 >14:49:10 Upgrading cpp-4.7.0-4.fc17.x86_64 >14:49:34 Upgrading iw-3.3-1.fc17.x86_64 >14:49:35 Upgrading libsepol-devel-2.1.5-3.fc17.x86_64 >14:49:37 Upgrading libselinux-devel-2.1.10-3.fc17.x86_64 >14:49:39 Upgrading krb5-devel-1.10-6.fc17.x86_64 >14:49:47 Upgrading llvm-libs-3.0-12.fc17.x86_64 >14:50:15 Upgrading rmt-0.4-0.12.b44.fc17.x86_64 >14:50:17 Upgrading flac-1.2.1-9.fc17.x86_64 >14:50:24 Upgrading openobex-1.5-4.fc17.x86_64 >14:50:25 Upgrading obex-data-server-0.4.6-3.fc17.x86_64 >14:50:26 Upgrading keyutils-1.5.5-2.fc17.x86_64 >14:50:28 Upgrading libdb-utils-5.2.36-5.fc17.x86_64 >14:50:29 Upgrading tcp_wrappers-7.6-69.fc17.x86_64 >14:50:31 Upgrading libv4l-0.8.7-1.fc17.x86_64 >14:50:32 Upgrading pari-2.3.5-4.fc17.x86_64 >14:50:39 Upgrading libgpg-error-devel-1.10-2.fc17.x86_64 >14:50:40 Upgrading libgcrypt-devel-1.5.0-3.fc17.x86_64 >14:50:42 Upgrading gnutls-devel-2.12.17-1.fc17.x86_64 >14:50:54 Upgrading libksba-1.2.0-2.fc17.x86_64 >14:50:56 Upgrading setools-libs-3.3.7-24.fc17.x86_64 >14:50:59 Upgrading acl-2.2.51-5.fc17.x86_64 >14:51:00 Upgrading js-1.8.5-9.fc17.x86_64 >14:51:09 Upgrading bc-1.06.95-6.fc17.x86_64 >14:51:11 Upgrading pinentry-0.8.1-6.fc17.x86_64 >14:51:12 Upgrading tokyocabinet-1.4.47-2.fc17.x86_64 >14:51:17 Upgrading libcdio-0.83-3.fc17.x86_64 >14:51:19 Upgrading ed-1.5-3.fc17.x86_64 >14:51:21 Upgrading aspell-0.60.6.1-2.fc17.x86_64 >14:51:26 Upgrading time-1.7-40.fc17.x86_64 >14:51:28 Upgrading libstdc++-devel-4.7.0-4.fc17.x86_64 >14:51:47 Upgrading ppl-pwl-0.11.2-8.fc17.x86_64 >14:51:48 Upgrading ppl-0.11.2-8.fc17.x86_64 >14:51:56 Upgrading cloog-ppl-0.15.11-3.fc17.1.x86_64 >14:51:58 Upgrading boost-math-1.48.0-11.fc17.x86_64 >14:52:00 Upgrading libmodman-2.0.1-4.fc17.x86_64 >14:52:01 Upgrading libproxy-0.4.7-4.fc17.x86_64 >14:52:03 Upgrading glib-networking-2.32.1-1.fc17.x86_64 >14:52:05 Upgrading libsoup-2.38.1-1.fc17.x86_64 >14:52:07 Upgrading libconfig-1.4.8-2.fc17.x86_64 >14:52:09 Upgrading libzip-0.10.1-1.fc17.x86_64 >14:52:11 Upgrading libtar-1.2.11-22.fc17.x86_64 >14:52:12 Upgrading attr-2.4.46-5.fc17.x86_64 >14:52:14 Upgrading libattr-devel-2.4.46-5.fc17.x86_64 >14:52:15 Upgrading mesa-libglapi-8.0.2-2.fc17.x86_64 >14:52:16 Upgrading procmail-3.22-29.fc17.x86_64 >14:52:18 Upgrading libpipeline-1.2.0-2.fc17.x86_64 >14:52:19 Upgrading urlview-0.9-9.fc17.x86_64 >14:52:20 Upgrading redhat-menus-12.0.2-4.fc17.noarch >14:52:23 Upgrading glibc-headers-2.15-35.fc17.x86_64 >14:52:30 Upgrading glibc-devel-2.15-35.fc17.x86_64 >14:52:37 Upgrading ncurses-5.9-4.20120204.fc17.x86_64 >14:52:39 Upgrading gzip-1.4-6.fc17.x86_64 >14:52:41 Upgrading cracklib-2.8.18-3.fc17.x86_64 >14:52:43 Upgrading cracklib-dicts-2.8.18-3.fc17.x86_64 >14:53:02 Upgrading libpwquality-1.0.0-2.fc17.x86_64 >14:53:04 Upgrading coreutils-8.15-6.fc17.x86_64 >14:53:21 Upgrading pam-1.1.5-5.fc17.x86_64 >warning: /etc/pam.d/password-auth created as /etc/pam.d/password-auth.rpmnew >warning: /etc/pam.d/smartcard-auth created as /etc/pam.d/smartcard-auth.rpmnew >warning: /etc/pam.d/system-auth created as /etc/pam.d/system-auth.rpmnew >14:53:28 Upgrading openssl-1.0.0i-1.fc17.x86_64 >14:53:37 Upgrading python-libs-2.7.3-6.fc17.x86_64 >14:54:11 Upgrading python-2.7.3-6.fc17.x86_64 >14:54:13 Upgrading libblkid-2.21.1-1.fc17.x86_64 >14:54:15 Upgrading binutils-2.22.52.0.1-10.fc17.x86_64 >14:54:30 Upgrading gcc-4.7.0-4.fc17.x86_64 >14:55:34 Upgrading alsa-lib-1.0.25-3.fc17.x86_64 >14:55:37 Upgrading dbus-python-0.83.0-9.fc17.x86_64 >14:55:39 Upgrading libevent-2.0.18-1.fc17.x86_64 >14:55:41 Upgrading logrotate-3.8.1-3.fc17.x86_64 >14:55:42 Upgrading xfsprogs-3.1.8-1.fc17.x86_64 >14:55:47 Upgrading newt-python-0.52.14-2.fc17.x86_64 >14:55:48 Upgrading yum-metadata-parser-1.1.4-6.fc17.x86_64 >14:55:49 Upgrading libxml2-python-2.7.8-7.fc17.x86_64 >14:55:52 Upgrading libarchive-3.0.3-2.fc17.x86_64 >14:55:54 Upgrading net-snmp-libs-5.7.1-4.fc17.x86_64 >14:55:58 Upgrading hicolor-icon-theme-0.12-4.fc17.noarch >14:56:00 Upgrading fedora-logos-17.0.1-1.fc17.noarch >14:56:07 Upgrading sgml-common-0.6.3-36.fc17.noarch >14:56:09 Upgrading docbook-dtds-1.0-56.fc17.noarch >14:56:14 Upgrading authconfig-6.2.1-1.fc17.x86_64 >14:56:18 Upgrading libmount-2.21.1-1.fc17.x86_64 >14:56:20 Upgrading e2fsprogs-1.42-4.fc17.x86_64 >14:56:25 Upgrading gettext-0.18.1.1-12.fc17.x86_64 >14:56:32 Upgrading pygobject2-2.28.6-3.fc17.x86_64 >14:56:36 Upgrading libselinux-python-2.1.10-3.fc17.x86_64 >14:56:39 Upgrading boost-python-1.48.0-11.fc17.x86_64 >14:56:41 Upgrading libssh2-1.4.1-2.fc17.x86_64 >14:56:43 Upgrading ldns-1.6.12-1.fc17.x86_64 >14:56:48 Upgrading nss-3.13.4-3.fc17.x86_64 >14:56:53 Upgrading nss-sysinit-3.13.4-3.fc17.x86_64 >14:56:54 Upgrading openldap-2.4.31-1.fc17.x86_64 >warning: /etc/openldap/ldap.conf created as /etc/openldap/ldap.conf.rpmnew >14:56:57 Upgrading libcurl-7.24.0-2.fc17.x86_64 >14:56:59 Upgrading mailx-12.5-5.fc17.x86_64 >14:57:02 Upgrading xmlrpc-c-client-1.29.3-1702.svn2290.fc17.x86_64 >14:57:03 Upgrading libuser-0.57.6-1.fc17.x86_64 >14:57:08 Upgrading passwd-0.78.99-1.fc17.x86_64 >14:57:10 Upgrading php-common-5.4.1-1.fc17.x86_64 >14:57:17 Upgrading dhcp-libs-4.2.4-0.4.rc1.fc17.x86_64 >14:57:19 Upgrading gnupg2-2.0.18-3.fc17.x86_64 >14:57:28 Upgrading gpgme-1.3.0-8.fc17.x86_64 >14:57:29 Upgrading nss-tools-3.13.4-3.fc17.x86_64 >14:57:33 Upgrading xdg-utils-1.1.0-0.11.20111207.fc17.noarch >14:57:34 Upgrading genisoimage-1.1.11-10.fc17.x86_64 >14:57:37 Upgrading pygpgme-0.2-2.fc17.x86_64 >14:57:39 Upgrading dhcp-common-4.2.4-0.4.rc1.fc17.x86_64 >14:57:40 Upgrading php-cli-5.4.1-1.fc17.x86_64 >14:57:52 Upgrading liboauth-0.9.6-1.fc17.x86_64 >14:57:53 Upgrading gnupg-1.4.12-1.fc17.x86_64 >14:58:01 Upgrading python-pycurl-7.19.0-10.fc17.x86_64 >14:58:02 Upgrading python-urlgrabber-3.9.1-11.fc17.noarch >14:58:03 Upgrading curl-7.24.0-2.fc17.x86_64 >14:58:05 Upgrading rpm-libs-4.9.1.3-6.fc17.x86_64 >14:58:07 Upgrading rpm-4.9.1.3-6.fc17.x86_64 >14:58:14 Upgrading color-filesystem-1-9.noarch >14:58:15 Upgrading rpm-build-libs-4.9.1.3-6.fc17.x86_64 >14:58:16 Upgrading rpm-python-4.9.1.3-6.fc17.x86_64 >14:58:18 Upgrading deltarpm-3.6-0.7.20110223git.fc17.x86_64 >14:58:19 Upgrading python-deltarpm-3.6-0.7.20110223git.fc17.x86_64 >14:58:21 Upgrading shared-color-profiles-0.1.5-2.fc17.noarch >14:58:23 Upgrading cmake-2.8.8-1.fc17.x86_64 >14:58:50 Upgrading libsmbclient-3.6.5-86.fc17.1.x86_64 >14:58:57 Upgrading pam_ldap-185-13.fc17.x86_64 >14:58:58 Upgrading samba-winbind-clients-3.6.5-86.fc17.1.x86_64 >14:59:02 Upgrading libnfsidmap-0.25-2.fc17.x86_64 >14:59:04 Upgrading apr-util-ldap-1.4.1-2.fc17.x86_64 >14:59:05 Upgrading libfprint-0.4.0-3.fc17.x86_64 >14:59:07 Upgrading nss_compat_ossl-0.9.6-3.fc17.x86_64 >14:59:08 Upgrading unbound-libs-1.4.16-2.fc17.x86_64 >14:59:10 Upgrading boost-1.48.0-11.fc17.x86_64 >14:59:11 Upgrading docbook-style-xsl-1.76.1-5.fc17.noarch >14:59:30 Upgrading gnome-icon-theme-3.4.0-1.fc17.noarch >15:00:18 Upgrading system-config-keyboard-base-1.3.1-8.fc17.x86_64 >15:00:20 Upgrading esound-libs-0.2.41-5.fc17.x86_64 >15:00:21 Upgrading gcc-c++-4.7.0-4.fc17.x86_64 >15:00:47 Upgrading libquadmath-devel-4.7.0-4.fc17.x86_64 >15:00:49 Upgrading grubby-8.11-1.fc17.x86_64 >15:00:50 Upgrading pyorbit-2.24.0-10.fc17.x86_64 >15:00:51 Upgrading jpackage-utils-1.7.5-18.fc17.x86_64 >15:00:53 Upgrading pyliblzma-0.5.3-6.fc17.x86_64 >15:00:54 Upgrading python-magic-5.10-5.fc17.x86_64 >15:00:55 Upgrading audit-libs-python-2.2.1-1.fc17.x86_64 >15:00:57 Upgrading systemtap-sdt-devel-1.7-7.fc17.x86_64 >15:00:58 Upgrading python-iniparse-0.4-4.fc17.noarch >15:00:59 Upgrading yum-3.4.3-23.fc17.noarch >15:01:08 Upgrading createrepo-0.9.9-11.fc17.noarch >15:01:10 Upgrading anaconda-yum-plugins-1.0-7.fc17.noarch >15:01:10 Upgrading python-ethtool-0.7-3.fc17.x86_64 >15:01:11 Upgrading setools-libs-python-3.3.7-24.fc17.x86_64 >15:01:13 Upgrading python-IPy-0.75-2.fc17.noarch >15:01:14 Upgrading python-chardet-2.0.1-4.fc17.noarch >15:01:17 Upgrading python-kitchen-1.1.1-1.fc17.noarch >15:01:22 Upgrading python-cups-1.9.61-2.fc17.x86_64 >15:01:24 Upgrading system-config-printer-libs-1.3.9-1.fc17.x86_64 >15:01:30 Upgrading python-smbios-2.2.28-6.fc17.x86_64 >15:01:31 Upgrading smbios-utils-python-2.2.28-6.fc17.x86_64 >15:01:33 Upgrading gdb-7.4.50.20120120-42.fc17.x86_64 >15:01:44 Upgrading httpd-tools-2.2.22-4.fc17.x86_64 >15:01:45 Upgrading mysql-libs-5.5.23-1.fc17.x86_64 >15:01:50 Upgrading fipscheck-lib-1.3.0-3.fc17.x86_64 >15:01:52 Upgrading fipscheck-1.3.0-3.fc17.x86_64 >15:01:54 Upgrading libwvstreams-4.6.1-4.fc17.x86_64 >15:02:01 Upgrading bind-libs-9.9.0-4.fc17.x86_64 >15:02:07 Upgrading bind-libs-lite-9.9.0-4.fc17.x86_64 >15:02:12 Upgrading groff-1.21-8.fc17.x86_64 >15:02:22 Upgrading less-444-5.fc17.x86_64 >15:02:23 Upgrading man-db-2.6.0.2-6.fc17.x86_64 >15:04:20 Upgrading sound-theme-freedesktop-0.7-4.fc17.noarch >15:04:24 Upgrading passwdqc-lib-1.2.2-3.fc17.x86_64 >15:04:25 Upgrading pax-3.4-13.fc17.x86_64 >15:04:27 Upgrading hardlink-1.0-13.fc17.x86_64 >15:04:28 Upgrading smp_utils-libs-0.97-1.fc17.x86_64 >15:04:29 Upgrading smp_utils-0.97-1.fc17.x86_64 >15:04:31 Upgrading eject-2.1.5-22.fc17.x86_64 >15:04:32 Upgrading sgpio-1.2.0.10-6.fc17.x86_64 >15:04:33 Upgrading lrzsz-0.12.20-30.fc17.x86_64 >15:04:34 Upgrading libaio-0.3.109-5.fc17.x86_64 >15:04:35 Upgrading liblockfile-1.08-12.fc17.x86_64 >15:04:36 Upgrading syck-0.61-16.fc17.x86_64 >15:04:37 Upgrading libthai-0.1.14-5.fc17.x86_64 >15:04:39 Upgrading ustr-1.0.4-12.fc17.x86_64 >15:04:40 Upgrading libsemanage-2.1.6-3.fc17.x86_64 >15:04:41 Upgrading shadow-utils-4.1.4.3-14.fc17.x86_64 >15:04:48 Upgrading samba-common-3.6.5-86.fc17.1.x86_64 >15:05:31 Upgrading libutempter-1.1.5-6.fc17.x86_64 >15:05:33 Upgrading usbmuxd-1.0.8-2.fc17.x86_64 >15:05:35 Upgrading libimobiledevice-1.1.4-1.fc17.x86_64 >15:05:37 Upgrading avahi-autoipd-0.6.30-7.fc17.x86_64 >15:05:38 Upgrading libsemanage-python-2.1.6-3.fc17.x86_64 >15:05:40 Upgrading libasyncns-0.8-3.fc17.x86_64 >15:05:40 Upgrading libyaml-0.1.4-2.fc17.x86_64 >15:05:41 Upgrading ruby-libs-1.9.3.194-10.1.fc17.x86_64 >15:05:51 Upgrading libmcrypt-2.5.8-11.fc17.x86_64 >15:05:52 Upgrading lcms2-2.3-2.fc17.x86_64 >15:05:53 Upgrading libFS-1.0.4-1.fc17.x86_64 >15:05:53 Upgrading linux-atm-libs-2.5.1-4.fc17.x86_64 >15:05:54 Upgrading sg3_utils-libs-1.31-2.fc17.x86_64 >15:05:55 Upgrading json-c-0.9-4.fc17.x86_64 >15:05:56 Upgrading libnfnetlink-1.0.0-4.fc17.x86_64 >15:05:57 Upgrading libnetfilter_conntrack-1.0.0-1.fc17.x86_64 >15:05:58 Upgrading libsysfs-2.1.0-11.fc17.x86_64 >15:05:59 Upgrading dmidecode-2.11-8.fc17.x86_64 >15:06:00 Upgrading pakchois-0.4-5.x86_64 >15:06:00 Upgrading neon-0.29.6-2.fc17.x86_64 >15:06:02 Upgrading subversion-libs-1.7.4-6.fc17.x86_64 >15:06:05 Upgrading libieee1284-0.2.11-11.fc17.x86_64 >15:06:06 Upgrading libsss_sudo-1.8.3-11.fc17.x86_64 >15:06:06 Upgrading gsm-1.0.13-6.fc17.x86_64 >15:06:07 Upgrading libsndfile-1.0.25-2.fc17.x86_64 >15:06:08 Upgrading pulseaudio-libs-1.1-9.fc17.x86_64 >15:06:10 Upgrading libbsd-0.3.0-2.fc17.x86_64 >15:06:11 Upgrading ntfs-3g-2012.1.15-1.fc17.x86_64 >15:06:13 Upgrading ntfsprogs-2012.1.15-1.fc17.x86_64 >15:06:15 Upgrading mtdev-1.1.0-3.20110105.fc17.x86_64 >15:06:16 Upgrading zip-3.0-4.fc17.x86_64 >15:06:17 Upgrading libwmf-lite-0.2.8.4-32.fc17.x86_64 >15:06:18 Upgrading mingetty-1.08-10.fc17.x86_64 >15:06:19 Upgrading compat-gdbm-1.8.3-11.fc17.x86_64 >15:06:19 Upgrading libXdmcp-1.1.1-1.fc17.x86_64 >15:06:20 Upgrading mhash-0.9.9.9-5.fc17.x86_64 >15:06:21 Upgrading nodoka-filesystem-0.3.90-6.fc17.noarch >15:06:21 Upgrading verne-backgrounds-single-15.92.1-2.fc17.noarch >15:06:38 Upgrading vim-filesystem-7.3.444-1.fc17.x86_64 >15:06:39 Upgrading vim-common-7.3.444-1.fc17.x86_64 >15:06:58 Upgrading lovelock-backgrounds-stripes-single-14.91.1-2.fc17.noarch >15:07:01 Upgrading libreport-filesystem-2.0.10-2.fc17.x86_64 >15:07:02 Upgrading libreport-python-2.0.10-2.fc17.x86_64 >15:07:02 Upgrading libreport-2.0.10-2.fc17.x86_64 >15:07:04 Upgrading m17n-db-1.6.3-3.fc17.noarch >15:07:06 Upgrading m17n-lib-1.6.3-2.fc17.x86_64 >15:07:08 Upgrading emacs-filesystem-24.0.95-1.fc17.x86_64 >15:07:08 Upgrading quota-nls-4.00-3.fc17.noarch >15:07:09 Upgrading mesa-dri-filesystem-8.0.2-2.fc17.x86_64 >15:07:10 Upgrading beefy-miracle-backgrounds-single-16.91.0-2.fc17.noarch >15:07:24 Upgrading beefy-miracle-backgrounds-gnome-16.91.0-2.fc17.noarch >15:07:24 Upgrading mesa-dri-filesystem-8.0.2-2.fc17.i686 >15:07:24 Upgrading fontpackages-filesystem-1.44-3.fc17.noarch >15:07:25 Upgrading fontconfig-2.8.0-6.fc17.x86_64 >15:07:27 Upgrading cairo-1.10.2-7.fc17.x86_64 >15:07:29 Upgrading cairo-gobject-1.10.2-7.fc17.x86_64 >15:07:30 Upgrading pycairo-1.8.10-4.fc17.x86_64 >15:07:31 Upgrading libXft-2.3.0-2.fc17.x86_64 >15:07:32 Upgrading pango-1.30.0-1.fc17.x86_64 >15:07:34 Upgrading gtk2-2.24.10-1.fc17.x86_64 >15:07:44 Upgrading libglade2-2.6.4-8.fc17.x86_64 >15:07:45 Upgrading libgnomecanvas-2.30.3-4.fc17.x86_64 >15:07:47 Upgrading pygtk2-2.24.0-4.fc17.x86_64 >15:07:52 Upgrading gnome-python2-2.28.1-8.fc17.x86_64 >15:07:52 Upgrading gnome-python2-canvas-2.28.1-8.fc17.x86_64 >15:07:53 Upgrading pygtk2-libglade-2.24.0-4.fc17.x86_64 >15:07:53 Upgrading xorg-x11-fonts-misc-7.5-5.fc17.noarch >15:08:10 Upgrading ghostscript-fonts-5.50-28.fc17.noarch >15:08:12 Upgrading urw-fonts-2.4-11.fc17.noarch >15:08:21 Upgrading gd-2.0.35-16.fc17.x86_64 >15:08:22 Upgrading busybox-1.19.4-4.fc17.x86_64 >15:08:24 Upgrading comps-extras-20-3.fc17.noarch >15:08:25 Upgrading kbd-misc-1.15.3-5.fc17.noarch >15:08:29 Upgrading poppler-data-0.4.5-2.fc17.noarch >15:08:36 Upgrading ghostscript-9.05-1.fc17.x86_64 >15:08:50 Upgrading laughlin-backgrounds-single-14.1.0-4.fc17.noarch >15:09:05 Upgrading fedora-release-17-1.noarch >15:09:06 Upgrading device-mapper-1.02.74-6.fc17.x86_64 >15:09:07 Upgrading util-linux-2.21.1-1.fc17.x86_64 >15:09:13 Upgrading device-mapper-libs-1.02.74-6.fc17.x86_64 >15:09:14 Upgrading cryptsetup-libs-1.4.2-1.fc17.x86_64 >15:09:15 Upgrading iproute-3.3.0-2.fc17.x86_64 >15:09:17 Upgrading libudev-182-1.fc17.x86_64 >15:09:18 Upgrading udev-182-1.fc17.x86_64 >15:09:21 Upgrading initscripts-9.37-1.fc17.x86_64 >15:09:25 Upgrading systemd-sysv-44-8.fc17.x86_64 >15:09:27 Upgrading systemd-44-8.fc17.x86_64 >15:09:32 Upgrading dbus-1.4.10-4.fc17.x86_64 >15:09:33 Upgrading iptables-1.4.12.2-5.fc17.x86_64 >15:09:36 Upgrading net-tools-1.60-134.20120127git.fc17.x86_64 >15:09:37 Upgrading iputils-20101006-14.fc17.x86_64 >15:09:38 Upgrading polkit-0.104-6.fc17.x86_64 >15:09:40 Upgrading libgudev1-182-1.fc17.x86_64 >15:09:41 Upgrading GConf2-3.2.5-1.fc17.x86_64 >15:09:45 Upgrading dracut-018-31.git20120504.fc17.noarch >15:09:47 Upgrading device-mapper-event-libs-1.02.74-6.fc17.x86_64 >15:09:48 Upgrading usermode-1.109-1.fc17.x86_64 >15:09:50 Upgrading lockdev-1.0.4-0.4.20111007git.fc17.x86_64 >15:09:50 Upgrading avahi-0.6.30-7.fc17.x86_64 >15:09:52 Upgrading policycoreutils-2.1.11-6.fc17.x86_64 >15:09:55 Upgrading pcsc-lite-ccid-1.4.6-1.fc17.x86_64 >15:09:56 Upgrading pcsc-lite-1.8.3-1.fc17.x86_64 >15:09:57 Upgrading rpcbind-0.2.0-16.fc17.x86_64 >15:09:58 Upgrading ppp-2.4.5-19.fc17.x86_64 >15:10:00 Upgrading cyrus-sasl-2.1.23-29.fc17.x86_64 >15:10:01 Upgrading sendmail-8.14.5-12.fc17.x86_64 >15:10:05 Upgrading selinux-policy-3.10.0-121.fc17.noarch >15:10:31 Upgrading avahi-glib-0.6.30-7.fc17.x86_64 >15:10:32 Upgrading device-mapper-event-1.02.74-6.fc17.x86_64 >15:10:33 Upgrading NetworkManager-glib-0.9.4.0-7.git20120403.fc17.x86_64 >15:10:34 Upgrading crda-1.1.2_2011.04.28-2.fc17.x86_64 >15:10:36 Upgrading libatasmart-0.18-2.fc17.x86_64 >15:10:37 Upgrading parted-3.0-9.fc17.x86_64 >15:10:39 Upgrading kpartx-0.4.9-25.fc17.x86_64 >15:10:39 Upgrading openssh-5.9p1-22.fc17.x86_64 >15:10:41 Upgrading openssh-clients-5.9p1-22.fc17.x86_64 >15:10:43 Upgrading dmraid-events-1.0.0.rc16-16.fc17.x86_64 >15:10:43 Upgrading dmraid-1.0.0.rc16-16.fc17.x86_64 >15:10:45 Upgrading wireless-tools-29-7.1.fc17.x86_64 >15:10:46 Upgrading python-iwlib-1.2-1.fc17.x86_64 >15:10:46 Upgrading system-config-network-tui-1.6.3-2.fc17.noarch >15:10:51 Upgrading lvm2-libs-2.02.95-6.fc17.x86_64 >15:10:54 Upgrading selinux-policy-devel-3.10.0-121.fc17.noarch >15:11:01 Upgrading cyrus-sasl-devel-2.1.23-29.fc17.x86_64 >15:11:03 Upgrading yp-tools-2.12-9.fc17.x86_64 >15:11:04 Upgrading ypbind-1.35-2.fc17.x86_64 >15:11:05 Upgrading coolkey-1.1.0-20.fc17.x86_64 >15:11:07 Upgrading libgphoto2-2.4.14-1.fc17.x86_64 >15:11:11 Upgrading sane-backends-libs-1.0.22-10.fc17.x86_64 >15:11:12 Upgrading preupgrade-1.1.10-2.fc17.noarch >15:11:13 Upgrading PackageKit-glib-0.7.4-1.fc17.x86_64 >15:11:14 Upgrading PackageKit-yum-0.7.4-1.fc17.x86_64 >15:11:15 Upgrading PackageKit-0.7.4-1.fc17.x86_64 >15:11:19 Upgrading usermode-gtk-1.109-1.fc17.x86_64 >15:11:20 Upgrading dracut-network-018-31.git20120504.fc17.noarch >15:11:21 Upgrading libgusb-0.1.3-2.fc17.x86_64 >15:11:22 Upgrading colord-0.1.19-1.fc17.x86_64 >15:11:25 Upgrading gtk3-3.4.1-1.fc17.x86_64 >15:11:34 Upgrading librsvg2-2.36.1-1.fc17.x86_64 >15:11:36 Upgrading ImageMagick-6.7.5.6-3.fc17.x86_64 >15:11:42 Upgrading ModemManager-0.5.2.0-1.fc17.x86_64 >15:11:44 Upgrading system-config-firewall-base-1.2.29-7.fc17.noarch >15:11:47 Upgrading ConsoleKit-libs-0.4.5-2.fc17.x86_64 >15:11:47 Upgrading dnsmasq-2.59-5.fc17.x86_64 >15:11:49 Upgrading xinetd-2.3.14-46.fc17.x86_64 >15:11:50 Upgrading perl-Pod-Escapes-1.04-211.fc17.noarch >15:11:50 Upgrading perl-libs-5.14.2-211.fc17.x86_64 >15:11:54 Upgrading perl-macros-5.14.2-211.fc17.x86_64 >15:11:55 Upgrading perl-threads-1.86-2.fc17.x86_64 >15:11:56 Upgrading perl-Scalar-List-Utils-1.25-1.fc17.x86_64 >15:11:57 Upgrading perl-PathTools-3.33-211.fc17.x86_64 >15:11:58 Upgrading perl-threads-shared-1.40-2.fc17.x86_64 >15:11:59 Upgrading perl-Module-Pluggable-3.90-211.fc17.noarch >15:12:00 Upgrading perl-Carp-1.22-2.fc17.noarch >15:12:01 Upgrading perl-Socket-2.001-1.fc17.x86_64 >15:12:02 Upgrading perl-Pod-Simple-3.16-211.fc17.noarch >15:12:04 Upgrading amanda-3.3.0-5.fc17.x86_64 >15:12:08 Upgrading perl-5.14.2-211.fc17.x86_64 >15:12:43 Upgrading perl-version-0.88-211.fc17.noarch >15:12:44 Upgrading perl-Locale-Maketext-Simple-0.21-211.fc17.noarch >15:12:44 Upgrading perl-Params-Check-0.28-211.fc17.noarch >15:12:45 Upgrading perl-URI-1.60-1.fc17.noarch >15:12:46 Upgrading perl-common-sense-3.5-1.fc17.noarch >15:12:47 Upgrading perl-Compress-Raw-Zlib-2.052-1.fc17.x86_64 >15:12:48 Upgrading autoconf-2.68-3.fc17.noarch >15:12:52 Upgrading perl-LWP-MediaTypes-6.01-4.fc17.noarch >15:12:52 Upgrading perl-Module-Load-0.18-211.fc17.noarch >15:12:53 Upgrading perl-Module-Load-Conditional-0.44-211.fc17.noarch >15:12:54 Upgrading perl-Log-Message-0.04-211.fc17.noarch >15:12:54 Upgrading perl-ExtUtils-Manifest-1.60-1.fc17.noarch >15:12:55 Upgrading automake-1.11.3-1.fc17.noarch >15:12:58 Upgrading perl-Archive-Zip-1.30-7.fc17.noarch >15:12:59 Upgrading perl-IO-AIO-4.15-1.fc17.x86_64 >15:13:00 Upgrading perl-BDB-1.88-5.fc17.x86_64 >15:13:01 Upgrading perl-Object-Accessor-0.38-211.fc17.noarch >15:13:02 Upgrading perl-Module-CoreList-2.49-211.fc17.noarch >15:13:03 Upgrading emacs-common-24.0.95-1.fc17.x86_64 >15:14:05 Upgrading perl-Package-Constants-0.02-211.fc17.noarch >15:14:06 Upgrading perl-File-MMagic-1.27-13.fc17.noarch >15:14:06 Upgrading perl-Event-1.20-1.fc17.x86_64 >15:14:08 Upgrading perl-YAML-Tiny-1.51-1.fc17.noarch >15:14:09 Upgrading perl-PAR-Dist-0.47-4.fc17.noarch >15:14:10 Upgrading perl-parent-0.225-211.fc17.noarch >15:14:10 Upgrading perl-Digest-SHA1-2.13-4.fc17.x86_64 >15:14:11 Upgrading perl-YAML-0.81-2.fc17.noarch >15:14:12 Upgrading perl-Net-SSLeay-1.48-1.fc17.x86_64 >15:14:15 Upgrading perl-Perl-OSType-1.002-211.fc17.noarch >15:14:15 Upgrading perl-Digest-1.17-2.fc17.noarch >15:14:16 Upgrading perl-Digest-MD5-2.51-211.fc17.x86_64 >15:14:16 Upgrading perl-Digest-SHA-5.61-211.fc17.x86_64 >15:14:17 Upgrading perl-TermReadKey-2.30-14.fc17.x86_64 >15:14:18 Upgrading perl-Params-Util-1.07-1.fc17.x86_64 >15:14:19 Upgrading perl-CPAN-Meta-YAML-0.008-1.fc17.noarch >15:14:19 Upgrading perl-Encode-Locale-1.02-5.fc17.noarch >15:14:20 Upgrading perl-Crypt-CBC-2.29-10.fc17.noarch >15:14:20 Upgrading perl-Pod-POM-0.27-5.fc17.noarch >15:14:23 Upgrading perl-Pod-Perldoc-3.17-1.fc17.noarch >15:14:24 Upgrading libogg-devel-1.2.2-4.fc17.x86_64 >15:14:24 Upgrading perl-Log-Message-Simple-0.08-211.fc17.noarch >15:14:25 Upgrading perl-Term-UI-0.26-211.fc17.noarch >15:14:26 Upgrading perl-EV-4.03-8.fc17.x86_64 >15:14:27 Upgrading perl-WWW-RobotRules-6.01-4.fc17.noarch >15:14:28 Upgrading perl-Module-Metadata-1.000009-1.fc17.noarch >15:14:28 Upgrading perl-CPAN-Meta-Requirements-2.121-3.fc17.noarch >15:14:29 Upgrading perl-File-chdir-0.1006-1.fc17.noarch >15:14:30 Upgrading perl-TimeDate-1.20-6.fc17.noarch >15:14:31 Upgrading perl-HTTP-Date-6.00-3.fc17.noarch >15:14:31 Upgrading perl-File-Listing-6.03-2.fc17.noarch >15:14:32 Upgrading perl-FCGI-0.74-2.fc17.x86_64 >15:14:33 Upgrading perl-CGI-3.52-211.fc17.noarch >15:14:34 Upgrading perl-Template-Toolkit-2.22-11.fc17.x86_64 >15:14:41 Upgrading perl-Module-Find-0.10-4.fc17.noarch >15:14:42 Upgrading perl-Class-Accessor-0.34-8.fc17.noarch >15:14:42 Upgrading perl-Class-Accessor-Chained-0.01-16.fc17.noarch >15:14:43 Upgrading perl-Heap-0.80-10.fc17.noarch >15:14:44 Upgrading perl-Net-LibIDN-0.12-8.fc17.x86_64 >15:14:45 Upgrading perl-IO-Socket-SSL-1.66-1.fc17.noarch >15:14:46 Upgrading perl-IPC-ShareLite-0.17-6.fc17.x86_64 >15:14:47 Upgrading perl-Event-Lib-1.03-16.fc17.x86_64 >15:14:47 Upgrading perl-List-MoreUtils-0.33-1.fc17.x86_64 >15:14:48 Upgrading perl-Async-MergePoint-0.03-7.fc17.noarch >15:14:49 Upgrading perl-JSON-PP-2.27200-3.fc17.noarch >15:14:50 Upgrading perl-Parse-CPAN-Meta-1.4403-1.fc17.noarch >15:14:50 Upgrading perl-CPAN-Meta-2.120921-1.fc17.noarch >15:14:52 Upgrading perl-HTML-Tagset-3.20-10.fc17.noarch >15:14:52 Upgrading perl-Guard-1.022-1.fc17.x86_64 >15:14:53 Upgrading perl-Compress-Raw-Bzip2-2.052-1.fc17.x86_64 >15:14:54 Upgrading perl-IO-Compress-2.052-1.fc17.noarch >15:14:56 Upgrading perl-HTML-Parser-3.69-3.fc17.x86_64 >15:14:58 Upgrading perl-HTTP-Message-6.03-1.fc17.noarch >15:14:59 Upgrading perl-Net-HTTP-6.02-2.fc17.noarch >15:15:00 Upgrading perl-HTTP-Daemon-6.00-4.fc17.noarch >15:15:01 Upgrading perl-HTTP-Negotiate-6.00-4.fc17.noarch >15:15:02 Upgrading perl-HTTP-Cookies-6.00-4.fc17.noarch >15:15:02 Upgrading perl-libwww-perl-6.03-2.fc17.noarch >15:15:04 Upgrading perl-IO-Zlib-1.10-211.fc17.noarch >15:15:05 Upgrading perl-Archive-Tar-1.82-2.fc17.noarch >15:15:06 Upgrading perl-Devel-StackTrace-1.27-4.fc17.noarch >15:15:07 Upgrading perl-Clone-0.31-9.fc17.x86_64 >15:15:07 Upgrading perl-Socket6-0.23-8.fc17.x86_64 >15:15:08 Upgrading perl-IO-Tty-1.10-5.fc17.x86_64 >15:15:09 Upgrading perl-Locale-Codes-3.21-1.fc17.noarch >15:15:11 Upgrading perl-YAML-Syck-1.17-4.fc17.x86_64 >15:15:12 Upgrading perl-Date-Manip-6.30-1.fc17.noarch >15:15:25 Upgrading perl-Class-MethodMaker-2.18-4.fc17.x86_64 >15:15:31 Upgrading perl-MIME-Types-1.31-3.fc17.noarch >15:15:33 Upgrading perl-Curses-1.28-5.fc17.x86_64 >15:15:34 Upgrading perl-POE-1.350-2.fc17.noarch >15:15:37 Upgrading kernel-devel-3.3.4-4.fc17.x86_64 >15:18:06 Upgrading perl-Module-Runtime-0.013-1.fc17.noarch >15:18:07 Upgrading perl-Class-ISA-0.36-1007.fc17.noarch >15:18:08 Upgrading perl-Class-Data-Inheritable-0.08-9.fc17.noarch >15:18:08 Upgrading perl-Exception-Class-1.32-4.fc17.noarch >15:18:10 Upgrading perl-Object-InsideOut-3.88-2.fc17.noarch >15:18:12 Upgrading perl-Math-Random-MT-Auto-6.18-1.fc17.x86_64 >15:18:13 Upgrading perl-HTTP-Tiny-0.012-211.fc17.noarch >15:18:14 Upgrading perl-ExtUtils-ParseXS-2.2210-211.fc17.noarch >15:18:15 Upgrading perl-ExtUtils-Install-1.56-211.fc17.noarch >15:18:16 Upgrading perl-devel-5.14.2-211.fc17.x86_64 >15:18:21 Upgrading perl-ExtUtils-MakeMaker-6.62-2.fc17.noarch >15:18:24 Upgrading perl-Test-Harness-3.23-211.fc17.noarch >15:18:27 Upgrading perl-CPAN-1.9600.01-211.fc17.noarch >15:18:29 Upgrading perl-IPC-Cmd-0.70-211.fc17.noarch >15:18:30 Upgrading perl-File-Fetch-0.32-211.fc17.noarch >15:18:31 Upgrading perl-ExtUtils-CBuilder-0.28.2.3-211.fc17.noarch >15:18:32 Upgrading perl-Module-Build-0.3800-211.fc17.noarch >15:18:35 Upgrading perl-Module-ScanDeps-1.07-2.fc17.noarch >15:18:37 Upgrading perl-Archive-Extract-0.48-211.fc17.noarch >15:18:38 Upgrading perl-Math-Derivative-0.01-12.fc17.noarch >15:18:38 Upgrading perl-TeX-Hyphen-0.140-15.fc17.noarch >15:18:39 Upgrading perl-Text-Reform-1.20-4.fc17.noarch >15:18:41 Upgrading net-snmp-agent-libs-5.7.1-4.fc17.x86_64 >15:18:47 Upgrading perl-Socket-GetAddrInfo-0.19-1.fc17.x86_64 >15:18:49 Upgrading perl-IO-Async-0.29-7.fc17.noarch >15:18:51 Upgrading perl-Parse-RecDescent-1.967006-1.fc17.noarch >15:18:53 Upgrading perl-Glib-1.241-2.fc17.x86_64 >15:18:56 Upgrading perl-AnyEvent-5.27-7.fc17.noarch >15:18:59 Upgrading perl-AnyEvent-AIO-1.1-8.fc17.noarch >15:19:00 Upgrading perl-AnyEvent-BDB-1.1-7.fc17.noarch >15:19:01 Upgrading perl-Coro-6.07-3.fc17.x86_64 >15:19:04 Upgrading perl-DBI-1.617-1.fc17.x86_64 >15:19:08 Upgrading perl-DBD-SQLite-1.35-2.fc17.x86_64 >15:19:15 Upgrading perl-DBIx-Simple-1.35-4.fc17.noarch >15:19:16 Upgrading perl-Path-Class-0.25-1.fc17.noarch >15:19:17 Upgrading perl-Module-Starter-1.58-2.fc17.noarch >15:19:18 Upgrading perl-Exporter-Lite-0.02-13.fc17.noarch >15:19:18 Upgrading perl-Module-Loaded-0.06-211.fc17.noarch >15:19:19 Upgrading perl-IO-String-1.08-14.fc17.noarch >15:19:20 Upgrading perl-PPI-1.215-4.fc17.noarch >15:19:24 Upgrading perl-Tie-IxHash-1.22-6.fc17.noarch >15:19:25 Upgrading perl-UNIVERSAL-require-0.13-8.fc17.noarch >15:19:27 Upgrading perl-Try-Tiny-0.11-4.fc17.noarch >15:19:28 Upgrading perl-Module-Implementation-0.06-1.fc17.noarch >15:19:28 Upgrading perl-File-Remove-1.52-1.fc17.noarch >15:19:29 Upgrading perl-Module-Install-1.04-1.fc17.noarch >15:19:32 Upgrading mdadm-3.2.3-9.fc17.x86_64 >15:19:35 Upgrading wpa_supplicant-1.0-0.4.fc17.x86_64 >15:19:39 Upgrading libcgroup-0.38-1.fc17.x86_64 >15:19:40 Upgrading rsyslog-5.8.10-1.fc17.x86_64 >15:19:46 Upgrading cronie-anacron-1.4.8-11.fc17.x86_64 >15:19:48 Upgrading cronie-1.4.8-11.fc17.x86_64 >15:19:51 Upgrading crontabs-1.11-3.20101115git.fc17.noarch >15:19:52 Upgrading httpd-2.2.22-4.fc17.x86_64 >warning: /etc/httpd/conf/httpd.conf created as /etc/httpd/conf/httpd.conf.rpmnew >15:20:00 Upgrading libcanberra-0.28-6.fc17.x86_64 >15:20:02 Upgrading at-3.1.13-8.fc17.x86_64 >15:20:04 Upgrading ntpdate-4.2.6p5-2.fc17.x86_64 >warning: /etc/ntp/step-tickers created as /etc/ntp/step-tickers.rpmnew >15:20:05 Upgrading ntp-4.2.6p5-2.fc17.x86_64 >warning: /etc/ntp.conf created as /etc/ntp.conf.rpmnew >15:20:09 Upgrading nscd-2.15-35.fc17.x86_64 >15:20:12 Upgrading kbd-1.15.3-5.fc17.x86_64 >15:20:15 Upgrading pm-utils-1.4.1-18.fc17.x86_64 >15:20:17 Upgrading dhclient-4.2.4-0.4.rc1.fc17.x86_64 >15:20:19 Upgrading os-prober-1.52-2.fc17.x86_64 >15:20:20 Upgrading netxen-firmware-4.0.534-5.fc17.noarch >15:20:27 Upgrading linux-firmware-20120206-0.3.git06c8f81.fc17.noarch >15:21:15 Upgrading device-mapper-multipath-libs-0.4.9-25.fc17.x86_64 >15:21:17 Upgrading cryptsetup-1.4.2-1.fc17.x86_64 >15:21:19 Upgrading udisks2-1.94.0-2.fc17.x86_64 >15:21:20 Upgrading gvfs-1.12.2-1.fc17.x86_64 >15:21:29 Upgrading gnome-vfs2-2.24.4-7.fc17.x86_64 >15:22:19 Upgrading libgnome-2.32.1-3.fc17.x86_64 >15:24:59 Upgrading libbonoboui-2.24.5-3.fc17.x86_64 >15:25:03 Upgrading gnome-python2-bonobo-2.28.1-8.fc17.x86_64 >15:25:05 Upgrading libgnomeui-2.24.5-4.fc17.x86_64 >15:25:11 Upgrading gnome-python2-gnomevfs-2.28.1-8.fc17.x86_64 >15:25:12 Upgrading gnome-python2-gnome-2.28.1-8.fc17.x86_64 >15:25:14 Upgrading rarian-0.8.1-7.fc17.x86_64 >15:25:15 Upgrading bluecurve-cursor-theme-8.0.2-7.fc17.noarch >15:25:19 Upgrading mobile-broadband-provider-info-1.20110218-2.fc17.noarch >15:25:20 Upgrading NetworkManager-0.9.4.0-7.git20120403.fc17.x86_64 >15:25:31 Upgrading bluecurve-icon-theme-8.0.2-7.fc17.noarch >15:26:10 Upgrading rarian-compat-0.8.1-7.fc17.x86_64 >15:26:11 Upgrading system-config-network-1.6.3-2.fc17.noarch >15:26:15 Upgrading gvfs-obexftp-1.12.2-1.fc17.x86_64 >15:26:16 Upgrading gvfs-afp-1.12.2-1.fc17.x86_64 >15:26:17 Upgrading gnome-disk-utility-3.4.1-1.fc17.x86_64 >15:26:22 Upgrading device-mapper-multipath-0.4.9-25.fc17.x86_64 >15:26:23 Upgrading grub2-2.0-0.24.beta4.fc17.x86_64 >15:26:52 Upgrading upower-0.9.16-1.fc17.x86_64 >15:26:54 Upgrading nss_ldap-265-10.fc17.x86_64 >15:26:55 Upgrading ntp-perl-4.2.6p5-2.fc17.x86_64 >15:26:57 Upgrading redhat-lsb-4.0-11.fc17.x86_64 >15:26:59 Upgrading php-5.4.1-1.fc17.x86_64 >15:27:13 Upgrading sysstat-10.0.3-2.fc17.x86_64 >15:27:16 Upgrading policycoreutils-python-2.1.11-6.fc17.x86_64 >15:28:12 Upgrading udisks-1.0.4-6.fc17.x86_64 >15:28:15 Upgrading perl-Module-Compile-0.20-11.fc17.noarch >15:28:16 Upgrading perl-Params-Validate-1.06-1.fc17.x86_64 >15:28:18 Upgrading perl-CGI-Untaint-1.26-13.fc17.noarch >15:28:20 Upgrading perl-ExtUtils-XSBuilder-0.28-13.fc17.noarch >15:28:21 Upgrading perl-Locale-Maketext-Lexicon-0.91-2.fc17.noarch >15:28:24 Upgrading perl-CPANPLUS-0.91.3-211.fc17.noarch >15:28:27 Upgrading perl-UNIVERSAL-exports-0.05-13.fc17.noarch >15:28:28 Upgrading perl-Module-Starter-PBP-0.000003-14.fc17.noarch >15:28:30 Upgrading perl-Tie-DBI-1.05-5.fc17.noarch >15:28:31 Upgrading net-snmp-5.7.1-4.fc17.x86_64 >15:28:34 Upgrading perl-Text-Autoformat-1.669002-4.fc17.noarch >15:28:35 Upgrading perl-Math-Spline-0.01-11.fc17.noarch >15:28:36 Upgrading perl-Module-Depends-0.15-1.fc17.noarch >15:28:37 Upgrading perl-ExtUtils-AutoInstall-0.63-17.fc17.noarch >15:28:38 Upgrading perl-ExtUtils-Embed-1.30-211.fc17.noarch >15:28:39 Upgrading perl-Test-Simple-0.98-211.fc17.noarch >15:28:41 Upgrading perl-Archive-Any-0.0932-9.fc17.noarch >15:28:42 Upgrading perl-Term-ProgressBar-2.10-1.fc17.noarch >15:28:43 Upgrading logwatch-7.4.0-11.20120229svn100.fc17.noarch >15:28:48 Upgrading perl-IPC-SharedCache-1.3-18.fc17.noarch >15:28:49 Upgrading perl-Data-Page-2.02-6.fc17.noarch >15:28:50 Upgrading libvorbis-devel-1.3.3-1.fc17.x86_64 >15:28:50 Upgrading perl-Tie-EncryptedHash-1.24-8.fc17.noarch >15:28:51 Upgrading perl-Params-Coerce-0.14-11.fc17.noarch >15:28:52 Upgrading perl-Digest-HMAC-1.03-2.fc17.noarch >15:28:53 Upgrading perl-Module-Signature-0.68-3.fc17.noarch >15:28:54 Upgrading perl-Crypt-PasswdMD5-1.3-12.fc17.noarch >15:28:55 Upgrading perl-File-MMagic-XS-0.09006-7.fc17.x86_64 >15:28:56 Upgrading emacs-nox-24.0.95-1.fc17.x86_64 >15:29:05 Upgrading emacs-24.0.95-1.fc17.x86_64 >15:29:13 Upgrading libtool-2.4.2-3.fc17.x86_64 >15:29:17 Upgrading automake17-1.7.9-15.fc17.1.noarch >15:29:19 Upgrading perl-Version-Requirements-0.101022-1.fc17.noarch >15:29:20 Upgrading perl-Module-Info-0.32-4.fc17.noarch >15:29:21 Upgrading numactl-2.0.7-5.fc17.x86_64 >15:29:22 Upgrading perl-Sort-Versions-1.5-18.fc17.noarch >15:29:22 Upgrading automake14-1.4p6-22.fc17.noarch >15:29:25 Upgrading redhat-rpm-config-9.1.0-28.fc17.noarch >15:29:26 Upgrading perl-Compress-Bzip2-2.09-14.fc17.x86_64 >15:29:27 Upgrading perl-Digest-MD2-2.03-18.fc17.x86_64 >15:29:27 Upgrading amanda-server-3.3.0-5.fc17.x86_64 >15:29:33 Upgrading perl-ExtUtils-PkgConfig-1.12-11.fc17.noarch >15:29:34 Upgrading perl-AppConfig-1.66-15.fc17.noarch >15:29:34 Upgrading amanda-client-3.3.0-5.fc17.x86_64 >15:29:37 Upgrading perl-Module-Locate-1.7-10.fc17.noarch >15:29:37 Upgrading samba-3.6.5-86.fc17.1.x86_64 >15:29:58 Upgrading perl-Convert-ASN1-0.22-7.fc17.noarch >15:29:59 Upgrading perl-UNIVERSAL-isa-1.03-8.fc17.noarch >15:29:59 Upgrading psutils-perl-1.17-38.fc17.noarch >15:30:00 Upgrading mutt-1.5.21-11.fc17.x86_64 >15:30:05 Upgrading groff-perl-1.21-8.fc17.x86_64 >15:30:07 Upgrading perl-CPAN-DistnameInfo-0.11-5.fc17.noarch >15:30:08 Upgrading patchutils-0.3.2-2.fc17.x86_64 >15:30:10 Upgrading perl-Math-Vec-1.01-10.fc17.noarch >15:30:11 Upgrading perl-IPC-Shareable-0.60-17.fc17.noarch >15:30:12 Upgrading fbset-2.1-31.fc17.x86_64 >15:30:12 Upgrading lm_sensors-3.3.2-2.fc17.x86_64 >15:30:14 Upgrading subversion-1.7.4-6.fc17.x86_64 >15:30:18 Upgrading rpm-build-4.9.1.3-6.fc17.x86_64 >15:30:20 Upgrading vim-enhanced-7.3.444-1.fc17.x86_64 >15:30:25 Upgrading perl-Locale-SubCountry-1.50-1.fc17.noarch >15:30:26 Upgrading samba-client-3.6.5-86.fc17.1.x86_64 >15:31:07 Upgrading perl-Math-Round-0.06-12.fc17.noarch >15:31:08 Upgrading freeradius-2.1.12-5.fc17.x86_64 >15:31:22 Upgrading perl-String-CRC32-1.4-14.fc17.x86_64 >15:31:22 Upgrading imake-1.0.5-4.fc17.x86_64 >15:31:24 Upgrading perl-Math-Base85-0.2-12.fc17.noarch >15:31:25 Upgrading perl-Math-GMP-2.06-9.fc17.x86_64 >15:31:26 Upgrading perl-IPC-Run-0.89-6.fc17.noarch >15:31:28 Upgrading enscript-1.6.5.2-5.fc17.x86_64 >15:31:32 Upgrading valgrind-3.7.0-2.fc17.x86_64 >15:34:21 Upgrading perl-Digest-BubbleBabble-0.02-3.fc17.noarch >15:34:22 Upgrading perl-Object-Realize-Later-0.18-12.fc17.noarch >15:34:24 Upgrading perl-ExtUtils-Depends-0.303-4.fc17.noarch >15:34:25 Upgrading perl-Data-Buffer-0.04-14.fc17.noarch >15:34:26 Upgrading perl-Math-Pari-2.010806-12.fc17.x86_64 >15:34:30 Upgrading perl-Digest-MD4-1.5-17.fc17.x86_64 >15:34:31 Upgrading perl-Digest-Nilsimsa-0.06-19.fc17.x86_64 >15:34:32 Upgrading perl-UNIVERSAL-can-1.15-7.fc17.noarch >15:34:34 Upgrading perl-Module-Refresh-0.17-2.fc17.noarch >15:34:35 Upgrading perl-Locale-Maketext-Fuzzy-0.10-11.fc17.noarch >15:34:36 Upgrading perl-YAML-Parser-Syck-0.01-21.fc17.x86_64 >15:34:37 Upgrading perl-UNIVERSAL-moniker-0.08-16.fc17.noarch >15:34:37 Upgrading perl-Module-Versions-Report-1.06-9.fc17.noarch >15:34:39 Upgrading ConsoleKit-0.4.5-2.fc17.x86_64 >15:34:41 Upgrading system-config-firewall-tui-1.2.29-7.fc17.noarch >15:34:42 Upgrading kexec-tools-2.0.3-47.fc17.x86_64 >15:34:47 Upgrading PackageKit-yum-plugin-0.7.4-1.fc17.x86_64 >15:34:50 Upgrading PackageKit-device-rebind-0.7.4-1.fc17.x86_64 >15:34:51 Upgrading coolkey-devel-1.1.0-20.fc17.x86_64 >15:34:52 Upgrading openldap-devel-2.4.31-1.fc17.x86_64 >15:35:02 Upgrading lvm2-2.02.95-6.fc17.x86_64 >15:35:07 Upgrading openssh-server-5.9p1-22.fc17.x86_64 >15:35:10 Upgrading geoclue-0.12.0-10.fc17.x86_64 >15:35:12 Upgrading selinux-policy-targeted-3.10.0-121.fc17.noarch >libsepol.scope_copy_callback: entropyd: Duplicate declaration in module: type/attribute entropyd_var_run_t (No such file or directory). >libsemanage.semanage_link_sandbox: Link packages failed (No such file or directory). >/usr/sbin/semodule: Failed! >15:43:46 Upgrading mgetty-1.1.36-15.fc17.x86_64 >15:43:51 Upgrading sendmail-cf-8.14.5-12.fc17.noarch >15:43:54 Upgrading rp-pppoe-3.10-12.fc17.x86_64 >15:43:56 Upgrading wvdial-1.61-5.fc17.x86_64 >15:43:57 Upgrading ypserv-2.27-2.fc17.x86_64 >15:44:00 Upgrading nfs-utils-1.2.5-14.fc17.x86_64 >15:44:04 Upgrading avahi-compat-libdns_sd-0.6.30-7.fc17.x86_64 >15:44:15 Upgrading lockdev-devel-1.0.4-0.4.20111007git.fc17.x86_64 >15:44:16 Upgrading minicom-2.5-8.fc17.x86_64 >15:44:20 Upgrading setuptool-1.19.11-4.fc17.x86_64 >15:44:22 Upgrading system-config-keyboard-1.3.1-8.fc17.x86_64 >15:44:25 Upgrading fprintd-0.4.1-2.fc17.x86_64 >15:44:27 Upgrading accountsservice-0.6.18-1.fc17.x86_64 >15:44:29 Upgrading rtkit-0.10-2.fc17.x86_64 >15:44:30 Upgrading cups-pk-helper-0.2.2-1.fc17.x86_64 >15:44:32 Upgrading iptstate-2.2.2-7.fc17.x86_64 >15:44:33 Upgrading dbus-devel-1.4.10-4.fc17.x86_64 >15:44:34 Upgrading dbus-x11-1.4.10-4.fc17.x86_64 >15:44:35 Upgrading rng-tools-3-4.fc17.x86_64 >15:44:37 Upgrading cvs-1.11.23-25.fc17.x86_64 >15:44:41 Upgrading psacct-6.5.5-5.fc17.x86_64 >15:44:42 Upgrading irda-utils-0.9.18-14.fc17.x86_64 >15:44:44 Upgrading apg-2.3.0b-13.fc17.x86_64 >15:44:46 Upgrading portreserve-0.0.5-4.fc17.x86_64 >15:44:47 Upgrading audit-2.2.1-1.fc17.x86_64 >15:44:51 Upgrading acpid-2.0.16-1.fc17.x86_64 >15:44:52 Upgrading ipsec-tools-0.8.0-4.fc17.x86_64 >15:44:56 Upgrading mcstrans-0.3.3-4.fc17.x86_64 >15:45:00 Upgrading systemd-analyze-44-8.fc17.x86_64 >15:45:01 Upgrading irqbalance-1.0.3-4.fc17.x86_64 >15:45:02 Upgrading unbound-1.4.16-2.fc17.x86_64 >15:45:07 Upgrading smartmontools-5.42-3.fc17.x86_64 >15:45:10 Upgrading dirmngr-1.1.0-7.fc17.x86_64 >15:45:13 Upgrading isdn4k-utils-3.2-81.fc17.x86_64 >15:45:21 Upgrading quota-4.00-3.fc17.x86_64 >15:45:23 Upgrading microcode_ctl-1.17-24.fc17.x86_64 >15:45:25 Upgrading MAKEDEV-3.24-10.fc17.x86_64 >15:45:27 Upgrading hplip-common-3.12.4-2.fc17.x86_64 >15:45:28 Upgrading libudev-devel-182-1.fc17.x86_64 >15:45:29 Upgrading system-config-printer-udev-1.3.9-1.fc17.x86_64 >15:45:31 Upgrading device-mapper-devel-1.02.74-6.fc17.x86_64 >15:45:32 Upgrading prelink-0.4.6-5.fc17.x86_64 >15:45:38 Upgrading laughlin-backgrounds-gnome-14.1.0-4.fc17.noarch >15:45:38 Upgrading desktop-backgrounds-gnome-17.0.0-1.fc17.noarch >15:45:39 Upgrading libreport-plugin-reportuploader-2.0.10-2.fc17.x86_64 >15:45:40 Upgrading libreport-newt-2.0.10-2.fc17.x86_64 >15:45:40 Upgrading libreport-plugin-logger-2.0.10-2.fc17.x86_64 >15:45:42 Upgrading libreport-plugin-bugzilla-2.0.10-2.fc17.x86_64 >15:45:43 Upgrading lovelock-backgrounds-stripes-gnome-14.91.1-2.fc17.noarch >15:45:43 Upgrading verne-backgrounds-gnome-15.92.1-2.fc17.noarch >15:45:44 Upgrading nodoka-metacity-theme-0.3.90-6.fc17.noarch >15:45:44 Upgrading mcrypt-2.6.8-5.fc17.x86_64 >15:45:46 Upgrading nc-1.103-3.fc17.x86_64 >15:45:47 Upgrading sudo-1.8.3p1-6.fc17.x86_64 >15:45:52 Upgrading neon-devel-0.29.6-2.fc17.x86_64 >15:45:54 Upgrading xorg-x11-xfs-utils-1.1.2-1.fc17.x86_64 >15:45:55 Upgrading samba-winbind-3.6.5-86.fc17.1.x86_64 >15:46:12 Upgrading mlocate-0.25-1.fc17.x86_64 >15:46:20 Upgrading tcpdump-4.2.1-2.fc17.x86_64 >15:46:22 Upgrading oprofile-0.9.7-2.fc17.x86_64 >15:46:32 Upgrading passwdqc-1.2.2-3.fc17.x86_64 >15:46:34 Upgrading bind-utils-9.9.0-4.fc17.x86_64 >15:46:37 Upgrading smbios-utils-2.2.28-6.fc17.x86_64 >15:46:37 Upgrading yum-utils-1.1.31-4.fc17.noarch >15:46:40 Upgrading yum-plugin-rpm-warm-cache-1.1.31-4.fc17.noarch >15:46:41 Upgrading yum-plugin-remove-with-leaves-1.1.31-4.fc17.noarch >15:46:42 Upgrading yum-plugin-verify-1.1.31-4.fc17.noarch >15:46:43 Upgrading yum-plugin-security-1.1.31-4.fc17.noarch >15:46:45 Upgrading yum-plugin-keys-1.1.31-4.fc17.noarch >15:46:46 Upgrading yum-plugin-show-leaves-1.1.31-4.fc17.noarch >15:46:46 Upgrading yum-plugin-upgrade-helper-1.1.31-4.fc17.noarch >15:46:48 Upgrading python-bugzilla-0.6.2-4.fc17.noarch >15:46:49 Upgrading java_cup-0.11a-7.fc17.noarch >15:46:51 Upgrading gcc-gfortran-4.7.0-4.fc17.x86_64 >15:47:19 Upgrading esound-tools-0.2.41-5.fc17.x86_64 >15:47:21 Upgrading gnome-icon-theme-symbolic-3.4.0-1.fc17.noarch >15:47:24 Upgrading asciidoc-8.4.5-7.fc17.noarch >15:47:27 Upgrading boost-devel-1.48.0-11.fc17.x86_64 >15:48:35 Upgrading elinks-0.12-0.28.pre5.fc17.x86_64 >15:48:40 Upgrading python-smbc-1.0.13-1.fc17.x86_64 >15:48:41 Upgrading kde-filesystem-4-39.fc17.x86_64 >15:48:43 Upgrading libgdata-0.12.0-1.fc17.x86_64 >15:48:47 Upgrading dvd+rw-tools-7.1-9.fc17.x86_64 >15:48:49 Upgrading mkbootdisk-1.5.5-7.fc17.x86_64 >15:48:50 Upgrading pinfo-0.6.10-4.fc17.x86_64 >15:48:51 Upgrading libuser-python-0.57.6-1.fc17.x86_64 >15:48:52 Upgrading libcurl-devel-7.24.0-2.fc17.x86_64 >15:48:55 Upgrading python-ldap-2.4.6-2.fc17.x86_64 >15:48:58 Upgrading postgresql-libs-9.1.3-3.fc17.x86_64 >15:49:00 Upgrading pam_pkcs11-0.6.2-8.fc17.x86_64 >15:49:03 Upgrading libssh2-devel-1.4.1-2.fc17.x86_64 >15:49:05 Upgrading python-slip-0.2.20-2.fc17.noarch >15:49:07 Upgrading gnome-doc-utils-stylesheets-0.20.10-2.fc17.noarch >15:49:09 Upgrading opensp-1.5.2-14.fc17.x86_64 >15:49:15 Upgrading net-snmp-utils-5.7.1-4.fc17.x86_64 >15:49:17 Upgrading libxslt-python-1.1.26-9.fc17.x86_64 >15:49:19 Upgrading sos-2.2-3.fc17.noarch >15:49:23 Upgrading xfsdump-3.1.0-2.fc17.x86_64 >15:49:25 Upgrading crash-6.0.5-1.fc17.x86_64 >15:49:36 Upgrading gamin-python-0.1.10-12.fc17.x86_64 >15:49:38 Upgrading libproxy-python-0.4.7-4.fc17.noarch >15:49:39 Upgrading python-decorator-3.3.3-1.fc17.noarch >15:49:40 Upgrading nmap-5.51-4.fc17.x86_64 >15:49:54 Upgrading python-lxml-2.3.3-1.fc17.x86_64 >15:49:59 Upgrading python-numeric-24.2-17.fc17.x86_64 >15:50:04 Upgrading libxml2-devel-2.7.8-7.fc17.x86_64 >15:50:12 Upgrading pcsc-lite-devel-1.8.3-1.fc17.x86_64 >15:50:13 Upgrading sip-4.13.2-1.fc17.x86_64 >15:50:15 Upgrading cracklib-python-2.8.18-3.fc17.x86_64 >15:50:16 Upgrading python-devel-2.7.3-6.fc17.x86_64 >15:50:20 Upgrading python-imaging-1.1.7-6.fc17.x86_64 >15:50:25 Upgrading PyXML-0.8.4-27.fc17.x86_64 >15:50:34 Upgrading openssl-devel-1.0.0i-1.fc17.x86_64 >15:50:42 Upgrading qt-4.8.1-5.fc17.x86_64 >15:51:02 Upgrading stunnel-4.50-2.fc17.x86_64 >15:51:04 Upgrading wget-1.13.4-2.fc17.x86_64 >15:51:07 Upgrading krb5-workstation-1.10-6.fc17.x86_64 >15:51:11 Upgrading pam-devel-1.1.5-5.fc17.x86_64 >15:51:14 Upgrading pam_ccreds-10-4.fc17.x86_64 >15:51:14 Upgrading pam_krb5-2.3.13-2.fc17.x86_64 >15:51:17 Upgrading wodim-1.1.11-10.fc17.x86_64 >15:51:20 Upgrading usbutils-004-4.fc17.x86_64 >15:51:21 Upgrading ksh-20120229-2.fc17.x86_64 >15:51:26 Upgrading t1lib-5.1.2-9.fc17.x86_64 >15:51:29 Upgrading tcsh-6.17-18.fc17.x86_64 >15:51:32 Upgrading gnome-menus-3.4.0-1.fc17.x86_64 >15:51:35 Upgrading libacl-devel-2.2.51-5.fc17.x86_64 >15:51:37 Upgrading libffado-2.1.0-0.8.20120325.svn2088.fc17.x86_64 >15:51:41 Upgrading libproxy-bin-0.4.7-4.fc17.x86_64 >15:51:42 Upgrading aspell-en-7.1-3.fc17.x86_64 >15:51:48 Upgrading dump-0.4-0.12.b44.fc17.x86_64 >15:51:51 Upgrading libfreebob-1.0.11-11.fc17.x86_64 >15:51:52 Upgrading libXvMC-1.0.7-1.fc17.x86_64 >15:51:53 Upgrading newt-devel-0.52.14-2.fc17.x86_64 >15:51:54 Upgrading plymouth-graphics-libs-0.8.4-0.20120319.2.fc17.x86_64 >15:51:55 Upgrading dialog-devel-1.1-15.20110707.fc17.x86_64 >15:51:56 Upgrading xorg-x11-fonts-ISO8859-1-100dpi-7.5-5.fc17.noarch >15:52:04 Upgrading xorg-x11-fonts-75dpi-7.5-5.fc17.noarch >15:52:19 Upgrading xorg-x11-fonts-ISO8859-1-75dpi-7.5-5.fc17.noarch >15:52:27 Upgrading enchant-1.6.0-4.fc17.x86_64 >15:52:28 Upgrading hunspell-en-0.20110318-2.fc17.noarch >15:52:32 Upgrading pciutils-devel-3.1.9-1.fc17.x86_64 >15:52:33 Upgrading libxklavier-5.2.1-1.fc17.x86_64 >15:52:34 Upgrading ntsysv-1.3.59-1.fc17.x86_64 >15:52:35 Upgrading lftp-4.3.6-1.fc17.x86_64 >15:52:41 Upgrading Xaw3d-1.5E-21.fc17.x86_64 >15:52:42 Upgrading xorg-x11-xauth-1.0.7-1.fc17.x86_64 >15:52:44 Upgrading libXScrnSaver-1.2.2-1.fc17.x86_64 >15:52:45 Upgrading libXres-1.0.6-1.fc17.x86_64 >15:52:47 Upgrading libdmx-1.1.2-1.fc17.x86_64 >15:52:48 Upgrading libXxf86misc-1.0.3-3.fc17.x86_64 >15:52:49 Upgrading libXxf86dga-1.1.3-1.fc17.x86_64 >15:52:51 Upgrading hesiod-devel-3.1.0-21.fc17.x86_64 >15:52:52 Upgrading obexd-0.44-1.fc17.x86_64 >15:52:54 Upgrading libexif-devel-0.6.20-2.fc17.x86_64 >15:52:57 Upgrading libgssglue-devel-0.3-1.fc17.x86_64 >15:52:59 Upgrading readline-devel-6.2-4.fc17.x86_64 >15:53:01 Upgrading lcms-1.19-5.fc17.x86_64 >15:53:03 Upgrading libmng-1.0.10-6.fc17.x86_64 >15:53:05 Upgrading radeontool-1.5-8.fc17.x86_64 >15:53:06 Upgrading kernel-tools-3.3.4-4.fc17.x86_64 >15:53:08 Upgrading xz-lzma-compat-5.1.1-2alpha.fc17.x86_64 >15:53:09 Upgrading e2fsprogs-devel-1.42-4.fc17.x86_64 >15:53:10 Upgrading e2fsprogs-devel-1.42-4.fc17.i686 >15:53:12 Upgrading libnl-devel-1.1-15.fc17.x86_64 >15:53:17 Upgrading tmpwatch-2.10.3-2.fc17.x86_64 >15:53:19 Upgrading beecrypt-4.2.1-4.fc17.x86_64 >15:53:21 Upgrading rcs-5.8-2.fc17.x86_64 >15:53:24 Upgrading iso-codes-3.34-1.fc17.noarch >15:53:40 Upgrading libbeagle-0.3.9-8.fc17.x86_64 >15:53:41 Upgrading json-glib-0.14.2-2.fc17.x86_64 >15:53:43 Upgrading libao-1.1.0-2.fc17.x86_64 >15:53:46 Upgrading libgee-0.7.2-1.fc17.x86_64 >15:53:49 Upgrading libgtop2-2.28.4-2.fc17.x86_64 >15:53:52 Upgrading libgsf-1.14.21-3.fc17.x86_64 >15:53:55 Upgrading libidn-devel-1.24-1.fc17.x86_64 >15:53:57 Upgrading libusb-devel-0.1.3-10.fc17.x86_64 >15:53:58 Upgrading gnome-mime-data-2.18.0-9.fc17.noarch >15:54:03 Upgrading sqlite-devel-3.7.11-2.fc17.x86_64 >15:54:04 Upgrading gdbm-devel-1.10-2.fc17.x86_64 >15:54:05 Upgrading flex-2.5.35-14.fc17.x86_64 >15:54:08 Upgrading bison-2.5-3.fc17.x86_64 >15:54:13 Upgrading celt-0.11.1-3.fc17.x86_64 >15:54:14 Upgrading libtheora-1.1.1-3.fc17.x86_64 >15:54:16 Upgrading cyrus-sasl-plain-2.1.23-29.fc17.x86_64 >15:54:17 Upgrading swig-2.0.5-1.fc17.x86_64 >15:54:27 Upgrading jwhois-4.0-29.fc17.x86_64 >15:54:29 Upgrading ltrace-0.6.0-11.fc17.x86_64 >15:54:31 Upgrading db4-utils-4.8.30-10.fc17.x86_64 >15:54:32 Upgrading gmp-devel-5.0.2-6.fc17.x86_64 >15:54:34 Upgrading rsync-3.0.9-2.fc17.x86_64 >15:54:37 Upgrading wxBase-2.8.12-4.fc17.x86_64 >15:54:41 Upgrading ftp-0.17-55.fc17.x86_64 >15:54:42 Upgrading udftools-1.0.0b3-15.fc17.x86_64 >15:54:43 Upgrading ttmkfdir-3.0.9-35.fc17.x86_64 >15:54:44 Upgrading mt-st-1.1-6.fc17.x86_64 >15:54:45 Upgrading isomd5sum-1.0.9-1.fc17.x86_64 >15:54:46 Upgrading bzip2-devel-1.0.6-4.fc17.x86_64 >15:54:48 Upgrading libnih-1.0.2-6.fc17.x86_64 >15:54:49 Upgrading foomatic-filters-4.0.8-8.fc17.x86_64 >15:54:51 Upgrading texinfo-4.13a-16.fc17.x86_64 >15:54:56 Upgrading nano-2.3.1-3.fc17.x86_64 >15:55:00 Upgrading indent-2.2.11-6.fc17.x86_64 >15:55:02 Upgrading libmodplug-0.8.8.4-2.fc17.x86_64 >15:55:05 Upgrading doxygen-1.8.0-1.fc17.x86_64 >15:55:23 Upgrading compat-db45-4.5.20-20.fc17.x86_64 >15:55:29 Upgrading compat-db46-4.6.21-20.fc17.x86_64 >15:55:34 Upgrading libcap-devel-2.22-2.fc17.x86_64 >15:55:35 Upgrading lsof-4.85-2.fc17.x86_64 >15:55:38 Upgrading dash-0.5.7-3.fc17.x86_64 >15:55:40 Upgrading kpathsea-2007-70.fc17.x86_64 >15:55:42 Upgrading libpaper-1.1.24-4.fc17.x86_64 >15:55:43 Upgrading mcelog-1.0-0.4.6e4e2a00.fc17.x86_64 >15:55:45 Upgrading psutils-1.17-38.fc17.x86_64 >15:55:46 Upgrading traceroute-2.0.18-3.fc17.x86_64 >15:55:48 Upgrading strace-4.7-1.fc17.x86_64 >15:55:50 Upgrading mtr-0.82-2.fc17.x86_64 >15:55:51 Upgrading telnet-0.17-52.fc17.x86_64 >15:55:53 Upgrading compat-readline5-5.2-19.fc17.x86_64 >15:55:55 Upgrading talk-0.17-38.fc17.x86_64 >15:55:56 Upgrading tree-1.6.0-4.fc17.x86_64 >15:55:57 Upgrading libvpx-1.0.0-1.fc17.x86_64 >15:55:59 Upgrading libx86-1.1-11.fc17.x86_64 >15:56:00 Upgrading diffstat-1.55-1.fc17.x86_64 >15:56:01 Upgrading netpbm-10.57.02-1.fc17.x86_64 >15:56:04 Upgrading dos2unix-5.3.3-1.fc17.x86_64 >15:56:05 Upgrading ctags-5.8-4.fc17.x86_64 >15:56:07 Upgrading lzma-libs-4.32.7-7.fc17.x86_64 >15:56:08 Upgrading rsh-0.17-68.fc17.x86_64 >15:56:09 Upgrading paps-libs-0.6.8-18.fc17.x86_64 >15:56:10 Upgrading libmpcdec-1.2.6-8.fc17.x86_64 >15:56:11 Upgrading libvisual-0.4.0-11.fc17.x86_64 >15:56:13 Upgrading SDL-1.2.14-16.fc17.x86_64 >15:56:15 Upgrading setserial-2.17-28.fc17.x86_64 >15:56:16 Upgrading finger-0.17-44.fc17.x86_64 >15:56:16 Upgrading liboil-0.3.16-6.fc17.x86_64 >15:56:18 Upgrading hdparm-9.39-1.fc17.x86_64 >15:56:19 Upgrading byacc-1.9.20111219-1.fc17.x86_64 >15:56:20 Upgrading cdparanoia-libs-10.2-11.fc17.x86_64 >15:56:21 Upgrading speex-1.2-0.14.rc1.fc17.x86_64 >15:56:22 Upgrading openjpeg-libs-1.4-12.fc17.x86_64 >15:56:23 Upgrading libical-0.48-2.fc17.x86_64 >15:56:24 Upgrading symlinks-1.4-5.fc17.x86_64 >15:56:25 Upgrading orc-0.4.16-5.fc17.x86_64 >15:56:26 Upgrading rdate-1.4-19.fc17.x86_64 >15:56:26 Upgrading mtx-1.3.12-7.fc17.x86_64 >15:56:27 Upgrading wavpack-4.60.1-3.fc17.x86_64 >15:56:29 Upgrading rdist-6.1.5-53.fc17.x86_64 >15:56:29 Upgrading inotify-tools-3.14-3.fc17.x86_64 >15:56:30 Upgrading vconfig-1.9-10.fc17.x86_64 >15:56:31 Upgrading ethtool-3.2-2.fc17.x86_64 >15:56:32 Upgrading adwaita-cursor-theme-3.4.1-1.fc17.noarch >15:56:34 Upgrading desktop-backgrounds-basic-17.0.0-1.fc17.noarch >15:56:40 Upgrading mozilla-filesystem-1.9-7.fc17.x86_64 >15:56:41 Upgrading adwaita-gtk2-theme-3.4.1-1.fc17.x86_64 >15:56:41 Upgrading words-3.0-18.fc17.noarch >15:56:45 Upgrading foomatic-db-filesystem-4.0-31.20120103.fc17.noarch >15:56:45 Upgrading man-pages-3.35-2.fc17.noarch >15:57:09 Upgrading dmz-cursor-themes-0.4-5.fc17.noarch >15:57:12 Upgrading yelp-xsl-3.4.1-1.fc17.noarch >15:57:14 Upgrading flex-static-2.5.35-14.fc17.x86_64 >15:57:14 Upgrading xemacs-filesystem-21.5.31-4.fc17.noarch >15:57:15 Upgrading control-center-filesystem-3.4.1-1.fc17.x86_64 >15:57:16 Upgrading rootfiles-8.1-8.fc17.noarch >15:57:21 Upgrading gnome-user-docs-3.4.1-1.fc17.noarch >15:58:09 Upgrading nss-softokn-freebl-3.13.4-2.fc17.i686 >15:58:10 Upgrading glibc-2.15-35.fc17.i686 >warning: /etc/rpc created as /etc/rpc.rpmnew >15:58:24 Upgrading libgcc-4.7.0-4.fc17.i686 >15:58:25 Upgrading kernel-3.3.4-4.fc17.x86_64 >grubby fatal error: unable to find a suitable template >15:59:30 Upgrading libstdc++-4.7.0-4.fc17.i686 >15:59:32 Upgrading zlib-1.2.5-6.fc17.i686 >15:59:33 Upgrading libselinux-2.1.10-3.fc17.i686 >15:59:35 Upgrading libxml2-2.7.8-7.fc17.i686 >15:59:40 Upgrading dbus-libs-1.4.10-4.fc17.i686 >15:59:41 Upgrading expat-2.1.0-1.fc17.i686 >15:59:42 Upgrading libcom_err-1.42-4.fc17.i686 >15:59:43 Upgrading ncurses-libs-5.9-4.20120204.fc17.i686 >15:59:45 Upgrading nspr-4.9-2.fc17.i686 >15:59:46 Upgrading nss-util-3.13.4-2.fc17.i686 >15:59:47 Upgrading libgpg-error-1.10-2.fc17.i686 >15:59:48 Upgrading libgcrypt-1.5.0-3.fc17.i686 >15:59:50 Upgrading bzip2-libs-1.0.6-4.fc17.i686 >15:59:50 Upgrading db4-4.8.30-10.fc17.i686 >15:59:53 Upgrading libjpeg-turbo-1.2.0-1.fc17.i686 >15:59:54 Upgrading libuuid-2.21.1-1.fc17.i686 >15:59:55 Upgrading libdrm-2.4.33-1.fc17.x86_64 >15:59:56 Upgrading system-setup-keyboard-0.8.8-2.fc17.x86_64 >15:59:57 Upgrading xorg-x11-server-Xorg-1.12.0-2.fc17.x86_64 >16:00:01 Upgrading mesa-libGL-8.0.2-2.fc17.x86_64 >16:00:02 Upgrading readline-6.2-4.fc17.i686 >16:00:04 Upgrading sqlite-3.7.11-2.fc17.i686 >16:00:05 Upgrading avahi-libs-0.6.30-7.fc17.i686 >16:00:06 Upgrading libffi-3.0.10-2.fc17.i686 >16:00:07 Upgrading libraw1394-2.0.7-2.fc17.i686 >16:00:08 Upgrading xz-libs-5.1.1-2alpha.fc17.i686 >16:00:09 Upgrading elfutils-libelf-0.153-2.fc17.i686 >16:00:11 Upgrading mesa-libGLU-8.0.2-2.fc17.x86_64 >16:00:12 Upgrading gamin-0.1.10-12.fc17.i686 >16:00:14 Upgrading glib2-2.32.1-1.fc17.i686 >16:00:21 Upgrading apr-1.4.6-1.fc17.i686 >16:00:22 Upgrading libsigc++20-2.2.10-2.fc17.i686 >16:00:23 Upgrading keyutils-libs-1.5.5-2.fc17.i686 >16:00:24 Upgrading krb5-libs-1.10-6.fc17.i686 >warning: /etc/krb5.conf created as /etc/krb5.conf.rpmnew >16:00:27 Upgrading openssl-1.0.0i-1.fc17.i686 >16:00:32 Upgrading audit-libs-2.2.1-1.fc17.i686 >16:00:32 Upgrading libattr-2.4.46-5.fc17.i686 >16:00:33 Upgrading libacl-2.2.51-5.fc17.i686 >16:00:34 Upgrading libcap-2.22-2.fc17.i686 >16:00:35 Upgrading libICE-1.0.8-1.fc17.i686 >16:00:35 Upgrading popt-1.13-10.fc17.i686 >16:00:36 Upgrading libGLEW-1.6.0-2.fc17.x86_64 >16:00:37 Upgrading systemtap-devel-1.7-7.fc17.x86_64 >16:00:42 Upgrading libSM-1.2.1-1.fc17.i686 >16:00:43 Upgrading glibmm24-2.32.0-1.fc17.i686 >16:00:45 Upgrading apr-util-1.4.1-2.fc17.i686 >16:00:46 Upgrading dbus-glib-0.92-3.fc17.i686 >16:00:47 Upgrading libiec61883-1.2.0-7.fc17.i686 >16:00:48 Upgrading nss-softokn-3.13.4-2.fc17.i686 >16:00:49 Upgrading nss-3.13.4-3.fc17.i686 >16:00:52 Upgrading libtiff-3.9.5-3.fc17.i686 >16:00:53 Upgrading file-libs-5.10-5.fc17.i686 >16:00:56 Upgrading libpng-1.5.10-1.fc17.i686 >16:00:57 Upgrading boost-system-1.48.0-11.fc17.i686 >16:00:58 Upgrading libicu-4.8.1.1-2.fc17.i686 >16:01:12 Upgrading libidn-1.24-1.fc17.i686 >16:01:13 Upgrading libudev-182-1.fc17.i686 >16:01:14 Upgrading libdb-5.2.36-5.fc17.i686 >16:01:17 Upgrading cyrus-sasl-lib-2.1.23-29.fc17.i686 >16:01:18 Upgrading openldap-2.4.31-1.fc17.i686 >warning: /etc/openldap/ldap.conf created as /etc/openldap/ldap.conf.rpmnew >16:01:21 Upgrading libogg-1.2.2-4.fc17.i686 >16:01:21 Upgrading plymouth-scripts-0.8.4-0.20120319.2.fc17.x86_64 >16:01:22 Upgrading plymouth-0.8.4-0.20120319.2.fc17.x86_64 >16:01:23 Upgrading systemtap-runtime-1.7-7.fc17.x86_64 >16:01:25 Upgrading systemtap-client-1.7-7.fc17.x86_64 >16:01:39 Upgrading boost-regex-1.48.0-11.fc17.i686 >16:01:41 Upgrading boost-filesystem-1.48.0-11.fc17.i686 >16:01:42 Upgrading libxml++-2.34.2-3.fc17.i686 >16:01:43 Upgrading libssh2-1.4.1-2.fc17.i686 >16:01:45 Upgrading libIDL-0.8.14-4.fc17.i686 >16:01:46 Upgrading ORBit2-2.14.19-3.fc17.i686 >16:01:47 Upgrading avahi-glib-0.6.30-7.fc17.i686 >16:01:47 Upgrading kmod-libs-7-1.fc17.i686 >16:01:48 Upgrading libavc1394-0.5.3-11.fc17.i686 >16:01:49 Upgrading llvm-libs-3.0-12.fc17.i686 >16:02:04 Upgrading lua-5.1.4-10.fc17.i686 >16:02:06 Upgrading jasper-libs-1.900.1-19.fc17.i686 >16:02:07 Upgrading dialog-1.1-15.20110707.fc17.i686 >16:02:09 Upgrading mesa-libglapi-8.0.2-2.fc17.i686 >16:02:10 Upgrading libfontenc-1.1.0-2.fc17.i686 >16:02:11 Upgrading libconfig-1.4.8-2.fc17.i686 >16:02:12 Upgrading boost-thread-1.48.0-11.fc17.i686 >16:02:13 Upgrading libmodman-2.0.1-4.fc17.i686 >16:02:14 Upgrading libproxy-0.4.7-4.fc17.i686 >16:02:15 Upgrading boost-date-time-1.48.0-11.fc17.i686 >16:02:16 Upgrading libnl-1.1-15.fc17.i686 >16:02:17 Upgrading alsa-lib-1.0.25-3.fc17.i686 >16:02:19 Upgrading libgssglue-0.3-1.fc17.i686 >16:02:20 Upgrading libsepol-2.1.5-3.fc17.i686 >Couldn't find an alternative telinit implementation to spawn. >16:02:21 Upgrading device-mapper-libs-1.02.74-6.fc17.i686 >16:02:22 Upgrading cryptsetup-libs-1.4.2-1.fc17.i686 >16:02:24 Upgrading cracklib-2.8.18-3.fc17.i686 >16:02:25 Upgrading pam-1.1.5-5.fc17.i686 >warning: /etc/pam.d/password-auth created as /etc/pam.d/password-auth.rpmnew >warning: /etc/pam.d/smartcard-auth created as /etc/pam.d/smartcard-auth.rpmnew >warning: /etc/pam.d/system-auth created as /etc/pam.d/system-auth.rpmnew >16:02:29 Upgrading slang-2.2.4-3.fc17.i686 >16:02:31 Upgrading libdaemon-0.14-3.fc17.i686 >16:02:32 Upgrading audiofile-0.2.7-3.fc17.i686 >16:02:33 Upgrading libusb1-1.0.9-0.6.rc1.fc17.i686 >16:02:34 Upgrading tcp_wrappers-libs-7.6-69.fc17.i686 >16:02:36 Upgrading systemd-44-8.fc17.i686 >warning: /etc/dbus-1/system.d/org.freedesktop.login1.conf created as /etc/dbus-1/system.d/org.freedesktop.login1.conf.rpmnew >warning: /etc/systemd/system.conf created as /etc/systemd/system.conf.rpmnew >16:02:41 Upgrading polkit-0.104-6.fc17.i686 >16:02:42 Upgrading GConf2-3.2.5-1.fc17.i686 >16:02:47 Upgrading gdbm-1.10-2.fc17.i686 >16:02:48 Upgrading python-libs-2.7.3-6.fc17.i686 >16:03:12 Upgrading libgomp-4.7.0-4.fc17.i686 >16:03:13 Upgrading pakchois-0.4-5.i686 >16:03:15 Upgrading libXau-1.0.6-3.fc17.i686 >16:03:16 Upgrading libxcb-1.8.1-1.fc17.i686 >16:03:17 Upgrading libX11-1.4.99.901-2.fc17.i686 >16:03:19 Upgrading libXext-1.3.1-1.fc17.i686 >16:03:20 Upgrading libXfixes-5.0-2.fc17.i686 >16:03:21 Upgrading libXrender-0.9.7-1.fc17.i686 >16:03:21 Upgrading libXdamage-1.1.3-3.fc17.i686 >16:03:22 Upgrading libXxf86vm-1.1.2-1.fc17.i686 >16:03:23 Upgrading libXi-1.6.1-1.fc17.i686 >16:03:24 Upgrading libXt-1.1.2-2.fc17.i686 >16:03:25 Upgrading xcb-util-0.3.8-2.fc17.i686 >16:03:26 Upgrading pcsc-lite-libs-1.8.3-1.fc17.i686 >16:03:27 Upgrading libquadmath-4.7.0-4.fc17.i686 >16:03:28 Upgrading libtasn1-2.12-1.fc17.i686 >16:03:30 Upgrading lcms-libs-1.19-5.fc17.i686 >16:03:31 Upgrading p11-kit-0.12-1.fc17.i686 >16:03:32 Upgrading gnutls-2.12.17-1.fc17.i686 >16:03:34 Upgrading neon-0.29.6-2.fc17.i686 >16:03:35 Upgrading subversion-libs-1.7.4-6.fc17.i686 >16:03:38 Upgrading libpciaccess-0.13.1-1.fc17.i686 >16:03:39 Upgrading libdrm-2.4.33-1.fc17.i686 >16:03:40 Upgrading mesa-libGL-8.0.2-2.fc17.i686 >16:03:41 Upgrading libpcap-1.2.1-2.fc17.i686 >16:03:42 Upgrading freetype-2.4.8-3.fc17.i686 >16:03:44 Upgrading neon-devel-0.29.6-2.fc17.i686 >16:03:46 Upgrading libnl-devel-1.1-15.fc17.i686 >16:03:51 Upgrading dialog-devel-1.1-15.20110707.fc17.i686 >16:03:51 Upgrading systemtap-1.7-7.fc17.x86_64 >16:03:52 Upgrading libidn-devel-1.24-1.fc17.i686 >16:03:53 Upgrading glew-1.6.0-2.fc17.x86_64 >16:03:54 Upgrading glx-utils-7.10-6.20101028.fc17.x86_64 >16:03:55 Upgrading elfutils-libelf-devel-0.153-2.fc17.i686 >16:03:56 Upgrading xorg-x11-drv-vesa-2.3.1-1.fc17.x86_64 >16:03:56 Upgrading xorg-x11-drv-mouse-1.7.2-1.fc17.x86_64 >16:03:57 Upgrading xorg-x11-drv-void-1.4.0-8.fc17.x86_64 >16:03:57 Upgrading xorg-x11-drv-evdev-2.7.0-2.fc17.x86_64 >16:03:58 Upgrading xorg-x11-drv-keyboard-1.6.1-4.fc17.x86_64 >16:03:58 Upgrading mesa-dri-drivers-8.0.2-2.fc17.x86_64 >16:04:26 Upgrading pcmciautils-018-2.fc17.x86_64 >16:04:27 Upgrading autofs-5.0.6-16.fc17.x86_64 >16:04:29 Upgrading libXfont-1.4.5-1.fc17.i686 >16:04:30 Upgrading isdn4k-utils-3.2-81.fc17.i686 >16:04:35 Upgrading mesa-libGLU-8.0.2-2.fc17.i686 >16:04:36 Upgrading mesa-dri-drivers-8.0.2-2.fc17.i686 >16:05:03 Upgrading subversion-1.7.4-6.fc17.i686 >16:05:07 Upgrading cups-libs-1.5.2-12.fc17.i686 >16:05:09 Upgrading libmng-1.0.10-6.fc17.i686 >16:05:10 Upgrading libgfortran-4.7.0-4.fc17.i686 >16:05:12 Upgrading pam_pkcs11-0.6.2-8.fc17.i686 >16:05:14 Upgrading startup-notification-0.12-3.fc17.i686 >16:05:14 Upgrading libXmu-1.1.0-3.fc17.i686 >16:05:15 Upgrading libXtst-1.2.0-3.fc17.i686 >16:05:16 Upgrading libXrandr-1.3.1-3.fc17.i686 >16:05:17 Upgrading libXcursor-1.1.13-1.fc17.i686 >16:05:18 Upgrading libXinerama-1.1.2-1.fc17.i686 >16:05:19 Upgrading libXv-1.0.7-1.fc17.i686 >16:05:19 Upgrading libXres-1.0.6-1.fc17.i686 >16:05:20 Upgrading libXcomposite-0.4.3-3.fc17.i686 >16:05:21 Upgrading gdk-pixbuf2-2.26.1-1.fc17.i686 >16:05:25 Upgrading libXpm-3.5.10-1.fc17.i686 >16:05:26 Upgrading libxkbfile-1.0.8-1.fc17.i686 >16:05:27 Upgrading giflib-4.1.6-5.fc17.i686 >16:05:28 Upgrading beecrypt-4.2.1-4.fc17.i686 >16:05:29 Upgrading boost-python-1.48.0-11.fc17.i686 >16:05:30 Upgrading gnome-vfs2-2.24.4-7.fc17.i686 >16:05:35 Upgrading libusb-0.1.3-10.fc17.i686 >16:05:36 Upgrading esound-libs-0.2.41-5.fc17.i686 >16:05:37 Upgrading avahi-0.6.30-7.fc17.i686 >16:05:40 Upgrading newt-0.52.14-2.fc17.i686 >16:05:41 Upgrading ConsoleKit-libs-0.4.5-2.fc17.i686 >16:05:42 Upgrading libuser-0.57.6-1.fc17.i686 >16:05:44 Upgrading pam_krb5-2.3.13-2.fc17.i686 >16:05:46 Upgrading pam_ccreds-10-4.fc17.i686 >16:05:47 Upgrading libtirpc-0.2.2-2.1.fc17.i686 >16:05:48 Upgrading boost-wave-1.48.0-11.fc17.i686 >16:05:49 Upgrading libffado-2.1.0-0.8.20120325.svn2088.fc17.i686 >16:05:51 Upgrading rpm-libs-4.9.1.3-6.fc17.i686 >16:05:53 Upgrading libfreebob-1.0.11-11.fc17.i686 >16:05:54 Upgrading libbonobo-2.32.1-2.fc17.i686 >16:05:57 Upgrading libcurl-7.24.0-2.fc17.i686 >16:05:58 Upgrading boost-graph-1.48.0-11.fc17.i686 >16:05:59 Upgrading celt-0.11.1-3.fc17.i686 >16:06:00 Upgrading libvorbis-1.3.3-1.fc17.i686 >16:06:01 Upgrading cyrus-sasl-devel-2.1.23-29.fc17.i686 >16:06:03 Upgrading coolkey-1.1.0-20.fc17.i686 >16:06:05 Upgrading libevent-2.0.18-1.fc17.i686 >16:06:06 Upgrading libwvstreams-4.6.1-4.fc17.i686 >16:06:09 Upgrading krb5-devel-1.10-6.fc17.i686 >16:06:13 Upgrading libgnome-keyring-3.4.1-2.fc17.i686 >16:06:15 Upgrading libgsf-1.14.21-3.fc17.i686 >16:06:16 Upgrading gstreamer-0.10.36-1.fc17.i686 >16:06:20 Upgrading atk-2.4.0-1.fc17.i686 >16:06:22 Upgrading libcroco-0.6.5-1.fc17.i686 >16:06:23 Upgrading elfutils-libs-0.153-2.fc17.i686 >16:06:24 Upgrading libblkid-2.21.1-1.fc17.i686 >16:06:25 Upgrading libv4l-0.8.7-1.fc17.i686 >16:06:27 Upgrading boost-iostreams-1.48.0-11.fc17.i686 >16:06:28 Upgrading libxslt-1.1.26-9.fc17.i686 >16:06:30 Upgrading aspell-0.60.6.1-2.fc17.i686 >16:06:34 Upgrading e2fsprogs-libs-1.42-4.fc17.i686 >16:06:35 Upgrading opensp-1.5.2-14.fc17.i686 >16:06:38 Upgrading boost-program-options-1.48.0-11.fc17.i686 >16:06:39 Upgrading gmp-5.0.2-6.fc17.i686 >16:06:41 Upgrading boost-test-1.48.0-11.fc17.i686 >16:06:43 Upgrading boost-signals-1.48.0-11.fc17.i686 >16:06:45 Upgrading boost-serialization-1.48.0-11.fc17.i686 >16:06:46 Upgrading compat-db47-4.7.25-20.fc17.i686 >16:06:49 Upgrading boost-random-1.48.0-11.fc17.i686 >16:06:50 Upgrading pcre-8.21-5.fc17.i686 >16:06:51 Upgrading lockdev-1.0.4-0.4.20111007git.fc17.i686 >16:06:52 Upgrading pciutils-libs-3.1.9-1.fc17.i686 >16:06:53 Upgrading compat-gdbm-1.8.3-11.fc17.i686 >16:06:54 Upgrading libexif-0.6.20-2.fc17.i686 >16:06:56 Upgrading wavpack-4.60.1-3.fc17.i686 >16:06:57 Upgrading libtalloc-2.0.7-4.fc17.i686 >16:06:57 Upgrading kpathsea-2007-70.fc17.i686 >16:06:59 Upgrading bluez-libs-4.99-1.fc17.i686 >16:07:00 Upgrading hesiod-3.1.0-21.fc17.i686 >16:07:00 Upgrading libthai-0.1.14-5.fc17.i686 >16:07:02 Upgrading libart_lgpl-2.3.21-3.fc17.i686 >16:07:03 Upgrading libsysfs-2.1.0-11.fc17.i686 >16:07:04 Upgrading libieee1284-0.2.11-11.fc17.i686 >16:07:04 Upgrading libutempter-1.1.5-6.fc17.i686 >16:07:05 Upgrading libXdmcp-1.1.1-1.fc17.i686 >16:07:06 Upgrading wireless-tools-29-7.1.fc17.i686 >16:07:07 Upgrading valgrind-3.7.0-2.fc17.i686 >16:08:26 Upgrading libcap-ng-0.6.6-2.fc17.i686 >16:08:26 Upgrading libtdb-1.2.9-14.fc17.i686 >16:08:27 Upgrading pixman-0.24.4-2.fc17.i686 >16:08:28 Upgrading libtool-ltdl-2.4.2-3.fc17.i686 >16:08:29 Upgrading libasyncns-0.8-3.fc17.i686 >/var/tmp/rpm-tmp.4EVxX4: line 8: 3.2-77: No such file or directory >grubby fatal error: unable to find a suitable template >grubby fatal error: unable to find a suitable template >/var/tmp/rpm-tmp.qCQZId: line 8: 3.2-77: No such file or directory >/sbin/ldconfig: relative path `1' used to build cache >warning: %postun(dmraid-1.0.0.rc16-15.fc15.x86_64) scriptlet failed, exit status 1 >/var/tmp/rpm-tmp.j1Hb6l: line 7: 3.10-9: No such file or directory >grubby fatal error: unable to find a suitable template >grubby: doing this would leave no kernel entries. Not writing out new config. >ln -s '/usr/lib/systemd/system/getty@.service' '/etc/systemd/system/getty.target.wants/getty@tty1.service' >ln -s '/usr/lib/systemd/system/remote-fs.target' '/etc/systemd/system/multi-user.target.wants/remote-fs.target' >ln -s '/usr/lib/systemd/system/systemd-readahead-replay.service' '/etc/systemd/system/default.target.wants/systemd-readahead-replay.service' >ln -s '/usr/lib/systemd/system/systemd-readahead-collect.service' '/etc/systemd/system/default.target.wants/systemd-readahead-collect.service' >warning: (null) scriptlet failed, exit status 4 >warning: (null) scriptlet failed, exit status 4 > > >/proc/cmdline: >initrd=initrd.img root=live:CDLABEL=Fedora\x2017-Beta\x20x86_64 quiet rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >13:42:30,348 INFO kernel:imklog 5.8.7, log source = /proc/kmsg started. >13:42:30,348 INFO rsyslogd: [origin software="rsyslogd" swVersion="5.8.7" x-pid="654" x-info="http://www.rsyslog.com"] start >13:42:30,349 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >13:42:30,350 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >13:42:30,350 NOTICE kernel:[ 0.000000] Linux version 3.3.0-1.fc17.x86_64 (mockbuild@x86-12.phx2.fedoraproject.org) (gcc version 4.7.0 20120308 (Red Hat 4.7.0-0.19) (GCC) ) #1 SMP Mon Mar 19 03:03:39 UTC 2012 >13:42:30,350 INFO kernel:[ 0.000000] Command line: initrd=initrd.img root=live:CDLABEL=Fedora\x2017-Beta\x20x86_64 quiet rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz >13:42:30,350 INFO kernel:[ 0.000000] BIOS-provided physical RAM map: >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e400 (usable) >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved) >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 0000000000100000 - 000000003fee0000 (usable) >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 000000003fee0000 - 000000003fee3000 (ACPI NVS) >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 000000003fee3000 - 000000003fef0000 (ACPI data) >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 000000003fef0000 - 000000003ff00000 (reserved) >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) >13:42:30,350 INFO kernel:[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) >13:42:30,350 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >13:42:30,350 INFO kernel:[ 0.000000] DMI 2.2 present. >13:42:30,350 DEBUG kernel:[ 0.000000] DMI: /AB9/AB9RPO(Intel965+ICH8), BIOS 6.00 PG 12/19/2006 >13:42:30,350 DEBUG kernel:[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) >13:42:30,350 DEBUG kernel:[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) >13:42:30,350 INFO kernel:[ 0.000000] No AGP bridge found >13:42:30,350 INFO kernel:[ 0.000000] last_pfn = 0x3fee0 max_arch_pfn = 0x400000000 >13:42:30,350 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >13:42:30,350 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >13:42:30,350 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >13:42:30,350 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >13:42:30,350 DEBUG kernel:[ 0.000000] C0000-CCFFF write-protect >13:42:30,350 DEBUG kernel:[ 0.000000] CD000-EFFFF uncachable >13:42:30,350 DEBUG kernel:[ 0.000000] F0000-FFFFF write-through >13:42:30,350 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >13:42:30,350 DEBUG kernel:[ 0.000000] 0 base 000000000 mask FC0000000 write-back >13:42:30,350 DEBUG kernel:[ 0.000000] 1 base 03FF00000 mask FFFF00000 uncachable >13:42:30,350 DEBUG kernel:[ 0.000000] 2 disabled >13:42:30,350 DEBUG kernel:[ 0.000000] 3 disabled >13:42:30,350 DEBUG kernel:[ 0.000000] 4 disabled >13:42:30,350 DEBUG kernel:[ 0.000000] 5 disabled >13:42:30,350 DEBUG kernel:[ 0.000000] 6 disabled >13:42:30,350 DEBUG kernel:[ 0.000000] 7 disabled >13:42:30,350 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >13:42:30,350 DEBUG kernel:[ 0.000000] original variable MTRRs >13:42:30,350 DEBUG kernel:[ 0.000000] reg 0, base: 0GB, range: 1GB, type WB >13:42:30,350 DEBUG kernel:[ 0.000000] reg 1, base: 1023MB, range: 1MB, type UC >13:42:30,350 INFO kernel:[ 0.000000] total RAM covered: 1023M >13:42:30,350 INFO kernel:[ 0.000000] Found optimal setting for mtrr clean up >13:42:30,350 INFO kernel:[ 0.000000] gran_size: 64K chunk_size: 2M num_reg: 2 lose cover RAM: 0G >13:42:30,350 DEBUG kernel:[ 0.000000] New variable MTRRs >13:42:30,350 DEBUG kernel:[ 0.000000] reg 0, base: 0GB, range: 1GB, type WB >13:42:30,350 DEBUG kernel:[ 0.000000] reg 1, base: 1023MB, range: 1MB, type UC >13:42:30,350 INFO kernel:[ 0.000000] found SMP MP-table at [ffff8800000f3510] f3510 >13:42:30,350 DEBUG kernel:[ 0.000000] initial memory mapped : 0 - 20000000 >13:42:30,350 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480 >13:42:30,350 INFO kernel:[ 0.000000] init_memory_mapping: 0000000000000000-000000003fee0000 >13:42:30,350 DEBUG kernel:[ 0.000000] 0000000000 - 003fe00000 page 2M >13:42:30,350 DEBUG kernel:[ 0.000000] 003fe00000 - 003fee0000 page 4k >13:42:30,350 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 3fee0000 @ 1fffd000-20000000 >13:42:30,350 INFO kernel:[ 0.000000] RAMDISK: 3e77f000 - 3febf000 >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000f76b0 00014 (v00 IntelR) >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: RSDT 000000003fee3040 00038 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000) >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: FACP 000000003fee30c0 00074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000) >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: DSDT 000000003fee3180 04BFD (v01 INTELR AWRDACPI 00001000 MSFT 03000000) >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: FACS 000000003fee0000 00040 >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: MCFG 000000003fee7ec0 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000) >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: APIC 000000003fee7dc0 00084 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000) >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: SSDT 000000003fee7f40 0015C (v01 PmRef Cpu0Ist 00003000 INTL 20041203) >13:42:30,350 WARNING kernel:[ 0.000000] ACPI: SSDT 000000003fee83d0 002F1 (v01 PmRef CpuPm 00003000 INTL 20041203) >13:42:30,350 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >13:42:30,350 INFO kernel:[ 0.000000] No NUMA configuration found >13:42:30,350 INFO kernel:[ 0.000000] Faking a node at 0000000000000000-000000003fee0000 >13:42:30,350 INFO kernel:[ 0.000000] Initmem setup node 0 0000000000000000-000000003fee0000 >13:42:30,350 INFO kernel:[ 0.000000] NODE_DATA [000000003fecc000 - 000000003fedffff] >13:42:30,350 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003ce00000-ffff88003ddfffff] on node 0 >13:42:30,350 WARNING kernel:[ 0.000000] Zone PFN ranges: >13:42:30,350 WARNING kernel:[ 0.000000] DMA 0x00000010 -> 0x00001000 >13:42:30,350 WARNING kernel:[ 0.000000] DMA32 0x00001000 -> 0x00100000 >13:42:30,350 WARNING kernel:[ 0.000000] Normal empty >13:42:30,350 WARNING kernel:[ 0.000000] Movable zone start PFN for each node >13:42:30,350 WARNING kernel:[ 0.000000] Early memory PFN ranges >13:42:30,350 WARNING kernel:[ 0.000000] 0: 0x00000010 -> 0x0000009e >13:42:30,350 WARNING kernel:[ 0.000000] 0: 0x00000100 -> 0x0003fee0 >13:42:30,350 DEBUG kernel:[ 0.000000] On node 0 totalpages: 261742 >13:42:30,350 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >13:42:30,350 DEBUG kernel:[ 0.000000] DMA zone: 5 pages reserved >13:42:30,350 DEBUG kernel:[ 0.000000] DMA zone: 3913 pages, LIFO batch:0 >13:42:30,350 DEBUG kernel:[ 0.000000] DMA32 zone: 4028 pages used for memmap >13:42:30,350 DEBUG kernel:[ 0.000000] DMA32 zone: 253732 pages, LIFO batch:31 >13:42:30,350 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x408 >13:42:30,350 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >13:42:30,350 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) >13:42:30,350 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 >13:42:30,350 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >13:42:30,350 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >13:42:30,350 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >13:42:30,350 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >13:42:30,350 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >13:42:30,350 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >13:42:30,350 INFO kernel:[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs >13:42:30,350 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >13:42:30,350 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000 >13:42:30,350 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >13:42:30,350 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >13:42:30,350 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >13:42:30,350 INFO kernel:[ 0.000000] Allocating PCI resources starting at 3ff00000 (gap: 3ff00000:a0100000) >13:42:30,350 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >13:42:30,350 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1 >13:42:30,350 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003e400000 s82624 r8192 d23872 u524288 >13:42:30,350 DEBUG kernel:[ 0.000000] pcpu-alloc: s82624 r8192 d23872 u524288 alloc=1*2097152 >13:42:30,350 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 2 3 >13:42:30,350 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257645 >13:42:30,350 WARNING kernel:[ 0.000000] Policy zone: DMA32 >13:42:30,350 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img root=live:CDLABEL=Fedora\x2017-Beta\x20x86_64 quiet rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz >13:42:30,350 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >13:42:30,350 INFO kernel:[ 0.000000] Checking aperture... >13:42:30,350 INFO kernel:[ 0.000000] No AGP bridge found >13:42:30,350 INFO kernel:[ 0.000000] Memory: 992392k/1047424k available (6109k kernel code, 456k absent, 54576k reserved, 4990k data, 1000k init) >13:42:30,350 INFO kernel:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >13:42:30,350 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >13:42:30,350 INFO kernel:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. >13:42:30,350 INFO kernel:[ 0.000000] NR_IRQS:4352 nr_irqs:712 16 >13:42:30,350 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >13:42:30,350 INFO kernel:[ 0.000000] console [tty0] enabled >13:42:30,350 INFO kernel:[ 0.000000] allocated 4194304 bytes of page_cgroup >13:42:30,350 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >13:42:30,350 WARNING kernel:[ 0.000000] Fast TSC calibration using PIT >13:42:30,350 WARNING kernel:[ 0.000000] Detected 1903.941 MHz processor. >13:42:30,350 INFO kernel:[ 0.002005] Calibrating delay loop (skipped), value calculated using timer frequency.. 3807.88 BogoMIPS (lpj=1903941) >13:42:30,350 INFO kernel:[ 0.002010] pid_max: default: 32768 minimum: 301 >13:42:30,350 INFO kernel:[ 0.002044] Security Framework initialized >13:42:30,350 INFO kernel:[ 0.002057] SELinux: Initializing. >13:42:30,350 DEBUG kernel:[ 0.002069] SELinux: Starting in permissive mode >13:42:30,350 INFO kernel:[ 0.002270] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >13:42:30,350 INFO kernel:[ 0.003109] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >13:42:30,350 INFO kernel:[ 0.003372] Mount-cache hash table entries: 256 >13:42:30,350 INFO kernel:[ 0.003558] Initializing cgroup subsys cpuacct >13:42:30,350 INFO kernel:[ 0.003561] Initializing cgroup subsys memory >13:42:30,350 INFO kernel:[ 0.003576] Initializing cgroup subsys devices >13:42:30,350 INFO kernel:[ 0.003579] Initializing cgroup subsys freezer >13:42:30,350 INFO kernel:[ 0.003581] Initializing cgroup subsys net_cls >13:42:30,351 INFO kernel:[ 0.003584] Initializing cgroup subsys blkio >13:42:30,351 INFO kernel:[ 0.003592] Initializing cgroup subsys perf_event >13:42:30,351 INFO kernel:[ 0.003631] CPU: Physical Processor ID: 0 >13:42:30,351 INFO kernel:[ 0.003633] CPU: Processor Core ID: 0 >13:42:30,351 INFO kernel:[ 0.003636] mce: CPU supports 6 MCE banks >13:42:30,351 INFO kernel:[ 0.003645] CPU0: Thermal monitoring enabled (TM2) >13:42:30,351 INFO kernel:[ 0.003650] using mwait in idle threads. >13:42:30,351 INFO kernel:[ 0.005393] ACPI: Core revision 20120111 >13:42:30,351 INFO kernel:[ 0.009025] ftrace: allocating 22577 entries in 89 pages >13:42:30,351 INFO kernel:[ 0.018205] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >13:42:30,351 INFO kernel:[ 0.028217] CPU0: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz stepping 06 >13:42:30,351 INFO kernel:[ 0.028998] Performance Events: PEBS fmt0-, Core2 events, Intel PMU driver. >13:42:30,351 WARNING kernel:[ 0.028998] PEBS disabled due to CPU errata. >13:42:30,351 INFO kernel:[ 0.028998] ... version: 2 >13:42:30,351 INFO kernel:[ 0.028998] ... bit width: 40 >13:42:30,351 INFO kernel:[ 0.028998] ... generic registers: 2 >13:42:30,351 INFO kernel:[ 0.028998] ... value mask: 000000ffffffffff >13:42:30,351 INFO kernel:[ 0.028998] ... max period: 000000007fffffff >13:42:30,351 INFO kernel:[ 0.028998] ... fixed-purpose events: 3 >13:42:30,351 INFO kernel:[ 0.028998] ... event mask: 0000000700000003 >13:42:30,351 INFO kernel:[ 0.028998] NMI watchdog enabled, takes one hw-pmu counter. >13:42:30,351 INFO kernel:[ 0.028998] Booting Node 0, Processors #1 >13:42:30,351 DEBUG kernel:[ 0.028998] smpboot cpu 1: start_ip = 99000 >13:42:30,351 INFO kernel:[ 0.040043] NMI watchdog enabled, takes one hw-pmu counter. >13:42:30,351 INFO kernel:[ 0.040092] Brought up 2 CPUs >13:42:30,351 INFO kernel:[ 0.040095] Total of 2 processors activated (7615.76 BogoMIPS). >13:42:30,351 INFO kernel:[ 0.042049] devtmpfs: initialized >13:42:30,351 INFO kernel:[ 0.042163] PM: Registering ACPI NVS region at 3fee0000 (12288 bytes) >13:42:30,351 INFO kernel:[ 0.042623] atomic64 test passed for x86-64 platform with CX8 and with SSE >13:42:30,351 INFO kernel:[ 0.042653] RTC time: 13:41:53, date: 05/07/12 >13:42:30,351 INFO kernel:[ 0.042694] NET: Registered protocol family 16 >13:42:30,351 INFO kernel:[ 0.042889] ACPI: bus type pci registered >13:42:30,351 INFO kernel:[ 0.042958] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >13:42:30,351 INFO kernel:[ 0.042961] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 >13:42:30,351 INFO kernel:[ 0.081888] PCI: Using configuration type 1 for base access >13:42:30,351 INFO kernel:[ 0.083033] bio: create slab <bio-0> at 0 >13:42:30,351 INFO kernel:[ 0.083059] ACPI: Added _OSI(Module Device) >13:42:30,351 INFO kernel:[ 0.083059] ACPI: Added _OSI(Processor Device) >13:42:30,351 INFO kernel:[ 0.083059] ACPI: Added _OSI(3.0 _SCP Extensions) >13:42:30,351 INFO kernel:[ 0.083059] ACPI: Added _OSI(Processor Aggregator Device) >13:42:30,351 DEBUG kernel:[ 0.084097] ACPI: EC: Look up EC in DSDT >13:42:30,351 WARNING kernel:[ 0.087991] ACPI: SSDT 000000003fee8340 00087 (v01 PmRef Cpu1Ist 00003000 INTL 20041203) >13:42:30,351 WARNING kernel:[ 0.087991] ACPI: Dynamic OEM Table Load: >13:42:30,351 WARNING kernel:[ 0.087991] ACPI: SSDT (null) 00087 (v01 PmRef Cpu1Ist 00003000 INTL 20041203) >13:42:30,351 INFO kernel:[ 0.087991] ACPI: Interpreter enabled >13:42:30,351 INFO kernel:[ 0.087991] ACPI: (supports S0 S3 S4 S5) >13:42:30,351 INFO kernel:[ 0.087991] ACPI: Using IOAPIC for interrupt routing >13:42:30,351 INFO kernel:[ 0.092894] ACPI: No dock devices found. >13:42:30,351 INFO kernel:[ 0.092900] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >13:42:30,351 INFO kernel:[ 0.092958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >13:42:30,351 DEBUG kernel:[ 0.093043] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored) >13:42:30,351 DEBUG kernel:[ 0.093046] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored) >13:42:30,351 DEBUG kernel:[ 0.093049] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >13:42:30,351 DEBUG kernel:[ 0.093052] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored) >13:42:30,351 DEBUG kernel:[ 0.093055] pci_root PNP0A08:00: host bridge window [mem 0x3ff00000-0xfebfffff] (ignored) >13:42:30,351 DEBUG kernel:[ 0.093058] PCI: root bus 00: using default resources >13:42:30,351 INFO kernel:[ 0.093102] PCI host bridge to bus 0000:00 >13:42:30,351 INFO kernel:[ 0.093105] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >13:42:30,351 INFO kernel:[ 0.093108] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff] >13:42:30,351 DEBUG kernel:[ 0.093119] pci 0000:00:00.0: [8086:29a0] type 0 class 0x000600 >13:42:30,351 DEBUG kernel:[ 0.093166] pci 0000:00:01.0: [8086:29a1] type 1 class 0x000604 >13:42:30,351 DEBUG kernel:[ 0.093209] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.093246] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03 >13:42:30,351 DEBUG kernel:[ 0.093286] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f] >13:42:30,351 DEBUG kernel:[ 0.093317] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03 >13:42:30,351 DEBUG kernel:[ 0.093356] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f] >13:42:30,351 DEBUG kernel:[ 0.093395] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03 >13:42:30,351 DEBUG kernel:[ 0.093412] pci 0000:00:1a.7: reg 10: [mem 0xfdfff000-0xfdfff3ff] >13:42:30,351 DEBUG kernel:[ 0.093483] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.093506] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403 >13:42:30,351 DEBUG kernel:[ 0.093521] pci 0000:00:1b.0: reg 10: [mem 0xfdff4000-0xfdff7fff 64bit] >13:42:30,351 DEBUG kernel:[ 0.093587] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.093612] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604 >13:42:30,351 DEBUG kernel:[ 0.093680] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.093704] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604 >13:42:30,351 DEBUG kernel:[ 0.093772] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.093795] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604 >13:42:30,351 DEBUG kernel:[ 0.093864] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.093887] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604 >13:42:30,351 DEBUG kernel:[ 0.093955] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.093978] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604 >13:42:30,351 DEBUG kernel:[ 0.094052] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.094076] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604 >13:42:30,351 DEBUG kernel:[ 0.094144] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.094166] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03 >13:42:30,351 DEBUG kernel:[ 0.094206] pci 0000:00:1d.0: reg 20: [io 0xfd00-0xfd1f] >13:42:30,351 DEBUG kernel:[ 0.094240] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03 >13:42:30,351 DEBUG kernel:[ 0.094279] pci 0000:00:1d.1: reg 20: [io 0xfc00-0xfc1f] >13:42:30,351 DEBUG kernel:[ 0.094312] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03 >13:42:30,351 DEBUG kernel:[ 0.094351] pci 0000:00:1d.2: reg 20: [io 0xfb00-0xfb1f] >13:42:30,351 DEBUG kernel:[ 0.094389] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03 >13:42:30,351 DEBUG kernel:[ 0.094406] pci 0000:00:1d.7: reg 10: [mem 0xfdffe000-0xfdffe3ff] >13:42:30,351 DEBUG kernel:[ 0.094477] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold >13:42:30,351 DEBUG kernel:[ 0.094495] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604 >13:42:30,351 DEBUG kernel:[ 0.094557] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601 >13:42:30,351 INFO kernel:[ 0.094638] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 000f) >13:42:30,351 DEBUG kernel:[ 0.094686] pci 0000:00:1f.2: [8086:2821] type 0 class 0x000106 >13:42:30,351 DEBUG kernel:[ 0.094703] pci 0000:00:1f.2: reg 10: [io 0xfa00-0xfa07] >13:42:30,351 DEBUG kernel:[ 0.094711] pci 0000:00:1f.2: reg 14: [io 0xf900-0xf903] >13:42:30,351 DEBUG kernel:[ 0.094720] pci 0000:00:1f.2: reg 18: [io 0xf800-0xf807] >13:42:30,351 DEBUG kernel:[ 0.094728] pci 0000:00:1f.2: reg 1c: [io 0xf700-0xf703] >13:42:30,351 DEBUG kernel:[ 0.094736] pci 0000:00:1f.2: reg 20: [io 0xf600-0xf61f] >13:42:30,351 DEBUG kernel:[ 0.094744] pci 0000:00:1f.2: reg 24: [mem 0xfdffd000-0xfdffd7ff] >13:42:30,351 DEBUG kernel:[ 0.094785] pci 0000:00:1f.2: PME# supported from D3hot >13:42:30,351 DEBUG kernel:[ 0.094802] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05 >13:42:30,351 DEBUG kernel:[ 0.094813] pci 0000:00:1f.3: reg 10: [mem 0xfdffc000-0xfdffc0ff] >13:42:30,351 DEBUG kernel:[ 0.094840] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f] >13:42:30,351 DEBUG kernel:[ 0.094903] pci 0000:01:00.0: [1002:5b60] type 0 class 0x000300 >13:42:30,351 DEBUG kernel:[ 0.094914] pci 0000:01:00.0: reg 10: [mem 0xd8000000-0xdfffffff pref] >13:42:30,351 DEBUG kernel:[ 0.094922] pci 0000:01:00.0: reg 14: [io 0xde00-0xdeff] >13:42:30,351 DEBUG kernel:[ 0.094930] pci 0000:01:00.0: reg 18: [mem 0xfd5f0000-0xfd5fffff] >13:42:30,351 DEBUG kernel:[ 0.094955] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] >13:42:30,351 DEBUG kernel:[ 0.094986] pci 0000:01:00.0: supports D1 D2 >13:42:30,351 DEBUG kernel:[ 0.095011] pci 0000:01:00.1: [1002:5b70] type 0 class 0x000380 >13:42:30,351 DEBUG kernel:[ 0.095021] pci 0000:01:00.1: reg 10: [mem 0xfd5e0000-0xfd5effff] >13:42:30,351 DEBUG kernel:[ 0.095080] pci 0000:01:00.1: supports D1 D2 >13:42:30,351 INFO kernel:[ 0.095093] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' >13:42:30,351 INFO kernel:[ 0.095098] pci 0000:00:01.0: PCI bridge to [bus 01-01] >13:42:30,351 DEBUG kernel:[ 0.095102] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff] >13:42:30,351 DEBUG kernel:[ 0.095105] pci 0000:00:01.0: bridge window [mem 0xfd500000-0xfd5fffff] >13:42:30,351 DEBUG kernel:[ 0.095110] pci 0000:00:01.0: bridge window [mem 0xd8000000-0xdfffffff 64bit pref] >13:42:30,351 INFO kernel:[ 0.095149] pci 0000:00:1c.0: PCI bridge to [bus 02-02] >13:42:30,351 DEBUG kernel:[ 0.095153] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff] >13:42:30,351 DEBUG kernel:[ 0.095158] pci 0000:00:1c.0: bridge window [mem 0xfd200000-0xfd2fffff] >13:42:30,351 DEBUG kernel:[ 0.095164] pci 0000:00:1c.0: bridge window [mem 0xfd100000-0xfd1fffff 64bit pref] >13:42:30,351 DEBUG kernel:[ 0.095230] pci 0000:03:00.0: [1033:0194] type 0 class 0x000c03 >13:42:30,351 DEBUG kernel:[ 0.095257] pci 0000:03:00.0: reg 10: [mem 0xfd0fe000-0xfd0fffff 64bit] >13:42:30,351 DEBUG kernel:[ 0.095392] pci 0000:03:00.0: PME# supported from D0 D3hot >13:42:30,351 INFO kernel:[ 0.097013] pci 0000:00:1c.1: PCI bridge to [bus 03-03] >13:42:30,351 DEBUG kernel:[ 0.097017] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff] >13:42:30,351 DEBUG kernel:[ 0.097022] pci 0000:00:1c.1: bridge window [mem 0xfd000000-0xfd0fffff] >13:42:30,351 DEBUG kernel:[ 0.097029] pci 0000:00:1c.1: bridge window [mem 0xfde00000-0xfdefffff 64bit pref] >13:42:30,351 DEBUG kernel:[ 0.097096] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200 >13:42:30,351 DEBUG kernel:[ 0.097116] pci 0000:04:00.0: reg 10: [io 0x9e00-0x9eff] >13:42:30,351 DEBUG kernel:[ 0.097149] pci 0000:04:00.0: reg 18: [mem 0xfddff000-0xfddfffff 64bit] >13:42:30,351 DEBUG kernel:[ 0.097187] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] >13:42:30,351 DEBUG kernel:[ 0.097280] pci 0000:04:00.0: supports D1 D2 >13:42:30,351 DEBUG kernel:[ 0.097282] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold >13:42:30,351 INFO kernel:[ 0.097308] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' >13:42:30,351 INFO kernel:[ 0.097313] pci 0000:00:1c.2: PCI bridge to [bus 04-04] >13:42:30,351 DEBUG kernel:[ 0.097317] pci 0000:00:1c.2: bridge window [io 0x9000-0x9fff] >13:42:30,351 DEBUG kernel:[ 0.097321] pci 0000:00:1c.2: bridge window [mem 0xfdd00000-0xfddfffff] >13:42:30,351 DEBUG kernel:[ 0.097327] pci 0000:00:1c.2: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref] >13:42:30,351 DEBUG kernel:[ 0.097388] pci 0000:05:00.0: [1095:3132] type 0 class 0x000180 >13:42:30,351 DEBUG kernel:[ 0.097415] pci 0000:05:00.0: reg 10: [mem 0xfdbff000-0xfdbff07f 64bit] >13:42:30,351 DEBUG kernel:[ 0.097436] pci 0000:05:00.0: reg 18: [mem 0xfdbf8000-0xfdbfbfff 64bit] >13:42:30,351 DEBUG kernel:[ 0.097451] pci 0000:05:00.0: reg 20: [io 0x8f00-0x8f7f] >13:42:30,351 DEBUG kernel:[ 0.097477] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0007ffff pref] >13:42:30,351 DEBUG kernel:[ 0.097544] pci 0000:05:00.0: supports D1 D2 >13:42:30,351 INFO kernel:[ 0.097565] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' >13:42:30,351 INFO kernel:[ 0.097570] pci 0000:00:1c.3: PCI bridge to [bus 05-05] >13:42:30,351 DEBUG kernel:[ 0.097574] pci 0000:00:1c.3: bridge window [io 0x8000-0x8fff] >13:42:30,351 DEBUG kernel:[ 0.097578] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff] >13:42:30,351 DEBUG kernel:[ 0.097584] pci 0000:00:1c.3: bridge window [mem 0xfda00000-0xfdafffff 64bit pref] >13:42:30,351 DEBUG kernel:[ 0.097647] pci 0000:06:00.0: [10ec:8168] type 0 class 0x000200 >13:42:30,351 DEBUG kernel:[ 0.097665] pci 0000:06:00.0: reg 10: [io 0x7e00-0x7eff] >13:42:30,351 DEBUG kernel:[ 0.097697] pci 0000:06:00.0: reg 18: [mem 0xfd9ff000-0xfd9fffff 64bit] >13:42:30,351 DEBUG kernel:[ 0.097733] pci 0000:06:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] >13:42:30,351 DEBUG kernel:[ 0.097814] pci 0000:06:00.0: supports D1 D2 >13:42:30,351 DEBUG kernel:[ 0.097816] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold >13:42:30,351 INFO kernel:[ 0.097842] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' >13:42:30,351 INFO kernel:[ 0.097847] pci 0000:00:1c.4: PCI bridge to [bus 06-06] >13:42:30,351 DEBUG kernel:[ 0.097851] pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff] >13:42:30,351 DEBUG kernel:[ 0.097855] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff] >13:42:30,351 DEBUG kernel:[ 0.097861] pci 0000:00:1c.4: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref] >13:42:30,351 DEBUG kernel:[ 0.097917] pci 0000:07:00.0: [197b:2363] type 0 class 0x000101 >13:42:30,351 DEBUG kernel:[ 0.097999] pci 0000:07:00.0: reg 24: [mem 0xfd7fe000-0xfd7fffff] >13:42:30,351 DEBUG kernel:[ 0.098014] pci 0000:07:00.0: reg 30: [mem 0x00000000-0x0000ffff pref] >13:42:30,351 DEBUG kernel:[ 0.098066] pci 0000:07:00.0: PME# supported from D3hot >13:42:30,351 DEBUG kernel:[ 0.098098] pci 0000:07:00.1: [197b:2363] type 0 class 0x000101 >13:42:30,351 DEBUG kernel:[ 0.098123] pci 0000:07:00.1: reg 10: [io 0x6f00-0x6f07] >13:42:30,351 DEBUG kernel:[ 0.098137] pci 0000:07:00.1: reg 14: [io 0x6e00-0x6e03] >13:42:30,351 DEBUG kernel:[ 0.098151] pci 0000:07:00.1: reg 18: [io 0x6d00-0x6d07] >13:42:30,351 DEBUG kernel:[ 0.098165] pci 0000:07:00.1: reg 1c: [io 0x6c00-0x6c03] >13:42:30,351 DEBUG kernel:[ 0.098179] pci 0000:07:00.1: reg 20: [io 0x6b00-0x6b0f] >13:42:30,352 INFO kernel:[ 0.098262] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' >13:42:30,352 INFO kernel:[ 0.098267] pci 0000:00:1c.5: PCI bridge to [bus 07-07] >13:42:30,352 DEBUG kernel:[ 0.098271] pci 0000:00:1c.5: bridge window [io 0x6000-0x6fff] >13:42:30,352 DEBUG kernel:[ 0.098275] pci 0000:00:1c.5: bridge window [mem 0xfd700000-0xfd7fffff] >13:42:30,352 DEBUG kernel:[ 0.098282] pci 0000:00:1c.5: bridge window [mem 0xfd600000-0xfd6fffff 64bit pref] >13:42:30,352 DEBUG kernel:[ 0.098316] pci 0000:08:02.0: [104c:8023] type 0 class 0x000c00 >13:42:30,352 DEBUG kernel:[ 0.098334] pci 0000:08:02.0: reg 10: [mem 0xfd4ff000-0xfd4ff7ff] >13:42:30,352 DEBUG kernel:[ 0.098345] pci 0000:08:02.0: reg 14: [mem 0xfd4f8000-0xfd4fbfff] >13:42:30,352 DEBUG kernel:[ 0.098413] pci 0000:08:02.0: supports D1 D2 >13:42:30,352 DEBUG kernel:[ 0.098415] pci 0000:08:02.0: PME# supported from D0 D1 D2 D3hot >13:42:30,352 DEBUG kernel:[ 0.098437] pci 0000:08:05.0: [10b7:9055] type 0 class 0x000200 >13:42:30,352 DEBUG kernel:[ 0.098454] pci 0000:08:05.0: reg 10: [io 0xaf00-0xaf7f] >13:42:30,352 DEBUG kernel:[ 0.098464] pci 0000:08:05.0: reg 14: [mem 0xfd4fe000-0xfd4fe07f] >13:42:30,352 DEBUG kernel:[ 0.098505] pci 0000:08:05.0: reg 30: [mem 0x00000000-0x0001ffff pref] >13:42:30,352 DEBUG kernel:[ 0.098532] pci 0000:08:05.0: supports D1 D2 >13:42:30,352 DEBUG kernel:[ 0.098535] pci 0000:08:05.0: PME# supported from D1 D2 D3hot D3cold >13:42:30,352 INFO kernel:[ 0.098576] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode) >13:42:30,352 DEBUG kernel:[ 0.098580] pci 0000:00:1e.0: bridge window [io 0xa000-0xafff] >13:42:30,352 DEBUG kernel:[ 0.098584] pci 0000:00:1e.0: bridge window [mem 0xfd400000-0xfd4fffff] >13:42:30,352 DEBUG kernel:[ 0.098590] pci 0000:00:1e.0: bridge window [mem 0xfd300000-0xfd3fffff 64bit pref] >13:42:30,352 DEBUG kernel:[ 0.098593] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode) >13:42:30,352 DEBUG kernel:[ 0.098596] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode) >13:42:30,352 DEBUG kernel:[ 0.098628] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] >13:42:30,352 DEBUG kernel:[ 0.098710] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT] >13:42:30,352 DEBUG kernel:[ 0.098742] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT] >13:42:30,352 DEBUG kernel:[ 0.098771] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT] >13:42:30,352 DEBUG kernel:[ 0.098801] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT] >13:42:30,352 DEBUG kernel:[ 0.098834] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT] >13:42:30,352 DEBUG kernel:[ 0.098864] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT] >13:42:30,352 DEBUG kernel:[ 0.098904] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] >13:42:30,352 INFO kernel:[ 0.099008] pci0000:00: Requesting ACPI _OSC control (0x1d) >13:42:30,352 INFO kernel:[ 0.099012] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d >13:42:30,352 INFO kernel:[ 0.099014] ACPI _OSC control for PCIe not granted, disabling ASPM >13:42:30,352 INFO kernel:[ 0.109528] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 *10 11 14 15) >13:42:30,352 INFO kernel:[ 0.109579] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 *10 11 14 15) >13:42:30,352 INFO kernel:[ 0.109627] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 *5 7 10 11 14 15) >13:42:30,352 INFO kernel:[ 0.109679] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 *11 14 15) >13:42:30,352 INFO kernel:[ 0.109727] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0, disabled. >13:42:30,352 INFO kernel:[ 0.109776] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 *11 14 15) >13:42:30,352 INFO kernel:[ 0.109823] ACPI: PCI Interrupt Link [LNK0] (IRQs 4 *5 7 10 11 14 15) >13:42:30,352 INFO kernel:[ 0.109871] ACPI: PCI Interrupt Link [LNK1] (IRQs 4 5 7 10 *11 14 15) >13:42:30,352 INFO kernel:[ 0.110023] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none >13:42:30,352 INFO kernel:[ 0.110026] vgaarb: loaded >13:42:30,352 INFO kernel:[ 0.110027] vgaarb: bridge control possible 0000:01:00.0 >13:42:30,352 NOTICE kernel:[ 0.110115] SCSI subsystem initialized >13:42:30,352 DEBUG kernel:[ 0.110129] libata version 3.00 loaded. >13:42:30,352 INFO kernel:[ 0.110129] usbcore: registered new interface driver usbfs >13:42:30,352 INFO kernel:[ 0.110129] usbcore: registered new interface driver hub >13:42:30,352 INFO kernel:[ 0.110129] usbcore: registered new device driver usb >13:42:30,352 INFO kernel:[ 0.110129] PCI: Using ACPI for IRQ routing >13:42:30,352 DEBUG kernel:[ 0.116729] PCI: pci_cache_line_size set to 64 bytes >13:42:30,352 DEBUG kernel:[ 0.116849] reserve RAM buffer: 000000000009e400 - 000000000009ffff >13:42:30,352 DEBUG kernel:[ 0.116852] reserve RAM buffer: 000000003fee0000 - 000000003fffffff >13:42:30,352 INFO kernel:[ 0.116975] NetLabel: Initializing >13:42:30,352 INFO kernel:[ 0.116977] NetLabel: domain hash size = 128 >13:42:30,352 INFO kernel:[ 0.116979] NetLabel: protocols = UNLABELED CIPSOv4 >13:42:30,352 INFO kernel:[ 0.116997] NetLabel: unlabeled traffic allowed by default >13:42:30,352 INFO kernel:[ 0.127014] pnp: PnP ACPI init >13:42:30,352 INFO kernel:[ 0.127042] ACPI: bus type pnp registered >13:42:30,352 DEBUG kernel:[ 0.127165] pnp 00:00: [bus 00-ff] >13:42:30,352 DEBUG kernel:[ 0.127169] pnp 00:00: [io 0x0cf8-0x0cff] >13:42:30,352 DEBUG kernel:[ 0.127171] pnp 00:00: [io 0x0000-0x0cf7 window] >13:42:30,352 DEBUG kernel:[ 0.127174] pnp 00:00: [io 0x0d00-0xffff window] >13:42:30,352 DEBUG kernel:[ 0.127180] pnp 00:00: [mem 0x000a0000-0x000bffff window] >13:42:30,352 DEBUG kernel:[ 0.127182] pnp 00:00: [mem 0x000c0000-0x000dffff window] >13:42:30,352 DEBUG kernel:[ 0.127185] pnp 00:00: [mem 0x3ff00000-0xfebfffff window] >13:42:30,352 DEBUG kernel:[ 0.127254] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) >13:42:30,352 DEBUG kernel:[ 0.127324] pnp 00:01: [io 0x0010-0x001f] >13:42:30,352 DEBUG kernel:[ 0.127327] pnp 00:01: [io 0x0022-0x003f] >13:42:30,352 DEBUG kernel:[ 0.127329] pnp 00:01: [io 0x0044-0x005f] >13:42:30,352 DEBUG kernel:[ 0.127331] pnp 00:01: [io 0x0062-0x0063] >13:42:30,352 DEBUG kernel:[ 0.127333] pnp 00:01: [io 0x0065-0x006f] >13:42:30,352 DEBUG kernel:[ 0.127335] pnp 00:01: [io 0x0074-0x007f] >13:42:30,352 DEBUG kernel:[ 0.127337] pnp 00:01: [io 0x0091-0x0093] >13:42:30,352 DEBUG kernel:[ 0.127339] pnp 00:01: [io 0x00a2-0x00bf] >13:42:30,352 DEBUG kernel:[ 0.127341] pnp 00:01: [io 0x04d0-0x04d1] >13:42:30,352 DEBUG kernel:[ 0.127343] pnp 00:01: [io 0x0880-0x088f] >13:42:30,352 INFO kernel:[ 0.127433] system 00:01: [io 0x04d0-0x04d1] has been reserved >13:42:30,352 INFO kernel:[ 0.127437] system 00:01: [io 0x0880-0x088f] has been reserved >13:42:30,352 DEBUG kernel:[ 0.127441] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) >13:42:30,352 DEBUG kernel:[ 0.127454] pnp 00:02: [dma 4] >13:42:30,352 DEBUG kernel:[ 0.127457] pnp 00:02: [io 0x0000-0x000f] >13:42:30,352 DEBUG kernel:[ 0.127459] pnp 00:02: [io 0x0080-0x0090] >13:42:30,352 DEBUG kernel:[ 0.127461] pnp 00:02: [io 0x0094-0x009f] >13:42:30,352 DEBUG kernel:[ 0.127463] pnp 00:02: [io 0x00c0-0x00df] >13:42:30,352 DEBUG kernel:[ 0.127497] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) >13:42:30,352 DEBUG kernel:[ 0.127509] pnp 00:03: [io 0x0070-0x0073] >13:42:30,352 DEBUG kernel:[ 0.127523] pnp 00:03: [irq 8] >13:42:30,352 DEBUG kernel:[ 0.127554] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) >13:42:30,352 DEBUG kernel:[ 0.127564] pnp 00:04: [io 0x0061] >13:42:30,352 DEBUG kernel:[ 0.127598] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active) >13:42:30,352 DEBUG kernel:[ 0.127608] pnp 00:05: [io 0x00f0-0x00ff] >13:42:30,352 DEBUG kernel:[ 0.127613] pnp 00:05: [irq 13] >13:42:30,352 DEBUG kernel:[ 0.127651] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active) >13:42:30,352 DEBUG kernel:[ 0.128044] pnp 00:06: [irq 12] >13:42:30,352 DEBUG kernel:[ 0.128078] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active) >13:42:30,352 DEBUG kernel:[ 0.128103] pnp 00:07: [io 0x0060] >13:42:30,352 DEBUG kernel:[ 0.128106] pnp 00:07: [io 0x0064] >13:42:30,352 DEBUG kernel:[ 0.128111] pnp 00:07: [irq 1] >13:42:30,352 DEBUG kernel:[ 0.128148] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) >13:42:30,352 DEBUG kernel:[ 0.128182] pnp 00:08: [io 0x0400-0x04bf] >13:42:30,352 INFO kernel:[ 0.128242] system 00:08: [io 0x0400-0x04bf] has been reserved >13:42:30,352 DEBUG kernel:[ 0.128246] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) >13:42:30,352 DEBUG kernel:[ 0.128267] pnp 00:09: [mem 0xffb80000-0xffbfffff] >13:42:30,352 DEBUG kernel:[ 0.128303] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active) >13:42:30,352 DEBUG kernel:[ 0.128480] pnp 00:0a: [io 0x00e0-0x00ef] >13:42:30,352 DEBUG kernel:[ 0.128486] pnp 00:0a: [irq 3] >13:42:30,352 DEBUG kernel:[ 0.128530] pnp 00:0a: Plug and Play ACPI device, IDs ABT2005 (active) >13:42:30,352 DEBUG kernel:[ 0.128550] pnp 00:0b: [mem 0xe0000000-0xefffffff] >13:42:30,352 INFO kernel:[ 0.128620] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved >13:42:30,352 DEBUG kernel:[ 0.128624] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active) >13:42:30,352 DEBUG kernel:[ 0.128697] pnp 00:0c: [mem 0x000f0000-0x000fffff] >13:42:30,352 DEBUG kernel:[ 0.128699] pnp 00:0c: [mem 0x3ff00000-0x3fffffff] >13:42:30,352 DEBUG kernel:[ 0.128702] pnp 00:0c: [mem 0x3fee0000-0x3fefffff] >13:42:30,352 DEBUG kernel:[ 0.128704] pnp 00:0c: [mem 0x00000000-0x0009ffff] >13:42:30,352 DEBUG kernel:[ 0.128706] pnp 00:0c: [mem 0x00100000-0x3fedffff] >13:42:30,352 DEBUG kernel:[ 0.128708] pnp 00:0c: [mem 0xfec00000-0xfec00fff] >13:42:30,352 DEBUG kernel:[ 0.128711] pnp 00:0c: [mem 0xfed14000-0xfed1dfff] >13:42:30,352 DEBUG kernel:[ 0.128713] pnp 00:0c: [mem 0xfed20000-0xfed9ffff] >13:42:30,352 DEBUG kernel:[ 0.128715] pnp 00:0c: [mem 0xfee00000-0xfee00fff] >13:42:30,352 DEBUG kernel:[ 0.128717] pnp 00:0c: [mem 0xffb00000-0xffb7ffff] >13:42:30,352 DEBUG kernel:[ 0.128722] pnp 00:0c: [mem 0xfff00000-0xffffffff] >13:42:30,352 DEBUG kernel:[ 0.128724] pnp 00:0c: [mem 0x000e0000-0x000effff] >13:42:30,352 INFO kernel:[ 0.128810] system 00:0c: [mem 0x000f0000-0x000fffff] could not be reserved >13:42:30,352 INFO kernel:[ 0.128813] system 00:0c: [mem 0x3ff00000-0x3fffffff] could not be reserved >13:42:30,352 INFO kernel:[ 0.128816] system 00:0c: [mem 0x3fee0000-0x3fefffff] could not be reserved >13:42:30,352 INFO kernel:[ 0.128819] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved >13:42:30,352 INFO kernel:[ 0.128823] system 00:0c: [mem 0x00100000-0x3fedffff] could not be reserved >13:42:30,352 INFO kernel:[ 0.128826] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved >13:42:30,352 INFO kernel:[ 0.128829] system 00:0c: [mem 0xfed14000-0xfed1dfff] has been reserved >13:42:30,352 INFO kernel:[ 0.128832] system 00:0c: [mem 0xfed20000-0xfed9ffff] has been reserved >13:42:30,352 INFO kernel:[ 0.128835] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved >13:42:30,352 INFO kernel:[ 0.128839] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved >13:42:30,352 INFO kernel:[ 0.128842] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved >13:42:30,357 INFO kernel:[ 0.128845] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved >13:42:30,357 DEBUG kernel:[ 0.128848] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) >13:42:30,357 INFO kernel:[ 0.128857] pnp: PnP ACPI: found 13 devices >13:42:30,357 INFO kernel:[ 0.128859] ACPI: ACPI bus type pnp unregistered >13:42:30,357 INFO kernel:[ 0.135726] Switching to clocksource acpi_pm >13:42:30,357 DEBUG kernel:[ 0.135760] PCI: max bus depth: 1 pci_try_num: 2 >13:42:30,357 INFO kernel:[ 0.135815] pci 0000:01:00.0: BAR 6: assigned [mem 0xfd500000-0xfd51ffff pref] >13:42:30,357 INFO kernel:[ 0.135819] pci 0000:00:01.0: PCI bridge to [bus 01-01] >13:42:30,357 INFO kernel:[ 0.135822] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff] >13:42:30,357 INFO kernel:[ 0.135826] pci 0000:00:01.0: bridge window [mem 0xfd500000-0xfd5fffff] >13:42:30,357 INFO kernel:[ 0.135830] pci 0000:00:01.0: bridge window [mem 0xd8000000-0xdfffffff 64bit pref] >13:42:30,357 INFO kernel:[ 0.135835] pci 0000:00:1c.0: PCI bridge to [bus 02-02] >13:42:30,357 INFO kernel:[ 0.135838] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff] >13:42:30,357 INFO kernel:[ 0.135843] pci 0000:00:1c.0: bridge window [mem 0xfd200000-0xfd2fffff] >13:42:30,357 INFO kernel:[ 0.135847] pci 0000:00:1c.0: bridge window [mem 0xfd100000-0xfd1fffff 64bit pref] >13:42:30,357 INFO kernel:[ 0.135854] pci 0000:00:1c.1: PCI bridge to [bus 03-03] >13:42:30,357 INFO kernel:[ 0.135857] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff] >13:42:30,357 INFO kernel:[ 0.135862] pci 0000:00:1c.1: bridge window [mem 0xfd000000-0xfd0fffff] >13:42:30,357 INFO kernel:[ 0.135866] pci 0000:00:1c.1: bridge window [mem 0xfde00000-0xfdefffff 64bit pref] >13:42:30,357 INFO kernel:[ 0.135873] pci 0000:04:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc1ffff pref] >13:42:30,357 INFO kernel:[ 0.135875] pci 0000:00:1c.2: PCI bridge to [bus 04-04] >13:42:30,357 INFO kernel:[ 0.135879] pci 0000:00:1c.2: bridge window [io 0x9000-0x9fff] >13:42:30,357 INFO kernel:[ 0.135884] pci 0000:00:1c.2: bridge window [mem 0xfdd00000-0xfddfffff] >13:42:30,357 INFO kernel:[ 0.135888] pci 0000:00:1c.2: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref] >13:42:30,357 INFO kernel:[ 0.135895] pci 0000:05:00.0: BAR 6: assigned [mem 0xfda00000-0xfda7ffff pref] >13:42:30,357 INFO kernel:[ 0.135897] pci 0000:00:1c.3: PCI bridge to [bus 05-05] >13:42:30,357 INFO kernel:[ 0.135900] pci 0000:00:1c.3: bridge window [io 0x8000-0x8fff] >13:42:30,357 INFO kernel:[ 0.135905] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff] >13:42:30,357 INFO kernel:[ 0.135910] pci 0000:00:1c.3: bridge window [mem 0xfda00000-0xfdafffff 64bit pref] >13:42:30,357 INFO kernel:[ 0.135916] pci 0000:06:00.0: BAR 6: assigned [mem 0xfd800000-0xfd81ffff pref] >13:42:30,357 INFO kernel:[ 0.135919] pci 0000:00:1c.4: PCI bridge to [bus 06-06] >13:42:30,357 INFO kernel:[ 0.135922] pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff] >13:42:30,357 INFO kernel:[ 0.135927] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff] >13:42:30,357 INFO kernel:[ 0.135931] pci 0000:00:1c.4: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref] >13:42:30,357 INFO kernel:[ 0.135938] pci 0000:07:00.0: BAR 6: assigned [mem 0xfd600000-0xfd60ffff pref] >13:42:30,357 INFO kernel:[ 0.135941] pci 0000:00:1c.5: PCI bridge to [bus 07-07] >13:42:30,357 INFO kernel:[ 0.135944] pci 0000:00:1c.5: bridge window [io 0x6000-0x6fff] >13:42:30,357 INFO kernel:[ 0.135949] pci 0000:00:1c.5: bridge window [mem 0xfd700000-0xfd7fffff] >13:42:30,357 INFO kernel:[ 0.135953] pci 0000:00:1c.5: bridge window [mem 0xfd600000-0xfd6fffff 64bit pref] >13:42:30,357 INFO kernel:[ 0.135961] pci 0000:08:05.0: BAR 6: assigned [mem 0xfd300000-0xfd31ffff pref] >13:42:30,357 INFO kernel:[ 0.135963] pci 0000:00:1e.0: PCI bridge to [bus 08-08] >13:42:30,357 INFO kernel:[ 0.135966] pci 0000:00:1e.0: bridge window [io 0xa000-0xafff] >13:42:30,357 INFO kernel:[ 0.135971] pci 0000:00:1e.0: bridge window [mem 0xfd400000-0xfd4fffff] >13:42:30,357 INFO kernel:[ 0.135976] pci 0000:00:1e.0: bridge window [mem 0xfd300000-0xfd3fffff 64bit pref] >13:42:30,357 INFO kernel:[ 0.135985] pci 0000:00:1e.0: enabling device (0000 -> 0003) >13:42:30,357 DEBUG kernel:[ 0.135985] pci 0000:00:1e.0: setting latency timer to 64 >13:42:30,357 DEBUG kernel:[ 0.135985] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >13:42:30,357 DEBUG kernel:[ 0.135985] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:01: resource 1 [mem 0xfd500000-0xfd5fffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:01: resource 2 [mem 0xd8000000-0xdfffffff 64bit pref] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:02: resource 1 [mem 0xfd200000-0xfd2fffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:02: resource 2 [mem 0xfd100000-0xfd1fffff 64bit pref] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:03: resource 1 [mem 0xfd000000-0xfd0fffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:03: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:04: resource 0 [io 0x9000-0x9fff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:04: resource 1 [mem 0xfdd00000-0xfddfffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:04: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:05: resource 0 [io 0x8000-0x8fff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:05: resource 1 [mem 0xfdb00000-0xfdbfffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:05: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:06: resource 0 [io 0x7000-0x7fff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:06: resource 1 [mem 0xfd900000-0xfd9fffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:06: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:07: resource 0 [io 0x6000-0x6fff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:07: resource 1 [mem 0xfd700000-0xfd7fffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:07: resource 2 [mem 0xfd600000-0xfd6fffff 64bit pref] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:08: resource 0 [io 0xa000-0xafff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:08: resource 1 [mem 0xfd400000-0xfd4fffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:08: resource 2 [mem 0xfd300000-0xfd3fffff 64bit pref] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:08: resource 4 [io 0x0000-0xffff] >13:42:30,358 DEBUG kernel:[ 0.135985] pci_bus 0000:08: resource 5 [mem 0x00000000-0xfffffffff] >13:42:30,358 INFO kernel:[ 0.135985] NET: Registered protocol family 2 >13:42:30,358 INFO kernel:[ 0.135985] IP route cache hash table entries: 32768 (order: 6, 262144 bytes) >13:42:30,358 INFO kernel:[ 0.135985] TCP established hash table entries: 131072 (order: 9, 2097152 bytes) >13:42:30,358 INFO kernel:[ 0.136940] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >13:42:30,358 INFO kernel:[ 0.137604] TCP: Hash tables configured (established 131072 bind 65536) >13:42:30,358 INFO kernel:[ 0.137607] TCP reno registered >13:42:30,358 INFO kernel:[ 0.137615] UDP hash table entries: 512 (order: 2, 16384 bytes) >13:42:30,358 INFO kernel:[ 0.137632] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >13:42:30,358 INFO kernel:[ 0.137762] NET: Registered protocol family 1 >13:42:30,358 DEBUG kernel:[ 0.137981] pci 0000:01:00.0: Boot video device >13:42:30,358 DEBUG kernel:[ 0.138051] PCI: CLS 64 bytes, default 64 >13:42:30,358 INFO kernel:[ 0.138129] Unpacking initramfs... >13:42:30,358 INFO kernel:[ 3.816137] Freeing initrd memory: 23808k freed >13:42:30,358 INFO kernel:[ 3.828264] Intel AES-NI instructions are not detected. >13:42:30,358 INFO kernel:[ 3.828482] audit: initializing netlink socket (disabled) >13:42:30,358 NOTICE kernel:[ 3.828498] type=2000 audit(1336398116.827:1): initialized >13:42:30,358 INFO kernel:[ 3.850042] HugeTLB registered 2 MB page size, pre-allocated 0 pages >13:42:30,358 NOTICE kernel:[ 3.852267] VFS: Disk quotas dquot_6.5.2 >13:42:30,358 WARNING kernel:[ 3.852322] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >13:42:30,358 INFO kernel:[ 3.852849] msgmni has been set to 1984 >13:42:30,358 DEBUG kernel:[ 3.852914] SELinux: Registering netfilter hooks >13:42:30,358 INFO kernel:[ 3.853518] alg: No test for stdrng (krng) >13:42:30,358 INFO kernel:[ 3.853533] NET: Registered protocol family 38 >13:42:30,358 INFO kernel:[ 3.853584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) >13:42:30,358 INFO kernel:[ 3.853625] io scheduler noop registered >13:42:30,358 INFO kernel:[ 3.853627] io scheduler deadline registered >13:42:30,358 INFO kernel:[ 3.853702] io scheduler cfq registered (default) >13:42:30,358 DEBUG kernel:[ 3.853874] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X >13:42:30,358 DEBUG kernel:[ 3.853963] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X >13:42:30,358 DEBUG kernel:[ 3.854072] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X >13:42:30,358 DEBUG kernel:[ 3.854167] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X >13:42:30,358 DEBUG kernel:[ 3.854261] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X >13:42:30,358 DEBUG kernel:[ 3.854354] pcieport 0000:00:1c.4: irq 45 for MSI/MSI-X >13:42:30,358 DEBUG kernel:[ 3.854453] pcieport 0000:00:1c.5: irq 46 for MSI/MSI-X >13:42:30,358 INFO kernel:[ 3.854544] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >13:42:30,358 INFO kernel:[ 3.854570] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >13:42:30,358 INFO kernel:[ 3.854573] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >13:42:30,358 DEBUG kernel:[ 3.854937] intel_idle: MWAIT substates: 0x20 >13:42:30,358 DEBUG kernel:[ 3.854939] intel_idle: does not run on family 6 model 15 >13:42:30,358 INFO kernel:[ 3.855026] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 >13:42:30,358 INFO kernel:[ 3.855031] ACPI: Power Button [PWRB] >13:42:30,358 INFO kernel:[ 3.855091] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >13:42:30,358 INFO kernel:[ 3.855094] ACPI: Power Button [PWRF] >13:42:30,358 INFO kernel:[ 3.858200] thermal LNXTHERM:00: registered as thermal_zone0 >13:42:30,358 INFO kernel:[ 3.858203] ACPI: Thermal Zone [THRM] (20 C) >13:42:30,358 INFO kernel:[ 3.858240] GHES: HEST is not enabled! >13:42:30,358 INFO kernel:[ 3.858338] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >13:42:30,358 INFO kernel:[ 3.858916] Non-volatile memory driver v1.3 >13:42:30,358 INFO kernel:[ 3.858918] Linux agpgart interface v0.103 >13:42:30,358 INFO kernel:[ 3.860142] loop: module loaded >13:42:30,358 DEBUG kernel:[ 3.860211] ahci 0000:00:1f.2: version 3.0 >13:42:30,358 DEBUG kernel:[ 3.860264] ahci 0000:00:1f.2: irq 47 for MSI/MSI-X >13:42:30,358 INFO kernel:[ 3.860343] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode >13:42:30,358 INFO kernel:[ 3.860347] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio slum part ccc ems >13:42:30,358 DEBUG kernel:[ 3.860351] ahci 0000:00:1f.2: setting latency timer to 64 >13:42:30,358 INFO kernel:[ 3.870695] scsi0 : ahci >13:42:30,358 INFO kernel:[ 3.870813] scsi1 : ahci >13:42:30,358 INFO kernel:[ 3.870907] scsi2 : ahci >13:42:30,358 INFO kernel:[ 3.870999] scsi3 : ahci >13:42:30,358 INFO kernel:[ 3.871108] scsi4 : ahci >13:42:30,358 INFO kernel:[ 3.871203] scsi5 : ahci >13:42:30,358 INFO kernel:[ 3.871359] ata1: SATA max UDMA/133 abar m2048@0xfdffd000 port 0xfdffd100 irq 47 >13:42:30,358 INFO kernel:[ 3.871363] ata2: SATA max UDMA/133 abar m2048@0xfdffd000 port 0xfdffd180 irq 47 >13:42:30,358 INFO kernel:[ 3.871366] ata3: SATA max UDMA/133 abar m2048@0xfdffd000 port 0xfdffd200 irq 47 >13:42:30,358 INFO kernel:[ 3.871369] ata4: SATA max UDMA/133 abar m2048@0xfdffd000 port 0xfdffd280 irq 47 >13:42:30,358 INFO kernel:[ 3.871372] ata5: SATA max UDMA/133 abar m2048@0xfdffd000 port 0xfdffd300 irq 47 >13:42:30,358 INFO kernel:[ 3.871375] ata6: SATA max UDMA/133 abar m2048@0xfdffd000 port 0xfdffd380 irq 47 >13:42:30,358 INFO kernel:[ 3.882067] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode >13:42:30,358 INFO kernel:[ 3.882073] ahci 0000:07:00.0: flags: 64bit ncq pm led clo pmp pio slum part >13:42:30,358 INFO kernel:[ 3.882468] scsi6 : ahci >13:42:30,358 INFO kernel:[ 3.882567] scsi7 : ahci >13:42:30,358 INFO kernel:[ 3.882653] ata7: SATA max UDMA/133 abar m8192@0xfd7fe000 port 0xfd7fe100 irq 17 >13:42:30,358 INFO kernel:[ 3.882657] ata8: SATA max UDMA/133 abar m8192@0xfd7fe000 port 0xfd7fe180 irq 17 >13:42:30,358 INFO kernel:[ 3.882759] Fixed MDIO Bus: probed >13:42:30,358 INFO kernel:[ 3.882864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >13:42:30,358 DEBUG kernel:[ 3.882895] ehci_hcd 0000:00:1a.7: setting latency timer to 64 >13:42:30,358 INFO kernel:[ 3.882900] ehci_hcd 0000:00:1a.7: EHCI Host Controller >13:42:30,358 INFO kernel:[ 3.882955] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 >13:42:30,358 DEBUG kernel:[ 3.886870] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported >13:42:30,358 INFO kernel:[ 3.886886] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000 >13:42:30,358 INFO kernel:[ 3.892033] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 >13:42:30,358 INFO kernel:[ 3.892063] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >13:42:30,358 INFO kernel:[ 3.892066] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,358 INFO kernel:[ 3.892070] usb usb1: Product: EHCI Host Controller >13:42:30,358 INFO kernel:[ 3.892072] usb usb1: Manufacturer: Linux 3.3.0-1.fc17.x86_64 ehci_hcd >13:42:30,358 INFO kernel:[ 3.892075] usb usb1: SerialNumber: 0000:00:1a.7 >13:42:30,358 INFO kernel:[ 3.892224] hub 1-0:1.0: USB hub found >13:42:30,358 INFO kernel:[ 3.892230] hub 1-0:1.0: 4 ports detected >13:42:30,358 DEBUG kernel:[ 3.892340] ehci_hcd 0000:00:1d.7: setting latency timer to 64 >13:42:30,358 INFO kernel:[ 3.892344] ehci_hcd 0000:00:1d.7: EHCI Host Controller >13:42:30,359 INFO kernel:[ 3.892405] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 >13:42:30,359 DEBUG kernel:[ 3.896301] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported >13:42:30,359 INFO kernel:[ 3.896316] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000 >13:42:30,359 INFO kernel:[ 3.902034] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 >13:42:30,359 INFO kernel:[ 3.902057] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >13:42:30,359 INFO kernel:[ 3.902060] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,359 INFO kernel:[ 3.902063] usb usb2: Product: EHCI Host Controller >13:42:30,359 INFO kernel:[ 3.902066] usb usb2: Manufacturer: Linux 3.3.0-1.fc17.x86_64 ehci_hcd >13:42:30,359 INFO kernel:[ 3.902069] usb usb2: SerialNumber: 0000:00:1d.7 >13:42:30,359 INFO kernel:[ 3.902199] hub 2-0:1.0: USB hub found >13:42:30,359 INFO kernel:[ 3.902204] hub 2-0:1.0: 6 ports detected >13:42:30,359 INFO kernel:[ 3.902307] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >13:42:30,359 INFO kernel:[ 3.902323] uhci_hcd: USB Universal Host Controller Interface driver >13:42:30,359 DEBUG kernel:[ 3.902348] uhci_hcd 0000:00:1a.0: setting latency timer to 64 >13:42:30,359 INFO kernel:[ 3.902352] uhci_hcd 0000:00:1a.0: UHCI Host Controller >13:42:30,359 INFO kernel:[ 3.902411] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 >13:42:30,359 INFO kernel:[ 3.902447] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00 >13:42:30,359 INFO kernel:[ 3.902483] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >13:42:30,359 INFO kernel:[ 3.902486] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,359 INFO kernel:[ 3.902488] usb usb3: Product: UHCI Host Controller >13:42:30,359 INFO kernel:[ 3.902491] usb usb3: Manufacturer: Linux 3.3.0-1.fc17.x86_64 uhci_hcd >13:42:30,359 INFO kernel:[ 3.902493] usb usb3: SerialNumber: 0000:00:1a.0 >13:42:30,359 INFO kernel:[ 3.902610] hub 3-0:1.0: USB hub found >13:42:30,359 INFO kernel:[ 3.902614] hub 3-0:1.0: 2 ports detected >13:42:30,359 DEBUG kernel:[ 3.902694] uhci_hcd 0000:00:1a.1: setting latency timer to 64 >13:42:30,359 INFO kernel:[ 3.902697] uhci_hcd 0000:00:1a.1: UHCI Host Controller >13:42:30,359 INFO kernel:[ 3.902761] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 >13:42:30,359 INFO kernel:[ 3.902792] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00 >13:42:30,359 INFO kernel:[ 3.902828] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >13:42:30,359 INFO kernel:[ 3.902831] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,359 INFO kernel:[ 3.902834] usb usb4: Product: UHCI Host Controller >13:42:30,359 INFO kernel:[ 3.902836] usb usb4: Manufacturer: Linux 3.3.0-1.fc17.x86_64 uhci_hcd >13:42:30,359 INFO kernel:[ 3.902839] usb usb4: SerialNumber: 0000:00:1a.1 >13:42:30,359 INFO kernel:[ 3.902950] hub 4-0:1.0: USB hub found >13:42:30,359 INFO kernel:[ 3.902955] hub 4-0:1.0: 2 ports detected >13:42:30,359 DEBUG kernel:[ 3.903050] uhci_hcd 0000:00:1d.0: setting latency timer to 64 >13:42:30,359 INFO kernel:[ 3.903054] uhci_hcd 0000:00:1d.0: UHCI Host Controller >13:42:30,359 INFO kernel:[ 3.903111] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 >13:42:30,359 INFO kernel:[ 3.903134] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fd00 >13:42:30,359 INFO kernel:[ 3.903171] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 >13:42:30,359 INFO kernel:[ 3.903174] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,359 INFO kernel:[ 3.903177] usb usb5: Product: UHCI Host Controller >13:42:30,359 INFO kernel:[ 3.903179] usb usb5: Manufacturer: Linux 3.3.0-1.fc17.x86_64 uhci_hcd >13:42:30,360 INFO kernel:[ 3.903181] usb usb5: SerialNumber: 0000:00:1d.0 >13:42:30,360 INFO kernel:[ 3.903294] hub 5-0:1.0: USB hub found >13:42:30,360 INFO kernel:[ 3.903298] hub 5-0:1.0: 2 ports detected >13:42:30,360 DEBUG kernel:[ 3.903380] uhci_hcd 0000:00:1d.1: setting latency timer to 64 >13:42:30,360 INFO kernel:[ 3.903384] uhci_hcd 0000:00:1d.1: UHCI Host Controller >13:42:30,360 INFO kernel:[ 3.903440] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 >13:42:30,360 INFO kernel:[ 3.903473] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fc00 >13:42:30,360 INFO kernel:[ 3.903508] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 >13:42:30,360 INFO kernel:[ 3.903512] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,360 INFO kernel:[ 3.903514] usb usb6: Product: UHCI Host Controller >13:42:30,360 INFO kernel:[ 3.903517] usb usb6: Manufacturer: Linux 3.3.0-1.fc17.x86_64 uhci_hcd >13:42:30,360 INFO kernel:[ 3.903519] usb usb6: SerialNumber: 0000:00:1d.1 >13:42:30,360 INFO kernel:[ 3.903635] hub 6-0:1.0: USB hub found >13:42:30,360 INFO kernel:[ 3.903640] hub 6-0:1.0: 2 ports detected >13:42:30,360 DEBUG kernel:[ 3.903720] uhci_hcd 0000:00:1d.2: setting latency timer to 64 >13:42:30,360 INFO kernel:[ 3.903724] uhci_hcd 0000:00:1d.2: UHCI Host Controller >13:42:30,360 INFO kernel:[ 3.903791] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 >13:42:30,360 INFO kernel:[ 3.903814] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fb00 >13:42:30,360 INFO kernel:[ 3.903850] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 >13:42:30,360 INFO kernel:[ 3.903853] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,360 INFO kernel:[ 3.903856] usb usb7: Product: UHCI Host Controller >13:42:30,360 INFO kernel:[ 3.903858] usb usb7: Manufacturer: Linux 3.3.0-1.fc17.x86_64 uhci_hcd >13:42:30,360 INFO kernel:[ 3.903860] usb usb7: SerialNumber: 0000:00:1d.2 >13:42:30,360 INFO kernel:[ 3.903983] hub 7-0:1.0: USB hub found >13:42:30,360 INFO kernel:[ 3.903987] hub 7-0:1.0: 2 ports detected >13:42:30,360 INFO kernel:[ 3.904107] xhci_hcd 0000:03:00.0: xHCI Host Controller >13:42:30,360 INFO kernel:[ 3.904161] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 8 >13:42:30,360 INFO kernel:[ 3.904312] xhci_hcd 0000:03:00.0: irq 17, io mem 0xfd0fe000 >13:42:30,360 DEBUG kernel:[ 3.904383] xhci_hcd 0000:03:00.0: irq 48 for MSI/MSI-X >13:42:30,360 DEBUG kernel:[ 3.904390] xhci_hcd 0000:03:00.0: irq 49 for MSI/MSI-X >13:42:30,360 DEBUG kernel:[ 3.904396] xhci_hcd 0000:03:00.0: irq 50 for MSI/MSI-X >13:42:30,360 INFO kernel:[ 3.904479] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002 >13:42:30,360 INFO kernel:[ 3.904482] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,360 INFO kernel:[ 3.904484] usb usb8: Product: xHCI Host Controller >13:42:30,360 INFO kernel:[ 3.904487] usb usb8: Manufacturer: Linux 3.3.0-1.fc17.x86_64 xhci_hcd >13:42:30,360 INFO kernel:[ 3.904489] usb usb8: SerialNumber: 0000:03:00.0 >13:42:30,360 DEBUG kernel:[ 3.904574] xHCI xhci_add_endpoint called for root hub >13:42:30,360 DEBUG kernel:[ 3.904577] xHCI xhci_check_bandwidth called for root hub >13:42:30,360 INFO kernel:[ 3.904605] hub 8-0:1.0: USB hub found >13:42:30,360 INFO kernel:[ 3.904612] hub 8-0:1.0: 2 ports detected >13:42:30,360 INFO kernel:[ 3.904681] xhci_hcd 0000:03:00.0: xHCI Host Controller >13:42:30,360 INFO kernel:[ 3.904732] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 9 >13:42:30,360 INFO kernel:[ 3.907746] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003 >13:42:30,360 INFO kernel:[ 3.907749] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >13:42:30,360 INFO kernel:[ 3.907751] usb usb9: Product: xHCI Host Controller >13:42:30,360 INFO kernel:[ 3.907753] usb usb9: Manufacturer: Linux 3.3.0-1.fc17.x86_64 xhci_hcd >13:42:30,360 INFO kernel:[ 3.907756] usb usb9: SerialNumber: 0000:03:00.0 >13:42:30,360 DEBUG kernel:[ 3.907850] xHCI xhci_add_endpoint called for root hub >13:42:30,360 DEBUG kernel:[ 3.907852] xHCI xhci_check_bandwidth called for root hub >13:42:30,360 INFO kernel:[ 3.907884] hub 9-0:1.0: USB hub found >13:42:30,360 INFO kernel:[ 3.907891] hub 9-0:1.0: 2 ports detected >13:42:30,360 INFO kernel:[ 3.908042] usbcore: registered new interface driver usbserial >13:42:30,360 INFO kernel:[ 3.908051] USB Serial support registered for generic >13:42:30,360 INFO kernel:[ 3.908065] usbcore: registered new interface driver usbserial_generic >13:42:30,360 INFO kernel:[ 3.908067] usbserial: USB Serial Driver core >13:42:30,360 INFO kernel:[ 3.908117] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 >13:42:30,360 INFO kernel:[ 3.910829] serio: i8042 KBD port at 0x60,0x64 irq 1 >13:42:30,360 INFO kernel:[ 3.910836] serio: i8042 AUX port at 0x60,0x64 irq 12 >13:42:30,360 INFO kernel:[ 3.910955] mousedev: PS/2 mouse device common for all mice >13:42:30,360 INFO kernel:[ 3.911180] rtc_cmos 00:03: RTC can wake from S4 >13:42:30,360 INFO kernel:[ 3.911303] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 >13:42:30,360 INFO kernel:[ 3.911326] rtc0: alarms up to one month, 242 bytes nvram >13:42:30,360 INFO kernel:[ 3.911427] device-mapper: uevent: version 1.0.3 >13:42:30,360 INFO kernel:[ 3.911521] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com >13:42:30,360 INFO kernel:[ 3.911577] cpuidle: using governor ladder >13:42:30,360 INFO kernel:[ 3.911579] cpuidle: using governor menu >13:42:30,360 INFO kernel:[ 3.911783] EFI Variables Facility v0.08 2004-May-17 >13:42:30,360 INFO kernel:[ 3.911917] usbcore: registered new interface driver usbhid >13:42:30,360 INFO kernel:[ 3.911919] usbhid: USB HID core driver >13:42:30,360 INFO kernel:[ 3.911996] ip_tables: (C) 2000-2006 Netfilter Core Team >13:42:30,360 INFO kernel:[ 3.912043] TCP cubic registered >13:42:30,360 INFO kernel:[ 3.912046] Initializing XFRM netlink socket >13:42:30,360 INFO kernel:[ 3.912183] NET: Registered protocol family 10 >13:42:30,360 INFO kernel:[ 3.912371] Mobile IPv6 >13:42:30,360 INFO kernel:[ 3.912375] NET: Registered protocol family 17 >13:42:30,360 NOTICE kernel:[ 3.912379] Registering the dns_resolver key type >13:42:30,360 DEBUG kernel:[ 3.912537] PM: Hibernation image not present or could not be loaded. >13:42:30,360 INFO kernel:[ 3.912555] registered taskstats version 1 >13:42:30,360 INFO kernel:[ 3.913139] Magic number: 12:30:685 >13:42:30,360 INFO kernel:[ 3.913171] misc nvram: hash matches >13:42:30,360 INFO kernel:[ 3.913181] clocksource: hash matches >13:42:30,360 INFO kernel:[ 3.913257] rtc_cmos 00:03: setting system clock to 2012-05-07 13:41:57 UTC (1336398117) >13:42:30,360 INFO kernel:[ 3.913492] Initializing network drop monitor service >13:42:30,360 INFO kernel:[ 3.942953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >13:42:30,360 INFO kernel:[ 4.176035] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >13:42:30,360 INFO kernel:[ 4.176057] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >13:42:30,360 INFO kernel:[ 4.176073] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >13:42:30,360 INFO kernel:[ 4.176088] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >13:42:30,360 INFO kernel:[ 4.176102] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >13:42:30,360 INFO kernel:[ 4.176118] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >13:42:30,360 INFO kernel:[ 4.187037] ata7: SATA link down (SStatus 0 SControl 300) >13:42:30,360 INFO kernel:[ 4.189038] ata8: SATA link down (SStatus 0 SControl 300) >13:42:30,360 INFO kernel:[ 4.217215] ata6.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133 >13:42:30,360 INFO kernel:[ 4.217219] ata6.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32) >13:42:30,360 INFO kernel:[ 4.220739] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133 >13:42:30,360 INFO kernel:[ 4.220743] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32) >13:42:30,360 INFO kernel:[ 4.222308] ata4.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133 >13:42:30,360 INFO kernel:[ 4.222311] ata4.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32) >13:42:30,360 INFO kernel:[ 4.223639] ata5.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133 >13:42:30,360 INFO kernel:[ 4.223642] ata5.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32) >13:42:30,360 INFO kernel:[ 4.225333] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133 >13:42:30,360 INFO kernel:[ 4.225336] ata2.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32) >13:42:30,360 INFO kernel:[ 4.225732] ata3.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133 >13:42:30,360 INFO kernel:[ 4.225735] ata3.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32) >13:42:30,360 INFO kernel:[ 4.275518] ata6.00: configured for UDMA/133 >13:42:30,360 INFO kernel:[ 4.279048] ata1.00: configured for UDMA/133 >13:42:30,360 NOTICE kernel:[ 4.279219] scsi 0:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 >13:42:30,360 NOTICE kernel:[ 4.279434] sd 0:0:0:0: Attached scsi generic sg0 type 0 >13:42:30,360 NOTICE kernel:[ 4.279439] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) >13:42:30,360 NOTICE kernel:[ 4.279508] sd 0:0:0:0: [sda] Write Protect is off >13:42:30,360 DEBUG kernel:[ 4.279512] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >13:42:30,360 NOTICE kernel:[ 4.279568] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >13:42:30,360 INFO kernel:[ 4.280617] ata4.00: configured for UDMA/133 >13:42:30,360 INFO kernel:[ 4.281949] ata5.00: configured for UDMA/133 >13:42:30,360 INFO kernel:[ 4.283644] ata2.00: configured for UDMA/133 >13:42:30,360 NOTICE kernel:[ 4.283760] scsi 1:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 >13:42:30,360 NOTICE kernel:[ 4.283898] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB) >13:42:30,360 NOTICE kernel:[ 4.283923] sd 1:0:0:0: Attached scsi generic sg1 type 0 >13:42:30,360 NOTICE kernel:[ 4.283957] sd 1:0:0:0: [sdb] Write Protect is off >13:42:30,360 DEBUG kernel:[ 4.283961] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >13:42:30,360 NOTICE kernel:[ 4.283988] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >13:42:30,360 INFO kernel:[ 4.284045] ata3.00: configured for UDMA/133 >13:42:30,360 NOTICE kernel:[ 4.284147] scsi 2:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 >13:42:30,360 NOTICE kernel:[ 4.284309] sd 2:0:0:0: Attached scsi generic sg2 type 0 >13:42:30,360 NOTICE kernel:[ 4.284357] sd 2:0:0:0: [sdc] 625142448 512-byte logical blocks: (320 GB/298 GiB) >13:42:30,360 NOTICE kernel:[ 4.284428] sd 2:0:0:0: [sdc] Write Protect is off >13:42:30,360 DEBUG kernel:[ 4.284432] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 >13:42:30,360 NOTICE kernel:[ 4.284462] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >13:42:30,360 NOTICE kernel:[ 4.284469] scsi 3:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 >13:42:30,360 NOTICE kernel:[ 4.284622] sd 3:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB) >13:42:30,360 NOTICE kernel:[ 4.284667] sd 3:0:0:0: Attached scsi generic sg3 type 0 >13:42:30,360 NOTICE kernel:[ 4.284825] sd 3:0:0:0: [sdd] Write Protect is off >13:42:30,360 DEBUG kernel:[ 4.284829] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00 >13:42:30,361 NOTICE kernel:[ 4.284836] scsi 4:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 >13:42:30,361 NOTICE kernel:[ 4.284860] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >13:42:30,361 NOTICE kernel:[ 4.285025] sd 4:0:0:0: [sde] 625142448 512-byte logical blocks: (320 GB/298 GiB) >13:42:30,361 NOTICE kernel:[ 4.285054] sd 4:0:0:0: Attached scsi generic sg4 type 0 >13:42:30,361 NOTICE kernel:[ 4.285104] sd 4:0:0:0: [sde] Write Protect is off >13:42:30,361 DEBUG kernel:[ 4.285108] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00 >13:42:30,361 NOTICE kernel:[ 4.285142] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >13:42:30,361 NOTICE kernel:[ 4.285230] scsi 5:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 >13:42:30,361 NOTICE kernel:[ 4.285439] sd 5:0:0:0: Attached scsi generic sg5 type 0 >13:42:30,361 NOTICE kernel:[ 4.285507] sd 5:0:0:0: [sdf] 625142448 512-byte logical blocks: (320 GB/298 GiB) >13:42:30,361 NOTICE kernel:[ 4.285619] sd 5:0:0:0: [sdf] Write Protect is off >13:42:30,361 DEBUG kernel:[ 4.285623] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00 >13:42:30,361 NOTICE kernel:[ 4.285671] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >13:42:30,361 INFO kernel:[ 4.315221] sdf: sdf1 sdf2 sdf3 sdf4 >13:42:30,361 NOTICE kernel:[ 4.315737] sd 5:0:0:0: [sdf] Attached SCSI disk >13:42:30,361 INFO kernel:[ 4.318747] sda: sda1 >13:42:30,361 NOTICE kernel:[ 4.319060] sd 0:0:0:0: [sda] Attached SCSI disk >13:42:30,361 INFO kernel:[ 4.320310] sdd: sdd1 >13:42:30,361 NOTICE kernel:[ 4.320643] sd 3:0:0:0: [sdd] Attached SCSI disk >13:42:30,361 INFO kernel:[ 4.321654] sde: sde1 sde2 sde3 sde4 >13:42:30,361 NOTICE kernel:[ 4.322144] sd 4:0:0:0: [sde] Attached SCSI disk >13:42:30,361 INFO kernel:[ 4.323344] sdb: sdb1 >13:42:30,361 NOTICE kernel:[ 4.323581] sd 1:0:0:0: [sdb] Attached SCSI disk >13:42:30,361 INFO kernel:[ 4.323744] sdc: sdc1 >13:42:30,361 NOTICE kernel:[ 4.324069] sd 2:0:0:0: [sdc] Attached SCSI disk >13:42:30,361 INFO kernel:[ 4.325939] Freeing unused kernel memory: 1000k freed >13:42:30,361 INFO kernel:[ 4.326254] Write protecting the kernel read-only data: 10240k >13:42:30,361 INFO kernel:[ 4.326478] Freeing unused kernel memory: 16k freed >13:42:30,361 INFO kernel:[ 4.332427] Freeing unused kernel memory: 1516k freed >13:42:30,361 INFO kernel:[ 4.522404] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >13:42:30,361 INFO kernel:[ 4.636543] squashfs: version 4.0 (2009/01/31) Phillip Lougher >13:42:30,361 INFO kernel:[ 4.638763] Loading iSCSI transport class v2.0-870. >13:42:30,361 NOTICE kernel:[ 4.639820] iscsi: registered transport (tcp) >13:42:30,361 INFO kernel:[ 4.641683] alua: device handler registered >13:42:30,361 INFO kernel:[ 4.643511] emc: device handler registered >13:42:30,361 INFO kernel:[ 4.645265] hp_sw: device handler registered >13:42:30,361 INFO kernel:[ 4.647050] rdac: device handler registered >13:42:30,361 INFO kernel:[ 4.828037] Refined TSC clocksource calibration: 1903.999 MHz. >13:42:30,361 INFO kernel:[ 4.828042] Switching to clocksource tsc >13:42:30,361 INFO kernel:[ 4.915025] usb 1-2: new high-speed USB device number 2 using ehci_hcd >13:42:30,361 INFO kernel:[ 5.049427] usb 1-2: New USB device found, idVendor=152e, idProduct=2507 >13:42:30,361 INFO kernel:[ 5.049431] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >13:42:30,361 INFO kernel:[ 5.049435] usb 1-2: Product: Super Multi Rewriter >13:42:30,361 INFO kernel:[ 5.049438] usb 1-2: Manufacturer: HLDS Inc. >13:42:30,361 INFO kernel:[ 5.049440] usb 1-2: SerialNumber: P01020223114338 >13:42:30,361 INFO kernel:[ 7.664046] floppy0: no floppy controllers found >13:42:30,361 INFO kernel:[ 7.666753] BIOS EDD facility v0.16 2004-Jun-25, 7 devices found >13:42:30,361 INFO kernel:[ 7.669179] No iBFT detected. >13:42:30,361 INFO kernel:[ 7.671220] md: raid0 personality registered for level 0 >13:42:30,361 INFO kernel:[ 7.673397] md: raid1 personality registered for level 1 >13:42:30,361 INFO kernel:[ 7.675526] async_tx: api initialized (async) >13:42:30,361 INFO kernel:[ 7.675701] xor: automatically using best checksumming function: generic_sse >13:42:30,361 INFO kernel:[ 7.680004] generic_sse: 5956.000 MB/sec >13:42:30,361 INFO kernel:[ 7.680007] xor: using function: generic_sse (5956.000 MB/sec) >13:42:30,361 WARNING kernel:[ 7.697050] raid6: int64x1 1285 MB/s >13:42:30,361 WARNING kernel:[ 7.714012] raid6: int64x2 1660 MB/s >13:42:30,361 WARNING kernel:[ 7.731054] raid6: int64x4 1152 MB/s >13:42:30,361 WARNING kernel:[ 7.748049] raid6: int64x8 1117 MB/s >13:42:30,361 WARNING kernel:[ 7.765014] raid6: sse2x1 3015 MB/s >13:42:30,361 WARNING kernel:[ 7.782023] raid6: sse2x2 3421 MB/s >13:42:30,361 WARNING kernel:[ 7.799006] raid6: sse2x4 4824 MB/s >13:42:30,361 WARNING kernel:[ 7.799008] raid6: using algorithm sse2x4 (4824 MB/s) >13:42:30,361 INFO kernel:[ 7.801210] md: raid6 personality registered for level 6 >13:42:30,361 INFO kernel:[ 7.801214] md: raid5 personality registered for level 5 >13:42:30,361 INFO kernel:[ 7.801216] md: raid4 personality registered for level 4 >13:42:30,361 INFO kernel:[ 7.806390] md: raid10 personality registered for level 10 >13:42:30,361 INFO kernel:[ 7.808172] md: linear personality registered for level -1 >13:42:30,361 INFO kernel:[ 7.816299] device-mapper: multipath: version 1.3.0 loaded >13:42:30,361 INFO kernel:[ 7.818099] device-mapper: multipath round-robin: version 1.0.0 loaded >13:42:30,361 INFO kernel:[ 7.954012] RPC: Registered named UNIX socket transport module. >13:42:30,361 INFO kernel:[ 7.954016] RPC: Registered udp transport module. >13:42:30,361 INFO kernel:[ 7.954019] RPC: Registered tcp transport module. >13:42:30,361 INFO kernel:[ 7.954021] RPC: Registered tcp NFSv4.1 backchannel transport module. >13:42:30,361 INFO kernel:[ 8.145852] Initializing USB Mass Storage driver... >13:42:30,361 INFO kernel:[ 8.147999] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded >13:42:30,361 DEBUG kernel:[ 8.148149] r8169 0000:04:00.0: irq 51 for MSI/MSI-X >13:42:30,361 INFO kernel:[ 8.148362] r8169 0000:04:00.0: eth0: RTL8168b/8111b at 0xffffc900001f8000, 00:50:8d:95:fd:9a, XID 18000000 IRQ 51 >13:42:30,361 INFO kernel:[ 8.148366] r8169 0000:04:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko] >13:42:30,361 DEBUG kernel:[ 8.149633] sata_sil24 0000:05:00.0: version 1.1 >13:42:30,361 INFO kernel:[ 8.150602] pata_jmicron 0000:07:00.1: enabling device (0000 -> 0001) >13:42:30,361 DEBUG kernel:[ 8.150648] pata_jmicron 0000:07:00.1: setting latency timer to 64 >13:42:30,361 INFO kernel:[ 8.152720] scsi8 : usb-storage 1-2:1.0 >13:42:30,361 INFO kernel:[ 8.152830] usbcore: registered new interface driver usb-storage >13:42:30,361 INFO kernel:[ 8.152833] USB Mass Storage support registered. >13:42:30,361 INFO kernel:[ 8.153494] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded >13:42:30,361 DEBUG kernel:[ 8.153626] r8169 0000:06:00.0: irq 52 for MSI/MSI-X >13:42:30,361 INFO kernel:[ 8.153838] r8169 0000:06:00.0: eth1: RTL8168b/8111b at 0xffffc900001fc000, 00:50:8d:95:fd:9b, XID 18000000 IRQ 52 >13:42:30,361 INFO kernel:[ 8.153842] r8169 0000:06:00.0: eth1: jumbo features [frames: 4080 bytes, tx checksumming: ko] >13:42:30,361 INFO kernel:[ 8.154897] scsi9 : sata_sil24 >13:42:30,361 INFO kernel:[ 8.156821] scsi11 : sata_sil24 >13:42:30,361 INFO kernel:[ 8.156930] ata9: SATA max UDMA/100 host m128@0xfdbff000 port 0xfdbf8000 irq 19 >13:42:30,361 INFO kernel:[ 8.156936] ata10: SATA max UDMA/100 host m128@0xfdbff000 port 0xfdbfa000 irq 19 >13:42:30,361 INFO kernel:[ 8.156979] scsi10 : pata_jmicron >13:42:30,361 INFO kernel:[ 8.157547] 3c59x: Donald Becker and others. >13:42:30,361 INFO kernel:[ 8.157558] 0000:08:05.0: 3Com PCI 3c905B Cyclone 100baseTx at ffffc900001fe000. >13:42:30,361 DEBUG kernel:[ 8.157565] 3c59x 0000:08:05.0: setting latency timer to 64 >13:42:30,361 INFO kernel:[ 8.158865] scsi12 : pata_jmicron >13:42:30,361 INFO kernel:[ 8.158998] ata11: PATA max UDMA/100 cmd 0x6f00 ctl 0x6e00 bmdma 0x6b00 irq 18 >13:42:30,361 INFO kernel:[ 8.159015] ata12: PATA max UDMA/100 cmd 0x6d00 ctl 0x6c00 bmdma 0x6b08 irq 18 >13:42:30,361 DEBUG kernel:[ 8.304012] r8169 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update. >13:42:30,361 INFO kernel:[ 8.316547] ata11.00: ATA-0: TRANSCEND, 2.0, max PIO4 >13:42:30,361 INFO kernel:[ 8.316551] ata11.00: 500736 sectors, multi 1: LBA >13:42:30,361 INFO kernel:[ 8.322465] ata11.00: configured for PIO4 >13:42:30,361 NOTICE kernel:[ 9.190459] scsi 8:0:0:0: CD-ROM HL-DT-ST DVD-RAM GSA-E60L 1.00 PQ: 0 ANSI: 0 >13:42:30,361 WARNING kernel:[ 9.194439] sr0: scsi3-mmc drive: 125x/48x writer dvd-ram cd/rw xa/form2 cdda tray >13:42:30,361 INFO kernel:[ 9.194444] cdrom: Uniform CD-ROM driver Revision: 3.20 >13:42:30,361 DEBUG kernel:[ 9.194611] sr 8:0:0:0: Attached scsi CD-ROM sr0 >13:42:30,361 NOTICE kernel:[ 9.194727] sr 8:0:0:0: Attached scsi generic sg6 type 5 >13:42:30,361 INFO kernel:[ 10.176035] ata9: SATA link down (SStatus 0 SControl 0) >13:42:30,361 INFO kernel:[ 12.196033] ata10: SATA link down (SStatus 0 SControl 0) >13:42:30,361 NOTICE kernel:[ 12.196203] scsi 10:0:0:0: Direct-Access ATA TRANSCEND 2.0 PQ: 0 ANSI: 5 >13:42:30,361 NOTICE kernel:[ 12.196392] sd 10:0:0:0: [sdg] 500736 512-byte logical blocks: (256 MB/244 MiB) >13:42:30,361 NOTICE kernel:[ 12.196446] sd 10:0:0:0: Attached scsi generic sg7 type 0 >13:42:30,361 NOTICE kernel:[ 12.196461] sd 10:0:0:0: [sdg] Write Protect is off >13:42:30,361 DEBUG kernel:[ 12.196465] sd 10:0:0:0: [sdg] Mode Sense: 00 3a 00 00 >13:42:30,362 NOTICE kernel:[ 12.196496] sd 10:0:0:0: [sdg] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >13:42:30,362 INFO kernel:[ 12.200270] sdg: sdg1 >13:42:30,362 NOTICE kernel:[ 12.200626] sd 10:0:0:0: [sdg] Attached SCSI disk >13:42:30,362 DEBUG kernel:[ 12.359865] firewire_ohci 0000:08:02.0: setting latency timer to 64 >13:42:30,362 NOTICE kernel:[ 12.410086] firewire_ohci: Added fw-ohci device 0000:08:02.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2 >13:42:30,362 DEBUG kernel:[ 12.443062] r8169 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update. >13:42:30,362 NOTICE kernel:[ 12.914910] firewire_core: created device fw0: GUID 00508d000092f9f2, S400 >13:42:30,362 DEBUG kernel:[ 13.533314] ISO 9660 Extensions: Microsoft Joliet Level 3 >13:42:30,362 DEBUG kernel:[ 13.577567] ISO 9660 Extensions: RRIP_1991A >13:42:30,362 INFO kernel:[ 14.932225] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >13:42:30,362 DEBUG kernel:[ 18.124765] SELinux: 2048 avtab hash slots, 97042 rules. >13:42:30,362 DEBUG kernel:[ 18.144566] SELinux: 2048 avtab hash slots, 97042 rules. >13:42:30,362 DEBUG kernel:[ 18.304856] SELinux: 9 users, 15 roles, 4061 types, 215 bools, 1 sens, 1024 cats >13:42:30,362 DEBUG kernel:[ 18.304861] SELinux: 83 classes, 97042 rules >13:42:30,362 DEBUG kernel:[ 18.310284] SELinux: Completing initialization. >13:42:30,362 DEBUG kernel:[ 18.310289] SELinux: Setting up existing superblocks. >13:42:30,362 DEBUG kernel:[ 18.310300] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.310307] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.310313] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.310319] SELinux: initialized (dev proc, type proc), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.310332] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 18.310346] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 18.311117] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >13:42:30,362 DEBUG kernel:[ 18.311123] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.313084] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >13:42:30,362 DEBUG kernel:[ 18.313093] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.313098] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 18.313116] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 18.313124] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 18.313132] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.313159] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.314425] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 18.314434] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 18.318378] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.318387] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.318404] SELinux: initialized (dev loop0, type squashfs), uses xattr >13:42:30,362 DEBUG kernel:[ 18.318431] SELinux: initialized (dev dm-0, type ext4), uses xattr >13:42:30,362 NOTICE kernel:[ 18.321132] type=1403 audit(1336398131.906:2): policy loaded auid=4294967295 ses=4294967295 >13:42:30,362 DEBUG kernel:[ 18.686863] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 18.687396] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.949306] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.949707] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.950168] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.950513] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.950841] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.951179] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.951537] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 18.951874] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 20.282049] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 22.890524] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >13:42:30,362 DEBUG kernel:[ 22.891401] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 22.891726] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >13:42:30,362 DEBUG kernel:[ 22.892017] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >13:42:30,362 INFO kernel:[ 23.343330] EXT4-fs (dm-0): re-mounted. Opts: user_xattr,barrier=1,data=ordered >13:42:30,362 NOTICE kernel:[ 24.462795] type=1400 audit(1336398138.047:3): avc: denied { write } for pid=460 comm="loadkeys" name="python2.7" dev="dm-0" ino=25200 scontext=system_u:system_r:loadkeys_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >13:42:30,362 NOTICE kernel:[ 24.462810] type=1400 audit(1336398138.047:4): avc: denied { remove_name } for pid=460 comm="loadkeys" name="site.pyc" dev="dm-0" ino=26337 scontext=system_u:system_r:loadkeys_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >13:42:30,362 NOTICE kernel:[ 24.462822] type=1400 audit(1336398138.047:5): avc: denied { unlink } for pid=460 comm="loadkeys" name="site.pyc" dev="dm-0" ino=26337 scontext=system_u:system_r:loadkeys_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=lnk_file >13:42:30,362 NOTICE kernel:[ 24.611705] type=1400 audit(1336398138.196:6): avc: denied { add_name } for pid=460 comm="loadkeys" name="site.pyc" scontext=system_u:system_r:loadkeys_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >13:42:30,362 NOTICE kernel:[ 24.611757] type=1400 audit(1336398138.196:7): avc: denied { create } for pid=460 comm="loadkeys" name="site.pyc" scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >13:42:30,362 NOTICE kernel:[ 24.611824] type=1400 audit(1336398138.196:8): avc: denied { write } for pid=460 comm="loadkeys" name="site.pyc" dev="dm-0" ino=26337 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >13:42:30,362 NOTICE kernel:[ 25.448476] type=1400 audit(1336398139.033:9): avc: denied { create } for pid=494 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >13:42:30,362 NOTICE kernel:[ 25.448549] type=1400 audit(1336398139.033:10): avc: denied { setattr } for pid=494 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=49963 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >13:42:30,362 NOTICE kernel:[ 25.448677] type=1400 audit(1336398139.033:11): avc: denied { relabelfrom } for pid=494 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=49963 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >13:42:30,362 INFO kernel:[ 27.405847] [drm] Initialized drm 1.1.0 20060810 >13:42:30,362 DEBUG kernel:[ 29.703012] r8169 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update. >13:42:30,362 WARNING kernel:[ 29.967239] mdadm: sending ioctl 800c0910 to a partition! >13:42:30,362 WARNING kernel:[ 29.967245] mdadm: sending ioctl 800c0910 to a partition! >13:42:30,362 WARNING kernel:[ 29.967630] mdadm: sending ioctl 1261 to a partition! >13:42:30,362 WARNING kernel:[ 29.967633] mdadm: sending ioctl 1261 to a partition! >13:42:30,362 WARNING kernel:[ 29.967750] mdadm: sending ioctl 800c0910 to a partition! >13:42:30,362 WARNING kernel:[ 29.967752] mdadm: sending ioctl 800c0910 to a partition! >13:42:30,362 WARNING kernel:[ 29.967845] mdadm: sending ioctl 1261 to a partition! >13:42:30,362 WARNING kernel:[ 29.967848] mdadm: sending ioctl 1261 to a partition! >13:42:30,362 WARNING kernel:[ 29.967930] mdadm: sending ioctl 800c0910 to a partition! >13:42:30,362 WARNING kernel:[ 29.967933] mdadm: sending ioctl 800c0910 to a partition! >13:42:30,362 INFO kernel:[ 29.981417] md: bind<sda1> >13:42:30,362 INFO kernel:[ 29.994483] [drm] radeon defaulting to kernel modesetting. >13:42:30,362 INFO kernel:[ 29.994487] [drm] radeon kernel modesetting enabled. >13:42:30,362 INFO kernel:[ 29.995577] [drm] initializing kernel modesetting (RV380 0x1002:0x5B60 0x17EE:0x0371). >13:42:30,362 INFO kernel:[ 29.995619] [drm] register mmio base: 0xFD5F0000 >13:42:30,362 INFO kernel:[ 29.995621] [drm] register mmio size: 65536 >13:42:30,362 INFO kernel:[ 29.995807] [drm] Generation 2 PCI interface, using max accessible memory >13:42:30,362 INFO kernel:[ 29.995813] radeon 0000:01:00.0: VRAM: 128M 0x00000000D8000000 - 0x00000000DFFFFFFF (128M used) >13:42:30,362 INFO kernel:[ 29.995816] radeon 0000:01:00.0: GTT: 512M 0x00000000B8000000 - 0x00000000D7FFFFFF >13:42:30,362 INFO kernel:[ 29.995826] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). >13:42:30,362 INFO kernel:[ 29.995827] [drm] Driver supports precise vblank timestamp query. >13:42:30,362 DEBUG kernel:[ 29.995869] radeon 0000:01:00.0: irq 53 for MSI/MSI-X >13:42:30,362 INFO kernel:[ 29.995881] radeon 0000:01:00.0: radeon: using MSI. >13:42:30,362 INFO kernel:[ 29.995903] [drm] radeon: irq initialized. >13:42:30,362 INFO kernel:[ 29.997372] [drm] Detected VRAM RAM=128M, BAR=128M >13:42:30,362 INFO kernel:[ 29.997375] [drm] RAM width 64bits DDR >13:42:30,362 INFO kernel:[ 29.997771] [TTM] Zone kernel: Available graphics memory: 509366 kiB. >13:42:30,362 INFO kernel:[ 29.997774] [TTM] Initializing pool allocator. >13:42:30,362 INFO kernel:[ 29.997779] [TTM] Initializing DMA pool allocator. >13:42:30,362 INFO kernel:[ 29.997887] [drm] radeon: 128M of VRAM memory ready >13:42:30,362 INFO kernel:[ 29.997890] [drm] radeon: 512M of GTT memory ready. >13:42:30,362 INFO kernel:[ 29.997948] [drm] GART: num cpu pages 131072, num gpu pages 131072 >13:42:30,362 INFO kernel:[ 29.999684] [drm] radeon: ib pool ready. >13:42:30,362 INFO kernel:[ 29.999695] md: bind<sdc1> >13:42:30,362 INFO kernel:[ 29.999806] [drm] radeon: 1 quad pipes, 1 Z pipes initialized. >13:42:30,362 INFO kernel:[ 30.000925] [drm] PCIE GART of 512M enabled (table at 0x00000000D8040000). >13:42:30,362 INFO kernel:[ 30.000980] radeon 0000:01:00.0: WB enabled >13:42:30,362 INFO kernel:[ 30.000985] [drm] fence driver on ring 0 use gpu addr 0xb8000000 and cpu addr 0xffff880037c0c000 >13:42:30,362 INFO kernel:[ 30.001539] [drm] Loading R300 Microcode >13:42:30,362 INFO kernel:[ 30.003719] md: bind<sdf1> >13:42:30,362 INFO kernel:[ 30.007300] md: bind<sdf3> >13:42:30,362 INFO kernel:[ 30.013182] md: bind<sde2> >13:42:30,362 INFO kernel:[ 30.016769] md: bind<sdb1> >13:42:30,362 INFO kernel:[ 30.022168] md: bind<sde4> >13:42:30,362 INFO kernel:[ 30.029722] md: bind<sde3> >13:42:30,362 INFO kernel:[ 30.344373] bio: create slab <bio-1> at 1 >13:42:30,362 INFO kernel:[ 30.344458] md/raid1:md125: active with 2 out of 2 mirrors >13:42:30,362 INFO kernel:[ 30.344485] md125: detected capacity change from 0 to 30005723136 >13:42:30,362 INFO kernel:[ 30.371212] md: bind<sdf4> >13:42:30,362 INFO kernel:[ 30.374513] md/raid1:md123: active with 2 out of 2 mirrors >13:42:30,362 INFO kernel:[ 30.374543] md123: detected capacity change from 0 to 287753109504 >13:42:30,362 INFO kernel:[ 30.377966] md125: unknown partition table >13:42:30,362 INFO kernel:[ 30.400773] md123: unknown partition table >13:42:30,362 INFO kernel:[ 30.410171] md: bind<sde1> >13:42:30,362 INFO kernel:[ 30.413075] md/raid1:md126: active with 2 out of 2 mirrors >13:42:30,362 INFO kernel:[ 30.413105] md126: detected capacity change from 0 to 304218112 >13:42:30,362 INFO kernel:[ 30.443687] md: bind<sdf2> >13:42:30,362 NOTICE kernel:[ 30.453811] md/raid1:md124: not clean -- starting background reconstruction >13:42:30,362 INFO kernel:[ 30.453815] md/raid1:md124: active with 2 out of 2 mirrors >13:42:30,362 INFO kernel:[ 30.453845] md124: detected capacity change from 0 to 2006843392 >13:42:30,362 INFO kernel:[ 30.464053] md124: unknown partition table >13:42:30,362 INFO kernel:[ 30.467835] md: bind<sdd1> >13:42:30,362 INFO kernel:[ 30.478599] md/raid:md127: device sdd1 operational as raid disk 3 >13:42:30,362 INFO kernel:[ 30.478603] md/raid:md127: device sdb1 operational as raid disk 1 >13:42:30,362 INFO kernel:[ 30.478606] md/raid:md127: device sdc1 operational as raid disk 2 >13:42:30,362 INFO kernel:[ 30.478608] md/raid:md127: device sda1 operational as raid disk 0 >13:42:30,362 INFO kernel:[ 30.479242] md/raid:md127: allocated 4312kB >13:42:30,362 INFO kernel:[ 30.479304] md/raid:md127: raid level 5 active with 4 out of 4 devices, algorithm 2 >13:42:30,362 DEBUG kernel:[ 30.479307] RAID conf printout: >13:42:30,362 DEBUG kernel:[ 30.479309] --- level:5 rd:4 wd:4 >13:42:30,362 DEBUG kernel:[ 30.479312] disk 0, o:1, dev:sda1 >13:42:30,362 DEBUG kernel:[ 30.479315] disk 1, o:1, dev:sdb1 >13:42:30,362 DEBUG kernel:[ 30.479317] disk 2, o:1, dev:sdc1 >13:42:30,362 DEBUG kernel:[ 30.479319] disk 3, o:1, dev:sdd1 >13:42:30,362 INFO kernel:[ 30.479353] md127: detected capacity change from 0 to 960210665472 >13:42:30,362 INFO kernel:[ 30.482054] md127: unknown partition table >13:42:30,362 INFO kernel:[ 30.530086] md126: unknown partition table >13:42:30,362 INFO kernel:[ 30.556976] [drm] radeon: ring at 0x00000000B8001000 >13:42:30,363 INFO kernel:[ 30.556996] [drm] ring test succeeded in 1 usecs >13:42:30,363 INFO kernel:[ 30.557558] [drm] ib test succeeded in 0 usecs >13:42:30,363 INFO kernel:[ 30.557846] [drm] Radeon Display Connectors >13:42:30,363 INFO kernel:[ 30.557848] [drm] Connector 0: >13:42:30,363 INFO kernel:[ 30.557849] [drm] VGA >13:42:30,363 INFO kernel:[ 30.557852] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60 >13:42:30,363 INFO kernel:[ 30.557853] [drm] Encoders: >13:42:30,363 INFO kernel:[ 30.557855] [drm] CRT1: INTERNAL_DAC1 >13:42:30,363 INFO kernel:[ 30.557857] [drm] Connector 1: >13:42:30,363 INFO kernel:[ 30.557858] [drm] DVI-I >13:42:30,363 INFO kernel:[ 30.557860] [drm] HPD1 >13:42:30,363 INFO kernel:[ 30.557862] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64 >13:42:30,363 INFO kernel:[ 30.557863] [drm] Encoders: >13:42:30,363 INFO kernel:[ 30.557865] [drm] CRT2: INTERNAL_DAC2 >13:42:30,363 INFO kernel:[ 30.557866] [drm] DFP1: INTERNAL_TMDS1 >13:42:30,363 INFO kernel:[ 30.557868] [drm] Connector 2: >13:42:30,363 INFO kernel:[ 30.557869] [drm] S-video >13:42:30,363 INFO kernel:[ 30.557870] [drm] Encoders: >13:42:30,363 INFO kernel:[ 30.557872] [drm] TV1: INTERNAL_DAC2 >13:42:30,363 WARNING kernel:[ 30.567305] audit_printk_skb: 15 callbacks suppressed >13:42:30,363 NOTICE kernel:[ 30.567309] type=1400 audit(1336398144.152:17): avc: denied { write } for pid=460 comm="loadkeys" name="pyanaconda" dev="dm-0" ino=25938 scontext=system_u:system_r:loadkeys_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >13:42:30,363 NOTICE kernel:[ 30.567323] type=1400 audit(1336398144.152:18): avc: denied { remove_name } for pid=460 comm="loadkeys" name="__init__.pyc" dev="dm-0" ino=26055 scontext=system_u:system_r:loadkeys_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >13:42:30,363 NOTICE kernel:[ 30.567392] type=1400 audit(1336398144.152:19): avc: denied { add_name } for pid=460 comm="loadkeys" name="__init__.pyc" scontext=system_u:system_r:loadkeys_t:s0 tcontext=unconfined_u:object_r:lib_t:s0 tclass=dir >13:42:30,363 INFO kernel:[ 30.601906] [drm] fb mappable at 0xD80C0000 >13:42:30,363 INFO kernel:[ 30.601910] [drm] vram apper at 0xD8000000 >13:42:30,363 INFO kernel:[ 30.601912] [drm] size 3145728 >13:42:30,363 INFO kernel:[ 30.601913] [drm] fb depth is 24 >13:42:30,363 INFO kernel:[ 30.601915] [drm] pitch is 4096 >13:42:30,363 INFO kernel:[ 30.602132] fbcon: radeondrmfb (fb0) is primary device >13:42:30,363 INFO kernel:[ 30.655620] Console: switching to colour frame buffer device 128x48 >13:42:30,363 INFO kernel:[ 30.658276] fb0: radeondrmfb frame buffer device >13:42:30,363 INFO kernel:[ 30.658278] drm: registered panic notifier >13:42:30,363 INFO kernel:[ 30.658285] [drm] Initialized radeon 2.13.0 20080528 for 0000:01:00.0 on minor 0 >13:42:30,363 NOTICE kernel:[ 31.618857] type=1400 audit(1336398145.203:20): avc: denied { read } for pid=460 comm="loadkeys" name="cmdline.d" dev="tmpfs" ino=1297 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=dir >13:42:30,363 NOTICE kernel:[ 31.619668] type=1400 audit(1336398145.204:21): avc: denied { read } for pid=460 comm="loadkeys" name="99-anaconda-disable-disk-activation.conf" dev="tmpfs" ino=9752 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file >13:42:30,363 NOTICE kernel:[ 31.619682] type=1400 audit(1336398145.204:22): avc: denied { open } for pid=460 comm="loadkeys" name="99-anaconda-disable-disk-activation.conf" dev="tmpfs" ino=9752 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file >13:42:30,363 NOTICE kernel:[ 31.619698] type=1400 audit(1336398145.204:23): avc: denied { getattr } for pid=460 comm="loadkeys" path="/run/initramfs/etc/cmdline.d/99-anaconda-disable-disk-activation.conf" dev="tmpfs" ino=9752 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=file >13:42:30,363 NOTICE kernel:[ 33.036382] type=1400 audit(1336398146.621:24): avc: denied { read } for pid=460 comm="loadkeys" name="psched" dev="proc" ino=4026531977 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:proc_net_t:s0 tclass=file >13:42:30,363 NOTICE kernel:[ 33.036398] type=1400 audit(1336398146.621:25): avc: denied { open } for pid=460 comm="loadkeys" name="psched" dev="proc" ino=4026531977 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:proc_net_t:s0 tclass=file >13:42:30,363 NOTICE kernel:[ 33.036426] type=1400 audit(1336398146.621:26): avc: denied { getattr } for pid=460 comm="loadkeys" path="/proc/460/net/psched" dev="proc" ino=4026531977 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:proc_net_t:s0 tclass=file >13:42:30,363 WARNING kernel:[ 36.352842] audit_printk_skb: 21 callbacks suppressed >13:42:30,363 NOTICE kernel:[ 36.352847] type=1400 audit(1336398149.937:34): avc: denied { read } for pid=650 comm="bash" name="linux" dev="dm-0" ino=65704 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >13:42:30,363 NOTICE kernel:[ 36.352888] type=1400 audit(1336398149.937:35): avc: denied { open } for pid=650 comm="bash" name="linux" dev="dm-0" ino=65704 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >13:42:30,363 NOTICE kernel:[ 36.352909] type=1400 audit(1336398149.937:36): avc: denied { getattr } for pid=650 comm="bash" path="/usr/share/terminfo/l/linux" dev="dm-0" ino=65704 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >13:42:31,357 NOTICE dbus: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper) >13:42:31,440 INFO polkitd: started daemon version 0.104 using authority implementation `local' version `0.104' >13:42:31,441 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >13:42:31,506 NOTICE dbus: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >13:42:31,517 INFO kernel:[ 37.930820] r8169 0000:04:00.0: p18p1: link down >13:42:31,517 INFO kernel:[ 37.930828] r8169 0000:04:00.0: p18p1: link down >13:42:31,517 INFO kernel:[ 37.930978] ADDRCONF(NETDEV_UP): p18p1: link is not ready >13:42:31,586 INFO kernel:[ 37.997649] r8169 0000:06:00.0: p20p1: link down >13:42:31,586 INFO kernel:[ 37.997657] r8169 0000:06:00.0: p20p1: link down >13:42:31,586 INFO kernel:[ 37.997811] ADDRCONF(NETDEV_UP): p20p1: link is not ready >13:42:31,588 INFO kernel:[ 38.001830] eth2: setting half-duplex. >13:42:31,588 INFO kernel:[ 38.002034] ADDRCONF(NETDEV_UP): eth2: link is not ready >13:42:31,700 INFO modem-manager: <info> ModemManager (version 0.5.2.0-1.fc17) starting... >13:42:31,703 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.ModemManager' >13:42:31,712 INFO modem-manager: <info> Loaded plugin Option High-Speed >13:42:31,717 INFO modem-manager: <info> Loaded plugin ZTE >13:42:31,718 INFO modem-manager: <info> Loaded plugin Linktop >13:42:31,718 INFO modem-manager: <info> Loaded plugin SimTech >13:42:31,719 INFO modem-manager: <info> Loaded plugin Novatel >13:42:31,719 INFO modem-manager: <info> Loaded plugin X22X >13:42:31,786 INFO modem-manager: <info> Loaded plugin Generic >13:42:31,788 INFO modem-manager: <info> Loaded plugin Option >13:42:31,864 INFO modem-manager: <info> Loaded plugin Nokia >13:42:31,865 INFO modem-manager: <info> Loaded plugin Longcheer >13:42:31,870 INFO modem-manager: <info> Loaded plugin Wavecom >13:42:31,870 INFO modem-manager: <info> Loaded plugin Huawei >13:42:31,871 INFO modem-manager: <info> Loaded plugin Ericsson MBM >13:42:31,871 INFO modem-manager: <info> Loaded plugin AnyData >13:42:31,879 INFO modem-manager: <info> Loaded plugin Gobi >13:42:31,880 INFO modem-manager: <info> Loaded plugin Samsung >13:42:31,881 INFO modem-manager: <info> Loaded plugin MotoC >13:42:31,883 INFO modem-manager: <info> Loaded plugin Sierra >13:42:33,908 INFO kernel:[ 40.321749] r8169 0000:04:00.0: p18p1: link up >13:42:33,908 INFO kernel:[ 40.321918] ADDRCONF(NETDEV_CHANGE): p18p1: link becomes ready >13:42:34,027 INFO kernel:[ 40.439553] r8169 0000:06:00.0: p20p1: link up >13:42:34,032 INFO kernel:[ 40.443244] ADDRCONF(NETDEV_CHANGE): p20p1: link becomes ready >13:42:34,283 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:42:34,284 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:42:34,284 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:42:34,284 INFO dhclient: All rights reserved. >13:42:34,284 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:42:34,284 INFO dhclient: >13:42:34,284 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:42:34,285 INFO dhclient: All rights reserved. >13:42:34,285 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:42:34,285 INFO dhclient: >13:42:34,301 INFO dhclient: Listening on LPF/p20p1/00:50:8d:95:fd:9b >13:42:34,302 INFO dhclient: Sending on LPF/p20p1/00:50:8d:95:fd:9b >13:42:34,302 INFO dhclient: Sending on Socket/fallback >13:42:34,302 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 6 (xid=0xe87955) >13:42:34,303 INFO dhclient: Listening on LPF/p18p1/00:50:8d:95:fd:9a >13:42:34,303 INFO dhclient: Sending on LPF/p18p1/00:50:8d:95:fd:9a >13:42:34,304 INFO dhclient: Sending on Socket/fallback >13:42:34,304 INFO dhclient: DHCPDISCOVER on p18p1 to 255.255.255.255 port 67 interval 8 (xid=0x7ae5c255) >13:42:34,331 INFO dhclient: DHCPREQUEST on p18p1 to 255.255.255.255 port 67 (xid=0x7ae5c255) >13:42:34,331 INFO dhclient: DHCPOFFER from 10.10.10.53 >13:42:34,334 INFO dhclient: DHCPACK from 10.10.10.53 (xid=0x7ae5c255) >13:42:34,342 INFO dhclient: bound to 10.10.10.61 -- renewal in 133367 seconds. >13:42:35,349 NOTICE dbus: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >13:42:35,366 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >13:42:37,726 NOTICE kernel:[ 44.139136] type=1400 audit(1336398157.724:37): avc: denied { append } for pid=710 comm="auditd" path="/tmp/anaconda.log" dev="dm-0" ino=74750 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:initrc_tmp_t:s0 tclass=file >13:42:37,726 NOTICE kernel:[ 44.139345] type=1400 audit(1336398157.724:38): avc: denied { read write } for pid=710 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=7898 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >13:42:37,726 NOTICE kernel:[ 44.139358] type=1400 audit(1336398157.724:39): avc: denied { read write } for pid=710 comm="auditd" path=2F746D702F666669454B5657664D202864656C6574656429 dev="dm-0" ino=74754 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:initrc_tmp_t:s0 tclass=file >13:42:37,728 WARNING kernel:[ 44.141322] auditd (711): /proc/711/oom_adj is deprecated, please use /proc/711/oom_score_adj instead. >13:42:40,688 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 9 (xid=0xe87955) >13:42:44,485 DEBUG kernel:[ 50.898027] p18p1: no IPv6 routers present >13:42:44,661 DEBUG kernel:[ 51.074050] p20p1: no IPv6 routers present >13:42:49,465 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 17 (xid=0xe87955) >13:43:06,580 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 14 (xid=0xe87955) >13:43:22,608 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:43:22,608 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:43:22,608 INFO dhclient: All rights reserved. >13:43:22,608 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:43:22,608 INFO dhclient: >13:43:22,692 INFO dhclient: Listening on LPF/p20p1/00:50:8d:95:fd:9b >13:43:22,692 INFO dhclient: Sending on LPF/p20p1/00:50:8d:95:fd:9b >13:43:22,693 INFO dhclient: Sending on Socket/fallback >13:43:22,693 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 6 (xid=0x1b95987a) >13:43:28,147 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 19 (xid=0x1b95987a) >13:43:33,573 DEBUG kernel:[ 99.986009] p20p1: no IPv6 routers present >13:43:47,277 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 16 (xid=0x1b95987a) >13:44:03,330 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 13 (xid=0x1b95987a) >13:44:10,607 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:44:10,607 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:44:10,607 INFO dhclient: All rights reserved. >13:44:10,607 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:44:10,607 INFO dhclient: >13:44:10,614 INFO dhclient: Listening on LPF/p20p1/00:50:8d:95:fd:9b >13:44:10,614 INFO dhclient: Sending on LPF/p20p1/00:50:8d:95:fd:9b >13:44:10,614 INFO dhclient: Sending on Socket/fallback >13:44:10,614 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 7 (xid=0x1a460f64) >13:44:17,506 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 12 (xid=0x1a460f64) >13:44:21,077 DEBUG kernel:[ 147.490007] p20p1: no IPv6 routers present >13:44:29,131 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 10 (xid=0x1a460f64) >13:44:39,929 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 14 (xid=0x1a460f64) >13:44:53,188 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 18 (xid=0x1a460f64) >13:44:58,607 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:44:58,607 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:44:58,607 INFO dhclient: All rights reserved. >13:44:58,607 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:44:58,607 INFO dhclient: >13:44:58,613 INFO dhclient: Listening on LPF/p20p1/00:50:8d:95:fd:9b >13:44:58,613 INFO dhclient: Sending on LPF/p20p1/00:50:8d:95:fd:9b >13:44:58,613 INFO dhclient: Sending on Socket/fallback >13:44:58,614 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 7 (xid=0x19f99497) >13:45:05,513 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 8 (xid=0x19f99497) >13:45:09,221 DEBUG kernel:[ 195.634012] p20p1: no IPv6 routers present >13:45:13,146 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 10 (xid=0x19f99497) >13:45:23,950 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 15 (xid=0x19f99497) >13:45:38,994 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 12 (xid=0x19f99497) >13:50:43,704 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:50:43,704 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:50:43,704 INFO dhclient: All rights reserved. >13:50:43,704 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:50:43,704 INFO dhclient: >13:50:43,710 INFO dhclient: Listening on LPF/p20p1/00:50:8d:95:fd:9b >13:50:43,710 INFO dhclient: Sending on LPF/p20p1/00:50:8d:95:fd:9b >13:50:43,710 INFO dhclient: Sending on Socket/fallback >13:50:43,711 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 7 (xid=0x7ec1f070) >13:50:50,162 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 13 (xid=0x7ec1f070) >13:50:54,501 DEBUG kernel:[ 540.914006] p20p1: no IPv6 routers present >13:51:03,362 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 18 (xid=0x7ec1f070) >13:51:21,512 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 10 (xid=0x7ec1f070) >13:51:31,607 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:51:31,607 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:51:31,607 INFO dhclient: All rights reserved. >13:51:31,607 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:51:31,607 INFO dhclient: >13:51:31,613 INFO dhclient: Listening on LPF/p20p1/00:50:8d:95:fd:9b >13:51:31,613 INFO dhclient: Sending on LPF/p20p1/00:50:8d:95:fd:9b >13:51:31,613 INFO dhclient: Sending on Socket/fallback >13:51:31,614 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 8 (xid=0x3e2c0eae) >13:51:39,225 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 19 (xid=0x3e2c0eae) >13:51:42,053 DEBUG kernel:[ 588.466010] p20p1: no IPv6 routers present >13:51:58,337 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 11 (xid=0x3e2c0eae) >13:52:09,607 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 16 (xid=0x3e2c0eae) >13:52:19,607 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:52:19,607 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:52:19,607 INFO dhclient: All rights reserved. >13:52:19,607 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:52:19,607 INFO dhclient: >13:52:19,613 INFO dhclient: Listening on LPF/p20p1/00:50:8d:95:fd:9b >13:52:19,614 INFO dhclient: Sending on LPF/p20p1/00:50:8d:95:fd:9b >13:52:19,614 INFO dhclient: Sending on Socket/fallback >13:52:19,614 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 4 (xid=0x3d60bb5d) >13:52:23,555 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 6 (xid=0x3d60bb5d) >13:52:29,697 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 13 (xid=0x3d60bb5d) >13:52:30,389 DEBUG kernel:[ 636.802010] p20p1: no IPv6 routers present >13:52:42,690 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 20 (xid=0x3d60bb5d) >13:53:02,744 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 12 (xid=0x3d60bb5d) >13:53:07,609 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2 >13:53:07,609 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >13:53:07,609 INFO dhclient: All rights reserved. >13:53:07,609 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >13:53:07,609 INFO dhclient: >13:53:07,675 INFO dhclient: Listening on LPF/p20p1/00:50:8d:95:fd:9b >13:53:07,675 INFO dhclient: Sending on LPF/p20p1/00:50:8d:95:fd:9b >13:53:07,676 INFO dhclient: Sending on Socket/fallback >13:53:07,676 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 4 (xid=0x58b95564) >13:53:11,321 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 9 (xid=0x58b95564) >13:53:17,701 DEBUG kernel:[ 684.114011] p20p1: no IPv6 routers present >13:53:19,293 WARNING kernel:[ 685.706851] scsi_verify_blk_ioctl: 274 callbacks suppressed >13:53:19,293 WARNING kernel:[ 685.706856] mdadm: sending ioctl 1261 to a partition! >13:53:19,293 WARNING kernel:[ 685.706859] mdadm: sending ioctl 1261 to a partition! >13:53:19,294 WARNING kernel:[ 685.707623] mdadm: sending ioctl 1261 to a partition! >13:53:19,294 WARNING kernel:[ 685.707627] mdadm: sending ioctl 1261 to a partition! >13:53:19,299 WARNING kernel:[ 685.712562] mdadm: sending ioctl 1261 to a partition! >13:53:19,299 WARNING kernel:[ 685.712567] mdadm: sending ioctl 1261 to a partition! >13:53:19,303 WARNING kernel:[ 685.716450] mdadm: sending ioctl 1261 to a partition! >13:53:19,303 WARNING kernel:[ 685.716455] mdadm: sending ioctl 1261 to a partition! >13:53:19,325 WARNING kernel:[ 685.738116] mdadm: sending ioctl 1261 to a partition! >13:53:19,325 WARNING kernel:[ 685.738121] mdadm: sending ioctl 1261 to a partition! >13:53:20,911 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 14 (xid=0x58b95564) >13:53:24,423 WARNING kernel:[ 690.836178] scsi_verify_blk_ioctl: 308 callbacks suppressed >13:53:24,423 WARNING kernel:[ 690.836183] mdadm: sending ioctl 800c0910 to a partition! >13:53:24,423 WARNING kernel:[ 690.836187] mdadm: sending ioctl 800c0910 to a partition! >13:53:24,423 WARNING kernel:[ 690.836198] mdadm: sending ioctl 1261 to a partition! >13:53:24,423 WARNING kernel:[ 690.836200] mdadm: sending ioctl 1261 to a partition! >13:53:24,446 WARNING kernel:[ 690.859124] mdadm: sending ioctl 1261 to a partition! >13:53:24,446 WARNING kernel:[ 690.859127] mdadm: sending ioctl 1261 to a partition! >13:53:24,446 WARNING kernel:[ 690.859781] mdadm: sending ioctl 1261 to a partition! >13:53:24,446 WARNING kernel:[ 690.859784] mdadm: sending ioctl 1261 to a partition! >13:53:24,454 WARNING kernel:[ 690.867014] mdadm: sending ioctl 1261 to a partition! >13:53:24,454 WARNING kernel:[ 690.867017] mdadm: sending ioctl 1261 to a partition! >13:53:24,743 INFO kernel:[ 691.156716] md: resync of RAID array md124 >13:53:24,743 INFO kernel:[ 691.156720] md: minimum _guaranteed_ speed: 1000 KB/sec/disk. >13:53:24,743 INFO kernel:[ 691.156723] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync. >13:53:24,743 INFO kernel:[ 691.156727] md: using 128k window, over a total of 1959808k. >13:53:29,975 INFO kernel:[ 696.388676] md126: detected capacity change from 304218112 to 0 >13:53:29,975 INFO kernel:[ 696.388688] md: md126 stopped. >13:53:29,975 INFO kernel:[ 696.388695] md: unbind<sde1> >13:53:29,976 INFO kernel:[ 696.389393] md: export_rdev(sde1) >13:53:29,976 INFO kernel:[ 696.389456] md: unbind<sdf1> >13:53:29,976 INFO kernel:[ 696.389495] md: export_rdev(sdf1) >13:53:30,394 INFO kernel:[ 696.807025] md: md_do_sync() got signal ... exiting >13:53:30,394 INFO kernel:[ 696.807252] md: checkpointing resync of md124. >13:53:30,424 INFO kernel:[ 696.837461] md124: detected capacity change from 2006843392 to 0 >13:53:30,425 INFO kernel:[ 696.837471] md: md124 stopped. >13:53:30,425 INFO kernel:[ 696.837477] md: unbind<sdf2> >13:53:30,425 INFO kernel:[ 696.837514] md: export_rdev(sdf2) >13:53:30,425 INFO kernel:[ 696.837556] md: unbind<sde2> >13:53:30,425 INFO kernel:[ 696.837592] md: export_rdev(sde2) >13:53:30,630 INFO kernel:[ 697.043267] md125: detected capacity change from 30005723136 to 0 >13:53:30,630 INFO kernel:[ 697.043279] md: md125 stopped. >13:53:30,630 INFO kernel:[ 697.043287] md: unbind<sde3> >13:53:30,630 INFO kernel:[ 697.043991] md: export_rdev(sde3) >13:53:30,631 INFO kernel:[ 697.044290] md: unbind<sdf3> >13:53:30,631 INFO kernel:[ 697.044329] md: export_rdev(sdf3) >13:53:31,224 WARNING kernel:[ 697.637273] scsi_verify_blk_ioctl: 222 callbacks suppressed >13:53:31,224 WARNING kernel:[ 697.637278] mdadm: sending ioctl 1261 to a partition! >13:53:31,224 WARNING kernel:[ 697.637282] mdadm: sending ioctl 1261 to a partition! >13:53:32,097 INFO kernel:[ 698.510336] md123: detected capacity change from 287753109504 to 0 >13:53:32,097 INFO kernel:[ 698.510348] md: md123 stopped. >13:53:32,097 INFO kernel:[ 698.510357] md: unbind<sdf4> >13:53:32,097 INFO kernel:[ 698.510616] md: export_rdev(sdf4) >13:53:32,097 INFO kernel:[ 698.510868] md: unbind<sde4> >13:53:32,098 INFO kernel:[ 698.511126] md: export_rdev(sde4) >13:53:32,589 WARNING kernel:[ 699.002731] mdadm: sending ioctl 1261 to a partition! >13:53:32,589 WARNING kernel:[ 699.002737] mdadm: sending ioctl 1261 to a partition! >13:53:33,513 INFO kernel:[ 699.926780] md127: detected capacity change from 960210665472 to 0 >13:53:33,513 INFO kernel:[ 699.926791] md: md127 stopped. >13:53:33,513 INFO kernel:[ 699.926798] md: unbind<sdd1> >13:53:33,513 INFO kernel:[ 699.927015] md: export_rdev(sdd1) >13:53:33,514 INFO kernel:[ 699.927278] md: unbind<sdb1> >13:53:33,514 INFO kernel:[ 699.928027] md: export_rdev(sdb1) >13:53:33,515 INFO kernel:[ 699.928214] md: unbind<sdc1> >13:53:33,515 INFO kernel:[ 699.928275] md: export_rdev(sdc1) >13:53:33,515 INFO kernel:[ 699.928464] md: unbind<sda1> >13:53:33,515 INFO kernel:[ 699.928492] md: export_rdev(sda1) >13:53:34,003 INFO kernel:[ 700.416824] EXT4-fs (sdg1): mounting ext3 file system using the ext4 subsystem >13:53:34,038 INFO kernel:[ 700.450752] EXT4-fs (sdg1): mounted filesystem with ordered data mode. Opts: (null) >13:53:34,061 DEBUG kernel:[ 700.474938] SELinux: initialized (dev sdg1, type ext3), uses xattr >13:53:34,245 WARNING kernel:[ 700.657431] mdadm: sending ioctl 800c0910 to a partition! >13:53:34,245 WARNING kernel:[ 700.657436] mdadm: sending ioctl 800c0910 to a partition! >13:53:34,245 WARNING kernel:[ 700.657447] mdadm: sending ioctl 1261 to a partition! >13:53:34,245 WARNING kernel:[ 700.657450] mdadm: sending ioctl 1261 to a partition! >13:53:34,245 WARNING kernel:[ 700.657764] mdadm: sending ioctl 1261 to a partition! >13:53:34,245 WARNING kernel:[ 700.657767] mdadm: sending ioctl 1261 to a partition! >13:53:34,255 INFO kernel:[ 700.668374] md: md126 stopped. >13:53:34,257 INFO kernel:[ 700.669462] md: bind<sdf1> >13:53:34,257 INFO kernel:[ 700.669765] md: bind<sde1> >13:53:34,264 INFO kernel:[ 700.676833] md/raid1:md126: active with 2 out of 2 mirrors >13:53:34,264 INFO kernel:[ 700.676868] md126: detected capacity change from 0 to 304218112 >13:53:34,277 INFO kernel:[ 700.690318] md126: unknown partition table >13:53:34,426 INFO kernel:[ 700.839128] EXT4-fs (md126): mounting ext3 file system using the ext4 subsystem >13:53:34,427 INFO kernel:[ 700.840295] EXT4-fs (md126): mounted filesystem with ordered data mode. Opts: (null) >13:53:34,427 DEBUG kernel:[ 700.840305] SELinux: initialized (dev md126, type ext3), uses xattr >13:53:34,491 INFO kernel:[ 700.904857] md126: detected capacity change from 304218112 to 0 >13:53:34,491 INFO kernel:[ 700.904867] md: md126 stopped. >13:53:34,491 INFO kernel:[ 700.904875] md: unbind<sde1> >13:53:34,491 INFO kernel:[ 700.905027] md: export_rdev(sde1) >13:53:34,492 INFO kernel:[ 700.905112] md: unbind<sdf1> >13:53:34,492 INFO kernel:[ 700.906024] md: export_rdev(sdf1) >13:53:34,585 INFO dhclient: DHCPDISCOVER on p20p1 to 255.255.255.255 port 67 interval 21 (xid=0x58b95564) >13:53:34,707 INFO kernel:[ 701.119117] md: md125 stopped. >13:53:34,721 INFO kernel:[ 701.134856] md: bind<sdf3> >13:53:34,744 INFO kernel:[ 701.157015] md: bind<sde3> >13:53:34,746 INFO kernel:[ 701.159632] md/raid1:md125: active with 2 out of 2 mirrors >13:53:34,746 INFO kernel:[ 701.159667] md125: detected capacity change from 0 to 30005723136 >13:53:34,749 INFO kernel:[ 701.162248] md125: unknown partition table >13:53:34,862 INFO kernel:[ 701.275820] EXT4-fs (md125): mounting ext3 file system using the ext4 subsystem >13:53:34,887 INFO kernel:[ 701.300776] EXT4-fs (md125): mounted filesystem with ordered data mode. Opts: (null) >13:53:34,896 DEBUG kernel:[ 701.309338] SELinux: initialized (dev md125, type ext3), uses xattr >13:53:35,283 INFO kernel:[ 701.696112] md125: detected capacity change from 30005723136 to 0 >13:53:35,283 INFO kernel:[ 701.696124] md: md125 stopped. >13:53:35,283 INFO kernel:[ 701.696132] md: unbind<sde3> >13:53:35,283 INFO kernel:[ 701.696346] md: export_rdev(sde3) >13:53:35,283 INFO kernel:[ 701.696424] md: unbind<sdf3> >13:53:35,283 INFO kernel:[ 701.697037] md: export_rdev(sdf3) >13:53:35,580 INFO kernel:[ 701.993521] md: md123 stopped. >13:53:35,613 INFO kernel:[ 702.026861] md: bind<sdf4> >13:53:35,614 INFO kernel:[ 702.027188] md: bind<sde4> >13:53:35,616 INFO kernel:[ 702.029465] md/raid1:md123: active with 2 out of 2 mirrors >13:53:35,616 INFO kernel:[ 702.029498] md123: detected capacity change from 0 to 287753109504 >13:53:35,625 INFO kernel:[ 702.038618] md123: unknown partition table >13:53:36,576 INFO kernel:[ 702.989155] bio: create slab <bio-0> at 0 >13:53:36,659 WARNING kernel:[ 703.072126] scsi_verify_blk_ioctl: 228 callbacks suppressed >13:53:36,659 WARNING kernel:[ 703.072130] mdadm: sending ioctl 1261 to a partition! >13:53:36,659 WARNING kernel:[ 703.072134] mdadm: sending ioctl 1261 to a partition! >13:53:37,348 INFO kernel:[ 703.761116] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >13:53:37,349 INFO kernel:[ 703.762536] SGI XFS Quota Management subsystem >13:53:37,373 NOTICE kernel:[ 703.786739] XFS (dm-1): Mounting Filesystem >13:53:37,541 NOTICE kernel:[ 703.953496] XFS (dm-1): Starting recovery (logdev: internal) >13:53:37,724 NOTICE kernel:[ 704.137253] XFS (dm-1): Ending recovery (logdev: internal) >13:53:37,739 DEBUG kernel:[ 704.152745] SELinux: initialized (dev dm-1, type xfs), uses xattr >13:53:38,345 WARNING kernel:[ 704.758575] mdadm: sending ioctl 1261 to a partition! >13:53:38,345 WARNING kernel:[ 704.758581] mdadm: sending ioctl 1261 to a partition! >13:53:39,310 INFO kernel:[ 705.723991] md123: detected capacity change from 287753109504 to 0 >13:53:39,310 INFO kernel:[ 705.724014] md: md123 stopped. >13:53:39,311 INFO kernel:[ 705.724188] md: unbind<sde4> >13:53:39,312 INFO kernel:[ 705.725073] md: export_rdev(sde4) >13:53:39,312 INFO kernel:[ 705.725143] md: unbind<sdf4> >13:53:39,312 INFO kernel:[ 705.725198] md: export_rdev(sdf4) >13:53:39,530 WARNING kernel:[ 705.943189] mdadm: sending ioctl 800c0910 to a partition! >13:53:39,530 WARNING kernel:[ 705.943195] mdadm: sending ioctl 800c0910 to a partition! >13:53:39,530 WARNING kernel:[ 705.943207] mdadm: sending ioctl 1261 to a partition! >13:53:39,530 WARNING kernel:[ 705.943210] mdadm: sending ioctl 1261 to a partition! >13:53:39,535 WARNING kernel:[ 705.948575] mdadm: sending ioctl 1261 to a partition! >13:53:39,535 WARNING kernel:[ 705.948580] mdadm: sending ioctl 1261 to a partition! >13:53:39,560 INFO kernel:[ 705.973736] md: md127 stopped. >13:53:39,579 INFO kernel:[ 705.992259] md: bind<sdb1> >13:53:39,580 INFO kernel:[ 705.993137] md: bind<sdc1> >13:53:39,580 INFO kernel:[ 705.993427] md: bind<sdd1> >13:53:39,580 INFO kernel:[ 705.993622] md: bind<sda1> >13:53:39,586 INFO kernel:[ 705.999843] md/raid:md127: device sda1 operational as raid disk 0 >13:53:39,586 INFO kernel:[ 705.999848] md/raid:md127: device sdd1 operational as raid disk 3 >13:53:39,586 INFO kernel:[ 705.999851] md/raid:md127: device sdc1 operational as raid disk 2 >13:53:39,586 INFO kernel:[ 705.999854] md/raid:md127: device sdb1 operational as raid disk 1 >13:53:39,590 INFO kernel:[ 706.000603] md/raid:md127: allocated 4312kB >13:53:39,590 INFO kernel:[ 706.000676] md/raid:md127: raid level 5 active with 4 out of 4 devices, algorithm 2 >13:53:39,590 DEBUG kernel:[ 706.000680] RAID conf printout: >13:53:39,590 DEBUG kernel:[ 706.000683] --- level:5 rd:4 wd:4 >13:53:39,590 DEBUG kernel:[ 706.000686] disk 0, o:1, dev:sda1 >13:53:39,590 DEBUG kernel:[ 706.000689] disk 1, o:1, dev:sdb1 >13:53:39,590 DEBUG kernel:[ 706.000692] disk 2, o:1, dev:sdc1 >13:53:39,590 DEBUG kernel:[ 706.000694] disk 3, o:1, dev:sdd1 >13:53:39,590 INFO kernel:[ 706.000735] md127: detected capacity change from 0 to 960210665472 >13:53:39,593 INFO kernel:[ 706.006584] md127: unknown partition table >13:53:40,437 INFO kernel:[ 706.850063] bio: create slab <bio-0> at 0 >13:53:40,931 NOTICE kernel:[ 707.344892] XFS (dm-1): Mounting Filesystem >13:53:41,233 NOTICE kernel:[ 707.646354] XFS (dm-1): Starting recovery (logdev: internal) >13:53:41,664 NOTICE kernel:[ 708.077786] XFS (dm-1): Ending recovery (logdev: internal) >13:53:41,681 DEBUG kernel:[ 708.094500] SELinux: initialized (dev dm-1, type xfs), uses xattr >13:53:42,177 WARNING kernel:[ 708.590981] scsi_verify_blk_ioctl: 109 callbacks suppressed >13:53:42,177 WARNING kernel:[ 708.590987] mdadm: sending ioctl 1261 to a partition! >13:53:42,177 WARNING kernel:[ 708.590991] mdadm: sending ioctl 1261 to a partition! >13:53:43,137 INFO kernel:[ 709.550288] md127: detected capacity change from 960210665472 to 0 >13:53:43,137 INFO kernel:[ 709.550298] md: md127 stopped. >13:53:43,137 INFO kernel:[ 709.550305] md: unbind<sda1> >13:53:43,137 INFO kernel:[ 709.550442] md: export_rdev(sda1) >13:53:43,137 INFO kernel:[ 709.550508] md: unbind<sdd1> >13:53:43,137 INFO kernel:[ 709.550536] md: export_rdev(sdd1) >13:53:43,137 INFO kernel:[ 709.550574] md: unbind<sdc1> >13:53:43,137 INFO kernel:[ 709.550599] md: export_rdev(sdc1) >13:53:43,137 INFO kernel:[ 709.550629] md: unbind<sdb1> >13:53:43,138 INFO kernel:[ 709.551131] md: export_rdev(sdb1) >13:53:56,085 WARNING kernel:[ 722.498709] mdadm: sending ioctl 800c0910 to a partition! >13:53:56,085 WARNING kernel:[ 722.498715] mdadm: sending ioctl 800c0910 to a partition! >13:53:56,085 WARNING kernel:[ 722.498726] mdadm: sending ioctl 1261 to a partition! >13:53:56,085 WARNING kernel:[ 722.498728] mdadm: sending ioctl 1261 to a partition! >13:53:56,095 WARNING kernel:[ 722.508213] mdadm: sending ioctl 1261 to a partition! >13:53:56,095 WARNING kernel:[ 722.508216] mdadm: sending ioctl 1261 to a partition! >13:53:56,097 WARNING kernel:[ 722.510357] mdadm: sending ioctl 1261 to a partition! >13:53:56,097 WARNING kernel:[ 722.510360] mdadm: sending ioctl 1261 to a partition! >13:53:56,108 WARNING kernel:[ 722.521639] mdadm: sending ioctl 1261 to a partition! >13:53:56,108 WARNING kernel:[ 722.521642] mdadm: sending ioctl 1261 to a partition! >13:53:56,119 INFO kernel:[ 722.532118] md: md125 stopped. >13:53:56,148 INFO kernel:[ 722.561522] md: bind<sdf3> >13:53:56,148 INFO kernel:[ 722.561965] md: bind<sde3> >13:53:56,152 INFO kernel:[ 722.565835] md/raid1:md125: active with 2 out of 2 mirrors >13:53:56,152 INFO kernel:[ 722.565870] md125: detected capacity change from 0 to 30005723136 >13:53:56,158 INFO kernel:[ 722.571850] md125: unknown partition table >13:53:56,393 INFO kernel:[ 722.806020] EXT4-fs (md125): mounting ext3 file system using the ext4 subsystem >13:53:56,445 INFO kernel:[ 722.858350] EXT4-fs (md125): mounted filesystem with ordered data mode. Opts: (null) >13:53:56,463 DEBUG kernel:[ 722.876171] SELinux: initialized (dev md125, type ext3), uses xattr >13:53:57,110 INFO kernel:[ 723.520678] EXT4-fs (sdg1): mounting ext2 file system using the ext4 subsystem >13:53:57,158 WARNING kernel:[ 723.569024] EXT4-fs (sdg1): warning: mounting unchecked fs, running e2fsck is recommended >13:53:57,184 INFO kernel:[ 723.597612] EXT4-fs (sdg1): mounted filesystem with ordered data mode. Opts: (null) >13:53:57,189 DEBUG kernel:[ 723.602616] SELinux: initialized (dev sdg1, type ext2), uses xattr
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 819543
:
582679
| 704669