Sd card module/driver not loaded anymore

Hi,
since a recent update (linux 3.16 maybe ? ) the sd card module is not loaded anymore.
I have to load it manually :
modprobe -v rtsx_usb
(or add a module load in /etc/modules-load.d/)
My guess is that the "block" hook is not finding it anymore...
Any idea why ?
# uname -a
Linux azerty 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64 GNU/Linux
# /etc/mkinitcpio.conf :
HOOKS="base udev autodetect modconf keymap block lvm2 encrypt filesystems keyboard fsck"
sdcard  NOT working:
# lsmod | egrep 'mmc|sdhci|sd'
sd_mod                 44356  5
crc_t10dif             12431  1 sd_mod
scsi_mod              142915  2 libata,sd_mod
sdcard working:
#lsmod | egrep 'mmc|sdhci|sd'
rtsx_usb_sdmmc         25280  0
mmc_core              110475  1 rtsx_usb_sdmmc
rtsx_usb               17487  2 rtsx_usb_sdmmc,rtsx_usb_ms
led_class              12859  3 rtsx_usb_sdmmc,iwldvm,asus_wmi
sd_mod                 44356  5
crc_t10dif             12431  1 sd_mod
scsi_mod              142915  2 libata,sd_mod

Well, in fact it's a bit weirder...
I'm loading the rtsx_usb module at boot.
Then I plug my sd card :
Sep 05 13:51:24 azerty kernel: mmc0: new ultra high speed SDR50 SDHC card at address aaaa
Sep 05 13:51:24 azerty kernel: mmcblk0: mmc0:aaaa SU16G 14.8 GiB
Sep 05 13:51:24 azerty kernel:  mmcblk0: p1
It's not mounting... 10 seconds later :
Sep 05 13:51:34 azerty kernel: ehci-pci 0000:00:1a.0: dev 1.4 ep2in scatterlist error -104/-110
Later on:
Sep 05 13:51:54 azerty systemd-udevd[229]: worker [3393] /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/rtsx_usb_sdmmc.3/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 timeout; kill it
Sep 05 13:51:54 azerty systemd-udevd[229]: seq 2164 '/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/rtsx_usb_sdmmc.3/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1' killed
Sep 05 13:51:55 azerty systemd-udevd[229]: worker [3393] terminated by signal 9 (Killed)
Still not mounted obviously.
Now, I add another module :
# modprobe -v sdhci
insmod /lib/modules/3.16.1-1-ARCH/kernel/drivers/mmc/host/sdhci.ko.gz
Sep 05 13:53:38 azerty kernel: sdhci: Secure Digital Host Controller Interface driver
Sep 05 13:53:38 azerty kernel: sdhci: Copyright(c) Pierre Ossman
I remove the card and insert it again:
Sep 05 13:53:51 azerty kernel: mmc0: card aaaa removed
Sep 05 13:53:57 azerty kernel: mmc0: new ultra high speed SDR50 SDHC card at address aaaa
Sep 05 13:53:57 azerty kernel: mmcblk0: mmc0:aaaa SU16G 14.8 GiB
Sep 05 13:53:57 azerty kernel:  mmcblk0: p1
Sep 05 13:53:57 azerty org.gtk.Private.UDisks2VolumeMonitor[1554]: libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /run/media/olivarch/6663-3733/BDMV/index.bdmv
Sep 05 13:53:57 azerty org.gtk.Private.UDisks2VolumeMonitor[1554]: libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /run/media/olivarch/6663-3733/BDMV/BACKUP/index.bdmv
Sep 05 13:53:57 azerty kernel: FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Sep 05 13:53:57 azerty udisksd[1409]: Mounted /dev/mmcblk0p1 at /run/media/olivarch/6663-3733 on behalf of uid 1000
Now it's working...
I tried to load both rtsx_usb and sdhci at boot but it doesn't work, it seems that I need to do it manually...
Weird.

Similar Messages

  • [SOLVED] Many modules are not loaded in the Arch USB key installation.

    Hello!
    I installed Arch Linux on my USB key. I did it few months ago and it worked, I had portable arch.
    Yesterday I decided to make a fresh installation. Unfortunately after booting it from my USB key
    most of the modules were not loaded. Because of that I couldn't start the X server and connect to
    the internet (ethernet card was not detected).
    Even after loading the module which corresponds to my ethernet card manually (modprobe e1000e) it was not
    displayed in the lsmod list.
    I though "maybe I screwed something up during the installation?". To find out I used GParted to copy
    my OS partition (perfectly working Arch Linux installed on the hard drive) to the USB key. Of course I changed the UUID of the USB partition.
    After booting it I was suprised because the situation did not change - modules that are loaded on my main system for some
    reason were not loaded on it's exact copy placed on the USB key.
    I have no idea why my portable OS is acting like this.
    Commands below were executed on another PC so don't look for the e1000e module.
    $ lsmod
    Module Size Used by
    ext4 474699 2
    crc16 1367 1 ext4
    mbcache 6082 1 ext4
    jbd2 83440 1 ext4
    usb_storage 48007 2
    ata_generic 3378 0
    pata_acpi 3395 0
    hid_generic 1161 0
    usbhid 40577 0
    hid 90742 2 hid_generic,usbhid
    sr_mod 14898 0
    cdrom 34848 1 sr_mod
    sd_mod 30821 3
    pata_atiixp 4819 0
    ehci_pci 4000 0
    ohci_pci 4040 0
    ohci_hcd 23905 1 ohci_pci
    ehci_hcd 59252 1 ehci_pci
    usbcore 180104 6 usb_storage,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
    ahci 23056 0
    libahci 21642 1 ahci
    usb_common 1656 1 usbcore
    libata 171112 5 ahci,pata_acpi,libahci,ata_generic,pata_atiixp
    scsi_mod 130669 4 usb_storage,libata,sd_mod,sr_mod
    nouveau 904702 0
    button 4677 1 nouveau
    video 11196 1 nouveau
    mxm_wmi 1475 1 nouveau
    wmi 8419 2 mxm_wmi,nouveau
    i2c_algo_bit 5399 1 nouveau
    drm_kms_helper 36254 1 nouveau
    ttm 63507 1 nouveau
    drm 238238 3 ttm,drm_kms_helper,nouveau
    i2c_core 24164 4 drm,drm_kms_helper,i2c_algo_bit,nouveau
    $ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    $ lspci #Just a fragment
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
    Subsystem: Gigabyte Technology Co., Ltd Motherboard
    Flags: bus master, fast devsel, latency 0, IRQ 10
    I/O ports at de00 [size=256]
    Memory at fdaff000 (64-bit, prefetchable) [size=4K]
    Memory at fdaf8000 (64-bit, prefetchable) [size=16K]
    [virtual] Expansion ROM at fda00000 [disabled] [size=128K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Endpoint, MSI 01
    Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
    Capabilities: [cc] Vital Product Data
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 07-00-00-00-68-4c-e0-00
    $ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    $ cat /var/log/Xorg.0.log
    [ 59.424]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 59.424] X Protocol Version 11, Revision 0
    [ 59.424] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 59.424] Current Operating System: Linux sanguine 3.12.7-2-ARCH #1 SMP PREEMPT Sun Jan 12 13:09:09 CET 2014 x86_64
    [ 59.425] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2c39c1f9-de3e-4907-93dc-8b77422a07a1 rw
    [ 59.425] Build Date: 09 January 2014 08:47:24AM
    [ 59.425]
    [ 59.425] Current version of pixman: 0.32.4
    [ 59.425] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 59.425] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 59.425] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 13 12:55:56 2014
    [ 59.433] (==) Using config file: "/etc/X11/xorg.conf"
    [ 59.433] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 59.437] (==) ServerLayout "Layout0"
    [ 59.437] (**) |-->Screen "Screen0" (0)
    [ 59.437] (**) | |-->Monitor "Monitor0"
    [ 59.441] (**) | |-->Device "Device0"
    [ 59.441] (**) |-->Input Device "Keyboard0"
    [ 59.441] (**) |-->Input Device "Mouse0"
    [ 59.441] (==) Automatically adding devices
    [ 59.441] (==) Automatically enabling devices
    [ 59.441] (==) Automatically adding GPU devices
    [ 59.456] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 59.456] Entry deleted from font path.
    [ 59.456] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 59.456] Entry deleted from font path.
    [ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 59.457] Entry deleted from font path.
    [ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 59.457] Entry deleted from font path.
    [ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 59.457] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 59.457] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 59.457] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 59.457] (WW) Disabling Keyboard0
    [ 59.457] (WW) Disabling Mouse0
    [ 59.457] (II) Loader magic: 0x804c80
    [ 59.457] (II) Module ABI versions:
    [ 59.457] X.Org ANSI C Emulation: 0.4
    [ 59.457] X.Org Video Driver: 15.0
    [ 59.457] X.Org XInput driver : 20.0
    [ 59.457] X.Org Server Extension : 8.0
    [ 59.459] (--) PCI:*(0:1:5:0) 1002:796e:1458:d000 rev 0, Mem @ 0xd8000000/134217728, 0xfdfe0000/65536, 0xfde00000/1048576, I/O @ 0x0000ee00/256
    [ 59.459] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 59.460] Initializing built-in extension Generic Event Extension
    [ 59.460] Initializing built-in extension SHAPE
    [ 59.460] Initializing built-in extension MIT-SHM
    [ 59.460] Initializing built-in extension XInputExtension
    [ 59.461] Initializing built-in extension XTEST
    [ 59.461] Initializing built-in extension BIG-REQUESTS
    [ 59.461] Initializing built-in extension SYNC
    [ 59.461] Initializing built-in extension XKEYBOARD
    [ 59.461] Initializing built-in extension XC-MISC
    [ 59.461] Initializing built-in extension SECURITY
    [ 59.461] Initializing built-in extension XINERAMA
    [ 59.461] Initializing built-in extension XFIXES
    [ 59.461] Initializing built-in extension RENDER
    [ 59.461] Initializing built-in extension RANDR
    [ 59.463] Initializing built-in extension COMPOSITE
    [ 59.466] Initializing built-in extension DAMAGE
    [ 59.468] Initializing built-in extension MIT-SCREEN-SAVER
    [ 59.470] Initializing built-in extension DOUBLE-BUFFER
    [ 59.472] Initializing built-in extension RECORD
    [ 59.475] Initializing built-in extension DPMS
    [ 59.477] Initializing built-in extension Present
    [ 59.479] Initializing built-in extension DRI3
    [ 59.481] Initializing built-in extension X-Resource
    [ 59.483] Initializing built-in extension XVideo
    [ 59.485] Initializing built-in extension XVideo-MotionCompensation
    [ 59.487] Initializing built-in extension XFree86-VidModeExtension
    [ 59.490] Initializing built-in extension XFree86-DGA
    [ 59.492] Initializing built-in extension XFree86-DRI
    [ 59.494] Initializing built-in extension DRI2
    [ 59.494] (II) LoadModule: "glx"
    [ 59.502] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 60.382] (II) Module glx: vendor="NVIDIA Corporation"
    [ 60.388] compiled for 4.0.2, module version = 1.0.0
    [ 60.388] Module class: X.Org Server Extension
    [ 60.388] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014
    [ 60.401] Loading extension GLX
    [ 60.401] (II) LoadModule: "nvidia"
    [ 60.401] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 60.455] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 60.455] compiled for 4.0.2, module version = 1.0.0
    [ 60.455] Module class: X.Org Video Driver
    [ 60.462] (II) NVIDIA dlloader X Driver 331.38 Wed Jan 8 18:51:00 PST 2014
    [ 60.462] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 60.464] (++) using VT number 1
    [ 60.464] (EE) No devices detected.
    [ 60.464] (EE)
    Fatal server error:
    [ 60.464] (EE) no screens found(EE)
    [ 60.464] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 60.464] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 60.465] (EE)
    Last edited by Skitter (2014-02-16 20:57:21)

    Please post the output of:
    dmesg -c
    modprobe e1000e
    dmesg

  • Device detected driver not loading correctly per windows

    Device detected but driver not loading correctly. Windows says to reload driver. I have reloaded driver and the Nidaq software package (ver 6.9.3) repeatedly to no avail.
    Upgrading from old machine that had a 1997 version of driver that work fine under this OS (win98SE).
    What could be the problem?

    It's possible the copy of the NI-DAQ driver you have is corrupt, you may want to download it again.  It's available from the Drivers and Updates page.  Also, if you did not already do so, remove the DAQ card before uninstalling the driver and then reinstall it before reinserting the DAQ device. 
    What DAQ device are you using?  Depending on what DAQ device you have, you may want to upgrade the driver, the most recent version of the NI-DAQ driver for Windows 98 is 7.1.  You can see what driver is best for your device from the DAQ Acquisition Installer/Configuration Troubleshooter and then download the driver from the Drivers and Updates page. 
    Let me know if this doesn't solve your problem!
    Micaela
    Micaela N
    National Instruments

  • Jabber 4.4 "Graphics card or driver not supported" error on one machine but not another.

    Hi, I looked at the KB document but the email link on it no longer works.
    I have two end-users using Jabber 4.4 on identical machines, same specs, same driver build and OS image. One gets the  "Graphics card or driver not supported" error, the other does not.
    We have two DellOptiPlex 7010's,
    Both had 2 instances of AMD Radeon HD 7470 - they are dual monitor machines.
    In both cases the driver version 8.922.0.0, Driver Date 12/6/2011. This is the latest Dell has on their website.
    On one machine when I run a fresh install for Jabber for TelePresence 4.4 it works fine. But on another the user first gets
    "supportabilitytest.exe has stopped working
    A oriblem cause the program to stop working correctly. Please close the program."
    Then when that's closed out we get:
    "Graphics card or driver not supported!
    New features in this version of Jabber Video are not supported by your computer's graphics driver.
    Update to the newest graphics driver available and run Jabber Video again."
    I can't believe it's just a matter of upgrading the drivers because in this case one machine with identical drivers works.
    I appreciate any insights, thanks !

    Hi ksouthall,
    It sounds like the openGL supported version did not install on the one that is failing.  There isn't much we can do regarding that error.  Best practice is to always upgrade to the latest manufacturer's available driver.  Client requirements are below.
    Windows 7 (32-bit or 64-bit), Vista, or XP (SP 2 or newer), with OpenGL 1.2 or newer.
    For 720p HD video calls, Intel Core2Duo @ 1.2GHz or better.
    For VGA video calls, Intel Atom @ 1.6GHz or better.
    Webcam, built-in or external. You need an HD webcam if you want other callers to see you in HD.
    Broadband Internet connection with a recommended bandwidth of 768kbps upstream and downstream. You need about 1.2Mbps upstream and downstream for 720p HD video calls.
    Regards,
    Jason

  • Cuda driver not loaded as startup item in mountain lion any solution ?

    cuda driver not loaded as startup item in mountain lion any solution ?
    i use a softare that need nvidia cuda driver installed on system

    Hi,
    the NFSv4 domain name is not necessarily related to the host name or the host's fully-qualified domain name (FQDN). It can be the same like the domain name, but it does not have to.
    To find the corrent NFSv4 domain name, you have to look it up in the NFSv4 server's configuration files.
    Kind regards,
    Steffen

  • Gnome - Modules Do Not Load!

    Hello,
    Just got Arch up and going, and using GDM. Problem -- Most of Gnome's modules do not load! The menu, time, system monitor, and sound work... but BIG ones like desktop switcher, window manager, window list, and so on... do not load! These are important! Anyone else experienceing this, or can help me?
    Also, how do I use pacman not in root (while logged into GDM)?

    Make sure that libxres package is installed
    pacman -S libxres
    for your second questions, if u are asking about switching to root from user, i.e using su, your user must be within the wheel group, under root do
    gpasswd -a username wheel
    u can also use sudo,
    pacman -S sudo
    edit /etc/sudoers and either uncomment the %wheel ALL = (ALL) ALL (Your user must be member of the wheel group), or add at the end of the file, username ALL = (ALL) ALL
    hope that helps

  • I just got the first get and im trying to download the ios onto it and it will just stop and not load anymore how do i make it keep going?

    i just got the first get and im trying to download the ios onto it and it will just stop and not load anymore how do i make it keep going?

    You are only as young as you feel......
    This is an example of how you can select the exact content that you want to sync to your device. You do not have to sync the entire iTunes library. You can pick and choose the music, apps, books and so on that you want to sync. This is using music as an example.
    Connect the iPad to the PC and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Music Tab on the right.
    Click on only the albums or playlists that you want to sync.
    Click on the Sync Music Heading.
    Click on Apply in the lower right corner of iTunes
    You can do this with apps, books, movies .... Whatever .... You have the freedom to sync whatever you want.

  • Usb hard drive not loading after security update

    usb hard drive not loading after security update
    I can't seem to find any other posts about this problem.
    I have three external hard rives connect by a USB hub to my iMac.
    Problem is that if I turn on the hard drive(s) AFTER start up I get a message that the drive either was not recognized by the OS or that it was ejected unexpectedly. 
    I get the same issue but not all the time if I turn them on before I boot the iMac.
    I used the disk drive utility to "repair" the drives but they always come back as "probably ok". 
    If I restart the iMac with the drives connected (on), it seems to work but not all the time.
    A bit annoying as I am wondering if the drives are OK or not.
    I don't always need the drives as they are for backing up images from my camera using Apreture.
    This all began after i did the latest security update.
    is the update to blame?
    mahalo.

    Yes, you can still use those instructions to reset the PRAM.
    You said that you booted to your install disk and that your primary drive did not show up at the Select a Destination screen? That usually means that the computer is either not recognizing your partition, or it's not recognizing the hard drive itself.
    Start with this article and follow all the steps even if you already tried them. I suspect that you'll get to step 4 and you'll end up having to call Applecare. If you haven't done those steps, they're most likely going to make you do them anyway, so you might as well get them done before the call.

  • Migrated to systemd, modules are not loading [solved]

    Hi;
    I got around to migrating to systemd, but now modules are not loading. I got this setup (i gave full permissions thought it would help):
    $ ls /etc/modules-load.d/
    -rwxrwxrwx  1 root root   20 Dec  2 22:34 vbox*
    $ cat /etc/modules-load.d/vbox
    #vbox
    vboxdrv
    loop
    Any methods of debugging why this doesnt work?
    Thanks.
    Last edited by daf666 (2012-12-03 21:01:26)

    the files have to end with ".conf". And -x permissions are certainly not necessary.
    man modules-load.d

  • My macbook pro loads webpages fine for the first few minutes but after that the internet freezes and will not load anymore webpages. What can I do to fix this?

    My macbook pro loads webpages fine for the first few minutes but after that the internet freezes and will not load anymore webpages. What can I do to fix this?

    I let Firefox sit on my desktop for about five minutes, and it finall allowed me to use it. That is EXTREEEMELY slow. What is the problem?

  • Why does my dvd drive not load

    why does my dvd drive not load

    It might be broken. Take your machine to your local Apple Store or an AASP for a free diagnosis and estimate for repair.
    Clinton

  • NSS DRIVE NOT LOADING

    Hi
    I recently did an online udpate and after a few hours my groupwise stopped working. I checked out the issue and it seems my NSS drive storing my GWDATA is not mounting, I am running a hyper V environment and the scsi drive has enough storage.
    Server details
    LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64"
    Novell Open Enterprise Server 11 (x86_64)
    VERSION = 11.1
    PATCHLEVEL = 1
    SUSE Linux Enterprise Server 11 (x86_64)
    VERSION = 11
    PATCHLEVEL = 2
    Linux rem-now-01 3.0.101-0.5-default #1 SMP Thu Oct 31 05:21:34 UTC 2013 (36fae46) x86_64 x86_64 x86_64 GNU/Linux
    I have attached the boot message for reference.
    These services have failed to load
    Master Resource Control: runlevel 5 has been reached
    Failed services in runlevel 5: novell-nss novell-xregd grpwise
    Skipped services in runlevel 5: nfs smbfs smartd
    Any ideas where to start?
    klogd 1.4.1, log source = ksyslog started.
    <6>[ 0.000000] Initializing cgroup subsys cpuset
    <6>[ 0.000000] Initializing cgroup subsys cpu
    <5>[ 0.000000] Linux version 3.0.101-0.5-default (geeko@buildhost) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) #1 SMP Thu Oct 31 05:21:34 UTC 2013 (36fae46)
    <6>[ 0.000000] Command line: root=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 resume=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1 splash=silent crashkernel=256M-:128M vga=0x31a
    <6>[ 0.000000] BIOS-provided physical RAM map:
    <6>[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    <6>[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    <6>[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    <6>[ 0.000000] BIOS-e820: 0000000000100000 - 00000000f7ff0000 (usable)
    <6>[ 0.000000] BIOS-e820: 00000000f7ff0000 - 00000000f7fff000 (ACPI data)
    <6>[ 0.000000] BIOS-e820: 00000000f7fff000 - 00000000f8000000 (ACPI NVS)
    <6>[ 0.000000] BIOS-e820: 0000000100000000 - 0000000208000000 (usable)
    <6>[ 0.000000] NX (Execute Disable) protection: active
    <6>[ 0.000000] DMI 2.3 present.
    <7>[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 05/23/2012
    <6>[ 0.000000] Hypervisor detected: Microsoft HyperV
    <6>[ 0.000000] HyperV: features 0xe7f, hints 0x2c
    <7>[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    <7>[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    <6>[ 0.000000] No AGP bridge found
    <6>[ 0.000000] last_pfn = 0x208000 max_arch_pfn = 0x400000000
    <7>[ 0.000000] MTRR default type: uncachable
    <7>[ 0.000000] MTRR fixed ranges enabled:
    <7>[ 0.000000] 00000-9FFFF write-back
    <7>[ 0.000000] A0000-DFFFF uncachable
    <7>[ 0.000000] E0000-FFFFF write-back
    <7>[ 0.000000] MTRR variable ranges enabled:
    <7>[ 0.000000] 0 base 0000000000 mask FF00000000 write-back
    <7>[ 0.000000] 1 base 0100000000 mask F000000000 write-back
    <7>[ 0.000000] 2 disabled
    <7>[ 0.000000] 3 disabled
    <7>[ 0.000000] 4 disabled
    <7>[ 0.000000] 5 disabled
    <7>[ 0.000000] 6 disabled
    <7>[ 0.000000] 7 disabled
    <6>[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    <6>[ 0.000000] last_pfn = 0xf7ff0 max_arch_pfn = 0x400000000
    <6>[ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
    <7>[ 0.000000] initial memory mapped : 0 - 20000000
    <7>[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    <6>[ 0.000000] init_memory_mapping: 0000000000000000-00000000f7ff0000
    <7>[ 0.000000] 0000000000 - 00f7e00000 page 2M
    <7>[ 0.000000] 00f7e00000 - 00f7ff0000 page 4k
    <7>[ 0.000000] kernel direct mapping tables up to 0xf7feffff @ [mem 0x1fffa000-0x1fffffff]
    <6>[ 0.000000] init_memory_mapping: 0000000100000000-0000000208000000
    <7>[ 0.000000] 0100000000 - 0208000000 page 2M
    <7>[ 0.000000] kernel direct mapping tables up to 0x207ffffff @ [mem 0xf7fea000-0xf7feffff]
    <6>[ 0.000000] nmi ring buffer: 262144
    <6>[ 0.000000] RAMDISK: 37905000 - 37ff0000
    <6>[ 0.000000] Reserving 128MB of memory at 752MB for crashkernel (System RAM: 8320MB)
    <4>[ 0.000000] ACPI: RSDP 00000000000f56f0 00014 (v00 ACPIAM)
    <4>[ 0.000000] ACPI: RSDT 00000000f7ff0000 00040 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: FACP 00000000f7ff0200 00081 (v02 VRTUAL MICROSFT 05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: DSDT 00000000f7ff1724 02E78 (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)
    <4>[ 0.000000] ACPI: FACS 00000000f7fff000 00040
    <4>[ 0.000000] ACPI: WAET 00000000f7ff1480 00028 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: SLIC 00000000f7ff14c0 00176 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: OEM0 00000000f7ff16c0 00064 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: SRAT 00000000f7ff0600 00100 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
    <4>[ 0.000000] ACPI: APIC 00000000f7ff0300 0024C (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: OEMB 00000000f7fff040 00064 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
    <7>[ 0.000000] ACPI: Local APIC address 0xfee00000
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
    <6>[ 0.000000] SRAT: Node 0 PXM 0 0-f8000000
    <6>[ 0.000000] SRAT: Node 0 PXM 0 100000000-208000000
    <6>[ 0.000000] NUMA: Node 0 [0,f8000000) + [100000000,208000000) -> [0,208000000)
    <6>[ 0.000000] Initmem setup node 0 0000000000000000-0000000208000000
    <6>[ 0.000000] NODE_DATA [0000000207f99000 - 0000000207fbffff]
    <7>[ 0.000000] [ffffea0000000000-ffffea00071fffff] PMD -> [ffff8801ff600000-ffff8802067fffff] on node 0
    <4>[ 0.000000] Zone PFN ranges:
    <4>[ 0.000000] DMA 0x00000010 -> 0x00001000
    <4>[ 0.000000] DMA32 0x00001000 -> 0x00100000
    <4>[ 0.000000] Normal 0x00100000 -> 0x00208000
    <4>[ 0.000000] Movable zone start PFN for each node
    <4>[ 0.000000] early_node_map[3] active PFN ranges
    <4>[ 0.000000] 0: 0x00000010 -> 0x0000009f
    <4>[ 0.000000] 0: 0x00000100 -> 0x000f7ff0
    <4>[ 0.000000] 0: 0x00100000 -> 0x00208000
    <7>[ 0.000000] On node 0 totalpages: 2097023
    <7>[ 0.000000] DMA zone: 56 pages used for memmap
    <7>[ 0.000000] DMA zone: 5 pages reserved
    <7>[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
    <7>[ 0.000000] DMA32 zone: 14280 pages used for memmap
    <7>[ 0.000000] DMA32 zone: 997416 pages, LIFO batch:31
    <7>[ 0.000000] Normal zone: 14784 pages used for memmap
    <7>[ 0.000000] Normal zone: 1066560 pages, LIFO batch:31
    <6>[ 0.000000] ACPI: PM-Timer IO Port: 0x408
    <7>[ 0.000000] ACPI: Local APIC address 0xfee00000
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x10] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x11] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x12] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x13] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x14] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x16] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x17] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x18] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x19] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1a] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1b] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1c] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1d] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1e] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x1f] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x20] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x21] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x22] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x23] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x24] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x25] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x26] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x27] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x28] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x29] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2a] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x2b] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2c] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2e] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x2f] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x30] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x31] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x32] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x33] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x34] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x35] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x36] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x37] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x38] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x39] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x3a] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x3b] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x3c] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x3d] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x3e] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x3f] disabled)
    <6>[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    <6>[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
    <6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    <6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    <7>[ 0.000000] ACPI: IRQ0 used by override.
    <7>[ 0.000000] ACPI: IRQ2 used by override.
    <7>[ 0.000000] ACPI: IRQ9 used by override.
    <6>[ 0.000000] Using ACPI (MADT) for SMP configuration information
    <6>[ 0.000000] SMP: Allowing 64 CPUs, 56 hotplug CPUs
    <7>[ 0.000000] nr_irqs_gsi: 40
    <6>[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000f7ff0000 - 00000000f7fff000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000f7fff000 - 00000000f8000000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 0000000100000000
    <6>[ 0.000000] Allocating PCI resources starting at f8000000 (gap: f8000000:8000000)
    <6>[ 0.000000] Booting paravirtualized kernel on bare hardware
    <6>[ 0.000000] setup_percpu: NR_CPUS:4096 nr_cpumask_bits:64 nr_cpu_ids:64 nr_node_ids:1
    <6>[ 0.000000] PERCPU: Embedded 25 pages/cpu @ffff880206e00000 s73728 r8192 d20480 u131072
    <7>[ 0.000000] pcpu-alloc: s73728 r8192 d20480 u131072 alloc=1*2097152
    <7>[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    <7>[ 0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
    <7>[ 0.000000] pcpu-alloc: [0] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
    <7>[ 0.000000] pcpu-alloc: [0] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
    <4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2067898
    <4>[ 0.000000] Policy zone: Normal
    <5>[ 0.000000] Kernel command line: root=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 resume=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1 splash=silent crashkernel=256M-:128M vga=0x31a
    <6>[ 0.000000] bootsplash: silent mode.
    <6>[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    <6>[ 0.000000] Checking aperture...
    <6>[ 0.000000] No AGP bridge found
    <6>[ 0.000000] Memory: 8043808k/8519680k available (4433k kernel code, 131588k absent, 344284k reserved, 7663k data, 1336k init)
    <6>[ 0.000000] Hierarchical RCU implementation.
    <6>[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    <6>[ 0.000000] NR_IRQS:262400 nr_irqs:1192 16
    <6>[ 0.000000] Console: colour dummy device 80x25
    <6>[ 0.000000] console [tty0] enabled
    <6>[ 0.000000] allocated 67108864 bytes of page_cgroup
    <6>[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    <4>[ 0.000000] Fast TSC calibration failed
    <4>[ 0.000000] TSC: Unable to calibrate against PIT
    <6>[ 0.000000] TSC: using PMTIMER reference calibration
    <4>[ 0.000000] Detected 3324.942 MHz processor.
    <6>[ 0.012014] Calibrating delay loop (skipped), value calculated using timer frequency.. 6649.88 BogoMIPS (lpj=13299768)
    <6>[ 0.012022] pid_max: default: 65536 minimum: 512
    <4>[ 0.012304] kdb version 4.4 by Keith Owens, Scott Lurndal. Copyright SGI, All Rights Reserved
    <6>[ 0.012548] Security Framework initialized
    <6>[ 0.012570] AppArmor: AppArmor initialized
    <6>[ 0.013339] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    <6>[ 0.017041] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    <6>[ 0.018119] Mount-cache hash table entries: 256
    <6>[ 0.018332] Initializing cgroup subsys cpuacct
    <6>[ 0.018347] Initializing cgroup subsys memory
    <6>[ 0.018376] Initializing cgroup subsys devices
    <6>[ 0.018381] Initializing cgroup subsys freezer
    <6>[ 0.018384] Initializing cgroup subsys net_cls
    <6>[ 0.018388] Initializing cgroup subsys blkio
    <6>[ 0.018396] Initializing cgroup subsys perf_event
    <6>[ 0.021490] CPU: Physical Processor ID: 0
    <6>[ 0.021495] CPU: Processor Core ID: 0
    <6>[ 0.021500] mce: CPU supports 1 MCE banks
    <6>[ 0.121088] ACPI: Core revision 20110413
    <6>[ 0.124121] Switched APIC routing to physical flat.
    <6>[ 0.204012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    <6>[ 0.251460] CPU0: Intel(R) Xeon(R) CPU X5680 @ 3.33GHz stepping 02
    <6>[ 0.252015] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only.
    <4>[ 0.252015] NMI watchdog disabled (cpu0): hardware events not enabled
    <6>[ 0.252015] Booting Node 0, Processors #1
    <7>[ 0.252015] smpboot cpu 1: start_ip = 9a000
    <4>[ 0.264045] NMI watchdog disabled (cpu1): hardware events not enabled
    <4>[ 0.264188] #2
    <7>[ 0.264191] smpboot cpu 2: start_ip = 9a000
    <4>[ 0.284043] NMI watchdog disabled (cpu2): hardware events not enabled
    <4>[ 0.284180] #3
    <7>[ 0.284183] smpboot cpu 3: start_ip = 9a000
    <4>[ 0.300049] NMI watchdog disabled (cpu3): hardware events not enabled
    <4>[ 0.300226] #4
    <7>[ 0.300229] smpboot cpu 4: start_ip = 9a000
    <4>[ 0.320046] NMI watchdog disabled (cpu4): hardware events not enabled
    <4>[ 0.320185] #5
    <7>[ 0.320188] smpboot cpu 5: start_ip = 9a000
    <4>[ 0.336048] NMI watchdog disabled (cpu5): hardware events not enabled
    <4>[ 0.336208] #6
    <7>[ 0.336211] smpboot cpu 6: start_ip = 9a000
    <4>[ 0.356059] NMI watchdog disabled (cpu6): hardware events not enabled
    <4>[ 0.356212] #7
    <7>[ 0.356215] smpboot cpu 7: start_ip = 9a000
    <4>[ 0.376049] NMI watchdog disabled (cpu7): hardware events not enabled
    <6>[ 0.376084] Brought up 8 CPUs
    <6>[ 0.376089] Total of 8 processors activated (53199.07 BogoMIPS).
    <6>[ 0.396382] devtmpfs: initialized
    <6>[ 0.403154] PM: Registering ACPI NVS region at f7fff000 (4096 bytes)
    <6>[ 0.403154] print_constraints: dummy:
    <6>[ 0.403154] Time: 16:35:52 Date: 12/27/13
    <6>[ 0.404195] NET: Registered protocol family 16
    <6>[ 0.404383] ACPI: bus type pci registered
    <6>[ 0.404749] PCI: Using configuration type 1 for base access
    <6>[ 0.405534] bio: create slab <bio-0> at 0
    <7>[ 0.410275] ACPI: EC: Look up EC in DSDT
    <6>[ 0.413902] ACPI: Interpreter enabled
    <6>[ 0.413910] ACPI: (supports S0 S5)
    <6>[ 0.413929] ACPI: Using IOAPIC for interrupt routing
    <6>[ 0.426448] ACPI: No dock devices found.
    <6>[ 0.426456] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    <6>[ 0.427535] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    <6>[ 0.429730] pci_root PNP0A03:00: host bridge window [mem 0xfe0000000-0xfffefffff]
    <6>[ 0.429738] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    <6>[ 0.429743] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    <6>[ 0.429748] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    <6>[ 0.429754] pci_root PNP0A03:00: host bridge window [mem 0xf8000000-0xfffbffff]
    <7>[ 0.429922] pci 0000:00:00.0: [8086:7192] type 0 class 0x000600
    <7>[ 0.431592] pci 0000:00:07.0: [8086:7110] type 0 class 0x000601
    <7>[ 0.434290] pci 0000:00:07.1: [8086:7111] type 0 class 0x000101
    <7>[ 0.436389] pci 0000:00:07.1: reg 20: [io 0xffa0-0xffaf]
    <7>[ 0.437608] pci 0000:00:07.3: [8086:7113] type 0 class 0x000680
    <4>[ 0.437647] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
    <4>[ 0.437649] * this clock source is slow. Consider trying other clock sources
    <6>[ 0.439685] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI
    <7>[ 0.440542] pci 0000:00:08.0: [1414:5353] type 0 class 0x000300
    <7>[ 0.442475] pci 0000:00:08.0: reg 10: [mem 0xf8000000-0xfbffffff]
    <7>[ 0.445307] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    <6>[ 0.445568] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
    <6>[ 0.446013] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    <6>[ 0.446236] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    <6>[ 0.446462] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    <6>[ 0.446686] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    <6>[ 0.446918] vgaarb: device added: PCI:0000:00:08.0,decodes=io+mem,owns=io+mem,locks= none
    <6>[ 0.446926] vgaarb: loaded
    <6>[ 0.447035] PCI: Using ACPI for IRQ routing
    <7>[ 0.447035] PCI: pci_cache_line_size set to 64 bytes
    <7>[ 0.447035] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    <7>[ 0.447035] reserve RAM buffer: 00000000f7ff0000 - 00000000f7ffffff
    <6>[ 0.447035] NetLabel: Initializing
    <6>[ 0.447035] NetLabel: domain hash size = 128
    <6>[ 0.447035] NetLabel: protocols = UNLABELED CIPSOv4
    <6>[ 0.447035] NetLabel: unlabeled traffic allowed by default
    <6>[ 0.447035] Switching to clocksource hyperv_clocksource
    <6>[ 0.447035] AppArmor: AppArmor Filesystem Enabled
    <6>[ 0.447035] pnp: PnP ACPI init
    <6>[ 0.447035] ACPI: bus type pnp registered
    <7>[ 0.447832] pnp 00:00: [mem 0xfe0000000-0xfffefffff window]
    <7>[ 0.447836] pnp 00:00: [bus 00-ff]
    <7>[ 0.447838] pnp 00:00: [io 0x0cf8-0x0cff]
    <7>[ 0.447841] pnp 00:00: [io 0x0000-0x0cf7 window]
    <7>[ 0.447844] pnp 00:00: [io 0x0d00-0xffff window]
    <7>[ 0.447847] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    <7>[ 0.447849] pnp 00:00: [mem 0x00000000 window]
    <7>[ 0.447852] pnp 00:00: [mem 0xf8000000-0xfffbffff window]
    <7>[ 0.447893] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    <7>[ 0.447932] pnp 00:01: [dma 4]
    <7>[ 0.447934] pnp 00:01: [io 0x0000-0x000f]
    <7>[ 0.447937] pnp 00:01: [io 0x0081-0x0083]
    <7>[ 0.447939] pnp 00:01: [io 0x0087]
    <7>[ 0.447941] pnp 00:01: [io 0x0089-0x008b]
    <7>[ 0.447944] pnp 00:01: [io 0x008f]
    <7>[ 0.447946] pnp 00:01: [io 0x00c0-0x00df]
    <7>[ 0.447974] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    <7>[ 0.447990] pnp 00:02: [io 0x0070-0x0071]
    <7>[ 0.452329] pnp 00:02: [irq 8]
    <7>[ 0.452369] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    <7>[ 0.452425] pnp 00:03: [io 0x0060]
    <7>[ 0.452428] pnp 00:03: [io 0x0064]
    <7>[ 0.455932] pnp 00:03: [irq 1]
    <7>[ 0.455975] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    <7>[ 0.458641] pnp 00:04: [irq 12]
    <7>[ 0.458684] pnp 00:04: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
    <7>[ 0.458703] pnp 00:05: [io 0x0061]
    <7>[ 0.458735] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    <7>[ 0.458749] pnp 00:06: [io 0x00f0-0x00ff]
    <7>[ 0.461312] pnp 00:06: [irq 13]
    <7>[ 0.461353] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    <7>[ 0.463988] pnp 00:07: [irq 4]
    <7>[ 0.463992] pnp 00:07: [dma 0 disabled]
    <7>[ 0.463995] pnp 00:07: [io 0x03f8-0x03ff]
    <7>[ 0.464054] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    <7>[ 0.466278] pnp 00:08: [irq 3]
    <7>[ 0.466282] pnp 00:08: [dma 0 disabled]
    <7>[ 0.466284] pnp 00:08: [io 0x02f8-0x02ff]
    <7>[ 0.466344] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    <7>[ 0.468615] pnp 00:09: [irq 6]
    <7>[ 0.468618] pnp 00:09: [dma 2]
    <7>[ 0.468621] pnp 00:09: [io 0x03f0-0x03f5]
    <7>[ 0.468623] pnp 00:09: [io 0x03f7]
    <7>[ 0.468696] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
    <7>[ 0.468714] pnp 00:0a: [io 0x0010-0x001f]
    <7>[ 0.468717] pnp 00:0a: [io 0x0022-0x003f]
    <7>[ 0.468719] pnp 00:0a: [io 0x0044-0x005f]
    <7>[ 0.468721] pnp 00:0a: [io 0x0062-0x0063]
    <7>[ 0.468723] pnp 00:0a: [io 0x0065-0x006f]
    <7>[ 0.468725] pnp 00:0a: [io 0x0072-0x007f]
    <7>[ 0.468728] pnp 00:0a: [io 0x0080]
    <7>[ 0.468732] pnp 00:0a: [io 0x0084-0x0086]
    <7>[ 0.468734] pnp 00:0a: [io 0x0088]
    <7>[ 0.468736] pnp 00:0a: [io 0x008c-0x008e]
    <7>[ 0.468738] pnp 00:0a: [io 0x0090-0x009f]
    <7>[ 0.468741] pnp 00:0a: [io 0x00a2-0x00bf]
    <7>[ 0.468743] pnp 00:0a: [io 0x00e0-0x00ef]
    <7>[ 0.468745] pnp 00:0a: [io 0x01e0-0x01ef]
    <7>[ 0.468747] pnp 00:0a: [io 0x0160-0x016f]
    <7>[ 0.468749] pnp 00:0a: [io 0x0278-0x027f]
    <7>[ 0.468752] pnp 00:0a: [io 0x0378-0x037f]
    <7>[ 0.468754] pnp 00:0a: [io 0x0678-0x067f]
    <7>[ 0.468756] pnp 00:0a: [io 0x0778-0x077f]
    <7>[ 0.468758] pnp 00:0a: [io 0x04d0-0x04d1]
    <6>[ 0.468806] system 00:0a: [io 0x01e0-0x01ef] has been reserved
    <6>[ 0.468814] system 00:0a: [io 0x0160-0x016f] has been reserved
    <6>[ 0.468819] system 00:0a: [io 0x0278-0x027f] has been reserved
    <6>[ 0.468824] system 00:0a: [io 0x0378-0x037f] has been reserved
    <6>[ 0.468829] system 00:0a: [io 0x0678-0x067f] has been reserved
    <6>[ 0.468834] system 00:0a: [io 0x0778-0x077f] has been reserved
    <6>[ 0.468839] system 00:0a: [io 0x04d0-0x04d1] has been reserved
    <7>[ 0.468844] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    <7>[ 0.469099] pnp 00:0b: [io 0x0400-0x043f]
    <7>[ 0.469102] pnp 00:0b: [io 0x0370-0x0371]
    <7>[ 0.469105] pnp 00:0b: [io 0x0000-0xffffffffffffffff disabled]
    <7>[ 0.469107] pnp 00:0b: [io 0x0440-0x044f]
    <7>[ 0.469110] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
    <7>[ 0.469112] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
    <6>[ 0.469153] system 00:0b: [io 0x0400-0x043f] has been reserved
    <6>[ 0.469159] system 00:0b: [io 0x0370-0x0371] has been reserved
    <6>[ 0.469164] system 00:0b: [io 0x0440-0x044f] has been reserved
    <6>[ 0.469169] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
    <6>[ 0.469175] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
    <7>[ 0.469180] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    <7>[ 0.469364] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    <7>[ 0.469367] pnp 00:0c: [mem 0x000c0000-0x000dffff]
    <7>[ 0.469370] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    <7>[ 0.469372] pnp 00:0c: [mem 0x00100000-0xf7ffffff]
    <7>[ 0.469374] pnp 00:0c: [mem 0xfffc0000-0xffffffff]
    <6>[ 0.469417] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    <6>[ 0.469423] system 00:0c: [mem 0x000c0000-0x000dffff] could not be reserved
    <6>[ 0.469429] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    <6>[ 0.469434] system 00:0c: [mem 0x00100000-0xf7ffffff] could not be reserved
    <6>[ 0.469439] system 00:0c: [mem 0xfffc0000-0xffffffff] has been reserved
    <7>[ 0.469445] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    <6>[ 0.469782] pnp: PnP ACPI: found 13 devices
    <6>[ 0.469787] ACPI: ACPI bus type pnp unregistered
    <7>[ 0.476082] PCI: max bus depth: 0 pci_try_num: 1
    <7>[ 0.476089] pci_bus 0000:00: resource 4 [mem 0xfe0000000-0xfffefffff]
    <7>[ 0.476092] pci_bus 0000:00: resource 5 [io 0x0000-0x0cf7]
    <7>[ 0.476094] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    <7>[ 0.476097] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    <7>[ 0.476100] pci_bus 0000:00: resource 8 [mem 0xf8000000-0xfffbffff]
    <6>[ 0.477048] NET: Registered protocol family 2
    <6>[ 0.477558] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    <6>[ 0.479416] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    <6>[ 0.481075] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    <6>[ 0.481261] TCP: Hash tables configured (established 524288 bind 65536)
    <6>[ 0.481266] TCP reno registered
    <6>[ 0.481283] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    <6>[ 0.481335] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    <6>[ 0.482109] NET: Registered protocol family 1
    <6>[ 0.482125] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    <7>[ 0.482366] pci 0000:00:08.0: Boot video device
    <7>[ 0.482406] PCI: CLS 0 bytes, default 64
    <6>[ 0.482455] Unpacking initramfs...
    <6>[ 0.659642] Freeing initrd memory: 7084k freed
    <6>[ 0.661052] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    <6>[ 0.661059] Placing 64MB software IO TLB between ffff8800f3fea000 - ffff8800f7fea000
    <6>[ 0.661064] software IO TLB at phys 0xf3fea000 - 0xf7fea000
    <6>[ 0.668188] audit: initializing netlink socket (disabled)
    <5>[ 0.668208] type=2000 audit(1388162152.664:1): initialized
    <4>[ 0.702880] bounce pool size: 64 pages
    <6>[ 0.702891] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    <5>[ 0.706769] VFS: Disk quotas dquot_6.5.2
    <4>[ 0.706943] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    <6>[ 0.707274] msgmni has been set to 3931
    <6>[ 0.707604] alg: No test for stdrng (krng)
    <6>[ 0.707718] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    <6>[ 0.707801] io scheduler noop registered
    <6>[ 0.707806] io scheduler deadline registered
    <6>[ 0.708005] io scheduler cfq registered (default)
    <6>[ 0.708249] vesafb: mode is 1280x1024x16, linelength=2560, pages=0
    <6>[ 0.708254] vesafb: scrolling: redraw
    <6>[ 0.708258] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    <6>[ 0.708929] vesafb: framebuffer at 0xf8000000, mapped to 0xffffc90001800000, using 4096k, total 4096k
    <6>[ 0.709049] bootsplash 3.2.0-2010/03/31: looking for picture...
    <6>[ 0.709052] bootsplash: silentjpeg size 74123 bytes
    <6>[ 0.731946] bootsplash: ...found (1280x1024, 40629 bytes, v3).
    <6>[ 0.780927] Console: switching to colour frame buffer device 156x60
    <6>[ 0.828743] fb0: VESA VGA frame buffer device
    <6>[ 0.828882] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
    <6>[ 0.831332] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    <6>[ 0.846410] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    <6>[ 0.933902] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    <6>[ 0.945594] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    <6>[ 0.955274] Non-volatile memory driver v1.3
    <6>[ 0.955280] Linux agpgart interface v0.103
    <6>[ 0.955379] Fixed MDIO Bus: probed
    <6>[ 0.955441] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    <6>[ 0.969808] serio: i8042 KBD port at 0x60,0x64 irq 1
    <6>[ 0.969825] serio: i8042 AUX port at 0x60,0x64 irq 12
    <6>[ 0.969915] mousedev: PS/2 mouse device common for all mice
    <6>[ 0.970155] cpuidle: using governor ladder
    <6>[ 0.970161] cpuidle: using governor menu
    <6>[ 0.970165] EFI Variables Facility v0.08 2004-May-17
    <6>[ 0.970592] TCP cubic registered
    <5>[ 0.970609] Registering the dns_resolver key type
    <7>[ 0.970721] PM: Checking hibernation image partition /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    <6>[ 1.008486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    <4>[ 1.216294] trackpoint.c: failed to get extended button data
    <6>[ 1.695523] Refined TSC clocksource calibration: 3324.999 MHz.
    <6>[ 4.400574] IBM TrackPoint firmware: 0x01, buttons: 0/0
    <6>[ 4.402228] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input1
    <7>[ 4.402999] PM: Hibernation image not present or could not be loaded.
    <6>[ 4.403017] registered taskstats version 1
    <6>[ 4.404389] Magic number: 9:792:591
    <6>[ 4.409458] Freeing unused kernel memory: 1336k freed
    <6>[ 4.409736] Write protecting the kernel read-only data: 10240k
    <6>[ 4.417078] Freeing unused kernel memory: 1692k freed
    <6>[ 4.421718] Freeing unused kernel memory: 1000k freed
    <5>[ 4.495042] SCSI subsystem initialized
    <7>[ 4.497920] libata version 3.00 loaded.
    <7>[ 4.504287] ata_piix 0000:00:07.1: version 2.13
    <6>[ 4.504462] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set
    <7>[ 4.504682] ata_piix 0000:00:07.1: setting latency timer to 64
    <6>[ 4.508495] scsi0 : ata_piix
    <6>[ 4.509022] scsi1 : ata_piix
    <6>[ 4.510514] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    <6>[ 4.510655] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    <6>[ 4.677885] ata2.00: ATAPI: Virtual CD, , max MWDMA2
    <7>[ 4.678807] ata1.00: host indicates ignore ATA devices, ignored
    <6>[ 4.678980] ata1.01: ATAPI: Virtual CD, , max MWDMA2
    <6>[ 4.681960] ata2.00: configured for MWDMA2
    <6>[ 4.683187] ata1.01: configured for MWDMA2
    <5>[ 4.687680] scsi 0:0:1:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5
    <5>[ 4.689758] scsi 1:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5
    <6>[ 4.708425] hv_vmbus: Hyper-V Host OS Build:9200-6.2-16-0.16729
    <6>[ 4.712400] hv_vmbus: Negotiated host information 13
    <6>[ 4.712845] hv_vmbus: child device vmbus_0_1 registered
    <6>[ 4.713110] hv_vmbus: child device vmbus_0_2 registered
    <6>[ 4.713394] hv_vmbus: child device vmbus_0_3 registered
    <6>[ 4.713669] hv_vmbus: child device vmbus_0_4 registered
    <6>[ 4.713974] hv_vmbus: child device vmbus_0_5 registered
    <6>[ 4.714247] hv_vmbus: child device vmbus_0_6 registered
    <6>[ 4.714521] hv_vmbus: child device vmbus_0_7 registered
    <6>[ 4.714799] hv_vmbus: child device vmbus_0_8 registered
    <6>[ 4.715094] hv_vmbus: child device vmbus_0_9 registered
    <6>[ 4.715367] hv_vmbus: child device vmbus_0_10 registered
    <6>[ 4.715643] hv_vmbus: child device vmbus_0_11 registered
    <6>[ 4.715912] hv_vmbus: child device vmbus_0_12 registered
    <6>[ 9.693609] hv_vmbus: registering driver hv_storvsc
    <6>[ 9.694468] scsi2 : storvsc_host_t
    <5>[ 9.695151] scsi 2:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 4
    <6>[ 9.695843] scsi3 : storvsc_host_t
    <6>[ 9.696625] scsi scan: INQUIRY result too short (5), using 36
    <5>[ 9.697436] scsi 3:0:0:1: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 4
    <6>[ 9.698016] scsi scan: INQUIRY result too short (5), using 36
    <6>[ 14.687376] hp_sw: device handler registered
    <6>[ 14.695768] rdac: device handler registered
    <6>[ 14.703207] alua: device handler registered
    <6>[ 14.711258] emc: device handler registered
    <6>[ 14.716329] udev: starting version 147
    <7>[ 14.744338] ACPI: acpi_idle registered with cpuidle
    <6>[ 14.749183] hv_vmbus: registering driver hv_netvsc
    <6>[ 14.750531] hv_netvsc: hv_netvsc channel opened successfully
    <5>[ 14.754431] sd 2:0:0:0: [sda] 83886080 512-byte logical blocks: (42.9 GB/40.0 GiB)
    <5>[ 14.754627] sd 3:0:0:1: [sdb] 1048576000 512-byte logical blocks: (536 GB/500 GiB)
    <5>[ 14.754770] sd 2:0:0:0: [sda] Write Protect is off
    <7>[ 14.754920] sd 2:0:0:0: [sda] Mode Sense: 0f 00 00 00
    <5>[ 14.754929] sd 3:0:0:1: [sdb] Write Protect is off
    <7>[ 14.755076] sd 3:0:0:1: [sdb] Mode Sense: 0f 00 00 00
    <5>[ 14.755136] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    <5>[ 14.755365] sd 3:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    <6>[ 14.756100] sdb: sdb1
    <5>[ 14.756539] sd 3:0:0:1: [sdb] Attached SCSI disk
    <6>[ 14.760677] sda: sda1 sda2
    <5>[ 14.761170] sd 2:0:0:0: [sda] Attached SCSI disk
    <6>[ 14.853739] hv_netvsc vmbus_0_11: Device MAC 00:15:5d:06:83:03 link state up
    <7>[ 19.909479] PM: Marking nosave pages: 000000000009f000 - 0000000000100000
    <7>[ 19.909485] PM: Marking nosave pages: 00000000f7ff0000 - 0000000100000000
    <7>[ 19.909724] PM: Basic memory bitmaps created
    <7>[ 19.948242] PM: Basic memory bitmaps freed
    <6>[ 19.959506] PM: Starting manual resume from disk
    <7>[ 19.959648] PM: Hibernation image partition 8:1 present
    <7>[ 19.959650] PM: Looking for hibernation image.
    <7>[ 19.961619] PM: Image not found (code -22)
    <7>[ 19.961622] PM: Hibernation image not present or could not be loaded.
    <6>[ 20.136385] kjournald starting. Commit interval 15 seconds
    <6>[ 20.136764] EXT3-fs (sda2): using internal journal
    <6>[ 20.136899] EXT3-fs (sda2): mounted filesystem with ordered data mode
    <6>[ 21.569339] udev: starting version 147
    <4>[ 21.628664] sr0: scsi3-mmc drive: 0x/0x tray
    <6>[ 21.628807] cdrom: Uniform CD-ROM driver Revision: 3.20
    <7>[ 21.629053] sr 0:0:1:0: Attached scsi CD-ROM sr0
    <4>[ 21.632902] sr1: scsi3-mmc drive: 0x/0x tray
    <7>[ 21.633138] sr 1:0:0:0: Attached scsi CD-ROM sr1
    <5>[ 21.670559] sr 0:0:1:0: Attached scsi generic sg0 type 5
    <5>[ 21.670736] sr 1:0:0:0: Attached scsi generic sg1 type 5
    <5>[ 21.670913] sd 2:0:0:0: Attached scsi generic sg2 type 0
    <5>[ 21.671088] sd 3:0:0:1: Attached scsi generic sg3 type 0
    <6>[ 21.694963] input: PC Speaker as /devices/platform/pcspkr/input/input2
    <6>[ 21.738202] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    <6>[ 21.738681] ACPI: Power Button [PWRF]
    <6>[ 21.739750] hv_utils: Registering HyperV Utility Driver
    <6>[ 21.739888] hv_vmbus: registering driver hv_util
    <6>[ 21.741454] hv_vmbus: child device vmbus_0_5 unregistered
    <3>[ 21.855470] piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
    <6>[ 21.863250] Floppy drive(s): fd0 is 1.44M
    <6>[ 21.890107] FDC 0 is an 82078.
    <6>[ 21.937189] rtc_cmos 00:02: RTC can wake from S4
    <6>[ 21.958729] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    <6>[ 21.964296] rtc0: alarms up to one month, 114 bytes nvram
    <6>[ 22.068854] hv_vmbus: registering driver hid_hyperv
    <6>[ 22.070603] input: Microsoft Vmbus HID-compliant Mouse as /devices/virtual/input/input4
    <6>[ 22.070814] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on
    <6>[ 27.106125] Adding 2103292k swap on /dev/sda1. Priority:-1 extents:1 across:2103292k
    <6>[ 28.737563] device-mapper: uevent: version 1.0.3
    <6>[ 28.738201] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: [email protected]
    <6>[ 29.026019] loop: module loaded
    <6>[ 30.169641] fuse init (API version 7.16)
    Kernel logging (ksyslog) stopped.
    Kernel log daemon terminating.
    Boot logging started on /dev/tty1(/dev/console) at Sat Dec 28 03:36:11 2013
    Trying manual resume from /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    Invoking userspace resume from /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    resume: libgcrypt version: 1.5.0
    Trying manual resume from /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    Invoking in-kernel resume from /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    Waiting for device /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 to appear: ok
    fsck from util-linux 2.19.1
    [/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/sda2
    /dev/sda2: clean, 296531/2490368 files, 1999842/9959680 blocks
    fsck succeeded. Mounting root device read-write.
    Mounting root /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    mount -o rw,acl,user_xattr -t ext3 /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 /root
    Boot logging started on /dev/tty1(/dev/console) at Sat Dec 28 03:36:13 2013
    <notice -- Dec 28 03:36:13.332905000>
    boot.debugfs start
    Mounting debugfs at /sys/kernel/debugdone
    <notice -- Dec 28 03:36:13.369284000>
    'boot.debugfs start' exits with status 0
    <notice -- Dec 28 03:36:13.371108000>
    boot.udev start
    Starting udevd: done
    Loading drivers, configuring devices: done
    <notice -- Dec 27 20:10:55.354414000>
    'boot.udev start' exits with status 0
    <notice -- Dec 27 20:10:55.355966000>
    boot.rootfsck start
    Activating swap-devices in /etc/fstab...
    done
    <notice -- Dec 27 20:10:55.398783000>
    'boot.rootfsck start' exits with status 0
    <notice -- Dec 27 20:10:55.400577000>
    boot.clock start
    Set System Time to the current Hardware Clockdone
    <notice -- Dec 27 20:10:56.942379000>
    'boot.clock start' exits with status 0
    <notice -- Dec 27 20:10:56.944352000>
    boot.device-mapper start
    Activating device mapper...
    done
    <notice -- Dec 27 20:10:57.20179000>
    'boot.device-mapper start' exits with status 0
    <notice -- Dec 27 20:10:57.22434000>
    boot.loadmodules start
    Loading required kernel modules
    done
    <notice -- Dec 27 20:10:57.46596000>
    'boot.loadmodules start' exits with status 0
    <notice -- Dec 27 20:10:57.48288000>
    boot.md start
    Starting MD RAID unused
    <notice -- Dec 27 20:10:57.112371000>
    'boot.md start' exits with status 6
    <notice -- Dec 27 20:10:57.114441000>
    boot.localfs start
    Checking file systems...
    fsck from util-linux 2.19.1
    doneMounting local file systems...
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    debugfs on /sys/kernel/debug type debugfs (rw)
    udev on /dev type tmpfs (rw,mode=0755)
    tmpfs on /dev/shm type tmpfs (rw,mode=1777)
    devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
    nothing was mounted
    done
    <notice -- Dec 27 20:10:57.331387000>
    'boot.localfs start' exits with status 0
    <notice -- Dec 27 20:10:57.332580000>
    boot.compliance start
    Check if the profiles matches the systemdone
    <notice -- Dec 27 20:10:58.355993000>
    'boot.compliance start' exits with status 0
    <notice -- Dec 27 20:10:58.357530000>
    boot.cycle start
    <notice -- Dec 27 20:10:58.399207000>
    'boot.cycle start' exits with status 6
    <notice -- Dec 27 20:10:58.401339000>
    boot.fuse start
    Loading fuse module done
    Mounting fuse control filesystemdone
    <notice -- Dec 27 20:10:58.458495000>
    'boot.fuse start' exits with status 0
    <notice -- Dec 27 20:10:58.460101000>
    boot.klog start
    Creating /var/log/boot.msg
    done
    <notice -- Dec 27 20:10:58.549404000>
    pidofproc: /sbin/blogd
    407
    <notice -- Dec 27 20:10:58.571980000>
    killproc: kill(407,29)
    <notice -- Dec 27 20:10:58.579244000> 'boot.klog start' exits with status 0
    <notice -- Dec 27 20:10:58.581541000> boot.lvm_monitor start
    Enabling monitoring on LVM volume groups...
    No volume groups found
    done
    <notice -- Dec 27 20:10:58.735165000> 'boot.lvm_monitor start' exits with status 0
    <notice -- Dec 27 20:10:58.736906000> boot.proc start
    <notice -- Dec 27 20:10:58.773908000> 'boot.proc start' exits with status 0
    <notice -- Dec 27 20:10:58.775634000> boot.scpm start
    <notice -- Dec 27 20:10:58.817985000> 'boot.scpm start' exits with status 0
    <notice -- Dec 27 20:10:58.819520000> boot.swap start
    Activating remaining swap-devices in /etc/fstab...
    done
    <notice -- Dec 27 20:10:58.890568000>
    'boot.swap start' exits with status 0
    <notice -- Dec 27 20:10:58.892520000> boot.udev_retry start
    <notice -- Dec 27 20:10:58.931843000>
    'boot.udev_retry start' exits with status 0
    <notice -- Dec 27 20:10:58.933759000> boot.ldconfig start
    <notice -- Dec 27 20:10:59.80965000> 'boot.ldconfig start' exits with status 0
    <notice -- Dec 27 20:10:59.83077000> boot.quota start
    Turning quota on
    Checking quotas. This may take some time.
    done
    <notice -- Dec 27 20:10:59.144356000> 'boot.quota start' exits with status 0
    <notice -- Dec 27 20:10:59.146277000> boot.sysctl start
    Setting current sysctl status from /etc/sysctl.confdone
    <notice -- Dec 27 20:10:59.201868000> 'boot.sysctl start' exits with status 0
    <notice -- Dec 27 20:10:59.203812000> boot.cleanup start
    <notice -- Dec 27 20:11:00.59571000> pidofproc: /sbin/blogd 407
    <notice -- Dec 27 20:11:00.344682000>
    'boot.cleanup start' exits with status 0
    <notice -- Dec 27 20:11:00.346899000> boot.ipconfig start
    Enabling syn flood protectiondone
    Disabling IP forwardingdone
    done
    <notice -- Dec 27 20:11:00.396956000> 'boot.ipconfig start' exits with status 0
    <notice -- Dec 27 20:11:00.398786000> boot.apparmor start
    Starting AppArmor Mounting securityfs on /sys/kernel/security done
    done
    <notice -- Dec 27 20:11:01.800318000> 'boot.apparmor start' exits with status 0
    <notice -- Dec 27 20:11:01.802316000> boot.localnet start
    Setting up hostname 'rem-now-01'done
    Setting up loopback interface lo
    lo IP address: 127.0.0.1/8
    IP address: 127.0.0.2/8
    done
    <notice -- Dec 27 20:11:02.188822000>
    'boot.localnet start' exits with status 0
    <notice -- Dec 27 20:11:02.190205000> boot.kdump start
    Loading kdump
    done
    <notice -- Dec 27 20:11:02.907821000> 'boot.kdump start' exits with status 0
    System Boot Control: The system has been set up
    Skipped features: boot.md boot.cycle
    System Boot Control: Running /etc/init.d/boot.local
    done
    INIT: Entering runlevel: 5
    Master Resource Control: previous runlevel: N, switching to runlevel: 5
    <notice -- Dec 27 20:11:03.110539000> acpid start
    Starting acpid
    <notice -- Dec 27 20:11:03.153151000> startproc: execve (/sbin/acpid) [ /sbin/acpid ], [ CONSOLE=/dev/console SELINUX_INIT=YES ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 _=/sbin/startproc DAEMON=/sbin/acpid ]
    acpid: starting up
    done
    <notice -- Dec 27 20:11:03.166295000> 'acpid start' exits with status 0
    <notice -- Dec 27 20:11:03.168126000>
    dbus start
    acpid: 2 rules loaded
    Starting D-Bus daemondone
    <notice -- Dec 27 20:11:03.428391000> 'dbus start' exits with status 0
    <notice -- Dec 27 20:11:03.430244000> earlysyslog start
    Starting syslog services
    <notice -- Dec 27 20:11:03.492560000>
    startproc: execve (/sbin/syslog-ng) [
    /sbin/syslog-ng
    SELINUX_INIT=YES
    CONSOLE=/dev/console
    ROOTFS_FSTYPE=ext3
    TERM=linux
    SHELL=/bin/sh
    ROOTFS_FSCK=0
    crashkernel=256M-:128M
    LC_ALL=POSIX
    INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1
    COLUMNS=156
    PATH=/bin:/sbin:/usr/bin:/usr/sbin
    DO_CONFIRM=
    vga=0x31a
    RUNLEVEL=5
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PWD=/
    PREVLEVEL=N
    LINES=60
    SHLVL=2
    HOME=/
    SPLASH=yes
    splash=silent
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc
    DAEMON=/sbin/syslog-ng
    <notice -- Dec 27 20:11:03.559776000> startproc: execve (/sbin/klogd) [ /sbin/klogd -c 1 -x ], [ SELINUX_INIT=YES CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0 crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin DO_CONFIRM= vga=0x31a RUNLEVEL=5 SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg PWD=/ PREVLEVEL=N LINES=60 SHLVL=2 HOME=/ SPLASH=yes splash=silent ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc DAEMON=/sbin/klogd ]
    done
    <notice -- Dec 27 20:11:03.570513000> 'earlysyslog start' exits with status 0
    <notice -- Dec 27 20:11:03.572386000>
    fbset start
    <notice -- Dec 27 20:11:03.604926000> 'fbset start' exits with status 0
    <notice -- Dec 27 20:11:03.606796000> micasad start
    Starting miCASA daemondone
    <notice -- Dec 27 20:11:05.737324000> 'micasad start' exits with status 0
    <notice -- Dec 27 20:11:05.739136000> microcode.ctl start
    Checking CPU.. upload Intel microcodedone
    <notice -- Dec 27 20:11:05.995091000>
    'microcode.ctl start' exits with status 0
    <notice -- Dec 27 20:11:05.996419000> purge-kernels start
    <notice -- Dec 27 20:11:06.24241000> 'purge-kernels start' exits with status 0
    <notice -- Dec 27 20:11:06.25539000> random start
    Initializing random number generatordone
    <notice -- Dec 27 20:11:06.81102000> 'random start' exits with status 0
    <notice -- Dec 27 20:11:06.82673000> haldaemon start
    Loading CPUFreq modules (CPUFreq not supported)
    Starting HAL daemondone
    <notice -- Dec 27 20:11:07.19742000> 'haldaemon start' exits with status 0
    <notice -- Dec 27 20:11:07.21771000> network start
    <notice -- Dec 27 20:11:07.219643000> checkproc: /sbin/udevd 442<notice -- Dec 27 20:11:07.219718000> checkproc: /sbin/udevd 532<notice -- Dec 27 20:11:07.219728000> checkproc: /sbin/udevd 533<notice -- Dec 27 20:11:07.219735000> checkproc: /sbin/udevd 1409<notice -- Dec 27 20:11:07.219742000> checkproc: /sbin/udevd 1415<notice -- Dec 27 20:11:07.219749000> checkproc: /sbin/udevd 1416<notice -- Dec 27 20:11:07.219755000> checkproc: /sbin/udevd 1426<notice -- Dec 27 20:11:07.219762000> checkproc: /sbin/udevd 1427<notice -- Dec 27 20:11:07.219768000> checkproc: /sbin/udevd
    1439<notice -- Dec 27 20:11:07.219774000> checkproc: /sbin/udevd 1440<notice -- Dec 27 20:11:07.219781000> checkproc: /sbin/udevd 1450<notice -- Dec 27 20:11:07.219787000> checkproc: /sbin/udevd 1453<notice -- Dec 27 20:11:07.219793000> checkproc: /sbin/udevd
    1465<notice -- Dec 27 20:11:07.219800000> checkproc: /sbin/udevd
    1466<notice -- Dec 27 20:11:07.219806000> checkproc: /sbin/udevd 1479<notice -- Dec 27 20:11:07.219812000> checkproc: /sbin/udevd 1480<notice -- Dec 27 20:11:07.219819000> checkproc: /sbin/udevd 1492<notice -- Dec 27 20:11:07.219825000> checkproc: /sbin/udevd 1493<notice -- Dec 27 20:11:07.219831000> checkproc: /sbin/udevd 1504
    Setting up (localfs) network interfaces:
    lo
    lo IP address: 127.0.0.1/8
    IP address: 127.0.0.2/8
    done eth0 name: Virtual Ethernet Card 0
    eth0 IP address: 192.168.0.10/24
    doneSetting up service (localfs) network . . . . . . . . . .done
    <notice -- Dec 27 20:11:08.220701000> 'network start' exits with status 0
    <notice -- Dec 27 20:11:08.222521000>
    novell-httpstkd start
    Starting the Novell Small Http Interface Daemon.
    <notice -- Dec 27 20:11:08.455149000> 'novell-httpstkd start' exits with status 0
    <notice -- Dec 27 20:11:08.457662000>
    syslog start
    <notice -- Dec 27 20:11:08.477565000> 'syslog start' exits with status 0
    <notice -- Dec 27 20:11:08.479072000> auditd start
    Starting auditd
    <notice -- Dec 27 20:11:08.525517000> startproc: execve (/sbin/auditd) [ /sbin/auditd -s disable ], [ CONSOLE=/dev/console SELINUX_INIT=YES ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 _=/sbin/startproc DAEMON=/sbin/auditd ]
    done
    <notice -- Dec 27 20:11:08.721488000> 'auditd start' exits with status 0
    <notice -- Dec 27 20:11:08.723477000>
    haveged start
    Starting haveged daemon
    <notice -- Dec 27 20:11:08.772775000>
    startproc: execve (/sbin/haveged) [
    /sbin/haveged
    -w
    1024
    -v
    1
    CONSOLE=/dev/console
    SELINUX_INIT=YES
    ROOTFS_FSTYPE=ext3
    SHELL=/bin/sh
    TERM=linux
    ROOTFS_FSCK=0
    crashkernel=256M-:128M
    LC_ALL=POSIX
    INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1
    COLUMNS=156
    PATH=/bin:/sbin:/usr/bin:/usr/sbin
    vga=0x31a
    DO_CONFIRM=
    RUNLEVEL=5
    PWD=/
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PREVLEVEL=N
    LINES=60
    HOME=/
    SHLVL=2
    splash=silent
    SPLASH=yes
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc
    DAEMON=/sbin/haveged
    done
    <notice -- Dec 27 20:11:08.977862000> 'haveged start' exits with status 0
    <notice -- Dec 27 20:11:08.979577000> rpcbind start
    Starting rpcbind
    <notice -- Dec 27 20:11:09.33208000> startproc: execve (/sbin/rpcbind) [ /sbin/rpcbind ], [ CONSOLE=/dev/console SELINUX_INIT=YES ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 _=/sbin/startproc DAEMON=/sbin/rpcbind ]
    done
    <notice -- Dec 27 20:11:09.106169000> 'rpcbind start' exits with status 0
    <notice -- Dec 27 20:11:09.107657000>
    splash_early start
    <notice -- Dec 27 20:11:09.150175000>
    'splash_early start' exits with status 0
    <notice -- Dec 27 20:11:09.152071000> nfs start
    Not starting NFS client services - no NFS found in /etc/fstab:unused
    <notice -- Dec 27 20:11:09.212532000> 'nfs start' exits with status 6
    <notice -- Dec 27 20:11:09.214284000> smbfs start
    Mount CIFS File Systems unused
    <notice -- Dec 27 20:11:09.270080000> 'smbfs start' exits with status 6
    <notice -- Dec 27 20:11:09.272092000> kbd start
    Loading console font lat9w-16.psfu -m trivial G0:loadable
    doneLoading keymap assuming iso-8859-15 euro
    Loading /usr/share/kbd/keymaps/i386/qwerty/us.map.gz
    doneLoading compose table latin1.adddone
    Start Unicode mode
    done
    <notice -- Dec 27 20:11:10.78851000> 'kbd start' exits with status 0
    <notice -- Dec 27 20:11:10.81452000> alsasound start
    <notice -- Dec 27 20:11:10.119462000> 'alsasound start' exits with status 0
    <notice -- Dec 27 20:11:10.120953000> bluez-coldplug start
    done
    <notice -- Dec 27 20:11:10.159870000> 'bluez-coldplug start' exits with status 0
    <notice -- Dec 27 20:11:10.161649000> irq_balancer start
    Starting irqbalance
    <notice -- Dec 27 20:11:10.228044000> startproc: execve (/usr/sbin/irqbalance) [ /usr/sbin/irqbalance ], [ CONSOLE=/dev/console SELINUX_INIT=YES ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 _=/sbin/startproc DAEMON=/usr/sbin/irqbalance ]
    done
    <notice -- Dec 27 20:11:10.240220000> 'irq_balancer start' exits with status 0
    <notice -- Dec 27 20:11:10.241681000> java.binfmt_misc start
    Starting java.binfmt_misc done
    <notice -- Dec 27 20:11:10.312192000>
    'java.binfmt_misc start' exits with status 0
    <notice -- Dec 27 20:11:10.314207000> mcelog start
    Starting mcelog...
    <notice -- Dec 27 20:11:10.378680000> startproc: execve (/usr/sbin/mcelog) [ /usr/sbin/mcelog --daemon --config-file /etc/mcelog/mcelog.conf ], [ CONSOLE=/dev/console SELINUX_INIT=YES ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 _=/sbin/startproc DAEMON=/usr/sbin/mcelog ]
    done
    <notice -- Dec 27 20:11:10.428551000> 'mcelog start' exits with status 0
    <notice -- Dec 27 20:11:10.429934000> network-remotefs start
    <notice -- Dec 27 20:11:10.635758000> checkproc: /sbin/udevd 442<notice -- Dec 27 20:11:10.635835000> checkproc: /sbin/udevd 532<notice -- Dec 27 20:11:10.635845000> checkproc: /sbin/udevd 533<notice -- Dec 27 20:11:10.635852000> checkproc: /sbin/udevd 2355<notice -- Dec 27 20:11:10.635859000> checkproc: /sbin/udevd 2356<notice -- Dec 27 20:11:10.635865000> checkproc: /sbin/udevd 2357<notice -- Dec 27 20:11:10.635872000> checkproc: /sbin/udevd 2359
    Setting up (remotefs) network interfaces:
    Setting up service (remotefs) network . . . . . . . . . .done
    <notice -- Dec 27 20:11:10.863775000> 'network-remotefs start' exits with status 0
    <notice -- Dec 27 20:11:10.865981000> sfcb start
    Starting sfcb:
    <notice -- Dec 27 20:11:10.936575000> startproc: execve (/usr/sbin/sfcbd) [ /usr/sbin/sfcbd -d ], [ CONSOLE=/dev/console SELINUX_INIT=YES ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0 LD_PRELOAD=/lib64/libpam_misc.so.0 crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2 _=/sbin/startproc DAEMON=/usr/sbin/sfcbd ]
    done
    <notice -- Dec 27 20:11:11.23169000> 'sfcb start' exits with status 0
    <notice -- Dec 27 20:11:11.24855000> slpd start
    Starting slpd
    &lt

    I bet LUM is not working properly. Go to OES setup and run through the LUM settings.
    I had the same problem after a partially failed migration from OES2 to OES11. Also make sure your OESCommonProxy_servername users are correct. This got all messed up for me.
    >>> rbsa<[email protected]> 12/27/2013 5:06 AM >>>
    Hi
    I recently did an online udpate and after a few hours my groupwise
    stopped working. I checked out the issue and it seems my NSS drive
    storing my GWDATA is not mounting, I am running a hyper V environment
    and the scsi drive has enough storage.
    Server details
    LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64"
    Novell Open Enterprise Server 11 (x86_64)
    VERSION = 11.1
    PATCHLEVEL = 1
    SUSE Linux Enterprise Server 11 (x86_64)
    VERSION = 11
    PATCHLEVEL = 2
    Linux rem-now-01 3.0.101-0.5-default #1 SMP Thu Oct 31 05:21:34 UTC 2013
    (36fae46) x86_64 x86_64 x86_64 GNU/Linux
    I have attached the boot message for reference.
    These services have failed to load
    Master Resource Control: runlevel 5 has been reached
    Failed services in runlevel 5: novell-nss novell-xregd grpwise
    Skipped services in runlevel 5: nfs smbfs smartd
    Any ideas where to start?
    klogd 1.4.1, log source = ksyslog started.
    <6>[ 0.000000] Initializing cgroup subsys cpuset
    <6>[ 0.000000] Initializing cgroup subsys cpu
    <5>[ 0.000000] Linux version 3.0.101-0.5-default (geeko@buildhost)
    (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) #1
    SMP Thu Oct 31 05:21:34 UTC 2013 (36fae46)
    <6>[ 0.000000] Command line:
    root=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    resume=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    splash=silent crashkernel=256M-:128M vga=0x31a
    <6>[ 0.000000] BIOS-provided physical RAM map:
    <6>[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00
    (usable)
    <6>[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000
    (reserved)
    <6>[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000
    (reserved)
    <6>[ 0.000000] BIOS-e820: 0000000000100000 - 00000000f7ff0000
    (usable)
    <6>[ 0.000000] BIOS-e820: 00000000f7ff0000 - 00000000f7fff000 (ACPI
    data)
    <6>[ 0.000000] BIOS-e820: 00000000f7fff000 - 00000000f8000000 (ACPI
    NVS)
    <6>[ 0.000000] BIOS-e820: 0000000100000000 - 0000000208000000
    (usable)
    <6>[ 0.000000] NX (Execute Disable) protection: active
    <6>[ 0.000000] DMI 2.3 present.
    <7>[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual
    Machine, BIOS 090006 05/23/2012
    <6>[ 0.000000] Hypervisor detected: Microsoft HyperV
    <6>[ 0.000000] HyperV: features 0xe7f, hints 0x2c
    <7>[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000
    (usable) ==> (reserved)
    <7>[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000
    (usable)
    <6>[ 0.000000] No AGP bridge found
    <6>[ 0.000000] last_pfn = 0x208000 max_arch_pfn = 0x400000000
    <7>[ 0.000000] MTRR default type: uncachable
    <7>[ 0.000000] MTRR fixed ranges enabled:
    <7>[ 0.000000] 00000-9FFFF write-back
    <7>[ 0.000000] A0000-DFFFF uncachable
    <7>[ 0.000000] E0000-FFFFF write-back
    <7>[ 0.000000] MTRR variable ranges enabled:
    <7>[ 0.000000] 0 base 0000000000 mask FF00000000 write-back
    <7>[ 0.000000] 1 base 0100000000 mask F000000000 write-back
    <7>[ 0.000000] 2 disabled
    <7>[ 0.000000] 3 disabled
    <7>[ 0.000000] 4 disabled
    <7>[ 0.000000] 5 disabled
    <7>[ 0.000000] 6 disabled
    <7>[ 0.000000] 7 disabled
    <6>[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
    0x7010600070106
    <6>[ 0.000000] last_pfn = 0xf7ff0 max_arch_pfn = 0x400000000
    <6>[ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
    <7>[ 0.000000] initial memory mapped : 0 - 20000000
    <7>[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000
    size 20480
    <6>[ 0.000000] init_memory_mapping:
    0000000000000000-00000000f7ff0000
    <7>[ 0.000000] 0000000000 - 00f7e00000 page 2M
    <7>[ 0.000000] 00f7e00000 - 00f7ff0000 page 4k
    <7>[ 0.000000] kernel direct mapping tables up to 0xf7feffff @ [mem
    0x1fffa000-0x1fffffff]
    <6>[ 0.000000] init_memory_mapping:
    0000000100000000-0000000208000000
    <7>[ 0.000000] 0100000000 - 0208000000 page 2M
    <7>[ 0.000000] kernel direct mapping tables up to 0x207ffffff @ [mem
    0xf7fea000-0xf7feffff]
    <6>[ 0.000000] nmi ring buffer: 262144
    <6>[ 0.000000] RAMDISK: 37905000 - 37ff0000
    <6>[ 0.000000] Reserving 128MB of memory at 752MB for crashkernel
    (System RAM: 8320MB)
    <4>[ 0.000000] ACPI: RSDP 00000000000f56f0 00014 (v00 ACPIAM)
    <4>[ 0.000000] ACPI: RSDT 00000000f7ff0000 00040 (v01 VRTUAL MICROSFT
    05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: FACP 00000000f7ff0200 00081 (v02 VRTUAL MICROSFT
    05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: DSDT 00000000f7ff1724 02E78 (v01 MSFTVM MSFTVM02
    00000002 INTL 02002026)
    <4>[ 0.000000] ACPI: FACS 00000000f7fff000 00040
    <4>[ 0.000000] ACPI: WAET 00000000f7ff1480 00028 (v01 VRTUAL MICROSFT
    05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: SLIC 00000000f7ff14c0 00176 (v01 VRTUAL MICROSFT
    05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: OEM0 00000000f7ff16c0 00064 (v01 VRTUAL MICROSFT
    05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: SRAT 00000000f7ff0600 00100 (v02 VRTUAL MICROSFT
    00000001 MSFT 00000001)
    <4>[ 0.000000] ACPI: APIC 00000000f7ff0300 0024C (v01 VRTUAL MICROSFT
    05001223 MSFT 00000097)
    <4>[ 0.000000] ACPI: OEMB 00000000f7fff040 00064 (v01 VRTUAL MICROSFT
    05001223 MSFT 00000097)
    <7>[ 0.000000] ACPI: Local APIC address 0xfee00000
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
    <6>[ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
    <6>[ 0.000000] SRAT: Node 0 PXM 0 0-f8000000
    <6>[ 0.000000] SRAT: Node 0 PXM 0 100000000-208000000
    <6>[ 0.000000] NUMA: Node 0 [0,f8000000) + [100000000,208000000) ->
    [0,208000000)
    <6>[ 0.000000] Initmem setup node 0
    0000000000000000-0000000208000000
    <6>[ 0.000000] NODE_DATA [0000000207f99000 - 0000000207fbffff]
    <7>[ 0.000000] [ffffea0000000000-ffffea00071fffff] PMD ->
    [ffff8801ff600000-ffff8802067fffff] on node 0
    <4>[ 0.000000] Zone PFN ranges:
    <4>[ 0.000000] DMA 0x00000010 -> 0x00001000
    <4>[ 0.000000] DMA32 0x00001000 -> 0x00100000
    <4>[ 0.000000] Normal 0x00100000 -> 0x00208000
    <4>[ 0.000000] Movable zone start PFN for each node
    <4>[ 0.000000] early_node_map[3] active PFN ranges
    <4>[ 0.000000] 0: 0x00000010 -> 0x0000009f
    <4>[ 0.000000] 0: 0x00000100 -> 0x000f7ff0
    <4>[ 0.000000] 0: 0x00100000 -> 0x00208000
    <7>[ 0.000000] On node 0 totalpages: 2097023
    <7>[ 0.000000] DMA zone: 56 pages used for memmap
    <7>[ 0.000000] DMA zone: 5 pages reserved
    <7>[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
    <7>[ 0.000000] DMA32 zone: 14280 pages used for memmap
    <7>[ 0.000000] DMA32 zone: 997416 pages, LIFO batch:31
    <7>[ 0.000000] Normal zone: 14784 pages used for memmap
    <7>[ 0.000000] Normal zone: 1066560 pages, LIFO batch:31
    <6>[ 0.000000] ACPI: PM-Timer IO Port: 0x408
    <7>[ 0.000000] ACPI: Local APIC address 0xfee00000
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x10] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x11] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x12] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x13] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x14] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x16] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x17] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x18] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x19] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1a] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1b] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1c] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1d] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1e] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x1f] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x20] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x21] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x22] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x23] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x24] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x25] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x26] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x27] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x28] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x29] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2a] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x2b] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2c] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2e] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x2f] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x30] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x31] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x32] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x33] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x34] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x35] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x36] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x37] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x38] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x39] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x3a] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x3b] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x3c] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x3d] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x3e] disabled)
    <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x3f] disabled)
    <6>[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000]
    gsi_base[0])
    <6>[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000,
    GSI 0-23
    <6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl
    dfl)
    <6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high
    level)
    <7>[ 0.000000] ACPI: IRQ0 used by override.
    <7>[ 0.000000] ACPI: IRQ2 used by override.
    <7>[ 0.000000] ACPI: IRQ9 used by override.
    <6>[ 0.000000] Using ACPI (MADT) for SMP configuration information
    <6>[ 0.000000] SMP: Allowing 64 CPUs, 56 hotplug CPUs
    <7>[ 0.000000] nr_irqs_gsi: 40
    <6>[ 0.000000] PM: Registered nosave memory: 000000000009f000 -
    00000000000a0000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
    00000000000e0000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000000e0000 -
    0000000000100000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000f7ff0000 -
    00000000f7fff000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000f7fff000 -
    00000000f8000000
    <6>[ 0.000000] PM: Registered nosave memory: 00000000f8000000 -
    0000000100000000
    <6>[ 0.000000] Allocating PCI resources starting at f8000000 (gap:
    f8000000:8000000)
    <6>[ 0.000000] Booting paravirtualized kernel on bare hardware
    <6>[ 0.000000] setup_percpu: NR_CPUS:4096 nr_cpumask_bits:64
    nr_cpu_ids:64 nr_node_ids:1
    <6>[ 0.000000] PERCPU: Embedded 25 pages/cpu @ffff880206e00000 s73728
    r8192 d20480 u131072
    <7>[ 0.000000] pcpu-alloc: s73728 r8192 d20480 u131072
    alloc=1*2097152
    <7>[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12
    13 14 15
    <7>[ 0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28
    29 30 31
    <7>[ 0.000000] pcpu-alloc: [0] 32 33 34 35 36 37 38 39 40 41 42 43 44
    45 46 47
    <7>[ 0.000000] pcpu-alloc: [0] 48 49 50 51 52 53 54 55 56 57 58 59 60
    61 62 63
    <4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on.
    Total pages: 2067898
    <4>[ 0.000000] Policy zone: Normal
    <5>[ 0.000000] Kernel command line:
    root=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    resume=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    splash=silent crashkernel=256M-:128M vga=0x31a
    <6>[ 0.000000] bootsplash: silent mode.
    <6>[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    <6>[ 0.000000] Checking aperture...
    <6>[ 0.000000] No AGP bridge found
    <6>[ 0.000000] Memory: 8043808k/8519680k available (4433k kernel
    code, 131588k absent, 344284k reserved, 7663k data, 1336k init)
    <6>[ 0.000000] Hierarchical RCU implementation.
    <6>[ 0.000000] RCU dyntick-idle grace-period acceleration is
    enabled.
    <6>[ 0.000000] NR_IRQS:262400 nr_irqs:1192 16
    <6>[ 0.000000] Console: colour dummy device 80x25
    <6>[ 0.000000] console [tty0] enabled
    <6>[ 0.000000] allocated 67108864 bytes of page_cgroup
    <6>[ 0.000000] please try 'cgroup_disable=memory' option if you don't
    want memory cgroups
    <4>[ 0.000000] Fast TSC calibration failed
    <4>[ 0.000000] TSC: Unable to calibrate against PIT
    <6>[ 0.000000] TSC: using PMTIMER reference calibration
    <4>[ 0.000000] Detected 3324.942 MHz processor.
    <6>[ 0.012014] Calibrating delay loop (skipped), value calculated
    using timer frequency.. 6649.88 BogoMIPS (lpj=13299768)
    <6>[ 0.012022] pid_max: default: 65536 minimum: 512
    <4>[ 0.012304] kdb version 4.4 by Keith Owens, Scott Lurndal.
    Copyright SGI, All Rights Reserved
    <6>[ 0.012548] Security Framework initialized
    <6>[ 0.012570] AppArmor: AppArmor initialized
    <6>[ 0.013339] Dentry cache hash table entries: 1048576 (order: 11,
    8388608 bytes)
    <6>[ 0.017041] Inode-cache hash table entries: 524288 (order: 10,
    4194304 bytes)
    <6>[ 0.018119] Mount-cache hash table entries: 256
    <6>[ 0.018332] Initializing cgroup subsys cpuacct
    <6>[ 0.018347] Initializing cgroup subsys memory
    <6>[ 0.018376] Initializing cgroup subsys devices
    <6>[ 0.018381] Initializing cgroup subsys freezer
    <6>[ 0.018384] Initializing cgroup subsys net_cls
    <6>[ 0.018388] Initializing cgroup subsys blkio
    <6>[ 0.018396] Initializing cgroup subsys perf_event
    <6>[ 0.021490] CPU: Physical Processor ID: 0
    <6>[ 0.021495] CPU: Processor Core ID: 0
    <6>[ 0.021500] mce: CPU supports 1 MCE banks
    <6>[ 0.121088] ACPI: Core revision 20110413
    <6>[ 0.124121] Switched APIC routing to physical flat.
    <6>[ 0.204012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    <6>[ 0.251460] CPU0: Intel(R) Xeon(R) CPU X5680 @ 3.33GHz
    stepping 02
    <6>[ 0.252015] Performance Events: unsupported p6 CPU model 44 no PMU
    driver, software events only.
    <4>[ 0.252015] NMI watchdog disabled (cpu0): hardware events not
    enabled
    <6>[ 0.252015] Booting Node 0, Processors #1
    <7>[ 0.252015] smpboot cpu 1: start_ip = 9a000
    <4>[ 0.264045] NMI watchdog disabled (cpu1): hardware events not
    enabled
    <4>[ 0.264188] #2
    <7>[ 0.264191] smpboot cpu 2: start_ip = 9a000
    <4>[ 0.284043] NMI watchdog disabled (cpu2): hardware events not
    enabled
    <4>[ 0.284180] #3
    <7>[ 0.284183] smpboot cpu 3: start_ip = 9a000
    <4>[ 0.300049] NMI watchdog disabled (cpu3): hardware events not
    enabled
    <4>[ 0.300226] #4
    <7>[ 0.300229] smpboot cpu 4: start_ip = 9a000
    <4>[ 0.320046] NMI watchdog disabled (cpu4): hardware events not
    enabled
    <4>[ 0.320185] #5
    <7>[ 0.320188] smpboot cpu 5: start_ip = 9a000
    <4>[ 0.336048] NMI watchdog disabled (cpu5): hardware events not
    enabled
    <4>[ 0.336208] #6
    <7>[ 0.336211] smpboot cpu 6: start_ip = 9a000
    <4>[ 0.356059] NMI watchdog disabled (cpu6): hardware events not
    enabled
    <4>[ 0.356212] #7
    <7>[ 0.356215] smpboot cpu 7: start_ip = 9a000
    <4>[ 0.376049] NMI watchdog disabled (cpu7): hardware events not
    enabled
    <6>[ 0.376084] Brought up 8 CPUs
    <6>[ 0.376089] Total of 8 processors activated (53199.07 BogoMIPS).
    <6>[ 0.396382] devtmpfs: initialized
    <6>[ 0.403154] PM: Registering ACPI NVS region at f7fff000 (4096
    bytes)
    <6>[ 0.403154] print_constraints: dummy:
    <6>[ 0.403154] Time: 16:35:52 Date: 12/27/13
    <6>[ 0.404195] NET: Registered protocol family 16
    <6>[ 0.404383] ACPI: bus type pci registered
    <6>[ 0.404749] PCI: Using configuration type 1 for base access
    <6>[ 0.405534] bio: create slab <bio-0> at 0
    <7>[ 0.410275] ACPI: EC: Look up EC in DSDT
    <6>[ 0.413902] ACPI: Interpreter enabled
    <6>[ 0.413910] ACPI: (supports S0 S5)
    <6>[ 0.413929] ACPI: Using IOAPIC for interrupt routing
    <6>[ 0.426448] ACPI: No dock devices found.
    <6>[ 0.426456] PCI: Using host bridge windows from ACPI; if
    necessary, use "pci=nocrs" and report a bug
    <6>[ 0.427535] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus
    00-ff])
    <6>[ 0.429730] pci_root PNP0A03:00: host bridge window [mem
    0xfe0000000-0xfffefffff]
    <6>[ 0.429738] pci_root PNP0A03:00: host bridge window [io
    0x0000-0x0cf7]
    <6>[ 0.429743] pci_root PNP0A03:00: host bridge window [io
    0x0d00-0xffff]
    <6>[ 0.429748] pci_root PNP0A03:00: host bridge window [mem
    0x000a0000-0x000bffff]
    <6>[ 0.429754] pci_root PNP0A03:00: host bridge window [mem
    0xf8000000-0xfffbffff]
    <7>[ 0.429922] pci 0000:00:00.0: [8086:7192] type 0 class 0x000600
    <7>[ 0.431592] pci 0000:00:07.0: [8086:7110] type 0 class 0x000601
    <7>[ 0.434290] pci 0000:00:07.1: [8086:7111] type 0 class 0x000101
    <7>[ 0.436389] pci 0000:00:07.1: reg 20: [io 0xffa0-0xffaf]
    <7>[ 0.437608] pci 0000:00:07.3: [8086:7113] type 0 class 0x000680
    <4>[ 0.437647] * Found PM-Timer Bug on the chipset. Due to
    workarounds for a bug,
    <4>[ 0.437649] * this clock source is slow. Consider trying other
    clock sources
    <6>[ 0.439685] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed
    by PIIX4 ACPI
    <7>[ 0.440542] pci 0000:00:08.0: [1414:5353] type 0 class 0x000300
    <7>[ 0.442475] pci 0000:00:08.0: reg 10: [mem 0xf8000000-0xfbffffff]
    <7>[ 0.445307] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    <6>[ 0.445568] pci0000:00: Unable to request _OSC control (_OSC
    support mask: 0x1e)
    <6>[ 0.446013] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11
    12 14 15)
    <6>[ 0.446236] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11
    12 14 15) *0, disabled.
    <6>[ 0.446462] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11
    12 14 15) *0, disabled.
    <6>[ 0.446686] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11
    12 14 15) *0, disabled.
    <6>[ 0.446918] vgaarb: device added:
    PCI:0000:00:08.0,decodes=io+mem,owns=io+mem,locks= none
    <6>[ 0.446926] vgaarb: loaded
    <6>[ 0.447035] PCI: Using ACPI for IRQ routing
    <7>[ 0.447035] PCI: pci_cache_line_size set to 64 bytes
    <7>[ 0.447035] reserve RAM buffer: 000000000009fc00 -
    000000000009ffff
    <7>[ 0.447035] reserve RAM buffer: 00000000f7ff0000 -
    00000000f7ffffff
    <6>[ 0.447035] NetLabel: Initializing
    <6>[ 0.447035] NetLabel: domain hash size = 128
    <6>[ 0.447035] NetLabel: protocols = UNLABELED CIPSOv4
    <6>[ 0.447035] NetLabel: unlabeled traffic allowed by default
    <6>[ 0.447035] Switching to clocksource hyperv_clocksource
    <6>[ 0.447035] AppArmor: AppArmor Filesystem Enabled
    <6>[ 0.447035] pnp: PnP ACPI init
    <6>[ 0.447035] ACPI: bus type pnp registered
    <7>[ 0.447832] pnp 00:00: [mem 0xfe0000000-0xfffefffff window]
    <7>[ 0.447836] pnp 00:00: [bus 00-ff]
    <7>[ 0.447838] pnp 00:00: [io 0x0cf8-0x0cff]
    <7>[ 0.447841] pnp 00:00: [io 0x0000-0x0cf7 window]
    <7>[ 0.447844] pnp 00:00: [io 0x0d00-0xffff window]
    <7>[ 0.447847] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    <7>[ 0.447849] pnp 00:00: [mem 0x00000000 window]
    <7>[ 0.447852] pnp 00:00: [mem 0xf8000000-0xfffbffff window]
    <7>[ 0.447893] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03
    (active)
    <7>[ 0.447932] pnp 00:01: [dma 4]
    <7>[ 0.447934] pnp 00:01: [io 0x0000-0x000f]
    <7>[ 0.447937] pnp 00:01: [io 0x0081-0x0083]
    <7>[ 0.447939] pnp 00:01: [io 0x0087]
    <7>[ 0.447941] pnp 00:01: [io 0x0089-0x008b]
    <7>[ 0.447944] pnp 00:01: [io 0x008f]
    <7>[ 0.447946] pnp 00:01: [io 0x00c0-0x00df]
    <7>[ 0.447974] pnp 00:01: Plug and Play ACPI device, IDs PNP0200
    (active)
    <7>[ 0.447990] pnp 00:02: [io 0x0070-0x0071]
    <7>[ 0.452329] pnp 00:02: [irq 8]
    <7>[ 0.452369] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00
    (active)
    <7>[ 0.452425] pnp 00:03: [io 0x0060]
    <7>[ 0.452428] pnp 00:03: [io 0x0064]
    <7>[ 0.455932] pnp 00:03: [irq 1]
    <7>[ 0.455975] pnp 00:03: Plug and Play ACPI device, IDs PNP0303
    PNP030b (active)
    <7>[ 0.458641] pnp 00:04: [irq 12]
    <7>[ 0.458684] pnp 00:04: Plug and Play ACPI device, IDs PNP0f03
    PNP0f13 (active)
    <7>[ 0.458703] pnp 00:05: [io 0x0061]
    <7>[ 0.458735] pnp 00:05: Plug and Play ACPI device, IDs PNP0800
    (active)
    <7>[ 0.458749] pnp 00:06: [io 0x00f0-0x00ff]
    <7>[ 0.461312] pnp 00:06: [irq 13]
    <7>[ 0.461353] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04
    (active)
    <7>[ 0.463988] pnp 00:07: [irq 4]
    <7>[ 0.463992] pnp 00:07: [dma 0 disabled]
    <7>[ 0.463995] pnp 00:07: [io 0x03f8-0x03ff]
    <7>[ 0.464054] pnp 00:07: Plug and Play ACPI device, IDs PNP0501
    (active)
    <7>[ 0.466278] pnp 00:08: [irq 3]
    <7>[ 0.466282] pnp 00:08: [dma 0 disabled]
    <7>[ 0.466284] pnp 00:08: [io 0x02f8-0x02ff]
    <7>[ 0.466344] pnp 00:08: Plug and Play ACPI device, IDs PNP0501
    (active)
    <7>[ 0.468615] pnp 00:09: [irq 6]
    <7>[ 0.468618] pnp 00:09: [dma 2]
    <7>[ 0.468621] pnp 00:09: [io 0x03f0-0x03f5]
    <7>[ 0.468623] pnp 00:09: [io 0x03f7]
    <7>[ 0.468696] pnp 00:09: Plug and Play ACPI device, IDs PNP0700
    (active)
    <7>[ 0.468714] pnp 00:0a: [io 0x0010-0x001f]
    <7>[ 0.468717] pnp 00:0a: [io 0x0022-0x003f]
    <7>[ 0.468719] pnp 00:0a: [io 0x0044-0x005f]
    <7>[ 0.468721] pnp 00:0a: [io 0x0062-0x0063]
    <7>[ 0.468723] pnp 00:0a: [io 0x0065-0x006f]
    <7>[ 0.468725] pnp 00:0a: [io 0x0072-0x007f]
    <7>[ 0.468728] pnp 00:0a: [io 0x0080]
    <7>[ 0.468732] pnp 00:0a: [io 0x0084-0x0086]
    <7>[ 0.468734] pnp 00:0a: [io 0x0088]
    <7>[ 0.468736] pnp 00:0a: [io 0x008c-0x008e]
    <7>[ 0.468738] pnp 00:0a: [io 0x0090-0x009f]
    <7>[ 0.468741] pnp 00:0a: [io 0x00a2-0x00bf]
    <7>[ 0.468743] pnp 00:0a: [io 0x00e0-0x00ef]
    <7>[ 0.468745] pnp 00:0a: [io 0x01e0-0x01ef]
    <7>[ 0.468747] pnp 00:0a: [io 0x0160-0x016f]
    <7>[ 0.468749] pnp 00:0a: [io 0x0278-0x027f]
    <7>[ 0.468752] pnp 00:0a: [io 0x0378-0x037f]
    <7>[ 0.468754] pnp 00:0a: [io 0x0678-0x067f]
    <7>[ 0.468756] pnp 00:0a: [io 0x0778-0x077f]
    <7>[ 0.468758] pnp 00:0a: [io 0x04d0-0x04d1]
    <6>[ 0.468806] system 00:0a: [io 0x01e0-0x01ef] has been reserved
    <6>[ 0.468814] system 00:0a: [io 0x0160-0x016f] has been reserved
    <6>[ 0.468819] system 00:0a: [io 0x0278-0x027f] has been reserved
    <6>[ 0.468824] system 00:0a: [io 0x0378-0x037f] has been reserved
    <6>[ 0.468829] system 00:0a: [io 0x0678-0x067f] has been reserved
    <6>[ 0.468834] system 00:0a: [io 0x0778-0x077f] has been reserved
    <6>[ 0.468839] system 00:0a: [io 0x04d0-0x04d1] has been reserved
    <7>[ 0.468844] system 00:0a: Plug and Play ACPI device, IDs PNP0c02
    (active)
    <7>[ 0.469099] pnp 00:0b: [io 0x0400-0x043f]
    <7>[ 0.469102] pnp 00:0b: [io 0x0370-0x0371]
    <7>[ 0.469105] pnp 00:0b: [io 0x0000-0xffffffffffffffff disabled]
    <7>[ 0.469107] pnp 00:0b: [io 0x0440-0x044f]
    <7>[ 0.469110] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
    <7>[ 0.469112] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
    <6>[ 0.469153] system 00:0b: [io 0x0400-0x043f] has been reserved
    <6>[ 0.469159] system 00:0b: [io 0x0370-0x0371] has been reserved
    <6>[ 0.469164] system 00:0b: [io 0x0440-0x044f] has been reserved
    <6>[ 0.469169] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be
    reserved
    <6>[ 0.469175] system 00:0b: [mem 0xfee00000-0xfee00fff] has been
    reserved
    <7>[ 0.469180] system 00:0b: Plug and Play ACPI device, IDs PNP0c02
    (active)
    <7>[ 0.469364] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    <7>[ 0.469367] pnp 00:0c: [mem 0x000c0000-0x000dffff]
    <7>[ 0.469370] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    <7>[ 0.469372] pnp 00:0c: [mem 0x00100000-0xf7ffffff]
    <7>[ 0.469374] pnp 00:0c: [mem 0xfffc0000-0xffffffff]
    <6>[ 0.469417] system 00:0c: [mem 0x00000000-0x0009ffff] could not be
    reserved
    <6>[ 0.469423] system 00:0c: [mem 0x000c0000-0x000dffff] could not be
    reserved
    <6>[ 0.469429] system 00:0c: [mem 0x000e0000-0x000fffff] could not be
    reserved
    <6>[ 0.469434] system 00:0c: [mem 0x00100000-0xf7ffffff] could not be
    reserved
    <6>[ 0.469439] system 00:0c: [mem 0xfffc0000-0xffffffff] has been
    reserved
    <7>[ 0.469445] system 00:0c: Plug and Play ACPI device, IDs PNP0c01
    (active)
    <6>[ 0.469782] pnp: PnP ACPI: found 13 devices
    <6>[ 0.469787] ACPI: ACPI bus type pnp unregistered
    <7>[ 0.476082] PCI: max bus depth: 0 pci_try_num: 1
    <7>[ 0.476089] pci_bus 0000:00: resource 4 [mem
    0xfe0000000-0xfffefffff]
    <7>[ 0.476092] pci_bus 0000:00: resource 5 [io 0x0000-0x0cf7]
    <7>[ 0.476094] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    <7>[ 0.476097] pci_bus 0000:00: resource 7 [mem
    0x000a0000-0x000bffff]
    <7>[ 0.476100] pci_bus 0000:00: resource 8 [mem
    0xf8000000-0xfffbffff]
    <6>[ 0.477048] NET: Registered protocol family 2
    <6>[ 0.477558] IP route cache hash table entries: 262144 (order: 9,
    2097152 bytes)
    <6>[ 0.479416] TCP established hash table entries: 524288 (order: 11,
    8388608 bytes)
    <6>[ 0.481075] TCP bind hash table entries: 65536 (order: 8, 1048576
    bytes)
    <6>[ 0.481261] TCP: Hash tables configured (established 524288 bind
    65536)
    <6>[ 0.481266] TCP reno registered
    <6>[ 0.481283] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    <6>[ 0.481335] UDP-Lite hash table entries: 4096 (order: 5, 131072
    bytes)
    <6>[ 0.482109] NET: Registered protocol family 1
    <6>[ 0.482125] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    <7>[ 0.482366] pci 0000:00:08.0: Boot video device
    <7>[ 0.482406] PCI: CLS 0 bytes, default 64
    <6>[ 0.482455] Unpacking initramfs...
    <6>[ 0.659642] Freeing initrd memory: 7084k freed
    <6>[ 0.661052] PCI-DMA: Using software bounce buffering for IO
    (SWIOTLB)
    <6>[ 0.661059] Placing 64MB software IO TLB between ffff8800f3fea000
    - ffff8800f7fea000
    <6>[ 0.661064] software IO TLB at phys 0xf3fea000 - 0xf7fea000
    <6>[ 0.668188] audit: initializing netlink socket (disabled)
    <5>[ 0.668208] type=2000 audit(1388162152.664:1): initialized
    <4>[ 0.702880] bounce pool size: 64 pages
    <6>[ 0.702891] HugeTLB registered 2 MB page size, pre-allocated 0
    pages
    <5>[ 0.706769] VFS: Disk quotas dquot_6.5.2
    <4>[ 0.706943] Dquot-cache hash table entries: 512 (order 0, 4096
    bytes)
    <6>[ 0.707274] msgmni has been set to 3931
    <6>[ 0.707604] alg: No test for stdrng (krng)
    <6>[ 0.707718] Block layer SCSI generic (bsg) driver version 0.4
    loaded (major 253)
    <6>[ 0.707801] io scheduler noop registered
    <6>[ 0.707806] io scheduler deadline registered
    <6>[ 0.708005] io scheduler cfq registered (default)
    <6>[ 0.708249] vesafb: mode is 1280x1024x16, linelength=2560,
    pages=0
    <6>[ 0.708254] vesafb: scrolling: redraw
    <6>[ 0.708258] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    <6>[ 0.708929] vesafb: framebuffer at 0xf8000000, mapped to
    0xffffc90001800000, using 4096k, total 4096k
    <6>[ 0.709049] bootsplash 3.2.0-2010/03/31: looking for picture...
    <6>[ 0.709052] bootsplash: silentjpeg size 74123 bytes
    <6>[ 0.731946] bootsplash: ...found (1280x1024, 40629 bytes, v3).
    <6>[ 0.780927] Console: switching to colour frame buffer device
    156x60
    <6>[ 0.828743] fb0: VESA VGA frame buffer device
    <6>[ 0.828882] Serial: 8250/16550 driver, 8 ports, IRQ sharing
    disabled
    <6>[ 0.831332] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    <6>[ 0.846410] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    <6>[ 0.933902] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    <6>[ 0.945594] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    <6>[ 0.955274] Non-volatile memory driver v1.3
    <6>[ 0.955280] Linux agpgart interface v0.103
    <6>[ 0.955379] Fixed MDIO Bus: probed
    <6>[ 0.955441] i8042: PNP: PS/2 Controller
    [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    <6>[ 0.969808] serio: i8042 KBD port at 0x60,0x64 irq 1
    <6>[ 0.969825] serio: i8042 AUX port at 0x60,0x64 irq 12
    <6>[ 0.969915] mousedev: PS/2 mouse device common for all mice
    <6>[ 0.970155] cpuidle: using governor ladder
    <6>[ 0.970161] cpuidle: using governor menu
    <6>[ 0.970165] EFI Variables Facility v0.08 2004-May-17
    <6>[ 0.970592] TCP cubic registered
    <5>[ 0.970609] Registering the dns_resolver key type
    <7>[ 0.970721] PM: Checking hibernation image partition
    /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    <6>[ 1.008486] input: AT Translated Set 2 keyboard as
    /devices/platform/i8042/serio0/input/input0
    <4>[ 1.216294] trackpoint.c: failed to get extended button data
    <6>[ 1.695523] Refined TSC clocksource calibration: 3324.999 MHz.
    <6>[ 4.400574] IBM TrackPoint firmware: 0x01, buttons: 0/0
    <6>[ 4.402228] input: TPPS/2 IBM TrackPoint as
    /devices/platform/i8042/serio1/input/input1
    <7>[ 4.402999] PM: Hibernation image not present or could not be
    loaded.
    <6>[ 4.403017] registered taskstats version 1
    <6>[ 4.404389] Magic number: 9:792:591
    <6>[ 4.409458] Freeing unused kernel memory: 1336k freed
    <6>[ 4.409736] Write protecting the kernel read-only data: 10240k
    <6>[ 4.417078] Freeing unused kernel memory: 1692k freed
    <6>[ 4.421718] Freeing unused kernel memory: 1000k freed
    <5>[ 4.495042] SCSI subsystem initialized
    <7>[ 4.497920] libata version 3.00 loaded.
    <7>[ 4.504287] ata_piix 0000:00:07.1: version 2.13
    <6>[ 4.504462] ata_piix 0000:00:07.1: Hyper-V Virtual Machine
    detected, ATA device ignore set
    <7>[ 4.504682] ata_piix 0000:00:07.1: setting latency timer to 64
    <6>[ 4.508495] scsi0 : ata_piix
    <6>[ 4.509022] scsi1 : ata_piix
    <6>[ 4.510514] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma
    0xffa0 irq 14
    <6>[ 4.510655] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma
    0xffa8 irq 15
    <6>[ 4.677885] ata2.00: ATAPI: Virtual CD, , max MWDMA2
    <7>[ 4.678807] ata1.00: host indicates ignore ATA devices, ignored
    <6>[ 4.678980] ata1.01: ATAPI: Virtual CD, , max MWDMA2
    <6>[ 4.681960] ata2.00: configured for MWDMA2
    <6>[ 4.683187] ata1.01: configured for MWDMA2
    <5>[ 4.687680] scsi 0:0:1:0: CD-ROM Msft Virtual
    CD/ROM 1.0 PQ: 0 ANSI: 5
    <5>[ 4.689758] scsi 1:0:0:0: CD-ROM Msft Virtual
    CD/ROM 1.0 PQ: 0 ANSI: 5
    <6>[ 4.708425] hv_vmbus: Hyper-V Host OS Build:9200-6.2-16-0.16729
    <6>[ 4.712400] hv_vmbus: Negotiated host information 13
    <6>[ 4.712845] hv_vmbus: child device vmbus_0_1 registered
    <6>[ 4.713110] hv_vmbus: child device vmbus_0_2 registered
    <6>[ 4.713394] hv_vmbus: child device vmbus_0_3 registered
    <6>[ 4.713669] hv_vmbus: child device vmbus_0_4 registered
    <6>[ 4.713974] hv_vmbus: child device vmbus_0_5 registered
    <6>[ 4.714247] hv_vmbus: child device vmbus_0_6 registered
    <6>[ 4.714521] hv_vmbus: child device vmbus_0_7 registered
    <6>[ 4.714799] hv_vmbus: child device vmbus_0_8 registered
    <6>[ 4.715094] hv_vmbus: child device vmbus_0_9 registered
    <6>[ 4.715367] hv_vmbus: child device vmbus_0_10 registered
    <6>[ 4.715643] hv_vmbus: child device vmbus_0_11 registered
    <6>[ 4.715912] hv_vmbus: child device vmbus_0_12 registered
    <6>[ 9.693609] hv_vmbus: registering driver hv_storvsc
    <6>[ 9.694468] scsi2 : storvsc_host_t
    <5>[ 9.695151] scsi 2:0:0:0: Direct-Access Msft Virtual Disk
    1.0 PQ: 0 ANSI: 4
    <6>[ 9.695843] scsi3 : storvsc_host_t
    <6>[ 9.696625] scsi scan: INQUIRY result too short (5), using 36
    <5>[ 9.697436] scsi 3:0:0:1: Direct-Access Msft Virtual Disk
    1.0 PQ: 0 ANSI: 4
    <6>[ 9.698016] scsi scan: INQUIRY result too short (5), using 36
    <6>[ 14.687376] hp_sw: device handler registered
    <6>[ 14.695768] rdac: device handler registered
    <6>[ 14.703207] alua: device handler registered
    <6>[ 14.711258] emc: device handler registered
    <6>[ 14.716329] udev: starting version 147
    <7>[ 14.744338] ACPI: acpi_idle registered with cpuidle
    <6>[ 14.749183] hv_vmbus: registering driver hv_netvsc
    <6>[ 14.750531] hv_netvsc: hv_netvsc channel opened successfully
    <5>[ 14.754431] sd 2:0:0:0: [sda] 83886080 512-byte logical blocks:
    (42.9 GB/40.0 GiB)
    <5>[ 14.754627] sd 3:0:0:1: [sdb] 1048576000 512-byte logical blocks:
    (536 GB/500 GiB)
    <5>[ 14.754770] sd 2:0:0:0: [sda] Write Protect is off
    <7>[ 14.754920] sd 2:0:0:0: [sda] Mode Sense: 0f 00 00 00
    <5>[ 14.754929] sd 3:0:0:1: [sdb] Write Protect is off
    <7>[ 14.755076] sd 3:0:0:1: [sdb] Mode Sense: 0f 00 00 00
    <5>[ 14.755136] sd 2:0:0:0: [sda] Write cache: enabled, read cache:
    enabled, doesn't support DPO or FUA
    <5>[ 14.755365] sd 3:0:0:1: [sdb] Write cache: enabled, read cache:
    enabled, doesn't support DPO or FUA
    <6>[ 14.756100] sdb: sdb1
    <5>[ 14.756539] sd 3:0:0:1: [sdb] Attached SCSI disk
    <6>[ 14.760677] sda: sda1 sda2
    <5>[ 14.761170] sd 2:0:0:0: [sda] Attached SCSI disk
    <6>[ 14.853739] hv_netvsc vmbus_0_11: Device MAC 00:15:5d:06:83:03
    link state up
    <7>[ 19.909479] PM: Marking nosave pages: 000000000009f000 -
    0000000000100000
    <7>[ 19.909485] PM: Marking nosave pages: 00000000f7ff0000 -
    0000000100000000
    <7>[ 19.909724] PM: Basic memory bitmaps created
    <7>[ 19.948242] PM: Basic memory bitmaps freed
    <6>[ 19.959506] PM: Starting manual resume from disk
    <7>[ 19.959648] PM: Hibernation image partition 8:1 present
    <7>[ 19.959650] PM: Looking for hibernation image.
    <7>[ 19.961619] PM: Image not found (code -22)
    <7>[ 19.961622] PM: Hibernation image not present or could not be
    loaded.
    <6>[ 20.136385] kjournald starting. Commit interval 15 seconds
    <6>[ 20.136764] EXT3-fs (sda2): using internal journal
    <6>[ 20.136899] EXT3-fs (sda2): mounted filesystem with ordered data
    mode
    <6>[ 21.569339] udev: starting version 147
    <4>[ 21.628664] sr0: scsi3-mmc drive: 0x/0x tray
    <6>[ 21.628807] cdrom: Uniform CD-ROM driver Revision: 3.20
    <7>[ 21.629053] sr 0:0:1:0: Attached scsi CD-ROM sr0
    <4>[ 21.632902] sr1: scsi3-mmc drive: 0x/0x tray
    <7>[ 21.633138] sr 1:0:0:0: Attached scsi CD-ROM sr1
    <5>[ 21.670559] sr 0:0:1:0: Attached scsi generic sg0 type 5
    <5>[ 21.670736] sr 1:0:0:0: Attached scsi generic sg1 type 5
    <5>[ 21.670913] sd 2:0:0:0: Attached scsi generic sg2 type 0
    <5>[ 21.671088] sd 3:0:0:1: Attached scsi generic sg3 type 0
    <6>[ 21.694963] input: PC Speaker as
    /devices/platform/pcspkr/input/input2
    <6>[ 21.738202] input: Power Button as
    /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    <6>[ 21.738681] ACPI: Power Button [PWRF]
    <6>[ 21.739750] hv_utils: Registering HyperV Utility Driver
    <6>[ 21.739888] hv_vmbus: registering driver hv_util
    <6>[ 21.741454] hv_vmbus: child device vmbus_0_5 unregistered
    <3>[ 21.855470] piix4_smbus 0000:00:07.3: SMBus base address
    uninitialized - upgrade BIOS or use force_addr=0xaddr
    <6>[ 21.863250] Floppy drive(s): fd0 is 1.44M
    <6>[ 21.890107] FDC 0 is an 82078.
    <6>[ 21.937189] rtc_cmos 00:02: RTC can wake from S4
    <6>[ 21.958729] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    <6>[ 21.964296] rtc0: alarms up to one month, 114 bytes nvram
    <6>[ 22.068854] hv_vmbus: registering driver hid_hyperv
    <6>[ 22.070603] input: Microsoft Vmbus HID-compliant Mouse as
    /devices/virtual/input/input4
    <6>[ 22.070814] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01
    Mouse [Microsoft Vmbus HID-compliant Mouse] on
    <6>[ 27.106125] Adding 2103292k swap on /dev/sda1. Priority:-1
    extents:1 across:2103292k
    <6>[ 28.737563] device-mapper: uevent: version 1.0.3
    <6>[ 28.738201] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02)
    initialised: [email protected]
    <6>[ 29.026019] loop: module loaded
    <6>[ 30.169641] fuse init (API version 7.16)
    Kernel logging (ksyslog) stopped.
    Kernel log daemon terminating.
    Boot logging started on /dev/tty1(/dev/console) at Sat Dec 28 03:36:11
    2013
    Trying manual resume from
    /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    Invoking userspace resume from
    /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    resume: libgcrypt version: 1.5.0
    Trying manual resume from
    /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    Invoking in-kernel resume from
    /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part1
    Waiting for device
    /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    to appear: ok
    fsck from util-linux 2.19.1
    [/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/sda2
    /dev/sda2: clean, 296531/2490368 files, 1999842/9959680 blocks
    fsck succeeded. Mounting root device read-write.
    Mounting root
    /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    mount -o rw,acl,user_xattr -t ext3
    /dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    /root
    Boot logging started on /dev/tty1(/dev/console) at Sat Dec 28 03:36:13
    2013
    <notice -- Dec 28 03:36:13.332905000>
    boot.debugfs start
    Mounting debugfs at /sys/kernel/debugdone
    <notice -- Dec 28 03:36:13.369284000>
    'boot.debugfs start' exits with status 0
    <notice -- Dec 28 03:36:13.371108000>
    boot.udev start
    Starting udevd: done
    Loading drivers, configuring devices: done
    <notice -- Dec 27 20:10:55.354414000>
    'boot.udev start' exits with status 0
    <notice -- Dec 27 20:10:55.355966000>
    boot.rootfsck start
    Activating swap-devices in /etc/fstab...
    done
    <notice -- Dec 27 20:10:55.398783000>
    'boot.rootfsck start' exits with status 0
    <notice -- Dec 27 20:10:55.400577000>
    boot.clock start
    Set System Time to the current Hardware Clockdone
    <notice -- Dec 27 20:10:56.942379000>
    'boot.clock start' exits with status 0
    <notice -- Dec 27 20:10:56.944352000>
    boot.device-mapper start
    Activating device mapper...
    done
    <notice -- Dec 27 20:10:57.20179000>
    'boot.device-mapper start' exits with status 0
    <notice -- Dec 27 20:10:57.22434000>
    boot.loadmodules start
    Loading required kernel modules
    done
    <notice -- Dec 27 20:10:57.46596000>
    'boot.loadmodules start' exits with status 0
    <notice -- Dec 27 20:10:57.48288000>
    boot.md start
    Starting MD RAID unused
    <notice -- Dec 27 20:10:57.112371000>
    'boot.md start' exits with status 6
    <notice -- Dec 27 20:10:57.114441000>
    boot.localfs start
    Checking file systems...
    fsck from util-linux 2.19.1
    doneMounting local file systems...
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    debugfs on /sys/kernel/debug type debugfs (rw)
    udev on /dev type tmpfs (rw,mode=0755)
    tmpfs on /dev/shm type tmpfs (rw,mode=1777)
    devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
    nothing was mounted
    done
    <notice -- Dec 27 20:10:57.331387000>
    'boot.localfs start' exits with status 0
    <notice -- Dec 27 20:10:57.332580000>
    boot.compliance start
    Check if the profiles matches the systemdone
    <notice -- Dec 27 20:10:58.355993000>
    'boot.compliance start' exits with status 0
    <notice -- Dec 27 20:10:58.357530000>
    boot.cycle start
    <notice -- Dec 27 20:10:58.399207000>
    'boot.cycle start' exits with status 6
    <notice -- Dec 27 20:10:58.401339000>
    boot.fuse start
    Loading fuse module done
    Mounting fuse control filesystemdone
    <notice -- Dec 27 20:10:58.458495000>
    'boot.fuse start' exits with status 0
    <notice -- Dec 27 20:10:58.460101000>
    boot.klog start
    Creating /var/log/boot.msg
    done
    <notice -- Dec 27 20:10:58.549404000>
    pidofproc: /sbin/blogd
    407
    <notice -- Dec 27 20:10:58.571980000>
    killproc: kill(407,29)
    <notice -- Dec 27 20:10:58.579244000> 'boot.klog start' exits with
    status 0
    <notice -- Dec 27 20:10:58.581541000> boot.lvm_monitor start
    Enabling monitoring on LVM volume groups...
    No volume groups found
    done
    <notice -- Dec 27 20:10:58.735165000> 'boot.lvm_monitor start' exits
    with status 0
    <notice -- Dec 27 20:10:58.736906000> boot.proc start
    <notice -- Dec 27 20:10:58.773908000> 'boot.proc start' exits with
    status 0
    <notice -- Dec 27 20:10:58.775634000> boot.scpm start
    <notice -- Dec 27 20:10:58.817985000> 'boot.scpm start' exits with
    status 0
    <notice -- Dec 27 20:10:58.819520000> boot.swap start
    Activating remaining swap-devices in /etc/fstab...
    done
    <notice -- Dec 27 20:10:58.890568000>
    'boot.swap start' exits with status 0
    <notice -- Dec 27 20:10:58.892520000> boot.udev_retry start
    <notice -- Dec 27 20:10:58.931843000>
    'boot.udev_retry start' exits with status 0
    <notice -- Dec 27 20:10:58.933759000> boot.ldconfig start
    <notice -- Dec 27 20:10:59.80965000> 'boot.ldconfig start' exits with
    status 0
    <notice -- Dec 27 20:10:59.83077000> boot.quota start
    Turning quota on
    Checking quotas. This may take some time.
    done
    <notice -- Dec 27 20:10:59.144356000> 'boot.quota start' exits with
    status 0
    <notice -- Dec 27 20:10:59.146277000> boot.sysctl start
    Setting current sysctl status from /etc/sysctl.confdone
    <notice -- Dec 27 20:10:59.201868000> 'boot.sysctl start' exits with
    status 0
    <notice -- Dec 27 20:10:59.203812000> boot.cleanup start
    <notice -- Dec 27 20:11:00.59571000> pidofproc: /sbin/blogd 407
    <notice -- Dec 27 20:11:00.344682000>
    'boot.cleanup start' exits with status 0
    <notice -- Dec 27 20:11:00.346899000> boot.ipconfig start
    Enabling syn flood protectiondone
    Disabling IP forwardingdone
    done
    <notice -- Dec 27 20:11:00.396956000> 'boot.ipconfig start' exits with
    status 0
    <notice -- Dec 27 20:11:00.398786000> boot.apparmor start
    Starting AppArmor Mounting securityfs on /sys/kernel/security done
    done
    <notice -- Dec 27 20:11:01.800318000> 'boot.apparmor start' exits with
    status 0
    <notice -- Dec 27 20:11:01.802316000> boot.localnet start
    Setting up hostname 'rem-now-01'done
    Setting up loopback interface lo
    lo IP address: 127.0.0.1/8
    IP address: 127.0.0.2/8
    done
    <notice -- Dec 27 20:11:02.188822000>
    'boot.localnet start' exits with status 0
    <notice -- Dec 27 20:11:02.190205000> boot.kdump start
    Loading kdump
    done
    <notice -- Dec 27 20:11:02.907821000> 'boot.kdump start' exits with
    status 0
    System Boot Control: The system has been set up
    Skipped features: boot.md boot.cycle
    System Boot Control: Running /etc/init.d/boot.local
    done
    INIT: Entering runlevel: 5
    Master Resource Control: previous runlevel: N, switching to runlevel: 5
    <notice -- Dec 27 20:11:03.110539000> acpid start
    Starting acpid
    <notice -- Dec 27 20:11:03.153151000> startproc: execve (/sbin/acpid) [
    /sbin/acpid ], [ CONSOLE=/dev/console SELINUX_INIT=YES
    ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0
    crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin
    vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc DAEMON=/sbin/acpid ]
    acpid: starting up
    done
    <notice -- Dec 27 20:11:03.166295000> 'acpid start' exits with status 0
    <notice -- Dec 27 20:11:03.168126000>
    dbus start
    acpid: 2 rules loaded
    Starting D-Bus daemondone
    <notice -- Dec 27 20:11:03.428391000> 'dbus start' exits with status 0
    <notice -- Dec 27 20:11:03.430244000> earlysyslog start
    Starting syslog services
    <notice -- Dec 27 20:11:03.492560000>
    startproc: execve (/sbin/syslog-ng) [
    /sbin/syslog-ng
    SELINUX_INIT=YES
    CONSOLE=/dev/console
    ROOTFS_FSTYPE=ext3
    TERM=linux
    SHELL=/bin/sh
    ROOTFS_FSCK=0
    crashkernel=256M-:128M
    LC_ALL=POSIX
    INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1
    COLUMNS=156
    PATH=/bin:/sbin:/usr/bin:/usr/sbin
    DO_CONFIRM=
    vga=0x31a
    RUNLEVEL=5
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PWD=/
    PREVLEVEL=N
    LINES=60
    SHLVL=2
    HOME=/
    SPLASH=yes
    splash=silent
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc
    DAEMON=/sbin/syslog-ng
    <notice -- Dec 27 20:11:03.559776000> startproc: execve (/sbin/klogd) [
    /sbin/klogd -c 1 -x ], [ SELINUX_INIT=YES CONSOLE=/dev/console
    ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0
    crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin
    DO_CONFIRM= vga=0x31a RUNLEVEL=5
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PWD=/ PREVLEVEL=N LINES=60 SHLVL=2 HOME=/ SPLASH=yes splash=silent
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc DAEMON=/sbin/klogd ]
    done
    <notice -- Dec 27 20:11:03.570513000> 'earlysyslog start' exits with
    status 0
    <notice -- Dec 27 20:11:03.572386000>
    fbset start
    <notice -- Dec 27 20:11:03.604926000> 'fbset start' exits with status 0
    <notice -- Dec 27 20:11:03.606796000> micasad start
    Starting miCASA daemondone
    <notice -- Dec 27 20:11:05.737324000> 'micasad start' exits with status
    0
    <notice -- Dec 27 20:11:05.739136000> microcode.ctl start
    Checking CPU.. upload Intel microcodedone
    <notice -- Dec 27 20:11:05.995091000>
    'microcode.ctl start' exits with status 0
    <notice -- Dec 27 20:11:05.996419000> purge-kernels start
    <notice -- Dec 27 20:11:06.24241000> 'purge-kernels start' exits with
    status 0
    <notice -- Dec 27 20:11:06.25539000> random start
    Initializing random number generatordone
    <notice -- Dec 27 20:11:06.81102000> 'random start' exits with status 0
    <notice -- Dec 27 20:11:06.82673000> haldaemon start
    Loading CPUFreq modules (CPUFreq not supported)
    Starting HAL daemondone
    <notice -- Dec 27 20:11:07.19742000> 'haldaemon start' exits with status
    0
    <notice -- Dec 27 20:11:07.21771000> network start
    <notice -- Dec 27 20:11:07.219643000> checkproc: /sbin/udevd 442<notice
    -- Dec 27 20:11:07.219718000> checkproc: /sbin/udevd 532<notice -- Dec
    27 20:11:07.219728000> checkproc: /sbin/udevd 533<notice -- Dec 27
    20:11:07.219735000> checkproc: /sbin/udevd 1409<notice -- Dec 27
    20:11:07.219742000> checkproc: /sbin/udevd 1415<notice -- Dec 27
    20:11:07.219749000> checkproc: /sbin/udevd 1416<notice -- Dec 27
    20:11:07.219755000> checkproc: /sbin/udevd 1426<notice -- Dec 27
    20:11:07.219762000> checkproc: /sbin/udevd 1427<notice -- Dec 27
    20:11:07.219768000> checkproc: /sbin/udevd
    1439<notice -- Dec 27 20:11:07.219774000> checkproc: /sbin/udevd
    1440<notice -- Dec 27 20:11:07.219781000> checkproc: /sbin/udevd
    1450<notice -- Dec 27 20:11:07.219787000> checkproc: /sbin/udevd
    1453<notice -- Dec 27 20:11:07.219793000> checkproc: /sbin/udevd
    1465<notice -- Dec 27 20:11:07.219800000> checkproc: /sbin/udevd
    1466<notice -- Dec 27 20:11:07.219806000> checkproc: /sbin/udevd
    1479<notice -- Dec 27 20:11:07.219812000> checkproc: /sbin/udevd
    1480<notice -- Dec 27 20:11:07.219819000> checkproc: /sbin/udevd
    1492<notice -- Dec 27 20:11:07.219825000> checkproc: /sbin/udevd
    1493<notice -- Dec 27 20:11:07.219831000> checkproc: /sbin/udevd 1504
    Setting up (localfs) network interfaces:
    lo
    lo IP address: 127.0.0.1/8
    IP address: 127.0.0.2/8
    done eth0 name: Virtual Ethernet Card 0
    eth0 IP address: 192.168.0.10/24
    doneSetting up service (localfs) network . . . . . . . . .
    .done
    <notice -- Dec 27 20:11:08.220701000> 'network start' exits with status
    0
    <notice -- Dec 27 20:11:08.222521000>
    novell-httpstkd start
    Starting the Novell Small Http Interface Daemon.
    <notice -- Dec 27 20:11:08.455149000> 'novell-httpstkd start' exits with
    status 0
    <notice -- Dec 27 20:11:08.457662000>
    syslog start
    <notice -- Dec 27 20:11:08.477565000> 'syslog start' exits with status
    0
    <notice -- Dec 27 20:11:08.479072000> auditd start
    Starting auditd
    <notice -- Dec 27 20:11:08.525517000> startproc: execve (/sbin/auditd) [
    /sbin/auditd -s disable ], [ CONSOLE=/dev/console SELINUX_INIT=YES
    ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0
    crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin
    vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc DAEMON=/sbin/auditd ]
    done
    <notice -- Dec 27 20:11:08.721488000> 'auditd start' exits with status
    0
    <notice -- Dec 27 20:11:08.723477000>
    haveged start
    Starting haveged daemon
    <notice -- Dec 27 20:11:08.772775000>
    startproc: execve (/sbin/haveged) [
    /sbin/haveged
    -w
    1024
    -v
    1
    CONSOLE=/dev/console
    SELINUX_INIT=YES
    ROOTFS_FSTYPE=ext3
    SHELL=/bin/sh
    TERM=linux
    ROOTFS_FSCK=0
    crashkernel=256M-:128M
    LC_ALL=POSIX
    INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1
    COLUMNS=156
    PATH=/bin:/sbin:/usr/bin:/usr/sbin
    vga=0x31a
    DO_CONFIRM=
    RUNLEVEL=5
    PWD=/
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PREVLEVEL=N
    LINES=60
    HOME=/
    SHLVL=2
    splash=silent
    SPLASH=yes
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc
    DAEMON=/sbin/haveged
    done
    <notice -- Dec 27 20:11:08.977862000> 'haveged start' exits with status
    0
    <notice -- Dec 27 20:11:08.979577000> rpcbind start
    Starting rpcbind
    <notice -- Dec 27 20:11:09.33208000> startproc: execve (/sbin/rpcbind) [
    /sbin/rpcbind ], [ CONSOLE=/dev/console SELINUX_INIT=YES
    ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0
    crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin
    vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc DAEMON=/sbin/rpcbind ]
    done
    <notice -- Dec 27 20:11:09.106169000> 'rpcbind start' exits with status
    0
    <notice -- Dec 27 20:11:09.107657000>
    splash_early start
    <notice -- Dec 27 20:11:09.150175000>
    'splash_early start' exits with status 0
    <notice -- Dec 27 20:11:09.152071000> nfs start
    Not starting NFS client services - no NFS found in /etc/fstab:unused
    <notice -- Dec 27 20:11:09.212532000> 'nfs start' exits with status 6
    <notice -- Dec 27 20:11:09.214284000> smbfs start
    Mount CIFS File Systems unused
    <notice -- Dec 27 20:11:09.270080000> 'smbfs start' exits with status 6
    <notice -- Dec 27 20:11:09.272092000> kbd start
    Loading console font lat9w-16.psfu -m trivial G0:loadable
    doneLoading keymap assuming iso-8859-15 euro
    Loading /usr/share/kbd/keymaps/i386/qwerty/us.map.gz
    doneLoading compose table latin1.adddone
    Start Unicode mode
    done
    <notice -- Dec 27 20:11:10.78851000> 'kbd start' exits with status 0
    <notice -- Dec 27 20:11:10.81452000> alsasound start
    <notice -- Dec 27 20:11:10.119462000> 'alsasound start' exits with
    status 0
    <notice -- Dec 27 20:11:10.120953000> bluez-coldplug start
    done
    <notice -- Dec 27 20:11:10.159870000> 'bluez-coldplug start' exits with
    status 0
    <notice -- Dec 27 20:11:10.161649000> irq_balancer start
    Starting irqbalance
    <notice -- Dec 27 20:11:10.228044000> startproc: execve
    (/usr/sbin/irqbalance) [ /usr/sbin/irqbalance ], [ CONSOLE=/dev/console
    SELINUX_INIT=YES ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux
    ROOTFS_FSCK=0 crashkernel=256M-:128M LC_ALL=POSIX
    INIT_VERSION=sysvinit-2.86 REDIRECT=/dev/tty1 COLUMNS=156
    PATH=/bin:/sbin:/usr/bin:/usr/sbin vga=0x31a DO_CONFIRM= RUNLEVEL=5
    PWD=/
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc DAEMON=/usr/sbin/irqbalance ]
    done
    <notice -- Dec 27 20:11:10.240220000> 'irq_balancer start' exits with
    status 0
    <notice -- Dec 27 20:11:10.241681000> java.binfmt_misc start
    Starting java.binfmt_misc done
    <notice -- Dec 27 20:11:10.312192000>
    'java.binfmt_misc start' exits with status 0
    <notice -- Dec 27 20:11:10.314207000> mcelog start
    Starting mcelog...
    <notice -- Dec 27 20:11:10.378680000> startproc: execve
    (/usr/sbin/mcelog) [ /usr/sbin/mcelog --daemon --config-file
    /etc/mcelog/mcelog.conf ], [ CONSOLE=/dev/console SELINUX_INIT=YES
    ROOTFS_FSTYPE=ext3 SHELL=/bin/sh TERM=linux ROOTFS_FSCK=0
    crashkernel=256M-:128M LC_ALL=POSIX INIT_VERSION=sysvinit-2.86
    REDIRECT=/dev/tty1 COLUMNS=156 PATH=/bin:/sbin:/usr/bin:/usr/sbin
    vga=0x31a DO_CONFIRM= RUNLEVEL=5 PWD=/
    SPLASHCFG=/etc/bootsplash/themes/SLES/config/bootsplash-1280x1024.cfg
    PREVLEVEL=N LINES=60 HOME=/ SHLVL=2 splash=silent SPLASH=yes
    ROOTFS_BLKDEV=/dev/disk/by-id/scsi-14d5346542020202030347929c4471f4a992f647d8c930037-part2
    _=/sbin/startproc DAEMON=/usr/sbin/mcelog ]
    done
    <notice -- Dec 27 20:11:10.428551000> 'mcelog start' exits with status
    0
    <notice -- Dec 27 20:11:10.429934000&

  • [Regression] KDE4 does not load anymore after recent kernel update.

    Hi,
    I have updated my system to latest packages and now KDE4 does not load. i get a Blank Screen.
    I can't reach virtual terminals(I tried ALT+F1 to F11, but no response)
    Control + ALT + BACKSPACE does not work.
    even magic SysRq key(Alt+SysRq+REISUB) has no effect.
    So I had to hard reset my machine. somehow I managed to get logs.
    /var/log/Xorg.o
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009 03:49:37PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 30 06:43:33 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:00f3:0000:0000 nVidia Corporation NV43 [GeForce 6200] rev 162, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 185.18.14 Wed May 27 01:53:56 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) NVIDIA dlloader X Driver 185.18.14 Wed May 27 01:30:19 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "RenderAccel" "True"
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1280x1024 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Option "PixmapCacheSize" "300000"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV43) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.80.00
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
    (--) NVIDIA(0): Samsung SyncMaster (CRT-0)
    (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (104, 113); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    /var/log/errors.log
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:54 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:09:04 moody kdm[4164]: X server startup timeout, terminating
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:40 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:50 moody kdm[4165]: X server startup timeout, terminating
    Jul 30 06:44:15 moody kdm[4165]: X server for display :0 cannot be started, session disabled
    /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder62) Tue Jan 6 09:44:34 PST 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Oct 1 15:12:53 PDT 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 71.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "PixmapCacheSize" "300000"
    Option "OnDemandVBlankInterrupts" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "1280x1024 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Looks like X server is not starting for some reason and this is the root cause of the problem.
    Here is the list of Packages which were Updated
    /var/log/pacman.log
    [2009-07-25 07:36] synchronizing package lists
    [2009-07-25 07:37] starting full system upgrade
    [2009-07-25 10:03] synchronizing package lists
    [2009-07-25 10:03] starting full system upgrade
    [2009-07-25 10:07] upgraded boost (1.39.0-1 -> 1.39.0-2)
    [2009-07-25 10:07] upgraded cups (1.3.10-3 -> 1.3.11-1)
    [2009-07-25 10:07] upgraded device-mapper (1.02.32-2 -> 1.02.33-1)
    [2009-07-25 10:07] upgraded dmapi (2.2.10-1 -> 2.2.10-2)
    [2009-07-25 10:07] upgraded dri2proto (2.0-1 -> 2.1-1)
    [2009-07-25 10:07] upgraded gcc-libs (4.4.0-5 -> 4.4.1-1)
    [2009-07-25 10:08] upgraded gcc (4.4.0-5 -> 4.4.1-1)
    [2009-07-25 10:08] upgraded hwdetect (2009.07-1 -> 2009.07-2)
    [2009-07-25 10:08] upgraded kbd (1.15-1 -> 1.15-2)
    [2009-07-25 10:08] >>> Updating module dependencies. Please wait ...
    [2009-07-25 10:08] >>> MKINITCPIO SETUP
    [2009-07-25 10:08] >>> ----------------
    [2009-07-25 10:08] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-07-25 10:08] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-07-25 10:08] >>> More information about mkinitcpio setup can be found here:
    [2009-07-25 10:08] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-07-25 10:08]
    [2009-07-25 10:08] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-07-25 10:08] ==> Building image "default"
    [2009-07-25 10:08] ==> Running command: /sbin/mkinitcpio -k 2.6.30-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-07-25 10:08] :: Begin build
    [2009-07-25 10:08] :: Parsing hook [base]
    [2009-07-25 10:08] :: Parsing hook [udev]
    [2009-07-25 10:08] :: Parsing hook [autodetect]
    [2009-07-25 10:08] :: Parsing hook [ide]
    [2009-07-25 10:08] :: Parsing hook [scsi]
    [2009-07-25 10:08] :: Parsing hook [sata]
    [2009-07-25 10:08] :: Parsing hook [usb]
    [2009-07-25 10:08] :: Parsing hook [usbinput]
    [2009-07-25 10:08] :: Parsing hook [keymap]
    [2009-07-25 10:08] :: Parsing hook [filesystems]
    [2009-07-25 10:08] :: Generating module dependencies
    [2009-07-25 10:08] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-07-25 10:08] ==> SUCCESS
    [2009-07-25 10:08] ==> Building image "fallback"
    [2009-07-25 10:08] ==> Running command: /sbin/mkinitcpio -k 2.6.30-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-07-25 10:08] :: Begin build
    [2009-07-25 10:08] :: Parsing hook [base]
    [2009-07-25 10:09] :: Parsing hook [udev]
    [2009-07-25 10:09] :: Parsing hook [ide]
    [2009-07-25 10:09] :: Parsing hook [scsi]
    [2009-07-25 10:09] :: Parsing hook [sata]
    [2009-07-25 10:09] :: Parsing hook [usb]
    [2009-07-25 10:09] :: Parsing hook [usbinput]
    [2009-07-25 10:09] :: Parsing hook [keymap]
    [2009-07-25 10:09] :: Parsing hook [filesystems]
    [2009-07-25 10:10] :: Generating module dependencies
    [2009-07-25 10:10] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-07-25 10:10] ==> SUCCESS
    [2009-07-25 10:10] upgraded kernel26 (2.6.30.1-1 -> 2.6.30.2-1)
    [2009-07-25 10:10] upgraded lib32-libgl (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded lib32-libpng (1.2.37-1 -> 1.2.38-1)
    [2009-07-25 10:10] upgraded lib32-mesa (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded lib32-pango (1.24.4-2 -> 1.24.5-1)
    [2009-07-25 10:10] upgraded libtool (2.2.6a-2 -> 2.2.6a-3)
    [2009-07-25 10:10] upgraded libv4l (0.5.99-1 -> 0.6.0-1)
    [2009-07-25 10:10] upgraded lvm2 (2.02.47-2 -> 2.02.48-1)
    [2009-07-25 10:10] upgraded mesa (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded pango (1.24.4-2 -> 1.24.5-1)
    [2009-07-25 10:10] upgraded perl-html-parser (3.60-1 -> 3.61-1)
    [2009-07-25 10:10] upgraded perl-libwww (5.825-1 -> 5.829-1)
    [2009-07-25 10:10] upgraded qtcurve-gtk2 (0.65.3-1 -> 0.66.0-1)
    [2009-07-25 10:10] upgraded qtcurve-kde4 (0.65.4-1 -> 0.66.1-1)
    [2009-07-25 10:10] upgraded smplayer (0.6.7-1 -> 0.6.8-1)
    [2009-07-25 10:10] upgraded xorg-server (1.6.1.901-3 -> 1.6.2-1)
    System Config:
    AMD Athlon 64 3000+
    Archlinux 2.6.30.2 X86_64
    KDE 4.2 Unstable
    Nvidia Geforce 6200 Video card
    please tell me how to get my desktop back.:)
    Last edited by cool (2009-07-30 17:06:32)

    Installed the nvidia-beta driver from AUR. version:190.18. it crashed on me.
    [code]____________________________________________
    Start of NVIDIA bug report log file.  Please include this file
    when reporting a graphics driver bug via the nV News NVIDIA
    Linux forum (see www.nvnews.net) or by sending email to
    '[email protected]'.
    nvidia-bug-report.sh Version: 3969188
    Date: Sat Aug  1 18:50:38 PDT 2009
    uname: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009  03:49:37PM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug  1 18:30:08 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (**) Option "AllowEmptyInput" "off"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1,
        built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:00f3:0000:0000 nVidia Corporation NV43 [GeForce 6200] rev 162, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
    (II) NVIDIA GLX Module  190.18  Wed Jul 22 16:35:50 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (II) NVIDIA dlloader X Driver  190.18  Wed Jul 22 15:47:48 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "RenderAccel" "True"
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1280x1024 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Option "PixmapCacheSize" "300000"
    (**) Aug 01 18:30:10 NVIDIA(0): Enabling RENDER acceleration
    (II) Aug 01 18:30:10 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Aug 01 18:30:10 NVIDIA(0):     enabled.
    (II) Aug 01 18:30:12 NVIDIA(0): NVIDIA GPU GeForce 6200 (NV43) at PCI:1:0:0 (GPU-0)
    (--) Aug 01 18:30:12 NVIDIA(0): Memory: 131072 kBytes
    (--) Aug 01 18:30:12 NVIDIA(0): VideoBIOS: 05.43.02.80.00
    (II) Aug 01 18:30:12 NVIDIA(0): Detected AGP rate: 8X
    (--) Aug 01 18:30:12 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Aug 01 18:30:12 NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
    (--) Aug 01 18:30:12 NVIDIA(0):     Samsung SyncMaster (CRT-0)
    (--) Aug 01 18:30:12 NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
    (II) Aug 01 18:30:12 NVIDIA(0): Assigned Display Device: CRT-0
    (II) Aug 01 18:30:12 NVIDIA(0): Validated modes:
    (II) Aug 01 18:30:12 NVIDIA(0):     "1280x1024+0+0"
    (II) Aug 01 18:30:12 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) Aug 01 18:30:12 NVIDIA(0): DPI set to (104, 113); computed from "UseEdidDpi" X config
    (--) Aug 01 18:30:12 NVIDIA(0):     option
    (==) Aug 01 18:30:12 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (WW) Aug 01 18:30:12 NVIDIA(0): Failed to allocate GLX video capture device array.
    (II) Aug 01 18:30:12 NVIDIA(0): Initialized AGP GART.
    (II) Aug 01 18:30:12 NVIDIA(0): Setting mode "1280x1024+0+0"
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x26) [0x4ee2e6]
    1: /usr/bin/X(xf86SigHandler+0x6f) [0x47b1cf]
    2: /lib/libc.so.6 [0x7f4b2a26cf90]
    3: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv000988X+0x23) [0x7f4b27067893]
    4: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2702f988]
    5: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv001911X+0x2e) [0x7f4b2707975e]
    6: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b27075814]
    7: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv002497X+0xaa) [0x7f4b27075faa]
    8: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv000979X+0x19d) [0x7f4b270503fd]
    9: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2704cf69]
    10: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b272a9d88]
    11: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b272aa53e]
    12: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2729b0bc]
    13: /usr/bin/X(AddScreen+0x1d4) [0x433114]
    14: /usr/bin/X(InitOutput+0x76f) [0x46e12f]
    15: /usr/bin/X(main+0x1fe) [0x43381e]
    16: /lib/libc.so.6(__libc_start_main+0xfd) [0x7f4b2a2599ed]
    17: /usr/bin/X [0x432e59]
    Fatal server error:
    Caught signal 11.  Server aborting
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 1.0  (buildmeister@builder62)  Tue Jan  6 09:44:34 PST 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:12:53 PDT 2008
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
    #    Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    Section "ServerFlags"
        Option         "AutoAddDevices" "False"
        Option         "Xinerama" "0"
        Option       "AllowEmptyInput" "off"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Samsung SyncMaster"
        HorizSync       30.0 - 71.0
        VertRefresh     50.0 - 160.0
        Option         "DPMS"
    EndSection
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 6200"
        Option         "NoLogo" "True"
        Option         "RenderAccel" "True"
        Option         "TripleBuffer" "True"
        Option         "BackingStore" "True"
        Option         "PixmapCacheSize" "300000"
        Option         "OnDemandVBlankInterrupts" "True"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "TwinViewXineramaInfoOrder" "CRT-0"
        Option         "metamodes" "1280x1024 +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    ldd /usr/bin/glxinfo
        linux-vdso.so.1 =>  (0x00007fff7bdff000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f02ea6dc000)
        libm.so.6 => /lib/libm.so.6 (0x00007f02ea45a000)
        libc.so.6 => /lib/libc.so.6 (0x00007f02ea107000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f02e9dcc000)
        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x00007f02e89a2000)
        libnvidia-tls.so.1 => /usr/lib/libnvidia-tls.so.1 (0x00007f02ea9b8000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f02e8790000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f02e858c000)
        /lib/ld-linux-x86-64.so.2 (0x00007f02ea8cb000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f02e8370000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f02e816e000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f02e7f69000)
    /usr/sbin/lspci -d "10de:*" -v -xxx
    01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6200] (rev a2) (prog-if 00 [VGA controller])
        Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 16
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (32-bit, prefetchable) [size=256M]
        Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fa000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [44] AGP version 3.0
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb
    00: de 10 f3 00 07 00 b0 02 a2 00 00 03 00 f8 00 00
    10: 00 00 00 f8 08 00 00 e0 00 00 00 f9 00 00 00 00
    20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    30: 00 00 00 00 60 00 00 00 00 00 00 00 0a 01 05 01
    40: 00 00 00 00 02 00 30 00 1b 0e 00 ff 02 03 00 1f
    50: 00 00 00 00 01 00 00 00 ce d6 23 00 0f 00 00 00
    60: 01 44 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    90: 00 00 00 00 00 80 00 00 01 04 40 c1 00 00 00 00
    a0: 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    /usr/sbin/lspci -t
    -[0000:00]-+-00.0
               +-00.1
               +-00.2
               +-00.3
               +-00.4
               +-00.7
               +-01.0-[0000:01]----00.0
               +-0f.0
               +-0f.1
               +-10.0
               +-10.1
               +-10.2
               +-10.3
               +-10.4
               +-11.0
               +-11.5
               +-12.0
               +-18.0
               +-18.1
               +-18.2
               \-18.3
    /usr/sbin/dmidecode
    # dmidecode 2.10
    SMBIOS 2.3 present.
    33 structures occupying 998 bytes.
    Table at 0x000F0800.
    Handle 0x0000, DMI type 0, 20 bytes
    BIOS Information
        Vendor: Phoenix Technologies, LTD
        Version: 6.00 PG
        Release Date: 06/01/2005
        Address: 0xE0000
        Runtime Size: 128 kB
        ROM Size: 512 kB
        Characteristics:
            ISA is supported
            PCI is supported
            PNP is supported
            APM is supported
            BIOS is upgradeable
            BIOS shadowing is allowed
            ESCD support is available
            Boot from CD is supported
            Selectable boot is supported
            BIOS ROM is socketed
            EDD is supported
            5.25"/360 kB floppy services are supported (int 13h)
            5.25"/1.2 MB floppy services are supported (int 13h)
            3.5"/720 kB floppy services are supported (int 13h)
            3.5"/2.88 MB floppy services are supported (int 13h)
            Print screen service is supported (int 5h)
            8042 keyboard services are supported (int 9h)
            Serial services are supported (int 14h)
            Printer services are supported (int 17h)
            CGA/mono video services are supported (int 10h)
            ACPI is supported
            USB legacy is supported
            AGP is supported
            LS-120 boot is supported
            ATAPI Zip drive boot is supported
            BIOS boot specification is supported
    Handle 0x0001, DMI type 1, 25 bytes
    System Information
        Manufacturer: MICRO-STAR INTERNATIONAL CO., LTD
        Product Name: MS-7142
        Version: 1.00
        Serial Number: 
        UUID: Not Present
        Wake-up Type: Power Switch
    Handle 0x0002, DMI type 2, 8 bytes
    Base Board Information
        Manufacturer: MICRO-STAR INTERNATIONAL CO., LTD
        Product Name: MS-7142
        Version: 1.00
        Serial Number: 
    Handle 0x0003, DMI type 3, 17 bytes
    Chassis Information
        Manufacturer: 
        Type: Desktop
        Lock: Not Present
        Version: 
        Serial Number: 
        Asset Tag: 
        Boot-up State: Unknown
        Power Supply State: Unknown
        Thermal State: Unknown
        Security Status: Unknown
        OEM Information: 0x00000000
    Handle 0x0004, DMI type 4, 35 bytes
    Processor Information
        Socket Designation: Socket 754
        Type: Central Processor
        Family: Athlon 64
        Manufacturer: AMD
        ID: C0 0F 00 00 FF FB 8B 07
        Signature: Family 15, Model 12, Stepping 0
        Flags:
            FPU (Floating-point unit on-chip)
            VME (Virtual mode extension)
            DE (Debugging extension)
            PSE (Page size extension)
            TSC (Time stamp counter)
            MSR (Model specific registers)
            PAE (Physical address extension)
            MCE (Machine check exception)
            CX8 (CMPXCHG8 instruction supported)
            APIC (On-chip APIC hardware supported)
            SEP (Fast system call)
            MTRR (Memory type range registers)
            PGE (Page global enable)
            MCA (Machine check architecture)
            CMOV (Conditional move instruction supported)
            PAT (Page attribute table)
            PSE-36 (36-bit page size extension)
            CLFSH (CLFLUSH instruction supported)
            MMX (MMX technology supported)
            FXSR (Fast floating-point save and restore)
            SSE (Streaming SIMD extensions)
            SSE2 (Streaming SIMD extensions 2)
        Version: AMD Athlon(tm) 64 Processor 3000+
        Voltage: 1.5 V
        External Clock: 200 MHz
        Max Speed: 3000 MHz
        Current Speed: 2000 MHz
        Status: Populated, Enabled
        Upgrade: Socket 754
        L1 Cache Handle: 0x0008
        L2 Cache Handle: 0x0009
        L3 Cache Handle: Not Provided
        Serial Number: 
        Asset Tag: 
        Part Number: 
    Handle 0x0005, DMI type 5, 20 bytes
    Memory Controller Information
        Error Detecting Method: 64-bit ECC
        Error Correcting Capabilities:
            None
        Supported Interleave: One-way Interleave
        Current Interleave: One-way Interleave
        Maximum Memory Module Size: 4096 MB
        Maximum Total Memory Size: 8192 MB
        Supported Speeds:
            70 ns
            60 ns
            50 ns
        Supported Memory Types:
            Standard
            DIMM
        Memory Module Voltage: 2.9 V
        Associated Memory Slots: 2
            0x0006
            0x0007
        Enabled Error Correcting Capabilities: None
    Handle 0x0006, DMI type 6, 12 bytes
    Memory Module Information
        Socket Designation: A0
        Bank Connections: None
        Current Speed: 5 ns
        Type: Unknown EDO
        Installed Size: Not Installed
        Enabled Size: Not Installed
        Error Status: OK
    Handle 0x0007, DMI type 6, 12 bytes
    Memory Module Information
        Socket Designation: A1
        Bank Connections: 2 3
        Current Speed: 5 ns
        Type: Unknown EDO
        Installed Size: 1024 MB (Double-bank Connection)
        Enabled Size: 1024 MB (Double-bank Connection)
        Error Status: OK
    Handle 0x0008, DMI type 7, 19 bytes
    Cache Information
        Socket Designation: Internal Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 128 kB
        Maximum Size: 128 kB
        Supported SRAM Types:
            Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Unknown
        System Type: Unknown
        Associativity: Unknown
    Handle 0x0009, DMI type 7, 19 bytes
    Cache Information
        Socket Designation: External Cache
        Configuration: Enabled, Not Socketed, Level 2
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 512 kB
        Maximum Size: 512 kB
        Supported SRAM Types:
            Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Unknown
        System Type: Unknown
        Associativity: Unknown
    Handle 0x000A, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: PRIMARY IDE
        Internal Connector Type: On Board IDE
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other
    Handle 0x000B, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: SECONDARY IDE
        Internal Connector Type: On Board IDE
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other
    Handle 0x000C, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: FDD
        Internal Connector Type: On Board Floppy
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: 8251 FIFO Compatible
    Handle 0x000D, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: COM1
        Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
        External Reference Designator: 
        External Connector Type: DB-9 male
        Port Type: Serial Port 16450 Compatible
    Handle 0x000E, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: COM2
        Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
        External Reference Designator: 
        External Connector Type: DB-9 male
        Port Type: Serial Port 16450 Compatible
    Handle 0x000F, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: LPT1
        Internal Connector Type: DB-25 female
        External Reference Designator: 
        External Connector Type: DB-25 female
        Port Type: Parallel Port ECP/EPP
    Handle 0x0010, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: Keyboard
        Internal Connector Type: PS/2
        External Reference Designator: 
        External Connector Type: PS/2
        Port Type: Keyboard Port
    Handle 0x0011, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: PS/2 Mouse
        Internal Connector Type: PS/2
        External Reference Designator: 
        External Connector Type: PS/2
        Port Type: Mouse Port
    Handle 0x0012, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: Not Specified
        Internal Connector Type: None
        External Reference Designator: USB0
        External Connector Type: Other
        Port Type: USB
    Handle 0x0013, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI0
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 1
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0014, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI1
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 2
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0015, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI2
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 3
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0016, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI3
        Type: 32-bit PCI
        Current Usage: In Use
        Length: Long
        ID: 0
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0017, DMI type 9, 13 bytes
    System Slot Information
        Designation: AGP
        Type: 32-bit AGP
        Current Usage: In Use
        Length: Long
        ID: 8
        Characteristics:
            5.0 V is provided
    Handle 0x0018, DMI type 13, 22 bytes
    BIOS Language Information
        Installable Languages: 3
            n|US|iso8859-1
            n|US|iso8859-1
            r|CA|iso8859-1
        Currently Installed Language: n|US|iso8859-1
    Handle 0x0019, DMI type 16, 15 bytes
    Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 8 GB
        Error Information Handle: Not Provided
        Number Of Devices: 2
    Handle 0x001A, DMI type 17, 27 bytes
    Memory Device
        Array Handle: 0x0019
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: No Module Installed
        Form Factor: DIMM
        Set: None
        Locator: A0
        Bank Locator: Bank0/1
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: None
        Serial Number: None
        Asset Tag: None
        Part Number: None
    Handle 0x001B, DMI type 17, 27 bytes
    Memory Device
        Array Handle: 0x0019
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 1024 MB
        Form Factor: DIMM
        Set: None
        Locator: A1
        Bank Locator: Bank2/3
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: None
        Serial Number: None
        Asset Tag: None
        Part Number: None
    Handle 0x001C, DMI type 19, 15 bytes
    Memory Array Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x0003FFFFFFF
        Range Size: 1 GB
        Physical Array Handle: 0x0019
        Partition Width: 0
    Handle 0x001D, DMI type 20, 19 bytes
    Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x001A
        Memory Array Mapped Address Handle: 0x001C
        Partition Row Position: 1
    Handle 0x001E, DMI type 20, 19 bytes
    Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x0003FFFFFFF
        Range Size: 1 GB
        Physical Device Handle: 0x001B
        Memory Array Mapped Address Handle: 0x001C
        Partition Row Position: 1
    Handle 0x001F, DMI type 32, 11 bytes
    System Boot Information
        Status: No errors detected
    Handle 0x0020, DMI type 127, 4 bytes
    End Of Table
    /sbin/modinfo nvidia | grep vermagic
    vermagic:       2.6.30-ARCH SMP preempt mod_unload
    Scanning kernel log files for NVRM messages:
    /var/log/messages is not readable
      /var/log/kernel.log:
    Aug  1 17:43:55 moody kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  185.18.14  Wed May 27 01:23:47 PDT 2009
    Aug  1 18:26:08 moody kernel: NVRM: API mismatch: the client has the version 190.18, but
    Aug  1 18:26:08 moody kernel: NVRM: this kernel module has the version 185.18.14.  Please
    Aug  1 18:26:08 moody kernel: NVRM: make sure that this kernel module and all NVIDIA driver
    Aug  1 18:26:08 moody kernel: NVRM: components have the same version.
    Aug  1 18:27:04 moody kernel: NVRM: API mismatch: the client has the version 190.18, but
    Aug  1 18:27:04 moody kernel: NVRM: this kernel module has the version 185.18.14.  Please
    Aug  1 18:27:04 moody kernel: NVRM: make sure that this kernel module and all NVIDIA driver
    Aug  1 18:27:04 moody kernel: NVRM: components have the same version.
    Aug  1 18:29:30 moody kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  190.18  Wed Jul 22 15:36:09 PDT 2009
    Aug  1 18:30:12 moody kernel: NVRM: Xid (0001:00): 6, PE0000 0104 00000000 00000000 ffffffff 00000000
    Aug  1 18:30:12 moody kernel: NVRM: Xid (0001:00): 6, PE0000 0104 00000000 00000000 ffffffff 00000000
    dmesg:
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.0 20090630 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009
    Command line: root=/dev/disk/by-uuid/ee4f81b6-1e0f-4ab9-a1e2-d6109732dbc5 ro
    KERNEL supported cpus:
      Intel GenuineIntel
      AMD AuthenticAMD
      Centaur CentaurHauls
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
    BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
    BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
    BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
    DMI 2.3 present.
    Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    last_pfn = 0x3fff0 max_arch_pfn = 0x100000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
      00000-9FFFF write-back
      A0000-BFFFF uncachable
      C0000-C7FFF write-protect
      C8000-CFFFF uncachable
      D0000-D7FFF write-back
      D8000-FFFFF uncachable
    MTRR variable ranges enabled:
      0 base 0000000000 mask FFC0000000 write-back
      1 base 00F0000000 mask FFF8000000 write-combining
      2 disabled
      3 disabled
      4 disabled
      5 disabled
      6 disabled
      7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009f400 (usable)
    modified: 000000000009f400 - 00000000000a0000 (reserved)
    modified: 00000000000f0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003fff0000 (usable)
    modified: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
    modified: 000000003fff3000 - 0000000040000000 (ACPI data)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ffff0000 - 0000000100000000 (reserved)
    init_memory_mapping: 0000000000000000-000000003fff0000
    0000000000 - 003fe00000 page 2M
    003fe00000 - 003fff0000 page 4k
    kernel direct mapping tables up to 3fff0000 @ 10000-13000
    RAMDISK: 37f00000 - 37fefc8d
    ACPI: RSDP 00000000000f6b80 00014 (v00 VIAK8M)
    ACPI: RSDT 000000003fff3040 0002C (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: FACP 000000003fff30c0 00074 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: DSDT 000000003fff3180 04D34 (v01 VIAK8M AWRDACPI 00001000 MSFT 0100000E)
    ACPI: FACS 000000003fff0000 00040
    ACPI: APIC 000000003fff7f00 0005A (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: Local APIC address 0xfee00000
    (7 early reservations) ==> bootmem [0000000000 - 003fff0000]
      #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
      #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
      #2 [0000200000 - 000082c0d0]    TEXT DATA BSS ==> [0000200000 - 000082c0d0]
      #3 [0037f00000 - 0037fefc8d]          RAMDISK ==> [0037f00000 - 0037fefc8d]
      #4 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
      #5 [000082d000 - 000082d0b6]              BRK ==> [000082d000 - 000082d0b6]
      #6 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
    found SMP MP-table at [ffff8800000f4b80] f4b80
    [ffffe20000000000-ffffe20000dfffff] PMD -> [ffff880001200000-ffff880001ffffff] on node 0
    Zone PFN ranges:
      DMA      0x00000010 -> 0x00001000
      DMA32    0x00001000 -> 0x00100000
      Normal   0x00100000 -> 0x00100000
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
        0: 0x00000010 -> 0x0000009f
        0: 0x00000100 -> 0x0003fff0
    On node 0 totalpages: 262015
      DMA zone: 56 pages used for memmap
      DMA zone: 1680 pages reserved
      DMA zone: 2247 pages, LIFO batch:0
      DMA32 zone: 3528 pages used for memmap
      DMA32 zone: 254504 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x4008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
    NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 25 pages at ffff88000100a000, static data 72352 bytes
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 256751
    Kernel command line: root=/dev/disk/by-uuid/ee4f81b6-1e0f-4ab9-a1e2-d6109732dbc5 ro
    Initializing CPU#0
    NR_IRQS:768
    PID hash table entries: 4096 (order: 12, 32768 bytes)
    Fast TSC calibration using PIT
    Detected 1999.604 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
    Checking aperture...
    AGP bridge at 00:00:00
    Aperture from AGP @ f0000000 old size 32 MB
    Aperture from AGP @ f0000000 size 128 MB (APSIZE f20)
    Node 0: aperture @ f0000000 size 128 MB
    Memory: 1024112k/1048512k available (3409k kernel code, 452k absent, 23372k reserved, 1239k data, 460k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.84 BogoMIPS (lpj=6665346)
    Security Framework initialized
    Mount-cache hash table entries: 256
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    tseg: 0000000000
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 20k freed
    ACPI: Core revision 20090320
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    CPU0: AMD Athlon(tm) 64 Processor 3000+ stepping 00
    Brought up 1 CPUs
    Total of 1 processors activated (4000.84 BogoMIPS).
    CPU0 attaching NULL sched-domain.
    net_namespace: 1888 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    node 0 link 0: io port [1000, fffff]
    TOM: 0000000040000000 aka 1024M
    node 0 link 0: mmio [a0000, bffff]
    node 0 link 0: mmio [40000000, ff70ffff]
    bus: [00,ff] on node 0 link 0
    bus: 00 index 0 io port: [0, ffff]
    bus: 00 index 1 mmio: [a0000, bffff]
    bus: 00 index 2 mmio: [40000000, fcffffffff]
    ACPI: bus type pci registered
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI Warning (dsobject-0502): Package List length (6) larger than NumElements count (3), truncated
    [20090320]
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:00.0: reg 10 32bit mmio: [0xf0000000-0xf7ffffff]
    pci 0000:00:01.0: supports D1
    pci 0000:00:0f.0: reg 10 io port: [0xe000-0xe007]
    pci 0000:00:0f.0: reg 14 io port: [0xe100-0xe103]
    pci 0000:00:0f.0: reg 18 io port: [0xe200-0xe207]
    pci 0000:00:0f.0: reg 1c io port: [0xe300-0xe303]
    pci 0000:00:0f.0: reg 20 io port: [0xe400-0xe40f]
    pci 0000:00:0f.0: reg 24 io port: [0xe500-0xe5ff]
    pci 0000:00:0f.1: reg 20 io port: [0xe600-0xe60f]
    pci 0000:00:10.0: reg 20 io port: [0xe700-0xe71f]
    pci 0000:00:10.0: supports D1 D2
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:10.1: reg 20 io port: [0xe800-0xe81f]
    pci 0000:00:10.1: supports D1 D2
    pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.1: PME# disabled
    pci 0000:00:10.2: reg 20 io port: [0xe900-0xe91f]
    pci 0000:00:10.2: supports D1 D2
    pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.2: PME# disabled
    pci 0000:00:10.3: reg 20 io port: [0xea00-0xea1f]
    pci 0000:00:10.3: supports D1 D2
    pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.3: PME# disabled
    pci 0000:00:10.4: reg 10 32bit mmio: [0xfb000000-0xfb0000ff]
    pci 0000:00:10.4: supports D1 D2
    pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.4: PME# disabled
    HPET not enabled in BIOS. You might try hpet=force boot option
    pci 0000:00:11.5: reg 10 io port: [0xeb00-0xebff]
    pci 0000:00:11.5: supports D1 D2
    pci 0000:00:12.0: reg 10 io port: [0xec00-0xecff]
    pci 0000:00:12.0: reg 14 32bit mmio: [0xfb001000-0xfb0010ff]
    pci 0000:00:12.0: supports D1 D2
    pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:12.0: PME# disabled
    pci 0000:01:00.0: reg 10 32bit mmio: [0xf8000000-0xf8ffffff]
    pci 0000:01:00.0: reg 14 32bit mmio: [0xe0000000-0xefffffff]
    pci 0000:01:00.0: reg 18 32bit mmio: [0xf9000000-0xf9ffffff]
    pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:00:01.0: bridge 32bit mmio: [0xf8000000-0xfaffffff]
    pci 0000:00:01.0: bridge 32bit mmio pref: [0xe0000000-0xefffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 *12)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
    ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
    ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
    ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
    PCI: Using ACPI for IRQ routing
    pci 0000:00:00.0: BAR 0: can't allocate resource
    NetLabel: Initializing
    NetLabel:  domain hash size = 128
    NetLabel:  protocols = UNLABELED CIPSOv4
    NetLabel:  unlabeled traffic allowed by default
    agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
    agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:00: mem resource (0xdcc00-0xdffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xf0000-0xf7fff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xf8000-0xfbfff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xfc000-0xfffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0x100000-0x3ffeffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:00: iomem range 0x3fff0000-0x3fffffff could not be reserved
    system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
    system 00:00: iomem range 0xfec00000-0xfec00fff has been reserved
    system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
    system 00:02: ioport range 0x4000-0x407f has been reserved
    system 00:02: ioport range 0x5000-0x500f has been reserved
    system 00:03: ioport range 0xb78-0xb7b has been reserved
    system 00:03: ioport range 0xf78-0xf7b has been reserved
    system 00:03: ioport range 0xa78-0xa7b has been reserved
    system 00:03: ioport range 0xe78-0xe7b has been reserved
    system 00:03: ioport range 0xbbc-0xbbf has been reserved
    system 00:03: ioport range 0xfbc-0xfbf has been reserved
    system 00:03: ioport range 0x4d0-0x4d1 has been reserved
    system 00:03: ioport range 0x290-0x297 has been reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0:   IO window: disabled
    pci 0000:00:01.0:   MEM window: 0xf8000000-0xfaffffff
    pci 0000:00:01.0:   PREFETCH window: 0x000000e0000000-0x000000efffffff
    pci 0000:00:01.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:01: resource 1 mem: [0xf8000000-0xfaffffff]
    pci_bus 0000:01: resource 2 pref mem [0xe0000000-0xefffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
    TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 959k freed
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1249151352.183:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 2003
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:01.0: disabling DAC on VIA PCI bridge
    pci 0000:01:00.0: Boot video device
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 460k freed
    Uniform Multi-Platform E-IDE driver
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    via82cxxx 0000:00:0f.1: VIA vt8237 (rev 00) IDE UDMA133
    via82cxxx 0000:00:0f.1: IDE controller (0x1106:0x0571 rev 0x06)
    ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
    VIA_IDE 0000:00:0f.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
    via82cxxx 0000:00:0f.1: not 100% native mode: will probe irqs later
        ide0: BM-DMA at 0xe600-0xe607
        ide1: BM-DMA at 0xe608-0xe60f
    Probing IDE interface ide0...
    Switched to high resolution mode on CPU 0
    Probing IDE interface ide1...
    hdc: BENQ DVD DD DW1650, ATAPI CD/DVD-ROM drive
    hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
    hdc: UDMA/33 mode selected
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    ide1 at 0x170-0x177,0x376 on irq 15
    SCSI subsystem initialized
    libata version 3.00 loaded.
    sata_via 0000:00:0f.0: version 2.4
    sata_via 0000:00:0f.0: PCI INT B -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
    sata_via 0000:00:0f.0: routed to hard irq line 11
    scsi0 : sata_via
    scsi1 : sata_via
    ata1: SATA max UDMA/133 cmd 0xe000 ctl 0xe100 bmdma 0xe400 irq 20
    ata2: SATA max UDMA/133 cmd 0xe200 ctl 0xe300 bmdma 0xe408 irq 20
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ATA-7: ST380815AS, 4.AAB, max UDMA/133
    ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access     ATA      ST380815AS       4.AA PQ: 0 ANSI: 5
    ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
    ide-cd driver 5.00
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
    ehci_hcd 0000:00:10.4: PCI INT C -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:10.4: EHCI Host Controller
    ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:10.4: irq 21, io mem 0xfb000000
    ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:<6>ide-cd: hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
    Uniform CD-ROM driver Revision: 3.20
    sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:10.0: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.0: UHCI Host Controller
    uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e700
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.1: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.1: UHCI Host Controller
    uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e800
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.2: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.2: UHCI Host Controller
    uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e900
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.3: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.3: UHCI Host Controller
    uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:10.3: irq 21, io base 0x0000ea00
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    usb 1-5: new high speed USB device using ehci_hcd and address 3
    usb 1-5: configuration #1 chosen from 1 choice
    Initializing USB Mass Storage driver...
    scsi2 : SCSI emulation for USB Mass Storage devices
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs: mounted filesystem with writeback data mode.
    usb 2-2: new low speed USB device using uhci_hcd and address 2
    usb 2-2: configuration #1 chosen from 1 choice
    rtc_cmos 00:05: RTC can wake from S4
    rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 242 bytes nvram
    udev: starting version 141
    via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
    via-rhine: Broken BIOS detected, avoid_D3 enabled.
    ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
    via-rhine 0000:00:12.0: PCI INT A -> Link[ALKD] -> GSI 23 (level, low) -> IRQ 23
    eth0: VIA Rhine II at 0x1ec00, 00:11:09:06:18:c6, IRQ 23.
    eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 41e1.
    ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
    VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
    VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Successfully done.
    vboxdrv: Found 1 processor cores.
    VBoxDrv: dbg - g_abExecMemory=ffffffffa02a36a0
    vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 3.0.2 (interface 0x000e0000).
    VBoxNetFlt: dbg - g_abExecMemory=ffffffffa0447ec0
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    ACPI: Power Button [PWRF]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    ACPI: Power Button [PWRB]
    processor ACPI_CPU:00: registered

  • NDISWRAPPER module supposedly not loading

    This is actually pretty funny.  Whenever I boot my computer, it says FATAL: NDISWRAPPER module not found, or something to that effect.  However, I still have perfectly working network access using my internet card, which utilizes ndiswrapper.  So, I was wondering if this is a bug and saying that the module was failing to load.  I have it listed in my rc.conf and in my modprobe.conf, and the only other module I have loading is truecrypt, and that loads just fine.
    Any ideas on how to fix this message?
    Alphalutra1

    falconindy wrote:nvram has nothing to do with nvidia (or graphics, even). The NV is short for "non-volatile".
    Okay, I did not know that. I just assumed since nvidia had a problem and loading nvram fixed it, that nv stood for nvidia. So what's the deal here? Why does this problem exist?
    falconindy wrote:Uhhh no but it's still an nvidia card...
    Yes, I know that. I just thought it might be relevant, as this card is not very common and that might cause an issue.

  • R5u87x driver not loading firmware for HP Webcam

    Hi everyone,
    I have a HP webcam cam.My driver was detected properly as r5u87x outof the box with lsmod command.After doing an update from AUR repo(which was unnecessary) and loading the firmware with the loader command , it failed to load the giving an error.Since then the r5u87x driver is not present in the modules list.
    modprobe r5u87x
    fatal error : no r5u87x module
    dmesg | grep "HP Webcam"
    [ 7.562574] uvcvideo: Found UVC 1.00 device HP Webcam-101 (0bda:5801)
    [ 7.580578] input: HP Webcam-101 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input12
    Is it possible to undo the changes to bring the system to its pre AUR repo update state and remove this driver update.Now as one can see  in the messages uvcvideo driver is loaded instead.
    Any help will be appreciated. thanks

    I would be very interested to know the exact procedure you used to determing that your camera driver was identified by lsmod as r5u87x.
    Specifically r5u87x is NOT intended for your camera. Your camera is identified from the Vendor ID (0bda) as coming from the Realtek Semiconductor company. r5u87x is only intended for use with Ricoh cameras (identified by 05ca).
    Furthermore r5u87x is not even a driver. It is a userland firmware loader. It injects the camera's microcode into it's volatile memory. Even if you were to use the loader correctly on your system you would only get an error message of "No supported devices found!".
    A google search of your camera indicates that it is supported by the uvcvideo driver.
    Specifically how have you determined that your camera is not working? Is a /dev/videoX device present on your system? test it with xawtv or mplayer.
    As the r5u87x package is completely worthless to your system simply remove it by issuing
    pacman -Rs r5u87x-hg
    If your camera continues to not work edit the title of this post to something more appropriate, perhaps "HP Webcam (0bda:5801) & uvcvideo not working". I have no experience or expertise with uvcvideo to begin troubleshooting your real problem.

Maybe you are looking for