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 915898 Details for
Bug 1095220
No module named categories.system
[?]
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.
Comment
comment_7068665.txt (text/plain), 163.84 KB, created by
Alexander Todorov
on 2014-05-07 10:15:59 UTC
(
hide
)
Description:
Comment
Filename:
MIME Type:
Creator:
Alexander Todorov
Created:
2014-05-07 10:15:59 UTC
Size:
163.84 KB
patch
obsolete
>Description of problem: > >Happens every time with text mode install > >anaconda 21.35-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/tui/spokes/shell_spoke.py", line 23, in <module> > from pyanaconda.ui.tui.categories.system import SystemCategory > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/common.py", line 622, in collect > fo, module_path, module_flags) > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/__init__.py", line 159, in _collectActionClasses > standalones.extend(collect(module_pattern, path, lambda obj: issubclass(obj, standalone_class) and \ > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/tui/__init__.py", line 153, in setup > spokes = self._collectActionClasses(self.paths["spokes"], StandaloneSpoke) > File "/sbin/anaconda", line 1226, in <module> > anaconda._intf.setup(ksdata) >ImportError: No module named categories.system > >Local variables in innermost frame: >__builtins__: {'bytearray': <type 'bytearray'>, 'IndexError': <type 'exceptions.IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'memoryview': <type 'memoryview'>, 'isinstance': <built-in function isinstance>, 'copyright': Copyright (c) 2001-2013 Python Software Foundation. >All Rights Reserved. > >Copyright (c) 2000 BeOpen.com. >All Rights Reserved. > >Copyright (c) 1995-2001 Corporation for National Research Initiatives. >All Rights Reserved. > >Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. >All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'dict': <type 'dict'>, 'input': <built-in function input>, 'oct': <built-in function oct>, 'bin': <built-in function bin>, 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'format': <built-in function format>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': <built-in function iter>, 'reload': <built-in function reload>, 'Warning': <type 'exceptions.Warning'>, '__package__': None, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <type 'set'>, 'bytes': <type 'str'>, 'reduce': <built-in function reduce>, 'intern': <built-in function intern>, 'issubclass': <built-in function issubclass>, 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': <built-in function locals>, 'BufferError': <type 'exceptions.BufferError'>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': <built-in function print>, 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'ReferenceError': <type 'exceptions.ReferenceError'>, 'len': <built-in function len>, 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands > for supporting Python development. See www.python.org for more information., 'frozenset': <type 'frozenset'>, '__name__': '__builtin__', 'ord': <built-in function ord>, 'super': <type 'super'>, 'TypeError': <type 'exceptions.TypeError'>, 'license': See http://www.python.org/2.7/license.html, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': <built-in function filter>, 'range': <built-in function range>, 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>, 'apply': <built-in function apply>, 'LookupError': <type 'exceptions.LookupError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': <built-in function zip>, 'hex': <built-in function hex>, 'long': <type 'long'>, 'next': <built-in function next>, 'ImportError': <type 'exceptions.ImportError'>, 'chr': <built-in function chr>, 'xrange': <type 'xrange'>, 'type': <type 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'raw_input': <built-in function raw_input>, 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, '__import__': <built-in function __import__>, 'KeyError': <type 'exceptions.KeyError'>, 'coerce': <built-in function coerce>, 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': <built-in function unichr>, 'id': <built-in function id>, 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': <built-in function execfile>, 'any': <built-in function any>, 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': <built-in function map>, 'buffer': <type 'buffer'>, 'max': <built-in function max>, 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': <built-in function callable>, 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>} >__name__: None >__file__: None >__doc__: None >__package__: None > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: TextUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf.productTitle: Anaconda > _intf._meh_interface: TextIntf instance, containing members: > _intf._meh_interface._io: IOHandler instance, containing members: > _intf._meh_interface._io.out_func: <built-in function print> > _intf._meh_interface._io.in_func: <bound method App.raw_input of <pyanaconda.ui.tui.simpleline.base.App object at 0xb3d03eac>> > _intf._meh_interface.screen: None > _intf.isFinal: True > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: None > _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._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: False > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._pvInfo: None > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._lvInfo: None > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _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.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: [] > _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: 115200n8 > _intf.storage._bootloader.console: ttyS1 > _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.disks: [] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _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: > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: #version=DEVEL ># Reboot after installation >reboot ># Use network installation >url --url="http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140506/rawhide/i386/os/" ># Use text mode install >text ># Firewall configuration >firewall --disabled ># Keyboard layouts ># old format: keyboard us ># new format: >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 ># Installation logging level >logging --level=info ># Network information >network --hostname=hp-dl360g7-01.lab.eng.brq.redhat.com ># Root password >rootpw --iscrypted $1$xafj7qlW$6swjxMwu0po47drJVRcIZ/ ># SELinux configuration >selinux --enforcing ># Do not configure the X Window System >skipx ># System timezone >timezone America/New_York --isUtc --ntpservers=services.englab.brq.redhat.com,s02.brq.redhat.com ># System bootloader configuration >bootloader --location=mbr >autopart ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel > >%post > >wget -O - http://snake.test.redhat.com/setup.sh | sh >%end > >%pre --logfile /dev/console >set -x ># Check in with Beaker Server >wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1342690 > >wget -O /tmp/anamon 'http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon' >python /tmp/anamon --recipe-id 1342690 --xmlrpc-url 'http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2' >%end > >%post --logfile /dev/console >set -x ># Check in with Beaker Server, let it know our hostname, and ># record our install time. >REPORTED_FQDN=$(hostname -f) >if [[ -z "$REPORTED_FQDN" || $REPORTED_FQDN == localhost || $REPORTED_FQDN == localhost.* ]] ; then > # hostname -f is the most future-proof approach, but it isn't always reliable > if [ -f /etc/hostname ] ; then > # Preferred fallback if the OS is recent enough to provide it > REPORTED_FQDN=$(cat /etc/hostname) > elif grep -q ^HOSTNAME= /etc/sysconfig/network ; then > # Last resort fallback to try to report something sensible > REPORTED_FQDN=$(grep ^HOSTNAME= /etc/sysconfig/network | cut -f2- -d=) > fi >fi >curl http://lab-02.rhts.eng.brq.redhat.com:8000/install_done/1342690/$REPORTED_FQDN > >curl http://lab-02.rhts.eng.brq.redhat.com:8000/nopxe/hp-dl360g7-01.lab.eng.brq.redhat.com >echo 1342690 > /root/RECIPE.TXT > ># If netboot_method= is found in /proc/cmdline record it to /root >netboot_method=$(perl -n -e'/netboot_method=([^\s]+)/ && print $1' /proc/cmdline) >if [ -n "$netboot_method" ]; then >echo $netboot_method >/root/NETBOOT_METHOD.TXT >fi > ># Enable post-install boot notification > >curl -R "http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon" -o /usr/local/sbin/anamon >curl -R "http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon.init" -o /etc/rc.d/init.d/anamon > >chmod 755 /etc/rc.d/init.d/anamon /usr/local/sbin/anamon > >if selinuxenabled &>/dev/null; then > restorecon /etc/rc.d/init.d/anamon /usr/local/sbin/anamon >fi > >chkconfig --add anamon > >cat << __EOT__ > /etc/sysconfig/anamon >XMLRPC_URL="http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2" >RECIPE_ID="1342690" >LOGFILES="/var/log/boot.log /var/log/messages /var/log/dmesg" >__EOT__ > > >if [ -e /etc/sysconfig/ntpdate ] ; then > systemctl enable ntpdate >fi >if [ -e "/etc/sysconfig/ntpd" ]; then > systemctl enable ntpd > GOT_G=$(/bin/cat /etc/sysconfig/ntpd | grep -E '^OPTIONS' | grep '\-g') > > if [ -z "$GOT_G" ]; then > /bin/sed -i -r 's/(^OPTIONS\s*=\s*)(['\''|"])(.+)$/\1\2\-x \3 /' /etc/sysconfig/ntpd > fi >fi >if [ -e /etc/chrony.conf ] ; then > cp /etc/chrony.conf{,.orig} > # use only DHCP-provided time servers, no default pool servers > sed -i '/^server /d' /etc/chrony.conf > cp /etc/sysconfig/network{,.orig} > # setting iburst should speed up initial sync > # https://bugzilla.redhat.com/show_bug.cgi?id=787042#c12 > echo NTPSERVERARGS=iburst >>/etc/sysconfig/network > systemctl disable ntpd > systemctl disable ntpdate >fi > > >if efibootmgr &>/dev/null ; then > # The installer should have added a new boot entry for the OS > # at the top of the boot order. We move it to the end of the order > # and set it as BootNext instead. > boot_order=$(efibootmgr | awk '/BootOrder/ { print $2 }') > os_boot_entry=$(cut -d, -f1 <<<"$boot_order") > new_boot_order=$(cut -d, -f2- <<<"$boot_order"),"$os_boot_entry" > efibootmgr -o "$new_boot_order" > efibootmgr -n "$os_boot_entry" > # save the boot entry for later, so that rhts-reboot can set BootNext as well > echo "$os_boot_entry" >/root/EFI_BOOT_ENTRY.TXT >fi > > > >#Add Task Repo >cat <<"EOF" >/etc/yum.repos.d/beaker-tasks.repo >[beaker-tasks] >name=beaker-tasks >baseurl=http://beaker.engineering.redhat.com/repos/1342690 >enabled=1 >gpgcheck=0 >EOF > > ># Add Harness Repo >cat <<"EOF" >/etc/yum.repos.d/beaker-harness.repo >[beaker-harness] >name=beaker-harness >baseurl=http://beaker.engineering.redhat.com/harness/Fedorarawhide/ >enabled=1 >gpgcheck=0 >EOF > ># Add distro and custom Repos >cat <<"EOF" >/etc/yum.repos.d/beaker-Fedora-debuginfo.repo >[beaker-Fedora-debuginfo] >name=beaker-Fedora-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140506/rawhide/i386/debug >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Fedora.repo >[beaker-Fedora] >name=beaker-Fedora >baseurl=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140506/rawhide/i386/os/ >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF > > ># fill the yum cache and redirect output to /dev/null ># This speeds up yum because of a bug where it will update stdout too often. ># http://lists.baseurl.org/pipermail/yum-devel/2011-December/008857.html >yum check-update > /dev/null 2>&1 || true >yum -y install beah rhts-test-env beakerlib ># This may fail if you are outside of Red Hat.. >yum -y install beakerlib-redhat > >cp /etc/beah_beaker.conf{,.default} >cat << EOF > /etc/beah_beaker.conf ># see /etc/beah_beaker.conf.default for commented configuration > >[DEFAULT] ># LAB_CONTROLLER: URI of Beaker's XML-RPC handler >LAB_CONTROLLER=http://lab-02.rhts.eng.brq.redhat.com:8000 ># ># HOSTNAME: Pretend to be machine with given name. ># NOTE: This is mostly pointless as usually correct name is assigned by DHCP. >HOSTNAME=hp-dl360g7-01.lab.eng.brq.redhat.com >RECIPEID=1342690 > ># Turn on hard limits on upload sizes: >FILE_SIZE_LIMIT=200000000 >TASK_SIZE_LIMIT=800000000 > >EOF > >cp /etc/beah.conf{,.default} >cat << EOF > /etc/beah.conf ># see /etc/beah.conf.default for commented configuration > >[DEFAULT] ># Turn on more verbose logging and redirect to console. This is useful for ># debugging harness' problems. >LOG=Info >CONSOLE_LOG=Console ># To turn on debug logging uncomment the following line. Warning: this is ># rather verbose! This also requires LOG to be Debug. >#DEVEL=True > >[TASK] >INTERFACE= > >EOF > >systemctl enable beah-srv >systemctl enable beah-beaker-backend >systemctl enable beah-fwd-backend > >#Add test user account >useradd --password '$6$oIW3o2Mr$XbWZKaM7nA.cQqudfDJScupXOia5h1u517t6Htx/Q/MgXm82Pc/OcytatTeI4ULNWOMJzvpCigWiL4xKP9PX4.' test >cat <<"EOF" >/etc/profile.d/beaker.sh >export BEAKER="https://beaker.engineering.redhat.com/" >export BEAKER_JOB_WHITEBOARD='Fedora-rawhide-20140506 i386 text-mode, HTTP, PXE-BOOT' >export BEAKER_RECIPE_WHITEBOARD='Fedora-rawhide-20140506 i386 text-mode, HTTP, PXE-BOOT' >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >setenv BEAKER_JOB_WHITEBOARD 'Fedora-rawhide-20140506 i386 text-mode, HTTP, PXE-BOOT' >setenv BEAKER_RECIPE_WHITEBOARD 'Fedora-rawhide-20140506 i386 text-mode, HTTP, PXE-BOOT' >EOF >cat << EOF > /etc/profile.d/rh-env.sh >export LAB_CONTROLLER=lab-02.rhts.eng.brq.redhat.com >export DUMPSERVER=netdump-01.eng.brq.redhat.com >export NFSSERVERS="rhel4-nfs.rhts.eng.brq.redhat.com:/export/home rhel5-nfs.rhts.eng.brq.redhat.com:/export/home rhel6-nfs.rhts.eng.brq.redhat.com:/export/home " >export LOOKASIDE=http://download.eng.brq.redhat.com/pub/rhel/qa/rhts/lookaside/ >export BUILDURL=http://download.eng.brq.redhat.com >EOF >cat << EOF > /etc/profile.d/rh-env.csh >setenv LAB_CONTROLLER lab-02.rhts.eng.brq.redhat.com >setenv DUMPSERVER netdump-01.eng.brq.redhat.com >setenv NFSSERVERS "rhel4-nfs.rhts.eng.brq.redhat.com:/export/home rhel5-nfs.rhts.eng.brq.redhat.com:/export/home rhel6-nfs.rhts.eng.brq.redhat.com:/export/home" >setenv LOOKASIDE http://download.eng.brq.redhat.com/pub/rhel/qa/rhts/lookaside/ >setenv BUILDURL http://download.eng.brq.redhat.com >EOF >mkdir -p /root/.ssh >cat >>/root/.ssh/authorized_keys <<"__EOF__" >ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA3hLjkxzvGZ7m99r23VjrHPUKdyiZSlCmtQcDm0cVB2NURZ2fd2rL1/SvgOi8dmUQHwZaQ0HtK5OuBpU0bKm0bmz1gYhW4toAaiDzgJyllXNoAFzbLsNzi+uAaKL7ERIVbu1m9zDQNSlyd2/YWR/frxgVjdeWch3WnIi5QA/kvbdDKs0DTg0s4EvrVuoNDN6Y0g38UPp556B3OAm2MovwABBwE05L5Uwu56amJBld4cDMC5k8lHqHls0Dlnrc66mE88tWQKtbaEJXCtDMua8VseHc9AgifcKMtiNkY2wRReNhMswT/3PoVOOLPIO2QMQivLasqFprKX5Alf1KQsXsCQ== alexx@redbull >__EOF__ >restorecon -R /root/.ssh >chmod go-w /root /root/.ssh /root/.ssh/authorized_keys ># Check in with Beaker Server, record our postinstall time. >curl http://lab-02.rhts.eng.brq.redhat.com:8000/postinstall_done/1342690 ># Disable rhts-compat for Fedora15/RHEL7 and newer. >cat >> /etc/profile.d/task-overrides-rhts.sh <<END >export RHTS_OPTION_COMPATIBLE= >export RHTS_OPTION_COMPAT_SERVICE= >END >%end > >%packages --ignoremissing >@base >@desktop-platform-devel >@development >@development-libs >@development-tools >@server-platform-devel >expect >gcc >install >libxml2-python >make >nfs-utils >ntp >procmail >pyOpenSSL >redhat-lsb >wget > >%end > > > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.fcoe.added_nics: [] > _intf.storage.autoPartitionRequests: [PartSpec instance (0xb3d40aec) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True > >, PartSpec instance (0xb3d40b2c) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0xb3d40b6c) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0xb3d40acc) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1024 KiB maxSize = None grow = False > >, PartSpec instance (0xb3d40d6c) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf.quitMessage: None > _intf._app: App instance, containing members: > _intf._app.quit_message: Do you really want to quit? > _intf._app._screens: [] > _intf._app._handlers: {4: [(<function exception_msg_handler at 0xb4f7e8ec>, None)], 5: [(<bound method TextUserInterface._handle_show_message of <pyanaconda.ui.tui.TextUserInterface object at 0xb3d409ec>>, None)]} > _intf._app._redraw: True > _intf._app._width: 80 > _intf._app._header: Anaconda > _intf._app.queue: Queue instance, containing members: > _intf._app.queue.unfinished_tasks: 0 > _intf._app.queue.queue: deque([]) > _intf._app.queue.maxsize: 0 > _intf._app.queue.all_tasks_done: <Condition(<thread.lock object at 0xb5040ba0>, 0)> > _intf._app.queue.mutex: <thread.lock object at 0xb5040ba0> > _intf._app.queue.not_full: <Condition(<thread.lock object at 0xb5040ba0>, 0)> > _intf._app.queue.not_empty: <Condition(<thread.lock object at 0xb5040ba0>, 0)> > _intf._app._spacer: ================================================================================ >================================================================================ > _intf._app.quit_question: <class 'pyanaconda.ui.tui.tuiobject.YesNoDialog'> > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: None > _intf.payload.instclass: None > _intf.payload._rescueVersionList: [] > _intf.payload.install_device: None > _intf.payload._environmentAddons: {} > _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._setup: False > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload.storage: None > _intf.payload._yum: Skipped > _intf.payload._base_repo: None > _intf.payload.txID: None > _intf.payload._rpm_macros: [] > _intf.payload._createdInitrds: False > _intf.payload._packages: [] > _intf.payload._space_required: 2861.02 MiB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140506/rawhide/i386/os/ >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: 115200n8 > _bootloader.console: ttyS1 > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _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: > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: t >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >dbus_session_connection: None >dbus_inhibit_id: None >mehConfig: Config instance, containing members: > mehConfig.programArch: i686 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0xb3d748ec>, True), 'type': (<function <lambda> at 0xb3d74a3c>, True), 'addons': (<function list_addons_callback at 0xb3d74994>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0xb3d74924>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 21.35-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > 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, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 't', 'stage2': None, 'method': 'http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140506/rawhide/i386/os/', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'mpathfriendlynames': True, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: > > >/tmp/anaconda.log: >11:19:26,177 INFO anaconda: /sbin/anaconda 21.35-1 >11:19:26,809 INFO anaconda: 3670016 kB (3584 MB) are available >11:19:26,809 INFO anaconda: check_memory(): total:3584, needed:512, graphical:512 >11:19:26,825 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >11:19:26,825 INFO anaconda: Default encoding = utf-8 >11:19:26,902 INFO anaconda: Running kickstart %%pre script(s) >11:19:26,903 INFO anaconda.stdout: Running pre-installation scripts >11:19:28,025 INFO anaconda: All kickstart %%pre script(s) have been run >11:19:28,025 INFO anaconda: Parsing kickstart: /run/install/ks.cfg >11:19:28,694 WARN anaconda.stdout: Not asking for VNC because of an automated install >11:19:28,694 WARN anaconda.stdout: Not asking for VNC because text mode was explicitly asked for in kickstart >11:19:28,706 INFO anaconda: Display mode = t >11:19:28,708 INFO anaconda: 3670016 kB (3584 MB) are available >11:19:28,708 INFO anaconda: check_memory(): total:3584, needed:512, graphical:512 >11:19:28,724 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >11:19:28,726 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >11:19:28,727 INFO anaconda: using only installclass _Fedora >11:19:29,722 INFO anaconda: bootloader GRUB2 on X86 platform >11:19:29,781 INFO anaconda: bootloader GRUB2 on X86 platform >11:19:29,845 DEBUG anaconda: network: devices found ['em1', 'em2', 'em3', 'em4'] >11:19:30,403 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on em2 >11:19:30,516 DEBUG anaconda: network: setting autoconnect of em2 to False >11:19:30,837 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on em3 >11:19:30,952 DEBUG anaconda: network: setting autoconnect of em3 to False >11:19:31,277 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on em4 >11:19:31,390 DEBUG anaconda: network: setting autoconnect of em4 to False >11:19:31,390 DEBUG anaconda: network: missing ifcfgs created for devices ['em2', 'em3', 'em4'] >11:19:31,508 DEBUG anaconda: updating hostname hp-dl360g7-01.lab.eng.brq.redhat.com >11:19:31,531 INFO anaconda: Running Thread: AnaStorageThread (-1283839168) >11:19:31,532 INFO anaconda: Running Thread: AnaTimeInitThread (-1292231872) >11:19:31,533 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (-1300624576) >11:19:31,534 INFO anaconda: Running Thread: AnaPayloadThread (-1309017280) >11:19:31,571 INFO anaconda: got 2 NTP servers from DHCP >11:19:31,840 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (-1300624576) >11:19:31,851 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (-1300624576) >11:19:31,852 INFO anaconda: Starting geolocation lookup >11:19:31,852 INFO anaconda: Geolocation provider: Fedora GeoIP >11:19:32,001 INFO anaconda: Thread Done: AnaTimeInitThread (-1292231872) >11:19:32,434 INFO anaconda: Geolocation lookup finished in 0.6 seconds >11:19:32,435 INFO anaconda: got results from geolocation >11:19:32,435 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (-1300624576) >11:24:32,533 DEBUG anaconda: running handleException >11:24:32,535 DEBUG anaconda: Traceback (most recent call last): > > File "/sbin/anaconda", line 1226, in <module> > anaconda._intf.setup(ksdata) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/tui/__init__.py", line 153, in setup > spokes = self._collectActionClasses(self.paths["spokes"], StandaloneSpoke) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/__init__.py", line 159, in _collectActionClasses > standalones.extend(collect(module_pattern, path, lambda obj: issubclass(obj, standalone_class) and \ > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/common.py", line 622, in collect > fo, module_path, module_flags) > > File "/usr/lib/python2.7/site-packages/pyanaconda/ui/tui/spokes/shell_spoke.py", line 23, in <module> > from pyanaconda.ui.tui.categories.system import SystemCategory > >ImportError: No module named categories.system > >11:24:33,432 DEBUG anaconda: Gtk cannot be initialized >11:24:33,432 DEBUG anaconda: In the main thread, running exception handler > > >/tmp/packaging.log: > > >/tmp/program.log: >11:19:26,903 INFO program: Running... /bin/sh /tmp/ks-script-d1DQEU >11:19:28,016 INFO program: + wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1342690 >11:19:28,017 INFO program: --2014-05-07 11:19:26-- http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1342690 >11:19:28,017 INFO program: Resolving lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)... 2620:52:0:2223:216:3eff:fe52:518e, 10.34.32.5 >11:19:28,017 INFO program: Connecting to lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)|2620:52:0:2223:216:3eff:fe52:518e|:8000... connected. >11:19:28,018 INFO program: HTTP request sent, awaiting response... 200 OK >11:19:28,018 INFO program: Length: 4 [text/plain] >11:19:28,018 INFO program: Saving to: 'STDOUT' >11:19:28,019 INFO program: True >11:19:28,019 INFO program: 0K 100% 687K=0s >11:19:28,019 INFO program: >11:19:28,020 INFO program: 2014-05-07 11:19:27 (687 KB/s) - written to stdout [4/4] >11:19:28,020 INFO program: >11:19:28,020 INFO program: + wget -O /tmp/anamon http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon >11:19:28,021 INFO program: --2014-05-07 11:19:27-- http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon >11:19:28,021 INFO program: Resolving lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)... 2620:52:0:2223:216:3eff:fe52:518e, 10.34.32.5 >11:19:28,021 INFO program: Connecting to lab-02.rhts.eng.brq.redhat.com (lab-02.rhts.eng.brq.redhat.com)|2620:52:0:2223:216:3eff:fe52:518e|:80... connected. >11:19:28,022 INFO program: HTTP request sent, awaiting response... 200 OK >11:19:28,022 INFO program: Length: 8703 (8.5K) [text/plain] >11:19:28,022 INFO program: Saving to: '/tmp/anamon' >11:19:28,023 INFO program: >11:19:28,023 INFO program: 0K ........ 100% 135M=0s >11:19:28,023 INFO program: >11:19:28,023 INFO program: 2014-05-07 11:19:27 (135 MB/s) - '/tmp/anamon' saved [8703/8703] >11:19:28,024 INFO program: >11:19:28,024 INFO program: + python /tmp/anamon --recipe-id 1342690 --xmlrpc-url http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2 >11:19:28,024 DEBUG program: Return code: 0 >11:19:28,062 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >11:19:28,084 DEBUG program: Return code: 0 >11:19:28,085 INFO program: Running... udevadm settle --timeout=300 >11:19:28,135 DEBUG program: Return code: 0 >11:19:28,196 INFO program: Running... modprobe fcoe >11:19:28,272 DEBUG program: Return code: 0 >11:19:28,272 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >11:19:28,348 INFO program: No FCoE boot disk information is found in EDD! >11:19:28,349 DEBUG program: Return code: 1 >11:19:28,363 INFO program: Running... loadkeys us >11:19:28,472 DEBUG program: Return code: 0 >11:19:28,472 INFO program: Running... loadkeys us >11:19:28,530 DEBUG program: Return code: 0 >11:19:31,534 INFO program: Running... hwclock --hctosys --utc >11:19:32,000 DEBUG program: Return code: 0 >11:19:32,001 INFO program: Running... udevadm settle --timeout=300 >11:24:32,382 DEBUG program: Return code: 1 >11:24:32,383 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >11:24:32,457 DEBUG program: Return code: 0 >11:24:32,458 INFO program: Running... systemctl start chronyd.service >11:24:32,518 DEBUG program: Return code: 0 >11:24:32,520 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >11:19:28,194 DEBUG blivet: Caught exception, continuing. >11:19:28,194 DEBUG blivet: Problem description: failed to get initiator name from iscsi firmware >11:19:28,194 DEBUG blivet: Begin exception details. >11:19:28,195 DEBUG blivet: Traceback (most recent call last): >11:19:28,195 DEBUG blivet: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >11:19:28,195 DEBUG blivet: initiatorname = libiscsi.get_firmware_initiator_name() >11:19:28,195 DEBUG blivet: IOError: Unknown error >11:19:28,195 DEBUG blivet: End exception details. >11:19:28,196 INFO blivet: ISCSID is /sbin/iscsid >11:19:28,196 INFO blivet: no initiator set >11:19:28,349 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >11:19:28,349 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >11:19:28,709 DEBUG blivet: trying to set new default fstype to 'ext4' >11:19:28,713 DEBUG blivet: Ext4FS.supported: supported: True ; >11:19:28,714 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >11:19:28,715 DEBUG blivet: Ext4FS.supported: supported: True ; >11:19:28,717 DEBUG blivet: Caught exception, continuing. >11:19:28,717 DEBUG blivet: Problem description: failed to get initiator name from iscsi firmware >11:19:28,717 DEBUG blivet: Begin exception details. >11:19:28,718 DEBUG blivet: Traceback (most recent call last): >11:19:28,718 DEBUG blivet: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >11:19:28,718 DEBUG blivet: initiatorname = libiscsi.get_firmware_initiator_name() >11:19:28,718 DEBUG blivet: IOError: Unknown error >11:19:28,719 DEBUG blivet: End exception details. >11:19:29,724 INFO blivet: Detected 3584 MiB of memory >11:19:29,753 INFO blivet: Suggested swap size (3584 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >11:19:29,780 INFO blivet: Swap attempt of 0.0 >11:19:31,532 INFO blivet: resetting Blivet (version 0.51) instance <blivet.Blivet object at 0xb4af6bcc> >11:19:31,534 INFO blivet: no initiator set >11:19:31,536 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >11:19:31,539 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] > > >/tmp/ifcfg.log: >11:19:29,846 DEBUG ifcfg: content of files (network initialization): >11:19:29,846 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em1: >11:19:29,846 DEBUG ifcfg: # Generated by dracut initrd >11:19:29,847 DEBUG ifcfg: DEVICE="em1" >11:19:29,847 DEBUG ifcfg: ONBOOT=yes >11:19:29,847 DEBUG ifcfg: NETBOOT=yes >11:19:29,847 DEBUG ifcfg: UUID="c748a31c-ad5d-46e8-a0de-547088f1cb4b" >11:19:29,847 DEBUG ifcfg: BOOTPROTO=dhcp >11:19:29,848 DEBUG ifcfg: HWADDR="3c:4a:92:f4:43:14" >11:19:29,848 DEBUG ifcfg: TYPE=Ethernet >11:19:29,848 DEBUG ifcfg: NAME="em1" >11:19:29,888 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 48]}, 'connection': {'timestamp': 1399461560L, 'type': '802-3-ethernet', 'id': 'Wired connection 2', 'uuid': '88861606-1ba4-4b8f-81ff-8e20ed684149'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 50]}, 'connection': {'timestamp': 1399461560L, 'type': '802-3-ethernet', 'id': 'Wired connection 3', 'uuid': 'f733718e-bba0-46be-8984-720306b15842'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 20]}, 'connection': {'interface-name': 'em1', 'type': '802-3-ethernet', 'id': 'em1', 'uuid': 'c748a31c-ad5d-46e8-a0de-547088f1cb4b'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 20]}, 'connection': {'timestamp': 1399461561L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em1', 'uuid': 'db6c29cf-57a7-473b-a064-2bd4ff941b39'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [18883082L, 52437514L], 'method': 'auto'}, 'ipv6': {'routes': [([38, 32, 0, 82, 0, 0, 34, 48, 0, 0, 0, 0, 10, 34, 48, 241], 128L, [254, 128, 0, 82, 0, 0, 34, 35, 0, 0, 0, 0, 0, 0, 3, 254], 0L)], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 22]}, 'connection': {'timestamp': 1399461560L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': '52e11669-b965-4adf-addb-622253016fbb'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >11:19:30,077 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,079 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,080 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,279 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,280 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,282 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,283 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,712 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em2 >11:19:30,713 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,715 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em2 >11:19:30,716 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,717 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em2 >11:19:30,719 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:30,720 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em2 >11:19:30,721 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:31,149 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em2 >11:19:31,150 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em3 >11:19:31,152 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:31,153 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em2 >11:19:31,155 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em3 >11:19:31,156 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:31,157 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em2 >11:19:31,159 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em3 >11:19:31,160 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:31,161 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em2 >11:19:31,163 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em3 >11:19:31,164 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >11:19:31,390 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['em2', 'em3', 'em4']): >11:19:31,390 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em2: >11:19:31,391 DEBUG ifcfg: TYPE=Ethernet >11:19:31,391 DEBUG ifcfg: BOOTPROTO=dhcp >11:19:31,391 DEBUG ifcfg: DEFROUTE=yes >11:19:31,391 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >11:19:31,392 DEBUG ifcfg: IPV6INIT=yes >11:19:31,392 DEBUG ifcfg: IPV6_AUTOCONF=yes >11:19:31,392 DEBUG ifcfg: IPV6_DEFROUTE=yes >11:19:31,392 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >11:19:31,392 DEBUG ifcfg: NAME=em2 >11:19:31,393 DEBUG ifcfg: UUID=52e11669-b965-4adf-addb-622253016fbb >11:19:31,393 DEBUG ifcfg: ONBOOT=no >11:19:31,393 DEBUG ifcfg: HWADDR=3C:4A:92:F4:43:16 >11:19:31,393 DEBUG ifcfg: PEERDNS=yes >11:19:31,393 DEBUG ifcfg: PEERROUTES=yes >11:19:31,394 DEBUG ifcfg: IPV6_PEERDNS=yes >11:19:31,394 DEBUG ifcfg: IPV6_PEERROUTES=yes >11:19:31,394 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em4: >11:19:31,394 DEBUG ifcfg: TYPE=Ethernet >11:19:31,395 DEBUG ifcfg: BOOTPROTO=dhcp >11:19:31,395 DEBUG ifcfg: DEFROUTE=yes >11:19:31,395 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >11:19:31,395 DEBUG ifcfg: IPV6INIT=yes >11:19:31,395 DEBUG ifcfg: IPV6_AUTOCONF=yes >11:19:31,396 DEBUG ifcfg: IPV6_DEFROUTE=yes >11:19:31,396 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >11:19:31,396 DEBUG ifcfg: NAME=em4 >11:19:31,396 DEBUG ifcfg: UUID=f733718e-bba0-46be-8984-720306b15842 >11:19:31,397 DEBUG ifcfg: ONBOOT=no >11:19:31,397 DEBUG ifcfg: HWADDR=3C:4A:92:F4:43:32 >11:19:31,397 DEBUG ifcfg: PEERDNS=yes >11:19:31,397 DEBUG ifcfg: PEERROUTES=yes >11:19:31,397 DEBUG ifcfg: IPV6_PEERDNS=yes >11:19:31,398 DEBUG ifcfg: IPV6_PEERROUTES=yes >11:19:31,398 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em3: >11:19:31,398 DEBUG ifcfg: TYPE=Ethernet >11:19:31,398 DEBUG ifcfg: BOOTPROTO=dhcp >11:19:31,399 DEBUG ifcfg: DEFROUTE=yes >11:19:31,399 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >11:19:31,399 DEBUG ifcfg: IPV6INIT=yes >11:19:31,399 DEBUG ifcfg: IPV6_AUTOCONF=yes >11:19:31,399 DEBUG ifcfg: IPV6_DEFROUTE=yes >11:19:31,400 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >11:19:31,400 DEBUG ifcfg: NAME=em3 >11:19:31,400 DEBUG ifcfg: UUID=88861606-1ba4-4b8f-81ff-8e20ed684149 >11:19:31,400 DEBUG ifcfg: ONBOOT=no >11:19:31,400 DEBUG ifcfg: HWADDR=3C:4A:92:F4:43:30 >11:19:31,401 DEBUG ifcfg: PEERDNS=yes >11:19:31,401 DEBUG ifcfg: PEERROUTES=yes >11:19:31,401 DEBUG ifcfg: IPV6_PEERDNS=yes >11:19:31,401 DEBUG ifcfg: IPV6_PEERROUTES=yes >11:19:31,402 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em1: >11:19:31,402 DEBUG ifcfg: # Generated by dracut initrd >11:19:31,402 DEBUG ifcfg: DEVICE="em1" >11:19:31,402 DEBUG ifcfg: ONBOOT=yes >11:19:31,402 DEBUG ifcfg: NETBOOT=yes >11:19:31,403 DEBUG ifcfg: UUID="c748a31c-ad5d-46e8-a0de-547088f1cb4b" >11:19:31,403 DEBUG ifcfg: BOOTPROTO=dhcp >11:19:31,403 DEBUG ifcfg: HWADDR="3c:4a:92:f4:43:14" >11:19:31,403 DEBUG ifcfg: TYPE=Ethernet >11:19:31,404 DEBUG ifcfg: NAME="em1" >11:19:31,444 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 48]}, 'connection': {'timestamp': 1399461560L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em3', 'uuid': '88861606-1ba4-4b8f-81ff-8e20ed684149'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 50]}, 'connection': {'timestamp': 1399461560L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em4', 'uuid': 'f733718e-bba0-46be-8984-720306b15842'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 20]}, 'connection': {'interface-name': 'em1', 'type': '802-3-ethernet', 'id': 'em1', 'uuid': 'c748a31c-ad5d-46e8-a0de-547088f1cb4b'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 20]}, 'connection': {'timestamp': 1399461561L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em1', 'uuid': 'db6c29cf-57a7-473b-a064-2bd4ff941b39'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [18883082L, 52437514L], 'method': 'auto'}, 'ipv6': {'routes': [([38, 32, 0, 82, 0, 0, 34, 48, 0, 0, 0, 0, 10, 34, 48, 241], 128L, [254, 128, 0, 82, 0, 0, 34, 35, 0, 0, 0, 0, 0, 0, 3, 254], 0L)], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [60, 74, 146, 244, 67, 22]}, 'connection': {'timestamp': 1399461560L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em2', 'uuid': '52e11669-b965-4adf-addb-622253016fbb'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] > > >/proc/cmdline: >initrd=/images/hp-dl360g7-01.lab.eng.brq.redhat.com/initrd console=tty0 console=ttyS1,115200n8 ks=http://beaker.engineering.redhat.com/kickstart/741961 ksdevice=bootif netboot_method=pxe BOOT_IMAGE=/images/hp-dl360g7-01.lab.eng.brq.redhat.com/kernel BOOTIF=01-3c-4a-92-f4-43-14 > > >/tmp/syslog: >11:19:19,098 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.8" x-pid="1281" x-info="http://www.rsyslog.com"] start >11:19:19,099 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >11:19:19,099 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >11:19:19,099 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >11:19:19,099 NOTICE kernel:[ 0.000000] Linux version 3.15.0-0.rc4.git0.1.fc21.i686 (mockbuild@bkernel02) (gcc version 4.9.0 20140422 (Red Hat 4.9.0-1) (GCC) ) #1 SMP Mon May 5 20:24:00 UTC 2014 >11:19:19,099 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000df62efff] usable >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000df62f000-0x00000000df63bfff] ACPI data >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000df63c000-0x00000000df63cfff] usable >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000df63d000-0x00000000e3ffffff] reserved >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fee0ffff] reserved >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved >11:19:19,099 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021fffefff] usable >11:19:19,099 NOTICE kernel:[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! >11:19:19,099 INFO kernel:[ 0.000000] SMBIOS 2.7 present. >11:19:19,099 DEBUG kernel:[ 0.000000] DMI: HP ProLiant DL360 G7, BIOS P68 01/28/2011 >11:19:19,099 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >11:19:19,099 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >11:19:19,099 INFO kernel:[ 0.000000] e820: last_pfn = 0xdf63d max_arch_pfn = 0x100000 >11:19:19,099 DEBUG kernel:[ 0.000000] MTRR default type: write-back >11:19:19,099 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >11:19:19,099 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >11:19:19,099 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >11:19:19,099 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >11:19:19,099 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >11:19:19,099 DEBUG kernel:[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable >11:19:19,099 DEBUG kernel:[ 0.000000] 1 disabled >11:19:19,099 DEBUG kernel:[ 0.000000] 2 disabled >11:19:19,099 DEBUG kernel:[ 0.000000] 3 disabled >11:19:19,099 DEBUG kernel:[ 0.000000] 4 disabled >11:19:19,099 DEBUG kernel:[ 0.000000] 5 disabled >11:19:19,099 DEBUG kernel:[ 0.000000] 6 disabled >11:19:19,099 DEBUG kernel:[ 0.000000] 7 disabled >11:19:19,099 DEBUG kernel:[ 0.000000] 8 disabled >11:19:19,099 DEBUG kernel:[ 0.000000] 9 disabled >11:19:19,099 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >11:19:19,099 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at [c00f4f80] >11:19:19,099 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x013fffff] >11:19:19,099 DEBUG kernel:[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384 >11:19:19,099 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >11:19:19,099 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >11:19:19,099 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x36c00000-0x36ffffff] >11:19:19,099 DEBUG kernel:[ 0.000000] [mem 0x36c00000-0x36ffffff] page 2M >11:19:19,099 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x30000000-0x36bfffff] >11:19:19,099 DEBUG kernel:[ 0.000000] [mem 0x30000000-0x36bfffff] page 2M >11:19:19,099 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff] >11:19:19,099 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x003fffff] page 4k >11:19:19,099 DEBUG kernel:[ 0.000000] [mem 0x00400000-0x2fffffff] page 2M >11:19:19,099 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fdfff] >11:19:19,099 DEBUG kernel:[ 0.000000] [mem 0x37000000-0x373fdfff] page 4k >11:19:19,099 DEBUG kernel:[ 0.000000] BRK [0x00ee5000, 0x00ee5fff] PGTABLE >11:19:19,099 DEBUG kernel:[ 0.000000] BRK [0x00ee6000, 0x00ee7fff] PGTABLE >11:19:19,099 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7dad9000-0x7fffffff] >11:19:19,099 INFO kernel:[ 0.000000] Allocated new RAMDISK: [mem 0x34ed7000-0x373fd49b] >11:19:19,099 INFO kernel:[ 0.000000] Move RAMDISK from [mem 0x7dad9000-0x7ffff49b] to [mem 0x34ed7000-0x373fd49b] >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: RSDP 0x000F4F00 000024 (v02 HP ) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: XSDT 0xDF630140 0000B4 (v01 HP ProLiant 00000002 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: FACP 0xDF630240 0000F4 (v03 HP ProLiant 00000002 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20140214/tbfadt-684) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 32, using default 8 (20140214/tbfadt-684) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: DSDT 0xDF630340 0020BD (v01 HP DSDT 00000001 INTL 20030228) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: FACS 0xDF62F100 000040 >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: SPCR 0xDF62F140 000050 (v01 HP SPCRRBSU 00000001 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: MCFG 0xDF62F1C0 00003C (v01 HP ProLiant 00000001 00000000) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: HPET 0xDF62F200 000038 (v01 HP ProLiant 00000002 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: FFFF 0xDF62F240 000064 (v02 HP ProLiant 00000002 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: SPMI 0xDF62F2C0 000040 (v05 HP ProLiant 00000001 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: ERST 0xDF62F300 0001D0 (v01 HP ProLiant 00000001 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: APIC 0xDF62F500 00015E (v01 HP ProLiant 00000002 00000000) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: SRAT 0xDF62F680 000570 (v01 HP Proliant 00000001 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: FFFF 0xDF62FC00 000176 (v01 HP ProLiant 00000001 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: BERT 0xDF62FD80 000030 (v01 HP ProLiant 00000001 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: HEST 0xDF62FDC0 0000BC (v01 HP ProLiant 00000001 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: DMAR 0xDF62FE80 00013C (v01 HP ProLiant 00000001 ? 0000162E) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: SSDT 0xDF632400 000125 (v03 HP CRSPCI0 00000002 HP 00000001) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: SSDT 0xDF632540 0001CF (v03 HP riser1a 00000002 INTL 20061109) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: SSDT 0xDF632740 0003BB (v01 HP pcc 00000001 INTL 20090625) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: SSDT 0xDF632B00 000377 (v01 HP pmab 00000001 INTL 20090625) >11:19:19,099 WARNING kernel:[ 0.000000] ACPI: SSDT 0xDF632E80 0015C4 (v01 INTEL PPM RCM 00000001 INTL 20061109) >11:19:19,099 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >11:19:19,099 NOTICE kernel:[ 0.000000] 2690MB HIGHMEM available. >11:19:19,099 NOTICE kernel:[ 0.000000] 883MB LOWMEM available. >11:19:19,099 INFO kernel:[ 0.000000] mapped low ram: 0 - 373fe000 >11:19:19,099 INFO kernel:[ 0.000000] low ram: 0 - 373fe000 >11:19:19,099 DEBUG kernel:[ 0.000000] BRK [0x00ee8000, 0x00ee8fff] PGTABLE >11:19:19,099 WARNING kernel:[ 0.000000] Zone ranges: >11:19:19,099 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >11:19:19,099 WARNING kernel:[ 0.000000] Normal [mem 0x01000000-0x373fdfff] >11:19:19,099 WARNING kernel:[ 0.000000] HighMem [mem 0x373fe000-0xdf63cfff] >11:19:19,099 WARNING kernel:[ 0.000000] Movable zone start for each node >11:19:19,099 WARNING kernel:[ 0.000000] Early memory node ranges >11:19:19,099 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >11:19:19,099 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xdf62efff] >11:19:19,099 WARNING kernel:[ 0.000000] node 0: [mem 0xdf63c000-0xdf63cfff] >11:19:19,099 DEBUG kernel:[ 0.000000] On node 0 totalpages: 914894 >11:19:19,099 DEBUG kernel:[ 0.000000] free_area_init_node: node 0, pgdat c0d0ddc0, node_mem_map f32e7020 >11:19:19,099 DEBUG kernel:[ 0.000000] DMA zone: 32 pages used for memmap >11:19:19,099 DEBUG kernel:[ 0.000000] DMA zone: 0 pages reserved >11:19:19,099 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >11:19:19,099 DEBUG kernel:[ 0.000000] Normal zone: 1736 pages used for memmap >11:19:19,099 DEBUG kernel:[ 0.000000] Normal zone: 222206 pages, LIFO batch:31 >11:19:19,099 DEBUG kernel:[ 0.000000] HighMem zone: 5381 pages used for memmap >11:19:19,099 DEBUG kernel:[ 0.000000] HighMem zone: 688690 pages, LIFO batch:31 >11:19:19,099 INFO kernel:[ 0.000000] Using APIC driver default >11:19:19,099 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x908 >11:19:19,099 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x24] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x14] enabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x34] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x22] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x12] enabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x32] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x26] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x16] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x36] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x21] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x11] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x31] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x25] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x15] enabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x35] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x23] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x33] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x27] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x17] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x37] disabled) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) >11:19:19,099 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 >11:19:19,099 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec80000] gsi_base[24]) >11:19:19,099 INFO kernel:[ 0.000000] IOAPIC[1]: apic_id 0, version 32, address 0xfec80000, GSI 24-47 >11:19:19,099 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) >11:19:19,099 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >11:19:19,099 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >11:19:19,099 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >11:19:19,099 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >11:19:19,099 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >11:19:19,099 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >11:19:19,099 INFO kernel:[ 0.000000] smpboot: Allowing 32 CPUs, 24 hotplug CPUs >11:19:19,099 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 64 >11:19:19,099 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >11:19:19,099 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >11:19:19,099 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >11:19:19,099 INFO kernel:[ 0.000000] e820: [mem 0xe4000000-0xfebfffff] available for PCI devices >11:19:19,099 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >11:19:19,099 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1 >11:19:19,099 INFO kernel:[ 0.000000] PERCPU: Embedded 14 pages/cpu @f3115000 s33792 r0 d23552 u57344 >11:19:19,099 DEBUG kernel:[ 0.000000] pcpu-alloc: s33792 r0 d23552 u57344 alloc=14*4096 >11:19:19,099 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 >11:19:19,099 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 >11:19:19,099 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 23 >11:19:19,099 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 31 >11:19:19,099 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 913126 >11:19:19,099 NOTICE kernel:[ 0.000000] Kernel command line: initrd=/images/hp-dl360g7-01.lab.eng.brq.redhat.com/initrd console=tty0 console=ttyS1,115200n8 ks=http://beaker.engineering.redhat.com/kickstart/741961 ksdevice=bootif netboot_method=pxe BOOT_IMAGE=/images/hp-dl360g7-01.lab.eng.brq.redhat.com/kernel BOOTIF=01-3c-4a-92-f4-43-14 >11:19:19,099 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) >11:19:19,099 INFO kernel:[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) >11:19:19,099 INFO kernel:[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) >11:19:19,099 INFO kernel:[ 0.000000] Initializing CPU#0 >11:19:19,099 INFO kernel:[ 0.000000] allocated 7320032 bytes of page_cgroup >11:19:19,099 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >11:19:19,099 INFO kernel:[ 0.000000] Initializing HighMem for node 0 (000373fe:000df63d) >11:19:19,099 INFO kernel:[ 0.000000] Initializing Movable for node 0 (00000000:00000000) >11:19:19,099 WARNING kernel:[ 0.000000] Memory: 3571872K/3659576K available (6258K kernel code, 645K rwdata, 2464K rodata, 712K init, 1016K bss, 87704K reserved, 2754760K highmem) >11:19:19,099 INFO kernel:[ 0.000000] virtual kernel memory layout: >11:19:19,099 INFO kernel:[ 0.000000] fixmap : 0xffa96000 - 0xfffff000 (5540 kB) >11:19:19,099 INFO kernel:[ 0.000000] pkmap : 0xff400000 - 0xff800000 (4096 kB) >11:19:19,099 INFO kernel:[ 0.000000] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB) >11:19:19,099 INFO kernel:[ 0.000000] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB) >11:19:19,099 INFO kernel:[ 0.000000] .init : 0xc0d29000 - 0xc0ddb000 ( 712 kB) >11:19:19,099 INFO kernel:[ 0.000000] .data : 0xc0a1cc37 - 0xc0d277c0 (3114 kB) >11:19:19,099 INFO kernel:[ 0.000000] .text : 0xc0400000 - 0xc0a1cc37 (6259 kB) >11:19:19,099 INFO kernel:[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. >11:19:19,099 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1 >11:19:19,099 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >11:19:19,099 INFO kernel:[ 0.000000] NR_IRQS:2304 nr_irqs:1344 16 >11:19:19,099 DEBUG kernel:[ 0.000000] CPU 0 irqstacks, hard=f2414000 soft=f2416000 >11:19:19,099 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >11:19:19,099 INFO kernel:[ 0.000000] console [tty0] enabled >11:19:19,099 INFO kernel:[ 0.000000] console [ttyS1] enabled >11:19:19,099 DEBUG kernel:[ 0.000000] hpet clockevent registered >11:19:19,099 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >11:19:19,099 INFO kernel:[ 0.000000] tsc: Detected 2533.210 MHz processor >11:19:19,099 INFO kernel:[ 0.000028] Calibrating delay loop (skipped), value calculated using timer frequency.. 5066.42 BogoMIPS (lpj=2533210) >11:19:19,099 INFO kernel:[ 0.019732] pid_max: default: 32768 minimum: 301 >11:19:19,099 INFO kernel:[ 0.026445] ACPI: Core revision 20140214 >11:19:19,099 WARNING kernel:[ 0.034905] ACPI: All ACPI Tables successfully acquired >11:19:19,099 INFO kernel:[ 0.043367] Security Framework initialized >11:19:19,099 INFO kernel:[ 0.048907] SELinux: Initializing. >11:19:19,099 DEBUG kernel:[ 0.053794] SELinux: Starting in permissive mode >11:19:19,099 INFO kernel:[ 0.053833] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) >11:19:19,099 INFO kernel:[ 0.063614] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) >11:19:19,099 INFO kernel:[ 0.075351] Initializing cgroup subsys memory >11:19:19,099 INFO kernel:[ 0.087413] Initializing cgroup subsys devices >11:19:19,099 INFO kernel:[ 0.094366] Initializing cgroup subsys freezer >11:19:19,099 INFO kernel:[ 0.100343] Initializing cgroup subsys net_cls >11:19:19,099 INFO kernel:[ 0.106854] Initializing cgroup subsys blkio >11:19:19,099 INFO kernel:[ 0.112662] Initializing cgroup subsys perf_event >11:19:19,099 INFO kernel:[ 0.119345] Initializing cgroup subsys net_prio >11:19:19,099 INFO kernel:[ 0.125655] CPU: Physical Processor ID: 0 >11:19:19,099 INFO kernel:[ 0.131880] CPU: Processor Core ID: 0 >11:19:19,099 WARNING kernel:[ 0.138471] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >11:19:19,099 WARNING kernel:[ 0.138471] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >11:19:19,099 INFO kernel:[ 0.161032] mce: CPU supports 9 MCE banks >11:19:19,099 INFO kernel:[ 0.166757] CPU0: Thermal monitoring enabled (TM1) >11:19:19,099 INFO kernel:[ 0.173384] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 >11:19:19,099 INFO kernel:[ 0.173384] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 >11:19:19,099 INFO kernel:[ 0.173384] tlb_flushall_shift: 6 >11:19:19,099 INFO kernel:[ 0.407131] Freeing SMP alternatives memory: 24K (c0ddb000 - c0de1000) >11:19:19,099 INFO kernel:[ 0.426917] ftrace: allocating 25543 entries in 50 pages >11:19:19,099 INFO kernel:[ 0.456183] Overriding APIC driver with bigsmp >11:19:19,099 INFO kernel:[ 0.470563] Enabling APIC mode: Physflat. Using 2 I/O APICs >11:19:19,099 INFO kernel:[ 0.487512] Leaving ESR disabled. >11:19:19,099 INFO kernel:[ 0.507244] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >11:19:19,099 INFO kernel:[ 0.540276] smpboot: CPU0: Intel(R) Xeon(R) CPU E5630 @ 2.53GHz (fam: 06, model: 2c, stepping: 02) >11:19:19,099 INFO kernel:[ 0.676572] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Broken BIOS detected, complain to your hardware vendor. >11:19:19,099 ERR kernel:[ 0.692966] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d is 330) >11:19:19,099 WARNING kernel:[ 0.715303] Intel PMU driver. >11:19:19,099 WARNING kernel:[ 0.724095] perf_event_intel: CPUID marked event: 'bus cycles' unavailable >11:19:19,099 INFO kernel:[ 0.734716] ... version: 3 >11:19:19,099 INFO kernel:[ 0.740865] ... bit width: 48 >11:19:19,099 INFO kernel:[ 0.746879] ... generic registers: 4 >11:19:19,099 INFO kernel:[ 0.752358] ... value mask: 0000ffffffffffff >11:19:19,099 INFO kernel:[ 0.760903] ... max period: 000000007fffffff >11:19:19,099 INFO kernel:[ 0.771192] ... fixed-purpose events: 3 >11:19:19,099 INFO kernel:[ 0.778928] ... event mask: 000000070000000f >11:19:19,099 DEBUG kernel:[ 0.988404] CPU 1 irqstacks, hard=f2552000 soft=f2554000 >11:19:19,099 INFO kernel:[ 0.988406] x86: Booting SMP configuration: >11:19:19,099 INFO kernel:[ 1.001204] .... node #0, CPUs: #1 >11:19:19,099 INFO kernel:[ 1.026309] Initializing CPU#1 >11:19:19,099 INFO kernel:[ 1.038954] Leaving ESR disabled. >11:19:19,099 INFO kernel:[ 1.052266] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >11:19:19,099 DEBUG kernel:[ 1.076920] CPU 2 irqstacks, hard=f27de000 soft=f27e8000 >11:19:19,099 WARNING kernel:[ 1.076922] #2 >11:19:19,099 INFO kernel:[ 1.092616] Initializing CPU#2 >11:19:19,099 INFO kernel:[ 1.099837] Leaving ESR disabled. >11:19:19,099 DEBUG kernel:[ 1.107766] CPU 3 irqstacks, hard=f1c24000 soft=f1c26000 >11:19:19,099 WARNING kernel:[ 1.107768] #3 >11:19:19,099 INFO kernel:[ 1.121357] Initializing CPU#3 >11:19:19,099 INFO kernel:[ 1.126140] Leaving ESR disabled. >11:19:19,099 DEBUG kernel:[ 1.132774] CPU 4 irqstacks, hard=f1c88000 soft=f1c8a000 >11:19:19,099 WARNING kernel:[ 1.132775] #4 >11:19:19,099 INFO kernel:[ 1.146320] Initializing CPU#4 >11:19:19,099 INFO kernel:[ 1.151318] Leaving ESR disabled. >11:19:19,099 DEBUG kernel:[ 1.158388] CPU 5 irqstacks, hard=f1cc4000 soft=f1cc6000 >11:19:19,099 WARNING kernel:[ 1.158389] #5 >11:19:19,099 INFO kernel:[ 1.172288] Initializing CPU#5 >11:19:19,099 INFO kernel:[ 1.176941] Leaving ESR disabled. >11:19:19,099 DEBUG kernel:[ 1.183495] CPU 6 irqstacks, hard=f1d0a000 soft=f1d0c000 >11:19:19,099 WARNING kernel:[ 1.183497] #6 >11:19:19,099 INFO kernel:[ 1.196372] Initializing CPU#6 >11:19:19,099 INFO kernel:[ 1.200720] Leaving ESR disabled. >11:19:19,099 DEBUG kernel:[ 1.207388] CPU 7 irqstacks, hard=f1d76000 soft=f1d78000 >11:19:19,099 WARNING kernel:[ 1.207390] #7 >11:19:19,099 INFO kernel:[ 1.220926] Initializing CPU#7 >11:19:19,099 INFO kernel:[ 1.225723] Leaving ESR disabled. >11:19:19,099 INFO kernel:[ 1.232168] x86: Booted up 1 node, 8 CPUs >11:19:19,099 INFO kernel:[ 1.237778] smpboot: Total of 8 processors activated (40531.36 BogoMIPS) >11:19:19,099 INFO kernel:[ 1.256406] devtmpfs: initialized >11:19:19,099 INFO kernel:[ 1.262246] atomic64 test passed for i586+ platform with CX8 and with SSE >11:19:19,099 INFO kernel:[ 1.273020] pinctrl core: initialized pinctrl subsystem >11:19:19,099 INFO kernel:[ 1.282775] RTC time: 11:18:39, date: 05/07/14 >11:19:19,099 INFO kernel:[ 1.291090] NET: Registered protocol family 16 >11:19:19,099 INFO kernel:[ 1.297455] cpuidle: using governor menu >11:19:19,099 INFO kernel:[ 1.303033] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >11:19:19,099 INFO kernel:[ 1.313456] ACPI: bus type PCI registered >11:19:19,099 INFO kernel:[ 1.318870] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >11:19:19,099 INFO kernel:[ 1.327793] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) >11:19:19,099 INFO kernel:[ 1.552107] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820 >11:19:19,099 INFO kernel:[ 1.570833] PCI: Using MMCONFIG for extended config space >11:19:19,099 INFO kernel:[ 1.586758] PCI: Using configuration type 1 for base access >11:19:19,099 INFO kernel:[ 1.604164] PCI: HP ProLiant DL360 detected, enabling pci=bfsort. >11:19:19,099 INFO kernel:[ 1.634262] ACPI: Added _OSI(Module Device) >11:19:19,099 INFO kernel:[ 1.647404] ACPI: Added _OSI(Processor Device) >11:19:19,099 INFO kernel:[ 1.658383] ACPI: Added _OSI(3.0 _SCP Extensions) >11:19:19,099 INFO kernel:[ 1.664884] ACPI: Added _OSI(Processor Aggregator Device) >11:19:19,099 INFO kernel:[ 1.676087] ACPI: Interpreter enabled >11:19:19,099 WARNING kernel:[ 1.681624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580) >11:19:19,099 WARNING kernel:[ 1.697710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580) >11:19:19,099 WARNING kernel:[ 1.713859] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20140214/hwxface-580) >11:19:19,099 INFO kernel:[ 1.726871] ACPI: (supports S0 S4 S5) >11:19:19,099 INFO kernel:[ 1.736293] ACPI: Using IOAPIC for interrupt routing >11:19:19,099 INFO kernel:[ 1.743858] HEST: Table parsing has been initialized. >11:19:19,099 INFO kernel:[ 1.751465] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >11:19:19,099 DEBUG kernel:[ 1.768832] ACPI: \_PR_.CPU4: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768837] ACPI: \_PR_.CPU5: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768841] ACPI: \_PR_.CPU6: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768844] ACPI: \_PR_.CPU7: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768847] ACPI: \_PR_.CPU8: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768851] ACPI: \_PR_.CPU9: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768875] ACPI: \_PR_.CPUE: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768881] ACPI: \_PR_.CPUF: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768884] ACPI: \_PR_.CPUG: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768888] ACPI: \_PR_.CPUH: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768891] ACPI: \_PR_.CPUI: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768895] ACPI: \_PR_.CPUJ: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768898] ACPI: \_PR_.CPUK: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768901] ACPI: \_PR_.CPUL: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768905] ACPI: \_PR_.CPUM: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768908] ACPI: \_PR_.CPUN: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768912] ACPI: \_PR_.CPUO: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768915] ACPI: \_PR_.CPUP: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768919] ACPI: \_PR_.CPUQ: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768922] ACPI: \_PR_.CPUR: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768926] ACPI: \_PR_.CPUS: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768929] ACPI: \_PR_.CPUT: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768933] ACPI: \_PR_.CPUU: failed to get CPU APIC ID. >11:19:19,099 DEBUG kernel:[ 1.768936] ACPI: \_PR_.CPUV: failed to get CPU APIC ID. >11:19:19,099 INFO kernel:[ 1.768952] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-11]) >11:19:19,099 INFO kernel:[ 1.777392] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >11:19:19,099 INFO kernel:[ 1.788808] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >11:19:19,099 INFO kernel:[ 1.798821] PCI host bridge to bus 0000:00 >11:19:19,099 INFO kernel:[ 1.804773] pci_bus 0000:00: root bus resource [bus 00-11] >11:19:19,099 INFO kernel:[ 2.017431] pci_bus 0000:00: root bus resource [mem 0xe7000000-0xfbffffff] >11:19:19,099 INFO kernel:[ 2.041318] pci_bus 0000:00: root bus resource [io 0x1000-0x4fff] >11:19:19,099 INFO kernel:[ 2.068390] pci_bus 0000:00: root bus resource [io 0x0000-0x03af] >11:19:19,099 INFO kernel:[ 2.087165] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7] >11:19:19,099 INFO kernel:[ 2.105768] pci_bus 0000:00: root bus resource [io 0x0d00-0x0fff] >11:19:19,099 INFO kernel:[ 2.126530] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed03fff] >11:19:19,099 INFO kernel:[ 2.149057] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff] >11:19:19,099 INFO kernel:[ 2.167559] pci_bus 0000:00: root bus resource [io 0x03b0-0x03bb] >11:19:19,099 INFO kernel:[ 2.185373] pci_bus 0000:00: root bus resource [io 0x03c0-0x03df] >11:19:19,099 INFO kernel:[ 2.206605] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >11:19:19,099 DEBUG kernel:[ 2.230409] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.230464] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.230534] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.230589] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.230658] pci 0000:00:02.0: [8086:3409] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.230714] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.230782] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.230836] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.230904] pci 0000:00:04.0: [8086:340b] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.230956] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.231024] pci 0000:00:05.0: [8086:340c] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.231076] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.231143] pci 0000:00:06.0: [8086:340d] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.231196] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.231263] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.231317] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.231384] pci 0000:00:08.0: [8086:340f] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.231437] pci 0000:00:08.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.231508] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.231560] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.231628] pci 0000:00:0a.0: [8086:3411] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.231681] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.231751] pci 0000:00:0d.0: [8086:343a] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.231845] pci 0000:00:0d.1: [8086:343b] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.231940] pci 0000:00:0d.2: [8086:343c] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232031] pci 0000:00:0d.3: [8086:343d] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232124] pci 0000:00:0d.4: [8086:3418] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232215] pci 0000:00:0d.5: [8086:3419] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232307] pci 0000:00:0d.6: [8086:341a] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232400] pci 0000:00:0e.0: [8086:341c] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232491] pci 0000:00:0e.1: [8086:341d] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232583] pci 0000:00:0e.2: [8086:341e] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232675] pci 0000:00:0e.3: [8086:341f] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232772] pci 0000:00:0e.4: [8086:3439] type 00 class 0x060000 >11:19:19,099 DEBUG kernel:[ 2.232863] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000 >11:19:19,099 DEBUG kernel:[ 2.232955] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000 >11:19:19,099 DEBUG kernel:[ 2.233047] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000 >11:19:19,099 DEBUG kernel:[ 2.233148] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.233218] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.233290] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400 >11:19:19,099 DEBUG kernel:[ 2.233358] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.233433] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300 >11:19:19,099 DEBUG kernel:[ 2.233475] pci 0000:00:1d.0: reg 0x20: [io 0x1000-0x101f] >11:19:19,099 DEBUG kernel:[ 2.233576] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300 >11:19:19,099 DEBUG kernel:[ 2.233641] pci 0000:00:1d.1: reg 0x20: [io 0x1020-0x103f] >11:19:19,099 DEBUG kernel:[ 2.233759] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300 >11:19:19,099 DEBUG kernel:[ 2.233824] pci 0000:00:1d.2: reg 0x20: [io 0x1040-0x105f] >11:19:19,099 DEBUG kernel:[ 2.233937] pci 0000:00:1d.3: [8086:3a39] type 00 class 0x0c0300 >11:19:19,099 DEBUG kernel:[ 2.234001] pci 0000:00:1d.3: reg 0x20: [io 0x1060-0x107f] >11:19:19,099 DEBUG kernel:[ 2.234120] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320 >11:19:19,099 DEBUG kernel:[ 2.234140] pci 0000:00:1d.7: reg 0x10: [mem 0xf1bf0000-0xf1bf03ff] >11:19:19,099 DEBUG kernel:[ 2.234224] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.234289] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 >11:19:19,099 DEBUG kernel:[ 2.234388] pci 0000:00:1f.0: [8086:3a18] type 00 class 0x060100 >11:19:19,099 DEBUG kernel:[ 2.234588] pci 0000:05:00.0: [103c:323a] type 00 class 0x010400 >11:19:19,099 DEBUG kernel:[ 2.234602] pci 0000:05:00.0: reg 0x10: [mem 0xfbe00000-0xfbffffff 64bit] >11:19:19,099 DEBUG kernel:[ 2.234613] pci 0000:05:00.0: reg 0x18: [mem 0xfbdf0000-0xfbdf0fff 64bit] >11:19:19,099 DEBUG kernel:[ 2.234620] pci 0000:05:00.0: reg 0x20: [io 0x4000-0x40ff] >11:19:19,099 DEBUG kernel:[ 2.234633] pci 0000:05:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref] >11:19:19,099 DEBUG kernel:[ 2.234669] pci 0000:05:00.0: PME# supported from D0 >11:19:19,099 INFO kernel:[ 2.236707] pci 0000:00:01.0: PCI bridge to [bus 05] >11:19:19,099 DEBUG kernel:[ 2.247434] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff] >11:19:19,099 DEBUG kernel:[ 2.247437] pci 0000:00:01.0: bridge window [mem 0xfbd00000-0xfbffffff] >11:19:19,099 INFO kernel:[ 2.247485] pci 0000:00:02.0: PCI bridge to [bus 0c] >11:19:19,099 INFO kernel:[ 2.254498] pci 0000:00:03.0: PCI bridge to [bus 09-0b] >11:19:19,099 INFO kernel:[ 2.261667] pci 0000:00:04.0: PCI bridge to [bus 0d] >11:19:19,099 INFO kernel:[ 2.268667] pci 0000:00:05.0: PCI bridge to [bus 0e] >11:19:19,099 INFO kernel:[ 2.275583] pci 0000:00:06.0: PCI bridge to [bus 0f] >11:19:19,099 DEBUG kernel:[ 2.286383] pci 0000:03:00.0: [14e4:1639] type 00 class 0x020000 >11:19:19,099 DEBUG kernel:[ 2.286399] pci 0000:03:00.0: reg 0x10: [mem 0xf4000000-0xf5ffffff 64bit] >11:19:19,099 DEBUG kernel:[ 2.286432] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] >11:19:19,099 DEBUG kernel:[ 2.286493] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.286557] pci 0000:03:00.1: [14e4:1639] type 00 class 0x020000 >11:19:19,099 DEBUG kernel:[ 2.286572] pci 0000:03:00.1: reg 0x10: [mem 0xf2000000-0xf3ffffff 64bit] >11:19:19,099 DEBUG kernel:[ 2.286605] pci 0000:03:00.1: reg 0x30: [mem 0x00000000-0x0000ffff pref] >11:19:19,099 DEBUG kernel:[ 2.286669] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold >11:19:19,099 INFO kernel:[ 2.288677] pci 0000:00:07.0: PCI bridge to [bus 03] >11:19:19,099 DEBUG kernel:[ 2.296100] pci 0000:00:07.0: bridge window [mem 0xf2000000-0xf5ffffff] >11:19:19,099 DEBUG kernel:[ 2.296162] pci 0000:04:00.0: [14e4:1639] type 00 class 0x020000 >11:19:19,099 DEBUG kernel:[ 2.296178] pci 0000:04:00.0: reg 0x10: [mem 0xf8000000-0xf9ffffff 64bit] >11:19:19,099 DEBUG kernel:[ 2.296211] pci 0000:04:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] >11:19:19,099 DEBUG kernel:[ 2.296272] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.296335] pci 0000:04:00.1: [14e4:1639] type 00 class 0x020000 >11:19:19,099 DEBUG kernel:[ 2.296350] pci 0000:04:00.1: reg 0x10: [mem 0xf6000000-0xf7ffffff 64bit] >11:19:19,099 DEBUG kernel:[ 2.296383] pci 0000:04:00.1: reg 0x30: [mem 0x00000000-0x0000ffff pref] >11:19:19,099 DEBUG kernel:[ 2.296443] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold >11:19:19,099 INFO kernel:[ 2.297672] pci 0000:00:08.0: PCI bridge to [bus 04] >11:19:19,099 DEBUG kernel:[ 2.304532] pci 0000:00:08.0: bridge window [mem 0xf6000000-0xf9ffffff] >11:19:19,099 INFO kernel:[ 2.304635] pci 0000:00:09.0: PCI bridge to [bus 06-08] >11:19:19,099 INFO kernel:[ 2.311824] pci 0000:00:0a.0: PCI bridge to [bus 10] >11:19:19,099 INFO kernel:[ 2.621445] pci 0000:00:1c.0: PCI bridge to [bus 11] >11:19:19,099 DEBUG kernel:[ 2.641382] pci 0000:02:00.0: [103c:3306] type 00 class 0x088000 >11:19:19,099 DEBUG kernel:[ 2.641400] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff] >11:19:19,099 DEBUG kernel:[ 2.641412] pci 0000:02:00.0: reg 0x14: [mem 0xf1ff0000-0xf1ff01ff] >11:19:19,099 DEBUG kernel:[ 2.641425] pci 0000:02:00.0: reg 0x18: [io 0x3400-0x34ff] >11:19:19,099 DEBUG kernel:[ 2.641599] pci 0000:02:00.2: [103c:3307] type 00 class 0x088000 >11:19:19,099 DEBUG kernel:[ 2.641616] pci 0000:02:00.2: reg 0x10: [io 0x3800-0x38ff] >11:19:19,099 DEBUG kernel:[ 2.641629] pci 0000:02:00.2: reg 0x14: [mem 0xf1fe0000-0xf1fe00ff] >11:19:19,099 DEBUG kernel:[ 2.641641] pci 0000:02:00.2: reg 0x18: [mem 0xf1e00000-0xf1efffff] >11:19:19,099 DEBUG kernel:[ 2.641653] pci 0000:02:00.2: reg 0x1c: [mem 0xf1d80000-0xf1dfffff] >11:19:19,099 DEBUG kernel:[ 2.641666] pci 0000:02:00.2: reg 0x20: [mem 0xf1d70000-0xf1d77fff] >11:19:19,099 DEBUG kernel:[ 2.641678] pci 0000:02:00.2: reg 0x24: [mem 0xf1d60000-0xf1d67fff] >11:19:19,099 DEBUG kernel:[ 2.641691] pci 0000:02:00.2: reg 0x30: [mem 0x00000000-0x0000ffff pref] >11:19:19,099 DEBUG kernel:[ 2.641753] pci 0000:02:00.2: PME# supported from D0 D3hot D3cold >11:19:19,099 DEBUG kernel:[ 2.641823] pci 0000:02:00.4: [103c:3300] type 00 class 0x0c0300 >11:19:19,099 DEBUG kernel:[ 2.641883] pci 0000:02:00.4: reg 0x20: [io 0x3c00-0x3c1f] >11:19:19,099 INFO kernel:[ 2.643484] pci 0000:00:1c.4: PCI bridge to [bus 02] >11:19:19,099 DEBUG kernel:[ 2.663084] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] >11:19:19,099 DEBUG kernel:[ 2.663087] pci 0000:00:1c.4: bridge window [mem 0xf1d00000-0xf1ffffff] >11:19:19,099 DEBUG kernel:[ 2.663138] pci 0000:01:03.0: [1002:515e] type 00 class 0x030000 >11:19:19,099 DEBUG kernel:[ 2.663154] pci 0000:01:03.0: reg 0x10: [mem 0xe8000000-0xefffffff pref] >11:19:19,099 DEBUG kernel:[ 2.663164] pci 0000:01:03.0: reg 0x14: [io 0x2000-0x20ff] >11:19:19,099 DEBUG kernel:[ 2.663173] pci 0000:01:03.0: reg 0x18: [mem 0xf1cf0000-0xf1cfffff] >11:19:19,099 DEBUG kernel:[ 2.663205] pci 0000:01:03.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] >11:19:19,099 DEBUG kernel:[ 2.663233] pci 0000:01:03.0: supports D1 D2 >11:19:19,099 INFO kernel:[ 2.663297] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689366] pci 0000:00:1e.0: bridge window [io 0x2000-0x2fff] >11:19:19,099 DEBUG kernel:[ 2.689370] pci 0000:00:1e.0: bridge window [mem 0xf1c00000-0xf1cfffff] >11:19:19,099 DEBUG kernel:[ 2.689375] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff 64bit pref] >11:19:19,099 DEBUG kernel:[ 2.689377] pci 0000:00:1e.0: bridge window [mem 0xe7000000-0xfbffffff] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689378] pci 0000:00:1e.0: bridge window [io 0x1000-0x4fff] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689380] pci 0000:00:1e.0: bridge window [io 0x0000-0x03af] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689382] pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689383] pci 0000:00:1e.0: bridge window [io 0x0d00-0x0fff] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689385] pci 0000:00:1e.0: bridge window [mem 0xfed00000-0xfed03fff] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689386] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689388] pci 0000:00:1e.0: bridge window [io 0x03b0-0x03bb] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689390] pci 0000:00:1e.0: bridge window [io 0x03c0-0x03df] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689391] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) >11:19:19,099 DEBUG kernel:[ 2.689448] pci_bus 0000:00: on NUMA node 0 >11:19:19,099 INFO kernel:[ 2.689625] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 *10 11) >11:19:19,099 INFO kernel:[ 2.715635] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 10 *11) >11:19:19,099 INFO kernel:[ 2.732235] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 10 11) *0, disabled. >11:19:19,099 INFO kernel:[ 2.753805] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 11) *0, disabled. >11:19:19,100 INFO kernel:[ 2.782614] ACPI: PCI Interrupt Link [LNKE] (IRQs *5 7 10 11) >11:19:19,100 INFO kernel:[ 2.801280] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 7 10 11) *0, disabled. >11:19:19,100 INFO kernel:[ 2.814527] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 7 *10 11) >11:19:19,100 INFO kernel:[ 2.822448] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 *7 10 11) >11:19:19,100 INFO kernel:[ 2.830526] vgaarb: device added: PCI:0000:01:03.0,decodes=io+mem,owns=io+mem,locks=none >11:19:19,100 INFO kernel:[ 2.843927] vgaarb: loaded >11:19:19,100 INFO kernel:[ 2.849063] vgaarb: bridge control possible 0000:01:03.0 >11:19:19,100 NOTICE kernel:[ 2.858967] SCSI subsystem initialized >11:19:19,100 DEBUG kernel:[ 2.864179] libata version 3.00 loaded. >11:19:19,100 INFO kernel:[ 2.864203] ACPI: bus type USB registered >11:19:19,100 INFO kernel:[ 2.869695] usbcore: registered new interface driver usbfs >11:19:19,100 INFO kernel:[ 2.877354] usbcore: registered new interface driver hub >11:19:19,100 INFO kernel:[ 2.886994] usbcore: registered new device driver usb >11:19:19,100 INFO kernel:[ 2.894259] PCI: Using ACPI for IRQ routing >11:19:19,100 INFO kernel:[ 2.902416] PCI: Discovered peer bus 3f >11:19:19,100 DEBUG kernel:[ 2.907863] PCI: root bus 3f: using default resources >11:19:19,100 DEBUG kernel:[ 2.907865] PCI: Probing PCI hardware (bus 3f) >11:19:19,100 INFO kernel:[ 2.907913] PCI host bridge to bus 0000:3f >11:19:19,100 INFO kernel:[ 2.915215] pci_bus 0000:3f: root bus resource [io 0x0000-0xffff] >11:19:19,100 INFO kernel:[ 3.127606] pci_bus 0000:3f: root bus resource [mem 0x00000000-0xffffffff] >11:19:19,100 INFO kernel:[ 3.161845] pci_bus 0000:3f: No busn resource found for root bus, will use [bus 3f-ff] >11:19:19,100 DEBUG kernel:[ 3.187670] pci 0000:3f:00.0: [8086:2c70] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.187715] pci 0000:3f:00.1: [8086:2d81] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.187760] pci 0000:3f:02.0: [8086:2d90] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.187800] pci 0000:3f:02.1: [8086:2d91] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.187842] pci 0000:3f:02.2: [8086:2d92] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.187882] pci 0000:3f:02.3: [8086:2d93] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.187923] pci 0000:3f:02.4: [8086:2d94] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.187964] pci 0000:3f:02.5: [8086:2d95] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188005] pci 0000:3f:03.0: [8086:2d98] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188046] pci 0000:3f:03.1: [8086:2d99] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188086] pci 0000:3f:03.2: [8086:2d9a] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188127] pci 0000:3f:03.4: [8086:2d9c] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188173] pci 0000:3f:04.0: [8086:2da0] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188216] pci 0000:3f:04.1: [8086:2da1] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188257] pci 0000:3f:04.2: [8086:2da2] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188296] pci 0000:3f:04.3: [8086:2da3] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188338] pci 0000:3f:05.0: [8086:2da8] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188378] pci 0000:3f:05.1: [8086:2da9] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188418] pci 0000:3f:05.2: [8086:2daa] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188458] pci 0000:3f:05.3: [8086:2dab] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188500] pci 0000:3f:06.0: [8086:2db0] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188543] pci 0000:3f:06.1: [8086:2db1] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188583] pci 0000:3f:06.2: [8086:2db2] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188624] pci 0000:3f:06.3: [8086:2db3] type 00 class 0x060000 >11:19:19,100 DEBUG kernel:[ 3.188675] pci_bus 0000:3f: busn_res: [bus 3f-ff] end is updated to 3f >11:19:19,100 DEBUG kernel:[ 3.188679] PCI: pci_cache_line_size set to 64 bytes >11:19:19,100 DEBUG kernel:[ 3.188776] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff] >11:19:19,100 DEBUG kernel:[ 3.188778] e820: reserve RAM buffer [mem 0xdf62f000-0xdfffffff] >11:19:19,100 DEBUG kernel:[ 3.188779] e820: reserve RAM buffer [mem 0xdf63d000-0xdfffffff] >11:19:19,100 INFO kernel:[ 3.188895] NetLabel: Initializing >11:19:19,100 INFO kernel:[ 3.198280] NetLabel: domain hash size = 128 >11:19:19,100 INFO kernel:[ 3.211239] NetLabel: protocols = UNLABELED CIPSOv4 >11:19:19,100 INFO kernel:[ 3.226265] NetLabel: unlabeled traffic allowed by default >11:19:19,100 INFO kernel:[ 3.250629] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 >11:19:19,100 INFO kernel:[ 3.266190] hpet0: 4 comparators, 64-bit 14.318180 MHz counter >11:19:19,100 INFO kernel:[ 3.286010] Switched to clocksource hpet >11:19:19,100 INFO kernel:[ 3.303896] pnp: PnP ACPI init >11:19:19,100 INFO kernel:[ 3.312977] ACPI: bus type PNP registered >11:19:19,100 INFO kernel:[ 3.326874] system 00:00: [io 0x0408-0x040f] has been reserved >11:19:19,100 INFO kernel:[ 3.341380] system 00:00: [io 0x04d0-0x04d1] has been reserved >11:19:19,100 INFO kernel:[ 3.349239] system 00:00: [io 0x0700-0x071f] has been reserved >11:19:19,100 INFO kernel:[ 3.357360] system 00:00: [io 0x0880-0x08ff] has been reserved >11:19:19,100 INFO kernel:[ 3.365618] system 00:00: [io 0x0900-0x097f] has been reserved >11:19:19,100 INFO kernel:[ 3.373747] system 00:00: [io 0x0cd4-0x0cd7] has been reserved >11:19:19,100 INFO kernel:[ 3.383533] system 00:00: [io 0x0cd0-0x0cd3] has been reserved >11:19:19,100 INFO kernel:[ 3.395035] system 00:00: [io 0x0f50-0x0f58] has been reserved >11:19:19,100 INFO kernel:[ 3.404440] system 00:00: [io 0x0ca0-0x0ca1] has been reserved >11:19:19,100 INFO kernel:[ 3.412560] system 00:00: [io 0x0ca4-0x0ca5] has been reserved >11:19:19,100 INFO kernel:[ 3.420769] system 00:00: [io 0x02f8-0x02ff] has been reserved >11:19:19,100 INFO kernel:[ 3.428931] system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved >11:19:19,100 INFO kernel:[ 3.740876] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved >11:19:19,100 INFO kernel:[ 3.767976] system 00:00: [mem 0xe7ffe000-0xe7ffffff] has been reserved >11:19:19,100 DEBUG kernel:[ 3.786843] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >11:19:19,100 DEBUG kernel:[ 3.786894] pnp 00:01: Plug and Play ACPI device, IDs IPI0001 (active) >11:19:19,100 DEBUG kernel:[ 3.786957] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active) >11:19:19,100 DEBUG kernel:[ 3.786970] pnp 00:03: [dma 7] >11:19:19,100 DEBUG kernel:[ 3.787004] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active) >11:19:19,100 DEBUG kernel:[ 3.787051] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active) >11:19:19,100 DEBUG kernel:[ 3.787104] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active) >11:19:19,100 DEBUG kernel:[ 3.787152] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active) >11:19:19,100 DEBUG kernel:[ 3.787421] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active) >11:19:19,100 DEBUG kernel:[ 3.787510] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active) >11:19:19,100 INFO kernel:[ 3.787702] pnp: PnP ACPI: found 9 devices >11:19:19,100 INFO kernel:[ 3.799614] ACPI: bus type PNP unregistered >11:19:19,100 INFO kernel:[ 3.850033] pci 0000:00:01.0: BAR 15: assigned [mem 0xe7000000-0xe70fffff pref] >11:19:19,100 INFO kernel:[ 3.860681] pci 0000:00:07.0: BAR 15: assigned [mem 0xe7100000-0xe71fffff pref] >11:19:19,100 INFO kernel:[ 3.870931] pci 0000:00:08.0: BAR 15: assigned [mem 0xe7200000-0xe72fffff pref] >11:19:19,100 INFO kernel:[ 3.880819] pci 0000:00:1c.4: BAR 15: assigned [mem 0xe7300000-0xe73fffff pref] >11:19:19,100 INFO kernel:[ 3.893401] pci 0000:05:00.0: BAR 6: assigned [mem 0xe7000000-0xe707ffff pref] >11:19:19,100 INFO kernel:[ 3.909984] pci 0000:00:01.0: PCI bridge to [bus 05] >11:19:19,100 INFO kernel:[ 3.918044] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff] >11:19:19,100 INFO kernel:[ 3.927121] pci 0000:00:01.0: bridge window [mem 0xfbd00000-0xfbffffff] >11:19:19,100 INFO kernel:[ 3.936422] pci 0000:00:01.0: bridge window [mem 0xe7000000-0xe70fffff pref] >11:19:19,100 INFO kernel:[ 3.946526] pci 0000:00:02.0: PCI bridge to [bus 0c] >11:19:19,100 INFO kernel:[ 3.953310] pci 0000:00:03.0: PCI bridge to [bus 09-0b] >11:19:19,100 INFO kernel:[ 3.960408] pci 0000:00:04.0: PCI bridge to [bus 0d] >11:19:19,100 INFO kernel:[ 3.968539] pci 0000:00:05.0: PCI bridge to [bus 0e] >11:19:19,100 INFO kernel:[ 3.979513] pci 0000:00:06.0: PCI bridge to [bus 0f] >11:19:19,100 INFO kernel:[ 3.986508] pci 0000:03:00.0: BAR 6: assigned [mem 0xe7100000-0xe710ffff pref] >11:19:19,100 INFO kernel:[ 3.997348] pci 0000:03:00.1: BAR 6: assigned [mem 0xe7110000-0xe711ffff pref] >11:19:19,100 INFO kernel:[ 4.007355] pci 0000:00:07.0: PCI bridge to [bus 03] >11:19:19,100 INFO kernel:[ 4.015545] pci 0000:00:07.0: bridge window [mem 0xf2000000-0xf5ffffff] >11:19:19,100 INFO kernel:[ 4.237875] pci 0000:00:07.0: bridge window [mem 0xe7100000-0xe71fffff pref] >11:19:19,100 INFO kernel:[ 4.274641] pci 0000:04:00.0: BAR 6: assigned [mem 0xe7200000-0xe720ffff pref] >11:19:19,100 INFO kernel:[ 4.295367] pci 0000:04:00.1: BAR 6: assigned [mem 0xe7210000-0xe721ffff pref] >11:19:19,100 INFO kernel:[ 4.316361] pci 0000:00:08.0: PCI bridge to [bus 04] >11:19:19,100 INFO kernel:[ 4.333680] pci 0000:00:08.0: bridge window [mem 0xf6000000-0xf9ffffff] >11:19:19,100 INFO kernel:[ 4.359280] pci 0000:00:08.0: bridge window [mem 0xe7200000-0xe72fffff pref] >11:19:19,100 INFO kernel:[ 4.379725] pci 0000:00:09.0: PCI bridge to [bus 06-08] >11:19:19,100 INFO kernel:[ 4.396473] pci 0000:00:0a.0: PCI bridge to [bus 10] >11:19:19,100 INFO kernel:[ 4.414139] pci 0000:00:1c.0: PCI bridge to [bus 11] >11:19:19,100 INFO kernel:[ 4.432363] pci 0000:02:00.2: BAR 6: assigned [mem 0xe7300000-0xe730ffff pref] >11:19:19,100 INFO kernel:[ 4.453149] pci 0000:00:1c.4: PCI bridge to [bus 02] >11:19:19,100 INFO kernel:[ 4.465209] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] >11:19:19,100 INFO kernel:[ 4.473422] pci 0000:00:1c.4: bridge window [mem 0xf1d00000-0xf1ffffff] >11:19:19,100 INFO kernel:[ 4.482709] pci 0000:00:1c.4: bridge window [mem 0xe7300000-0xe73fffff pref] >11:19:19,100 INFO kernel:[ 4.493259] pci 0000:01:03.0: BAR 6: assigned [mem 0xf1c00000-0xf1c1ffff pref] >11:19:19,100 INFO kernel:[ 4.506541] pci 0000:00:1e.0: PCI bridge to [bus 01] >11:19:19,100 INFO kernel:[ 4.516283] pci 0000:00:1e.0: bridge window [io 0x2000-0x2fff] >11:19:19,100 INFO kernel:[ 4.524853] pci 0000:00:1e.0: bridge window [mem 0xf1c00000-0xf1cfffff] >11:19:19,100 INFO kernel:[ 4.534091] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff 64bit pref] >11:19:19,100 DEBUG kernel:[ 4.845885] pci_bus 0000:00: resource 4 [mem 0xe7000000-0xfbffffff] >11:19:19,100 DEBUG kernel:[ 4.845887] pci_bus 0000:00: resource 5 [io 0x1000-0x4fff] >11:19:19,100 DEBUG kernel:[ 4.845889] pci_bus 0000:00: resource 6 [io 0x0000-0x03af] >11:19:19,100 DEBUG kernel:[ 4.845891] pci_bus 0000:00: resource 7 [io 0x03e0-0x0cf7] >11:19:19,100 DEBUG kernel:[ 4.845892] pci_bus 0000:00: resource 8 [io 0x0d00-0x0fff] >11:19:19,100 DEBUG kernel:[ 4.845894] pci_bus 0000:00: resource 9 [mem 0xfed00000-0xfed03fff] >11:19:19,100 DEBUG kernel:[ 4.845896] pci_bus 0000:00: resource 10 [mem 0xfed40000-0xfed44fff] >11:19:19,100 DEBUG kernel:[ 4.845897] pci_bus 0000:00: resource 11 [io 0x03b0-0x03bb] >11:19:19,100 DEBUG kernel:[ 4.845899] pci_bus 0000:00: resource 12 [io 0x03c0-0x03df] >11:19:19,100 DEBUG kernel:[ 4.845900] pci_bus 0000:00: resource 13 [mem 0x000a0000-0x000bffff] >11:19:19,100 DEBUG kernel:[ 4.845902] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff] >11:19:19,100 DEBUG kernel:[ 4.845904] pci_bus 0000:05: resource 1 [mem 0xfbd00000-0xfbffffff] >11:19:19,100 DEBUG kernel:[ 4.845906] pci_bus 0000:05: resource 2 [mem 0xe7000000-0xe70fffff pref] >11:19:19,100 DEBUG kernel:[ 4.845908] pci_bus 0000:03: resource 1 [mem 0xf2000000-0xf5ffffff] >11:19:19,100 DEBUG kernel:[ 4.845909] pci_bus 0000:03: resource 2 [mem 0xe7100000-0xe71fffff pref] >11:19:19,100 DEBUG kernel:[ 4.845911] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf9ffffff] >11:19:19,100 DEBUG kernel:[ 4.845913] pci_bus 0000:04: resource 2 [mem 0xe7200000-0xe72fffff pref] >11:19:19,100 DEBUG kernel:[ 4.845915] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff] >11:19:19,100 DEBUG kernel:[ 4.845916] pci_bus 0000:02: resource 1 [mem 0xf1d00000-0xf1ffffff] >11:19:19,100 DEBUG kernel:[ 4.845918] pci_bus 0000:02: resource 2 [mem 0xe7300000-0xe73fffff pref] >11:19:19,100 DEBUG kernel:[ 4.845920] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] >11:19:19,100 DEBUG kernel:[ 4.845921] pci_bus 0000:01: resource 1 [mem 0xf1c00000-0xf1cfffff] >11:19:19,100 DEBUG kernel:[ 4.845923] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xefffffff 64bit pref] >11:19:19,100 DEBUG kernel:[ 4.845925] pci_bus 0000:01: resource 4 [mem 0xe7000000-0xfbffffff] >11:19:19,100 DEBUG kernel:[ 4.845926] pci_bus 0000:01: resource 5 [io 0x1000-0x4fff] >11:19:19,100 DEBUG kernel:[ 4.845928] pci_bus 0000:01: resource 6 [io 0x0000-0x03af] >11:19:19,100 DEBUG kernel:[ 4.845929] pci_bus 0000:01: resource 7 [io 0x03e0-0x0cf7] >11:19:19,100 DEBUG kernel:[ 4.845931] pci_bus 0000:01: resource 8 [io 0x0d00-0x0fff] >11:19:19,100 DEBUG kernel:[ 4.845933] pci_bus 0000:01: resource 9 [mem 0xfed00000-0xfed03fff] >11:19:19,100 DEBUG kernel:[ 4.845934] pci_bus 0000:01: resource 10 [mem 0xfed40000-0xfed44fff] >11:19:19,100 DEBUG kernel:[ 4.845936] pci_bus 0000:01: resource 11 [io 0x03b0-0x03bb] >11:19:19,100 DEBUG kernel:[ 4.845937] pci_bus 0000:01: resource 12 [io 0x03c0-0x03df] >11:19:19,100 DEBUG kernel:[ 4.845939] pci_bus 0000:01: resource 13 [mem 0x000a0000-0x000bffff] >11:19:19,100 DEBUG kernel:[ 4.845942] pci_bus 0000:3f: resource 4 [io 0x0000-0xffff] >11:19:19,100 DEBUG kernel:[ 4.845943] pci_bus 0000:3f: resource 5 [mem 0x00000000-0xffffffff] >11:19:19,100 INFO kernel:[ 4.845976] NET: Registered protocol family 2 >11:19:19,100 INFO kernel:[ 4.862349] TCP established hash table entries: 8192 (order: 3, 32768 bytes) >11:19:19,100 INFO kernel:[ 4.892774] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) >11:19:19,100 INFO kernel:[ 4.913332] TCP: Hash tables configured (established 8192 bind 8192) >11:19:19,100 INFO kernel:[ 4.933476] TCP: reno registered >11:19:19,100 INFO kernel:[ 4.945075] UDP hash table entries: 512 (order: 2, 16384 bytes) >11:19:19,100 INFO kernel:[ 4.961447] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >11:19:19,100 INFO kernel:[ 4.972120] NET: Registered protocol family 1 >11:19:19,100 DEBUG kernel:[ 4.989316] pci 0000:01:03.0: Boot video device >11:19:19,100 DEBUG kernel:[ 4.989521] PCI: CLS 64 bytes, default 64 >11:19:19,100 INFO kernel:[ 4.989558] Unpacking initramfs... >11:19:19,100 INFO kernel:[ 10.370297] Freeing initrd memory: 38044K (f4ed7000 - f73fe000) >11:19:19,100 INFO kernel:[ 10.392503] dmar: Host address width 39 >11:19:19,100 INFO kernel:[ 10.414889] dmar: DRHD base: 0x000000e7ffe000 flags: 0x1 >11:19:19,100 INFO kernel:[ 10.438639] dmar: IOMMU 0: reg_base_addr e7ffe000 ver 1:0 cap c90780106f0462 ecap f0207e >11:19:19,100 INFO kernel:[ 10.460857] dmar: RMRR base: 0x000000df7fc000 end: 0x000000df7fdfff >11:19:19,100 INFO kernel:[ 10.481416] dmar: RMRR base: 0x000000df7f5000 end: 0x000000df7fafff >11:19:19,100 INFO kernel:[ 10.505666] dmar: RMRR base: 0x000000df63e000 end: 0x000000df63ffff >11:19:19,100 INFO kernel:[ 10.523117] dmar: ATSR flags: 0x0 >11:19:19,100 INFO kernel:[ 10.534669] apm: BIOS not found. >11:19:19,100 INFO kernel:[ 10.548270] futex hash table entries: 8192 (order: 7, 524288 bytes) >11:19:19,100 NOTICE kernel:[ 10.565745] Initialise system trusted keyring >11:19:19,100 INFO kernel:[ 10.574107] audit: initializing netlink subsys (disabled) >11:19:19,100 NOTICE kernel:[ 10.584108] audit: type=2000 audit(1399461521.703:1): initialized >11:19:19,100 WARNING kernel:[ 10.614297] bounce pool size: 64 pages >11:19:19,100 INFO kernel:[ 10.620246] HugeTLB registered 4 MB page size, pre-allocated 0 pages >11:19:19,100 INFO kernel:[ 10.630658] zbud: loaded >11:19:19,100 NOTICE kernel:[ 10.635587] VFS: Disk quotas dquot_6.5.2 >11:19:19,100 WARNING kernel:[ 10.642767] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) >11:19:19,100 INFO kernel:[ 10.652416] msgmni has been set to 1670 >11:19:19,100 NOTICE kernel:[ 10.657693] Key type big_key registered >11:19:19,100 DEBUG kernel:[ 10.663702] SELinux: Registering netfilter hooks >11:19:19,100 INFO kernel:[ 10.664499] alg: No test for stdrng (krng) >11:19:19,100 INFO kernel:[ 10.670925] NET: Registered protocol family 38 >11:19:19,100 NOTICE kernel:[ 10.676893] Key type asymmetric registered >11:19:19,100 NOTICE kernel:[ 10.682673] Asymmetric key parser 'x509' registered >11:19:19,100 INFO kernel:[ 10.689489] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >11:19:19,100 INFO kernel:[ 10.701769] io scheduler noop registered >11:19:19,100 INFO kernel:[ 10.709301] io scheduler deadline registered >11:19:19,100 INFO kernel:[ 10.716775] io scheduler cfq registered (default) >11:19:19,100 DEBUG kernel:[ 10.723886] pcieport 0000:00:1c.0: irq 64 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 10.723964] pcieport 0000:00:1c.4: irq 65 for MSI/MSI-X >11:19:19,100 INFO kernel:[ 10.724046] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >11:19:19,100 INFO kernel:[ 10.731874] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >11:19:19,100 DEBUG kernel:[ 10.741041] intel_idle: MWAIT substates: 0x1120 >11:19:19,100 DEBUG kernel:[ 10.741043] intel_idle: v0.4 model 0x2C >11:19:19,100 DEBUG kernel:[ 10.741044] intel_idle: lapic_timer_reliable_states 0xffffffff >11:19:19,100 INFO kernel:[ 10.741418] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >11:19:19,100 INFO kernel:[ 10.751909] ACPI: Power Button [PWRF] >11:19:19,100 INFO kernel:[ 10.758590] thermal LNXTHERM:00: registered as thermal_zone0 >11:19:19,100 INFO kernel:[ 10.766333] ACPI: Thermal Zone [THM0] (8 C) >11:19:19,100 ERR kernel:[ 10.774040] ERST: Failed to get Error Log Address Range. >11:19:19,100 INFO kernel:[ 10.784058] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. >11:19:19,100 INFO kernel:[ 10.795527] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >11:19:19,100 INFO kernel:[ 10.825367] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >11:19:19,100 INFO kernel:[ 11.067211] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A >11:19:19,100 INFO kernel:[ 11.092272] Non-volatile memory driver v1.3 >11:19:19,100 INFO kernel:[ 11.110682] Linux agpgart interface v0.103 >11:19:19,100 INFO kernel:[ 11.116473] libphy: Fixed MDIO Bus: probed >11:19:19,100 INFO kernel:[ 11.122292] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >11:19:19,100 INFO kernel:[ 11.131170] ehci-pci: EHCI PCI platform driver >11:19:19,100 INFO kernel:[ 11.138503] ehci-pci 0000:00:1d.7: EHCI Host Controller >11:19:19,100 INFO kernel:[ 11.145818] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1 >11:19:19,100 INFO kernel:[ 11.155959] ehci-pci 0000:00:1d.7: debug port 1 >11:19:19,100 DEBUG kernel:[ 11.167193] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported >11:19:19,100 INFO kernel:[ 11.167208] ehci-pci 0000:00:1d.7: irq 20, io mem 0xf1bf0000 >11:19:19,100 INFO kernel:[ 11.181263] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 >11:19:19,100 INFO kernel:[ 11.189527] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >11:19:19,100 INFO kernel:[ 11.198667] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:19:19,100 INFO kernel:[ 11.208570] usb usb1: Product: EHCI Host Controller >11:19:19,100 INFO kernel:[ 11.215109] usb usb1: Manufacturer: Linux 3.15.0-0.rc4.git0.1.fc21.i686 ehci_hcd >11:19:19,100 INFO kernel:[ 11.228206] usb usb1: SerialNumber: 0000:00:1d.7 >11:19:19,100 INFO kernel:[ 11.237231] hub 1-0:1.0: USB hub found >11:19:19,100 INFO kernel:[ 11.242741] hub 1-0:1.0: 8 ports detected >11:19:19,100 INFO kernel:[ 11.248520] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >11:19:19,100 INFO kernel:[ 11.257942] ohci-pci: OHCI PCI platform driver >11:19:19,100 INFO kernel:[ 11.563862] tsc: Refined TSC clocksource calibration: 2533.422 MHz >11:19:19,100 INFO kernel:[ 11.584203] uhci_hcd: USB Universal Host Controller Interface driver >11:19:19,100 INFO kernel:[ 11.610737] uhci_hcd 0000:00:1d.0: UHCI Host Controller >11:19:19,100 INFO kernel:[ 11.628845] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 >11:19:19,100 INFO kernel:[ 11.652110] uhci_hcd 0000:00:1d.0: detected 2 ports >11:19:19,100 INFO kernel:[ 11.660218] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001000 >11:19:19,100 INFO kernel:[ 11.670993] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >11:19:19,100 INFO kernel:[ 11.682894] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:19:19,100 INFO kernel:[ 11.692703] usb usb2: Product: UHCI Host Controller >11:19:19,100 INFO kernel:[ 11.699493] usb usb2: Manufacturer: Linux 3.15.0-0.rc4.git0.1.fc21.i686 uhci_hcd >11:19:19,100 INFO kernel:[ 11.709597] usb usb2: SerialNumber: 0000:00:1d.0 >11:19:19,100 INFO kernel:[ 11.716150] hub 2-0:1.0: USB hub found >11:19:19,100 INFO kernel:[ 11.721976] hub 2-0:1.0: 2 ports detected >11:19:19,100 INFO kernel:[ 11.727973] uhci_hcd 0000:00:1d.1: UHCI Host Controller >11:19:19,100 INFO kernel:[ 11.736864] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 >11:19:19,100 INFO kernel:[ 11.751205] uhci_hcd 0000:00:1d.1: detected 2 ports >11:19:19,100 INFO kernel:[ 11.758597] uhci_hcd 0000:00:1d.1: irq 23, io base 0x00001020 >11:19:19,100 INFO kernel:[ 11.767751] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >11:19:19,100 INFO kernel:[ 11.776935] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:19:19,100 INFO kernel:[ 11.786734] usb usb3: Product: UHCI Host Controller >11:19:19,100 INFO kernel:[ 12.098676] usb usb3: Manufacturer: Linux 3.15.0-0.rc4.git0.1.fc21.i686 uhci_hcd >11:19:19,100 INFO kernel:[ 12.127850] usb usb3: SerialNumber: 0000:00:1d.1 >11:19:19,100 INFO kernel:[ 12.141242] hub 3-0:1.0: USB hub found >11:19:19,100 INFO kernel:[ 12.151910] hub 3-0:1.0: 2 ports detected >11:19:19,100 INFO kernel:[ 12.164251] uhci_hcd 0000:00:1d.2: UHCI Host Controller >11:19:19,100 INFO kernel:[ 12.182011] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 >11:19:19,100 INFO kernel:[ 12.206719] uhci_hcd 0000:00:1d.2: detected 2 ports >11:19:19,100 INFO kernel:[ 12.220462] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001040 >11:19:19,100 INFO kernel:[ 12.232082] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >11:19:19,100 INFO kernel:[ 12.241127] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:19:19,100 INFO kernel:[ 12.250957] usb usb4: Product: UHCI Host Controller >11:19:19,100 INFO kernel:[ 12.258920] usb usb4: Manufacturer: Linux 3.15.0-0.rc4.git0.1.fc21.i686 uhci_hcd >11:19:19,100 INFO kernel:[ 12.272807] usb usb4: SerialNumber: 0000:00:1d.2 >11:19:19,100 INFO kernel:[ 12.281201] hub 4-0:1.0: USB hub found >11:19:19,100 INFO kernel:[ 12.286455] hub 4-0:1.0: 2 ports detected >11:19:19,100 INFO kernel:[ 12.292363] uhci_hcd 0000:00:1d.3: UHCI Host Controller >11:19:19,100 INFO kernel:[ 12.300188] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 >11:19:19,100 INFO kernel:[ 12.310297] uhci_hcd 0000:00:1d.3: detected 2 ports >11:19:19,100 INFO kernel:[ 12.317113] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001060 >11:19:19,100 INFO kernel:[ 12.325001] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 >11:19:19,100 INFO kernel:[ 12.336637] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:19:19,100 INFO kernel:[ 12.577166] usb usb5: Product: UHCI Host Controller >11:19:19,100 INFO kernel:[ 12.661323] usb usb5: Manufacturer: Linux 3.15.0-0.rc4.git0.1.fc21.i686 uhci_hcd >11:19:19,100 INFO kernel:[ 12.682478] usb usb5: SerialNumber: 0000:00:1d.3 >11:19:19,100 INFO kernel:[ 12.702500] Switched to clocksource tsc >11:19:19,100 INFO kernel:[ 12.702830] hub 5-0:1.0: USB hub found >11:19:19,100 INFO kernel:[ 12.702908] hub 5-0:1.0: 2 ports detected >11:19:19,100 INFO kernel:[ 12.703295] uhci_hcd 0000:02:00.4: UHCI Host Controller >11:19:19,100 INFO kernel:[ 12.703372] uhci_hcd 0000:02:00.4: new USB bus registered, assigned bus number 6 >11:19:19,100 INFO kernel:[ 12.703392] uhci_hcd 0000:02:00.4: detected 8 ports >11:19:19,100 INFO kernel:[ 12.703392] uhci_hcd 0000:02:00.4: port count misdetected? forcing to 2 ports >11:19:19,100 INFO kernel:[ 12.703430] uhci_hcd 0000:02:00.4: irq 17, io base 0x00003c00 >11:19:19,100 INFO kernel:[ 12.703958] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 >11:19:19,100 INFO kernel:[ 12.703960] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:19:19,100 INFO kernel:[ 12.703962] usb usb6: Product: UHCI Host Controller >11:19:19,100 INFO kernel:[ 12.703964] usb usb6: Manufacturer: Linux 3.15.0-0.rc4.git0.1.fc21.i686 uhci_hcd >11:19:19,100 INFO kernel:[ 12.703965] usb usb6: SerialNumber: 0000:02:00.4 >11:19:19,100 INFO kernel:[ 12.704210] hub 6-0:1.0: USB hub found >11:19:19,100 INFO kernel:[ 12.704294] hub 6-0:1.0: 2 ports detected >11:19:19,100 INFO kernel:[ 12.704756] usbcore: registered new interface driver usbserial >11:19:19,100 INFO kernel:[ 12.704766] usbcore: registered new interface driver usbserial_generic >11:19:19,100 INFO kernel:[ 12.704776] usbserial: USB Serial support registered for generic >11:19:19,100 INFO kernel:[ 12.704828] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12 >11:19:19,100 INFO kernel:[ 12.955561] serio: i8042 KBD port at 0x60,0x64 irq 1 >11:19:19,100 INFO kernel:[ 12.955680] mousedev: PS/2 mouse device common for all mice >11:19:19,100 INFO kernel:[ 12.955906] rtc_cmos 00:08: RTC can wake from S4 >11:19:19,100 INFO kernel:[ 12.956154] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0 >11:19:19,100 INFO kernel:[ 12.956186] rtc_cmos 00:08: alarms up to one year, y3k, 114 bytes nvram, hpet irqs >11:19:19,100 INFO kernel:[ 12.956255] device-mapper: uevent: version 1.0.3 >11:19:19,100 INFO kernel:[ 12.956417] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >11:19:19,100 INFO kernel:[ 12.957345] hidraw: raw HID events driver (C) Jiri Kosina >11:19:19,100 INFO kernel:[ 12.957444] usbcore: registered new interface driver usbhid >11:19:19,100 INFO kernel:[ 12.957444] usbhid: USB HID core driver >11:19:19,100 INFO kernel:[ 12.957463] drop_monitor: Initializing network drop monitor service >11:19:19,100 INFO kernel:[ 12.957533] ip_tables: (C) 2000-2006 Netfilter Core Team >11:19:19,100 INFO kernel:[ 13.007402] usb 6-1: new full-speed USB device number 2 using uhci_hcd >11:19:19,100 WARNING kernel:[ 13.397593] hpet1: lost 27 rtc interrupts >11:19:19,100 INFO kernel:[ 13.403718] TCP: cubic registered >11:19:19,100 INFO kernel:[ 13.409714] Initializing XFRM netlink socket >11:19:19,100 INFO kernel:[ 13.416987] NET: Registered protocol family 10 >11:19:19,100 INFO kernel:[ 13.425142] mip6: Mobile IPv6 >11:19:19,100 INFO kernel:[ 13.426131] usb 6-1: New USB device found, idVendor=03f0, idProduct=7029 >11:19:19,100 INFO kernel:[ 13.426133] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >11:19:19,100 INFO kernel:[ 13.426134] usb 6-1: Product: Virtual Keyboard >11:19:19,100 INFO kernel:[ 13.426136] usb 6-1: Manufacturer: HP >11:19:19,100 INFO kernel:[ 13.432614] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:02:00.4/usb6/6-1/6-1:1.0/0003:03F0:7029.0001/input/input2 >11:19:19,100 INFO kernel:[ 13.432858] hid-generic 0003:03F0:7029.0001: input,hidraw0: USB HID v1.01 Keyboard [HP Virtual Keyboard ] on usb-0000:02:00.4-1/input0 >11:19:19,100 INFO kernel:[ 13.436595] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:02:00.4/usb6/6-1/6-1:1.1/0003:03F0:7029.0002/input/input3 >11:19:19,100 INFO kernel:[ 13.436904] hid-generic 0003:03F0:7029.0002: input,hidraw1: USB HID v1.01 Mouse [HP Virtual Keyboard ] on usb-0000:02:00.4-1/input1 >11:19:19,100 INFO kernel:[ 13.796179] NET: Registered protocol family 17 >11:19:19,100 INFO kernel:[ 13.810902] Using IPI No-Shortcut mode >11:19:19,100 NOTICE kernel:[ 13.831529] Loading compiled-in X.509 certificates >11:19:19,100 NOTICE kernel:[ 13.855011] Loaded X.509 cert 'Fedora kernel signing key: b25058589ae16088027655b67a9de69b88e2d54d' >11:19:19,100 INFO kernel:[ 13.885168] registered taskstats version 1 >11:19:19,100 INFO kernel:[ 13.898816] Magic number: 14:953:326 >11:19:19,100 INFO kernel:[ 13.914432] rtc_cmos 00:08: setting system clock to 2014-05-07 11:18:52 UTC (1399461532) >11:19:19,100 DEBUG kernel:[ 13.948224] PM: Hibernation image not present or could not be loaded. >11:19:19,100 INFO kernel:[ 13.949033] Freeing unused kernel memory: 712K (c0d29000 - c0ddb000) >11:19:19,100 INFO kernel:[ 14.006668] Write protecting the kernel text: 6260k >11:19:19,100 INFO kernel:[ 14.048298] Write protecting the kernel read-only data: 2468k >11:19:19,100 NOTICE kernel:[ 14.099791] random: systemd urandom read with 3 bits of entropy available >11:19:19,100 INFO kernel:[ 14.953029] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >11:19:19,100 INFO kernel:[ 15.079844] device-mapper: multipath: version 1.7.0 loaded >11:19:19,100 INFO kernel:[ 15.420016] squashfs: version 4.0 (2009/01/31) Phillip Lougher >11:19:19,100 INFO kernel:[ 15.469477] Loading iSCSI transport class v2.0-870. >11:19:19,100 NOTICE kernel:[ 15.505482] iscsi: registered transport (tcp) >11:19:19,100 INFO kernel:[ 15.535797] alua: device handler registered >11:19:19,100 INFO kernel:[ 15.549424] emc: device handler registered >11:19:19,100 INFO kernel:[ 15.563706] hp_sw: device handler registered >11:19:19,100 INFO kernel:[ 15.578635] rdac: device handler registered >11:19:19,100 INFO kernel:[ 15.597393] Floppy drive(s): fd0 is 1.44M >11:19:19,100 INFO kernel:[ 18.618809] floppy0: no floppy controllers found >11:19:19,100 INFO kernel:[ 18.662018] No iBFT detected. >11:19:19,100 INFO kernel:[ 18.685637] md: raid0 personality registered for level 0 >11:19:19,100 INFO kernel:[ 18.717222] md: raid1 personality registered for level 1 >11:19:19,100 INFO kernel:[ 18.747536] async_tx: api initialized (async) >11:19:19,100 INFO kernel:[ 18.769190] xor: measuring software checksum speed >11:19:19,100 INFO kernel:[ 18.801472] pIII_sse : 6000.000 MB/sec >11:19:19,100 INFO kernel:[ 18.824460] prefetch64-sse: 6824.000 MB/sec >11:19:19,100 INFO kernel:[ 18.840258] xor: using function: prefetch64-sse (6824.000 MB/sec) >11:19:19,100 WARNING kernel:[ 18.889443] raid6: mmxx1 2875 MB/s >11:19:19,100 WARNING kernel:[ 18.912424] raid6: mmxx2 4179 MB/s >11:19:19,100 WARNING kernel:[ 18.935405] raid6: sse1x1 3187 MB/s >11:19:19,100 WARNING kernel:[ 18.957397] raid6: sse1x2 3730 MB/s >11:19:19,100 WARNING kernel:[ 18.981383] raid6: sse2x1 6312 MB/s >11:19:19,100 WARNING kernel:[ 19.004376] raid6: sse2x2 7367 MB/s >11:19:19,100 WARNING kernel:[ 19.010327] raid6: using algorithm sse2x2 (7367 MB/s) >11:19:19,100 WARNING kernel:[ 19.018807] raid6: using ssse3x1 recovery algorithm >11:19:19,100 INFO kernel:[ 19.043201] md: raid6 personality registered for level 6 >11:19:19,100 INFO kernel:[ 19.055455] md: raid5 personality registered for level 5 >11:19:19,100 INFO kernel:[ 19.067422] md: raid4 personality registered for level 4 >11:19:19,100 INFO kernel:[ 19.084512] md: raid10 personality registered for level 10 >11:19:19,100 INFO kernel:[ 19.100721] md: linear personality registered for level -1 >11:19:19,100 INFO kernel:[ 19.124546] device-mapper: multipath round-robin: version 1.0.0 loaded >11:19:19,100 INFO kernel:[ 19.179051] RPC: Registered named UNIX socket transport module. >11:19:19,100 INFO kernel:[ 19.193602] RPC: Registered udp transport module. >11:19:19,100 INFO kernel:[ 19.200888] RPC: Registered tcp transport module. >11:19:19,100 INFO kernel:[ 19.208811] RPC: Registered tcp NFSv4.1 backchannel transport module. >11:19:19,100 INFO kernel:[ 19.559723] bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.2.5 (December 20, 2013) >11:19:19,100 INFO kernel:[ 19.577402] HP HPSA Driver (v 3.4.4-1) >11:19:19,100 INFO kernel:[ 19.578210] bnx2 0000:03:00.0 eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f4000000, IRQ 30, node addr 3c:4a:92:f4:43:14 >11:19:19,100 INFO kernel:[ 19.579082] bnx2 0000:03:00.1 eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f2000000, IRQ 37, node addr 3c:4a:92:f4:43:16 >11:19:19,100 INFO kernel:[ 19.579940] bnx2 0000:04:00.0 eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f8000000, IRQ 31, node addr 3c:4a:92:f4:43:30 >11:19:19,100 INFO kernel:[ 19.580747] bnx2 0000:04:00.1 eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f6000000, IRQ 39, node addr 3c:4a:92:f4:43:32 >11:19:19,100 WARNING kernel:[ 19.680486] hpsa 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control >11:19:19,100 INFO kernel:[ 19.691478] hpsa 0000:05:00.0: MSIX >11:19:19,100 DEBUG kernel:[ 19.697153] hpsa 0000:05:00.0: irq 66 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 19.697166] hpsa 0000:05:00.0: irq 67 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 19.697178] hpsa 0000:05:00.0: irq 68 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 19.697189] hpsa 0000:05:00.0: irq 69 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 19.697200] hpsa 0000:05:00.0: irq 70 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 19.697211] hpsa 0000:05:00.0: irq 71 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 19.697222] hpsa 0000:05:00.0: irq 72 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 19.697232] hpsa 0000:05:00.0: irq 73 for MSI/MSI-X >11:19:19,100 WARNING kernel:[ 19.697321] hpsa 0000:05:00.0: Logical aborts not supported >11:19:19,100 INFO kernel:[ 19.706165] [drm] Initialized drm 1.1.0 20060810 >11:19:19,100 INFO kernel:[ 19.721273] alg: No test for crc32 (crc32-pclmul) >11:19:19,100 INFO kernel:[ 19.726148] hpsa 0000:05:00.0: hpsa0: <0x323a> at IRQ 66 using DAC >11:19:19,100 INFO kernel:[ 19.746465] scsi0 : hpsa >11:19:19,100 INFO kernel:[ 19.749761] hpsa 0000:05:00.0: RAID device c0b3t0l0 added. >11:19:19,100 INFO kernel:[ 19.749764] hpsa 0000:05:00.0: Direct-Access device c0b0t0l0 added. >11:19:19,100 NOTICE kernel:[ 19.750033] scsi 0:3:0:0: RAID HP P410i 5.02 PQ: 0 ANSI: 5 >11:19:19,100 NOTICE kernel:[ 19.750638] scsi 0:0:0:0: Direct-Access HP LOGICAL VOLUME 5.02 PQ: 0 ANSI: 5 >11:19:19,100 NOTICE kernel:[ 19.751171] scsi 0:3:0:0: Attached scsi generic sg0 type 12 >11:19:19,100 NOTICE kernel:[ 19.751594] sd 0:0:0:0: Attached scsi generic sg1 type 0 >11:19:19,100 NOTICE kernel:[ 19.751634] sd 0:0:0:0: [sda] 234371520 512-byte logical blocks: (119 GB/111 GiB) >11:19:19,100 NOTICE kernel:[ 19.751881] sd 0:0:0:0: [sda] Write Protect is off >11:19:19,100 DEBUG kernel:[ 19.751883] sd 0:0:0:0: [sda] Mode Sense: 6b 00 00 08 >11:19:19,100 NOTICE kernel:[ 19.752039] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >11:19:19,100 INFO kernel:[ 19.753072] sda: sda1 sda2 >11:19:19,100 NOTICE kernel:[ 19.753876] sd 0:0:0:0: [sda] Attached SCSI disk >11:19:19,100 INFO kernel:[ 19.999644] [drm] radeon kernel modesetting enabled. >11:19:19,100 INFO kernel:[ 20.020138] [drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB). >11:19:19,100 INFO kernel:[ 20.067201] [drm] register mmio base: 0xF1CF0000 >11:19:19,100 INFO kernel:[ 20.086306] [drm] register mmio size: 65536 >11:19:19,100 INFO kernel:[ 20.126906] radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used) >11:19:19,100 INFO kernel:[ 20.155974] radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF >11:19:19,100 INFO kernel:[ 20.179274] [drm] Detected VRAM RAM=128M, BAR=128M >11:19:19,100 INFO kernel:[ 20.187043] [drm] RAM width 16bits DDR >11:19:19,100 INFO kernel:[ 20.192772] [TTM] Zone kernel: Available graphics memory: 427946 kiB >11:19:19,100 INFO kernel:[ 20.202477] [TTM] Zone highmem: Available graphics memory: 1805326 kiB >11:19:19,100 INFO kernel:[ 20.212236] [TTM] Initializing pool allocator >11:19:19,100 INFO kernel:[ 20.219019] [TTM] Initializing DMA pool allocator >11:19:19,100 INFO kernel:[ 20.226259] [drm] radeon: 64M of VRAM memory ready >11:19:19,100 INFO kernel:[ 20.235962] [drm] radeon: 512M of GTT memory ready. >11:19:19,100 INFO kernel:[ 20.246558] [drm] GART: num cpu pages 131072, num gpu pages 131072 >11:19:19,100 INFO kernel:[ 20.280275] [drm] PCI GART of 512M enabled (table at 0x0000000035500000). >11:19:19,100 INFO kernel:[ 20.290541] radeon 0000:01:03.0: WB disabled >11:19:19,100 INFO kernel:[ 20.297063] radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xf1c4c000 >11:19:19,100 INFO kernel:[ 20.317897] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >11:19:19,100 INFO kernel:[ 20.528399] [drm] Driver supports precise vblank timestamp query. >11:19:19,100 INFO kernel:[ 20.548504] [drm] radeon: irq initialized. >11:19:19,100 INFO kernel:[ 20.566788] [drm] Loading R100 Microcode >11:19:19,100 INFO kernel:[ 20.585928] [drm] radeon: ring at 0x00000000C8001000 >11:19:19,100 INFO kernel:[ 20.602255] [drm] ring test succeeded in 1 usecs >11:19:19,100 INFO kernel:[ 21.142464] [drm] ib test succeeded in 0 usecs >11:19:19,100 INFO kernel:[ 21.166854] [drm] No TV DAC info found in BIOS >11:19:19,100 INFO kernel:[ 21.190799] [drm] Radeon Display Connectors >11:19:19,100 INFO kernel:[ 21.231258] [drm] Connector 0: >11:19:19,100 INFO kernel:[ 21.248618] [drm] VGA-1 >11:19:19,100 INFO kernel:[ 21.258369] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60 >11:19:19,100 INFO kernel:[ 21.289722] [drm] Encoders: >11:19:19,100 INFO kernel:[ 21.305498] [drm] CRT1: INTERNAL_DAC1 >11:19:19,100 INFO kernel:[ 21.318307] [drm] Connector 1: >11:19:19,100 INFO kernel:[ 21.328258] [drm] VGA-2 >11:19:19,100 INFO kernel:[ 21.336505] [drm] DDC: 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c >11:19:19,100 INFO kernel:[ 21.356679] [drm] Encoders: >11:19:19,100 INFO kernel:[ 21.371206] [drm] CRT2: INTERNAL_DAC2 >11:19:19,100 INFO kernel:[ 21.421101] [drm] fb mappable at 0xE8040000 >11:19:19,100 INFO kernel:[ 21.427433] [drm] vram apper at 0xE8000000 >11:19:19,100 INFO kernel:[ 21.433531] [drm] size 786432 >11:19:19,100 INFO kernel:[ 21.439170] [drm] fb depth is 8 >11:19:19,100 INFO kernel:[ 21.445145] [drm] pitch is 1024 >11:19:19,100 INFO kernel:[ 21.453718] fbcon: radeondrmfb (fb0) is primary device >11:19:19,100 INFO kernel:[ 21.608008] Console: switching to colour frame buffer device 128x48 >11:19:19,100 INFO kernel:[ 21.640116] radeon 0000:01:03.0: fb0: radeondrmfb frame buffer device >11:19:19,100 INFO kernel:[ 21.650981] radeon 0000:01:03.0: registered panic notifier >11:19:19,100 INFO kernel:[ 21.659498] [drm] Initialized radeon 2.38.0 20080528 for 0000:01:03.0 on minor 0 >11:19:19,100 DEBUG kernel:[ 21.864667] bnx2 0000:03:00.0: irq 74 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 21.864678] bnx2 0000:03:00.0: irq 75 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 21.864687] bnx2 0000:03:00.0: irq 76 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 21.864694] bnx2 0000:03:00.0: irq 77 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 21.864703] bnx2 0000:03:00.0: irq 78 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 21.864710] bnx2 0000:03:00.0: irq 79 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 21.864718] bnx2 0000:03:00.0: irq 80 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 21.864726] bnx2 0000:03:00.0: irq 81 for MSI/MSI-X >11:19:19,100 DEBUG kernel:[ 21.864734] bnx2 0000:03:00.0: irq 82 for MSI/MSI-X >11:19:19,100 INFO kernel:[ 21.909145] bnx2 0000:03:00.0 em1: using MSIX >11:19:19,100 INFO kernel:[ 21.934022] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready >11:19:19,100 INFO kernel:[ 25.158571] bnx2 0000:03:00.0 em1: NIC Copper Link is Up, 1000 Mbps full duplex >11:19:19,100 WARNING kernel:[ 25.285463] >11:19:19,100 INFO kernel:[ 25.294034] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready >11:19:19,100 NOTICE kernel:[ 29.947062] random: nonblocking pool is initialized >11:19:19,100 INFO kernel:[ 32.451626] loop: module loaded >11:19:19,100 INFO kernel:[ 32.777572] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >11:19:19,100 DEBUG kernel:[ 37.801333] SELinux: 2048 avtab hash slots, 107264 rules. >11:19:19,100 DEBUG kernel:[ 37.833248] SELinux: 2048 avtab hash slots, 107264 rules. >11:19:19,100 DEBUG kernel:[ 37.869092] SELinux: 8 users, 102 roles, 4848 types, 283 bools, 1 sens, 1024 cats >11:19:19,100 DEBUG kernel:[ 37.869096] SELinux: 83 classes, 107264 rules >11:19:19,100 DEBUG kernel:[ 37.877779] SELinux: Completing initialization. >11:19:19,100 DEBUG kernel:[ 37.877781] SELinux: Setting up existing superblocks. >11:19:19,100 DEBUG kernel:[ 37.877788] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 37.877813] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.877823] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.877829] SELinux: initialized (dev proc, type proc), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.877910] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 37.878702] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.879635] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >11:19:19,100 DEBUG kernel:[ 37.879638] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >11:19:19,100 DEBUG kernel:[ 37.879643] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.879646] SELinux: initialized (dev aio, type aio), not configured for labeling >11:19:19,100 DEBUG kernel:[ 37.879650] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 37.879665] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 37.879671] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 37.879678] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.879690] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880071] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880074] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 37.880081] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 37.880289] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 37.880325] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880331] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880334] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880336] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880339] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880347] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880352] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880354] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880357] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880364] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880369] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880374] SELinux: initialized (dev drm, type drm), not configured for labeling >11:19:19,100 DEBUG kernel:[ 37.880378] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 37.880388] SELinux: initialized (dev loop0, type squashfs), uses xattr >11:19:19,100 DEBUG kernel:[ 37.880407] SELinux: initialized (dev dm-0, type ext4), uses xattr >11:19:19,100 NOTICE kernel:[ 37.897297] audit: type=1403 audit(1399461556.493:2): policy loaded auid=4294967295 ses=4294967295 >11:19:19,100 DEBUG kernel:[ 38.731709] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >11:19:19,100 DEBUG kernel:[ 38.890884] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >11:19:19,100 DEBUG kernel:[ 38.933175] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:19:19,100 WARNING kernel:[ 39.931661] ACPI Warning: SystemIO range 0x00000928-0x0000092f conflicts with OpRegion 0x00000920-0x0000092f (\SGPE) (20140214/utaddress-258) >11:19:19,100 INFO kernel:[ 39.931666] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >11:19:19,100 WARNING kernel:[ 39.931694] lpc_ich: Resource conflict(s) found affecting gpio_ich >11:19:19,100 INFO kernel:[ 39.966365] microcode: CPU0 sig=0x206c2, pf=0x1, revision=0x13 >11:19:19,100 INFO kernel:[ 40.037571] microcode: CPU1 sig=0x206c2, pf=0x1, revision=0x13 >11:19:19,100 INFO kernel:[ 40.037608] microcode: CPU2 sig=0x206c2, pf=0x1, revision=0x13 >11:19:19,100 INFO kernel:[ 40.037673] microcode: CPU3 sig=0x206c2, pf=0x1, revision=0x13 >11:19:19,100 INFO kernel:[ 40.037704] microcode: CPU4 sig=0x206c2, pf=0x1, revision=0x13 >11:19:19,100 INFO kernel:[ 40.037726] microcode: CPU5 sig=0x206c2, pf=0x1, revision=0x13 >11:19:19,100 INFO kernel:[ 40.037750] microcode: CPU6 sig=0x206c2, pf=0x1, revision=0x13 >11:19:19,100 INFO kernel:[ 40.037809] microcode: CPU7 sig=0x206c2, pf=0x1, revision=0x13 >11:19:19,100 INFO kernel:[ 40.037886] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >11:19:19,100 INFO kernel:[ 40.046263] gpio_ich: GPIO from 195 to 255 on gpio_ich >11:19:19,948 INFO NetworkManager: <info> NetworkManager (version 0.9.9.1-5.git20140319.fc21) is starting... >11:19:19,948 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >11:19:19,948 INFO NetworkManager: <info> WEXT support is enabled >11:19:20,012 INFO kernel:[ 41.412623] cfg80211: Calling CRDA to update world regulatory domain >11:19:20,125 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >11:19:20,242 INFO polkitd: Started polkitd version 0.112 >11:19:20,438 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >11:19:20,482 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >11:19:20,482 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >11:19:20,482 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >11:19:20,482 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >11:19:20,483 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-em1 ... >11:19:20,484 NOTICE NetworkManager: ifcfg-rh: read connection 'em1' >11:19:20,560 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >11:19:20,561 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >11:19:20,611 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >11:19:20,614 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >11:19:20,621 INFO NetworkManager: <info> WiFi hardware radio set enabled >11:19:20,626 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >11:19:20,626 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >11:19:20,626 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >11:19:20,626 INFO NetworkManager: <info> Networking is enabled by state file >11:19:20,627 INFO NetworkManager: <info> (lo): link connected >11:19:20,627 INFO NetworkManager: <info> (lo): carrier is ON >11:19:20,627 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >11:19:20,627 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >11:19:20,627 INFO NetworkManager: <info> (em1): link connected >11:19:20,627 INFO NetworkManager: <info> (em1): carrier is ON >11:19:20,628 INFO NetworkManager: <info> (em1): new Ethernet device (driver: 'bnx2' ifindex: 2) >11:19:20,628 INFO NetworkManager: <info> (em1): exported as /org/freedesktop/NetworkManager/Devices/1 >11:19:20,630 NOTICE NetworkManager: ifcfg-rh: read connection 'em1' >11:19:20,630 INFO NetworkManager: <info> (em1): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >11:19:20,631 INFO NetworkManager: <info> (em1): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >11:19:20,632 INFO NetworkManager: <info> Activation (em1) starting connection 'em1' >11:19:20,632 INFO NetworkManager: <info> Activation (em1) Stage 1 of 5 (Device Prepare) scheduled... >11:19:20,632 INFO NetworkManager: <info> (em2): carrier is OFF >11:19:20,633 INFO NetworkManager: <info> (em2): new Ethernet device (driver: 'bnx2' ifindex: 3) >11:19:20,633 INFO NetworkManager: <info> (em2): exported as /org/freedesktop/NetworkManager/Devices/2 >11:19:20,633 INFO NetworkManager: <info> (em2): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >11:19:20,634 DEBUG kernel:[ 42.034232] bnx2 0000:03:00.1: irq 83 for MSI/MSI-X >11:19:20,634 DEBUG kernel:[ 42.034243] bnx2 0000:03:00.1: irq 84 for MSI/MSI-X >11:19:20,634 DEBUG kernel:[ 42.034252] bnx2 0000:03:00.1: irq 85 for MSI/MSI-X >11:19:20,634 DEBUG kernel:[ 42.034260] bnx2 0000:03:00.1: irq 86 for MSI/MSI-X >11:19:20,634 DEBUG kernel:[ 42.034268] bnx2 0000:03:00.1: irq 87 for MSI/MSI-X >11:19:20,634 DEBUG kernel:[ 42.034276] bnx2 0000:03:00.1: irq 88 for MSI/MSI-X >11:19:20,634 DEBUG kernel:[ 42.034283] bnx2 0000:03:00.1: irq 89 for MSI/MSI-X >11:19:20,634 DEBUG kernel:[ 42.034291] bnx2 0000:03:00.1: irq 90 for MSI/MSI-X >11:19:20,634 DEBUG kernel:[ 42.034300] bnx2 0000:03:00.1: irq 91 for MSI/MSI-X >11:19:20,678 INFO kernel:[ 42.078321] bnx2 0000:03:00.1 em2: using MSIX >11:19:20,678 INFO kernel:[ 42.078372] IPv6: ADDRCONF(NETDEV_UP): em2: link is not ready >11:19:20,682 INFO NetworkManager: <info> (em2): preparing device >11:19:20,683 NOTICE NetworkManager: ifcfg-rh: read connection 'Wired connection 1' >11:19:20,683 INFO NetworkManager: <info> (em2): created default wired connection 'Wired connection 1' >11:19:20,684 INFO NetworkManager: <info> (em3): carrier is OFF >11:19:20,684 INFO NetworkManager: <info> (em3): new Ethernet device (driver: 'bnx2' ifindex: 4) >11:19:20,684 INFO NetworkManager: <info> (em3): exported as /org/freedesktop/NetworkManager/Devices/3 >11:19:20,684 INFO NetworkManager: <info> (em3): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >11:19:20,685 DEBUG kernel:[ 42.085346] bnx2 0000:04:00.0: irq 92 for MSI/MSI-X >11:19:20,685 DEBUG kernel:[ 42.085353] bnx2 0000:04:00.0: irq 93 for MSI/MSI-X >11:19:20,685 DEBUG kernel:[ 42.085359] bnx2 0000:04:00.0: irq 94 for MSI/MSI-X >11:19:20,685 DEBUG kernel:[ 42.085364] bnx2 0000:04:00.0: irq 95 for MSI/MSI-X >11:19:20,685 DEBUG kernel:[ 42.085369] bnx2 0000:04:00.0: irq 96 for MSI/MSI-X >11:19:20,685 DEBUG kernel:[ 42.085375] bnx2 0000:04:00.0: irq 97 for MSI/MSI-X >11:19:20,685 DEBUG kernel:[ 42.085380] bnx2 0000:04:00.0: irq 98 for MSI/MSI-X >11:19:20,685 DEBUG kernel:[ 42.085385] bnx2 0000:04:00.0: irq 99 for MSI/MSI-X >11:19:20,685 DEBUG kernel:[ 42.085390] bnx2 0000:04:00.0: irq 100 for MSI/MSI-X >11:19:20,729 INFO NetworkManager: <info> (em3): preparing device >11:19:20,729 INFO kernel:[ 42.129324] bnx2 0000:04:00.0 em3: using MSIX >11:19:20,729 INFO kernel:[ 42.129375] IPv6: ADDRCONF(NETDEV_UP): em3: link is not ready >11:19:20,730 NOTICE NetworkManager: ifcfg-rh: read connection 'Wired connection 2' >11:19:20,730 INFO NetworkManager: <info> (em3): created default wired connection 'Wired connection 2' >11:19:20,731 INFO NetworkManager: <info> (em4): carrier is OFF >11:19:20,731 INFO NetworkManager: <info> (em4): new Ethernet device (driver: 'bnx2' ifindex: 5) >11:19:20,731 INFO NetworkManager: <info> (em4): exported as /org/freedesktop/NetworkManager/Devices/4 >11:19:20,731 INFO NetworkManager: <info> (em4): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >11:19:20,732 DEBUG kernel:[ 42.132741] bnx2 0000:04:00.1: irq 101 for MSI/MSI-X >11:19:20,732 DEBUG kernel:[ 42.132752] bnx2 0000:04:00.1: irq 102 for MSI/MSI-X >11:19:20,732 DEBUG kernel:[ 42.132760] bnx2 0000:04:00.1: irq 103 for MSI/MSI-X >11:19:20,732 DEBUG kernel:[ 42.132768] bnx2 0000:04:00.1: irq 104 for MSI/MSI-X >11:19:20,732 DEBUG kernel:[ 42.132776] bnx2 0000:04:00.1: irq 105 for MSI/MSI-X >11:19:20,732 DEBUG kernel:[ 42.132784] bnx2 0000:04:00.1: irq 106 for MSI/MSI-X >11:19:20,732 DEBUG kernel:[ 42.132792] bnx2 0000:04:00.1: irq 107 for MSI/MSI-X >11:19:20,732 DEBUG kernel:[ 42.132800] bnx2 0000:04:00.1: irq 108 for MSI/MSI-X >11:19:20,732 DEBUG kernel:[ 42.132808] bnx2 0000:04:00.1: irq 109 for MSI/MSI-X >11:19:20,776 INFO NetworkManager: <info> (em4): preparing device >11:19:20,776 INFO kernel:[ 42.176195] bnx2 0000:04:00.1 em4: using MSIX >11:19:20,776 INFO kernel:[ 42.176249] IPv6: ADDRCONF(NETDEV_UP): em4: link is not ready >11:19:20,777 NOTICE NetworkManager: ifcfg-rh: read connection 'Wired connection 3' >11:19:20,777 INFO NetworkManager: <info> (em4): created default wired connection 'Wired connection 3' >11:19:20,780 INFO NetworkManager: <info> Activation (em1) Stage 1 of 5 (Device Prepare) started... >11:19:20,780 INFO NetworkManager: <info> (em1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >11:19:20,780 INFO NetworkManager: <info> Activation (em1) Stage 2 of 5 (Device Configure) scheduled... >11:19:20,780 INFO NetworkManager: <info> Activation (em1) Stage 1 of 5 (Device Prepare) complete. >11:19:20,781 INFO NetworkManager: <info> Activation (em1) Stage 2 of 5 (Device Configure) starting... >11:19:20,781 INFO NetworkManager: <info> (em1): device state change: prepare -> config (reason 'none') [40 50 0] >11:19:20,781 INFO NetworkManager: <info> Activation (em1) Stage 2 of 5 (Device Configure) successful. >11:19:20,781 INFO NetworkManager: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) scheduled. >11:19:20,781 INFO NetworkManager: <info> Activation (em1) Stage 2 of 5 (Device Configure) complete. >11:19:20,781 INFO NetworkManager: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) started... >11:19:20,781 INFO NetworkManager: <info> (em1): device state change: config -> ip-config (reason 'none') [50 70 0] >11:19:20,782 INFO NetworkManager: <info> Activation (em1) Beginning DHCPv4 transaction (timeout in 45 seconds) >11:19:20,830 INFO NetworkManager: <info> dhclient started with pid 1349 >11:19:20,831 INFO NetworkManager: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) complete. >11:19:21,233 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) scheduled... >11:19:21,233 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) started... >11:19:21,234 INFO NetworkManager: <info> (em1): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >11:19:21,234 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) complete. >11:19:21,235 INFO NetworkManager: <info> (em1): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >11:19:21,235 INFO NetworkManager: <info> (em1): device state change: secondaries -> activated (reason 'none') [90 100 0] >11:19:21,235 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >11:19:21,236 INFO NetworkManager: <info> Policy set 'em1' (em1) as default for IPv4 routing and DNS. >11:19:21,236 INFO NetworkManager: <info> Policy set 'em1' (em1) as default for IPv6 routing and DNS. >11:19:21,256 INFO NetworkManager: <info> Activation (em1) successful, device activated. >11:19:21,258 WARNING NetworkManager: <warn> couldn't get the system hostname: (36) File name too long >11:19:21,258 INFO NetworkManager: <info> Setting system hostname to 'hp-dl360g7-01.lab.eng.brq.redhat.com' (from address lookup) >11:19:21,259 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >11:19:21,311 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >11:19:21,349 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.0 >11:19:21,349 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >11:19:21,349 INFO dhclient: All rights reserved. >11:19:21,349 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >11:19:21,349 INFO dhclient: >11:19:21,358 INFO NetworkManager: <info> (em1): DHCPv4 state changed nbi -> preinit >11:19:21,366 INFO dhclient: Listening on LPF/em1/3c:4a:92:f4:43:14 >11:19:21,366 INFO dhclient: Sending on LPF/em1/3c:4a:92:f4:43:14 >11:19:21,366 INFO dhclient: Sending on Socket/fallback >11:19:21,367 INFO dhclient: DHCPDISCOVER on em1 to 255.255.255.255 port 67 interval 7 (xid=0x465ac7b7) >11:19:21,367 INFO dhclient: DHCPREQUEST on em1 to 255.255.255.255 port 67 (xid=0x465ac7b7) >11:19:21,367 INFO dhclient: DHCPOFFER from 10.34.74.1 >11:19:21,368 INFO dhclient: DHCPACK from 10.34.74.1 (xid=0x465ac7b7) >11:19:21,371 INFO dhclient: bound to 10.34.35.98 -- renewal in 20005 seconds. >11:19:21,371 INFO NetworkManager: <info> (em1): DHCPv4 state changed preinit -> bound >11:19:21,371 INFO NetworkManager: <info> address 10.34.35.98 >11:19:21,371 INFO NetworkManager: <info> plen 22 (255.255.252.0) >11:19:21,371 INFO NetworkManager: <info> gateway 10.34.35.254 >11:19:21,371 INFO NetworkManager: <info> server identifier 10.34.74.1 >11:19:21,371 INFO NetworkManager: <info> lease time 43200 >11:19:21,371 INFO NetworkManager: <info> hostname 'hp-dl360g7-01.lab.eng.brq.redhat.com' >11:19:21,371 INFO NetworkManager: <info> nameserver '10.34.32.1' >11:19:21,371 INFO NetworkManager: <info> nameserver '10.34.32.3' >11:19:21,371 INFO NetworkManager: <info> domain name 'lab.eng.brq.redhat.com' >11:19:21,371 INFO NetworkManager: <info> domain name 'englab.brq.redhat.com' >11:19:21,371 INFO NetworkManager: <info> domain name 'brq.redhat.com' >11:19:21,371 INFO NetworkManager: <info> domain name 'redhat.com' >11:19:21,373 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >11:19:21,373 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) started... >11:19:21,374 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) complete. >11:19:23,834 INFO kernel:[ 45.233306] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.20 (March 14, 2014) >11:19:23,834 INFO kernel:[ 45.233314] bnx2 0000:03:00.0 em1: Added CNIC device >11:19:23,835 INFO kernel:[ 45.234586] bnx2 0000:03:00.1 em2: Added CNIC device >11:19:23,837 INFO kernel:[ 45.235628] bnx2 0000:04:00.0 em3: Added CNIC device >11:19:23,838 INFO kernel:[ 45.236698] bnx2 0000:04:00.1 em4: Added CNIC device >11:19:23,854 INFO kernel:[ 45.253316] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.6.2 (Jun 06, 2013) >11:19:23,854 NOTICE kernel:[ 45.253354] iscsi: registered transport (bnx2i) >11:19:23,854 INFO kernel:[ 45.253460] scsi1 : Broadcom Offload iSCSI Initiator >11:19:23,855 INFO kernel:[ 45.253953] bnx2i [04:00.01]: ISCSI_INIT passed >11:19:23,857 INFO kernel:[ 45.255766] scsi2 : Broadcom Offload iSCSI Initiator >11:19:23,857 INFO kernel:[ 45.256184] bnx2i [04:00.00]: ISCSI_INIT passed >11:19:23,860 INFO kernel:[ 45.258739] scsi3 : Broadcom Offload iSCSI Initiator >11:19:23,860 INFO kernel:[ 45.259187] bnx2i [03:00.01]: ISCSI_INIT passed >11:19:23,862 INFO kernel:[ 45.260770] scsi4 : Broadcom Offload iSCSI Initiator >11:19:23,862 INFO kernel:[ 45.261207] bnx2i [03:00.00]: ISCSI_INIT passed >11:19:26,465 INFO NetworkManager: <info> startup complete >11:19:26,824 NOTICE kernel:[ 48.221636] audit: type=1400 audit(1399461566.822:3): avc: denied { read write } for pid=1425 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=1167 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >11:19:28,379 NOTICE kernel:[ 49.775828] audit: type=1400 audit(1399461568.377:4): avc: denied { read write } for pid=1472 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:19:28,380 NOTICE kernel:[ 49.776882] audit: type=1400 audit(1399461568.378:5): avc: denied { open } for pid=1472 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:19:28,380 NOTICE kernel:[ 49.776900] audit: type=1400 audit(1399461568.378:6): avc: denied { ioctl } for pid=1472 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:19:28,533 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >11:19:28,610 DEBUG kernel:[ 50.006474] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:19:28,658 NOTICE kernel:[ 50.054590] audit: type=1400 audit(1399461568.656:7): avc: denied { read } for pid=1476 comm="systemd-localed" name="urandom" dev="tmpfs" ino=22618 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=chr_file >11:19:28,658 NOTICE kernel:[ 50.054610] audit: type=1400 audit(1399461568.656:8): avc: denied { open } for pid=1476 comm="systemd-localed" path="/dev/urandom" dev="tmpfs" ino=22618 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:object_r:tmpfs_t:s0 tclass=chr_file >11:19:28,659 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >11:19:28,678 NOTICE kernel:[ 50.074641] audit: type=1107 audit(1399461568.676:9): pid=1328 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: denied { send_msg } for msgtype=method_return dest=:1.6 spid=1476 tpid=1343 scontext=system_u:system_r:systemd_localed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >11:19:28,678 NOTICE kernel:[ 50.074641] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >11:19:28,701 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >11:19:31,561 NOTICE kernel:[ 52.956593] audit: type=1400 audit(1399461571.559:10): avc: denied { read write } for pid=1486 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:19:31,562 NOTICE kernel:[ 52.957347] audit: type=1400 audit(1399461571.560:11): avc: denied { read write } for pid=1486 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=1167 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >11:19:32,000 NOTICE kernel:[ 53.849279] audit: type=1400 audit(1399461572.000:12): avc: denied { ioctl } for pid=1486 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:19:32,000 NOTICE kernel:[ 53.849293] audit: type=1400 audit(1399461572.000:13): avc: denied { getattr } for pid=1486 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:24:32,505 INFO chronyd: chronyd version 1.29.1 starting >11:24:32,506 INFO chronyd: Linux kernel major=3 minor=15 patch=0 >11:24:32,506 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 >11:24:32,507 INFO chronyd: Generated key 1 > > >/run/install/ks.cfg: >url --url=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140506/rawhide/i386/os/ > > ># kickstart automatically generated by SNAKE. ># Please don't modify the following two lines. ># Description: User interface / text-mode ># Version: 15000 > >#version=DEVEL ># Firewall configuration >firewall --disabled ># Root password >rootpw --iscrypted $1$xafj7qlW$6swjxMwu0po47drJVRcIZ/ ># Use text mode install >text ># System keyboard >keyboard us ># System language >lang en_US ># Installation logging level >logging --level=info ># Reboot after installation >reboot ># System timezone >timezone --isUtc America/New_York ># System bootloader configuration >bootloader --location=mbr >autopart ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel > >%post > >wget -O - http://snake.test.redhat.com/setup.sh | sh >%end > >%packages --ignoremissing >@desktop-platform-devel >@development >@development-libs >@development-tools >@server-platform-devel >expect >gcc >install >libxml2-python >make >nfs-utils >ntp >procmail >pyOpenSSL >redhat-lsb >wget >@base > >%end > > >%pre --log=/dev/console >set -x ># Check in with Beaker Server >wget -O - http://lab-02.rhts.eng.brq.redhat.com:8000/install_start/1342690 > >wget -O /tmp/anamon 'http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon' >python /tmp/anamon --recipe-id 1342690 --xmlrpc-url 'http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2' >%end > >%post --log=/dev/console >set -x ># Check in with Beaker Server, let it know our hostname, and ># record our install time. >REPORTED_FQDN=$(hostname -f) >if [[ -z "$REPORTED_FQDN" || $REPORTED_FQDN == localhost || $REPORTED_FQDN == localhost.* ]] ; then > # hostname -f is the most future-proof approach, but it isn't always reliable > if [ -f /etc/hostname ] ; then > # Preferred fallback if the OS is recent enough to provide it > REPORTED_FQDN=$(cat /etc/hostname) > elif grep -q ^HOSTNAME= /etc/sysconfig/network ; then > # Last resort fallback to try to report something sensible > REPORTED_FQDN=$(grep ^HOSTNAME= /etc/sysconfig/network | cut -f2- -d=) > fi >fi >curl http://lab-02.rhts.eng.brq.redhat.com:8000/install_done/1342690/$REPORTED_FQDN > >curl http://lab-02.rhts.eng.brq.redhat.com:8000/nopxe/hp-dl360g7-01.lab.eng.brq.redhat.com >echo 1342690 > /root/RECIPE.TXT > ># If netboot_method= is found in /proc/cmdline record it to /root >netboot_method=$(perl -n -e'/netboot_method=([^\s]+)/ && print $1' /proc/cmdline) >if [ -n "$netboot_method" ]; then >echo $netboot_method >/root/NETBOOT_METHOD.TXT >fi > ># Enable post-install boot notification > >curl -R "http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon" -o /usr/local/sbin/anamon >curl -R "http://lab-02.rhts.eng.brq.redhat.com/beaker/anamon.init" -o /etc/rc.d/init.d/anamon > >chmod 755 /etc/rc.d/init.d/anamon /usr/local/sbin/anamon > >if selinuxenabled &>/dev/null; then > restorecon /etc/rc.d/init.d/anamon /usr/local/sbin/anamon >fi > >chkconfig --add anamon > >cat << __EOT__ > /etc/sysconfig/anamon >XMLRPC_URL="http://lab-02.rhts.eng.brq.redhat.com:8000/RPC2" >RECIPE_ID="1342690" >LOGFILES="/var/log/boot.log /var/log/messages /var/log/dmesg" >__EOT__ > > >if [ -e /etc/sysconfig/ntpdate ] ; then > systemctl enable ntpdate >fi >if [ -e "/etc/sysconfig/ntpd" ]; then > systemctl enable ntpd > GOT_G=$(/bin/cat /etc/sysconfig/ntpd | grep -E '^OPTIONS' | grep '\-g') > > if [ -z "$GOT_G" ]; then > /bin/sed -i -r 's/(^OPTIONS\s*=\s*)(['\''|"])(.+)$/\1\2\-x \3 /' /etc/sysconfig/ntpd > fi >fi >if [ -e /etc/chrony.conf ] ; then > cp /etc/chrony.conf{,.orig} > # use only DHCP-provided time servers, no default pool servers > sed -i '/^server /d' /etc/chrony.conf > cp /etc/sysconfig/network{,.orig} > # setting iburst should speed up initial sync > # https://bugzilla.redhat.com/show_bug.cgi?id=787042#c12 > echo NTPSERVERARGS=iburst >>/etc/sysconfig/network > systemctl disable ntpd > systemctl disable ntpdate >fi > > >if efibootmgr &>/dev/null ; then > # The installer should have added a new boot entry for the OS > # at the top of the boot order. We move it to the end of the order > # and set it as BootNext instead. > boot_order=$(efibootmgr | awk '/BootOrder/ { print $2 }') > os_boot_entry=$(cut -d, -f1 <<<"$boot_order") > new_boot_order=$(cut -d, -f2- <<<"$boot_order"),"$os_boot_entry" > efibootmgr -o "$new_boot_order" > efibootmgr -n "$os_boot_entry" > # save the boot entry for later, so that rhts-reboot can set BootNext as well > echo "$os_boot_entry" >/root/EFI_BOOT_ENTRY.TXT >fi > > > >#Add Task Repo >cat <<"EOF" >/etc/yum.repos.d/beaker-tasks.repo >[beaker-tasks] >name=beaker-tasks >baseurl=http://beaker.engineering.redhat.com/repos/1342690 >enabled=1 >gpgcheck=0 >EOF > > ># Add Harness Repo >cat <<"EOF" >/etc/yum.repos.d/beaker-harness.repo >[beaker-harness] >name=beaker-harness >baseurl=http://beaker.engineering.redhat.com/harness/Fedorarawhide/ >enabled=1 >gpgcheck=0 >EOF > ># Add distro and custom Repos >cat <<"EOF" >/etc/yum.repos.d/beaker-Fedora-debuginfo.repo >[beaker-Fedora-debuginfo] >name=beaker-Fedora-debuginfo >baseurl=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140506/rawhide/i386/debug >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Fedora.repo >[beaker-Fedora] >name=beaker-Fedora >baseurl=http://download-01.eng.brq.redhat.com/pub/fedora/linux/development-snapshot-20140506/rawhide/i386/os/ >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF > > ># fill the yum cache and redirect output to /dev/null ># This speeds up yum because of a bug where it will update stdout too often. ># http://lists.baseurl.org/pipermail/yum-devel/2011-December/008857.html >yum check-update > /dev/null 2>&1 || true >yum -y install beah rhts-test-env beakerlib ># This may fail if you are outside of Red Hat.. >yum -y install beakerlib-redhat > >cp /etc/beah_beaker.conf{,.default} >cat << EOF > /etc/beah_beaker.conf ># see /etc/beah_beaker.conf.default for commented configuration > >[DEFAULT] ># LAB_CONTROLLER: URI of Beaker's XML-RPC handler >LAB_CONTROLLER=http://lab-02.rhts.eng.brq.redhat.com:8000 ># ># HOSTNAME: Pretend to be machine with given name. ># NOTE: This is mostly pointless as usually correct name is assigned by DHCP. >HOSTNAME=hp-dl360g7-01.lab.eng.brq.redhat.com >RECIPEID=1342690 > ># Turn on hard limits on upload sizes: >FILE_SIZE_LIMIT=200000000 >TASK_SIZE_LIMIT=800000000 > >EOF > >cp /etc/beah.conf{,.default} >cat << EOF > /etc/beah.conf ># see /etc/beah.conf.default for commented configuration > >[DEFAULT] ># Turn on more verbose logging and redirect to console. This is useful for ># debugging harness' problems. >LOG=Info >CONSOLE_LOG=Console ># To turn on debug logging uncomment the following line. Warning: this is ># rather verbose! This also requires LOG to be Debug. >#DEVEL=True > >[TASK] >INTERFACE= > >EOF > >systemctl enable beah-srv >systemctl enable beah-beaker-backend >systemctl enable beah-fwd-backend > >#Add test user account >useradd --password '$6$oIW3o2Mr$XbWZKaM7nA.cQqudfDJScupXOia5h1u517t6Htx/Q/MgXm82Pc/OcytatTeI4ULNWOMJzvpCigWiL4xKP9PX4.' test >cat <<"EOF" >/etc/profile.d/beaker.sh >export BEAKER="https://beaker.engineering.redhat.com/" >export BEAKER_JOB_WHITEBOARD='Fedora-rawhide-20140506 i386 text-mode, HTTP, PXE-BOOT' >export BEAKER_RECIPE_WHITEBOARD='Fedora-rawhide-20140506 i386 text-mode, HTTP, PXE-BOOT' >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >setenv BEAKER_JOB_WHITEBOARD 'Fedora-rawhide-20140506 i386 text-mode, HTTP, PXE-BOOT' >setenv BEAKER_RECIPE_WHITEBOARD 'Fedora-rawhide-20140506 i386 text-mode, HTTP, PXE-BOOT' >EOF >cat << EOF > /etc/profile.d/rh-env.sh >export LAB_CONTROLLER=lab-02.rhts.eng.brq.redhat.com >export DUMPSERVER=netdump-01.eng.brq.redhat.com >export NFSSERVERS="rhel4-nfs.rhts.eng.brq.redhat.com:/export/home rhel5-nfs.rhts.eng.brq.redhat.com:/export/home rhel6-nfs.rhts.eng.brq.redhat.com:/export/home " >export LOOKASIDE=http://download.eng.brq.redhat.com/pub/rhel/qa/rhts/lookaside/ >export BUILDURL=http://download.eng.brq.redhat.com >EOF >cat << EOF > /etc/profile.d/rh-env.csh >setenv LAB_CONTROLLER lab-02.rhts.eng.brq.redhat.com >setenv DUMPSERVER netdump-01.eng.brq.redhat.com >setenv NFSSERVERS "rhel4-nfs.rhts.eng.brq.redhat.com:/export/home rhel5-nfs.rhts.eng.brq.redhat.com:/export/home rhel6-nfs.rhts.eng.brq.redhat.com:/export/home" >setenv LOOKASIDE http://download.eng.brq.redhat.com/pub/rhel/qa/rhts/lookaside/ >setenv BUILDURL http://download.eng.brq.redhat.com >EOF >mkdir -p /root/.ssh >cat >>/root/.ssh/authorized_keys <<"__EOF__" >ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA3hLjkxzvGZ7m99r23VjrHPUKdyiZSlCmtQcDm0cVB2NURZ2fd2rL1/SvgOi8dmUQHwZaQ0HtK5OuBpU0bKm0bmz1gYhW4toAaiDzgJyllXNoAFzbLsNzi+uAaKL7ERIVbu1m9zDQNSlyd2/YWR/frxgVjdeWch3WnIi5QA/kvbdDKs0DTg0s4EvrVuoNDN6Y0g38UPp556B3OAm2MovwABBwE05L5Uwu56amJBld4cDMC5k8lHqHls0Dlnrc66mE88tWQKtbaEJXCtDMua8VseHc9AgifcKMtiNkY2wRReNhMswT/3PoVOOLPIO2QMQivLasqFprKX5Alf1KQsXsCQ== alexx@redbull >__EOF__ >restorecon -R /root/.ssh >chmod go-w /root /root/.ssh /root/.ssh/authorized_keys ># Check in with Beaker Server, record our postinstall time. >curl http://lab-02.rhts.eng.brq.redhat.com:8000/postinstall_done/1342690 ># Disable rhts-compat for Fedora15/RHEL7 and newer. >cat >> /etc/profile.d/task-overrides-rhts.sh <<END >export RHTS_OPTION_COMPATIBLE= >export RHTS_OPTION_COMPAT_SERVICE= >END >%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 1095220
: 915898