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 624549 Details for
Bug 864764
KickstartValueError: The following problem occurred on line 80 of the kickstart file: Tried to use undefined partition raid.21 in RAID specification
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda-tb
anaconda-tb (text/plain), 245.33 KB, created by
Madison Kelly
on 2012-10-10 04:33:57 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Madison Kelly
Created:
2012-10-10 04:33:57 UTC
Size:
245.33 KB
patch
obsolete
>anaconda 18.14 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1153, in execute > raise KickstartValueError, formatErrorMsg(self.lineno, msg="Tried to use undefined partition %s in RAID specification" % mem) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1082, in execute > r.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1559, in doKickstartStorage > ksdata.raid.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 379, in _doExecute > doKickstartStorage(self.storage, self.data, self.instclass) > File "/usr/lib64/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 87, in run > threading.Thread.run(self, *args, **kwargs) >KickstartValueError: The following problem occurred on line 80 of the kickstart file: > >Tried to use undefined partition raid.21 in RAID specification > > >Local variables in innermost frame: >devicename: md2 >instClass: <pyanaconda.installclass.DefaultInstall object at 0x7f2e5fcb9c10> >mem: raid.21 >self: raid --device=2 --fstype="swap" --level=RAID1 raid.21 raid.22 > >storage: <pyanaconda.storage.Storage object at 0x7f2e6e154b10> >dev: None >member: raid.21 >devicetree: <pyanaconda.storage.devicetree.DeviceTree object at 0x7f2e6e154c90> >ksdata: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 ># Install OS instead of upgrade >install ># Firewall configuration >firewall --disabled ># Use network installation >url --url="http://10.255.255.254/f18/x86_64/img/" ># Network information >network --bootproto=dhcp --device=p2p2 --hostname=an-c04n01.alteeve.ca --noipv6 >ignoredisk --only-use=sda,sdb ># Keyboard layouts >keyboard 'us'# System language >lang en_US.UTF-8 ># Installation logging level >logging --level=info ># Root password >rootpw --iscrypted $6$EyRSE4b41vSXFkBQ$DuQxfpr4a9WN8uqg4VdxWTG8clCvuueEW6OyBtmQgUqSgSaLWcBXYaDlu0nF815jE5ozPWHPAoNfA4J2oqsa60 ># SELinux configuration >selinux --disabled ># System timezone >timezone America/Toronto --isUtc >user --name=alteeve --password=$6$EyRSE4b41vSXFkBQ$DuQxfpr4a9WN8uqg4VdxWTG8clCvuueEW6OyBtmQgUqSgSaLWcBXYaDlu0nF815jE5ozPWHPAoNfA4J2oqsa60 --iscrypted ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel --drives=sda,sdb ># Disk partitioning information >part --fstype="biosboot" --size=1 >part --size=4096 >part --size=4096 >part --size=40960 >part --size=40960 >raid --device=2 --fstype="swap" --level=RAID1 raid.21 raid.22 >raid / --device=3 --fstype="ext4" --level=RAID1 raid.31 raid.32 > >%post ># As per: https://bugzilla.redhat.com/show_bug.cgi?id=472776, this removes ># the graphical boot as it sometimes produces difficult to read boot screens. >sed -i 's/ rhgb//g' /etc/default/grub >sed -i 's/ quiet//g' /etc/default/grub >#sed -i 's/rd.dm=0/rd.dm=0 biosdevname=0/g' /etc/default/grub >grub2-mkconfig -o /etc/grub2.cfg >plymouth-set-default-theme details -R >sed -i 's/keepcache=0/keepcache=1/g' /etc/yum.conf >#sed -i 's/id:5:initdefault/id:3:initdefault/g' /etc/inittab >#yum -y install resource-agents ricci corosynclib-devel openaislib-devel fence-agents resource-agents modcluster ricci >yum -y install syslinux >yum -y update > ># Download the backup files and load them. >cd ~ >#wget http://10.255.255.254/f18/x86_64/files/base_an-c04n01.tar >#cp base_an-c04n01.tar /mnt/sysimage/root/ >#/etc/init.d/network stop >#tar -xvf base_an-c04n01.tar -C / >#rm -f /etc/udev/rules.d/70-persistent-net.rules >#start_udev >#/etc/init.d/network start >%end > >%packages >@base-x >@core >@dial-up >@firefox >@fonts >@gnome-desktop >@hardware-support >@input-methods >@multimedia >@printing >@standard >bridge-utils >dmidecode >gpm >mlocate >openssh-clients >perl >rsync >screen >telnet >vim >wget > >%end > >kwargs: {} >raidmems: [] >type: swap > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._hubs: [<class 'pyanaconda.ui.gui.hubs.summary.SummaryHub'> >, <class 'pyanaconda.ui.gui.hubs.progress.ProgressHub'> >] > _intf.storage: Storage instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage.autoPartEscrowCert: None > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.names: [sda, sdb, loop0, /tmp/curl_fetch_url1/squashfs.img (deleted), loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), loop3, loop4, loop5, loop6, loop7, live-rw, raid.21, raid.22, raid.31, raid.32, sda4] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree.iscsi: iscsi instance, containing members: > _intf.storage.fsset.devicetree.iscsi.initiatorSet: False > _intf.storage.fsset.devicetree.iscsi.ifaces: {} > _intf.storage.fsset.devicetree.iscsi.started: False > _intf.storage.fsset.devicetree.iscsi._initiator: Skipped > _intf.storage.fsset.devicetree.iscsi.discovered_targets: {} > _intf.storage.fsset.devicetree.iscsi.ibftNodes: [] > _intf.storage.fsset.devicetree.platform: X86 instance, containing members: > _intf.storage.fsset.devicetree.shouldClear: <bound method Storage.shouldClear of <pyanaconda.storage.Storage object at 0x7f2e6e154b10>> > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.mpathFriendlyNames: True > _intf.storage.fsset.devicetree.topology: MultipathTopology instance, containing members: > _intf.storage.fsset.devicetree.topology._multipaths: [] > _intf.storage.fsset.devicetree.topology._nondisks: [] > _intf.storage.fsset.devicetree.topology._devmap: {'dm-0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'sda': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sda > _intf.storage.fsset.devicetree.topology._devmap.sysname: sda > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'sdb': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sdb > _intf.storage.fsset.devicetree.topology._devmap.sysname: sdb > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'loop3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'loop2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'loop1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop7': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop7 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop7 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'loop6': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop6 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop6 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'loop5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'loop4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >} > _intf.storage.fsset.devicetree.topology._devices: [Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >] > _intf.storage.fsset.devicetree.topology._singlepaths: [sda, sdb, loop0, loop1, loop2, loop3, loop4, loop5, loop6, loop7, dm-0] > _intf.storage.fsset.devicetree.topology._mpath_topology: {} > _intf.storage.fsset.devicetree._ignoredDisks: [loop3, loop4, loop5, loop6, loop7] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._devices: [existing 476940MB disk sda (0) with non-existent msdos disklabel >, existing 476940MB disk sdb (1) with non-existent msdos disklabel >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /tmp/curl_fetch_url1/squashfs.img (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 2 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop0 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 3 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /LiveOS/rootfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 4 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: Ext4FS instance, containing members: > _format.uuid: 808f46f0-959c-462a-af0a-e6a598d93848 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 1024.0 > _format._size: 1024.0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/loop1 > sysfsPath: Skipped > _vendor: Skipped > _name: loop1 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Ext4FS instance, containing members: > originalFormat.uuid: 808f46f0-959c-462a-af0a-e6a598d93848 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 1024.0 > originalFormat._minInstanceSize: 0 > originalFormat.mountopts: None > originalFormat._size: 1024.0 > originalFormat._migrate: False > originalFormat._device: /dev/loop1 > bus: Skipped > _size: 0 > _serial: None > id: 5 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /overlay (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 6 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop2 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 7 > minor: 0 >, existing 1024MB dm live-rw (8) with existing ext4 filesystem >, non-existent 1MB partition sda1 (9) with non-existent biosboot >, non-existent 4096MB partition sda5 (10) with non-existent mdmember >, non-existent 4096MB partition sda6 (11) with non-existent mdmember >, non-existent 40960MB partition sda2 (12) with non-existent mdmember >, non-existent 40960MB partition sda3 (13) with non-existent mdmember >, non-existent 395018MB partition sda4 (14) >] > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 0 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 1 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 2 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 3 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 4 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 5 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 6 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 7 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 8 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 9 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 10 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 11 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 12 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 13 >] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.platform: X86 instance, containing members: > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 1 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: True > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda, sdb] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.platform: Already dumped (X86 instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage.defaultFSType: ext4 > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.services: set([]) > _intf.storage.data: Skipped > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 1 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7f2e5ed4ad50) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f2e5ed4ad90) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f2e5ed4add0) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f2e5ed4ae10) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f2e5ed4ae50) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 8016 maxSize = None grow = False > >] > _intf.storage.doAutoPart: False > _intf.storage.iscsi: Already dumped (iscsi instance) > _intf.storage.encryptedAutoPart: False > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: Skipped > _intf.payload._yum: Skipped > _intf.payload.install_device: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._packages: [] > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload._setup: True > _intf.payload.txID: 1349828883.26 > _intf.payload._createdInitrds: False > _intf.payload._space_required: 2.8 Gb > _intf.payload.data: Skipped > _intf.payload._kernelVersionList: [] >updateSrc: None >firewall: Firewall instance, containing members: > firewall.portlist: [] > firewall.servicelist: [] > firewall.trustdevs: [] > firewall.enabled: 1 >rootParts: None >upgradeRoot: None >_platform: Already dumped (X86 instance) >id: None >rescue: False >mediaDevice: None >upgrade: False >_network: None >methodstr: http://10.255.255.254/f18/x86_64/img/ >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.platform: Already dumped (X86 instance) > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >simpleFilter: True >ksdata: Skipped >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programName: anaconda > mehConfig.programVersion: 18.14 > mehConfig.attrSkipList: [_intf._actions, _intf.storage.bootloader.password, _intf.storage.data, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.localSkipList: [passphrase, password] > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >_backend: None >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Storage instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'serial': False, 'dmraid': True, 'armPlatform': None, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'http://10.255.255.254/f18/x86_64/img/', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'multiLib': False, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'nofb': None, 'targetArch': None} >proxy: None > > >/tmp/anaconda.log: >00:27:56,228 INFO anaconda: /sbin/anaconda 18.14 >00:27:57,004 INFO anaconda: 16515072 kB (16128 MB) are available >00:27:57,004 INFO anaconda: check_memory(): total:16128, needed:512, graphical:512 >00:27:57,012 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >00:27:57,013 INFO anaconda: Default encoding = utf-8 >00:27:57,078 INFO anaconda: ISCSID is /sbin/iscsid >00:27:57,078 INFO anaconda: no initiator set >00:27:57,170 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >00:27:57,170 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >00:27:57,429 INFO anaconda: Display mode = g >00:27:57,430 INFO anaconda: 16515072 kB (16128 MB) are available >00:27:57,430 INFO anaconda: check_memory(): total:16128, needed:512, graphical:512 >00:27:58,216 DEBUG anaconda: X server has signalled a successful start. >00:27:58,217 INFO anaconda: Starting window manager, pid 1469. >00:27:58,972 INFO anaconda: using only installclass _Fedora >00:28:00,099 INFO anaconda: Detected 16032M of memory >00:28:00,099 INFO anaconda: Swap attempt of 8016M >00:28:00,496 INFO anaconda: no initiator set >00:28:00,700 DEBUG anaconda: required disklabel type for sda (1) is None >00:28:00,700 DEBUG anaconda: default disklabel type for sda is msdos >00:28:00,700 DEBUG anaconda: selecting msdos disklabel for sda based on size >00:28:00,755 DEBUG anaconda: required disklabel type for sdb (1) is None >00:28:00,755 DEBUG anaconda: default disklabel type for sdb is msdos >00:28:00,755 DEBUG anaconda: selecting msdos disklabel for sdb based on size >20:28:04,213 DEBUG anaconda: required disklabel type for sda (1) is None >20:28:04,213 DEBUG anaconda: default disklabel type for sda is msdos >20:28:04,214 DEBUG anaconda: selecting msdos disklabel for sda based on size >20:28:04,221 DEBUG anaconda: required disklabel type for sdb (1) is None >20:28:04,221 DEBUG anaconda: default disklabel type for sdb is msdos >20:28:04,221 DEBUG anaconda: selecting msdos disklabel for sdb based on size > > >/tmp/packaging.log: >00:27:59,440 DEBUG packaging: getting release version from tree at None (18) >00:27:59,440 DEBUG packaging: got a release version of 18 >00:28:01,098 INFO packaging: updating base repo >00:28:01,211 DEBUG packaging: getting release version from tree at None (18) >00:28:01,211 DEBUG packaging: got a release version of 18 >00:28:01,211 INFO packaging: configuring base repo >00:28:01,211 DEBUG packaging: getting release version from tree at http://10.255.255.254/f18/x86_64/img/ (18) >00:28:01,211 DEBUG packaging: retrieving treeinfo from http://10.255.255.254/f18/x86_64/img/ (proxies: {} ; sslverify: True) >00:28:01,216 DEBUG packaging: got a release version of 18 >00:28:01,242 DEBUG packaging: adding yum repo anaconda with baseurl http://10.255.255.254/f18/x86_64/img/ and mirrorlist None >00:28:01,247 DEBUG packaging: disabling repo fedora >00:28:01,247 DEBUG packaging: disabling repo updates-testing >00:28:01,248 DEBUG packaging: disabling repo updates >00:28:01,248 INFO packaging: gathering repo metadata >00:28:01,248 DEBUG packaging: getting repo metadata for anaconda >00:28:01,396 DEBUG packaging: getting group info for anaconda >00:28:01,442 INFO packaging: metadata retrieval complete >20:28:03,258 DEBUG packaging: deleting package sacks >20:28:03,260 INFO packaging: checking software selection >20:28:03,260 DEBUG packaging: deleting package sacks >20:28:03,260 DEBUG packaging: deleting yum transaction info >20:28:03,260 DEBUG packaging: select group core >20:28:03,444 DEBUG packaging: select package gpm >20:28:03,445 DEBUG packaging: select package rsync >20:28:03,446 DEBUG packaging: select package bridge-utils >20:28:03,456 DEBUG packaging: select package screen > > >/tmp/program.log: >00:27:57,067 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >00:27:57,081 INFO program: Running... modprobe fcoe >00:27:57,130 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >00:27:57,169 INFO program: No FCoE boot disk information is found in EDD! >00:27:57,170 INFO program: Running... udevadm settle --timeout=300 >00:27:57,226 INFO program: Running... multipath -d >00:27:57,258 INFO program: Running... multipath -ll >00:27:57,277 INFO program: Running... udevadm settle --timeout=300 >00:27:57,298 INFO program: Running... udevadm settle --timeout=300 >00:27:57,318 INFO program: Running... udevadm settle --timeout=300 >00:27:57,339 INFO program: Running... udevadm settle --timeout=300 >00:27:57,366 INFO program: Running... loadkeys us >00:27:57,414 INFO program: Loading /lib/kbd/keymaps/i386/qwerty/us.map.gz >00:27:58,218 INFO program: Running... metacity --display :1 --sm-disable >00:27:58,614 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >00:27:58,715 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,750 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,751 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,751 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,752 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,753 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,753 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,754 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,754 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,755 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,755 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,756 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,757 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,757 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,758 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,758 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,759 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,759 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,760 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,760 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,761 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,761 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,762 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:27:58,763 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >00:28:00,127 INFO program: Running... udevadm control --property=ANACONDA=1 >00:28:00,369 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >00:28:00,370 INFO program: Running... systemctl start chronyd.service >00:28:00,518 INFO program: Running... udevadm settle --timeout=300 >00:28:00,631 INFO program: Running... multipath -d >00:28:00,638 INFO program: Running... multipath -ll >00:28:00,786 INFO program: Running... dumpe2fs -h /dev/loop1 >00:28:00,806 INFO program: Filesystem volume name: Anaconda >00:28:00,806 INFO program: Last mounted on: / >00:28:00,806 INFO program: Filesystem UUID: 808f46f0-959c-462a-af0a-e6a598d93848 >00:28:00,806 INFO program: Filesystem magic number: 0xEF53 >00:28:00,806 INFO program: Filesystem revision #: 1 (dynamic) >00:28:00,806 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 >00:28:00,806 INFO program: Filesystem flags: signed_directory_hash >00:28:00,806 INFO program: Default mount options: user_xattr acl >00:28:00,807 INFO program: Filesystem state: clean >00:28:00,807 INFO program: Errors behavior: Continue >00:28:00,807 INFO program: Filesystem OS type: Linux >00:28:00,807 INFO program: Inode count: 65536 >00:28:00,807 INFO program: Block count: 1048576 >00:28:00,807 INFO program: Reserved block count: 0 >00:28:00,807 INFO program: Free blocks: 302082 >00:28:00,807 INFO program: Free inodes: 38129 >00:28:00,807 INFO program: First block: 1 >00:28:00,807 INFO program: Block size: 1024 >00:28:00,807 INFO program: Fragment size: 1024 >00:28:00,807 INFO program: Reserved GDT blocks: 256 >00:28:00,808 INFO program: Blocks per group: 8192 >00:28:00,808 INFO program: Fragments per group: 8192 >00:28:00,808 INFO program: Inodes per group: 512 >00:28:00,808 INFO program: Inode blocks per group: 128 >00:28:00,808 INFO program: Flex block group size: 16 >00:28:00,808 INFO program: Filesystem created: Tue Oct 9 19:53:02 2012 >00:28:00,809 INFO program: Last mount time: Tue Oct 9 19:53:16 2012 >00:28:00,809 INFO program: Last write time: Tue Oct 9 19:53:23 2012 >00:28:00,809 INFO program: Mount count: 2 >00:28:00,809 INFO program: Maximum mount count: -1 >00:28:00,809 INFO program: Last checked: Tue Oct 9 19:53:02 2012 >00:28:00,810 INFO program: Check interval: 0 (<none>) >00:28:00,810 INFO program: Lifetime writes: 32 MB >00:28:00,810 INFO program: Reserved blocks uid: 0 (user root) >00:28:00,810 INFO program: Reserved blocks gid: 0 (group root) >00:28:00,810 INFO program: First inode: 11 >00:28:00,810 INFO program: Inode size: 256 >00:28:00,811 INFO program: Required extra isize: 28 >00:28:00,811 INFO program: Desired extra isize: 28 >00:28:00,811 INFO program: Journal inode: 8 >00:28:00,811 INFO program: Default directory hash: half_md4 >00:28:00,811 INFO program: Directory Hash Seed: a2aeb6db-8a02-4fa8-816f-a30f2264f06a >00:28:00,812 INFO program: Journal backup: inode blocks >00:28:00,812 INFO program: Journal features: (none) >00:28:00,812 INFO program: Journal size: 32M >00:28:00,812 INFO program: Journal length: 32768 >00:28:00,812 INFO program: Journal sequence: 0x00000007 >00:28:00,812 INFO program: Journal start: 0 >00:28:00,813 INFO program: >00:28:00,813 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:28:00,813 INFO program: Running... dumpe2fs -h /dev/loop1 >00:28:00,817 INFO program: Filesystem volume name: Anaconda >00:28:00,817 INFO program: Last mounted on: / >00:28:00,817 INFO program: Filesystem UUID: 808f46f0-959c-462a-af0a-e6a598d93848 >00:28:00,817 INFO program: Filesystem magic number: 0xEF53 >00:28:00,818 INFO program: Filesystem revision #: 1 (dynamic) >00:28:00,818 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 >00:28:00,818 INFO program: Filesystem flags: signed_directory_hash >00:28:00,818 INFO program: Default mount options: user_xattr acl >00:28:00,818 INFO program: Filesystem state: clean >00:28:00,818 INFO program: Errors behavior: Continue >00:28:00,818 INFO program: Filesystem OS type: Linux >00:28:00,818 INFO program: Inode count: 65536 >00:28:00,818 INFO program: Block count: 1048576 >00:28:00,818 INFO program: Reserved block count: 0 >00:28:00,818 INFO program: Free blocks: 302082 >00:28:00,818 INFO program: Free inodes: 38129 >00:28:00,818 INFO program: First block: 1 >00:28:00,818 INFO program: Block size: 1024 >00:28:00,818 INFO program: Fragment size: 1024 >00:28:00,819 INFO program: Reserved GDT blocks: 256 >00:28:00,819 INFO program: Blocks per group: 8192 >00:28:00,819 INFO program: Fragments per group: 8192 >00:28:00,819 INFO program: Inodes per group: 512 >00:28:00,819 INFO program: Inode blocks per group: 128 >00:28:00,820 INFO program: Flex block group size: 16 >00:28:00,820 INFO program: Filesystem created: Tue Oct 9 19:53:02 2012 >00:28:00,820 INFO program: Last mount time: Tue Oct 9 19:53:16 2012 >00:28:00,820 INFO program: Last write time: Tue Oct 9 19:53:23 2012 >00:28:00,820 INFO program: Mount count: 2 >00:28:00,820 INFO program: Maximum mount count: -1 >00:28:00,821 INFO program: Last checked: Tue Oct 9 19:53:02 2012 >00:28:00,821 INFO program: Check interval: 0 (<none>) >00:28:00,821 INFO program: Lifetime writes: 32 MB >00:28:00,821 INFO program: Reserved blocks uid: 0 (user root) >00:28:00,821 INFO program: Reserved blocks gid: 0 (group root) >00:28:00,823 INFO program: First inode: 11 >00:28:00,823 INFO program: Inode size: 256 >00:28:00,823 INFO program: Required extra isize: 28 >00:28:00,823 INFO program: Desired extra isize: 28 >00:28:00,823 INFO program: Journal inode: 8 >00:28:00,823 INFO program: Default directory hash: half_md4 >00:28:00,823 INFO program: Directory Hash Seed: a2aeb6db-8a02-4fa8-816f-a30f2264f06a >00:28:00,823 INFO program: Journal backup: inode blocks >00:28:00,824 INFO program: Journal features: (none) >00:28:00,824 INFO program: Journal size: 32M >00:28:00,824 INFO program: Journal length: 32768 >00:28:00,824 INFO program: Journal sequence: 0x00000007 >00:28:00,824 INFO program: Journal start: 0 >00:28:00,824 INFO program: >00:28:00,824 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:28:00,824 INFO program: Running... resize2fs -P /dev/loop1 >00:28:00,849 INFO program: Couldn't find valid filesystem superblock. >00:28:00,850 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:28:00,850 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >00:28:00,873 INFO program: Running... udevadm settle --timeout=300 >00:28:00,898 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:28:00,915 INFO program: Filesystem volume name: Anaconda >00:28:00,915 INFO program: Last mounted on: /sysroot >00:28:00,915 INFO program: Filesystem UUID: 808f46f0-959c-462a-af0a-e6a598d93848 >00:28:00,916 INFO program: Filesystem magic number: 0xEF53 >00:28:00,916 INFO program: Filesystem revision #: 1 (dynamic) >00:28:00,916 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 >00:28:00,916 INFO program: Filesystem flags: signed_directory_hash >00:28:00,916 INFO program: Default mount options: user_xattr acl >00:28:00,916 INFO program: Filesystem state: clean >00:28:00,916 INFO program: Errors behavior: Continue >00:28:00,916 INFO program: Filesystem OS type: Linux >00:28:00,916 INFO program: Inode count: 65536 >00:28:00,916 INFO program: Block count: 1048576 >00:28:00,916 INFO program: Reserved block count: 0 >00:28:00,916 INFO program: Free blocks: 302082 >00:28:00,916 INFO program: Free inodes: 38129 >00:28:00,916 INFO program: First block: 1 >00:28:00,916 INFO program: Block size: 1024 >00:28:00,917 INFO program: Fragment size: 1024 >00:28:00,917 INFO program: Reserved GDT blocks: 256 >00:28:00,917 INFO program: Blocks per group: 8192 >00:28:00,917 INFO program: Fragments per group: 8192 >00:28:00,917 INFO program: Inodes per group: 512 >00:28:00,917 INFO program: Inode blocks per group: 128 >00:28:00,918 INFO program: Flex block group size: 16 >00:28:00,918 INFO program: Filesystem created: Tue Oct 9 19:53:02 2012 >00:28:00,918 INFO program: Last mount time: Wed Oct 10 00:27:52 2012 >00:28:00,918 INFO program: Last write time: Wed Oct 10 00:27:52 2012 >00:28:00,918 INFO program: Mount count: 3 >00:28:00,919 INFO program: Maximum mount count: -1 >00:28:00,919 INFO program: Last checked: Tue Oct 9 19:53:02 2012 >00:28:00,919 INFO program: Check interval: 0 (<none>) >00:28:00,919 INFO program: Lifetime writes: 32 MB >00:28:00,919 INFO program: Reserved blocks uid: 0 (user root) >00:28:00,919 INFO program: Reserved blocks gid: 0 (group root) >00:28:00,920 INFO program: First inode: 11 >00:28:00,920 INFO program: Inode size: 256 >00:28:00,920 INFO program: Required extra isize: 28 >00:28:00,920 INFO program: Desired extra isize: 28 >00:28:00,920 INFO program: Journal inode: 8 >00:28:00,920 INFO program: Default directory hash: half_md4 >00:28:00,921 INFO program: Directory Hash Seed: a2aeb6db-8a02-4fa8-816f-a30f2264f06a >00:28:00,921 INFO program: Journal backup: inode blocks >00:28:00,921 INFO program: Journal features: (none) >00:28:00,921 INFO program: Journal size: 32M >00:28:00,921 INFO program: Journal length: 32768 >00:28:00,921 INFO program: Journal sequence: 0x00000008 >00:28:00,922 INFO program: Journal start: 1 >00:28:00,924 INFO program: >00:28:00,924 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:28:00,924 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:28:00,928 INFO program: Filesystem volume name: Anaconda >00:28:00,928 INFO program: Last mounted on: /sysroot >00:28:00,928 INFO program: Filesystem UUID: 808f46f0-959c-462a-af0a-e6a598d93848 >00:28:00,928 INFO program: Filesystem magic number: 0xEF53 >00:28:00,928 INFO program: Filesystem revision #: 1 (dynamic) >00:28:00,928 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 >00:28:00,928 INFO program: Filesystem flags: signed_directory_hash >00:28:00,928 INFO program: Default mount options: user_xattr acl >00:28:00,928 INFO program: Filesystem state: clean >00:28:00,928 INFO program: Errors behavior: Continue >00:28:00,928 INFO program: Filesystem OS type: Linux >00:28:00,929 INFO program: Inode count: 65536 >00:28:00,929 INFO program: Block count: 1048576 >00:28:00,929 INFO program: Reserved block count: 0 >00:28:00,929 INFO program: Free blocks: 302082 >00:28:00,929 INFO program: Free inodes: 38129 >00:28:00,929 INFO program: First block: 1 >00:28:00,929 INFO program: Block size: 1024 >00:28:00,929 INFO program: Fragment size: 1024 >00:28:00,929 INFO program: Reserved GDT blocks: 256 >00:28:00,929 INFO program: Blocks per group: 8192 >00:28:00,930 INFO program: Fragments per group: 8192 >00:28:00,930 INFO program: Inodes per group: 512 >00:28:00,930 INFO program: Inode blocks per group: 128 >00:28:00,930 INFO program: Flex block group size: 16 >00:28:00,930 INFO program: Filesystem created: Tue Oct 9 19:53:02 2012 >00:28:00,930 INFO program: Last mount time: Wed Oct 10 00:27:52 2012 >00:28:00,931 INFO program: Last write time: Wed Oct 10 00:27:52 2012 >00:28:00,931 INFO program: Mount count: 3 >00:28:00,931 INFO program: Maximum mount count: -1 >00:28:00,931 INFO program: Last checked: Tue Oct 9 19:53:02 2012 >00:28:00,931 INFO program: Check interval: 0 (<none>) >00:28:00,932 INFO program: Lifetime writes: 32 MB >00:28:00,932 INFO program: Reserved blocks uid: 0 (user root) >00:28:00,932 INFO program: Reserved blocks gid: 0 (group root) >00:28:00,932 INFO program: First inode: 11 >00:28:00,932 INFO program: Inode size: 256 >00:28:00,932 INFO program: Required extra isize: 28 >00:28:00,933 INFO program: Desired extra isize: 28 >00:28:00,933 INFO program: Journal inode: 8 >00:28:00,933 INFO program: Default directory hash: half_md4 >00:28:00,933 INFO program: Directory Hash Seed: a2aeb6db-8a02-4fa8-816f-a30f2264f06a >00:28:00,933 INFO program: Journal backup: inode blocks >00:28:00,933 INFO program: Journal features: (none) >00:28:00,934 INFO program: Journal size: 32M >00:28:00,934 INFO program: Journal length: 32768 >00:28:00,934 INFO program: Journal sequence: 0x00000008 >00:28:00,934 INFO program: Journal start: 1 >00:28:00,934 INFO program: >00:28:00,935 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:28:00,935 INFO program: Running... resize2fs -P /dev/mapper/live-rw >00:28:00,939 INFO program: Estimated minimum size of the filesystem: 743984 >00:28:00,939 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:28:00,944 INFO program: Running... udevadm settle --timeout=300 >00:28:00,958 INFO program: Running... udevadm settle --timeout=300 >00:28:00,970 INFO program: Running... udevadm settle --timeout=300 >20:28:02,245 INFO program: Running... modprobe btrfs >20:28:02,327 INFO program: Running... modprobe xfs >20:28:02,429 INFO program: Running... modprobe vfat > > >/tmp/storage.log: >00:27:56,587 DEBUG storage: registered device format class BIOSBoot as biosboot >00:27:56,588 DEBUG storage: registered device format class DMRaidMember as dmraidmember >00:27:56,589 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >00:27:56,590 DEBUG storage: registered device format class PPCPRePBoot as prepboot >00:27:56,618 DEBUG storage: registered device format class LUKS as luks >00:27:56,619 DEBUG storage: registered device format class MDRaidMember as mdmember >00:27:56,620 DEBUG storage: registered device format class MultipathMember as multipath_member >00:27:56,634 DEBUG storage: registered device format class Ext2FS as ext2 >00:27:56,634 DEBUG storage: registered device format class Ext3FS as ext3 >00:27:56,634 DEBUG storage: registered device format class Ext4FS as ext4 >00:27:56,634 DEBUG storage: registered device format class FATFS as vfat >00:27:56,634 DEBUG storage: registered device format class EFIFS as efi >00:27:56,634 DEBUG storage: registered device format class BTRFS as btrfs >00:27:56,634 DEBUG storage: registered device format class GFS2 as gfs2 >00:27:56,635 DEBUG storage: registered device format class JFS as jfs >00:27:56,635 DEBUG storage: registered device format class ReiserFS as reiserfs >00:27:56,635 DEBUG storage: registered device format class XFS as xfs >00:27:56,635 DEBUG storage: registered device format class HFS as hfs >00:27:56,635 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >00:27:56,635 DEBUG storage: registered device format class HFSPlus as hfs+ >00:27:56,635 DEBUG storage: registered device format class NTFS as ntfs >00:27:56,635 DEBUG storage: registered device format class NFS as nfs >00:27:56,635 DEBUG storage: registered device format class NFSv4 as nfs4 >00:27:56,635 DEBUG storage: registered device format class Iso9660FS as iso9660 >00:27:56,636 DEBUG storage: registered device format class NoDevFS as nodev >00:27:56,636 DEBUG storage: registered device format class DevPtsFS as devpts >00:27:56,636 DEBUG storage: registered device format class ProcFS as proc >00:27:56,636 DEBUG storage: registered device format class SysFS as sysfs >00:27:56,636 DEBUG storage: registered device format class TmpFS as tmpfs >00:27:56,636 DEBUG storage: registered device format class BindFS as bind >00:27:56,636 DEBUG storage: registered device format class SELinuxFS as selinuxfs >00:27:56,636 DEBUG storage: registered device format class USBFS as usbfs >00:27:56,639 DEBUG storage: registered device format class DiskLabel as disklabel >00:27:56,641 DEBUG storage: registered device format class SwapSpace as swap >00:27:57,219 DEBUG storage: MultipathTopology._build_topology: >00:27:57,219 DEBUG storage: /etc/multipath.conf contents: >00:27:57,220 DEBUG storage: # multipath.conf written by anaconda >00:27:57,220 DEBUG storage: >00:27:57,220 DEBUG storage: defaults { >00:27:57,220 DEBUG storage: user_friendly_names yes >00:27:57,220 DEBUG storage: } >00:27:57,220 DEBUG storage: blacklist { >00:27:57,220 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >00:27:57,220 DEBUG storage: devnode "^hd[a-z]" >00:27:57,220 DEBUG storage: devnode "^dcssblk[0-9]*" >00:27:57,220 DEBUG storage: device { >00:27:57,220 DEBUG storage: vendor "DGC" >00:27:57,220 DEBUG storage: product "LUNZ" >00:27:57,221 DEBUG storage: } >00:27:57,221 DEBUG storage: device { >00:27:57,221 DEBUG storage: vendor "IBM" >00:27:57,221 DEBUG storage: product "S/390.*" >00:27:57,221 DEBUG storage: } >00:27:57,221 DEBUG storage: # don't count normal SATA devices as multipaths >00:27:57,221 DEBUG storage: device { >00:27:57,222 DEBUG storage: vendor "ATA" >00:27:57,222 DEBUG storage: } >00:27:57,222 DEBUG storage: # don't count 3ware devices as multipaths >00:27:57,223 DEBUG storage: device { >00:27:57,223 DEBUG storage: vendor "3ware" >00:27:57,223 DEBUG storage: } >00:27:57,224 DEBUG storage: device { >00:27:57,224 DEBUG storage: vendor "AMCC" >00:27:57,224 DEBUG storage: } >00:27:57,224 DEBUG storage: # nor highpoint devices >00:27:57,224 DEBUG storage: device { >00:27:57,224 DEBUG storage: vendor "HPT" >00:27:57,225 DEBUG storage: } >00:27:57,225 DEBUG storage: } >00:27:57,225 DEBUG storage: multipaths { >00:27:57,225 DEBUG storage: } >00:27:57,225 DEBUG storage: (end of /etc/multipath.conf) >00:27:57,267 INFO storage: MultipathTopology: found singlepath device: sda >00:27:57,268 INFO storage: MultipathTopology: found singlepath device: sdb >00:27:57,268 INFO storage: MultipathTopology: found singlepath device: loop0 >00:27:57,268 INFO storage: MultipathTopology: found singlepath device: loop1 >00:27:57,268 INFO storage: MultipathTopology: found singlepath device: loop2 >00:27:57,269 INFO storage: MultipathTopology: found singlepath device: loop3 >00:27:57,269 INFO storage: MultipathTopology: found singlepath device: loop4 >00:27:57,269 INFO storage: MultipathTopology: found singlepath device: loop5 >00:27:57,269 INFO storage: MultipathTopology: found singlepath device: loop6 >00:27:57,269 INFO storage: MultipathTopology: found singlepath device: loop7 >00:27:57,270 INFO storage: MultipathTopology: found singlepath device: dm-0 >00:28:00,515 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >00:28:00,516 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >00:28:00,627 DEBUG storage: MultipathTopology._build_topology: >00:28:00,627 DEBUG storage: /etc/multipath.conf contents: >00:28:00,627 DEBUG storage: # multipath.conf written by anaconda >00:28:00,627 DEBUG storage: >00:28:00,627 DEBUG storage: defaults { >00:28:00,627 DEBUG storage: user_friendly_names yes >00:28:00,627 DEBUG storage: } >00:28:00,627 DEBUG storage: blacklist { >00:28:00,627 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >00:28:00,627 DEBUG storage: devnode "^hd[a-z]" >00:28:00,627 DEBUG storage: devnode "^dcssblk[0-9]*" >00:28:00,628 DEBUG storage: device { >00:28:00,628 DEBUG storage: vendor "DGC" >00:28:00,628 DEBUG storage: product "LUNZ" >00:28:00,628 DEBUG storage: } >00:28:00,628 DEBUG storage: device { >00:28:00,628 DEBUG storage: vendor "IBM" >00:28:00,628 DEBUG storage: product "S/390.*" >00:28:00,628 DEBUG storage: } >00:28:00,628 DEBUG storage: # don't count normal SATA devices as multipaths >00:28:00,628 DEBUG storage: device { >00:28:00,628 DEBUG storage: vendor "ATA" >00:28:00,629 DEBUG storage: } >00:28:00,629 DEBUG storage: # don't count 3ware devices as multipaths >00:28:00,629 DEBUG storage: device { >00:28:00,629 DEBUG storage: vendor "3ware" >00:28:00,629 DEBUG storage: } >00:28:00,629 DEBUG storage: device { >00:28:00,630 DEBUG storage: vendor "AMCC" >00:28:00,630 DEBUG storage: } >00:28:00,630 DEBUG storage: # nor highpoint devices >00:28:00,630 DEBUG storage: device { >00:28:00,630 DEBUG storage: vendor "HPT" >00:28:00,631 DEBUG storage: } >00:28:00,631 DEBUG storage: } >00:28:00,631 DEBUG storage: multipaths { >00:28:00,631 DEBUG storage: } >00:28:00,631 DEBUG storage: (end of /etc/multipath.conf) >00:28:00,645 INFO storage: MultipathTopology: found singlepath device: sda >00:28:00,645 INFO storage: MultipathTopology: found singlepath device: sdb >00:28:00,645 INFO storage: MultipathTopology: found singlepath device: loop0 >00:28:00,645 INFO storage: MultipathTopology: found singlepath device: loop1 >00:28:00,645 INFO storage: MultipathTopology: found singlepath device: loop2 >00:28:00,645 INFO storage: MultipathTopology: found singlepath device: loop3 >00:28:00,646 INFO storage: MultipathTopology: found singlepath device: loop4 >00:28:00,646 INFO storage: MultipathTopology: found singlepath device: loop5 >00:28:00,646 INFO storage: MultipathTopology: found singlepath device: loop6 >00:28:00,646 INFO storage: MultipathTopology: found singlepath device: loop7 >00:28:00,646 INFO storage: MultipathTopology: found singlepath device: dm-0 >00:28:00,646 INFO storage: devices to scan: ['sda', 'sdb', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >00:28:00,650 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST9500420AS_5VJ14FWG /dev/disk/by-id/wwn-0x5000c5000fe515a2', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '102', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '102', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST9500420AS', > 'ID_MODEL_ENC': 'ST9500420AS\\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_REVISION': '0002SDM1', > 'ID_SERIAL': 'ST9500420AS_5VJ14FWG', > 'ID_SERIAL_SHORT': '5VJ14FWG', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5000fe515a2', > 'ID_WWN_WITH_EXTENSION': '0x5000c5000fe515a2', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '93608150', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-ST9500420AS_5VJ14FWG', > '/dev/disk/by-id/wwn-0x5000c5000fe515a2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >00:28:00,651 INFO storage: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >00:28:00,652 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:28:00,653 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,654 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >00:28:00,655 INFO storage: sda is a disk >00:28:00,655 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,656 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >00:28:00,656 INFO storage: added disk sda (id 0) to device tree >00:28:00,657 DEBUG storage: looking up parted Device: /dev/sda >00:28:00,697 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >00:28:00,698 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >00:28:00,699 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,700 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:28:00,702 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >00:28:00,704 INFO storage: no usable disklabel on sda >00:28:00,705 DEBUG storage: no type or existing type for sda, bailing >00:28:00,706 INFO storage: got device: DiskDevice instance (0x7f2e5ec3bf50) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 476940.023438 > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST9500420AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 976773168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (60801, 255, 63) biosGeometry: (60801, 255, 63) > PedDevice: <_ped.Device object at 0x7f2e5fbfc710> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f2e5b9c9190> >00:28:00,709 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-ST9500420AS_5VJ58YCY /dev/disk/by-id/wwn-0x5000c5002486cb8d', > '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_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '102', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '102', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST9500420AS', > 'ID_MODEL_ENC': 'ST9500420AS\\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_REVISION': '0002SDM1', > 'ID_SERIAL': 'ST9500420AS_5VJ58YCY', > 'ID_SERIAL_SHORT': '5VJ58YCY', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5002486cb8d', > 'ID_WWN_WITH_EXTENSION': '0x5000c5002486cb8d', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '625241', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-ST9500420AS_5VJ58YCY', > '/dev/disk/by-id/wwn-0x5000c5002486cb8d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >00:28:00,709 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >00:28:00,710 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >00:28:00,711 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,711 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >00:28:00,712 INFO storage: sdb is a disk >00:28:00,712 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,713 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >00:28:00,713 INFO storage: added disk sdb (id 1) to device tree >00:28:00,713 DEBUG storage: looking up parted Device: /dev/sdb >00:28:00,752 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >00:28:00,754 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: None ; >00:28:00,754 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,755 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >00:28:00,756 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >00:28:00,760 INFO storage: no usable disklabel on sdb >00:28:00,760 DEBUG storage: no type or existing type for sdb, bailing >00:28:00,761 INFO storage: got device: DiskDevice instance (0x7f2e5b9c9150) -- > name = sdb status = True kids = 0 id = 1 > parents = [] > uuid = None size = 476940.023438 > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST9500420AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 976773168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (60801, 255, 63) biosGeometry: (60801, 255, 63) > PedDevice: <_ped.Device object at 0x7f2e5fbfcb90> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f2e5ea1d0d0> >00:28:00,762 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '647837', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >00:28:00,763 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >00:28:00,763 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >00:28:00,764 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,764 INFO storage: loop0 is a loop device >00:28:00,765 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >00:28:00,765 DEBUG storage: DeviceTree.getDeviceByName: name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >00:28:00,766 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,766 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,767 DEBUG storage: FileDevice._setFormat: /tmp/curl_fetch_url1/squashfs.img (deleted) ; current: None ; type: None ; >00:28:00,767 INFO storage: added file /tmp/curl_fetch_url1/squashfs.img (deleted) (id 2) to device tree >00:28:00,768 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >00:28:00,768 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,769 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:28:00,769 INFO storage: added loop loop0 (id 3) to device tree >00:28:00,770 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >00:28:00,770 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >00:28:00,771 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:28:00,771 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >00:28:00,772 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >00:28:00,773 WARN storage: disklabel detected but not usable on loop0 >00:28:00,774 INFO storage: type detected on 'loop0' is 'squashfs' >00:28:00,774 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:28:00,774 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:28:00,774 DEBUG storage: skipping further processing due to clearpart >00:28:00,775 INFO storage: got device: LoopDevice instance (0x7f2e5ea1d690) -- > name = loop0 status = False kids = 0 id = 3 > parents = ['existing 0MB file /tmp/curl_fetch_url1/squashfs.img (deleted) (2)'] > 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 >00:28:00,776 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/808f46f0-959c-462a-af0a-e6a598d93848', > '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': '808f46f0-959c-462a-af0a-e6a598d93848', > 'ID_FS_UUID_ENC': '808f46f0-959c-462a-af0a-e6a598d93848', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '647850', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/808f46f0-959c-462a-af0a-e6a598d93848'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >00:28:00,777 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >00:28:00,777 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:28:00,778 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,778 INFO storage: loop1 is a loop device >00:28:00,779 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >00:28:00,779 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >00:28:00,780 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,780 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,781 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >00:28:00,781 INFO storage: added file /LiveOS/rootfs.img (id 4) to device tree >00:28:00,782 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >00:28:00,782 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,783 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:28:00,783 INFO storage: added loop loop1 (id 5) to device tree >00:28:00,783 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >00:28:00,784 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >00:28:00,785 DEBUG storage: Ext4FS.supported: supported: True ; >00:28:00,785 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:28:00,785 DEBUG storage: device loop1 does not contain a disklabel >00:28:00,785 INFO storage: type detected on 'loop1' is 'ext4' >00:28:00,851 DEBUG storage: Ext4FS.supported: supported: True ; >00:28:00,851 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:28:00,852 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >00:28:00,852 DEBUG storage: skipping further processing due to clearpart >00:28:00,852 INFO storage: got device: LoopDevice instance (0x7f2e5ea1d110) -- > name = loop1 status = False kids = 0 id = 5 > parents = ['existing 0MB file /LiveOS/rootfs.img (4)'] > 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 >00:28:00,853 DEBUG storage: Ext4FS.supported: supported: True ; >00:28:00,853 INFO storage: got format: Ext4FS instance (0x7f2e5ea40050) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 808f46f0-959c-462a-af0a-e6a598d93848 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >00:28:00,854 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '648044', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >00:28:00,855 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >00:28:00,855 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >00:28:00,856 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,856 INFO storage: loop2 is a loop device >00:28:00,857 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >00:28:00,857 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >00:28:00,858 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,858 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,859 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >00:28:00,859 INFO storage: added file /overlay (deleted) (id 6) to device tree >00:28:00,860 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >00:28:00,860 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,861 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:28:00,861 INFO storage: added loop loop2 (id 7) to device tree >00:28:00,861 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >00:28:00,862 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >00:28:00,862 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,863 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >00:28:00,864 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >00:28:00,865 WARN storage: disklabel detected but not usable on loop2 >00:28:00,865 DEBUG storage: no type or existing type for loop2, bailing >00:28:00,866 INFO storage: got device: LoopDevice instance (0x7f2e5ea40150) -- > name = loop2 status = False kids = 0 id = 7 > parents = ['existing 0MB file /overlay (deleted) (6)'] > 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 >00:28:00,867 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '648059', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >00:28:00,867 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >00:28:00,867 DEBUG storage: lvm filter: adding loop3 to the reject list >00:28:00,868 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '648072', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >00:28:00,869 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >00:28:00,869 DEBUG storage: lvm filter: adding loop4 to the reject list >00:28:00,870 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '648703', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >00:28:00,870 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >00:28:00,870 DEBUG storage: lvm filter: adding loop5 to the reject list >00:28:00,871 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '648718', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >00:28:00,871 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >00:28:00,871 DEBUG storage: lvm filter: adding loop6 to the reject list >00:28:00,872 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '649054', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >00:28:00,872 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >00:28:00,872 DEBUG storage: lvm filter: adding loop7 to the reject list >00:28:00,872 DEBUG storage: Skipping a device mapper drive (dm-0) for now >00:28:00,885 INFO storage: devices to scan: ['dm-0'] >00:28:00,887 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/808f46f0-959c-462a-af0a-e6a598d93848 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '808f46f0-959c-462a-af0a-e6a598d93848', > 'ID_FS_UUID_ENC': '808f46f0-959c-462a-af0a-e6a598d93848', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '91242647', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/808f46f0-959c-462a-af0a-e6a598d93848', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >00:28:00,887 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >00:28:00,887 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:28:00,888 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,888 INFO storage: live-rw is a device-mapper device >00:28:00,889 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >00:28:00,890 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:28:00,890 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (5) with existing ext4 filesystem >00:28:00,891 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >00:28:00,892 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (7) >00:28:00,893 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:28:00,894 DEBUG storage: DeviceTree.getDeviceByName returned None >00:28:00,894 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >00:28:00,895 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:28:00,895 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >00:28:00,896 INFO storage: added dm live-rw (id 8) to device tree >00:28:00,896 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >00:28:00,897 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >00:28:00,898 DEBUG storage: Ext4FS.supported: supported: True ; >00:28:00,898 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:28:00,898 DEBUG storage: device live-rw does not contain a disklabel >00:28:00,898 INFO storage: type detected on 'live-rw' is 'ext4' >00:28:00,940 DEBUG storage: Ext4FS.supported: supported: True ; >00:28:00,940 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:28:00,941 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >00:28:00,941 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >00:28:00,942 INFO storage: got device: DMDevice instance (0x7f2e5ea40950) -- > name = live-rw status = True kids = 0 id = 8 > parents = ['existing 0MB loop loop2 (7)'] > uuid = None size = 1024.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7f2e5ed2ad40> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >00:28:00,943 DEBUG storage: Ext4FS.supported: supported: True ; >00:28:00,943 INFO storage: got format: Ext4FS instance (0x7f2e5ea40a50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 808f46f0-959c-462a-af0a-e6a598d93848 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >00:28:00,956 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:28:00,957 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >00:28:00,958 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >00:28:00,968 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >00:28:00,968 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >00:28:00,970 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >00:28:00,980 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >00:28:00,981 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >00:28:00,982 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >00:28:00,982 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >00:28:00,982 INFO storage: edd: collected mbr signatures: {} >00:28:00,982 DEBUG storage: edd: data extracted from 0x80: > type: SATA, ata_device: None > channel: 255, mbr_signature: None > pci_dev: 00:1f.2, scsi_id: None > scsi_lun: None, sectors: 976773168 >00:28:00,983 ERR storage: edd: unable to match edd entry 0x80 >00:28:00,983 DEBUG storage: edd: data extracted from 0x81: > type: SATA, ata_device: None > channel: 255, mbr_signature: None > pci_dev: 00:1f.2, scsi_id: None > scsi_lun: None, sectors: 976773168 >00:28:00,983 ERR storage: edd: unable to match edd entry 0x81 >00:28:01,095 DEBUG storage: Ext4FS.supported: supported: True ; >00:28:01,096 DEBUG storage: Ext4FS.supported: supported: True ; >00:28:01,098 DEBUG storage: onlyuse is now: sda,sdb >20:28:02,181 DEBUG storage: Iso9660FS.supported: supported: True ; >20:28:02,184 DEBUG storage: Iso9660FS.supported: supported: True ; >20:28:02,194 DEBUG storage: NFSv4.supported: supported: False ; >20:28:02,202 DEBUG storage: NFSv4.supported: supported: False ; >20:28:02,205 DEBUG storage: SELinuxFS.supported: supported: False ; >20:28:02,207 DEBUG storage: SELinuxFS.supported: supported: False ; >20:28:02,209 DEBUG storage: Ext4FS.supported: supported: True ; >20:28:02,212 DEBUG storage: Ext4FS.supported: supported: True ; >20:28:02,215 DEBUG storage: Ext3FS.supported: supported: True ; >20:28:02,219 DEBUG storage: Ext3FS.supported: supported: True ; >20:28:02,222 DEBUG storage: Ext2FS.supported: supported: True ; >20:28:02,225 DEBUG storage: Ext2FS.supported: supported: True ; >20:28:02,229 DEBUG storage: SysFS.supported: supported: False ; >20:28:02,231 DEBUG storage: SysFS.supported: supported: False ; >20:28:02,234 DEBUG storage: MultipathMember.__init__: >20:28:02,236 DEBUG storage: MDRaidMember.__init__: >20:28:02,237 DEBUG storage: ProcFS.supported: supported: False ; >20:28:02,238 DEBUG storage: ProcFS.supported: supported: False ; >20:28:02,239 DEBUG storage: SwapSpace.__init__: >20:28:02,240 DEBUG storage: DMRaidMember.__init__: >20:28:02,242 DEBUG storage: DevPtsFS.supported: supported: False ; >20:28:02,243 DEBUG storage: DevPtsFS.supported: supported: False ; >20:28:02,244 DEBUG storage: BTRFS.supported: supported: True ; >20:28:02,313 DEBUG storage: BTRFS.supported: supported: True ; >20:28:02,316 DEBUG storage: USBFS.supported: supported: False ; >20:28:02,318 DEBUG storage: USBFS.supported: supported: False ; >20:28:02,320 DEBUG storage: DiskLabel.__init__: >20:28:02,320 INFO storage: DiskLabel.partedDevice returning None >20:28:02,322 DEBUG storage: HFSPlus.supported: supported: False ; >20:28:02,324 DEBUG storage: HFSPlus.supported: supported: False ; >20:28:02,326 DEBUG storage: XFS.supported: supported: True ; >20:28:02,395 DEBUG storage: XFS.supported: supported: True ; >20:28:02,399 DEBUG storage: TmpFS.supported: supported: False ; >20:28:02,401 DEBUG storage: TmpFS.supported: supported: False ; >20:28:02,404 DEBUG storage: LUKS.__init__: >20:28:02,406 DEBUG storage: NTFS.supported: supported: False ; >20:28:02,408 DEBUG storage: NTFS.supported: supported: False ; >20:28:02,411 DEBUG storage: BindFS.supported: supported: False ; >20:28:02,413 DEBUG storage: BindFS.supported: supported: False ; >20:28:02,415 DEBUG storage: HFS.supported: supported: False ; >20:28:02,417 DEBUG storage: HFS.supported: supported: False ; >20:28:02,420 DEBUG storage: LVMPhysicalVolume.__init__: >20:28:02,422 DEBUG storage: NFS.supported: supported: False ; >20:28:02,425 DEBUG storage: NFS.supported: supported: False ; >20:28:02,428 DEBUG storage: FATFS.supported: supported: True ; >20:28:02,458 DEBUG storage: FATFS.supported: supported: True ; >20:28:02,462 DEBUG storage: NoDevFS.supported: supported: False ; >20:28:02,464 DEBUG storage: NoDevFS.supported: supported: False ; >20:28:04,208 DEBUG storage: clearpart: initializing sda >20:28:04,211 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >20:28:04,211 DEBUG storage: getFormat('None') returning DeviceFormat instance >20:28:04,212 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >20:28:04,212 INFO storage: registered action: [0] Destroy Format None on disk sda (id 0) >20:28:04,215 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >20:28:04,216 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >20:28:04,217 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f2e56a810d0> > PedDisk: <_ped.Disk object at 0x7f2e58debc68> >20:28:04,217 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >20:28:04,218 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >20:28:04,219 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >20:28:04,219 INFO storage: registered action: [1] Create Format msdos disklabel on disk sda (id 0) >20:28:04,219 DEBUG storage: clearpart: initializing sdb >20:28:04,220 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >20:28:04,220 DEBUG storage: getFormat('None') returning DeviceFormat instance >20:28:04,220 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >20:28:04,221 INFO storage: registered action: [2] Destroy Format None on disk sdb (id 1) >20:28:04,222 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; >20:28:04,222 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sdb ; labelType: msdos ; >20:28:04,223 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f2e56a9bc50> > PedDisk: <_ped.Disk object at 0x7f2e58df8c68> >20:28:04,223 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >20:28:04,224 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >20:28:04,224 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >20:28:04,224 INFO storage: registered action: [3] Create Format msdos disklabel on disk sdb (id 1) >20:28:04,225 DEBUG storage: getFormat('biosboot') returning BIOSBoot instance >20:28:04,225 DEBUG storage: PartitionDevice._setFormat: req0 ; >20:28:04,226 DEBUG storage: PartitionDevice._setFormat: req0 ; current: None ; type: biosboot ; >20:28:04,226 INFO storage: added partition req0 (id 9) to device tree >20:28:04,226 INFO storage: registered action: [4] Create Device partition req0 (id 9) >20:28:04,226 DEBUG storage: getFormat('None') returning DeviceFormat instance >20:28:04,227 INFO storage: registered action: [5] Create Format biosboot on partition req0 (id 9) >20:28:04,227 DEBUG storage: DeviceTree.getDeviceByName: name: raid.21 ; >20:28:04,228 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,228 DEBUG storage: MDRaidMember.__init__: mountopts: ; mountpoint: ; fsprofile: ; label: ; >20:28:04,228 DEBUG storage: getFormat('mdmember') returning MDRaidMember instance >20:28:04,229 DEBUG storage: PartitionDevice._setFormat: raid.21 ; >20:28:04,230 DEBUG storage: PartitionDevice._setFormat: raid.21 ; current: None ; type: mdmember ; >20:28:04,230 INFO storage: added partition raid.21 (id 10) to device tree >20:28:04,230 INFO storage: registered action: [6] Create Device partition raid.21 (id 10) >20:28:04,230 DEBUG storage: getFormat('None') returning DeviceFormat instance >20:28:04,230 INFO storage: registered action: [7] Create Format mdmember on partition raid.21 (id 10) >20:28:04,231 DEBUG storage: DeviceTree.getDeviceByName: name: raid.22 ; >20:28:04,231 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,232 DEBUG storage: MDRaidMember.__init__: mountopts: ; mountpoint: ; fsprofile: ; label: ; >20:28:04,232 DEBUG storage: getFormat('mdmember') returning MDRaidMember instance >20:28:04,233 DEBUG storage: PartitionDevice._setFormat: raid.22 ; >20:28:04,234 DEBUG storage: PartitionDevice._setFormat: raid.22 ; current: None ; type: mdmember ; >20:28:04,234 INFO storage: added partition raid.22 (id 11) to device tree >20:28:04,234 INFO storage: registered action: [8] Create Device partition raid.22 (id 11) >20:28:04,234 DEBUG storage: getFormat('None') returning DeviceFormat instance >20:28:04,234 INFO storage: registered action: [9] Create Format mdmember on partition raid.22 (id 11) >20:28:04,235 DEBUG storage: DeviceTree.getDeviceByName: name: raid.31 ; >20:28:04,235 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,236 DEBUG storage: MDRaidMember.__init__: mountopts: ; mountpoint: ; fsprofile: ; label: ; >20:28:04,236 DEBUG storage: getFormat('mdmember') returning MDRaidMember instance >20:28:04,236 DEBUG storage: PartitionDevice._setFormat: raid.31 ; >20:28:04,237 DEBUG storage: PartitionDevice._setFormat: raid.31 ; current: None ; type: mdmember ; >20:28:04,237 INFO storage: added partition raid.31 (id 12) to device tree >20:28:04,237 INFO storage: registered action: [10] Create Device partition raid.31 (id 12) >20:28:04,238 DEBUG storage: getFormat('None') returning DeviceFormat instance >20:28:04,238 INFO storage: registered action: [11] Create Format mdmember on partition raid.31 (id 12) >20:28:04,238 DEBUG storage: DeviceTree.getDeviceByName: name: raid.32 ; >20:28:04,239 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,239 DEBUG storage: MDRaidMember.__init__: mountopts: ; mountpoint: ; fsprofile: ; label: ; >20:28:04,239 DEBUG storage: getFormat('mdmember') returning MDRaidMember instance >20:28:04,240 DEBUG storage: PartitionDevice._setFormat: raid.32 ; >20:28:04,241 DEBUG storage: PartitionDevice._setFormat: raid.32 ; current: None ; type: mdmember ; >20:28:04,241 INFO storage: added partition raid.32 (id 13) to device tree >20:28:04,241 INFO storage: registered action: [12] Create Device partition raid.32 (id 13) >20:28:04,241 DEBUG storage: getFormat('None') returning DeviceFormat instance >20:28:04,241 INFO storage: registered action: [13] Create Format mdmember on partition raid.32 (id 13) >20:28:04,242 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >20:28:04,243 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >20:28:04,243 DEBUG storage: removing all non-preexisting partitions ['raid.21(id 10)', 'raid.22(id 11)', 'raid.31(id 12)', 'raid.32(id 13)', 'req0(id 9)'] from disk(s) ['sda', 'sdb'] >20:28:04,244 DEBUG storage: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['raid.21(id 10)', 'raid.22(id 11)', 'raid.31(id 12)', 'raid.32(id 13)', 'req0(id 9)'] >20:28:04,244 DEBUG storage: removing all non-preexisting partitions ['req0(id 9)', 'raid.31(id 12)', 'raid.32(id 13)', 'raid.21(id 10)', 'raid.22(id 11)'] from disk(s) ['sda', 'sdb'] >20:28:04,245 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,246 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,246 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,247 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,247 DEBUG storage: failed to resolve '/dev/' >20:28:04,248 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,248 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,249 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,250 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,250 DEBUG storage: failed to resolve '/dev/' >20:28:04,250 DEBUG storage: allocating partition: req0 ; id: 9 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 1MB ; grow: False ; max_size: 0 >20:28:04,250 DEBUG storage: checking freespace on sda >20:28:04,250 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=True best=None grow=False >20:28:04,251 DEBUG storage: current free range is 63-976773167 (476939MB) >20:28:04,251 DEBUG storage: updating use_disk to sda, type: 0 >20:28:04,251 DEBUG storage: new free: 63-976773167 / 476939MB >20:28:04,251 DEBUG storage: new free allows for 0 sectors of growth >20:28:04,251 DEBUG storage: found free space for bootable request >20:28:04,251 DEBUG storage: adjusted start sector from 63 to 2048 >20:28:04,252 DEBUG storage: created partition sda1 of 1MB and added it to /dev/sda >20:28:04,252 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >20:28:04,253 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54aed110> PedPartition: <_ped.Partition object at 0x4ac0bf0> >20:28:04,253 DEBUG storage: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >20:28:04,254 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >20:28:04,255 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >20:28:04,255 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54ae1190> PedPartition: <_ped.Partition object at 0x4ac0b90> >20:28:04,256 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,257 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,257 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,258 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,258 DEBUG storage: failed to resolve '/dev/' >20:28:04,259 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,259 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,260 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,261 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,261 DEBUG storage: failed to resolve '/dev/' >20:28:04,261 DEBUG storage: allocating partition: raid.31 ; id: 12 ; disks: ['sda', 'sdb'] ; >boot: False ; primary: False ; size: 40960MB ; grow: False ; max_size: 0 >20:28:04,261 DEBUG storage: checking freespace on sda >20:28:04,261 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=40960MB boot=False best=None grow=False >20:28:04,261 DEBUG storage: current free range is 63-2047 (0MB) >20:28:04,262 DEBUG storage: current free range is 4096-976773167 (476938MB) >20:28:04,262 DEBUG storage: updating use_disk to sda, type: 0 >20:28:04,262 DEBUG storage: new free: 4096-976773167 / 476938MB >20:28:04,262 DEBUG storage: new free allows for 0 sectors of growth >20:28:04,262 DEBUG storage: checking freespace on sdb >20:28:04,262 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=40960MB boot=False best=parted.Geometry instance -- > start: 4096 end: 976773167 length: 976769072 > device: <parted.device.Device object at 0x7f2e54aed0d0> PedGeometry: <_ped.Geometry object at 0x7f2e54aed090> grow=False >20:28:04,262 DEBUG storage: current free range is 63-976773167 (476939MB) >20:28:04,262 DEBUG storage: not enough free space for primary -- trying logical >20:28:04,263 DEBUG storage: created partition sda2 of 40960MB and added it to /dev/sda >20:28:04,264 DEBUG storage: PartitionDevice._setPartedPartition: raid.31 ; >20:28:04,264 DEBUG storage: device raid.31 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54aed410> PedPartition: <_ped.Partition object at 0x4ac0c50> >20:28:04,265 DEBUG storage: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >20:28:04,265 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >20:28:04,266 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >20:28:04,266 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54aed390> PedPartition: <_ped.Partition object at 0x4ac0cb0> >20:28:04,267 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,268 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,268 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,269 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,269 DEBUG storage: failed to resolve '/dev/' >20:28:04,270 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,271 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,271 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,272 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,272 DEBUG storage: failed to resolve '/dev/' >20:28:04,272 DEBUG storage: allocating partition: raid.32 ; id: 13 ; disks: ['sda', 'sdb'] ; >boot: False ; primary: False ; size: 40960MB ; grow: False ; max_size: 0 >20:28:04,272 DEBUG storage: checking freespace on sda >20:28:04,272 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=40960MB boot=False best=None grow=False >20:28:04,273 DEBUG storage: current free range is 63-2047 (0MB) >20:28:04,273 DEBUG storage: current free range is 83890176-976773167 (435978MB) >20:28:04,273 DEBUG storage: updating use_disk to sda, type: 0 >20:28:04,273 DEBUG storage: new free: 83890176-976773167 / 435978MB >20:28:04,273 DEBUG storage: new free allows for 0 sectors of growth >20:28:04,273 DEBUG storage: checking freespace on sdb >20:28:04,273 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=40960MB boot=False best=parted.Geometry instance -- > start: 83890176 end: 976773167 length: 892882992 > device: <parted.device.Device object at 0x7f2e54aed510> PedGeometry: <_ped.Geometry object at 0x7f2e54aed090> grow=False >20:28:04,274 DEBUG storage: current free range is 63-976773167 (476939MB) >20:28:04,274 DEBUG storage: not enough free space for primary -- trying logical >20:28:04,274 DEBUG storage: created partition sda3 of 40960MB and added it to /dev/sda >20:28:04,275 DEBUG storage: PartitionDevice._setPartedPartition: raid.32 ; >20:28:04,275 DEBUG storage: device raid.32 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54aedf10> PedPartition: <_ped.Partition object at 0x4ac0d70> >20:28:04,276 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >20:28:04,276 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >20:28:04,277 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >20:28:04,278 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54a9c510> PedPartition: <_ped.Partition object at 0x4ac0e30> >20:28:04,278 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,279 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,280 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,280 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,280 DEBUG storage: failed to resolve '/dev/' >20:28:04,281 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,282 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,282 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,284 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,284 DEBUG storage: failed to resolve '/dev/' >20:28:04,284 DEBUG storage: allocating partition: raid.21 ; id: 10 ; disks: ['sda', 'sdb'] ; >boot: False ; primary: False ; size: 4096MB ; grow: False ; max_size: 0 >20:28:04,284 DEBUG storage: checking freespace on sda >20:28:04,285 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=4096MB boot=False best=None grow=False >20:28:04,285 DEBUG storage: current free range is 63-2047 (0MB) >20:28:04,285 DEBUG storage: current free range is 167776256-976773167 (395018MB) >20:28:04,285 DEBUG storage: updating use_disk to sda, type: 2 >20:28:04,285 DEBUG storage: new free: 167776256-976773167 / 395018MB >20:28:04,285 DEBUG storage: new free allows for 0 sectors of growth >20:28:04,285 DEBUG storage: checking freespace on sdb >20:28:04,286 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=4096MB boot=False best=parted.Geometry instance -- > start: 167776256 end: 976773167 length: 808996912 > device: <parted.device.Device object at 0x7f2e54acbf90> PedGeometry: <_ped.Geometry object at 0x7f2e54acb910> grow=False >20:28:04,286 DEBUG storage: current free range is 63-976773167 (476939MB) >20:28:04,286 DEBUG storage: not enough free space for primary -- trying logical >20:28:04,286 DEBUG storage: creating extended partition >20:28:04,286 DEBUG storage: adjusted length from 808996912 to 808996864 >20:28:04,286 DEBUG storage: recalculating free space >20:28:04,287 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=4096MB boot=False best=None grow=False >20:28:04,287 DEBUG storage: looking for intersection between extended (167776256-976773119) and free (63-2047) >20:28:04,287 DEBUG storage: free region not suitable for request >20:28:04,287 DEBUG storage: looking for intersection between extended (167776256-976773119) and free (167776319-976773119) >20:28:04,287 DEBUG storage: current free range is 167776319-976773119 (395017MB) >20:28:04,287 DEBUG storage: looking for intersection between extended (167776256-976773119) and free (976773120-976773167) >20:28:04,287 DEBUG storage: free region not suitable for request >20:28:04,288 DEBUG storage: adjusted start sector from 167776319 to 167780352 >20:28:04,288 DEBUG storage: created partition sda5 of 4096MB and added it to /dev/sda >20:28:04,289 DEBUG storage: PartitionDevice._setPartedPartition: raid.21 ; >20:28:04,289 DEBUG storage: device raid.21 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54aed490> PedPartition: <_ped.Partition object at 0x4ac0c50> >20:28:04,289 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >20:28:04,290 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >20:28:04,291 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >20:28:04,292 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54a9cf50> PedPartition: <_ped.Partition object at 0x4ac0f50> >20:28:04,292 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,293 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,294 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,294 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,294 DEBUG storage: failed to resolve '/dev/' >20:28:04,295 DEBUG storage: DeviceTree.getDeviceByName: name: ; >20:28:04,296 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,296 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/ ; >20:28:04,297 DEBUG storage: DeviceTree.getDeviceByPath returned None >20:28:04,297 DEBUG storage: failed to resolve '/dev/' >20:28:04,297 DEBUG storage: allocating partition: raid.22 ; id: 11 ; disks: ['sda', 'sdb'] ; >boot: False ; primary: False ; size: 4096MB ; grow: False ; max_size: 0 >20:28:04,297 DEBUG storage: checking freespace on sda >20:28:04,298 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=4096MB boot=False best=None grow=False >20:28:04,298 DEBUG storage: looking for intersection between extended (167776256-976773119) and free (63-2047) >20:28:04,298 DEBUG storage: free region not suitable for request >20:28:04,298 DEBUG storage: looking for intersection between extended (167776256-976773119) and free (176168960-976773119) >20:28:04,298 DEBUG storage: current free range is 176168960-976773119 (390920MB) >20:28:04,298 DEBUG storage: looking for intersection between extended (167776256-976773119) and free (976773120-976773167) >20:28:04,299 DEBUG storage: free region not suitable for request >20:28:04,299 DEBUG storage: updating use_disk to sda, type: 1 >20:28:04,299 DEBUG storage: new free: 176168960-976773119 / 390920MB >20:28:04,299 DEBUG storage: new free allows for 0 sectors of growth >20:28:04,299 DEBUG storage: checking freespace on sdb >20:28:04,299 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=4096MB boot=False best=parted.Geometry instance -- > start: 176168960 end: 976773119 length: 800604160 > device: <parted.device.Device object at 0x7f2e54abb290> PedGeometry: <_ped.Geometry object at 0x7f2e54abb250> grow=False >20:28:04,299 DEBUG storage: current free range is 63-976773167 (476939MB) >20:28:04,299 DEBUG storage: not enough free space for primary -- trying logical >20:28:04,300 DEBUG storage: adjusted start sector from 176168960 to 176171008 >20:28:04,300 DEBUG storage: created partition sda6 of 4096MB and added it to /dev/sda >20:28:04,301 DEBUG storage: PartitionDevice._setPartedPartition: raid.22 ; >20:28:04,301 DEBUG storage: device raid.22 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54aede90> PedPartition: <_ped.Partition object at 0x4ac0dd0> >20:28:04,302 DEBUG storage: PartitionDevice._setDisk: sda6 ; new: sda ; old: None ; >20:28:04,302 DEBUG storage: DiskDevice.addChild: kids: 4 ; name: sda ; >20:28:04,304 DEBUG storage: PartitionDevice._setPartedPartition: sda6 ; >20:28:04,304 DEBUG storage: device sda6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 6 path: /dev/sda6 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54a6c0d0> PedPartition: <_ped.Partition object at 0x7f2e54a6f1d0> >20:28:04,304 DEBUG storage: growPartitions: disks=['sda', 'sdb'], partitions=['sda5(id 10)', 'sda6(id 11)', 'sda2(id 12)', 'sda3(id 13)', 'sda1(id 9)'] >20:28:04,304 DEBUG storage: no growable partitions >20:28:04,304 DEBUG storage: fixing size of non-existent 1MB partition sda1 (9) with non-existent biosboot at 1.00 >20:28:04,304 DEBUG storage: fixing size of non-existent 40960MB partition sda2 (12) with non-existent mdmember at 40960.00 >20:28:04,305 DEBUG storage: fixing size of non-existent 40960MB partition sda3 (13) with non-existent mdmember at 40960.00 >20:28:04,305 DEBUG storage: fixing size of non-existent 4096MB partition sda5 (10) with non-existent mdmember at 4096.00 >20:28:04,305 DEBUG storage: fixing size of non-existent 4096MB partition sda6 (11) with non-existent mdmember at 4096.00 >20:28:04,306 DEBUG storage: DeviceTree.getDeviceByName: name: sda4 ; >20:28:04,307 DEBUG storage: DeviceTree.getDeviceByName returned None >20:28:04,308 DEBUG storage: DiskDevice.addChild: kids: 5 ; name: sda ; >20:28:04,308 DEBUG storage: PartitionDevice._setFormat: sda4 ; >20:28:04,308 DEBUG storage: getFormat('None') returning DeviceFormat instance >20:28:04,309 DEBUG storage: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >20:28:04,310 DEBUG storage: DiskDevice.removeChild: kids: 6 ; name: sda ; >20:28:04,310 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >20:28:04,311 DEBUG storage: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2e56a81090> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2e54aed190> PedPartition: <_ped.Partition object at 0x4ac0d70> >20:28:04,311 INFO storage: added partition sda4 (id 14) to device tree >20:28:04,311 DEBUG storage: DeviceTree.getDeviceByName: name: raid.21 ; >20:28:04,312 DEBUG storage: DeviceTree.getDeviceByName returned None > > >/tmp/ifcfg.log: > > >/proc/cmdline: >initrd=boot/f18/x86_64/initrd.img ks=http://10.255.255.254/f18/x86_64/ks/an-c04n01_pcmk.ks inst.repo=http://10.255.255.254/f18/x86_64/img/ nomodeset BOOT_IMAGE=boot/f18/x86_64/vmlinuz > > >/tmp/syslog: >00:27:54,780 INFO kernel:imklog 5.8.11, log source = /proc/kmsg started. >00:27:54,780 INFO rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="1222" x-info="http://www.rsyslog.com"] start >00:27:54,781 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >00:27:54,781 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >00:27:54,781 NOTICE kernel:[ 0.000000] Linux version 3.6.1-1.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC) ) #1 SMP Mon Oct 8 17:19:09 UTC 2012 >00:27:54,781 INFO systemd: systemd 194 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >00:27:54,781 INFO kernel:[ 0.000000] Command line: initrd=boot/f18/x86_64/initrd.img ks=http://10.255.255.254/f18/x86_64/ks/an-c04n01_pcmk.ks inst.repo=http://10.255.255.254/f18/x86_64/img/ nomodeset BOOT_IMAGE=boot/f18/x86_64/vmlinuz >00:27:54,781 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >00:27:54,781 INFO systemd: Initializing machine ID from random generator. >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ddd0bfff] usable >00:27:54,781 WARNING systemd: Cannot add dependency job for unit udev-settle.service, ignoring: Unit udev-settle.service failed to load: No such file or directory. See system logs and 'systemctl status udev-settle.service' for details. >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ddd0c000-0x00000000dddbffff] reserved >00:27:54,781 INFO systemd-modules-load: Inserted module 'uinput' >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dddc0000-0x00000000dddc0fff] ACPI data >00:27:54,781 ERR systemd-udevd: ctx=0x7fd5383a4180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/sound/core/snd-pcm.ko error=No such file or directory >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dddc1000-0x00000000dded8fff] ACPI NVS >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dded9000-0x00000000def93fff] reserved >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000def94000-0x00000000def94fff] usable >00:27:54,781 ERR systemd-udevd: ctx=0x7fd5383a4180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/drivers/watchdog/iTCO_vendor_support.ko error=No such file or directory >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000def95000-0x00000000defd7fff] ACPI NVS >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000defd8000-0x00000000df7fffff] usable >00:27:54,781 ERR systemd-udevd: ctx=0x7fd5383a4180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >00:27:54,781 ERR systemd-udevd: ctx=0x7fd5383a4180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >00:27:54,781 ERR systemd-udevd: ctx=0x7fd5383a4180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >00:27:54,781 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fffffff] usable >00:27:54,781 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >00:27:54,781 INFO kernel:[ 0.000000] DMI 2.7 present. >00:27:54,781 ERR systemd-udevd: ctx=0x7fd5383a4180 path=/lib/modules/3.6.1-1.fc18.x86_64/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >00:27:54,781 DEBUG kernel:[ 0.000000] DMI: TYAN S5510/S5510, BIOS V2.01 05/22/2012 >00:27:54,781 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved >00:27:54,781 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >00:27:54,781 INFO kernel:[ 0.000000] No AGP bridge found >00:27:54,781 INFO kernel:[ 0.000000] e820: last_pfn = 0x420000 max_arch_pfn = 0x400000000 >00:27:54,781 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >00:27:54,781 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >00:27:54,781 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >00:27:54,781 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >00:27:54,781 DEBUG kernel:[ 0.000000] C0000-CFFFF write-protect >00:27:54,781 DEBUG kernel:[ 0.000000] D0000-E7FFF uncachable >00:27:54,781 DEBUG kernel:[ 0.000000] E8000-FFFFF write-protect >00:27:54,781 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >00:27:54,781 DEBUG kernel:[ 0.000000] 0 base 000000000 mask C00000000 write-back >00:27:54,781 DEBUG kernel:[ 0.000000] 1 base 400000000 mask FE0000000 write-back >00:27:54,781 DEBUG kernel:[ 0.000000] 2 base 0E0000000 mask FE0000000 uncachable >00:27:54,781 DEBUG kernel:[ 0.000000] 3 disabled >00:27:54,781 DEBUG kernel:[ 0.000000] 4 disabled >00:27:54,781 DEBUG kernel:[ 0.000000] 5 disabled >00:27:54,781 DEBUG kernel:[ 0.000000] 6 disabled >00:27:54,781 DEBUG kernel:[ 0.000000] 7 disabled >00:27:54,781 DEBUG kernel:[ 0.000000] 8 disabled >00:27:54,781 DEBUG kernel:[ 0.000000] 9 disabled >00:27:54,781 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >00:27:54,781 DEBUG kernel:[ 0.000000] original variable MTRRs >00:27:54,781 DEBUG kernel:[ 0.000000] reg 0, base: 0GB, range: 16GB, type WB >00:27:54,781 DEBUG kernel:[ 0.000000] reg 1, base: 16GB, range: 512MB, type WB >00:27:54,781 DEBUG kernel:[ 0.000000] reg 2, base: 3584MB, range: 512MB, type UC >00:27:54,781 INFO kernel:[ 0.000000] total RAM covered: 16384M >00:27:54,781 INFO kernel:[ 0.000000] Found optimal setting for mtrr clean up >00:27:54,781 INFO kernel:[ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 6 lose cover RAM: 0G >00:27:54,781 DEBUG kernel:[ 0.000000] New variable MTRRs >00:27:54,781 DEBUG kernel:[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB >00:27:54,781 DEBUG kernel:[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB >00:27:54,781 DEBUG kernel:[ 0.000000] reg 2, base: 3GB, range: 512MB, type WB >00:27:54,781 DEBUG kernel:[ 0.000000] reg 3, base: 4GB, range: 4GB, type WB >00:27:54,781 DEBUG kernel:[ 0.000000] reg 4, base: 8GB, range: 8GB, type WB >00:27:54,781 DEBUG kernel:[ 0.000000] reg 5, base: 16GB, range: 512MB, type WB >00:27:54,781 DEBUG kernel:[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved >00:27:54,781 INFO kernel:[ 0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000 >00:27:54,781 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fd7f0-0x000fd7ff] mapped at [ffff8800000fd7f0] >00:27:54,781 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] >00:27:54,781 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 >00:27:54,781 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0xdf7fffff] >00:27:54,781 DEBUG kernel:[ 0.000000] [mem 0x00000000-0xdf7fffff] page 2M >00:27:54,781 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 0xdf7fffff @ [mem 0x1f8ff000-0x1fffffff] >00:27:54,781 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x41fffffff] >00:27:54,781 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x41fffffff] page 2M >00:27:54,781 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 0x41fffffff @ [mem 0xdf7ee000-0xdf7fffff] >00:27:54,781 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7e5fc000-0x7fffefff] >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 ALASKA) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: XSDT 00000000ddec9090 0009C (v01 ALASKA A M I 01072009 AMI 00010013) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: FACP 00000000dded3668 000F4 (v04 ALASKA A M I 01072009 AMI 00010013) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: DSDT 00000000ddec91c0 0A4A2 (v02 ALASKA A M I 00000060 INTL 20051117) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: FACS 00000000dded7f80 00040 >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: APIC 00000000dded3760 00072 (v03 ALASKA A M I 01072009 AMI 00010013) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: FPDT 00000000dded37d8 00044 (v01 ALASKA A M I 01072009 AMI 00010013) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: MCFG 00000000dded3820 0003C (v01 ALASKA A M I 01072009 MSFT 00000097) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: PRAD 00000000dded3860 000BE (v02 PRADID PRADTID 00000001 MSFT 03000001) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: HPET 00000000dded3920 00038 (v01 ALASKA A M I 01072009 AMI. 00000005) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000dded3958 0036D (v01 SataRe SataTabl 00001000 INTL 20091112) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: SPMI 00000000dded3cc8 00040 (v05 A M I OEMSPMI 00000000 AMI. 00000000) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000dded3d08 009A4 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000dded46b0 00A88 (v01 PmRef CpuPm 00003000 INTL 20051117) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: DMAR 00000000dded5138 00078 (v01 INTEL SNB 00000001 INTL 00000001) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: EINJ 00000000dded51b0 00130 (v01 AMI AMI EINJ 00000000 00000000) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: ERST 00000000dded52e0 00210 (v01 AMIER AMI ERST 00000000 00000000) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: HEST 00000000dded54f0 000A8 (v01 AMI AMI HEST 00000000 00000000) >00:27:54,781 WARNING kernel:[ 0.000000] ACPI: BERT 00000000dded5598 00030 (v01 AMI AMI BERT 00000000 00000000) >00:27:54,781 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >00:27:54,781 INFO kernel:[ 0.000000] No NUMA configuration found >00:27:54,781 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fffffff] >00:27:54,781 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x41fffffff] >00:27:54,781 INFO kernel:[ 0.000000] NODE_DATA [mem 0x41ffec000-0x41fffffff] >00:27:54,781 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f600000-ffff88041f5fffff] on node 0 >00:27:54,781 WARNING kernel:[ 0.000000] Zone ranges: >00:27:54,781 WARNING kernel:[ 0.000000] DMA [mem 0x00010000-0x00ffffff] >00:27:54,781 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >00:27:54,781 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x41fffffff] >00:27:54,781 WARNING kernel:[ 0.000000] Movable zone start for each node >00:27:54,781 WARNING kernel:[ 0.000000] Early memory node ranges >00:27:54,781 WARNING kernel:[ 0.000000] node 0: [mem 0x00010000-0x0009cfff] >00:27:54,781 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xddd0bfff] >00:27:54,781 WARNING kernel:[ 0.000000] node 0: [mem 0xdef94000-0xdef94fff] >00:27:54,781 WARNING kernel:[ 0.000000] node 0: [mem 0xdefd8000-0xdf7fffff] >00:27:54,781 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x41fffffff] >00:27:54,781 DEBUG kernel:[ 0.000000] On node 0 totalpages: 4187330 >00:27:54,781 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >00:27:54,781 DEBUG kernel:[ 0.000000] DMA zone: 6 pages reserved >00:27:54,781 DEBUG kernel:[ 0.000000] DMA zone: 3911 pages, LIFO batch:0 >00:27:54,781 DEBUG kernel:[ 0.000000] DMA32 zone: 16320 pages used for memmap >00:27:54,781 DEBUG kernel:[ 0.000000] DMA32 zone: 890229 pages, LIFO batch:31 >00:27:54,781 DEBUG kernel:[ 0.000000] Normal zone: 51200 pages used for memmap >00:27:54,781 DEBUG kernel:[ 0.000000] Normal zone: 3225600 pages, LIFO batch:31 >00:27:54,781 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x408 >00:27:54,781 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >00:27:54,781 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >00:27:54,781 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >00:27:54,781 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) >00:27:54,781 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) >00:27:54,781 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) >00:27:54,781 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) >00:27:54,781 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 >00:27:54,781 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >00:27:54,781 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >00:27:54,781 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >00:27:54,781 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >00:27:54,781 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >00:27:54,781 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >00:27:54,781 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 >00:27:54,781 INFO kernel:[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs >00:27:54,781 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000ddd0c000 - 00000000dddc0000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000dddc0000 - 00000000dddc1000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000dddc1000 - 00000000dded9000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000dded9000 - 00000000def94000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000def95000 - 00000000defd8000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000df800000 - 00000000f8000000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000 >00:27:54,781 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000 >00:27:54,781 INFO kernel:[ 0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices >00:27:54,781 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >00:27:54,781 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1 >00:27:54,781 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88041fc00000 s84288 r8192 d22208 u524288 >00:27:54,781 DEBUG kernel:[ 0.000000] pcpu-alloc: s84288 r8192 d22208 u524288 alloc=1*2097152 >00:27:54,781 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 2 3 >00:27:54,781 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4119740 >00:27:54,781 WARNING kernel:[ 0.000000] Policy zone: Normal >00:27:54,781 NOTICE kernel:[ 0.000000] Kernel command line: initrd=boot/f18/x86_64/initrd.img ks=http://10.255.255.254/f18/x86_64/ks/an-c04n01_pcmk.ks inst.repo=http://10.255.255.254/f18/x86_64/img/ nomodeset BOOT_IMAGE=boot/f18/x86_64/vmlinuz >00:27:54,781 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >00:27:54,781 NOTICE kernel:[ 0.000000] __ex_table already sorted, skipping sort >00:27:54,781 INFO kernel:[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 >00:27:54,781 INFO kernel:[ 0.000000] Checking aperture... >00:27:54,781 INFO kernel:[ 0.000000] No AGP bridge found >00:27:54,781 INFO kernel:[ 0.000000] Memory: 16377684k/17301504k available (6322k kernel code, 552184k absent, 371636k reserved, 6882k data, 1036k init) >00:27:54,781 INFO kernel:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >00:27:54,781 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >00:27:54,781 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4. >00:27:54,781 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:712 16 >00:27:54,781 INFO kernel:[ 0.000000] Extended CMOS year: 2000 >00:27:54,781 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >00:27:54,781 INFO kernel:[ 0.000000] console [tty0] enabled >00:27:54,781 INFO kernel:[ 0.000000] allocated 67108864 bytes of page_cgroup >00:27:54,781 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >00:27:54,781 DEBUG kernel:[ 0.000000] hpet clockevent registered >00:27:54,781 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >00:27:54,781 INFO kernel:[ 0.001000] tsc: Detected 3093.207 MHz processor >00:27:54,781 INFO kernel:[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6186.41 BogoMIPS (lpj=3093207) >00:27:54,781 INFO kernel:[ 0.000338] pid_max: default: 32768 minimum: 301 >00:27:54,781 INFO kernel:[ 0.000525] Security Framework initialized >00:27:54,781 INFO kernel:[ 0.000703] SELinux: Initializing. >00:27:54,781 DEBUG kernel:[ 0.000875] SELinux: Starting in permissive mode >00:27:54,781 INFO kernel:[ 0.001854] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) >00:27:54,781 INFO kernel:[ 0.004724] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) >00:27:54,781 INFO kernel:[ 0.006047] Mount-cache hash table entries: 256 >00:27:54,781 INFO kernel:[ 0.006352] Initializing cgroup subsys cpuacct >00:27:54,781 INFO kernel:[ 0.006521] Initializing cgroup subsys memory >00:27:54,781 INFO kernel:[ 0.006706] Initializing cgroup subsys devices >00:27:54,781 INFO kernel:[ 0.006876] Initializing cgroup subsys freezer >00:27:54,781 INFO kernel:[ 0.007044] Initializing cgroup subsys net_cls >00:27:54,781 INFO kernel:[ 0.007211] Initializing cgroup subsys blkio >00:27:54,781 INFO kernel:[ 0.007379] Initializing cgroup subsys perf_event >00:27:54,781 INFO kernel:[ 0.007567] CPU: Physical Processor ID: 0 >00:27:54,781 INFO kernel:[ 0.007739] CPU: Processor Core ID: 0 >00:27:54,781 WARNING kernel:[ 0.007906] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >00:27:54,781 WARNING kernel:[ 0.007906] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >00:27:54,781 INFO kernel:[ 0.008165] mce: CPU supports 9 MCE banks >00:27:54,781 INFO kernel:[ 0.008341] CPU0: Thermal monitoring enabled (TM1) >00:27:54,781 INFO kernel:[ 0.008514] process: using mwait in idle threads >00:27:54,781 INFO kernel:[ 0.008691] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 >00:27:54,781 INFO kernel:[ 0.008691] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 >00:27:54,781 INFO kernel:[ 0.008691] tlb_flushall_shift is 0x5 >00:27:54,781 INFO kernel:[ 0.010132] ACPI: Core revision 20120711 >00:27:54,781 INFO kernel:[ 0.014526] ftrace: allocating 23458 entries in 92 pages >00:27:54,781 INFO kernel:[ 0.023735] dmar: Host address width 36 >00:27:54,781 INFO kernel:[ 0.023901] dmar: DRHD base: 0x000000fed90000 flags: 0x1 >00:27:54,781 INFO kernel:[ 0.024076] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f010da >00:27:54,781 INFO kernel:[ 0.024322] dmar: RMRR base: 0x000000ddd37000 end: 0x000000ddd53fff >00:27:54,781 INFO kernel:[ 0.024561] IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0 >00:27:54,781 INFO kernel:[ 0.024730] HPET id 0 under DRHD base 0xfed90000 >00:27:54,781 INFO kernel:[ 0.024980] Enabled IRQ remapping in x2apic mode >00:27:54,781 INFO kernel:[ 0.025148] Enabling x2apic >00:27:54,781 INFO kernel:[ 0.025313] Enabled x2apic >00:27:54,781 INFO kernel:[ 0.025489] Switched APIC routing to cluster x2apic. >00:27:54,781 INFO kernel:[ 0.026082] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >00:27:54,781 INFO kernel:[ 0.036253] smpboot: CPU0: Intel(R) Xeon(R) CPU E31220 @ 3.10GHz stepping 07 >00:27:54,781 INFO kernel:[ 0.137650] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver. >00:27:54,781 INFO kernel:[ 0.139689] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode >00:27:54,781 INFO kernel:[ 0.139938] ... version: 3 >00:27:54,781 INFO kernel:[ 0.140105] ... bit width: 48 >00:27:54,781 INFO kernel:[ 0.140272] ... generic registers: 8 >00:27:54,781 INFO kernel:[ 0.140439] ... value mask: 0000ffffffffffff >00:27:54,781 INFO kernel:[ 0.140611] ... max period: 000000007fffffff >00:27:54,781 INFO kernel:[ 0.140782] ... fixed-purpose events: 3 >00:27:54,781 INFO kernel:[ 0.140948] ... event mask: 00000007000000ff >00:27:54,781 INFO kernel:[ 0.141510] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >00:27:54,781 INFO kernel:[ 0.141823] smpboot: Booting Node 0, Processors #1 #2 #3 OK >00:27:54,781 INFO kernel:[ 0.181838] Brought up 4 CPUs >00:27:54,781 INFO kernel:[ 0.182006] smpboot: Total of 4 processors activated (24745.65 BogoMIPS) >00:27:54,781 INFO kernel:[ 0.185434] devtmpfs: initialized >00:27:54,781 INFO kernel:[ 0.185724] PM: Registering ACPI NVS region [mem 0xdddc1000-0xdded8fff] (1146880 bytes) >00:27:54,781 INFO kernel:[ 0.185987] PM: Registering ACPI NVS region [mem 0xdef95000-0xdefd7fff] (274432 bytes) >00:27:54,781 INFO kernel:[ 0.186719] atomic64 test passed for x86-64 platform with CX8 and with SSE >00:27:54,781 INFO kernel:[ 0.186919] RTC time: 0:26:20, date: 10/10/12 >00:27:54,781 INFO kernel:[ 0.187117] NET: Registered protocol family 16 >00:27:54,781 INFO kernel:[ 0.187373] ACPI: bus type pci registered >00:27:54,781 INFO kernel:[ 0.187580] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) >00:27:54,781 INFO kernel:[ 0.187834] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 >00:27:54,781 INFO kernel:[ 0.192742] PCI: Using configuration type 1 for base access >00:27:54,781 INFO kernel:[ 0.193435] bio: create slab <bio-0> at 0 >00:27:54,781 INFO kernel:[ 0.193655] ACPI: Added _OSI(Module Device) >00:27:54,781 INFO kernel:[ 0.193821] ACPI: Added _OSI(Processor Device) >00:27:54,781 INFO kernel:[ 0.193989] ACPI: Added _OSI(3.0 _SCP Extensions) >00:27:54,781 INFO kernel:[ 0.194158] ACPI: Added _OSI(Processor Aggregator Device) >00:27:54,781 DEBUG kernel:[ 0.195378] ACPI: EC: Look up EC in DSDT >00:27:54,781 DEBUG kernel:[ 0.195632] \_SB_:_OSC invalid UUID >00:27:54,781 DEBUG kernel:[ 0.195633] _OSC request data:1 17 >00:27:54,781 WARNING kernel:[ 0.196574] ACPI: Executed 1 blocks of module-level executable AML code >00:27:54,781 WARNING kernel:[ 0.251936] ACPI: SSDT 00000000ddd35018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >00:27:54,781 WARNING kernel:[ 0.252620] ACPI: Dynamic OEM Table Load: >00:27:54,781 WARNING kernel:[ 0.252957] ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >00:27:54,781 WARNING kernel:[ 0.256802] ACPI: SSDT 00000000ddd36a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117) >00:27:54,781 WARNING kernel:[ 0.257500] ACPI: Dynamic OEM Table Load: >00:27:54,781 WARNING kernel:[ 0.257840] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117) >00:27:54,781 WARNING kernel:[ 0.261709] ACPI: SSDT 00000000ddd66c18 00119 (v01 PmRef ApCst 00003000 INTL 20051117) >00:27:54,781 WARNING kernel:[ 0.262382] ACPI: Dynamic OEM Table Load: >00:27:54,781 WARNING kernel:[ 0.262724] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117) >00:27:54,781 INFO kernel:[ 0.267055] ACPI: Interpreter enabled >00:27:54,781 INFO kernel:[ 0.267222] ACPI: (supports S0 S5) >00:27:54,781 INFO kernel:[ 0.267566] ACPI: Using IOAPIC for interrupt routing >00:27:54,781 INFO kernel:[ 0.271241] ACPI: Power Resource [FN00] (off) >00:27:54,781 INFO kernel:[ 0.271454] ACPI: Power Resource [FN01] (off) >00:27:54,781 INFO kernel:[ 0.271671] ACPI: Power Resource [FN02] (off) >00:27:54,781 INFO kernel:[ 0.271884] ACPI: Power Resource [FN03] (off) >00:27:54,781 INFO kernel:[ 0.272094] ACPI: Power Resource [FN04] (off) >00:27:54,781 INFO kernel:[ 0.272558] ACPI: No dock devices found. >00:27:54,781 INFO kernel:[ 0.272744] HEST: Table parsing has been initialized. >00:27:54,781 INFO kernel:[ 0.272913] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >00:27:54,781 INFO kernel:[ 0.273377] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) >00:27:54,781 INFO kernel:[ 0.273855] PCI host bridge to bus 0000:00 >00:27:54,781 DEBUG kernel:[ 0.274023] pci_bus 0000:00: busn_res: [bus 00-3e] is inserted under domain [bus 00-ff] >00:27:54,781 INFO kernel:[ 0.274025] pci_bus 0000:00: root bus resource [bus 00-3e] >00:27:54,781 INFO kernel:[ 0.274196] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >00:27:54,781 INFO kernel:[ 0.274367] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >00:27:54,781 INFO kernel:[ 0.274539] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >00:27:54,781 INFO kernel:[ 0.274714] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] >00:27:54,781 INFO kernel:[ 0.274888] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] >00:27:54,781 INFO kernel:[ 0.275060] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] >00:27:54,781 INFO kernel:[ 0.275234] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] >00:27:54,781 INFO kernel:[ 0.275407] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff] >00:27:54,781 INFO kernel:[ 0.275581] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff] >00:27:54,781 INFO kernel:[ 0.275756] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff] >00:27:54,781 DEBUG kernel:[ 0.275935] pci 0000:00:00.0: [8086:0108] type 00 class 0x060000 >00:27:54,781 DEBUG kernel:[ 0.275963] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400 >00:27:54,781 DEBUG kernel:[ 0.275987] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.275999] pci 0000:00:01.1: [8086:0105] type 01 class 0x060400 >00:27:54,781 DEBUG kernel:[ 0.276021] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276039] pci 0000:00:06.0: [8086:010d] type 01 class 0x060400 >00:27:54,781 DEBUG kernel:[ 0.276061] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276088] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 >00:27:54,781 DEBUG kernel:[ 0.276108] pci 0000:00:16.0: reg 10: [mem 0xf7f06000-0xf7f0600f 64bit] >00:27:54,781 DEBUG kernel:[ 0.276174] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276192] pci 0000:00:16.1: [8086:1c3b] type 00 class 0x078000 >00:27:54,781 DEBUG kernel:[ 0.276212] pci 0000:00:16.1: reg 10: [mem 0xf7f05000-0xf7f0500f 64bit] >00:27:54,781 DEBUG kernel:[ 0.276277] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276306] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 >00:27:54,781 DEBUG kernel:[ 0.276325] pci 0000:00:1a.0: reg 10: [mem 0xf7f04000-0xf7f043ff] >00:27:54,781 DEBUG kernel:[ 0.276408] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276429] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 >00:27:54,781 DEBUG kernel:[ 0.276501] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276523] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 >00:27:54,781 DEBUG kernel:[ 0.276595] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276619] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400 >00:27:54,781 DEBUG kernel:[ 0.276691] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276715] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400 >00:27:54,781 DEBUG kernel:[ 0.276787] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276816] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 >00:27:54,781 DEBUG kernel:[ 0.276835] pci 0000:00:1d.0: reg 10: [mem 0xf7f03000-0xf7f033ff] >00:27:54,781 DEBUG kernel:[ 0.276918] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >00:27:54,781 DEBUG kernel:[ 0.276937] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 >00:27:54,781 DEBUG kernel:[ 0.276993] pci 0000:00:1f.0: [8086:1c54] type 00 class 0x060100 >00:27:54,781 DEBUG kernel:[ 0.277108] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601 >00:27:54,781 DEBUG kernel:[ 0.277124] pci 0000:00:1f.2: reg 10: [io 0xf070-0xf077] >00:27:54,781 DEBUG kernel:[ 0.277131] pci 0000:00:1f.2: reg 14: [io 0xf060-0xf063] >00:27:54,781 DEBUG kernel:[ 0.277138] pci 0000:00:1f.2: reg 18: [io 0xf050-0xf057] >00:27:54,781 DEBUG kernel:[ 0.277144] pci 0000:00:1f.2: reg 1c: [io 0xf040-0xf043] >00:27:54,781 DEBUG kernel:[ 0.277151] pci 0000:00:1f.2: reg 20: [io 0xf020-0xf03f] >00:27:54,781 DEBUG kernel:[ 0.277158] pci 0000:00:1f.2: reg 24: [mem 0xf7f02000-0xf7f027ff] >00:27:54,781 DEBUG kernel:[ 0.277198] pci 0000:00:1f.2: PME# supported from D3hot >00:27:54,781 DEBUG kernel:[ 0.277213] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 >00:27:54,781 DEBUG kernel:[ 0.277226] pci 0000:00:1f.3: reg 10: [mem 0xf7f01000-0xf7f010ff 64bit] >00:27:54,781 DEBUG kernel:[ 0.277245] pci 0000:00:1f.3: reg 20: [io 0xf000-0xf01f] >00:27:54,781 DEBUG kernel:[ 0.277284] pci_bus 0000:01: busn_res: [bus 01] is inserted under [bus 00-3e] >00:27:54,781 DEBUG kernel:[ 0.277306] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000 >00:27:54,781 DEBUG kernel:[ 0.277324] pci 0000:01:00.0: reg 10: [mem 0xf7ec0000-0xf7edffff] >00:27:54,781 DEBUG kernel:[ 0.277337] pci 0000:01:00.0: reg 14: [mem 0xf7e00000-0xf7e7ffff] >00:27:54,781 DEBUG kernel:[ 0.277350] pci 0000:01:00.0: reg 18: [io 0xe000-0xe01f] >00:27:54,781 DEBUG kernel:[ 0.277363] pci 0000:01:00.0: reg 1c: [mem 0xf7ee0000-0xf7ee3fff] >00:27:54,781 DEBUG kernel:[ 0.277400] pci 0000:01:00.0: reg 30: [mem 0xf7e80000-0xf7ebffff pref] >00:27:54,781 DEBUG kernel:[ 0.277470] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold >00:27:54,781 INFO kernel:[ 0.278617] pci 0000:00:01.0: PCI bridge to [bus 01] >00:27:54,781 DEBUG kernel:[ 0.278792] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >00:27:54,781 DEBUG kernel:[ 0.278794] pci 0000:00:01.0: bridge window [mem 0xf7e00000-0xf7efffff] >00:27:54,781 DEBUG kernel:[ 0.278810] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-3e] >00:27:54,781 DEBUG kernel:[ 0.278832] pci 0000:02:00.0: [8086:10d3] type 00 class 0x020000 >00:27:54,781 DEBUG kernel:[ 0.278851] pci 0000:02:00.0: reg 10: [mem 0xf7dc0000-0xf7ddffff] >00:27:54,781 DEBUG kernel:[ 0.278863] pci 0000:02:00.0: reg 14: [mem 0xf7d00000-0xf7d7ffff] >00:27:54,781 DEBUG kernel:[ 0.278876] pci 0000:02:00.0: reg 18: [io 0xd000-0xd01f] >00:27:54,781 DEBUG kernel:[ 0.278889] pci 0000:02:00.0: reg 1c: [mem 0xf7de0000-0xf7de3fff] >00:27:54,781 DEBUG kernel:[ 0.278926] pci 0000:02:00.0: reg 30: [mem 0xf7d80000-0xf7dbffff pref] >00:27:54,781 DEBUG kernel:[ 0.278996] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold >00:27:54,781 INFO kernel:[ 0.280613] pci 0000:00:01.1: PCI bridge to [bus 02] >00:27:54,781 DEBUG kernel:[ 0.280791] pci 0000:00:01.1: bridge window [io 0xd000-0xdfff] >00:27:54,781 DEBUG kernel:[ 0.280793] pci 0000:00:01.1: bridge window [mem 0xf7d00000-0xf7dfffff] >00:27:54,781 DEBUG kernel:[ 0.280809] pci_bus 0000:03: busn_res: [bus 03] is inserted under [bus 00-3e] >00:27:54,781 DEBUG kernel:[ 0.280832] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000 >00:27:54,781 DEBUG kernel:[ 0.280850] pci 0000:03:00.0: reg 10: [mem 0xf7cc0000-0xf7cdffff] >00:27:54,781 DEBUG kernel:[ 0.280863] pci 0000:03:00.0: reg 14: [mem 0xf7c00000-0xf7c7ffff] >00:27:54,781 DEBUG kernel:[ 0.280875] pci 0000:03:00.0: reg 18: [io 0xc000-0xc01f] >00:27:54,781 DEBUG kernel:[ 0.280888] pci 0000:03:00.0: reg 1c: [mem 0xf7ce0000-0xf7ce3fff] >00:27:54,781 DEBUG kernel:[ 0.280925] pci 0000:03:00.0: reg 30: [mem 0xf7c80000-0xf7cbffff pref] >00:27:54,781 DEBUG kernel:[ 0.280994] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold >00:27:54,781 INFO kernel:[ 0.282612] pci 0000:00:06.0: PCI bridge to [bus 03] >00:27:54,781 DEBUG kernel:[ 0.282790] pci 0000:00:06.0: bridge window [io 0xc000-0xcfff] >00:27:54,781 DEBUG kernel:[ 0.282792] pci 0000:00:06.0: bridge window [mem 0xf7c00000-0xf7cfffff] >00:27:54,781 DEBUG kernel:[ 0.282831] pci_bus 0000:04: busn_res: [bus 04-05] is inserted under [bus 00-3e] >00:27:54,781 DEBUG kernel:[ 0.282861] pci 0000:04:00.0: [1a03:1150] type 01 class 0x060400 >00:27:54,781 DEBUG kernel:[ 0.283040] pci 0000:04:00.0: supports D1 D2 >00:27:54,781 DEBUG kernel:[ 0.283041] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold >00:27:54,781 INFO kernel:[ 0.284614] pci 0000:00:1c.0: PCI bridge to [bus 04-05] >00:27:54,781 DEBUG kernel:[ 0.284791] pci 0000:00:1c.0: bridge window [io 0xb000-0xbfff] >00:27:54,781 DEBUG kernel:[ 0.284794] pci 0000:00:1c.0: bridge window [mem 0xf7000000-0xf78fffff] >00:27:54,781 DEBUG kernel:[ 0.284900] pci_bus 0000:05: busn_res: [bus 05] is inserted under [bus 04-05] >00:27:54,781 DEBUG kernel:[ 0.284918] pci 0000:05:00.0: [1a03:2000] type 00 class 0x030000 >00:27:54,781 DEBUG kernel:[ 0.284951] pci 0000:05:00.0: reg 10: [mem 0xf7000000-0xf77fffff] >00:27:54,781 DEBUG kernel:[ 0.284969] pci 0000:05:00.0: reg 14: [mem 0xf7800000-0xf781ffff] >00:27:54,781 DEBUG kernel:[ 0.284986] pci 0000:05:00.0: reg 18: [io 0xb000-0xb07f] >00:27:54,781 DEBUG kernel:[ 0.285112] pci 0000:05:00.0: supports D1 D2 >00:27:54,781 DEBUG kernel:[ 0.285113] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold >00:27:54,781 INFO kernel:[ 0.285207] pci 0000:04:00.0: PCI bridge to [bus 05] >00:27:54,781 DEBUG kernel:[ 0.285384] pci 0000:04:00.0: bridge window [io 0xb000-0xbfff] >00:27:54,781 DEBUG kernel:[ 0.285389] pci 0000:04:00.0: bridge window [mem 0xf7000000-0xf78fffff] >00:27:54,781 DEBUG kernel:[ 0.285446] pci_bus 0000:06: busn_res: [bus 06] is inserted under [bus 00-3e] >00:27:54,781 DEBUG kernel:[ 0.285484] pci 0000:06:00.0: [8086:10d3] type 00 class 0x020000 >00:27:54,781 DEBUG kernel:[ 0.285514] pci 0000:06:00.0: reg 10: [mem 0xf7b00000-0xf7b1ffff] >00:27:54,781 DEBUG kernel:[ 0.285556] pci 0000:06:00.0: reg 18: [io 0xa000-0xa01f] >00:27:54,781 DEBUG kernel:[ 0.285579] pci 0000:06:00.0: reg 1c: [mem 0xf7b20000-0xf7b23fff] >00:27:54,781 DEBUG kernel:[ 0.285760] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold >00:27:54,781 INFO kernel:[ 0.287618] pci 0000:00:1c.1: PCI bridge to [bus 06] >00:27:54,781 DEBUG kernel:[ 0.287789] pci 0000:00:1c.1: bridge window [io 0xa000-0xafff] >00:27:54,781 DEBUG kernel:[ 0.287792] pci 0000:00:1c.1: bridge window [mem 0xf7b00000-0xf7bfffff] >00:27:54,781 DEBUG kernel:[ 0.287834] pci_bus 0000:07: busn_res: [bus 07] is inserted under [bus 00-3e] >00:27:54,781 DEBUG kernel:[ 0.287872] pci 0000:07:00.0: [8086:10d3] type 00 class 0x020000 >00:27:54,781 DEBUG kernel:[ 0.287901] pci 0000:07:00.0: reg 10: [mem 0xf7a00000-0xf7a1ffff] >00:27:54,781 DEBUG kernel:[ 0.287944] pci 0000:07:00.0: reg 18: [io 0x9000-0x901f] >00:27:54,781 DEBUG kernel:[ 0.287967] pci 0000:07:00.0: reg 1c: [mem 0xf7a20000-0xf7a23fff] >00:27:54,781 DEBUG kernel:[ 0.288146] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold >00:27:54,781 INFO kernel:[ 0.289617] pci 0000:00:1c.2: PCI bridge to [bus 07] >00:27:54,781 DEBUG kernel:[ 0.289790] pci 0000:00:1c.2: bridge window [io 0x9000-0x9fff] >00:27:54,781 DEBUG kernel:[ 0.289793] pci 0000:00:1c.2: bridge window [mem 0xf7a00000-0xf7afffff] >00:27:54,781 DEBUG kernel:[ 0.289836] pci_bus 0000:08: busn_res: [bus 08] is inserted under [bus 00-3e] >00:27:54,781 DEBUG kernel:[ 0.289873] pci 0000:08:00.0: [8086:10d3] type 00 class 0x020000 >00:27:54,781 DEBUG kernel:[ 0.289904] pci 0000:08:00.0: reg 10: [mem 0xf79c0000-0xf79dffff] >00:27:54,781 DEBUG kernel:[ 0.289926] pci 0000:08:00.0: reg 14: [mem 0xf7900000-0xf797ffff] >00:27:54,781 DEBUG kernel:[ 0.289948] pci 0000:08:00.0: reg 18: [io 0x8000-0x801f] >00:27:54,781 DEBUG kernel:[ 0.289970] pci 0000:08:00.0: reg 1c: [mem 0xf79e0000-0xf79e3fff] >00:27:54,781 DEBUG kernel:[ 0.290034] pci 0000:08:00.0: reg 30: [mem 0xf7980000-0xf79bffff pref] >00:27:54,781 DEBUG kernel:[ 0.290151] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold >00:27:54,781 INFO kernel:[ 0.291616] pci 0000:00:1c.4: PCI bridge to [bus 08] >00:27:54,781 DEBUG kernel:[ 0.291789] pci 0000:00:1c.4: bridge window [io 0x8000-0x8fff] >00:27:54,781 DEBUG kernel:[ 0.291792] pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff] >00:27:54,781 DEBUG kernel:[ 0.291814] pci_bus 0000:09: busn_res: [bus 09] is inserted under [bus 00-3e] >00:27:54,781 INFO kernel:[ 0.291851] pci 0000:00:1e.0: PCI bridge to [bus 09] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292028] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292029] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292030] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292032] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292033] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292034] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292035] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292036] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292038] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292039] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode) >00:27:54,781 DEBUG kernel:[ 0.292065] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] >00:27:54,781 DEBUG kernel:[ 0.292144] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT] >00:27:54,781 DEBUG kernel:[ 0.292165] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT] >00:27:54,781 DEBUG kernel:[ 0.292182] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG3._PRT] >00:27:54,781 DEBUG kernel:[ 0.292202] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] >00:27:54,781 DEBUG kernel:[ 0.292225] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] >00:27:54,781 DEBUG kernel:[ 0.292247] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT] >00:27:54,781 DEBUG kernel:[ 0.292271] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT] >00:27:54,781 INFO kernel:[ 0.292353] pci0000:00: Requesting ACPI _OSC control (0x1d) >00:27:54,781 INFO kernel:[ 0.292655] pci0000:00: ACPI _OSC control (0x18) granted >00:27:54,781 INFO kernel:[ 0.296143] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) >00:27:54,781 INFO kernel:[ 0.297289] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) >00:27:54,781 INFO kernel:[ 0.298429] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) >00:27:54,781 INFO kernel:[ 0.299570] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15) >00:27:54,781 INFO kernel:[ 0.300709] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. >00:27:54,781 INFO kernel:[ 0.302094] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. >00:27:54,781 INFO kernel:[ 0.303487] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. >00:27:54,781 INFO kernel:[ 0.304856] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15) >00:27:54,781 INFO kernel:[ 0.306028] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none >00:27:54,781 INFO kernel:[ 0.306276] vgaarb: loaded >00:27:54,781 INFO kernel:[ 0.306440] vgaarb: bridge control possible 0000:05:00.0 >00:27:54,781 NOTICE kernel:[ 0.306654] SCSI subsystem initialized >00:27:54,781 INFO kernel:[ 0.306822] ACPI: bus type scsi registered >00:27:54,781 DEBUG kernel:[ 0.307003] libata version 3.00 loaded. >00:27:54,781 INFO kernel:[ 0.307017] ACPI: bus type usb registered >00:27:54,781 INFO kernel:[ 0.307193] usbcore: registered new interface driver usbfs >00:27:54,781 INFO kernel:[ 0.307367] usbcore: registered new interface driver hub >00:27:54,781 INFO kernel:[ 0.307547] usbcore: registered new device driver usb >00:27:54,781 INFO kernel:[ 0.307747] PCI: Using ACPI for IRQ routing >00:27:54,781 DEBUG kernel:[ 0.309201] PCI: pci_cache_line_size set to 64 bytes >00:27:54,781 DEBUG kernel:[ 0.309280] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff] >00:27:54,781 DEBUG kernel:[ 0.309282] e820: reserve RAM buffer [mem 0xddd0c000-0xdfffffff] >00:27:54,781 DEBUG kernel:[ 0.309283] e820: reserve RAM buffer [mem 0xdef95000-0xdfffffff] >00:27:54,781 DEBUG kernel:[ 0.309284] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff] >00:27:54,781 INFO kernel:[ 0.309340] NetLabel: Initializing >00:27:54,781 INFO kernel:[ 0.309504] NetLabel: domain hash size = 128 >00:27:54,781 INFO kernel:[ 0.309668] NetLabel: protocols = UNLABELED CIPSOv4 >00:27:54,781 INFO kernel:[ 0.309844] NetLabel: unlabeled traffic allowed by default >00:27:54,781 INFO kernel:[ 0.310035] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >00:27:54,781 INFO kernel:[ 0.310980] hpet0: 8 comparators, 64-bit 14.318180 MHz counter >00:27:54,781 INFO kernel:[ 0.313160] Switching to clocksource hpet >00:27:54,781 INFO kernel:[ 0.317411] pnp: PnP ACPI init >00:27:54,781 INFO kernel:[ 0.317588] ACPI: bus type pnp registered >00:27:54,781 DEBUG kernel:[ 0.317919] pnp 00:00: [bus 00-3e] >00:27:54,781 DEBUG kernel:[ 0.317921] pnp 00:00: [io 0x0000-0x0cf7 window] >00:27:54,781 DEBUG kernel:[ 0.317923] pnp 00:00: [io 0x0cf8-0x0cff] >00:27:54,781 DEBUG kernel:[ 0.317924] pnp 00:00: [io 0x0d00-0xffff window] >00:27:54,781 DEBUG kernel:[ 0.317925] pnp 00:00: [mem 0x000a0000-0x000bffff window] >00:27:54,781 DEBUG kernel:[ 0.317927] pnp 00:00: [mem 0x000c0000-0x000c3fff window] >00:27:54,781 DEBUG kernel:[ 0.317928] pnp 00:00: [mem 0x000c4000-0x000c7fff window] >00:27:54,781 DEBUG kernel:[ 0.317929] pnp 00:00: [mem 0x000c8000-0x000cbfff window] >00:27:54,781 DEBUG kernel:[ 0.317930] pnp 00:00: [mem 0x000cc000-0x000cffff window] >00:27:54,781 DEBUG kernel:[ 0.317931] pnp 00:00: [mem 0x000d0000-0x000d3fff window] >00:27:54,781 DEBUG kernel:[ 0.317932] pnp 00:00: [mem 0x000d4000-0x000d7fff window] >00:27:54,781 DEBUG kernel:[ 0.317934] pnp 00:00: [mem 0x000d8000-0x000dbfff window] >00:27:54,781 DEBUG kernel:[ 0.317935] pnp 00:00: [mem 0x000dc000-0x000dffff window] >00:27:54,781 DEBUG kernel:[ 0.317936] pnp 00:00: [mem 0x000e0000-0x000e3fff window] >00:27:54,781 DEBUG kernel:[ 0.317937] pnp 00:00: [mem 0x000e4000-0x000e7fff window] >00:27:54,781 DEBUG kernel:[ 0.317940] pnp 00:00: [mem 0x000e8000-0x000ebfff window] >00:27:54,781 DEBUG kernel:[ 0.317941] pnp 00:00: [mem 0x000ec000-0x000effff window] >00:27:54,781 DEBUG kernel:[ 0.317942] pnp 00:00: [mem 0x000f0000-0x000fffff window] >00:27:54,781 DEBUG kernel:[ 0.317943] pnp 00:00: [mem 0xe0000000-0xfeafffff window] >00:27:54,781 DEBUG kernel:[ 0.317944] pnp 00:00: [mem 0x00010000-0x0001ffff window] >00:27:54,781 DEBUG kernel:[ 0.317978] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) >00:27:54,781 DEBUG kernel:[ 0.317993] pnp 00:01: [mem 0xfed40000-0xfed44fff] >00:27:54,781 INFO kernel:[ 0.318014] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved >00:27:54,781 DEBUG kernel:[ 0.318188] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active) >00:27:54,781 DEBUG kernel:[ 0.318195] pnp 00:02: [io 0x0000-0x001f] >00:27:54,781 DEBUG kernel:[ 0.318196] pnp 00:02: [io 0x0081-0x0091] >00:27:54,781 DEBUG kernel:[ 0.318197] pnp 00:02: [io 0x0093-0x009f] >00:27:54,781 DEBUG kernel:[ 0.318198] pnp 00:02: [io 0x00c0-0x00df] >00:27:54,781 DEBUG kernel:[ 0.318200] pnp 00:02: [dma 4] >00:27:54,781 DEBUG kernel:[ 0.318211] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) >00:27:54,781 DEBUG kernel:[ 0.318216] pnp 00:03: [mem 0xff000000-0xffffffff] >00:27:54,781 DEBUG kernel:[ 0.318226] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active) >00:27:54,781 DEBUG kernel:[ 0.318273] pnp 00:04: [mem 0xfed00000-0xfed003ff] >00:27:54,781 DEBUG kernel:[ 0.318286] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active) >00:27:54,781 DEBUG kernel:[ 0.318294] pnp 00:05: [io 0x002e-0x002f] >00:27:54,781 DEBUG kernel:[ 0.318295] pnp 00:05: [io 0x004e-0x004f] >00:27:54,781 DEBUG kernel:[ 0.318296] pnp 00:05: [io 0x0061] >00:27:54,781 DEBUG kernel:[ 0.318297] pnp 00:05: [io 0x0063] >00:27:54,781 DEBUG kernel:[ 0.318298] pnp 00:05: [io 0x0065] >00:27:54,781 DEBUG kernel:[ 0.318299] pnp 00:05: [io 0x0067] >00:27:54,781 DEBUG kernel:[ 0.318300] pnp 00:05: [io 0x0070] >00:27:54,781 DEBUG kernel:[ 0.318301] pnp 00:05: [io 0x0080] >00:27:54,781 DEBUG kernel:[ 0.318302] pnp 00:05: [io 0x0092] >00:27:54,782 DEBUG kernel:[ 0.318303] pnp 00:05: [io 0x00b2-0x00b3] >00:27:54,782 DEBUG kernel:[ 0.318305] pnp 00:05: [io 0x0680-0x069f] >00:27:54,782 DEBUG kernel:[ 0.318306] pnp 00:05: [io 0x1000-0x100f] >00:27:54,782 DEBUG kernel:[ 0.318307] pnp 00:05: [io 0xffff] >00:27:54,782 DEBUG kernel:[ 0.318308] pnp 00:05: [io 0xffff] >00:27:54,782 DEBUG kernel:[ 0.318309] pnp 00:05: [io 0x0400-0x0453] >00:27:54,782 DEBUG kernel:[ 0.318310] pnp 00:05: [io 0x0458-0x047f] >00:27:54,782 DEBUG kernel:[ 0.318311] pnp 00:05: [io 0x0500-0x057f] >00:27:54,782 DEBUG kernel:[ 0.318312] pnp 00:05: [io 0x164e-0x164f] >00:27:54,782 INFO kernel:[ 0.318340] system 00:05: [io 0x0680-0x069f] has been reserved >00:27:54,782 INFO kernel:[ 0.318517] system 00:05: [io 0x1000-0x100f] has been reserved >00:27:54,782 INFO kernel:[ 0.318689] system 00:05: [io 0xffff] has been reserved >00:27:54,782 INFO kernel:[ 0.318859] system 00:05: [io 0xffff] has been reserved >00:27:54,782 INFO kernel:[ 0.319027] system 00:05: [io 0x0400-0x0453] has been reserved >00:27:54,782 INFO kernel:[ 0.319198] system 00:05: [io 0x0458-0x047f] has been reserved >00:27:54,782 INFO kernel:[ 0.319373] system 00:05: [io 0x0500-0x057f] has been reserved >00:27:54,782 INFO kernel:[ 0.319543] system 00:05: [io 0x164e-0x164f] has been reserved >00:27:54,782 DEBUG kernel:[ 0.319714] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) >00:27:54,782 DEBUG kernel:[ 0.319719] pnp 00:06: [io 0x0070-0x0077] >00:27:54,782 DEBUG kernel:[ 0.319728] pnp 00:06: [irq 8] >00:27:54,782 DEBUG kernel:[ 0.319739] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) >00:27:54,782 DEBUG kernel:[ 0.319756] pnp 00:07: [io 0x0454-0x0457] >00:27:54,782 INFO kernel:[ 0.319777] system 00:07: [io 0x0454-0x0457] has been reserved >00:27:54,782 DEBUG kernel:[ 0.319948] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >00:27:54,782 DEBUG kernel:[ 0.319999] pnp 00:08: [io 0x0000-0xffffffffffffffff disabled] >00:27:54,782 DEBUG kernel:[ 0.320001] pnp 00:08: [io 0x0a00-0x0a1f] >00:27:54,782 DEBUG kernel:[ 0.320002] pnp 00:08: [io 0x0a30-0x0a3f] >00:27:54,782 DEBUG kernel:[ 0.320003] pnp 00:08: [io 0x0000-0xffffffffffffffff disabled] >00:27:54,782 INFO kernel:[ 0.320023] system 00:08: [io 0x0a00-0x0a1f] has been reserved >00:27:54,782 INFO kernel:[ 0.320195] system 00:08: [io 0x0a30-0x0a3f] has been reserved >00:27:54,782 DEBUG kernel:[ 0.320369] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) >00:27:54,782 DEBUG kernel:[ 0.320463] pnp 00:09: [io 0x03f8-0x03ff] >00:27:54,782 DEBUG kernel:[ 0.320468] pnp 00:09: [irq 4] >00:27:54,782 DEBUG kernel:[ 0.320469] pnp 00:09: [dma 0 disabled] >00:27:54,782 DEBUG kernel:[ 0.320506] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active) >00:27:54,782 DEBUG kernel:[ 0.320526] pnp 00:0a: [io 0x02f8-0x02ff] >00:27:54,782 DEBUG kernel:[ 0.320530] pnp 00:0a: [irq 3] >00:27:54,782 DEBUG kernel:[ 0.320532] pnp 00:0a: [dma 0 disabled] >00:27:54,782 DEBUG kernel:[ 0.320549] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active) >00:27:54,782 DEBUG kernel:[ 0.320565] pnp 00:0b: [io 0x0010-0x001f] >00:27:54,782 DEBUG kernel:[ 0.320567] pnp 00:0b: [io 0x0022-0x003f] >00:27:54,782 DEBUG kernel:[ 0.320568] pnp 00:0b: [io 0x0044-0x005f] >00:27:54,782 DEBUG kernel:[ 0.320569] pnp 00:0b: [io 0x0062-0x0063] >00:27:54,782 DEBUG kernel:[ 0.320570] pnp 00:0b: [io 0x0065-0x006f] >00:27:54,782 DEBUG kernel:[ 0.320571] pnp 00:0b: [io 0x0072-0x007f] >00:27:54,782 DEBUG kernel:[ 0.320572] pnp 00:0b: [io 0x0080] >00:27:54,782 DEBUG kernel:[ 0.320573] pnp 00:0b: [io 0x0084-0x0086] >00:27:54,782 DEBUG kernel:[ 0.320574] pnp 00:0b: [io 0x0088] >00:27:54,782 DEBUG kernel:[ 0.320575] pnp 00:0b: [io 0x008c-0x008e] >00:27:54,782 DEBUG kernel:[ 0.320576] pnp 00:0b: [io 0x0090-0x009f] >00:27:54,782 DEBUG kernel:[ 0.320577] pnp 00:0b: [io 0x00a2-0x00bf] >00:27:54,782 DEBUG kernel:[ 0.320578] pnp 00:0b: [io 0x00e0-0x00ef] >00:27:54,782 DEBUG kernel:[ 0.320579] pnp 00:0b: [io 0x04d0-0x04d1] >00:27:54,782 INFO kernel:[ 0.320605] system 00:0b: [io 0x04d0-0x04d1] has been reserved >00:27:54,782 DEBUG kernel:[ 0.320777] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active) >00:27:54,782 DEBUG kernel:[ 0.320782] pnp 00:0c: [io 0x00f0-0x00ff] >00:27:54,782 DEBUG kernel:[ 0.320786] pnp 00:0c: [irq 13] >00:27:54,782 DEBUG kernel:[ 0.320798] pnp 00:0c: Plug and Play ACPI device, IDs PNP0c04 (active) >00:27:54,782 DEBUG kernel:[ 0.320922] pnp 00:0d: [io 0x0ca8] >00:27:54,782 DEBUG kernel:[ 0.320924] pnp 00:0d: [io 0x0cac] >00:27:54,782 DEBUG kernel:[ 0.320938] pnp 00:0d: Plug and Play ACPI device, IDs IPI0001 (active) >00:27:54,782 DEBUG kernel:[ 0.321075] pnp 00:0e: [mem 0xfed1c000-0xfed1ffff] >00:27:54,782 DEBUG kernel:[ 0.321077] pnp 00:0e: [mem 0xfed10000-0xfed17fff] >00:27:54,782 DEBUG kernel:[ 0.321078] pnp 00:0e: [mem 0xfed18000-0xfed18fff] >00:27:54,782 DEBUG kernel:[ 0.321079] pnp 00:0e: [mem 0xfed19000-0xfed19fff] >00:27:54,782 DEBUG kernel:[ 0.321081] pnp 00:0e: [mem 0xf8000000-0xfbffffff] >00:27:54,782 DEBUG kernel:[ 0.321082] pnp 00:0e: [mem 0xfed20000-0xfed3ffff] >00:27:54,782 DEBUG kernel:[ 0.321084] pnp 00:0e: [mem 0xfed90000-0xfed93fff] >00:27:54,782 DEBUG kernel:[ 0.321085] pnp 00:0e: [mem 0xfed45000-0xfed8ffff] >00:27:54,782 DEBUG kernel:[ 0.321086] pnp 00:0e: [mem 0xff000000-0xffffffff] >00:27:54,782 DEBUG kernel:[ 0.321087] pnp 00:0e: [mem 0xfee00000-0xfeefffff] >00:27:54,782 DEBUG kernel:[ 0.321088] pnp 00:0e: [mem 0xe0000000-0xe0000fff] >00:27:54,782 INFO kernel:[ 0.321127] system 00:0e: [mem 0xfed1c000-0xfed1ffff] has been reserved >00:27:54,782 INFO kernel:[ 0.321298] system 00:0e: [mem 0xfed10000-0xfed17fff] has been reserved >00:27:54,782 INFO kernel:[ 0.321474] system 00:0e: [mem 0xfed18000-0xfed18fff] has been reserved >00:27:54,782 INFO kernel:[ 0.321646] system 00:0e: [mem 0xfed19000-0xfed19fff] has been reserved >00:27:54,782 INFO kernel:[ 0.321818] system 00:0e: [mem 0xf8000000-0xfbffffff] has been reserved >00:27:54,782 INFO kernel:[ 0.321991] system 00:0e: [mem 0xfed20000-0xfed3ffff] has been reserved >00:27:54,782 INFO kernel:[ 0.322162] system 00:0e: [mem 0xfed90000-0xfed93fff] could not be reserved >00:27:54,782 INFO kernel:[ 0.322335] system 00:0e: [mem 0xfed45000-0xfed8ffff] has been reserved >00:27:54,782 INFO kernel:[ 0.322511] system 00:0e: [mem 0xff000000-0xffffffff] has been reserved >00:27:54,782 INFO kernel:[ 0.322685] system 00:0e: [mem 0xfee00000-0xfeefffff] could not be reserved >00:27:54,782 INFO kernel:[ 0.322858] system 00:0e: [mem 0xe0000000-0xe0000fff] has been reserved >00:27:54,782 DEBUG kernel:[ 0.323029] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active) >00:27:54,782 INFO kernel:[ 0.323119] pnp: PnP ACPI: found 15 devices >00:27:54,782 INFO kernel:[ 0.323283] ACPI: ACPI bus type pnp unregistered >00:27:54,782 INFO kernel:[ 0.329244] pci 0000:00:01.0: PCI bridge to [bus 01] >00:27:54,782 INFO kernel:[ 0.329418] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >00:27:54,782 INFO kernel:[ 0.329591] pci 0000:00:01.0: bridge window [mem 0xf7e00000-0xf7efffff] >00:27:54,782 INFO kernel:[ 0.329765] pci 0000:00:01.1: PCI bridge to [bus 02] >00:27:54,782 INFO kernel:[ 0.329934] pci 0000:00:01.1: bridge window [io 0xd000-0xdfff] >00:27:54,782 INFO kernel:[ 0.330106] pci 0000:00:01.1: bridge window [mem 0xf7d00000-0xf7dfffff] >00:27:54,782 INFO kernel:[ 0.330280] pci 0000:00:06.0: PCI bridge to [bus 03] >00:27:54,782 INFO kernel:[ 0.330452] pci 0000:00:06.0: bridge window [io 0xc000-0xcfff] >00:27:54,782 INFO kernel:[ 0.330624] pci 0000:00:06.0: bridge window [mem 0xf7c00000-0xf7cfffff] >00:27:54,782 INFO kernel:[ 0.330796] pci 0000:04:00.0: PCI bridge to [bus 05] >00:27:54,782 INFO kernel:[ 0.330968] pci 0000:04:00.0: bridge window [io 0xb000-0xbfff] >00:27:54,782 INFO kernel:[ 0.331146] pci 0000:04:00.0: bridge window [mem 0xf7000000-0xf78fffff] >00:27:54,782 INFO kernel:[ 0.331333] pci 0000:00:1c.0: PCI bridge to [bus 04-05] >00:27:54,782 INFO kernel:[ 0.331507] pci 0000:00:1c.0: bridge window [io 0xb000-0xbfff] >00:27:54,782 INFO kernel:[ 0.331681] pci 0000:00:1c.0: bridge window [mem 0xf7000000-0xf78fffff] >00:27:54,782 INFO kernel:[ 0.331864] pci 0000:00:1c.1: PCI bridge to [bus 06] >00:27:54,782 INFO kernel:[ 0.332032] pci 0000:00:1c.1: bridge window [io 0xa000-0xafff] >00:27:54,782 INFO kernel:[ 0.332205] pci 0000:00:1c.1: bridge window [mem 0xf7b00000-0xf7bfffff] >00:27:54,782 INFO kernel:[ 0.332387] pci 0000:00:1c.2: PCI bridge to [bus 07] >00:27:54,782 INFO kernel:[ 0.332558] pci 0000:00:1c.2: bridge window [io 0x9000-0x9fff] >00:27:54,782 INFO kernel:[ 0.332731] pci 0000:00:1c.2: bridge window [mem 0xf7a00000-0xf7afffff] >00:27:54,782 INFO kernel:[ 0.332906] pci 0000:00:1c.4: PCI bridge to [bus 08] >00:27:54,782 INFO kernel:[ 0.333075] pci 0000:00:1c.4: bridge window [io 0x8000-0x8fff] >00:27:54,782 INFO kernel:[ 0.333248] pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff] >00:27:54,782 INFO kernel:[ 0.333427] pci 0000:00:1e.0: PCI bridge to [bus 09] >00:27:54,782 DEBUG kernel:[ 0.333644] pci 0000:00:1e.0: setting latency timer to 64 >00:27:54,782 DEBUG kernel:[ 0.333647] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >00:27:54,782 DEBUG kernel:[ 0.333648] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >00:27:54,782 DEBUG kernel:[ 0.333649] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >00:27:54,782 DEBUG kernel:[ 0.333651] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff] >00:27:54,782 DEBUG kernel:[ 0.333652] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff] >00:27:54,782 DEBUG kernel:[ 0.333653] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff] >00:27:54,782 DEBUG kernel:[ 0.333654] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff] >00:27:54,782 DEBUG kernel:[ 0.333656] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff] >00:27:54,782 DEBUG kernel:[ 0.333657] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff] >00:27:54,782 DEBUG kernel:[ 0.333658] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff] >00:27:54,782 DEBUG kernel:[ 0.333659] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] >00:27:54,782 DEBUG kernel:[ 0.333660] pci_bus 0000:01: resource 1 [mem 0xf7e00000-0xf7efffff] >00:27:54,782 DEBUG kernel:[ 0.333662] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] >00:27:54,782 DEBUG kernel:[ 0.333663] pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff] >00:27:54,782 DEBUG kernel:[ 0.333664] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff] >00:27:54,782 DEBUG kernel:[ 0.333666] pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff] >00:27:54,782 DEBUG kernel:[ 0.333667] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff] >00:27:54,782 DEBUG kernel:[ 0.333668] pci_bus 0000:04: resource 1 [mem 0xf7000000-0xf78fffff] >00:27:54,782 DEBUG kernel:[ 0.333669] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff] >00:27:54,782 DEBUG kernel:[ 0.333670] pci_bus 0000:05: resource 1 [mem 0xf7000000-0xf78fffff] >00:27:54,782 DEBUG kernel:[ 0.333672] pci_bus 0000:06: resource 0 [io 0xa000-0xafff] >00:27:54,782 DEBUG kernel:[ 0.333673] pci_bus 0000:06: resource 1 [mem 0xf7b00000-0xf7bfffff] >00:27:54,782 DEBUG kernel:[ 0.333674] pci_bus 0000:07: resource 0 [io 0x9000-0x9fff] >00:27:54,782 DEBUG kernel:[ 0.333675] pci_bus 0000:07: resource 1 [mem 0xf7a00000-0xf7afffff] >00:27:54,782 DEBUG kernel:[ 0.333677] pci_bus 0000:08: resource 0 [io 0x8000-0x8fff] >00:27:54,782 DEBUG kernel:[ 0.333678] pci_bus 0000:08: resource 1 [mem 0xf7900000-0xf79fffff] >00:27:54,782 DEBUG kernel:[ 0.333679] pci_bus 0000:09: resource 4 [io 0x0000-0x0cf7] >00:27:54,782 DEBUG kernel:[ 0.333680] pci_bus 0000:09: resource 5 [io 0x0d00-0xffff] >00:27:54,782 DEBUG kernel:[ 0.333682] pci_bus 0000:09: resource 6 [mem 0x000a0000-0x000bffff] >00:27:54,782 DEBUG kernel:[ 0.333683] pci_bus 0000:09: resource 7 [mem 0x000d0000-0x000d3fff] >00:27:54,782 DEBUG kernel:[ 0.333684] pci_bus 0000:09: resource 8 [mem 0x000d4000-0x000d7fff] >00:27:54,782 DEBUG kernel:[ 0.333685] pci_bus 0000:09: resource 9 [mem 0x000d8000-0x000dbfff] >00:27:54,782 DEBUG kernel:[ 0.333687] pci_bus 0000:09: resource 10 [mem 0x000dc000-0x000dffff] >00:27:54,782 DEBUG kernel:[ 0.333688] pci_bus 0000:09: resource 11 [mem 0x000e0000-0x000e3fff] >00:27:54,782 DEBUG kernel:[ 0.333689] pci_bus 0000:09: resource 12 [mem 0x000e4000-0x000e7fff] >00:27:54,782 DEBUG kernel:[ 0.333690] pci_bus 0000:09: resource 13 [mem 0xe0000000-0xfeafffff] >00:27:54,782 INFO kernel:[ 0.333714] NET: Registered protocol family 2 >00:27:54,782 INFO kernel:[ 0.334400] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) >00:27:54,782 INFO kernel:[ 0.335615] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >00:27:54,782 INFO kernel:[ 0.335894] TCP: Hash tables configured (established 524288 bind 65536) >00:27:54,782 INFO kernel:[ 0.336078] TCP: reno registered >00:27:54,782 INFO kernel:[ 0.336257] UDP hash table entries: 8192 (order: 6, 262144 bytes) >00:27:54,782 INFO kernel:[ 0.336476] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) >00:27:54,782 INFO kernel:[ 0.336727] NET: Registered protocol family 1 >00:27:54,782 DEBUG kernel:[ 0.368401] pci 0000:05:00.0: Boot video device >00:27:54,782 DEBUG kernel:[ 0.368426] PCI: CLS 64 bytes, default 64 >00:27:54,782 INFO kernel:[ 0.368459] Unpacking initramfs... >00:27:54,782 INFO kernel:[ 2.638746] Freeing initrd memory: 26636k freed >00:27:54,782 INFO kernel:[ 2.641640] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >00:27:54,782 INFO kernel:[ 2.641815] software IO TLB [mem 0xd9d0c000-0xddd0bfff] (64MB) mapped at [ffff8800d9d0c000-ffff8800ddd0bfff] >00:27:54,782 INFO kernel:[ 2.645812] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >00:27:54,782 NOTICE kernel:[ 2.646153] Initialise module verification >00:27:54,782 INFO kernel:[ 2.646347] audit: initializing netlink socket (disabled) >00:27:54,782 NOTICE kernel:[ 2.646529] type=2000 audit(1349828782.484:1): initialized >00:27:54,782 INFO kernel:[ 2.661406] HugeTLB registered 2 MB page size, pre-allocated 0 pages >00:27:54,782 NOTICE kernel:[ 2.663151] VFS: Disk quotas dquot_6.5.2 >00:27:54,782 WARNING kernel:[ 2.663345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >00:27:54,782 INFO kernel:[ 2.663768] msgmni has been set to 32039 >00:27:54,782 DEBUG kernel:[ 2.663981] SELinux: Registering netfilter hooks >00:27:54,782 INFO kernel:[ 2.664297] alg: No test for stdrng (krng) >00:27:54,782 INFO kernel:[ 2.664468] NET: Registered protocol family 38 >00:27:54,782 NOTICE kernel:[ 2.664638] Key type asymmetric registered >00:27:54,782 NOTICE kernel:[ 2.664806] Asymmetric key parser 'x509' registered >00:27:54,782 INFO kernel:[ 2.665003] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >00:27:54,782 INFO kernel:[ 2.665264] io scheduler noop registered >00:27:54,782 INFO kernel:[ 2.665430] io scheduler deadline registered >00:27:54,782 INFO kernel:[ 2.665616] io scheduler cfq registered (default) >00:27:54,782 DEBUG kernel:[ 2.665883] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 2.665926] pcieport 0000:00:01.1: irq 42 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 2.665964] pcieport 0000:00:06.0: irq 43 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 2.666154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >00:27:54,782 INFO kernel:[ 2.666335] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >00:27:54,782 INFO kernel:[ 2.666508] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >00:27:54,782 DEBUG kernel:[ 2.666945] intel_idle: MWAIT substates: 0x1120 >00:27:54,782 DEBUG kernel:[ 2.666947] intel_idle: v0.4 model 0x2A >00:27:54,782 DEBUG kernel:[ 2.666948] intel_idle: lapic_timer_reliable_states 0xffffffff >00:27:54,782 INFO kernel:[ 2.667001] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 >00:27:54,782 INFO kernel:[ 2.667250] ACPI: Power Button [PWRB] >00:27:54,782 INFO kernel:[ 2.667437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >00:27:54,782 INFO kernel:[ 2.667685] ACPI: Power Button [PWRF] >00:27:54,782 INFO kernel:[ 2.667909] ACPI: Fan [FAN0] (off) >00:27:54,782 INFO kernel:[ 2.668092] ACPI: Fan [FAN1] (off) >00:27:54,782 INFO kernel:[ 2.668275] ACPI: Fan [FAN2] (off) >00:27:54,782 INFO kernel:[ 2.668456] ACPI: Fan [FAN3] (off) >00:27:54,782 INFO kernel:[ 2.668636] ACPI: Fan [FAN4] (off) >00:27:54,782 INFO kernel:[ 2.668945] ACPI: Requesting acpi_cpufreq >00:27:54,782 INFO kernel:[ 2.675039] thermal LNXTHERM:00: registered as thermal_zone0 >00:27:54,782 INFO kernel:[ 2.675210] ACPI: Thermal Zone [TZ00] (28 C) >00:27:54,782 INFO kernel:[ 2.675486] thermal LNXTHERM:01: registered as thermal_zone1 >00:27:54,782 INFO kernel:[ 2.675657] ACPI: Thermal Zone [TZ01] (30 C) >00:27:54,782 INFO kernel:[ 2.675891] ERST: Error Record Serialization Table (ERST) support is initialized. >00:27:54,782 INFO kernel:[ 2.676177] GHES: APEI firmware first mode is enabled by WHEA _OSC. >00:27:54,782 INFO kernel:[ 2.676386] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >00:27:54,782 INFO kernel:[ 2.697096] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >00:27:54,782 INFO kernel:[ 2.718070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A >00:27:54,782 INFO kernel:[ 2.738784] serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A >00:27:54,782 INFO kernel:[ 2.759586] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >00:27:54,782 INFO kernel:[ 2.780568] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A >00:27:54,782 INFO kernel:[ 2.780931] Non-volatile memory driver v1.3 >00:27:54,782 INFO kernel:[ 2.781099] Linux agpgart interface v0.103 >00:27:54,782 INFO kernel:[ 2.781776] loop: module loaded >00:27:54,782 DEBUG kernel:[ 2.781986] ahci 0000:00:1f.2: version 3.0 >00:27:54,782 DEBUG kernel:[ 2.782026] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 2.792847] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode >00:27:54,782 INFO kernel:[ 2.793105] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst >00:27:54,782 DEBUG kernel:[ 2.793355] ahci 0000:00:1f.2: setting latency timer to 64 >00:27:54,782 INFO kernel:[ 2.803090] scsi0 : ahci >00:27:54,782 INFO kernel:[ 2.803301] scsi1 : ahci >00:27:54,782 INFO kernel:[ 2.803503] scsi2 : ahci >00:27:54,782 INFO kernel:[ 2.803707] scsi3 : ahci >00:27:54,782 INFO kernel:[ 2.803912] scsi4 : ahci >00:27:54,782 INFO kernel:[ 2.804108] scsi5 : ahci >00:27:54,782 INFO kernel:[ 2.804294] ata1: SATA max UDMA/133 abar m2048@0xf7f02000 port 0xf7f02100 irq 44 >00:27:54,782 INFO kernel:[ 2.804540] ata2: SATA max UDMA/133 abar m2048@0xf7f02000 port 0xf7f02180 irq 44 >00:27:54,782 INFO kernel:[ 2.804787] ata3: SATA max UDMA/133 abar m2048@0xf7f02000 port 0xf7f02200 irq 44 >00:27:54,782 INFO kernel:[ 2.805038] ata4: SATA max UDMA/133 abar m2048@0xf7f02000 port 0xf7f02280 irq 44 >00:27:54,782 INFO kernel:[ 2.805286] ata5: SATA max UDMA/133 abar m2048@0xf7f02000 port 0xf7f02300 irq 44 >00:27:54,782 INFO kernel:[ 2.805533] ata6: SATA max UDMA/133 abar m2048@0xf7f02000 port 0xf7f02380 irq 44 >00:27:54,782 INFO kernel:[ 2.805839] libphy: Fixed MDIO Bus: probed >00:27:54,782 INFO kernel:[ 2.806067] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >00:27:54,782 DEBUG kernel:[ 2.806257] ehci_hcd 0000:00:1a.0: setting latency timer to 64 >00:27:54,782 INFO kernel:[ 2.806259] ehci_hcd 0000:00:1a.0: EHCI Host Controller >00:27:54,782 INFO kernel:[ 2.806453] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 >00:27:54,782 INFO kernel:[ 2.810592] ehci_hcd 0000:00:1a.0: debug port 2 >00:27:54,782 DEBUG kernel:[ 2.810764] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported >00:27:54,782 INFO kernel:[ 2.810775] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7f04000 >00:27:54,782 INFO kernel:[ 2.816816] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >00:27:54,782 INFO kernel:[ 2.817014] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >00:27:54,782 INFO kernel:[ 2.817187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >00:27:54,782 INFO kernel:[ 2.817434] usb usb1: Product: EHCI Host Controller >00:27:54,782 INFO kernel:[ 2.817602] usb usb1: Manufacturer: Linux 3.6.1-1.fc18.x86_64 ehci_hcd >00:27:54,782 INFO kernel:[ 2.817774] usb usb1: SerialNumber: 0000:00:1a.0 >00:27:54,782 INFO kernel:[ 2.818013] hub 1-0:1.0: USB hub found >00:27:54,782 INFO kernel:[ 2.818182] hub 1-0:1.0: 2 ports detected >00:27:54,782 DEBUG kernel:[ 2.818391] ehci_hcd 0000:00:1d.0: setting latency timer to 64 >00:27:54,782 INFO kernel:[ 2.818393] ehci_hcd 0000:00:1d.0: EHCI Host Controller >00:27:54,782 INFO kernel:[ 2.818583] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 >00:27:54,782 INFO kernel:[ 2.822735] ehci_hcd 0000:00:1d.0: debug port 2 >00:27:54,782 DEBUG kernel:[ 2.822914] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported >00:27:54,782 INFO kernel:[ 2.822924] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7f03000 >00:27:54,782 INFO kernel:[ 2.828815] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >00:27:54,782 INFO kernel:[ 2.829006] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >00:27:54,782 INFO kernel:[ 2.829180] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >00:27:54,782 INFO kernel:[ 2.829427] usb usb2: Product: EHCI Host Controller >00:27:54,782 INFO kernel:[ 2.829597] usb usb2: Manufacturer: Linux 3.6.1-1.fc18.x86_64 ehci_hcd >00:27:54,782 INFO kernel:[ 2.829769] usb usb2: SerialNumber: 0000:00:1d.0 >00:27:54,782 INFO kernel:[ 2.829999] hub 2-0:1.0: USB hub found >00:27:54,782 INFO kernel:[ 2.830168] hub 2-0:1.0: 2 ports detected >00:27:54,782 INFO kernel:[ 2.830367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >00:27:54,782 INFO kernel:[ 2.830542] uhci_hcd: USB Universal Host Controller Interface driver >00:27:54,782 INFO kernel:[ 2.830739] usbcore: registered new interface driver usbserial >00:27:54,782 INFO kernel:[ 2.830923] usbcore: registered new interface driver usbserial_generic >00:27:54,782 INFO kernel:[ 2.831098] USB Serial support registered for generic >00:27:54,782 INFO kernel:[ 2.831266] usbserial: USB Serial Driver core >00:27:54,782 INFO kernel:[ 2.831452] i8042: PNP: No PS/2 controller found. Probing ports directly. >00:27:54,782 INFO kernel:[ 2.832515] mousedev: PS/2 mouse device common for all mice >00:27:54,782 INFO kernel:[ 2.832765] rtc_cmos 00:06: RTC can wake from S4 >00:27:54,782 INFO kernel:[ 2.833036] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 >00:27:54,782 INFO kernel:[ 2.833232] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >00:27:54,782 INFO kernel:[ 2.833448] device-mapper: uevent: version 1.0.3 >00:27:54,782 INFO kernel:[ 2.833653] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >00:27:54,782 INFO kernel:[ 2.833986] cpuidle: using governor ladder >00:27:54,782 INFO kernel:[ 2.834202] cpuidle: using governor menu >00:27:54,782 INFO kernel:[ 2.834529] EFI Variables Facility v0.08 2004-May-17 >00:27:54,782 INFO kernel:[ 2.834749] usbcore: registered new interface driver usbhid >00:27:54,782 INFO kernel:[ 2.834926] usbhid: USB HID core driver >00:27:54,782 INFO kernel:[ 2.835104] drop_monitor: Initializing network drop monitor service >00:27:54,782 INFO kernel:[ 2.835325] ip_tables: (C) 2000-2006 Netfilter Core Team >00:27:54,782 INFO kernel:[ 2.835535] TCP: cubic registered >00:27:54,782 INFO kernel:[ 2.835703] Initializing XFRM netlink socket >00:27:54,782 INFO kernel:[ 2.835939] NET: Registered protocol family 10 >00:27:54,782 INFO kernel:[ 2.836210] mip6: Mobile IPv6 >00:27:54,782 INFO kernel:[ 2.836375] NET: Registered protocol family 17 >00:27:54,782 DEBUG kernel:[ 2.836761] PM: Hibernation image not present or could not be loaded. >00:27:54,782 NOTICE kernel:[ 2.836762] Loading module verification certificates >00:27:54,782 WARNING kernel:[ 2.836950] Cert Valid From: 2012-10-08 16:53:34 >00:27:54,782 WARNING kernel:[ 2.837118] Cert Valid To: 2112-09-14 16:53:34 >00:27:54,782 WARNING kernel:[ 2.837287] Now: 2012-10-10 00:26:22 >00:27:54,782 NOTICE kernel:[ 2.838124] MODSIGN: Loaded cert 'Fedora kernel signing key: c814c8ca34b3e7ee0fe44d0c19fe2dea1a58507b' >00:27:54,782 INFO kernel:[ 2.838379] registered taskstats version 1 >00:27:54,782 INFO kernel:[ 2.839409] Magic number: 0:147:405 >00:27:54,782 INFO kernel:[ 2.839698] rtc_cmos 00:06: setting system clock to 2012-10-10 00:26:23 UTC (1349828783) >00:27:54,782 INFO kernel:[ 3.110795] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >00:27:54,782 INFO kernel:[ 3.110992] ata3: SATA link down (SStatus 0 SControl 300) >00:27:54,782 INFO kernel:[ 3.111187] ata4: SATA link down (SStatus 0 SControl 300) >00:27:54,782 INFO kernel:[ 3.111384] ata5: SATA link down (SStatus 0 SControl 300) >00:27:54,782 INFO kernel:[ 3.111968] ata6: SATA link down (SStatus 0 SControl 300) >00:27:54,782 INFO kernel:[ 3.112164] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >00:27:54,782 DEBUG kernel:[ 3.112354] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded >00:27:54,782 INFO kernel:[ 3.112359] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out >00:27:54,782 INFO kernel:[ 3.112614] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out >00:27:54,782 DEBUG kernel:[ 3.113471] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded >00:27:54,782 INFO kernel:[ 3.113476] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out >00:27:54,782 INFO kernel:[ 3.113733] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out >00:27:54,782 INFO kernel:[ 3.119800] usb 1-1: new high-speed USB device number 2 using ehci_hcd >00:27:54,782 INFO kernel:[ 3.234194] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 >00:27:54,782 INFO kernel:[ 3.234367] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >00:27:54,782 INFO kernel:[ 3.234818] hub 1-1:1.0: USB hub found >00:27:54,782 INFO kernel:[ 3.235025] hub 1-1:1.0: 6 ports detected >00:27:54,782 INFO kernel:[ 3.337765] usb 2-1: new high-speed USB device number 2 using ehci_hcd >00:27:54,782 INFO kernel:[ 3.364315] ata2.00: ATA-8: ST9500420AS, 0002SDM1, max UDMA/133 >00:27:54,782 INFO kernel:[ 3.364492] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32) >00:27:54,782 INFO kernel:[ 3.367495] ata1.00: ATA-8: ST9500420AS, 0002SDM1, max UDMA/133 >00:27:54,782 INFO kernel:[ 3.367674] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32) >00:27:54,782 DEBUG kernel:[ 3.370056] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded >00:27:54,782 INFO kernel:[ 3.370061] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out >00:27:54,782 INFO kernel:[ 3.370317] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out >00:27:54,782 INFO kernel:[ 3.372092] ata1.00: configured for UDMA/133 >00:27:54,782 NOTICE kernel:[ 3.372517] scsi 0:0:0:0: Direct-Access ATA ST9500420AS 0002 PQ: 0 ANSI: 5 >00:27:54,782 NOTICE kernel:[ 3.373043] sd 0:0:0:0: Attached scsi generic sg0 type 0 >00:27:54,782 NOTICE kernel:[ 3.373109] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) >00:27:54,782 NOTICE kernel:[ 3.373447] sd 0:0:0:0: [sda] Write Protect is off >00:27:54,782 DEBUG kernel:[ 3.373450] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >00:27:54,782 NOTICE kernel:[ 3.373583] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >00:27:54,782 DEBUG kernel:[ 3.375371] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded >00:27:54,782 INFO kernel:[ 3.375376] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out >00:27:54,782 INFO kernel:[ 3.375632] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out >00:27:54,782 INFO kernel:[ 3.377304] ata2.00: configured for UDMA/133 >00:27:54,782 NOTICE kernel:[ 3.377652] scsi 1:0:0:0: Direct-Access ATA ST9500420AS 0002 PQ: 0 ANSI: 5 >00:27:54,782 NOTICE kernel:[ 3.379631] sd 1:0:0:0: Attached scsi generic sg1 type 0 >00:27:54,782 DEBUG kernel:[ 3.374179] ACPI: Invalid Power Resource to register! >00:27:54,782 NOTICE kernel:[ 3.379642] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) >00:27:54,782 NOTICE kernel:[ 3.379891] sd 1:0:0:0: [sdb] Write Protect is off >00:27:54,782 DEBUG kernel:[ 3.379894] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >00:27:54,782 NOTICE kernel:[ 3.379970] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >00:27:54,782 DEBUG kernel:[ 3.380765] ACPI: Invalid Power Resource to register!<6>[ 3.399055] sda: unknown partition table >00:27:54,782 NOTICE kernel:[ 3.399814] sd 0:0:0:0: [sda] Attached SCSI disk >00:27:54,782 INFO kernel:[ 3.404020] sdb: unknown partition table >00:27:54,782 NOTICE kernel:[ 3.404536] sd 1:0:0:0: [sdb] Attached SCSI disk >00:27:54,782 INFO kernel:[ 3.406774] Freeing unused kernel memory: 1036k freed >00:27:54,782 INFO kernel:[ 3.407108] Write protecting the kernel read-only data: 12288k >00:27:54,782 INFO kernel:[ 3.414067] Freeing unused kernel memory: 1860k freed >00:27:54,782 INFO kernel:[ 3.419678] Freeing unused kernel memory: 1416k freed >00:27:54,782 INFO kernel:[ 3.452143] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 >00:27:54,782 INFO kernel:[ 3.452315] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >00:27:54,782 INFO kernel:[ 3.452942] hub 2-1:1.0: USB hub found >00:27:54,782 INFO kernel:[ 3.453264] hub 2-1:1.0: 6 ports detected >00:27:54,782 INFO kernel:[ 3.526874] usb 1-1.5: new high-speed USB device number 3 using ehci_hcd >00:27:54,782 INFO kernel:[ 3.634445] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found >00:27:54,782 INFO kernel:[ 3.635554] usb 1-1.5: New USB device found, idVendor=046b, idProduct=ff01 >00:27:54,782 INFO kernel:[ 3.635748] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >00:27:54,782 INFO kernel:[ 3.635991] usb 1-1.5: Product: Generic Hub >00:27:54,782 INFO kernel:[ 3.636154] usb 1-1.5: Manufacturer: American Megatrends Inc. >00:27:54,782 INFO kernel:[ 3.636319] usb 1-1.5: SerialNumber: serial >00:27:54,782 INFO kernel:[ 3.637194] hub 1-1.5:1.0: USB hub found >00:27:54,782 INFO kernel:[ 3.637425] hub 1-1.5:1.0: 3 ports detected >00:27:54,782 INFO kernel:[ 3.644642] tsc: Refined TSC clocksource calibration: 3092.972 MHz >00:27:54,782 INFO kernel:[ 3.644810] Switching to clocksource tsc >00:27:54,782 INFO kernel:[ 3.731824] usb 2-1.5: new full-speed USB device number 3 using ehci_hcd >00:27:54,782 INFO kernel:[ 3.772972] squashfs: version 4.0 (2009/01/31) Phillip Lougher >00:27:54,782 INFO kernel:[ 3.777935] Loading iSCSI transport class v2.0-870. >00:27:54,782 NOTICE kernel:[ 3.785025] iscsi: registered transport (tcp) >00:27:54,782 INFO kernel:[ 3.788539] alua: device handler registered >00:27:54,782 INFO kernel:[ 3.792123] emc: device handler registered >00:27:54,782 INFO kernel:[ 3.795474] hp_sw: device handler registered >00:27:54,782 INFO kernel:[ 3.799139] rdac: device handler registered >00:27:54,782 INFO kernel:[ 3.823557] usb 2-1.5: New USB device found, idVendor=1532, idProduct=0109 >00:27:54,782 INFO kernel:[ 3.823742] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >00:27:54,782 INFO kernel:[ 3.823983] usb 2-1.5: Product: Razer Lycosa >00:27:54,782 INFO kernel:[ 3.824146] usb 2-1.5: Manufacturer: Razer >00:27:54,782 INFO kernel:[ 3.827020] input: Razer Razer Lycosa as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input2 >00:27:54,782 INFO kernel:[ 3.827532] hid-generic 0003:1532:0109.0001: input,hidraw0: USB HID v1.10 Keyboard [Razer Razer Lycosa] on usb-0000:00:1d.0-1.5/input0 >00:27:54,782 INFO kernel:[ 3.830091] input: Razer Razer Lycosa as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/input/input3 >00:27:54,782 INFO kernel:[ 3.830508] hid-generic 0003:1532:0109.0002: input,hidraw1: USB HID v1.10 Device [Razer Razer Lycosa] on usb-0000:00:1d.0-1.5/input1 >00:27:54,782 INFO kernel:[ 3.903785] usb 2-1.6: new low-speed USB device number 4 using ehci_hcd >00:27:54,782 INFO kernel:[ 4.216462] usb 2-1.6: New USB device found, idVendor=1532, idProduct=0001 >00:27:54,782 INFO kernel:[ 4.216650] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >00:27:54,782 INFO kernel:[ 4.216892] usb 2-1.6: Product: Razer 1600dpi Mouse >00:27:54,782 INFO kernel:[ 4.217059] usb 2-1.6: Manufacturer: Razer >00:27:54,782 INFO kernel:[ 4.222767] input: Razer Razer 1600dpi Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input4 >00:27:54,782 INFO kernel:[ 4.223271] hid-generic 0003:1532:0001.0003: input,hidraw2: USB HID v1.10 Mouse [Razer Razer 1600dpi Mouse] on usb-0000:00:1d.0-1.6/input0 >00:27:54,782 INFO kernel:[ 4.285697] usb 1-1.5.1: new high-speed USB device number 4 using ehci_hcd >00:27:54,782 INFO kernel:[ 4.372555] usb 1-1.5.1: New USB device found, idVendor=046b, idProduct=ff10 >00:27:54,782 INFO kernel:[ 4.372728] usb 1-1.5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >00:27:54,782 INFO kernel:[ 4.372969] usb 1-1.5.1: Product: Virtual Keyboard and Mouse >00:27:54,782 INFO kernel:[ 4.373135] usb 1-1.5.1: Manufacturer: American Megatrends Inc. >00:27:54,782 INFO kernel:[ 4.373303] usb 1-1.5.1: SerialNumber: serial >00:27:54,782 INFO kernel:[ 4.374961] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.1/1-1.5.1:1.0/input/input5 >00:27:54,782 INFO kernel:[ 4.375398] hid-generic 0003:046B:FF10.0004: input,hidraw3: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1a.0-1.5.1/input0 >00:27:54,782 INFO kernel:[ 4.376410] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.1/1-1.5.1:1.1/input/input6 >00:27:54,782 INFO kernel:[ 4.376904] hid-generic 0003:046B:FF10.0005: input,hidraw4: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1a.0-1.5.1/input1 >00:27:54,782 INFO kernel:[ 6.824098] floppy0: no floppy controllers found >00:27:54,782 INFO kernel:[ 6.836159] No iBFT detected. >00:27:54,782 INFO kernel:[ 6.839706] md: raid0 personality registered for level 0 >00:27:54,782 INFO kernel:[ 6.843899] md: raid1 personality registered for level 1 >00:27:54,782 INFO kernel:[ 6.847427] async_tx: api initialized (async) >00:27:54,782 INFO kernel:[ 6.849346] xor: automatically using best checksumming function: >00:27:54,782 INFO kernel:[ 6.858920] avx : 9728.000 MB/sec >00:27:54,782 WARNING kernel:[ 6.877908] raid6: sse2x1 8851 MB/s >00:27:54,782 WARNING kernel:[ 6.894905] raid6: sse2x2 11003 MB/s >00:27:54,782 WARNING kernel:[ 6.911898] raid6: sse2x4 12707 MB/s >00:27:54,782 WARNING kernel:[ 6.912070] raid6: using algorithm sse2x4 (12707 MB/s) >00:27:54,782 WARNING kernel:[ 6.912238] raid6: using ssse3x2 recovery algorithm >00:27:54,782 INFO kernel:[ 6.916868] md: raid6 personality registered for level 6 >00:27:54,782 INFO kernel:[ 6.917042] md: raid5 personality registered for level 5 >00:27:54,782 INFO kernel:[ 6.917211] md: raid4 personality registered for level 4 >00:27:54,782 INFO kernel:[ 6.924111] md: raid10 personality registered for level 10 >00:27:54,782 INFO kernel:[ 6.927506] md: linear personality registered for level -1 >00:27:54,782 INFO kernel:[ 6.937678] device-mapper: multipath: version 1.5.0 loaded >00:27:54,782 INFO kernel:[ 6.941121] device-mapper: multipath round-robin: version 1.0.0 loaded >00:27:54,782 INFO kernel:[ 6.982788] RPC: Registered named UNIX socket transport module. >00:27:54,782 INFO kernel:[ 6.982977] RPC: Registered udp transport module. >00:27:54,782 INFO kernel:[ 6.983151] RPC: Registered tcp transport module. >00:27:54,782 INFO kernel:[ 6.983323] RPC: Registered tcp NFSv4.1 backchannel transport module. >00:27:54,782 INFO kernel:[ 7.178830] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k >00:27:54,782 INFO kernel:[ 7.179013] e1000e: Copyright(c) 1999 - 2012 Intel Corporation. >00:27:54,782 INFO kernel:[ 7.179204] e1000e 0000:01:00.0: Disabling ASPM L0s L1 >00:27:54,782 INFO kernel:[ 7.179471] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >00:27:54,782 DEBUG kernel:[ 7.179786] e1000e 0000:01:00.0: irq 45 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.179791] e1000e 0000:01:00.0: irq 46 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.179795] e1000e 0000:01:00.0: irq 47 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 7.182462] [drm] Initialized drm 1.1.0 20060810 >00:27:54,782 INFO kernel:[ 7.279132] e1000e 0000:01:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:1b:21:72:9b:5e >00:27:54,782 INFO kernel:[ 7.279399] e1000e 0000:01:00.0: eth0: Intel(R) PRO/1000 Network Connection >00:27:54,782 INFO kernel:[ 7.279597] e1000e 0000:01:00.0: eth0: MAC: 3, PHY: 8, PBA No: E46981-004 >00:27:54,782 INFO kernel:[ 7.279780] e1000e 0000:02:00.0: Disabling ASPM L0s L1 >00:27:54,782 INFO kernel:[ 7.280074] e1000e 0000:02:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >00:27:54,782 DEBUG kernel:[ 7.280390] e1000e 0000:02:00.0: irq 48 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.280394] e1000e 0000:02:00.0: irq 49 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.280399] e1000e 0000:02:00.0: irq 50 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 7.379120] e1000e 0000:02:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:1b:21:a4:3f:14 >00:27:54,782 INFO kernel:[ 7.379376] e1000e 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection >00:27:54,782 INFO kernel:[ 7.379564] e1000e 0000:02:00.0: eth0: MAC: 3, PHY: 8, PBA No: E46981-005 >00:27:54,782 INFO kernel:[ 7.379752] e1000e 0000:03:00.0: Disabling ASPM L0s L1 >00:27:54,782 INFO kernel:[ 7.380050] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >00:27:54,782 DEBUG kernel:[ 7.380387] e1000e 0000:03:00.0: irq 51 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.380396] e1000e 0000:03:00.0: irq 52 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.380404] e1000e 0000:03:00.0: irq 53 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 7.479066] e1000e 0000:03:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:1b:21:bf:6f:fe >00:27:54,782 INFO kernel:[ 7.480794] e1000e 0000:03:00.0: eth1: Intel(R) PRO/1000 Network Connection >00:27:54,782 INFO kernel:[ 7.480982] e1000e 0000:03:00.0: eth1: MAC: 3, PHY: 8, PBA No: E46981-006 >00:27:54,782 INFO kernel:[ 7.481171] e1000e 0000:06:00.0: Disabling ASPM L0s L1 >00:27:54,782 INFO kernel:[ 7.481512] e1000e 0000:06:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >00:27:54,782 DEBUG kernel:[ 7.481896] e1000e 0000:06:00.0: irq 54 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.481905] e1000e 0000:06:00.0: irq 55 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.481913] e1000e 0000:06:00.0: irq 56 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 7.583575] e1000e 0000:06:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:e0:81:ca:e9:31 >00:27:54,782 INFO kernel:[ 7.583842] e1000e 0000:06:00.0: eth1: Intel(R) PRO/1000 Network Connection >00:27:54,782 INFO kernel:[ 7.584100] e1000e 0000:06:00.0: eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF >00:27:54,782 INFO kernel:[ 7.584295] e1000e 0000:07:00.0: Disabling ASPM L0s L1 >00:27:54,782 INFO kernel:[ 7.584608] e1000e 0000:07:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >00:27:54,782 DEBUG kernel:[ 7.584977] e1000e 0000:07:00.0: irq 57 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.584982] e1000e 0000:07:00.0: irq 58 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.584987] e1000e 0000:07:00.0: irq 59 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 7.686555] e1000e 0000:07:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:e0:81:ca:e9:32 >00:27:54,782 INFO kernel:[ 7.686820] e1000e 0000:07:00.0: eth1: Intel(R) PRO/1000 Network Connection >00:27:54,782 INFO kernel:[ 7.687078] e1000e 0000:07:00.0: eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF >00:27:54,782 INFO kernel:[ 7.687265] e1000e 0000:08:00.0: Disabling ASPM L0s L1 >00:27:54,782 INFO kernel:[ 7.687611] e1000e 0000:08:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >00:27:54,782 DEBUG kernel:[ 7.687994] e1000e 0000:08:00.0: irq 60 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.688003] e1000e 0000:08:00.0: irq 61 for MSI/MSI-X >00:27:54,782 DEBUG kernel:[ 7.688011] e1000e 0000:08:00.0: irq 62 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 7.855499] IPv6: ADDRCONF(NETDEV_UP): p1p1: link is not ready >00:27:54,782 INFO kernel:[ 7.855874] e1000e 0000:08:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:1b:21:bf:78:18 >00:27:54,782 INFO kernel:[ 7.856134] e1000e 0000:08:00.0: eth1: Intel(R) PRO/1000 Network Connection >00:27:54,782 INFO kernel:[ 7.856327] e1000e 0000:08:00.0: eth1: MAC: 3, PHY: 8, PBA No: E46981-006 >00:27:54,782 INFO kernel:[ 10.341147] e1000e: p1p1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None >00:27:54,782 INFO kernel:[ 10.341591] IPv6: ADDRCONF(NETDEV_CHANGE): p1p1: link becomes ready >00:27:54,782 INFO kernel:[ 17.087462] IPv6: ADDRCONF(NETDEV_UP): p4p1: link is not ready >00:27:54,782 INFO kernel:[ 20.638872] e1000e: p4p1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None >00:27:54,782 INFO kernel:[ 20.639313] IPv6: ADDRCONF(NETDEV_CHANGE): p4p1: link becomes ready >00:27:54,782 INFO kernel:[ 25.947315] IPv6: ADDRCONF(NETDEV_UP): p1p2: link is not ready >00:27:54,782 INFO kernel:[ 29.029141] e1000e: p1p2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None >00:27:54,782 INFO kernel:[ 29.029626] IPv6: ADDRCONF(NETDEV_CHANGE): p1p2: link becomes ready >00:27:54,782 INFO kernel:[ 39.183404] IPv6: ADDRCONF(NETDEV_UP): p2p2: link is not ready >00:27:54,782 INFO kernel:[ 42.336183] e1000e: p2p2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None >00:27:54,782 INFO kernel:[ 42.336669] IPv6: ADDRCONF(NETDEV_CHANGE): p2p2: link becomes ready >00:27:54,782 INFO kernel:[ 53.593189] IPv6: ADDRCONF(NETDEV_UP): p4p2: link is not ready >00:27:54,782 INFO kernel:[ 56.686010] e1000e: p4p2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None >00:27:54,782 INFO kernel:[ 56.686488] IPv6: ADDRCONF(NETDEV_CHANGE): p4p2: link becomes ready >00:27:54,782 INFO kernel:[ 63.058302] IPv6: ADDRCONF(NETDEV_UP): p2p1: link is not ready >00:27:54,782 INFO kernel:[ 66.174750] e1000e: p2p1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None >00:27:54,782 INFO kernel:[ 66.175191] IPv6: ADDRCONF(NETDEV_CHANGE): p2p1: link becomes ready >00:27:54,782 INFO kernel:[ 92.322080] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >00:27:54,782 DEBUG kernel:[ 93.094645] SELinux: 2048 avtab hash slots, 92349 rules. >00:27:54,782 DEBUG kernel:[ 93.105632] SELinux: 2048 avtab hash slots, 92349 rules. >00:27:54,782 DEBUG kernel:[ 93.171467] SELinux: 9 users, 15 roles, 4264 types, 228 bools, 1 sens, 1024 cats >00:27:54,782 DEBUG kernel:[ 93.171470] SELinux: 83 classes, 92349 rules >00:27:54,782 INFO kernel:[ 93.174488] SELinux: Permission compromise_kernel in class capability2 not defined in policy. >00:27:54,782 INFO kernel:[ 93.174740] SELinux: the above unknown classes and permissions will be allowed >00:27:54,782 DEBUG kernel:[ 93.174992] SELinux: Completing initialization. >00:27:54,782 DEBUG kernel:[ 93.174992] SELinux: Setting up existing superblocks. >00:27:54,782 DEBUG kernel:[ 93.175002] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.175005] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.175013] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.175015] SELinux: initialized (dev proc, type proc), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.175022] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >00:27:54,782 DEBUG kernel:[ 93.175032] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >00:27:54,782 DEBUG kernel:[ 93.175450] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >00:27:54,782 DEBUG kernel:[ 93.175453] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.175849] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >00:27:54,782 DEBUG kernel:[ 93.175852] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.175854] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >00:27:54,782 DEBUG kernel:[ 93.175863] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >00:27:54,782 DEBUG kernel:[ 93.175866] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >00:27:54,782 DEBUG kernel:[ 93.175870] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.175877] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176127] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176129] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >00:27:54,782 DEBUG kernel:[ 93.176132] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >00:27:54,782 DEBUG kernel:[ 93.176299] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >00:27:54,782 DEBUG kernel:[ 93.176316] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176318] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176321] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176330] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176334] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176336] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176338] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176340] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176344] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176348] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.176357] SELinux: initialized (dev loop0, type squashfs), uses xattr >00:27:54,782 DEBUG kernel:[ 93.176368] SELinux: initialized (dev dm-0, type ext4), uses xattr >00:27:54,782 NOTICE kernel:[ 93.198550] type=1403 audit(1349828873.876:2): policy loaded auid=4294967295 ses=4294967295 >00:27:54,782 DEBUG kernel:[ 93.523003] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >00:27:54,782 DEBUG kernel:[ 93.548056] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >00:27:54,782 WARNING kernel:[ 93.792177] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120711/utaddress-251) >00:27:54,782 INFO kernel:[ 93.792182] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >00:27:54,782 WARNING kernel:[ 93.792185] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \GPIO 1 (20120711/utaddress-251) >00:27:54,782 INFO kernel:[ 93.792187] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >00:27:54,782 WARNING kernel:[ 93.792188] lpc_ich: Resource conflict(s) found affecting gpio_ich >00:27:54,782 DEBUG kernel:[ 93.797551] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >00:27:54,782 WARNING kernel:[ 93.815531] ACPI Warning: 0x000000000000f000-0x000000000000f01f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120711/utaddress-251) >00:27:54,782 INFO kernel:[ 93.815536] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >00:27:54,782 INFO kernel:[ 93.815759] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >00:27:54,782 DEBUG kernel:[ 93.816395] mei 0000:00:16.0: setting latency timer to 64 >00:27:54,782 DEBUG kernel:[ 93.816448] mei 0000:00:16.0: irq 63 for MSI/MSI-X >00:27:54,782 INFO kernel:[ 93.822555] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x26 >00:27:54,782 INFO kernel:[ 93.834675] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x26 >00:27:54,782 DEBUG kernel:[ 93.835603] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >00:27:54,782 INFO kernel:[ 93.835969] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x26 >00:27:54,782 INFO kernel:[ 93.836276] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x26 >00:27:54,783 INFO kernel:[ 93.836615] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >00:27:54,783 NOTICE kernel:[ 93.945771] type=1400 audit(1349828874.624:3): avc: denied { create } for pid=1213 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >00:27:54,783 NOTICE kernel:[ 93.945801] type=1400 audit(1349828874.624:4): avc: denied { setattr } for pid=1213 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=51893 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >00:27:54,783 NOTICE kernel:[ 93.945821] type=1400 audit(1349828874.624:5): avc: denied { relabelfrom } for pid=1213 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=51893 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >00:27:54,807 NOTICE kernel:[ 94.127422] type=1400 audit(1349828874.805:6): avc: denied { execute } for pid=1236 comm="bash" name="hostname" dev="dm-0" ino=51408 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >00:27:54,807 NOTICE kernel:[ 94.127430] type=1400 audit(1349828874.805:7): avc: denied { read open } for pid=1236 comm="bash" path="/usr/bin/hostname" dev="dm-0" ino=51408 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >00:27:54,807 NOTICE kernel:[ 94.127454] type=1400 audit(1349828874.805:8): avc: denied { execute_no_trans } for pid=1236 comm="bash" path="/usr/bin/hostname" dev="dm-0" ino=51408 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >00:27:54,822 NOTICE kernel:[ 94.141982] type=1400 audit(1349828874.820:9): avc: denied { read } for pid=1226 comm="bash" name=".profile" dev="dm-0" ino=58858 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >00:27:54,822 NOTICE kernel:[ 94.141988] type=1400 audit(1349828874.820:10): avc: denied { open } for pid=1226 comm="bash" path="/root/.profile" dev="dm-0" ino=58858 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >00:27:54,929 INFO NetworkManager: <info> NetworkManager (version 0.9.7.0-1.git20120820.fc18) is starting... >00:27:54,930 INFO NetworkManager: <info> Read config file /etc/NetworkManager/NetworkManager.conf >00:27:54,930 INFO NetworkManager: <info> WEXT support is enabled >00:27:54,930 INFO systemd: Starting D-Bus System Message Bus... >00:27:54,946 INFO systemd: Started D-Bus System Message Bus. >00:27:55,045 INFO dbus-daemon: dbus[1239]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >00:27:55,046 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >00:27:55,061 INFO systemd: Starting Authorization Manager... >00:27:55,144 INFO polkitd: Started polkitd version 0.107 >00:27:55,197 INFO dbus-daemon: dbus[1239]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >00:27:55,198 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >00:27:55,198 INFO systemd: Started Authorization Manager. >00:27:55,215 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >00:27:55,216 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >00:27:55,216 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >00:27:55,216 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >00:27:55,216 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-p2p2 ... >00:27:55,217 NOTICE NetworkManager: ifcfg-rh: read connection 'Boot Disk' >00:27:55,217 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-p2p1 ... >00:27:55,217 NOTICE NetworkManager: ifcfg-rh: read connection 'Boot Disk' >00:27:55,217 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-p1p2 ... >00:27:55,218 NOTICE NetworkManager: ifcfg-rh: read connection 'Boot Disk' >00:27:55,218 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-p4p2 ... >00:27:55,218 NOTICE NetworkManager: ifcfg-rh: read connection 'Boot Disk' >00:27:55,218 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-p1p1 ... >00:27:55,219 NOTICE NetworkManager: ifcfg-rh: read connection 'Boot Disk' >00:27:55,219 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-p4p1 ... >00:27:55,219 NOTICE NetworkManager: ifcfg-rh: read connection 'Boot Disk' >00:27:55,219 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >00:27:55,220 INFO NetworkManager: <info> trying to start the modem manager... >00:27:55,220 NOTICE dbus: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >00:27:55,221 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >00:27:55,221 INFO dbus-daemon: dbus[1239]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >00:27:55,227 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >00:27:55,249 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >00:27:55,249 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >00:27:55,249 INFO NetworkManager: <info> Networking is enabled by state file >00:27:55,249 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >00:27:55,250 INFO NetworkManager: <info> (p1p1): carrier is ON >00:27:55,250 INFO NetworkManager: <info> (p1p1): new Ethernet device (driver: 'e1000e' ifindex: 2) >00:27:55,250 INFO NetworkManager: <info> (p1p1): exported as /org/freedesktop/NetworkManager/Devices/0 >00:27:55,250 INFO NetworkManager: <info> (p1p1): now managed >00:27:55,250 INFO NetworkManager: <info> (p1p1): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >00:27:55,250 INFO NetworkManager: <info> (p1p1): preparing device. >00:27:55,255 INFO NetworkManager: <info> Activation (p1p1) starting connection 'Boot Disk' >00:27:55,255 INFO NetworkManager: <info> (p1p1): device state change: unavailable -> ip-config (reason 'none') [20 70 0] >00:27:55,255 INFO NetworkManager: <info> Activation (p1p1) Stage 3 of 5 (IP Configure Start) scheduled. >00:27:55,255 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >00:27:55,255 INFO modem-manager: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >00:27:55,255 INFO NetworkManager: <info> (p2p1): carrier is ON >00:27:55,255 INFO systemd: Started Network Manager. >00:27:55,255 INFO systemd: Starting Anaconda System Services. >00:27:55,255 INFO systemd: Reached target Anaconda System Services. >00:27:55,255 INFO systemd: Starting Anaconda... >00:27:55,255 INFO systemd: Starting Network. >00:27:55,255 INFO dbus-daemon: modem-manager[1250]: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >00:27:55,255 INFO dbus-daemon: dbus[1239]: [system] Successfully activated service 'org.freedesktop.ModemManager' >00:27:55,256 INFO NetworkManager: <info> (p4p1): carrier is ON >00:27:55,257 INFO NetworkManager: <info> (p4p1): new Ethernet device (driver: 'e1000e' ifindex: 4) >00:27:55,257 INFO NetworkManager: <info> (p4p1): exported as /org/freedesktop/NetworkManager/Devices/2 >00:27:55,257 INFO NetworkManager: <info> (p4p1): now managed >00:27:55,258 INFO NetworkManager: <info> (p4p1): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >00:27:55,258 INFO NetworkManager: <info> (p4p1): preparing device. >00:27:55,259 INFO NetworkManager: <info> Activation (p4p1) starting connection 'Boot Disk' >00:27:55,259 INFO NetworkManager: <info> (p4p1): device state change: unavailable -> ip-config (reason 'none') [20 70 0] >00:27:55,259 INFO NetworkManager: <info> Activation (p4p1) Stage 3 of 5 (IP Configure Start) scheduled. >00:27:55,259 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >00:27:55,261 INFO NetworkManager: <info> (p1p2): carrier is ON >00:27:55,262 INFO NetworkManager: <info> (p1p2): new Ethernet device (driver: 'e1000e' ifindex: 5) >00:27:55,262 INFO NetworkManager: <info> (p1p2): exported as /org/freedesktop/NetworkManager/Devices/3 >00:27:55,262 INFO NetworkManager: <info> (p1p2): now managed >00:27:55,262 INFO NetworkManager: <info> (p1p2): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >00:27:55,263 INFO NetworkManager: <info> (p1p2): preparing device. >00:27:55,263 INFO NetworkManager: <info> Activation (p1p2) starting connection 'Boot Disk' >00:27:55,263 INFO NetworkManager: <info> (p1p2): device state change: unavailable -> ip-config (reason 'none') [20 70 0] >00:27:55,264 INFO NetworkManager: <info> Activation (p1p2) Stage 3 of 5 (IP Configure Start) scheduled. >00:27:55,264 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >00:27:55,266 INFO NetworkManager: <info> (p2p2): carrier is ON >00:27:55,266 INFO NetworkManager: <info> (p2p2): new Ethernet device (driver: 'e1000e' ifindex: 6) >00:27:55,267 INFO NetworkManager: <info> (p2p2): exported as /org/freedesktop/NetworkManager/Devices/4 >00:27:55,267 INFO NetworkManager: <info> (p2p2): now managed >00:27:55,267 INFO NetworkManager: <info> (p2p2): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >00:27:55,268 INFO NetworkManager: <info> (p2p2): preparing device. >00:27:55,268 INFO NetworkManager: <info> Activation (p2p2) starting connection 'Boot Disk' >00:27:55,268 INFO NetworkManager: <info> (p2p2): device state change: unavailable -> ip-config (reason 'none') [20 70 0] >00:27:55,268 INFO NetworkManager: <info> Activation (p2p2) Stage 3 of 5 (IP Configure Start) scheduled. >00:27:55,268 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >00:27:55,270 INFO NetworkManager: <info> (p4p2): carrier is ON >00:27:55,271 INFO NetworkManager: <info> (p4p2): new Ethernet device (driver: 'e1000e' ifindex: 7) >00:27:55,271 INFO NetworkManager: <info> (p4p2): exported as /org/freedesktop/NetworkManager/Devices/5 >00:27:55,271 INFO NetworkManager: <info> (p4p2): now managed >00:27:55,272 INFO NetworkManager: <info> (p4p2): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >00:27:55,272 INFO NetworkManager: <info> (p4p2): preparing device. >00:27:55,272 INFO NetworkManager: <info> Activation (p4p2) starting connection 'Boot Disk' >00:27:55,273 INFO NetworkManager: <info> (p4p2): device state change: unavailable -> ip-config (reason 'none') [20 70 0] >00:27:55,273 INFO NetworkManager: <info> Activation (p4p2) Stage 3 of 5 (IP Configure Start) scheduled. >00:27:55,273 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >00:27:55,274 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >00:27:55,275 INFO NetworkManager: <info> modem-manager is now available >00:27:55,276 INFO NetworkManager: <info> Activation (p1p1) Stage 3 of 5 (IP Configure Start) started... >00:27:55,277 INFO NetworkManager: <info> Activation (p1p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >00:27:55,309 INFO NetworkManager: <info> dhclient started with pid 1252 >00:27:55,310 INFO NetworkManager: <info> Activation (p1p1) Stage 3 of 5 (IP Configure Start) complete. >00:27:55,310 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) started... >00:27:55,310 INFO NetworkManager: <info> Activation (p2p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >00:27:55,311 INFO NetworkManager: <info> dhclient started with pid 1254 >00:27:55,311 INFO NetworkManager: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) complete. >00:27:55,311 INFO NetworkManager: <info> Activation (p4p1) Stage 3 of 5 (IP Configure Start) started... >00:27:55,312 INFO NetworkManager: <info> Activation (p4p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >00:27:55,314 INFO NetworkManager: <info> dhclient started with pid 1255 >00:27:55,314 INFO NetworkManager: <info> Activation (p4p1) Stage 3 of 5 (IP Configure Start) complete. >00:27:55,314 INFO NetworkManager: <info> Activation (p1p2) Stage 3 of 5 (IP Configure Start) started... >00:27:55,315 INFO NetworkManager: <info> Activation (p1p2) Beginning DHCPv4 transaction (timeout in 45 seconds) >00:27:55,316 INFO NetworkManager: <info> dhclient started with pid 1256 >00:27:55,316 INFO NetworkManager: <info> Activation (p1p2) Stage 3 of 5 (IP Configure Start) complete. >00:27:55,316 INFO NetworkManager: <info> Activation (p2p2) Stage 3 of 5 (IP Configure Start) started... >00:27:55,316 INFO NetworkManager: <info> Activation (p2p2) Beginning DHCPv4 transaction (timeout in 45 seconds) >00:27:55,317 INFO NetworkManager: <info> dhclient started with pid 1257 >00:27:55,317 INFO NetworkManager: <info> Activation (p2p2) Stage 3 of 5 (IP Configure Start) complete. >00:27:55,317 INFO NetworkManager: <info> Activation (p4p2) Stage 3 of 5 (IP Configure Start) started... >00:27:55,317 INFO NetworkManager: <info> Activation (p4p2) Beginning DHCPv4 transaction (timeout in 45 seconds) >00:27:55,318 INFO NetworkManager: <info> dhclient started with pid 1259 >00:27:55,318 INFO NetworkManager: <info> Activation (p4p2) Stage 3 of 5 (IP Configure Start) complete. >00:27:55,340 INFO systemd: Started Anaconda. >00:27:55,340 INFO systemd: Starting Anaconda Text Console... >00:27:55,395 NOTICE kernel:[ 94.714728] type=1400 audit(1349828875.393:11): avc: denied { read write } for pid=1273 comm="hostname" path="/dev/pts/1" dev="devpts" ino=4 scontext=system_u:system_r:hostname_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >00:27:55,411 INFO systemd: Started Anaconda Text Console. >00:27:55,411 INFO systemd: Startup finished in 3s 260ms 561us (kernel) + 1min 29s 860ms 883us (initrd) + 1s 469ms 667us (userspace) = 1min 34s 591ms 111us. >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'AnyData' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'SimTech' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Linktop' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Option' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'ZTE' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Samsung' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Gobi' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'X22X' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Longcheer' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Ericsson MBM' >00:27:55,497 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Option High-Speed' >00:27:55,498 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Nokia' >00:27:55,498 INFO modem-manager: <info> Loaded plugin 'AnyData' >00:27:55,498 INFO modem-manager: <info> Loaded plugin 'SimTech' >00:27:55,498 INFO modem-manager: <info> Loaded plugin 'Linktop' >00:27:55,498 INFO modem-manager: <info> Loaded plugin 'Option' >00:27:55,499 INFO modem-manager: <info> Loaded plugin 'ZTE' >00:27:55,499 INFO modem-manager: <info> Loaded plugin 'Samsung' >00:27:55,499 INFO modem-manager: <info> Loaded plugin 'Gobi' >00:27:55,499 INFO modem-manager: <info> Loaded plugin 'X22X' >00:27:55,499 INFO modem-manager: <info> Loaded plugin 'Longcheer' >00:27:55,499 INFO modem-manager: <info> Loaded plugin 'Ericsson MBM' >00:27:55,500 INFO modem-manager: <info> Loaded plugin 'Option High-Speed' >00:27:55,500 INFO modem-manager: <info> Loaded plugin 'Nokia' >00:27:55,500 INFO modem-manager: <info> Loaded plugin 'Wavecom' >00:27:55,500 INFO modem-manager: <info> Loaded plugin 'Novatel' >00:27:55,500 INFO modem-manager: <info> Loaded plugin 'MotoC' >00:27:55,501 INFO modem-manager: <info> Loaded plugin 'Sierra' >00:27:55,501 INFO modem-manager: <info> Loaded plugin 'Huawei' >00:27:55,501 INFO modem-manager: <info> Loaded plugin 'Cinterion' >00:27:55,501 INFO modem-manager: <info> Loaded plugin 'Iridium' >00:27:55,501 INFO modem-manager: <info> Loaded plugin 'Generic' >00:27:55,502 INFO modem-manager: <info> Successfully loaded 20 plugins >00:27:55,502 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Wavecom' >00:27:55,502 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Novatel' >00:27:55,502 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'MotoC' >00:27:55,502 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Sierra' >00:27:55,502 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Huawei' >00:27:55,503 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Cinterion' >00:27:55,503 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Iridium' >00:27:55,503 INFO dbus-daemon: modem-manager[1250]: <info> Loaded plugin 'Generic' >00:27:55,503 INFO dbus-daemon: modem-manager[1250]: <info> Successfully loaded 20 plugins >00:27:55,612 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >00:27:55,612 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >00:27:55,612 INFO dhclient: All rights reserved. >00:27:55,612 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >00:27:55,612 INFO dhclient: >00:27:55,612 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >00:27:55,612 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >00:27:55,612 INFO dhclient: All rights reserved. >00:27:55,613 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >00:27:55,614 INFO dhclient: >00:27:55,614 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >00:27:55,614 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >00:27:55,614 INFO dhclient: All rights reserved. >00:27:55,614 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >00:27:55,614 INFO dhclient: >00:27:55,614 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >00:27:55,614 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >00:27:55,614 INFO dhclient: All rights reserved. >00:27:55,615 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >00:27:55,615 INFO dhclient: >00:27:55,615 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >00:27:55,616 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >00:27:55,616 INFO dhclient: All rights reserved. >00:27:55,616 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >00:27:55,616 INFO dhclient: >00:27:55,616 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >00:27:55,616 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >00:27:55,616 INFO dhclient: All rights reserved. >00:27:55,617 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >00:27:55,617 INFO dhclient: >00:27:55,631 INFO NetworkManager: <info> (p1p2): DHCPv4 state changed nbi -> preinit >00:27:55,631 INFO NetworkManager: <info> (p2p2): DHCPv4 state changed nbi -> preinit >00:27:55,631 INFO dhclient: Listening on LPF/p1p2/00:e0:81:ca:e9:31 >00:27:55,631 INFO dhclient: Sending on LPF/p1p2/00:e0:81:ca:e9:31 >00:27:55,631 INFO dhclient: Sending on Socket/fallback >00:27:55,631 INFO dhclient: DHCPREQUEST on p1p2 to 255.255.255.255 port 67 (xid=0x67be1757) >00:27:55,631 INFO NetworkManager: <info> (p1p1): DHCPv4 state changed nbi -> preinit >00:27:55,633 INFO NetworkManager: <info> (p4p1): DHCPv4 state changed nbi -> preinit >00:27:55,634 INFO NetworkManager: <info> (p2p1): DHCPv4 state changed nbi -> preinit >00:27:55,636 INFO dhclient: Listening on LPF/p2p2/00:e0:81:ca:e9:32 >00:27:55,636 INFO dhclient: Sending on LPF/p2p2/00:e0:81:ca:e9:32 >00:27:55,636 INFO dhclient: Sending on Socket/fallback >00:27:55,636 INFO dhclient: DHCPREQUEST on p2p2 to 255.255.255.255 port 67 (xid=0x7f9285b3) >00:27:55,638 INFO dhclient: Listening on LPF/p1p1/00:1b:21:72:9b:5e >00:27:55,638 INFO dhclient: Listening on LPF/p4p2/00:1b:21:bf:78:18 >00:27:55,638 INFO dhclient: Sending on LPF/p1p1/00:1b:21:72:9b:5e >00:27:55,638 INFO dhclient: Sending on LPF/p4p2/00:1b:21:bf:78:18 >00:27:55,638 INFO dhclient: Sending on Socket/fallback >00:27:55,638 INFO dhclient: Sending on Socket/fallback >00:27:55,638 INFO dhclient: DHCPREQUEST on p1p1 to 255.255.255.255 port 67 (xid=0x410f2982) >00:27:55,638 INFO dhclient: DHCPREQUEST on p4p2 to 255.255.255.255 port 67 (xid=0x7283612f) >00:27:55,640 INFO dhclient: Listening on LPF/p2p1/00:1b:21:a4:3f:14 >00:27:55,640 INFO dhclient: Listening on LPF/p4p1/00:1b:21:bf:6f:fe >00:27:55,640 INFO dhclient: Sending on LPF/p2p1/00:1b:21:a4:3f:14 >00:27:55,640 INFO dhclient: Sending on LPF/p4p1/00:1b:21:bf:6f:fe >00:27:55,640 INFO dhclient: Sending on Socket/fallback >00:27:55,641 INFO dhclient: Sending on Socket/fallback >00:27:55,641 INFO dhclient: DHCPREQUEST on p2p1 to 255.255.255.255 port 67 (xid=0x4e4ea8b6) >00:27:55,641 INFO dhclient: DHCPREQUEST on p4p1 to 255.255.255.255 port 67 (xid=0x73a0029d) >00:27:55,781 INFO dhclient: DHCPACK from 10.255.255.254 (xid=0x67be1757) >00:27:55,784 INFO dhclient: bound to 10.255.0.218 -- renewal in 38514 seconds. >00:27:55,785 INFO NetworkManager: <info> (p1p2): DHCPv4 state changed preinit -> reboot >00:27:55,785 INFO NetworkManager: <info> address 10.255.0.218 >00:27:55,787 INFO NetworkManager: <info> prefix 16 (255.255.0.0) >00:27:55,787 INFO NetworkManager: <info> gateway 10.255.255.254 >00:27:55,787 INFO NetworkManager: <info> nameserver '8.8.8.8' >00:27:55,787 INFO NetworkManager: <info> nameserver '78.46.37.135' >00:27:55,787 INFO NetworkManager: <info> domain name 'alteeve.com' >00:27:55,787 INFO NetworkManager: <info> Activation (p1p2) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >00:27:55,787 INFO NetworkManager: <info> Activation (p1p2) Stage 5 of 5 (IPv4 Commit) started... >00:27:55,787 INFO NetworkManager: <info> (p1p2): device state change: ip-config -> activated (reason 'none') [70 100 0] >00:27:55,787 INFO NetworkManager: <info> Policy set 'Boot Disk' (p1p2) as default for IPv4 routing and DNS. >00:27:55,787 INFO NetworkManager: <info> Activation (p1p2) successful, device activated. >00:27:55,787 INFO NetworkManager: <info> Activation (p1p2) Stage 5 of 5 (IPv4 Commit) complete. >00:27:55,798 INFO dbus-daemon: dbus[1239]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >00:27:55,798 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >00:27:55,825 INFO dhclient: DHCPACK from 10.255.255.254 (xid=0x7f9285b3) >00:27:55,827 INFO dhclient: bound to 10.255.0.219 -- renewal in 32482 seconds. >00:27:55,828 INFO NetworkManager: <info> (p2p2): DHCPv4 state changed preinit -> reboot >00:27:55,828 INFO NetworkManager: <info> address 10.255.0.219 >00:27:55,828 INFO NetworkManager: <info> prefix 16 (255.255.0.0) >00:27:55,828 INFO NetworkManager: <info> gateway 10.255.255.254 >00:27:55,828 INFO NetworkManager: <info> nameserver '8.8.8.8' >00:27:55,829 INFO NetworkManager: <info> nameserver '78.46.37.135' >00:27:55,829 INFO NetworkManager: <info> domain name 'alteeve.com' >00:27:55,829 INFO NetworkManager: <info> Activation (p2p2) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >00:27:55,829 INFO NetworkManager: <info> Activation (p2p2) Stage 5 of 5 (IPv4 Commit) started... >00:27:55,829 INFO NetworkManager: <info> (p2p2): device state change: ip-config -> activated (reason 'none') [70 100 0] >00:27:55,861 INFO NetworkManager: <info> Activation (p2p2) successful, device activated. >00:27:55,861 INFO NetworkManager: <info> Activation (p2p2) Stage 5 of 5 (IPv4 Commit) complete. >00:27:55,861 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 14: /sbin/chkconfig: No such file or directory >00:27:55,871 INFO dhclient: DHCPACK from 10.255.255.254 (xid=0x410f2982) >00:27:55,873 INFO dhclient: bound to 10.255.0.149 -- renewal in 37641 seconds. >00:27:55,874 INFO NetworkManager: <info> (p1p1): DHCPv4 state changed preinit -> reboot >00:27:55,874 INFO NetworkManager: <info> address 10.255.0.149 >00:27:55,874 INFO NetworkManager: <info> prefix 16 (255.255.0.0) >00:27:55,874 INFO NetworkManager: <info> gateway 10.255.255.254 >00:27:55,874 INFO NetworkManager: <info> nameserver '8.8.8.8' >00:27:55,874 INFO NetworkManager: <info> nameserver '78.46.37.135' >00:27:55,874 INFO NetworkManager: <info> domain name 'alteeve.com' >00:27:55,874 INFO NetworkManager: <info> Activation (p1p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >00:27:55,875 INFO NetworkManager: <info> Activation (p1p1) Stage 5 of 5 (IPv4 Commit) started... >00:27:55,875 INFO NetworkManager: <info> (p1p1): device state change: ip-config -> activated (reason 'none') [70 100 0] >00:27:55,875 INFO NetworkManager: <info> Policy set 'Boot Disk' (p1p1) as default for IPv4 routing and DNS. >00:27:55,875 INFO NetworkManager: <info> Activation (p1p1) successful, device activated. >00:27:55,875 INFO NetworkManager: <info> Activation (p1p1) Stage 5 of 5 (IPv4 Commit) complete. >00:27:55,914 INFO dhclient: DHCPACK from 10.255.255.254 (xid=0x7283612f) >00:27:55,918 INFO dhclient: bound to 10.255.0.145 -- renewal in 39518 seconds. >00:27:55,918 INFO NetworkManager: <info> (p4p2): DHCPv4 state changed nbi -> reboot >00:27:55,918 INFO NetworkManager: <info> address 10.255.0.145 >00:27:55,918 INFO NetworkManager: <info> prefix 16 (255.255.0.0) >00:27:55,918 INFO NetworkManager: <info> gateway 10.255.255.254 >00:27:55,918 INFO NetworkManager: <info> nameserver '8.8.8.8' >00:27:55,918 INFO NetworkManager: <info> nameserver '78.46.37.135' >00:27:55,918 INFO NetworkManager: <info> domain name 'alteeve.com' >00:27:55,918 INFO NetworkManager: <info> Activation (p4p2) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >00:27:55,918 INFO NetworkManager: <info> Activation (p4p2) Stage 5 of 5 (IPv4 Commit) started... >00:27:55,918 INFO NetworkManager: <info> (p4p2): device state change: ip-config -> activated (reason 'none') [70 100 0] >00:27:55,923 INFO NetworkManager: <info> Activation (p4p2) successful, device activated. >00:27:55,923 INFO NetworkManager: <info> Activation (p4p2) Stage 5 of 5 (IPv4 Commit) complete. >00:27:55,927 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 14: /sbin/chkconfig: No such file or directory >00:27:55,959 INFO dhclient: DHCPACK from 10.255.255.254 (xid=0x4e4ea8b6) >00:27:55,963 INFO dhclient: bound to 10.255.0.250 -- renewal in 40941 seconds. >00:27:55,963 INFO NetworkManager: <info> (p2p1): DHCPv4 state changed preinit -> reboot >00:27:55,963 INFO NetworkManager: <info> address 10.255.0.250 >00:27:55,963 INFO NetworkManager: <info> prefix 16 (255.255.0.0) >00:27:55,963 INFO NetworkManager: <info> gateway 10.255.255.254 >00:27:55,963 INFO NetworkManager: <info> nameserver '8.8.8.8' >00:27:55,963 INFO NetworkManager: <info> nameserver '78.46.37.135' >00:27:55,963 INFO NetworkManager: <info> domain name 'alteeve.com' >00:27:55,963 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >00:27:55,963 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) started... >00:27:55,964 INFO NetworkManager: <info> (p2p1): device state change: ip-config -> activated (reason 'none') [70 100 0] >00:27:55,965 INFO NetworkManager: <info> Activation (p2p1) successful, device activated. >00:27:55,966 INFO NetworkManager: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) complete. >00:27:56,003 INFO dhclient: DHCPACK from 10.255.255.254 (xid=0x73a0029d) >00:27:56,007 INFO dhclient: bound to 10.255.0.217 -- renewal in 32562 seconds. >00:27:56,007 INFO NetworkManager: <info> (p4p1): DHCPv4 state changed preinit -> reboot >00:27:56,008 INFO NetworkManager: <info> address 10.255.0.217 >00:27:56,008 INFO NetworkManager: <info> prefix 16 (255.255.0.0) >00:27:56,008 INFO NetworkManager: <info> gateway 10.255.255.254 >00:27:56,010 INFO NetworkManager: <info> nameserver '8.8.8.8' >00:27:56,010 INFO NetworkManager: <info> nameserver '78.46.37.135' >00:27:56,010 INFO NetworkManager: <info> domain name 'alteeve.com' >00:27:56,010 INFO NetworkManager: <info> Activation (p4p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >00:27:56,010 INFO NetworkManager: <info> Activation (p4p1) Stage 5 of 5 (IPv4 Commit) started... >00:27:56,010 INFO NetworkManager: <info> (p4p1): device state change: ip-config -> activated (reason 'none') [70 100 0] >00:27:56,010 INFO NetworkManager: <info> Activation (p4p1) successful, device activated. >00:27:56,011 INFO NetworkManager: <info> Activation (p4p1) Stage 5 of 5 (IPv4 Commit) complete. >00:27:57,013 WARNING kernel:[ 96.332490] auditd (1408): /proc/1408/oom_adj is deprecated, please use /proc/1408/oom_score_adj instead. >00:28:00,386 INFO systemd: Starting NTP client/server... >00:28:00,422 INFO chrony-helper: tr: write error: Broken pipe >00:28:00,423 INFO chrony-helper: tr: write error >00:28:00,461 INFO chronyd: chronyd version 1.27-git1ca844 starting >00:28:00,461 INFO chronyd: Linux kernel major=3 minor=6 patch=1 >00:28:00,461 INFO chronyd: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >00:28:00,494 INFO systemd: Started NTP client/server. >00:28:01,496 ERR kernel:[ 100.814153] mei 0000:00:16.0: init hw failure. >00:28:01,496 ERR kernel:[ 100.814209] mei 0000:00:16.0: initialization failed. >00:28:02,308 INFO kernel:[ 102.242871] Btrfs loaded >00:28:02,391 INFO kernel:[ 102.326216] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled > > >/run/install/ks.cfg: ># Kickstart file created by Digimer ># Email: digimer@alteeve.ca ># Updated: Oct. 08, 2012 ># Based on: Fedora 18 > > >### Setup values. ># Doing a full install. >install > ># This is the web server with the installation image. For more information on ># setting up a PXE and web server, see: ># - https://alteeve.ca/w/Setting_Up_a_PXE_Server_in_Fedora >url --url=http://10.255.255.254/f18/x86_64/img/ > ># Set the language and keyboard to en_US, UTF-8. Adjust as needed. >lang en_US.UTF-8 >keyboard us > ># Set the timezone to Eastern Standard/Daylight Time. To get your preferred ># time zone, run 'tzselect'. When finished, looks for the line like: ># - Therefore TZ='America/Toronto' will be used. ># Take the value in "TZ='...'" and use it below. >timezone --utc America/Toronto > ># This sets the (first) ethernet device. There is currently no way to map ># device names to physical interfaces. For this reason, I use DHCP for install ># and configure the network manually post-install. >network --device p2p2 --bootproto dhcp --noipv6 --onboot yes --hostname an-c04n01.alteeve.ca > ># Default root password is 'initial'. Change it post install >rootpw --iscrypted $6$EyRSE4b41vSXFkBQ$DuQxfpr4a9WN8uqg4VdxWTG8clCvuueEW6OyBtmQgUqSgSaLWcBXYaDlu0nF815jE5ozPWHPAoNfA4J2oqsa60 >authconfig --enableshadow --passalgo=sha512 > ># In a production system, you will likely want to enable a firewall and ># SELinux. Given that this script is likely to be used while learning though, ># I turn them both off to reduce potential problems. Please be sure to build a ># firewall (Shorewall is good) and to re-enable SELinux as final steps before ># going into production. This way you will be able to focus on resolving issues ># specific to firewalling and SELinux without wondering if problems are caused ># by the general configuration. >#firewall --service=ssh >#selinux --enforcing >firewall --disabled >selinux --disabled > ># Given how often I rebuild machines, I like to pre-define the initial user and ># thus skip 'firstboot' to save time. >#firstboot --disable > ># This is a generic, backup login account with the same password as root. >user --name=alteeve --iscrypted --password=$6$EyRSE4b41vSXFkBQ$DuQxfpr4a9WN8uqg4VdxWTG8clCvuueEW6OyBtmQgUqSgSaLWcBXYaDlu0nF815jE5ozPWHPAoNfA4J2oqsa60 > ># Reboot after the install completes rather than waiting for the user to ># manually reboot. >#reboot > ># This runs a script (below) that generates the partitioning information ># depending on a rudamentary test for available storage devices. >zerombr >clearpart --initlabel --drives=sda,sdb --all >#ignoredisk --only-use=sda,sdb >#bootloader --location=mbr --driveorder=sda,sdb --append="" > ># Needed since F16 >part biosboot --fstype=biosboot --size=1 > ># /boot >#part raid.11 --ondisk=sda --asprimary --size=512 >#part raid.12 --ondisk=sdb --asprimary --size=512 ># <swap> >part raid.21 --size=4096 >part raid.22 --size=4096 ># / >part raid.31 --size=40960 >part raid.32 --size=40960 > ># Format /boot and /. >#raid /boot --fstype=ext4 --level=1 --device=md1 raid.11 raid.12 >raid swap --fstype=swap --level=1 --device=md2 raid.21 raid.22 >raid / --fstype=ext4 --level=1 --device=md3 raid.31 raid.32 > ># These options allow me to disable and enable services. Given that we're ># building servers, I particularly like to replace 'NetworkManager' with the ># simpler, and more static, 'network' service. If you want to add additional ># services, seperate the service names with commans. (ie: foo,bar,baz). >#services --disabled NetworkManager,iptables,iptables,ip6tables >#services --enabled network > ># This enables the graphical desktop, Gnome specifically, and includes some ># tools to make working on clustering easier. As with the firewall and SELinux, ># you will want to alter this and strip out as much as you can before going ># into production. >%packages >@core >vim >wget >rsync >openssh-clients >perl >screen >telnet >bridge-utils >dmidecode >mlocate >bridge-utils >gpm >#pacemaker >#corosync >#fence-agents >#resource-agents >%end > >%post ># As per: https://bugzilla.redhat.com/show_bug.cgi?id=472776, this removes ># the graphical boot as it sometimes produces difficult to read boot screens. >sed -i 's/ rhgb//g' /etc/default/grub >sed -i 's/ quiet//g' /etc/default/grub >#sed -i 's/rd.dm=0/rd.dm=0 biosdevname=0/g' /etc/default/grub >grub2-mkconfig -o /etc/grub2.cfg >plymouth-set-default-theme details -R >sed -i 's/keepcache=0/keepcache=1/g' /etc/yum.conf >#sed -i 's/id:5:initdefault/id:3:initdefault/g' /etc/inittab >#yum -y install resource-agents ricci corosynclib-devel openaislib-devel fence-agents resource-agents modcluster ricci >yum -y install syslinux >yum -y update > ># Download the backup files and load them. >cd ~ >#wget http://10.255.255.254/f18/x86_64/files/base_an-c04n01.tar >#cp base_an-c04n01.tar /mnt/sysimage/root/ >#/etc/init.d/network stop >#tar -xvf base_an-c04n01.tar -C / >#rm -f /etc/udev/rules.d/70-persistent-net.rules >#start_udev >#/etc/init.d/network start >%end >
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 864764
:
624537
|
624538
|
624539
|
624540
|
624541
|
624542
|
624543
|
624544
|
624545
|
624546
|
624547
|
624548
| 624549 |
624550
|
696996
|
696998