Libxml2 weirdness

I've been trying to use the libxml2 API in C recently but I have noticed something strange. If I use it to create a new XML document and save it with xmlSaveFormatFile, newlines and indentations will be added properly. But if I parse an existing XML document, add nodes to the tree and resave with xmlSaveFormatFile (to a new file or overwriting) everything I added since the last save will all be on one line. This can probably fixed after the fact with a simple hack but does anyone know what's going on?
A test case is here:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>
int main() {
xmlDocPtr doc;
xmlNodePtr node;
xmlNodePtr root_node;
doc = xmlNewDoc("1.0");
root_node = xmlNewDocNode(doc, NULL, (const xmlChar*) "outer", NULL);
xmlDocSetRootElement(doc, root_node);
node = xmlNewTextChild(root_node, NULL, (const xmlChar *) "inner1", NULL);
xmlNewTextChild(node, NULL, (const xmlChar *) "tag", "hello");
xmlNewTextChild(node, NULL, (const xmlChar *) "tag", "hello");
xmlNewTextChild(node, NULL, (const xmlChar *) "tag", "hello");
xmlSaveFormatFile("./test.xml", doc, 1);
xmlFreeDoc(doc);
doc = xmlParseFile("./test.xml");
root_node = xmlDocGetRootElement(doc);
node = xmlNewTextChild(root_node, NULL, (const xmlChar *) "inner2", NULL);
xmlNewTextChild(node, NULL, (const xmlChar *) "tag", "hello");
xmlNewTextChild(node, NULL, (const xmlChar *) "tag", "hello");
xmlNewTextChild(node, NULL, (const xmlChar *) "tag", "hello");
xmlSaveFormatFile("./test.xml", doc, 1);
xmlFreeDoc(doc);

waznelle wrote:
I downloaded latest version of Libxml2 and Libxslt and compiled it on two machines.
Why?
Since it was still referencing the old libraries, I followed advice from: http://jamesclarke.net/notes/libxml2 and ran the following:
$ cd /usr/lib
$ sudo mv libxml2.2.dylib libxml2.2.dylib.old
$ sudo mv libxml2.dylib libxml2.dylib.old
$ sudo mv libxml2.la libxml2.la.old
You mean the instructions from "18 July 2004"? The ones right below the red warning text that reads "WARNING: Do not follow these instructions on Leopard (10.5). See the notes at the bottom of the page."? Those instructions?
In any case, I just wanted to post this and see if anyone else has experienced the same problems and/or if there was something I should have done differently.
If you boot into single user mode, you may be able to fix these references.
As for a suggestion about what you should have done differently, I would say never, ever overwrite any system software. What is it about the current system software version that is lacking?

Similar Messages

  • Weird crashes when trying to start app

    Hi,
    I've got a weird problem on my PM G5 2.0 with my primary user account. Everytime I try to start the demo version of the (java) application LightZone I can click the demo button on the "register/buy/demo-window" and after that Lightzone crashes while showing a message "Initializing Engine Utilities" in its splash screen. I get error messages in my log (attached to this message).
    The point is, that the app runs fine on my iBook and on the same G5 but with a differet user account. I have tried different versions of Lightzone, I have repaired permissions, I have repaired my colorsync profiles (see first stack in JavaNativeCrash.log). I have started Mac OS X in safe boot, I have quit all processes I don't absolutely need, I haven even temporarily removed everything from my home folder but Lightzone still crashes.
    It can't be the app, as it works with the other accouns and my iBook, it can't be my hardware as it works with the other accounts and it can't be any process I run or anything lying in my home folder. What is causing these strange crashes?
    BTW: I also tried re-installing 10.4.7 with combo update as well as Java5. Know what...it still crashes.
    Anybody out there?
    Thanks,
    Carsten
    PS: So here are my logs: first console.log followed be JavaNativeCrash.log and LightZone.crash.log
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: An unexpected Java error has been detected by HotSpot Virtual Machine.
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: If this error is reproducible, please report it with the following information:
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: 1. Provide the steps to reproduce, a test case, and any relevant information
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: 2. The corresponding JavaNativeCrash_pid<num>.crash.log (Java state)
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: 3. The corresponding <name>.crash.log (native state; generated by CrashReporter)
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: 4. This data:
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: Java VM: Java HotSpot(TM) Client VM (1.5.0_06-64 mixed mode)
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: Bus Error (0xa) at pc=0x803468f8
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: Process ID: 4606, Current Thread: 25194496
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: File report at: http://bugreport.apple.com/
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: An error report file has been written to:
    Jul 21 21:46:08 Powermac /Applications/LightZone.app/Contents/MacOS/LightZone: /Users/carsten/Library/Logs/Java/JavaNativeCrash_pid4606.crash.log
    Jul 21 21:46:10 Powermac crashdump[4607]: LightZone crashed
    Jul 21 21:46:11 Powermac crashdump[4607]: crash report written to: /Users/carsten/Library/Logs/CrashReporter/LightZone.crash.log
    Local Time = Fri Jul 21 21:46:08 2006
    # This JavaNativeCrash log describes the Java state at a Native Crash in a Java application.
    # The corresponding native state can be found in the crash log generated by CrashReporter.
    # If this error is reproducible, please report it with the following information:
    # 1. Provide the steps to reproduce, a test case, and any relevant information
    # 2. This JavaNativeCrash_pid<num>.crash.log (Java state)
    # 3. The corresponding <name>.crash.log (native state; generated by CrashReporter)
    # File report at: http://bugreport.apple.com/
    # An unexpected Java error has been detected by HotSpot Virtual Machine:
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-64 mixed mode)
    # Bus Error (0xa) at pc=0x803468f8, pid=4606, tid=25194496
    --------------- T H R E A D ---------------
    Current thread (0x00501640): JavaThread "main" [thread_innative, id=25200640]
    Stack: [0xf0001000,0xf0801000)
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.lightcrafts.platform.macosx.MacOSXColorProfileManager.searchProfilesForImpl (I)[Ljava/lang/String;+0
    j com.lightcrafts.platform.macosx.MacOSXColorProfileManager.getProfilesFor(I)Ljav a/util/Collection;+1
    j com.lightcrafts.platform.macosx.MacOSXPlatform.getExportProfiles()Ljava/util/Co llection;+9
    j com.lightcrafts.jai.JAIContext.<clinit>()V+645
    v ~StubRoutines::call_stub
    j java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/ Class;+0
    j java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;+5
    j com.lightcrafts.app.Application.verifyLibraries()V+136
    j com.lightcrafts.app.Application.main([Ljava/lang/String;)V+12
    j com.lightcrafts.platform.macosx.MacOSXLauncher.main([Ljava/lang/String;)V+93
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00518920 JavaThread "TileReaper" daemon [threadblocked, id=25928192]
    0x00510c30 JavaThread "Java2D Disposer" daemon [threadblocked, id=26037248]
    0x0050f310 JavaThread "AWT-EventQueue-0" [threadblocked, id=25997824]
    0x0050dd90 JavaThread "AWT-Shutdown" [threadblocked, id=25890304]
    0x0050d910 JavaThread "AWT-AppKit" daemon [thread_innative, id=-1610551912]
    0x0050d020 JavaThread "Timer-0" daemon [threadblocked, id=25780224]
    0x0050aa40 JavaThread "Low Memory Detector" daemon [threadblocked, id=25349632]
    0x0050a100 JavaThread "CompilerThread0" daemon [threadblocked, id=25376768]
    0x00509670 JavaThread "Finalizer" daemon [threadblocked, id=25344512]
    0x00509280 JavaThread "Reference Handler" daemon [threadblocked, id=25357824]
    =>0x00501640 JavaThread "main" [thread_innative, id=25200640]
    Other Threads:
    0x00508a80 VMThread [id=25300992]
    0x0050c110 WatcherThread [id=25350656]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 274K [0x071e0000, 0x07280000, 0x10000000)
    eden space 512K, 43% used [0x071e0000, 0x07217f68, 0x07260000)
    from space 64K, 78% used [0x07270000, 0x0727c998, 0x07280000)
    to space 64K, 0% used [0x07260000, 0x07260000, 0x07270000)
    tenured generation total 4416K, used 3025K [0x10000000, 0x10450000, 0x571e0000)
    the space 4416K, 68% used [0x10000000, 0x102f45a0, 0x102f4600, 0x10450000)
    compacting perm gen total 8960K, used 8750K [0x571e0000, 0x57aa0000, 0x5b1e0000)
    the space 8960K, 97% used [0x571e0000, 0x57a6baa8, 0x57a6bc00, 0x57aa0000)
    No shared spaces configured.
    Dynamic libraries and executable:
    [0x000025c4-0x0000b0b0] /Applications/LightZone.app/Contents/MacOS/LightZone
    [0x93678c8c-0x9367b4bc] /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    [0x936dfe74-0x936dff44] /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    [0x90001100-0x9019636c] /usr/lib/libSystem.B.dylib
    [0x9291b88c-0x92ab3554] /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    [0x92c63610-0x92d20a58] /usr/lib/libxml2.2.dylib
    [0x908dbe74-0x908dbf44] /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    [0x913e60e0-0x91407f98] /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    [0x907b98cc-0x90869838] /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    [0x908de680-0x909ce508] /usr/lib/libicucore.A.dylib
    [0x90b6d740-0x90b7c5b4] /usr/lib/libauto.dylib
    [0x90a39fa0-0x90a4cdf8] /usr/lib/libobjc.A.dylib
    [0x9110c954-0x91116ad0] /usr/lib/libz.1.dylib
    [0x92d61680-0x92d75aa0] /usr/lib/libiconv.2.dylib
    [0x90213e80-0x902165d8] /usr/lib/system/libmathCommon.A.dylib
    [0x90b86f80-0x90c66bdc] /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    [0x90ec4a18-0x90f23a2c] /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    [0x90f8de8c-0x90fc871c] /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    [0x90fe4030-0x90ff7d5c] /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    [0x9100c11c-0x9106f0bc] /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    [0x910d2ca0-0x910f2564] /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    [0x90ae7af0-0x90b45a20] /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    [0x9111da90-0x91244d88] /System/Library/Frameworks/Security.framework/Versions/A/Security
    [0x913d5dc8-0x913dda48] /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    [0x91421314-0x9142b254] /usr/lib/libgcc_s.1.dylib
    [0x936e3090-0x93c20e68] /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    [0x940a2760-0x940fe5f0] /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    [0x914f4e4c-0x914f4f1c] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    [0x931dfa9c-0x934a6aa8] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    [0x92f30fa0-0x92f3cf44] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    [0x9414ade8-0x941daf84] /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    [0x9425f5dc-0x9425ff90] /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    [0x928524c0-0x928b6614] /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    [0x94262170-0x9439e074] /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    [0x914f7058-0x91527114] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    [0x9029340c-0x90330160] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    [0x9154a6f4-0x915a93ac] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    [0x9037304c-0x906d37dc] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    [0x9021b108-0x9025c56c] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    [0x9166c8b4-0x916d7830] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    [0x91744584-0x917dcbc8] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    [0x91838610-0x91887a44] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    [0x918c5748-0x918e0228] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    [0x918fa6d8-0x91918690] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    [0x91931de0-0x9196af28] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    [0x91990080-0x9199f1cc] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    [0x919b2850-0x919e73d4] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    [0x91430858-0x9143827c] /usr/lib/libbsm.dylib
    [0x91a082cc-0x91aac524] /usr/lib/libcrypto.0.9.7.dylib
    [0x91b1db68-0x91b2f908] /usr/lib/libcups.2.dylib
    [0x91b384c8-0x91b522d4] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    [0x91b5a6ac-0x91bb3574] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    [0x91bdf75c-0x91be3aa4] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    [0x91be60bc-0x91c2b768] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    [0x91c32dbc-0x91c52880] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    [0x91c765f4-0x91c8cf98] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    [0x91c95384-0x91c97b44] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    [0x91c99ee0-0x91c99fb0] /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    [0x91c9b7f0-0x91d7cdb8] /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    [0x91d894c4-0x91d89598] /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    [0x91e13e40-0x91e7b0a4] /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    [0x91e8c710-0x91f09a68] /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    [0x91f3c3a0-0x924bd7b8] /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    [0x924f6760-0x9281b8a8] /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    [0x9319a244-0x931b0fb8] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    [0x9143d5e0-0x91499798] /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    [0x94467888-0x9449ec80] /usr/lib/libsqlite3.0.dylib
    [0x9363af2c-0x93644dc0] /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    [0x944acc68-0x944d09dc] /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    [0x92e8adb8-0x92ed9ed4] /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    [0x92e619e4-0x92e7ff4c] /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    [0x951de4dc-0x951eecf4] /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/ JavaApplicationLauncher
    [0x947353a0-0x94962c40] /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    [0x92f02e68-0x92f02f38] /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    [0x94aad0e0-0x94b01a08] /usr/lib/libstdc++.6.dylib
    [0x94b90b40-0x94baa038] /usr/lib/libmx.A.dylib
    [0x92f05914-0x92f13664] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    [0x92f4d15c-0x92f5c20c] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    [0x92f74364-0x92fe7470] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    [0x9300efc0-0x930178e0] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    [0x93023b90-0x930444f4] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    [0x9306b248-0x93075ccc] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    [0x9308691c-0x930daa94] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    [0x9311d10c-0x9315f0a4] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    [0x931c93d0-0x931d2de8] /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    [0x9cbb4890-0x9ce937cc] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjvm.dyl ib
    [0x9cf6a800-0x9cf7094c] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    [0x9cf440b4-0x9cf5b0f8] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    [0x9d09a1ec-0x9d0a4214] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    [0x5ba3d760-0x5ba3fa98] /Applications/LightZone.app/Contents/Resources/Java/libLCCDL.jnilib
    [0x5ba62c30-0x5ba74e14] /Applications/LightZone.app/Contents/Resources/Java/libESD.jnilib
    [0x5bab1e40-0x5bab2b74] libLCJNI.dylib
    [0x9fe4db78-0x9ff7ae9c] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jni lib
    [0x7bb49a5c-0x7bb4e5dc] /Users/carsten/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    [0x7bb55ca4-0x7bb55e18] /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/Grow lSafariLoader
    [0x946aab4c-0x946b729c] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    [0x94715144-0x9472af34] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    [0x946c2558-0x946cd724] /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    [0x9cf0a848-0x9cf0ae0c] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libcmm.jni lib
    [0x9cf0cc40-0x9cf0ed38] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libcolorsy nc.jnilib
    [0x9cfd0b94-0x9cff12c0] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjpeg.jn ilib
    [0x9fe38640-0x9fe45824] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/liblaf.jni lib
    [0x9fdcedf8-0x9fe14c30] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libfontman ager.jnilib
    [0x9d032f04-0x9d03c708] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jni lib
    [0x9d041ae8-0x9d045368] /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jni lib
    [0x7fa2f020-0x7fa76d14] /Applications/LightZone.app/Contents/Resources/Java/libDCRaw.jnilib
    [0x8008b830-0x800a53c0] /Applications/LightZone.app/Contents/Resources/Java/libSegment.jnilib
    [0x800ed2b0-0x800f92f0] /Applications/LightZone.app/Contents/Resources/Java/libJAI.jnilib
    [0x974864f8-0x974865cc] /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    [0x801a9560-0x801e2514] /Applications/LightZone.app/Contents/Resources/Java/libLCJPEG.jnilib
    [0x80345ed0-0x8034c2c4] /Applications/LightZone.app/Contents/Resources/Java/libMacOSX.jnilib
    VM Arguments:
    jvm_args: -Xmx1280m -Xrs -Duser.dir=/Applications/LightZone.app/Contents/Resources/Java/ -Dcom.lightcrafts.licensetype=ESD -Djava.endorsed.dirs=.:/System/Library/Java/Extensions/ -Dsun.boot.library.path=.:/System/Library/Frameworks/JavaVM.framework/Versions/ 1.5.0/Libraries:/System/Library/Java/Extensions/
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin
    SHELL=/bin/bash
    Signal Handlers:
    Segmentation Violation (11): [LightZone+0x3ab4], sa_mask[0]=0x00000000, sa_flags=0x00000002
    Bus Error (10): [LightZone+0x3ab4], sa_mask[0]=0x00000000, sa_flags=0x00000002
    Arithmetic Exception (8): [LightZone+0x3ab4], sa_mask[0]=0x00000000, sa_flags=0x00000002
    Unknown Signal (13): SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000002
    Illegal Instruction (4): [LightZone+0x3ab4], sa_mask[0]=0x00000000, sa_flags=0x00000002
    Unknown Signal (30): SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
    Unknown Signal (31): SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
    Unknown Signal (1): SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
    Unknown Signal (2): SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
    Unknown Signal (3): SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
    Unknown Signal (15): SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
    --------------- S Y S T E M ---------------
    OS:Mac OS X
    CPU:total 2 Processor type = PPC 970 [Enabled Vector Unit] [64 bit instructions Enabled]
    Memory: 4k page, physical 2097152k
    vm_info: Java HotSpot(TM) Client VM (1.5.0_06-64) for macosx-ppc, built on Mar 18 2006 00:20:55 by root with gcc 3.3 20030304 (build 1809)
    Host Name: Powermac
    Date/Time: 2006-07-21 21:46:08.278 +0200
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: LightZone
    Path: /Applications/LightZone.app/Contents/MacOS/LightZone
    Parent: WindowServer [85]
    Version: ??? (1.5.2)
    PID: 4606
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x931e6740 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x931e5dd4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x931e5c40 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x936e9ae4 _DPSNextEvent + 384
    8 com.apple.AppKit 0x936e97a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x936e5cec -[NSApplication run] + 472
    10 libawt.jnilib 0x9fe4eb30 +[AWTStarter startAWT:] + 948
    11 com.apple.Foundation 0x9294da00 __NSFireMainThreadPerform + 276
    12 com.apple.CoreFoundation 0x9080ca78 __CFRunLoopPerformPerform + 104
    13 com.apple.CoreFoundation 0x907dc4cc __CFRunLoopDoSources0 + 384
    14 com.apple.CoreFoundation 0x907db9fc __CFRunLoopRun + 452
    15 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    16 com.apple.CoreFoundation 0x907ea8dc CFRunLoopRun + 52
    17 com.lightcrafts.LightZone 0x00004f44 main + 244 (main.mm:237)
    18 com.lightcrafts.LightZone 0x0000278c _start + 392 (crt.c:267)
    19 dyld 0x8fe01048 dyldstart + 60
    Thread 1 Crashed:
    0 libMacOSX.jnilib 0x803468f8 Javacom_lightcrafts_platform_macosx_MacOSXColorProfileManagersearchProfilesForImpl + 1448 (jni.h:1589)
    1 libMacOSX.jnilib 0x80346494 Javacom_lightcrafts_platform_macosx_MacOSXColorProfileManagersearchProfilesForImpl + 324 (ColorProfileManager.cpp:136)
    2 <<00000000>> 0x051ce2c4 0 + 85779140
    3 <<00000000>> 0x051c79c0 0 + 85752256
    4 <<00000000>> 0x051c79c0 0 + 85752256
    5 <<00000000>> 0x051c79c0 0 + 85752256
    6 <<00000000>> 0x051c5164 0 + 85741924
    7 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    8 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    9 libjvm.dylib 0x9cc231b4 jio_snprintf + 381696
    10 libjvm.dylib 0x9cc230d0 jio_snprintf + 381468
    11 libjvm.dylib 0x9cc22dfc jio_snprintf + 380744
    12 libjvm.dylib 0x9cc22a3c jio_snprintf + 379784
    13 libjvm.dylib 0x9cc2d2f8 JVM_DoPrivileged + 6776
    14 libjvm.dylib 0x9cc3b8cc JVM_FindClassFromClassLoader + 856
    15 libjava.jnilib 0x9cf462d8 Javajava_lang_ClassforName0 + 304
    16 <<00000000>> 0x051ce2c4 0 + 85779140
    17 <<00000000>> 0x051c79c0 0 + 85752256
    18 <<00000000>> 0x051c79c0 0 + 85752256
    19 <<00000000>> 0x051c7ab0 0 + 85752496
    20 <<00000000>> 0x051c7ab0 0 + 85752496
    21 <<00000000>> 0x051c5164 0 + 85741924
    22 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    23 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    24 libjvm.dylib 0x9cc41eec JVM_MaxMemory + 9056
    25 libjvm.dylib 0x9ccf31e8 JVM_IsInterrupted + 9568
    26 com.lightcrafts.LightZone 0x0000cfec JNIEnv::CallStaticVoidMethod(jclass*, _jmethodID*, ...) + 40 (jni.h:1495)
    27 com.lightcrafts.LightZone 0x00004804 jvmThreadMain(void*) + 460 (StartJava.mm:89)
    28 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cbbf9f8 JNICreateJavaVMImpl + 44348
    3 libjvm.dylib 0x9cbbf998 JNICreateJavaVMImpl + 44252
    4 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    5 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22120 jio_snprintf + 377452
    3 libjvm.dylib 0x9cc21db4 jio_snprintf + 376576
    4 libjvm.dylib 0x9cc22374 jio_snprintf + 378048
    5 libjvm.dylib 0x9cc21bf4 jio_snprintf + 376128
    6 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    7 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22008 jio_snprintf + 377172
    3 libjvm.dylib 0x9cc312e8 JVM_MonitorWait + 2936
    4 libjvm.dylib 0x9cc30cac JVM_MonitorWait + 1340
    5 libjvm.dylib 0x9cc30a20 JVM_MonitorWait + 688
    6 <<00000000>> 0x051ce2c4 0 + 85779140
    7 <<00000000>> 0x051c7ab0 0 + 85752496
    8 <<00000000>> 0x051c7ab0 0 + 85752496
    9 <<00000000>> 0x051c5164 0 + 85741924
    10 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    11 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    12 libjvm.dylib 0x9cc305c8 JVM_StartThread + 2572
    13 libjvm.dylib 0x9cc304bc JVM_StartThread + 2304
    14 libjvm.dylib 0x9cc3044c JVM_StartThread + 2192
    15 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    16 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    17 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22008 jio_snprintf + 377172
    3 libjvm.dylib 0x9cc312e8 JVM_MonitorWait + 2936
    4 libjvm.dylib 0x9cc30cac JVM_MonitorWait + 1340
    5 libjvm.dylib 0x9cc30a20 JVM_MonitorWait + 688
    6 <<00000000>> 0x051ce2c4 0 + 85779140
    7 <<00000000>> 0x051c7ab0 0 + 85752496
    8 <<00000000>> 0x051c79c0 0 + 85752256
    9 <<00000000>> 0x051c79c0 0 + 85752256
    10 <<00000000>> 0x051c5164 0 + 85741924
    11 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    12 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    13 libjvm.dylib 0x9cc305c8 JVM_StartThread + 2572
    14 libjvm.dylib 0x9cc304bc JVM_StartThread + 2304
    15 libjvm.dylib 0x9cc3044c JVM_StartThread + 2192
    16 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    17 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    18 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22008 jio_snprintf + 377172
    3 libjvm.dylib 0x9cc21e50 jio_snprintf + 376732
    4 libjvm.dylib 0x9cc471e4 JVM_RegisterSignal + 15092
    5 libjvm.dylib 0x9cc46f24 JVM_RegisterSignal + 14388
    6 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    7 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    8 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22008 jio_snprintf + 377172
    3 libjvm.dylib 0x9cc21db4 jio_snprintf + 376576
    4 libjvm.dylib 0x9cc477fc JVM_RegisterSignal + 16652
    5 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    6 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    7 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22120 jio_snprintf + 377452
    3 libjvm.dylib 0x9cc59630 JVM_RegisterSignal + 89920
    4 libjvm.dylib 0x9cc592a0 JVM_RegisterSignal + 89008
    5 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    6 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22120 jio_snprintf + 377452
    3 libjvm.dylib 0x9cc312e8 JVM_MonitorWait + 2936
    4 libjvm.dylib 0x9cc30cac JVM_MonitorWait + 1340
    5 libjvm.dylib 0x9cc30a20 JVM_MonitorWait + 688
    6 <<00000000>> 0x051ce2c4 0 + 85779140
    7 <<00000000>> 0x051c7ab0 0 + 85752496
    8 <<00000000>> 0x051c7ab0 0 + 85752496
    9 <<00000000>> 0x051c5164 0 + 85741924
    10 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    11 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    12 libjvm.dylib 0x9cc305c8 JVM_StartThread + 2572
    13 libjvm.dylib 0x9cc304bc JVM_StartThread + 2304
    14 libjvm.dylib 0x9cc3044c JVM_StartThread + 2192
    15 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    16 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    17 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22008 jio_snprintf + 377172
    3 libjvm.dylib 0x9cc312e8 JVM_MonitorWait + 2936
    4 libjvm.dylib 0x9cc30cac JVM_MonitorWait + 1340
    5 libjvm.dylib 0x9cc30a20 JVM_MonitorWait + 688
    6 <<00000000>> 0x051ce2c4 0 + 85779140
    7 <<00000000>> 0x051c7ab0 0 + 85752496
    8 <<00000000>> 0x051c7ab0 0 + 85752496
    9 <<00000000>> 0x051c7e10 0 + 85753360
    10 <<00000000>> 0x051c5164 0 + 85741924
    11 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    12 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    13 libjvm.dylib 0x9cc305c8 JVM_StartThread + 2572
    14 libjvm.dylib 0x9cc304bc JVM_StartThread + 2304
    15 libjvm.dylib 0x9cc3044c JVM_StartThread + 2192
    16 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    17 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    18 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22008 jio_snprintf + 377172
    3 libjvm.dylib 0x9cc312e8 JVM_MonitorWait + 2936
    4 libjvm.dylib 0x9cc30cac JVM_MonitorWait + 1340
    5 libjvm.dylib 0x9cc30a20 JVM_MonitorWait + 688
    6 <<00000000>> 0x051ce2c4 0 + 85779140
    7 <<00000000>> 0x051c7ab0 0 + 85752496
    8 <<00000000>> 0x051c7ab0 0 + 85752496
    9 <<00000000>> 0x051c79c0 0 + 85752256
    10 <<00000000>> 0x051c7930 0 + 85752112
    11 <<00000000>> 0x051c7ab0 0 + 85752496
    12 <<00000000>> 0x051c7ab0 0 + 85752496
    13 <<00000000>> 0x051c7ab0 0 + 85752496
    14 <<00000000>> 0x051c5164 0 + 85741924
    15 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    16 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    17 libjvm.dylib 0x9cc305c8 JVM_StartThread + 2572
    18 libjvm.dylib 0x9cc304bc JVM_StartThread + 2304
    19 libjvm.dylib 0x9cc3044c JVM_StartThread + 2192
    20 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    21 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    22 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 12:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22008 jio_snprintf + 377172
    3 libjvm.dylib 0x9cc312e8 JVM_MonitorWait + 2936
    4 libjvm.dylib 0x9cc30cac JVM_MonitorWait + 1340
    5 libjvm.dylib 0x9cc30a20 JVM_MonitorWait + 688
    6 <<00000000>> 0x051ce2c4 0 + 85779140
    7 <<00000000>> 0x051c7ab0 0 + 85752496
    8 <<00000000>> 0x051c79c0 0 + 85752256
    9 <<00000000>> 0x051c79c0 0 + 85752256
    10 <<00000000>> 0x051c7e10 0 + 85753360
    11 <<00000000>> 0x051c5164 0 + 85741924
    12 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    13 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    14 libjvm.dylib 0x9cc305c8 JVM_StartThread + 2572
    15 libjvm.dylib 0x9cc304bc JVM_StartThread + 2304
    16 libjvm.dylib 0x9cc3044c JVM_StartThread + 2192
    17 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    18 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    19 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 13:
    0 libSystem.B.dylib 0x9000b268 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b1bc mach_msg + 60
    2 libjvm.dylib 0x9cc22008 jio_snprintf + 377172
    3 libjvm.dylib 0x9cc312e8 JVM_MonitorWait + 2936
    4 libjvm.dylib 0x9cc30cac JVM_MonitorWait + 1340
    5 libjvm.dylib 0x9cc30a20 JVM_MonitorWait + 688
    6 <<00000000>> 0x051ce2c4 0 + 85779140
    7 <<00000000>> 0x051c7ab0 0 + 85752496
    8 <<00000000>> 0x051c79c0 0 + 85752256
    9 <<00000000>> 0x051c79c0 0 + 85752256
    10 <<00000000>> 0x051c5164 0 + 85741924
    11 libjvm.dylib 0x9cc233c8 jio_snprintf + 382228
    12 libjvm.dylib 0x9cc23214 jio_snprintf + 381792
    13 libjvm.dylib 0x9cc305c8 JVM_StartThread + 2572
    14 libjvm.dylib 0x9cc304bc JVM_StartThread + 2304
    15 libjvm.dylib 0x9cc3044c JVM_StartThread + 2192
    16 libjvm.dylib 0x9cc30314 JVM_StartThread + 1880
    17 libjvm.dylib 0x9cbbf88c JNICreateJavaVMImpl + 43984
    18 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 1 crashed with PPC Thread State 64:
    srr0: 0x00000000803468f8 srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x42204444 xer: 0x0000000000000000 lr: 0x0000000080346494 ctr: 0x0000000000000000
    r0: 0x0000000000000000 r1: 0x00000000f07ff6d0 r2: 0x00000000acbb6f1c r3: 0x0000000000508fd4
    r4: 0x0000000000000004 r5: 0x000000009cc4437c r6: 0x0000000000000007 r7: 0x00000000acbc4494
    r8: 0x00000000030007f4 r9: 0x00000000acbb488c r10: 0x0000000003000504 r11: 0x0000000000000001
    r12: 0x00000000acbc400c r13: 0x0000000000501640 r14: 0x000000000524a288 r15: 0x0000000080346350
    r16: 0x00000000f07ffd80 r17: 0x0000000057a6a250 r18: 0x00000000f07ffde4 r19: 0x00000000f07ffd68
    r20: 0x0000000057a6a4b0 r21: 0x00000000f07ff78a r22: 0x00000000f07ff8da r23: 0x0000000000508fd4
    r24: 0x0000000000000000 r25: 0x00000000005016c4 r26: 0x00000000f07ff744 r27: 0x0000000000000037
    r28: 0x0000000000000000 r29: 0x0000000000000000 r30: 0x0000000000000000 r31: 0x0000000080346374
    Binary Images Description:
    0x1000 - 0xcfff com.lightcrafts.LightZone ??? (1.5.2) /Applications/LightZone.app/Contents/MacOS/LightZone
    0x5ba3d000 - 0x5ba3ffff libLCCDL.jnilib /Applications/LightZone.app/Contents/Resources/Java/libLCCDL.jnilib
    0x5ba61000 - 0x5ba7afff libESD.jnilib /Applications/LightZone.app/Contents/Resources/Java/libESD.jnilib
    0x5bab1000 - 0x5bab2fff libLCJNI.dylib libLCJNI.dylib
    0x7bb48000 - 0x7bb4ffff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.3 (1.0.3b1) /Users/carsten/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x7bb55000 - 0x7bb55fff com.growl.GrowlSafariLoader 1.0 /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/Grow lSafariLoader
    0x7fa2e000 - 0x7fa7afff libDCRaw.jnilib /Applications/LightZone.app/Contents/Resources/Java/libDCRaw.jnilib
    0x8008b000 - 0x800a6fff libSegment.jnilib /Applications/LightZone.app/Contents/Resources/Java/libSegment.jnilib
    0x800ec000 - 0x80106fff libJAI.jnilib /Applications/LightZone.app/Contents/Resources/Java/libJAI.jnilib
    0x801a8000 - 0x801e7fff libLCJPEG.jnilib /Applications/LightZone.app/Contents/Resources/Java/libLCJPEG.jnilib
    0x80345000 - 0x8034ffff libMacOSX.jnilib /Applications/LightZone.app/Contents/Resources/Java/libMacOSX.jnilib
    0x8fe00000 - 0x8fe52fff dyld 45.1 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fbfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110c000 - 0x9111afff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111d000 - 0x912d7fff com.apple.security 4.4 (27566) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d5000 - 0x913defff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e5000 - 0x9140dfff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91420000 - 0x9142bfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91430000 - 0x91438fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143c000 - 0x914b7fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f4000 - 0x914f4fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f6000 - 0x9152efff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91549000 - 0x91616fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166b000 - 0x916fcfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91743000 - 0x917fafff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91837000 - 0x91895fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c4000 - 0x918e5fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918f9000 - 0x9191efff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91931000 - 0x91973fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9198f000 - 0x919a3fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b1000 - 0x919f1fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a07000 - 0x91acffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b1d000 - 0x91b32fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b37000 - 0x91b54fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b59000 - 0x91bc8fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91bdf000 - 0x91be3fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91be5000 - 0x91c2dfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c32000 - 0x91c6ffff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c76000 - 0x91c8ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c94000 - 0x91c97fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c99000 - 0x91c99fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c9b000 - 0x91d80fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d88000 - 0x91da7fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e13000 - 0x91e81fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e8c000 - 0x91f21fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f3b000 - 0x924c3fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924f6000 - 0x92821fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92851000 - 0x928d9fff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9291a000 - 0x92b45fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c63000 - 0x92d41fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d61000 - 0x92e4ffff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e61000 - 0x92e7ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e8a000 - 0x92ee4fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f02000 - 0x92f02fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f04000 - 0x92f18fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f30000 - 0x92f40fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f4c000 - 0x92f61fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f73000 - 0x92ffafff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9300e000 - 0x93019fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93023000 - 0x93050fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9306a000 - 0x93079fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93085000 - 0x930ebfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9311c000 - 0x9316bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93199000 - 0x931b6fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931c8000 - 0x931d5fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931de000 - 0x934ebfff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9363a000 - 0x93646fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93678000 - 0x9367cfff com.apple.JavaVM 11.4.0 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x936df000 - 0x936dffff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936e1000 - 0x93d14fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940a1000 - 0x94111fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9414a000 - 0x9420dfff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425f000 - 0x9425ffff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94261000 - 0x94414fff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94467000 - 0x944a4fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944ac000 - 0x944fcfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x946aa000 - 0x946b9fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946c1000 - 0x946cefff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94714000 - 0x9472dfff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94734000 - 0x949e8fff com.apple.QuickTime 7.1.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94aac000 - 0x94b1dfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94b90000 - 0x94bb1fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x951dd000 - 0x951f3fff com.apple.JavaApplicationLauncher 11.4.0 /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/ JavaApplicationLauncher
    0x97485000 - 0x974a4fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9cbb4000 - 0x9cedafff libjvm.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjvm.dyl ib
    0x9cf0a000 - 0x9cf0afff libcmm.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libcmm.jni lib
    0x9cf0c000 - 0x9cf0efff libcolorsync.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libcolorsy nc.jnilib
    0x9cf43000 - 0x9cf5ffff libjava.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x9cf6a000 - 0x9cf71fff libverify.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x9cfd0000 - 0x9cff3fff libjpeg.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjpeg.jn ilib
    0x9d032000 - 0x9d03dfff libnet.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jni lib
    0x9d041000 - 0x9d045fff libnio.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jni lib
    0x9d099000 - 0x9d0a5fff libzip.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    0x9fdce000 - 0x9fe1dfff libfontmanager.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libfontman ager.jnilib
    0x9fe37000 - 0x9fe46fff liblaf.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/liblaf.jni lib
    0x9fe4c000 - 0x9ff9cfff libawt.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jni lib
    Powermac G5 DC 2.0   Mac OS X (10.4.7)   2.5GB - internal: 2x10k 74GB, 120GB - external: 2x160GB (in G4 case), 250GB FW

    First of all: Thanks for your help!
    Since it runs OK on the same computer but under a
    different account, it sounds like a problem with your
    account, perhaps the application's preferences.
    That's what I am also thinking, but I can't find anything special with my account.
    • Discard the preferences in your account related to
    the application in question. Check both your Home >
    Library > Preferences and Home > Library >
    Preferences > ByHost folders for preferences related
    to LightZone.
    I had already done this before posting. I even discarded everything in my preferences folder in order to check for any problems related to bad preferences.
    • Check your account's preferences with Pref
    erential Treatment.
    Already running while writing this message...
    • I note you have some Unsanity haxies installed.
    These have a history of being problematic. I
    suggest checking for updates, disabling them, or
    uninstalling them.
    What? I still have unsanity stuff installed?!?!? I used some of their apps a long time ago, but then I had problems, so I uninstalled everything - or so I thought.
    How do you know I have one of their haxies installed? Neither Spotlight nor a terminal search did show anything and judging from a look at their web site I don't accidentally use any of their hacks.
    • You should really report this problem to LightZone,
    as the first set of Console messages indicate. It's
    they're application, they should support it.
    I did this, but I never heard anything. Also a web search did not show any other user with a similar problem.
    EDIT: Ok, SmartCrashReporter is from Unsanity. But I do not know, where is application is coming from...
    Bye,
    Carsten

  • My Excel with PowerPivots acts weird, it hangs when i try to change font color

    Hi 
    I am facing a weird issue using PowerPivot in my workbook, there is a worksheet named Charts in my workbook and all the charts i am using resides in that worksheet. Whenever i try to change the font color in that sheet, my excel's color palette goes blur
    and then everything just freezes and turns black. This problem is happening only with Charts worksheet, when i try to change the color in other sheets, it works just, the problem is only with Charts sheet. File
    size is 16 MB, there are just 10 pivot tables with some calculations and some calculated fields. There are no add-ins other than PowerPivot. 
    Thanks,
    Shanker

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Do you receive any error message?
    Which Excel version are you using?  Excel 2013 or other?
    Which workbook format are you using? XLS or XLSX?
    Are you performing any specific task?
    According to your description, this issue seems only occur with the special worksheet "Charts".
    Firstly, I recommend we copy all of the content to a new/blank Excel file to test.
    If it works fine, this issue might be caused by the "Charts" workbook itself. We'd better check the "Charts" workbook. Or re-build the file with a new workbook.
    If it still makes Excel hang with a new file, this issue might due to the content. Please check the content first.
    Secondly, we could follow below KB to troubleshoot this issue:
    https://support2.microsoft.com/kb/2758592/en-us?wa=wsignin1.0
    Thirdly, if the issue still exists, we may try to collect the Event log and App crash dump file to do advanced troubleshooting.
    Event log:
    http://windows.microsoft.com/en-US/windows7/Open-Event-Viewer
    App crash dump file:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing
    it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\EXCEL.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open Excel
    to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • My MacBook was acting weird so I restarted it and when I login a white screen flashes and goes back to the login page. Help?

    My MacBook was acting weird like sometimes I would log on and I wouldn't be able to type my password for a couple seconds,but it usually logged in after that. Then I left my computer open after installing the recent update after that all my applications were not responding. So I shut it down, when I turned it back on about an hour later it went to this loading screen and then to the login like usual. After I tried logging in a white screen flashed and it went back to the login/ password screen like nothing happened. Any ideas on what happened and what I can do to fix it?

    Reinstall OS X;
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Why does my safari browser frequently gives me a gray screen? I resetted my safari many times and it doesn't help. Also sometimes when I scroll it gives me this weird scrolling effect where everything is either upside or messed up.

    Why does my safari browser frequently gives me a gray screen? I resetted my safari many times and it doesn't help. Also sometimes when I scroll it gives me this weird scrolling effect where everything is either upside or messed up.

    This article is for startup but it might help.  http://support.apple.com/kb/ts2570

  • Creative Sync Manager weird bug (featur

    Hi,
    I'm a new Zen Touch 20GB owner although I've been an avid 3G iPod owner before it died on me some time ago. Anyway, I love my new Zen Touch for what it worth but if only if the bundled software would perform better. Well, first of all, I find Creative MediaSource Organizer to be quite a decent audio player despite the weird 4-panes navigation scheme. I have no problem with it yet though.
    However, the accompanying sync plugin/module for my Zen Touch is very disappointing.
    Before I start ranting, here are some details:
    Mp3 Player:
    Zen Touch 20GB
    Date of purchase: 0/2/2005
    Firmware: 2.0.05 (PlayForSure)
    Creative MediaSource:
    Version 3.30.2 with updated driver for PlayForSure-enabled Zen Touch
    Now back to the issue. First, it takes more than 0 seconds to initialise. Loading a big chunk of drivers for all MP3 players Creative have ever produced or what? Second, it doesn't have an option to delete files in my zen player which are not in my PC library. Third, it REFUSES TO REPLACE MP3 files that are already in the player eventhough the files are listed before the syncing procedure. You see, I edit ID3 tags of my music collection all the time so it is natural for me to have my modified ID3 tags to reflect on the files on my Zen Touch as well. OK sure, when I fire up the sync manager, it manages to detect that I have all these files with updated ID3 tags needed to be copied over to my Zen Touch but why in the name of creativity wouldn't it copy the files just like it should do? The files are already in my Zen Touch? Just replace them! I know what I want to do so just replace them! Or at least give me the "Do you want to replace the files?" box with "Yes" or "No" button. Why do I have to go into the directory structure of my zen player and delete the files manually in order to get the latest files copied over?
    I hope this issue is fixed soon. Don't give me those "download the freeware NomadSync etc" advices. Why bother releasing the bundled software if it cannot do such a simple job of replacing files already in the player.
    p/s: I read the "read before you post" post and I already did some searches in the forum for previously posted posts on the issue above but it seems that I'm the first one to discover it. Or maybe everyone else just doesn't care and decided to suck it up?Message Edited by anatilmizun on -09-2005 02:57 AM

    well, I don't mind having to use other program for not-so-common jobs, but this is about replacing/overwriting files that are already in the player. I did mention that the sync manager is smart enough to make a list of files that it thinks should be synced to my zen touch but why won't it copy the files over? Isn't it weird if you sit and think about it's Isn't the real purpose of sync manager to copy files from PC to Zen or vice versa so that both places have the exact set of files? So what if the destination already has the files? The files are different, as detected by sync manager, so it should just overwrite them. It is the basic job the Sync Manager is supposed to do, isn't it's Why should I use another program?
    It's like sync manager saying "hey, I think the files X, Y and Z in your MP3 player are outdated so I am going to sync them. WHoaaaa! There are already X, Y and Z in your MP3 player so I'm going to leave them alone" Sense any weirdness or craziness about this hypotethic monologue?Message Edited by anatilmizun on -0-2005 0:09 AM

  • Weird error message from aplay

    Got a new system this week and everything is set up and working, except a few weird audio glitches.  Audio goes through the onboard HDMI thingie, but I'm not using HDMI; my monitor sends the HDMI signal to a different computer and VGA to my problem child.  So HDMI audio is inactive.  I finally got alsa and all the other audio apps to stop trying to use the nonexistent HDMI by default (resulting in a segfault) by simply deleting that module from libs/modules/{...}  I set up /etc/asound.conf to identify the analog PCM as the default (card 2).  But there's a further complication.  I also have an external sound adapter plugged into USB for my podcast work, and it shows up as card #1.
    Anyway, thanks to the default settings in asound.conf I can get most programs to send output to the analog onboard card and external speakers.  But when I try to play a wave file with aplay, I get
    aplay: set_params:1081: Sample format non available
    That message came up in another thread in 2007, and the solution was to install an updated set of alsa-plugins... but pacman says mine are up to date and I assume any problem with them in 2007 is no longer an issue -- at any rate, aplay worked fine with wave files on my old PC.  mpg123 plays mp3 files fine, and mplayer handles wave files (et al) fine... it's just aplay that's giving me grief.
    I do *not* run jack, except during my podcast because idjc requires it.
    Anyone else familiar with that error and can recommend a fix?

    gday Andrew -
    I believe that this is caused by setting the attribute exclusive-write-access=false in the orion-ejb-jar.xml file for your EJBs.
    This is a known OC4J problem: a bug has been logged and it's been fixed here. The next minor release of OC4J will contain the fix for this.
    In the meantime as a workaround removing the exclusive-write-access=false attribute from the orion-ejb-jar.xml files for your beans should get you going.
    cheers!
    -steve.
    null

  • Weird error message need help..

    SO.. i havent updated my itunes in a while because i keep getting this weird message.. it comes up when im almost done installing the newest/newer versions of itunes. it says
    "the feature you are trying to use is on a network resource that is unavailable" "click ok to try again or enter an alternate path to a folder containing the installation package 'iTunes.msi' in the box below"
    now when ever i choose a file from the browse box it replies with this message "the file 'xxx' is not a valid installation package for the product iTunes. try to find the installation package iTunes.msi in a folder from which you can install iTunes."
    no idea need help thanks
    ~~~lake
    Message was edited by: DarkxFlamexCaster
    Message was edited by: DarkxFlamexCaster

    +it comes up when im almost done installing the newest/newer versions of itunes. it says+ +"the feature you are trying to use is on a network resource that is unavailable" "click ok to try again or enter an alternate path to a folder containing the installation package 'iTunes.msi' in the box below"+
    With that one, let's try the following procedure.
    First, head into your Add/Remove programs and uninstall your QuickTime. If it goes, good. If it doesn't, we'll just attend to it when we attend to iTunes.
    Next, download and install the Windows Installer CleanUp utility:
    Description of the Windows Installer CleanUp Utility
    Now launch Windows Installer CleanUp ("Start > All Programs > Windows Install Clean Up"), find any iTunes and/or QuickTime entries in the list of programs in CleanUp, select those entries, and click “remove”.
    Next, we'll manually remove any leftover iTunes or QuickTime program files:
    (1) Open Local Disk (C:) in Computer or whichever disk programs are installed on.
    (2) Open the Program Files folder.
    (3) Right-click the iTunes folder and select Delete and choose Yes when asked to confirm the deletion.
    (4) Right-click the QuickTime folder and select Delete and choose Yes when asked to confirm the deletion. (Note: This folder may have already been deleted if QuickTime was successfully removed using Add/Remove Programs earlier.)
    (5) Delete the QuickTime and QuicktimeVR files located in the C:\Windows\system32\ folder. Click Continue if Windows needs confirmation or permission to continue. (Note: These files may have already been deleted if QuickTime was successfully removed using Add/Remove Programs earlier.)
    (6) Right-click on the Recycle Bin and on the shortcut menu, click Empty Recycle Bin.
    (7) Restart your computer.
    Now try another iTunes install. Does it go through properly now?

  • [SOLVED] IBM Thinkpad 600E 3.6.11-1 rt73usb weird wireless issue.

    Hi guys and gals.
    I have been researching this for 3 days now. I have also asked at the #Archlinux channel but they don't seem to know the answer and I cannot seem to find anything relevant... so here goes nothing.
    I have this Belkin rt73usb card - it's connected to this SUPER OLD Thinkpad 600E machine and it's associated always with only 1 router - static IP setup - basically laptop is stationary / not moved. I had little problems with connecting it to the network at boot time but thanks to Boohbah from #Archlinux channel and a bit of research I got it to connect http://sparewotw.wordpress.com/2013/01/ … boot-time/ and to turn off power management and to keep the rate as "fixed" - works well BUT... I have a problem with it - the connection stays up - I can browse the internet from the thinkpad / I can access the sshfs share on my server (from thinkpad) and so on but after a while sshd port - 50505 in my case - goes from open into filtered and I cannot connect to it anymore. Example - rebooted thinkpad - i can connect - thinkpad was left alone for lets say sometimes 10 minutes - sometimes an hour - connection is active but I cannot ssh to the machine anymore.
    I have been running shorewall as a firewall and I said maybe it's a shorewall bug but then I ran as root shorewall clear and it didn't solved it, disabling shorewall or restarting didn't help, restarting sshd service didn't help only restarting the wlan0 service / connection re-opens the port... Any ideas?
    All I get is "No route to host" and when I nmap the port it's not open anymore... it says filtered without firewall enabled / active...
    The connecting method has nothing to do with failures as netcfg (which started connecting at boot time after adding pci=noacpi to the boot time kernel parameters) is doing the exact same thing...
    Also when powermanagement was on and the rate was not fixed the problem was still occuring...
    Connection info is available at the link mentioned above.
    Some more technical data:
    lspci -k
    [root@wishthinkpad andrzejl]# lspci -k
    00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
    Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
    00:02.0 CardBus bridge: Texas Instruments PCI1251A
    Subsystem: IBM Device 00eb
    Kernel driver in use: yenta_cardbus
    00:02.1 CardBus bridge: Texas Instruments PCI1251A
    Subsystem: IBM Device 00eb
    Kernel driver in use: yenta_cardbus
    00:06.0 Multimedia audio controller: Cirrus Logic CS 4610/11 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
    Subsystem: IBM CS4610 SoundFusion Audio Accelerator
    00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
    00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
    Kernel driver in use: ata_piix
    00:07.2 USB controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
    Kernel driver in use: uhci_hcd
    00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
    01:00.0 VGA compatible controller: Neomagic Corporation NM2200 [MagicGraph 256AV] (rev 12)
    Subsystem: IBM ThinkPad 570
    [root@wishthinkpad andrzejl]#
    lscpi -vvv
    [root@wishthinkpad andrzejl]# lspci -vvv
    00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 64
    Region 0: Memory at 40000000 (32-bit, prefetchable) [size=64M]
    Capabilities: [a0] AGP version 1.0
    Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2
    Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
    Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 168
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=176
    I/O behind bridge: 0000d000-0000dfff
    Memory behind bridge: 70000000-dfffffff
    Prefetchable memory behind bridge: e0000000-f7ffffff
    Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR+
    BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B+
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    00:02.0 CardBus bridge: Texas Instruments PCI1251A
    Subsystem: IBM Device 00eb
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 168, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at 50102000 (32-bit, non-prefetchable) [size=4K]
    Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
    Memory window 0: 1c000000-1fffffff (prefetchable)
    Memory window 1: 20000000-23ffffff
    I/O window 0: 00001000-000010ff
    I/O window 1: 00001400-000014ff
    BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
    16-bit legacy interface ports at 0001
    Kernel driver in use: yenta_cardbus
    00:02.1 CardBus bridge: Texas Instruments PCI1251A
    Subsystem: IBM Device 00eb
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 168, Cache Line Size: 64 bytes
    Interrupt: pin B routed to IRQ 11
    Region 0: Memory at 50101000 (32-bit, non-prefetchable) [size=4K]
    Bus: primary=00, secondary=06, subordinate=09, sec-latency=176
    Memory window 0: 24000000-27ffffff (prefetchable)
    Memory window 1: 28000000-2bffffff
    I/O window 0: 00001800-000018ff
    I/O window 1: 00001c00-00001cff
    BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
    16-bit legacy interface ports at 0001
    Kernel driver in use: yenta_cardbus
    00:06.0 Multimedia audio controller: Cirrus Logic CS 4610/11 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
    Subsystem: IBM CS4610 SoundFusion Audio Accelerator
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 32 (1000ns min, 6000ns max)
    Interrupt: pin A routed to IRQ 9
    Region 0: Memory at 50100000 (32-bit, non-prefetchable) [size=4K]
    Region 1: Memory at 50000000 (32-bit, non-prefetchable) [size=1M]
    00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
    Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 48
    Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
    Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable)
    Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
    Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable)
    Region 4: I/O ports at fcf0 [size=16]
    Kernel driver in use: ata_piix
    00:07.2 USB controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 48
    Interrupt: pin D routed to IRQ 11
    Region 4: I/O ports at 8400 [size=32]
    Kernel driver in use: uhci_hcd
    00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin ? routed to IRQ 9
    01:00.0 VGA compatible controller: Neomagic Corporation NM2200 [MagicGraph 256AV] (rev 12) (prog-if 00 [VGA controller])
    Subsystem: IBM ThinkPad 570
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 128 (4000ns min, 63750ns max)
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at e0000000 (32-bit, prefetchable) [size=16M]
    Region 1: Memory at 70000000 (32-bit, non-prefetchable) [size=4M]
    Region 2: Memory at 70400000 (32-bit, non-prefetchable) [size=1M]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [dc] Power Management version 1
    Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    [root@wishthinkpad andrzejl]#
    inxi -v7
    [root@wishthinkpad andrzejl]# inxi -v7
    System: Host: wishthinkpad.loc Kernel: 3.6.11-1-ARCH i686 (32 bit, gcc: 4.7.2)
    Desktop: N/A info: lxpanel dm: lxdm Distro: Arch Linux
    Machine: Mobo: IBM model: 26458A0 serial: J197K75421N Bios: IBM version: INET24WW date: 05/24/1999
    CPU: Single core Mobile Pentium II (-UP-) cache: 256 KB flags: (-) bmips: 728.23 clocked at 363.955 MHz
    Graphics: Card: Neomagic NM2200 [MagicGraph 256AV] bus-ID: 01:00.0 chip-ID: 10c8:0005
    X.org: 1.13.1 driver: neomagic tty size: 116x32 Advanced Data: N/A for root
    Audio: Card: Cirrus Logic CS 4610/11 [CrystalClear SoundFusion Audio Accelerator]
    driver: CS4239 bus-ID: 00:06.0 chip-ID: 1013:6001
    Sound: Advanced Linux Sound Architecture ver: 1.0.25
    Network: Card: Ralink RT2501/RT2573 Wireless Adapter driver: rt73usb ver: 2.3.0 usb-ID: 001-003 chip-ID: 148f:2573
    IF: wlan0 state: up mac: 00:0e:2e:f4:db:4c
    WAN IP: None Detected! IF: wlan0 ip: 192.168.0.102 ip-v6: N/A
    Drives: HDD Total Size: 40.0GB (84.5% used)
    1: id: /dev/sda model: TOSHIBA_MK4032GA size: 40.0GB serial: 66SJ8501S
    Optical: /dev/sr0 model: N/A rev: N/A dev-links: cdrom
    Features: speed: 24x multisession: yes audio: yes dvd: yes rw: cd-r,cd-rw state: N/A
    Partition: ID: / size: 9.4G used: 6.9G (77%) fs: ext4 dev: /dev/sda1
    label: N/A uuid: 350fa8e9-36fb-4927-abaf-91f4b958a679
    ID: /media/Extra size: 26G used: 24G (99%) fs: ext4 dev: /dev/sda7
    label: Data uuid: e4eb21d7-8ea8-4059-b44b-778690e44675
    ID: /home size: 1004M used: 834M (88%) fs: ext4 dev: /dev/sda6
    label: N/A uuid: 567947ca-cba3-42e4-9677-e9ddeecd2c26
    ID: swap-1 size: 1.02GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
    label: N/A uuid: 0a64bde1-82c3-4cfb-ab68-7178564d8ed5
    RAID: No RAID data available - /proc/mdstat is missing - is md_mod kernel module loaded?
    Unmounted: ID: /dev/sr0 size: 1.07G label: N/A uuid: N/A
    Sensors: System Temperatures: cpu: 60.8C mobo: 24.8C
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 85 Uptime: 5 min Memory: 65.5/404.5MB Runlevel: 5 Gcc sys: 4.7.2
    Client: Shell (bash 4.2.42) inxi: 1.8.26
    [root@wishthinkpad andrzejl]#
    lsmod
    [root@wishthinkpad andrzejl]# lsmod
    Module Size Used by
    fuse 60479 4
    ablk_helper 1529 0
    cryptd 7390 1 ablk_helper
    aes_i586 6980 1
    aes_generic 26055 1 aes_i586
    arc4 1604 2
    rt73usb 22629 0
    rt2x00usb 7823 1 rt73usb
    rt2x00lib 32012 2 rt73usb,rt2x00usb
    mac80211 367308 2 rt2x00lib,rt2x00usb
    cfg80211 153457 2 mac80211,rt2x00lib
    rfkill 12569 2 cfg80211
    ppdev 4751 0
    crc_itu_t 1096 1 rt73usb
    joydev 7696 0
    ac 1893 0
    battery 5691 0
    microcode 8922 0
    irda 91023 0
    parport_pc 26474 0
    parport 26032 2 ppdev,parport_pc
    ns558 1832 0
    video 9964 0
    crc_ccitt 1096 1 irda
    gameport 6265 2 ns558
    pcmcia 31186 0
    fan 1999 0
    thermal 6660 0
    intel_agp 8593 1
    psmouse 71891 0
    shpchp 22302 0
    intel_gtt 12212 1 intel_agp
    i2c_piix4 7288 0
    yenta_socket 18841 0
    processor 24040 1
    pci_hotplug 20151 1 shpchp
    agpgart 21936 2 intel_agp,intel_gtt
    pcmcia_rsrc 8809 1 yenta_socket
    serio_raw 3714 0
    button 3711 0
    i2c_core 16944 1 i2c_piix4
    evdev 7663 8
    pcmcia_core 10242 3 pcmcia,pcmcia_rsrc,yenta_socket
    ext4 402657 3
    crc16 1092 1 ext4
    jbd2 66384 1 ext4
    mbcache 4387 1 ext4
    hid_generic 710 0
    usbhid 32211 0
    hid 68226 2 hid_generic,usbhid
    sr_mod 13149 0
    cdrom 30345 1 sr_mod
    sd_mod 27312 5
    ata_generic 2435 0
    pata_acpi 2400 0
    ata_piix 19705 4
    libata 146129 3 pata_acpi,ata_generic,ata_piix
    uhci_hcd 19841 0
    usbcore 126796 4 uhci_hcd,rt73usb,rt2x00usb,usbhid
    scsi_mod 113073 3 libata,sd_mod,sr_mod
    usb_common 623 1 usbcore
    floppy 48487 0
    snd_cs4236 22145 0
    snd_mpu401_uart 4944 1 snd_cs4236
    snd_rawmidi 14983 1 snd_mpu401_uart
    snd_opl3_lib 7187 1 snd_cs4236
    snd_hwdep 4843 1 snd_opl3_lib
    snd_seq_device 4285 2 snd_rawmidi,snd_opl3_lib
    snd_wss_lib 18180 1 snd_cs4236
    snd_pcm 61958 2 snd_wss_lib,snd_cs4236
    snd_page_alloc 5902 2 snd_wss_lib,snd_pcm
    snd_timer 14903 3 snd_wss_lib,snd_pcm,snd_opl3_lib
    snd 45098 9 snd_hwdep,snd_timer,snd_wss_lib,snd_pcm,snd_rawmidi,snd_mpu401_uart,snd_seq_device,snd_cs4236,snd_opl3_lib
    soundcore 4379 1 snd
    [root@wishthinkpad andrzejl]#
    lsusb -v
    [root@wishthinkpad andrzejl]# lsusb -v
    Bus 001 Device 002: ID 058f:9254 Alcor Micro Corp. Hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 8
    idVendor 0x058f Alcor Micro Corp.
    idProduct 0x9254 Hub
    bcdDevice 3.12
    iManufacturer 1 ALCOR
    iProduct 2 Generic USB Hub
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0001 1x 1 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 4
    wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    bPwrOn2PwrGood 22 * 2 milli seconds
    bHubContrCurrent 100 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0103 power enable connect
    Port 2: 0000.0303 lowspeed power enable connect
    Port 3: 0000.0100 power
    Port 4: 0000.0100 power
    Device Status: 0x0001
    Self Powered
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x1d6b Linux Foundation
    idProduct 0x0001 1.1 root hub
    bcdDevice 3.06
    iManufacturer 3 Linux 3.6.11-1-ARCH uhci_hcd
    iProduct 2 UHCI Host Controller
    iSerial 1 0000:00:07.2
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 2
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    bPwrOn2PwrGood 1 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0103 power enable connect
    Port 2: 0000.0100 power
    Device Status: 0x0001
    Self Powered
    Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. RT2501/RT2573 Wireless Adapter
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    idVendor 0x148f Ralink Technology, Corp.
    idProduct 0x2573 RT2501/RT2573 Wireless Adapter
    bcdDevice 0.01
    iManufacturer 1 Ralink
    iProduct 2 802.11 bg WLAN
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 32
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0x80
    (Bus Powered)
    MaxPower 300mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 2
    bInterfaceClass 255 Vendor Specific Class
    bInterfaceSubClass 255 Vendor Specific Subclass
    bInterfaceProtocol 255 Vendor Specific Protocol
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x01 EP 1 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 0
    Device Qualifier (for other device speed):
    bLength 10
    bDescriptorType 6
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    bNumConfigurations 1
    Device Status: 0x0000
    (Bus Powered)
    Bus 001 Device 004: ID 04fc:0538 Sunplus Technology Co., Ltd Wireless Optical Mouse 2.4G [Bright]
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 8
    idVendor 0x04fc Sunplus Technology Co., Ltd
    idProduct 0x0538 Wireless Optical Mouse 2.4G [Bright]
    bcdDevice 1.10
    iManufacturer 1 MLK
    iProduct 2 Silvercrest OM1008
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 34
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 4 HID RF Receiver
    bmAttributes 0xa0
    (Bus Powered)
    Remote Wakeup
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 1 Boot Interface Subclass
    bInterfaceProtocol 2 Mouse
    iInterface 5 EP1 Interrupt
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.10
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 114
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 1x 8 bytes
    bInterval 10
    Device Status: 0x0000
    (Bus Powered)
    [root@wishthinkpad andrzejl]#
    iwconfig
    [root@wishthinkpad andrzejl]# iwconfig
    wlan0 IEEE 802.11bg ESSID:"Arch_Linux_User"
    Mode:Managed Frequency:2.412 GHz Access Point: 00:18:39:A0:DB:3E
    Bit Rate=54 Mb/s Tx-Power=20 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality=64/70 Signal level=-46 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:5 Missed beacon:0
    lo no wireless extensions.
    [root@wishthinkpad andrzejl]#
    ifconfig
    [root@wishthinkpad andrzejl]# ifconfig
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
    inet 127.0.0.1 netmask 255.0.0.0
    loop txqueuelen 0 (Local Loopback)
    RX packets 526 bytes 275160 (268.7 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 526 bytes 275160 (268.7 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.0.102 netmask 255.255.255.0 broadcast 192.168.0.255
    ether 00:0e:2e:f4:db:4c txqueuelen 1000 (Ethernet)
    RX packets 1590 bytes 381744 (372.7 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 1238 bytes 194926 (190.3 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    [root@wishthinkpad andrzejl]#
    dmesg right after reboot when it works
    [root@wishthinkpad andrzejl]# dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.11-1-ARCH (tobias@testing) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Tue Dec 18 12:58:46 CET 2012
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000019fcffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000019fd0000-0x0000000019fdefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x0000000019fdf000-0x0000000019fdffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000019fe0000-0x0000000019ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
    [ 0.000000] Malformed early option 'apic'
    [ 0.000000] Malformed early option 'apic'
    [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
    [ 0.000000] DMI 2.2 present.
    [ 0.000000] DMI: IBM 26458A0/26458A0, BIOS INET24WW 05/24/1999
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x19fd0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CBFFF write-protect
    [ 0.000000] CC000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FF0000000 write-back
    [ 0.000000] 1 base 010000000 mask FF8000000 write-back
    [ 0.000000] 2 base 018000000 mask FFE000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] PAT not supported by CPU.
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x19fcffff]
    [ 0.000000] [mem 0x00000000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x19bfffff] page 2M
    [ 0.000000] [mem 0x19c00000-0x19fcffff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0x19fcffff @ [mem 0x01bfa000-0x01bfffff]
    [ 0.000000] RAMDISK: [mem 0x18c36000-0x18f14fff]
    [ 0.000000] IBM Thinkpad 600 Series 2645 detected: force use of acpi=noirq
    [ 0.000000] ACPI: RSDP 000fd6e0 00014 (v00 IBM )
    [ 0.000000] ACPI: RSDT 19fd0000 00028 (v01 IBM TP600R 00000001 00000000)
    [ 0.000000] ACPI: FACP 19fd0100 00074 (v01 IBM TP600R 00000001 00000000)
    [ 0.000000] ACPI: DSDT 19fd0200 0B501 (v01 IBM TP600R 0000001D MSFT 0100000B)
    [ 0.000000] ACPI: FACS 19fdf000 00040
    [ 0.000000] 0MB HIGHMEM available.
    [ 0.000000] 415MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 19fd0000
    [ 0.000000] low ram: 0 - 19fd0000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x19fcffff]
    [ 0.000000] HighMem empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x19fcffff]
    [ 0.000000] On node 0 totalpages: 106335
    [ 0.000000] free_area_init_node: node 0, pgdat c155acc0, node_mem_map d9c8f200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 800 pages used for memmap
    [ 0.000000] Normal zone: 101552 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0xef08
    [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
    [ 0.000000] Local APIC disabled by BIOS -- reenabling.
    [ 0.000000] Could not enable APIC!
    [ 0.000000] APIC: disable apic facility
    [ 0.000000] APIC: switched to apic NOOP
    [ 0.000000] nr_irqs_gsi: 16
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] e820: [mem 0x1a000000-0xfffdffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @d9c7e000 s32384 r0 d20864 u53248
    [ 0.000000] pcpu-alloc: s32384 r0 d20864 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 105503
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=350fa8e9-36fb-4927-abaf-91f4b958a679 ro quiet pci=noacpi lapic apic acpi=noirq apm=on pci=use_crs
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 851456 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
    [ 0.000000] Memory: 410744k/425792k available (3974k kernel code, 14596k reserved, 1545k data, 536k init, 0k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xda7d0000 - 0xff7fe000 ( 592 MB)
    lowmem : 0xc0000000 - 0xd9fd0000 ( 415 MB)
    .init : 0xc1564000 - 0xc15ea000 ( 536 kB)
    .data : 0xc13e18b2 - 0xc1563fc0 (1545 kB)
    .text : 0xc1000000 - 0xc13e18b2 (3974 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
    [ 0.000000] NR_IRQS:2304 nr_irqs:256 16
    [ 0.000000] CPU 0 irqstacks, hard=d9408000 soft=d940a000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 363.955 MHz processor
    [ 0.006677] Calibrating delay loop (skipped), value calculated using timer frequency.. 728.23 BogoMIPS (lpj=1213183)
    [ 0.006704] pid_max: default: 32768 minimum: 301
    [ 0.006934] Security Framework initialized
    [ 0.006969] AppArmor: AppArmor disabled by boot time parameter
    [ 0.007122] Mount-cache hash table entries: 512
    [ 0.008703] Initializing cgroup subsys cpuacct
    [ 0.008725] Initializing cgroup subsys memory
    [ 0.008789] Initializing cgroup subsys devices
    [ 0.008805] Initializing cgroup subsys freezer
    [ 0.008820] Initializing cgroup subsys net_cls
    [ 0.008833] Initializing cgroup subsys blkio
    [ 0.010131] mce: CPU supports 5 MCE banks
    [ 0.010255] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 2
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
    tlb_flushall_shift is 0x6
    [ 0.010345] SMP alternatives: switching to UP code
    [ 0.030215] Freeing SMP alternatives: 16k freed
    [ 0.030302] ACPI: Core revision 20120711
    [ 0.064159] ACPI: setting ELCR to 0a00 (from 0800)
    [ 0.066739] ftrace: allocating 17427 entries in 35 pages
    [ 0.110222] smpboot: weird, boot CPU (#0) not listed by the BIOS
    [ 0.110255] smpboot: SMP motherboard not detected
    [ 0.110269] smpboot: Local APIC not detected. Using dummy APIC emulation.
    [ 0.110278] smpboot: SMP disabled
    [ 0.110291] Performance Events:
    [ 0.110308] no APIC, boot with the "lapic" boot parameter to force-enable it.
    [ 0.110319] no hardware sampling interrupt available.
    [ 0.110332] p6 PMU driver.
    [ 0.110348] ... version: 0
    [ 0.110358] ... bit width: 32
    [ 0.110367] ... generic registers: 2
    [ 0.110378] ... value mask: 00000000ffffffff
    [ 0.110389] ... max period: 000000007fffffff
    [ 0.110398] ... fixed-purpose events: 0
    [ 0.110408] ... event mask: 0000000000000003
    [ 0.137539] NMI watchdog: disabled (cpu0): not supported (no LAPIC?)
    [ 0.137923] Brought up 1 CPUs
    [ 0.137943] smpboot: Total of 1 processors activated (728.23 BogoMIPS)
    [ 0.139405] devtmpfs: initialized
    [ 0.141359] PM: Registering ACPI NVS region [mem 0x19fdf000-0x19fdffff] (4096 bytes)
    [ 0.152637] NET: Registered protocol family 16
    [ 0.154302] ACPI: bus type pci registered
    [ 0.159739] PCI: PCI BIOS revision 2.10 entry at 0xfd880, last bus=7
    [ 0.159754] PCI: Using configuration type 1 for base access
    [ 0.164680] bio: create slab <bio-0> at 0
    [ 0.165221] ACPI: Added _OSI(Module Device)
    [ 0.165239] ACPI: Added _OSI(Processor Device)
    [ 0.165254] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.165270] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.174743] ACPI: EC: Look up EC in DSDT
    [ 0.561367] ACPI: Interpreter enabled
    [ 0.561420] ACPI: (supports S0 S1 S2 S3 S4 S5)
    [ 0.561831] ACPI: Using PIC for interrupt routing
    [ 0.570305] ACPI: Power Resource [PVID] (on)
    [ 0.572694] ACPI: Power Resource [PSIO] (on)
    [ 0.574878] ACPI: Power Resource [PRSD] (off)
    [ 0.629330] ACPI: Power Resource [PFN0] (off)
    [ 0.630906] ACPI: Power Resource [PFN1] (off)
    [ 0.636194] ACPI: Power Resource [PDCK] (on)
    [ 0.637240] ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62
    [ 0.641373] ACPI: ACPI Dock Station Driver: 1 docks/bays found
    [ 0.641842] vgaarb: loaded
    [ 0.642190] PCI: Probing PCI hardware
    [ 0.642209] PCI: root bus 00: using default resources
    [ 0.642221] PCI: Probing PCI hardware (bus 00)
    [ 0.642464] PCI host bridge to bus 0000:00
    [ 0.642497] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.642519] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.642539] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
    [ 0.642568] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
    [ 0.642638] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
    [ 0.642688] pci 0000:00:00.0: reg 10: [mem 0x40000000-0x43ffffff pref]
    [ 0.642858] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
    [ 0.642983] pci 0000:00:02.0: [104c:ac1d] type 02 class 0x060700
    [ 0.643038] pci 0000:00:02.0: reg 10: [mem 0x50102000-0x50102fff]
    [ 0.643117] pci 0000:00:02.0: supports D1 D2
    [ 0.643137] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot
    [ 0.643214] pci 0000:00:02.1: [104c:ac1d] type 02 class 0x060700
    [ 0.643333] pci 0000:00:02.1: reg 10: [mem 0x50101000-0x50101fff]
    [ 0.643414] pci 0000:00:02.1: supports D1 D2
    [ 0.643434] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot
    [ 0.643527] pci 0000:00:06.0: [1013:6001] type 00 class 0x040100
    [ 0.643575] pci 0000:00:06.0: reg 10: [mem 0x50100000-0x50100fff]
    [ 0.643613] pci 0000:00:06.0: reg 14: [mem 0x50000000-0x500fffff]
    [ 0.643780] pci 0000:00:07.0: [8086:7110] type 00 class 0x068000
    [ 0.643978] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180
    [ 0.644084] pci 0000:00:07.1: reg 20: [io 0xfcf0-0xfcff]
    [ 0.644199] pci 0000:00:07.2: [8086:7112] type 00 class 0x0c0300
    [ 0.644308] pci 0000:00:07.2: reg 20: [io 0x8400-0x841f]
    [ 0.644422] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
    [ 0.644441] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
    * this clock source is slow. Consider trying other clock sources
    [ 0.644601] pci 0000:00:07.3: quirk: [io 0xef00-0xef3f] claimed by PIIX4 ACPI
    [ 0.644626] pci 0000:00:07.3: quirk: [io 0xefa0-0xefaf] claimed by PIIX4 SMB
    [ 0.644652] pci 0000:00:07.3: PIIX4 devres B PIO at 02f8-02ff
    [ 0.644674] pci 0000:00:07.3: PIIX4 devres C PIO at 15e8-15ef
    [ 0.644696] pci 0000:00:07.3: PIIX4 devres E PIO at 0538-053f
    [ 0.644720] pci 0000:00:07.3: PIIX4 devres G PIO at 0130-013f
    [ 0.644744] pci 0000:00:07.3: PIIX4 devres I PIO at 002e-002f
    [ 0.644898] pci_bus 0000:01: busn_res: [bus 01] is inserted under [bus 00-ff]
    [ 0.644954] pci 0000:01:00.0: [10c8:0005] type 00 class 0x030000
    [ 0.645006] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe0ffffff pref]
    [ 0.645042] pci 0000:01:00.0: reg 14: [mem 0x70000000-0x703fffff]
    [ 0.645077] pci 0000:01:00.0: reg 18: [mem 0x70400000-0x704fffff]
    [ 0.645196] pci 0000:01:00.0: supports D1 D2
    [ 0.645293] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.645319] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.645344] pci 0000:00:01.0: bridge window [mem 0x70000000-0xdfffffff]
    [ 0.645369] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf7ffffff pref]
    [ 0.645481] pci_bus 0000:02: busn_res: [bus 02-ff] is inserted under [bus 00-ff]
    [ 0.645511] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
    [ 0.645597] pci_bus 0000:06: busn_res: [bus 06-ff] is inserted under [bus 00-ff]
    [ 0.645625] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 09
    [ 0.645655] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 09
    [ 0.647922] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.648802] pci 0000:00:07.0: PIIX/ICH IRQ router [8086:7110]
    [ 0.648892] PCI: pci_cache_line_size set to 32 bytes
    [ 0.649047] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.649064] e820: reserve RAM buffer [mem 0x19fd0000-0x1bffffff]
    [ 0.649911] NetLabel: Initializing
    [ 0.649928] NetLabel: domain hash size = 128
    [ 0.649990] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.650100] NetLabel: unlabeled traffic allowed by default
    [ 0.650468] Switching to clocksource pit
    [ 0.711237] pnp: PnP ACPI init
    [ 0.711384] ACPI: bus type pnp registered
    [ 0.713292] pnp 00:00: [mem 0x00000000-0x0009ffff]
    [ 0.713318] pnp 00:00: [mem 0x000c0000-0x000cbfff]
    [ 0.713339] pnp 00:00: [mem 0x000f0000-0x000fffff]
    [ 0.713359] pnp 00:00: [mem 0x00100000-0x19ffffff]
    [ 0.713379] pnp 00:00: [mem 0xfffe0000-0xffffffff]
    [ 0.713727] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.713755] system 00:00: [mem 0x000c0000-0x000cbfff] could not be reserved
    [ 0.713779] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.713802] system 00:00: [mem 0x00100000-0x19ffffff] could not be reserved
    [ 0.713827] system 00:00: [mem 0xfffe0000-0xffffffff] has been reserved
    [ 0.713864] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.713985] pnp 00:01: [bus 00-ff]
    [ 0.714037] pnp 00:01: [io 0x0cf8-0x0cff]
    [ 0.714060] pnp 00:01: [io 0x0000-0x0cf7 window]
    [ 0.714081] pnp 00:01: [io 0x0d00-0xffff window]
    [ 0.714103] pnp 00:01: [mem 0x000a0000-0x000bffff window]
    [ 0.714124] pnp 00:01: [mem 0x000cc000-0x000effff window]
    [ 0.714145] pnp 00:01: [mem 0x1a000000-0xffdfffff window]
    [ 0.714436] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.714937] pnp 00:02: [io 0x03f0-0x03f5]
    [ 0.714959] pnp 00:02: [io 0x03f7]
    [ 0.714986] pnp 00:02: [irq 6]
    [ 0.715008] pnp 00:02: [dma 2]
    [ 0.715317] pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.715952] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (disabled)
    [ 0.716936] pnp 00:04: [io 0x03bc-0x03bf]
    [ 0.716964] pnp 00:04: [irq 7]
    [ 0.717518] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.718750] pnp 00:05: [io 0x03f8-0x03ff]
    [ 0.718775] pnp 00:05: [irq 4]
    [ 0.718795] pnp 00:05: [dma 3]
    [ 0.719828] pnp 00:05: Plug and Play ACPI device, IDs IBM0071 PNP0511 (active)
    [ 0.724699] pnp 00:06: [io 0x0538-0x053f]
    [ 0.725031] pnp 00:06: Plug and Play ACPI device, IDs CSC0110 (active)
    [ 0.733111] pnp 00:07: [io 0x0530-0x0537]
    [ 0.733135] pnp 00:07: [io 0x0388-0x038b]
    [ 0.733155] pnp 00:07: [io 0x0220-0x0233]
    [ 0.733179] pnp 00:07: [irq 5]
    [ 0.733198] pnp 00:07: [dma 1]
    [ 0.733216] pnp 00:07: [dma 0]
    [ 0.733642] pnp 00:07: Plug and Play ACPI device, IDs CSC0100 (active)
    [ 0.735954] pnp 00:08: [io 0x0200-0x0207]
    [ 0.736302] pnp 00:08: Plug and Play ACPI device, IDs CSC0101 PNPb02f (active)
    [ 0.741151] pnp 00:09: Plug and Play ACPI device, IDs CSC0103 (disabled)
    [ 0.749141] pnp 00:0a: [io 0x0130-0x013f]
    [ 0.749165] pnp 00:0a: [io 0x02f8-0x02ff]
    [ 0.749189] pnp 00:0a: [irq 3]
    [ 0.749209] pnp 00:0a: [irq 10]
    [ 0.749228] pnp 00:0a: [dma 7]
    [ 0.752374] pnp 00:0a: Plug and Play ACPI device, IDs IBM3765 (active)
    [ 0.752895] pnp 00:0b: [io 0x0000-0x000f]
    [ 0.752917] pnp 00:0b: [io 0x0080-0x008f]
    [ 0.752937] pnp 00:0b: [io 0x00c0-0x00df]
    [ 0.752956] pnp 00:0b: [dma 4]
    [ 0.753206] pnp 00:0b: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.753287] pnp 00:0c: [io 0x0061]
    [ 0.753520] pnp 00:0c: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.753616] pnp 00:0d: [io 0x0022]
    [ 0.753638] pnp 00:0d: [io 0x0092]
    [ 0.753657] pnp 00:0d: [io 0x00b2]
    [ 0.753676] pnp 00:0d: [io 0x002e-0x002f]
    [ 0.753695] pnp 00:0d: [io 0x15e0-0x15ef]
    [ 0.753714] pnp 00:0d: [io 0xef00-0xef3f]
    [ 0.753733] pnp 00:0d: [io 0xefa0-0xefaf]
    [ 0.754086] system 00:0d: [io 0x15e0-0x15ef] has been reserved
    [ 0.754112] system 00:0d: [io 0xef00-0xef3f] has been reserved
    [ 0.754135] system 00:0d: [io 0xefa0-0xefaf] has been reserved
    [ 0.754168] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.754256] pnp 00:0e: [io 0x00f0-0x00ff]
    [ 0.754281] pnp 00:0e: [irq 13]
    [ 0.754519] pnp 00:0e: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.754608] pnp 00:0f: [io 0x0060]
    [ 0.754629] pnp 00:0f: [io 0x0064]
    [ 0.754650] pnp 00:0f: [irq 1]
    [ 0.754887] pnp 00:0f: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.754973] pnp 00:10: [irq 12]
    [ 0.755233] pnp 00:10: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
    [ 0.755324] pnp 00:11: [io 0x0070-0x0073]
    [ 0.755347] pnp 00:11: [irq 8]
    [ 0.755587] pnp 00:11: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.761409] pnp: PnP ACPI: found 18 devices
    [ 0.761429] ACPI: ACPI bus type pnp unregistered
    [ 0.812245] Switching to clocksource acpi_pm
    [ 0.812534] pci 0000:00:02.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.812561] pci 0000:00:02.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.812586] pci 0000:00:02.1: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.812610] pci 0000:00:02.1: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.812633] pci 0000:00:02.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.812655] pci 0000:00:02.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.812760] pci 0000:00:02.1: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.812785] pci 0000:00:02.1: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.812829] pci 0000:00:02.0: BAR 15: assigned [mem 0x1c000000-0x1fffffff pref]
    [ 0.812855] pci 0000:00:02.0: BAR 16: assigned [mem 0x20000000-0x23ffffff]
    [ 0.812882] pci 0000:00:02.1: BAR 15: assigned [mem 0x24000000-0x27ffffff pref]
    [ 0.812907] pci 0000:00:02.1: BAR 16: assigned [mem 0x28000000-0x2bffffff]
    [ 0.812937] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x10ff]
    [ 0.812963] pci 0000:00:02.0: BAR 14: assigned [io 0x1400-0x14ff]
    [ 0.812990] pci 0000:00:02.1: BAR 13: assigned [io 0x1800-0x18ff]
    [ 0.813016] pci 0000:00:02.1: BAR 14: assigned [io 0x1c00-0x1cff]
    [ 0.813047] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.813073] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.813101] pci 0000:00:01.0: bridge window [mem 0x70000000-0xdfffffff]
    [ 0.813126] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf7ffffff pref]
    [ 0.813154] pci 0000:00:02.0: CardBus bridge to [bus 02-05]
    [ 0.813174] pci 0000:00:02.0: bridge window [io 0x1000-0x10ff]
    [ 0.813199] pci 0000:00:02.0: bridge window [io 0x1400-0x14ff]
    [ 0.813224] pci 0000:00:02.0: bridge window [mem 0x1c000000-0x1fffffff pref]
    [ 0.813249] pci 0000:00:02.0: bridge window [mem 0x20000000-0x23ffffff]
    [ 0.813273] pci 0000:00:02.1: CardBus bridge to [bus 06-09]
    [ 0.813293] pci 0000:00:02.1: bridge window [io 0x1800-0x18ff]
    [ 0.813316] pci 0000:00:02.1: bridge window [io 0x1c00-0x1cff]
    [ 0.813341] pci 0000:00:02.1: bridge window [mem 0x24000000-0x27ffffff pref]
    [ 0.813416] pci 0000:00:02.1: bridge window [mem 0x28000000-0x2bffffff]
    [ 0.813478] PCI: setting IRQ 11 as level-triggered
    [ 0.813500] pci 0000:00:02.0: found PCI INT A -> IRQ 11
    [ 0.813572] pci 0000:00:02.0: sharing IRQ 11 with 0000:01:00.0
    [ 0.813615] pci 0000:00:02.1: found PCI INT B -> IRQ 11
    [ 0.813694] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.813717] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.813739] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.813760] pci_bus 0000:01: resource 1 [mem 0x70000000-0xdfffffff]
    [ 0.813782] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf7ffffff pref]
    [ 0.813804] pci_bus 0000:02: resource 0 [io 0x1000-0x10ff]
    [ 0.813825] pci_bus 0000:02: resource 1 [io 0x1400-0x14ff]
    [ 0.813846] pci_bus 0000:02: resource 2 [mem 0x1c000000-0x1fffffff pref]
    [ 0.813867] pci_bus 0000:02: resource 3 [mem 0x20000000-0x23ffffff]
    [ 0.813889] pci_bus 0000:06: resource 0 [io 0x1800-0x18ff]
    [ 0.813909] pci_bus 0000:06: resource 1 [io 0x1c00-0x1cff]
    [ 0.813931] pci_bus 0000:06: resource 2 [mem 0x24000000-0x27ffffff pref]
    [ 0.813952] pci_bus 0000:06: resource 3 [mem 0x28000000-0x2bffffff]
    [ 0.814282] NET: Registered protocol family 2
    [ 0.815362] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.816017] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.816894] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.817202] TCP: reno registered
    [ 0.817236] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.817312] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.817996] NET: Registered protocol family 1
    [ 0.818107] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    [ 0.818266] pci 0000:00:07.2: found PCI INT D -> IRQ 11
    [ 0.818392] pci 0000:01:00.0: Boot video device
    [ 0.818413] PCI: CLS 32 bytes, default 32
    [ 0.818831] Unpacking initramfs...
    [ 1.351292] Freeing initrd memory: 2940k freed
    [ 1.376909] IBM machine detected. Enabling interrupts during APM calls.
    [ 1.376944] apm: BIOS not found.
    [ 1.378768] audit: initializing netlink socket (disabled)
    [ 1.378869] type=2000 audit(1357623100.375:1): initialized
    [ 1.456306] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 1.469632] VFS: Disk quotas dquot_6.5.2
    [ 1.470155] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 1.471349] msgmni has been set to 808
    [ 1.472909] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.473145] io scheduler noop registered
    [ 1.473160] io scheduler deadline registered
    [ 1.473241] io scheduler cfq registered (default)
    [ 1.474456] vesafb: mode is 1024x768x24, linelength=3072, pages=0
    [ 1.474471] vesafb: scrolling: redraw
    [ 1.474491] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 1.475741] vesafb: framebuffer at 0xe0000000, mapped to 0xda800000, using 2304k, total 2304k
    [ 1.562964] Console: switching to colour frame buffer device 128x48
    [ 1.649186] fb0: VESA VGA frame buffer device
    [ 1.649300] intel_idle: does not run on family 6 model 6
    [ 1.649488] GHES: HEST is not enabled!
    [ 1.649596] isapnp: Scanning for PnP cards...
    [ 1.962801] isapnp: No Plug & Play device found
    [ 1.963142] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.963546] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
    [ 1.965105] serial 00:03: [io 0x03e8-0x03ef]
    [ 1.965270] serial 00:03: [io 0x02e8-0x02ef]
    [ 1.965370] serial 00:03: unable to assign resources
    [ 1.966235] serial: probe of 00:03 failed with error -16
    [ 1.968618] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:MOU0] at 0x60,0x64 irq 1,12
    [ 1.981778] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.982038] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.982810] mousedev: PS/2 mouse device common for all mice
    [ 1.983547] rtc_cmos 00:11: RTC can wake from S4
    [ 1.984178] rtc_cmos 00:11: rtc core: registered rtc_cmos as rtc0
    [ 1.984245] rtc0: alarms up to one month, y3k, 242 bytes nvram
    [ 1.984391] cpuidle: using governor ladder
    [ 1.984407] cpuidle: using governor menu
    [ 1.985466] drop_monitor: Initializing network drop monitor service
    [ 1.986281] TCP: cubic registered
    [ 1.987523] NET: Registered protocol family 10
    [ 1.988965] NET: Registered protocol family 17
    [ 1.989071] Key type dns_resolver registered
    [ 1.989929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.991439] Using IPI No-Shortcut mode
    [ 1.992165] PM: Hibernation image not present or could not be loaded.
    [ 1.992247] registered taskstats version 1
    [ 1.993234] rtc_cmos 00:11: setting system clock to 2013-01-08 05:31:41 UTC (1357623101)
    [ 1.994003] Freeing unused kernel memory: 536k freed
    [ 1.998614] Write protecting the kernel text: 3976k
    [ 1.998781] Write protecting the kernel read-only data: 1180k
    [ 2.076151] systemd-udevd[35]: starting version 196
    [ 2.376812] tsc: Refined TSC clocksource calibration: 363.959 MHz
    [ 2.376856] Switching to clocksource tsc
    [ 2.660180] Floppy drive(s): fd0 is 1.44M
    [ 2.675627] FDC 0 is a National Semiconductor PC87306
    [ 2.846218] SCSI subsystem initialized
    [ 2.846867] ACPI: bus type usb registered
    [ 2.847139] usbcore: registered new interface driver usbfs
    [ 2.847247] usbcore: registered new interface driver hub
    [ 2.850735] usbcore: registered new device driver usb
    [ 2.865842] uhci_hcd: USB Universal Host Controller Interface driver
    [ 2.866073] uhci_hcd 0000:00:07.2: found PCI INT D -> IRQ 11
    [ 2.866196] uhci_hcd 0000:00:07.2: UHCI Host Controller
    [ 2.866262] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
    [ 2.866376] uhci_hcd 0000:00:07.2: irq 11, io base 0x00008400
    [ 2.870937] hub 1-0:1.0: USB hub found
    [ 2.870987] hub 1-0:1.0: 2 ports detected
    [ 2.916340] ACPI: bus type scsi registered
    [ 2.925593] libata version 3.00 loaded.
    [ 2.928785] ata_piix 0000:00:07.1: version 2.13
    [ 2.951632] scsi0 : ata_piix
    [ 2.957437] scsi1 : ata_piix
    [ 2.957913] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xfcf0 irq 14
    [ 2.957935] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xfcf8 irq 15
    [ 3.114144] ata2.00: ATAPI: QSI CD-RW/DVD-ROM SBW-242, UD22, max UDMA/33
    [ 3.117407] ata1.00: ATA-6: TOSHIBA MK4032GAX, AD101A, max UDMA/100
    [ 3.117435] ata1.00: 78140160 sectors, multi 16: LBA48
    [ 3.120653] ata2.00: configured for UDMA/33
    [ 3.124030] ata1.00: configured for UDMA/33
    [ 3.124974] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK4032GA AD10 PQ: 0 ANSI: 5
    [ 3.127443] scsi 1:0:0:0: CD-ROM QSI CDRW/DVD SBW-242 UD22 PQ: 0 ANSI: 5
    [ 3.176936] usb 1-1: new full-speed USB device number 2 using uhci_hcd
    [ 3.243716] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [ 3.244277] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.244302] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.244530] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.252164] sr0: scsi3-mmc drive: 4x/24x writer cd/rw xa/form2 cdda tray
    [ 3.252195] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.255158] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 3.316885] sda: sda1 sda2 < sda5 sda6 sda7 >
    [ 3.322292] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.340964] hub 1-1:1.0: USB hub found
    [ 3.342614] hub 1-1:1.0: 4 ports detected
    [ 3.621587] usb 1-1.1: new full-speed USB device number 3 using uhci_hcd
    [ 3.948499] usb 1-1.2: new low-speed USB device number 4 using uhci_hcd
    [ 4.158834] usbcore: registered new interface driver usbhid
    [ 4.158859] usbhid: USB HID core driver
    [ 4.184432] input: MLK Silvercrest OM1008 as /devices/pci0000:00/0000:00:07.2/usb1/1-1/1-1.2/1-1.2:1.0/input/input1
    [ 4.192909] hid-generic 0003:04FC:0538.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Silvercrest OM1008] on usb-0000:00:07.2-1.2/input0
    [ 4.408087] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.387222] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 5.436187] systemd[1]: Set hostname to <wishthinkpad.loc>.
    [ 6.018181] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 6.018714] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 6.018876] systemd[1]: Starting Syslog Socket.
    [ 6.019287] systemd[1]: Listening on Syslog Socket.
    [ 6.019417] systemd[1]: Starting Remote File Systems.
    [ 6.019547] systemd[1]: Reached target Remote File Systems.
    [ 6.019670] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    [ 6.019805] systemd[1]: Starting Delayed Shutdown Socket.
    [ 6.020214] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 6.020346] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 6.020607] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 6.020725] systemd[1]: Starting Encrypted Volumes.
    [ 6.020855] systemd[1]: Reached target Encrypted Volumes.
    [ 6.021185] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 6.022274] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 6.022458] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 6.022858] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 6.023723] systemd[1]: Starting udev Kernel Socket.
    [ 6.024020] systemd[1]: Listening on udev Kernel Socket.
    [ 6.024588] systemd[1]: Starting udev Control Socket.
    [ 6.024899] systemd[1]: Listening on udev Control Socket.
    [ 6.025066] systemd[1]: Expecting device dev-disk-by\x2duuid-0a64bde1\x2d82c3\x2d4cfb\x2dab68\x2d7178564d8ed5.device...
    [ 6.025218] systemd[1]: Expecting device dev-disk-by\x2duuid-567947ca\x2dcba3\x2d42e4\x2d9677\x2de9ddeecd2c26.device...
    [ 6.025358] systemd[1]: Expecting device dev-disk-by\x2duuid-e4eb21d7\x2d8ea8\x2d4059\x2db44b\x2d778690e44675.device...
    [ 6.025517] systemd[1]: Starting Journal Socket.
    [ 6.025993] systemd[1]: Listening on Journal Socket.
    [ 6.026212] systemd[1]: Started File System Check on Root Device.
    [ 6.026347] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 6.034598] systemd[1]: Starting Setup Virtual Console...
    [ 6.044014] systemd[1]: Mounting POSIX Message Queue File System...
    [ 6.055201] systemd[1]: Mounting Debug File System...
    [ 6.098496] systemd[1]: Started Set Up Additional Binary Formats.
    [ 6.098949] systemd[1]: Mounting Huge Pages File System...
    [ 6.106869] systemd[1]: Starting udev Kernel Device Manager...
    [ 6.142067] systemd[1]: Starting Apply Kernel Variables...
    [ 6.167655] systemd[1]: Started Load Kernel Modules.
    [ 6.167933] systemd[1]: Mounted FUSE Control File System.
    [ 6.168090] systemd[1]: Mounted Configuration File System.
    [ 6.168674] systemd[1]: Starting udev Coldplug all Devices...
    [ 6.178256] systemd[1]: Starting Journal Service...
    [ 6.254916] systemd[1]: Started Journal Service.
    [ 6.255257] systemd[1]: Starting Syslog.
    [ 6.255396] systemd[1]: Reached target Syslog.
    [ 6.459181] systemd-udevd[82]: starting version 196
    [ 6.601745] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 8.687281] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 8.693686] ACPI: Lid Switch [LID0]
    [ 8.694288] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 8.703735] ACPI: Sleep Button [SLPB]
    [ 8.708032] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 8.710936] ACPI: Power Button [PWRF]
    [ 8.742946] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 8.759509] Linux agpgart interface v0.103
    [ 8.761831] tsc: Marking TSC unstable due to TSC halts in idle
    [ 8.766111] Switching to clocksource acpi_pm
    [ 8.777943] ACPI: acpi_idle registered with cpuidle
    [ 8.790560] piix4_smbus 0000:00:07.3: IBM system detected; this module may corrupt your serial eeprom! Refusing to load module!
    [ 8.792526] piix4_smbus: probe of 0000:00:07.3 failed with error -1
    [ 8.810432] yenta_cardbus 0000:00:02.0: CardBus bridge found [1014:00eb]
    [ 8.810495] yenta_cardbus 0000:00:02.0: Enabling burst memory read transactions
    [ 8.810520] yenta_cardbus 0000:00:02.0: Using CSCINT to route CSC interrupts to PCI
    [ 8.810537] yenta_cardbus 0000:00:02.0: Routing CardBus interrupts to PCI
    [ 8.810562] yenta_cardbus 0000:00:02.0: TI: mfunc 0xfba97543, devctl 0x62
    [ 8.938642] thermal LNXTHERM:00: registered as thermal_zone0
    [ 8.938670] ACPI: Thermal Zone [THM0] (42 C)
    [ 9.004501] ACPI: Fan [FN00] (off)
    [ 9.005012] ACPI: Fan [FN01] (off)
    [ 9.009048] thermal LNXTHERM:01: registered as thermal_zone1
    [ 9.009073] ACPI: Thermal Zone [THM2] (20 C)
    [ 9.009590] ACPI: Fan [FN20] (off)
    [ 9.012203] ACPI: Fan [FN21] (off)
    [ 9.013314] ACPI: Fan [FN60] (off)
    [ 9.014648] ACPI: Fan [FN61] (off)
    [ 9.040764] yenta_cardbus 0000:00:02.0: ISA IRQ mask 0x0498, PCI irq 11
    [ 9.040796] yenta_cardbus 0000:00:02.0: Socket status: 30000006
    [ 9.062521] yenta_cardbus 0000:00:02.1: CardBus bridge found [1014:00eb]
    [ 9.062591] yenta_cardbus 0000:00:02.1: Using CSCINT to route CSC interrupts to PCI
    [ 9.062610] yenta_cardbus 0000:00:02.1: Routing CardBus interrupts to PCI
    [ 9.062634] yenta_cardbus 0000:00:02.1: TI: mfunc 0xfba97543, devctl 0x62
    [ 9.079663] ACPI: Fan [FN70] (off)
    [ 9.093343] thermal LNXTHERM:02: registered as thermal_zone2
    [ 9.095023] ACPI: Thermal Zone [THM6] (27 C)
    [ 9.096320] ACPI: Fan [FN71] (off)
    [ 9.102380] thermal LNXTHERM:03: registered as thermal_zone3
    [ 9.102406] ACPI: Thermal Zone [THM7] (27 C)
    [ 9.290735] yenta_cardbus 0000:00:02.1: ISA IRQ mask 0x0498, PCI irq 11
    [ 9.290767] yenta_cardbus 0000:00:02.1: Socket status: 30000006
    [ 9.298222] psmouse serio1: hgpk: ID: 10 00 64
    [ 9.319131] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.321961] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
    [ 9.383513] gameport gameport0: NS558 PnP Gameport is pnp00:08/gameport0, io 0x200, speed 685kHz
    [ 9.449433] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0x40000000
    [ 9.572098] parport_pc 00:04: reported by Plug and Play ACPI
    [ 9.572186] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    [ 9.621417] NET: Registered protocol family 23
    [ 9.702875] nsc-ircc, chip->init
    [ 9.702902] nsc-ircc, Found chip at base=0x02e
    [ 9.702942] nsc-ircc, driver loaded (Dag Brattli)
    [ 9.703038] nsc_ircc_open(), can't get iobase of 0x3f8
    [ 9.703089] nsc-ircc, Found chip at base=0x02e
    [ 9.703128] nsc-ircc, driver loaded (Dag Brattli)
    [ 9.703173] nsc_ircc_open(), can't get iobase of 0x3f8
    [ 9.710755] nsc-ircc 00:05: disabled
    [ 9.829100] microcode: CPU0 sig=0x66a, pf=0x8, revision=0xa
    [ 9.840431] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0b, buttons: 3/3
    [ 9.871890] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input5
    [ 10.413153] ppdev: user-space parallel port driver
    [ 10.512439] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.681703] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    [ 10.682361] excluding 0x130-0x137 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x370-0x377 0x388-0x38f
    [ 10.683119] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    [ 10.687638] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af:
    [ 10.688295] excluding 0x130-0x137 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x370-0x377 0x388-0x38f
    [ 10.689052] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff:
    [ 10.689327] excluding 0x3f0-0x3ff 0x4c0-0x4c7 0x4d0-0x4d7
    [ 10.689737] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff:
    [ 10.693574] excluding 0x3f0-0x3ff 0x4d0-0x4d7
    [ 10.694068] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
    [ 10.694336] excluding 0x850-0x857
    [ 10.694666] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
    [ 10.695138] clean.
    [ 10.695329] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    [ 10.695361] excluding 0xc0000-0xcbfff 0xf0000-0xfffff
    [ 10.695577] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 10.695647] excluding 0xa0000000-0xa0ffffff
    [ 10.695820] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    [ 10.695902] clean.
    [ 10.696062] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
    [ 10.696552] clean.
    [ 10.699553] clean.
    [ 10.703678] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7:
    [ 10.704168] clean.
    [ 10.704390] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff:
    [ 10.704423] excluding 0xc0000-0xcbfff 0xf0000-0xfffff
    [ 10.704641] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 10.704711] excluding 0xa0000000-0xa0ffffff
    [ 10.704884] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff:
    [ 10.704966] clean.
    [ 10.705127] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff:
    [ 10.705615] clean.
    [ 11.538531] Adding

    Hi Dude.
    I will try what You have suggested.
    Which channel do You "recommend"?
    My router is set to G-only as the card is G-only, I have been using channel 1 but I will change it to 11 and see what happens.
    I was using WPA2-Personal with AES but I will change it to WPA2-Mixed (AES + TKIP) and see if that changes anything.
    I was hoping that the upgrade of the linux-firmware (linux-firmware-20130610-1) that I have found in the repo today fixes the issue.
    Installed it and typed in:
    [root@wishthinkpad andrzejl]# iwconfig wlan0 rate 54M fixed
    [root@wishthinkpad andrzejl]# ping go
    and I have lost connection before I could even type in "ping google.com"...
    Edit: Changing router's settings got me nowhere so far Dude:
    [andrzejl@wishmacer ~]$ ssh_ibm
    Last login: Fri Jun 14 16:08:17 2013 from acer.loc
    [andrzejl@wishthinkpad ~]$ su
    Password:
    [root@wishthinkpad andrzejl]# ping google.com
    PING google.com (74.125.24.102) 56(84) bytes of data.
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=1 ttl=47 time=81.5 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=2 ttl=47 time=79.9 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=3 ttl=47 time=85.4 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=4 ttl=47 time=81.6 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=5 ttl=47 time=81.7 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=6 ttl=47 time=94.1 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=7 ttl=47 time=77.0 ms
    ^C
    --- google.com ping statistics ---
    7 packets transmitted, 7 received, 0% packet loss, time 6002ms
    rtt min/avg/max/mdev = 77.097/83.085/94.145/5.084 ms
    [root@wishthinkpad andrzejl]# iwconfig
    wlan0     IEEE 802.11bg  ESSID:"Arch_Linux_User" 
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:39:A0:DB:3E   
              Bit Rate=1 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              Link Quality=60/70  Signal level=-50 dBm 
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:132   Missed beacon:0
    lo        no wireless extensions.
    [root@wishthinkpad andrzejl]# iwconfig wlan0 rate 54M fixed
    [root@wishthinkpad andrzejl]# ping google.com
    PING google.com (74.125.24.101) 56(84) bytes of data.
    64 bytes from de-in-f101.1e100.net (74.125.24.101): icmp_seq=4 ttl=47 time=34.1 ms
    64 bytes from de-in-f101.1e100.net (74.125.24.101): icmp_seq=8 ttl=47 time=70.3 ms
    64 bytes from de-in-f101.1e100.net (74.125.24.101): icmp_seq=9 ttl=47 time=163 ms
    ^C64 bytes from 74.125.24.101: icmp_seq=13 ttl=47 time=39.7 ms
    --- google.com ping statistics ---
    13 packets transmitted, 4 received, 69% packet loss, time 30364ms
    rtt min/avg/max/mdev = 34.139/76.870/163.269/51.752 ms
    [root@wishthinkpad andrzejl]#
    Here is the log (journalctl -b | grep wlan > dump_wlan) for the entire boot:
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen normally on 3 wlan0 192.168.0.102 UDP 123
    Jun 14 16:13:19 wishthinkpad.loc kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: authenticate with 00:18:39:a0:db:3e
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: send auth to 00:18:39:a0:db:3e (try 1/3)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: authenticated
    Jun 14 16:13:19 wishthinkpad.loc kernel: rt73usb 1-1.1:1.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Jun 14 16:13:19 wishthinkpad.loc kernel: rt73usb 1-1.1:1.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: associate with 00:18:39:a0:db:3e (try 1/3)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: RX AssocResp from 00:18:39:a0:db:3e (capab=0x411 status=0 aid=1)
    Jun 14 16:13:19 wishthinkpad.loc kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: associated
    Here is the log (journalctl -b > dump) for the entire boot:
    -- Logs begin at Sat 2013-01-05 05:42:53 GMT, end at Fri 2013-06-14 16:23:56 IST. --
    Jun 14 16:13:03 wishthinkpad.loc systemd-journal[90]: Allowing runtime journal files to grow to 20.2M.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys cpuset
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys cpu
    Jun 14 16:13:03 wishthinkpad.loc kernel: Linux version 3.9.5-1-ARCH (tobias@testing-i686) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Sat Jun 8 10:10:57 CEST 2013
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: BIOS-provided physical RAM map:
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000019fcffff] usable
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000019fd0000-0x0000000019fdefff] ACPI data
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000019fdf000-0x0000000019fdffff] ACPI NVS
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000019fe0000-0x0000000019ffffff] reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: Malformed early option 'apic'
    Jun 14 16:13:03 wishthinkpad.loc kernel: Malformed early option 'apic'
    Jun 14 16:13:03 wishthinkpad.loc kernel: Notice: NX (Execute Disable) protection missing in CPU!
    Jun 14 16:13:03 wishthinkpad.loc kernel: SMBIOS 2.2 present.
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMI: IBM 26458A0/26458A0, BIOS INET24WW 05/24/1999
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: last_pfn = 0x19fd0 max_arch_pfn = 0x100000
    Jun 14 16:13:03 wishthinkpad.loc kernel: MTRR default type: uncachable
    Jun 14 16:13:03 wishthinkpad.loc kernel: MTRR fixed ranges enabled:
    Jun 14 16:13:03 wishthinkpad.loc kernel: 00000-9FFFF write-back
    Jun 14 16:13:03 wishthinkpad.loc kernel: A0000-BFFFF uncachable
    Jun 14 16:13:03 wishthinkpad.loc kernel: C0000-CBFFF write-protect
    Jun 14 16:13:03 wishthinkpad.loc kernel: CC000-EFFFF uncachable
    Jun 14 16:13:03 wishthinkpad.loc kernel: F0000-FFFFF write-protect
    Jun 14 16:13:03 wishthinkpad.loc kernel: MTRR variable ranges enabled:
    Jun 14 16:13:03 wishthinkpad.loc kernel: 0 base 000000000 mask FF0000000 write-back
    Jun 14 16:13:03 wishthinkpad.loc kernel: 1 base 010000000 mask FF8000000 write-back
    Jun 14 16:13:03 wishthinkpad.loc kernel: 2 base 018000000 mask FFE000000 write-back
    Jun 14 16:13:03 wishthinkpad.loc kernel: 3 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: 4 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: 5 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: 6 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: 7 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: PAT not supported by CPU.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Scanning 1 areas for low memory corruption
    Jun 14 16:13:03 wishthinkpad.loc kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x00000000-0x000fffff] page 4k
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x19800000-0x19bfffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x19800000-0x19bfffff] page 2M
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x18000000-0x197fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x18000000-0x197fffff] page 2M
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x00100000-0x17ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x00100000-0x003fffff] page 4k
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x00400000-0x17ffffff] page 2M
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x19c00000-0x19fcffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x19c00000-0x19fcffff] page 4k
    Jun 14 16:13:03 wishthinkpad.loc kernel: BRK [0x01742000, 0x01742fff] PGTABLE
    Jun 14 16:13:03 wishthinkpad.loc kernel: RAMDISK: [mem 0x18af1000-0x18eddfff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: IBM Thinkpad 600 Series 2645 detected: force use of acpi=noirq
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: RSDP 000fd6e0 00014 (v00 IBM )
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: RSDT 19fd0000 00028 (v01 IBM TP600R 00000001 00000000)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: FACP 19fd0100 00074 (v01 IBM TP600R 00000001 00000000)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: DSDT 19fd0200 0B501 (v01 IBM TP600R 0000001D MSFT 0100000B)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: FACS 19fdf000 00040
    Jun 14 16:13:03 wishthinkpad.loc kernel: 0MB HIGHMEM available.
    Jun 14 16:13:03 wishthinkpad.loc kernel: 415MB LOWMEM available.
    Jun 14 16:13:03 wishthinkpad.loc kernel: mapped low ram: 0 - 19fd0000
    Jun 14 16:13:03 wishthinkpad.loc kernel: low ram: 0 - 19fd0000
    Jun 14 16:13:03 wishthinkpad.loc kernel: BRK [0x01743000, 0x01743fff] PGTABLE
    Jun 14 16:13:03 wishthinkpad.loc kernel: Zone ranges:
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMA [mem 0x00001000-0x00ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: Normal [mem 0x01000000-0x19fcffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: HighMem empty
    Jun 14 16:13:03 wishthinkpad.loc kernel: Movable zone start for each node
    Jun 14 16:13:03 wishthinkpad.loc kernel: Early memory node ranges
    Jun 14 16:13:03 wishthinkpad.loc kernel: node 0: [mem 0x00001000-0x0009efff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: node 0: [mem 0x00100000-0x19fcffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: On node 0 totalpages: 106350
    Jun 14 16:13:03 wishthinkpad.loc kernel: free_area_init_node: node 0, pgdat c15aeb00, node_mem_map d9c90020
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMA zone: 32 pages used for memmap
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMA zone: 0 pages reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMA zone: 3998 pages, LIFO batch:0
    Jun 14 16:13:03 wishthinkpad.loc kernel: Normal zone: 800 pages used for memmap
    Jun 14 16:13:03 wishthinkpad.loc kernel: Normal zone: 102352 pages, LIFO batch:31
    Jun 14 16:13:03 wishthinkpad.loc kernel: Using APIC driver default
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: PM-Timer IO Port: 0xef08
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: Allowing 1 CPUs, 0 hotplug CPUs
    Jun 14 16:13:03 wishthinkpad.loc kernel: Local APIC disabled by BIOS -- reenabling.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Could not enable APIC!
    Jun 14 16:13:03 wishthinkpad.loc kernel: APIC: disable apic facility
    Jun 14 16:13:03 wishthinkpad.loc kernel: APIC: switched to apic NOOP
    Jun 14 16:13:03 wishthinkpad.loc kernel: nr_irqs_gsi: 16
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: [mem 0x1a000000-0xfffdffff] available for PCI devices
    Jun 14 16:13:03 wishthinkpad.loc kernel: Booting paravirtualized kernel on bare hardware
    Jun 14 16:13:03 wishthinkpad.loc kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    Jun 14 16:13:03 wishthinkpad.loc kernel: PERCPU: Embedded 14 pages/cpu @d9c7e000 s33280 r0 d24064 u57344
    Jun 14 16:13:03 wishthinkpad.loc kernel: pcpu-alloc: s33280 r0 d24064 u57344 alloc=14*4096
    Jun 14 16:13:03 wishthinkpad.loc kernel: pcpu-alloc: [0] 0
    Jun 14 16:13:03 wishthinkpad.loc kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 105518
    Jun 14 16:13:03 wishthinkpad.loc kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=350fa8e9-36fb-4927-abaf-91f4b958a679 ro quiet pci=noacpi lapic apic acpi=noirq apm=on pci=use_crs
    Jun 14 16:13:03 wishthinkpad.loc kernel: PID hash table entries: 2048 (order: 1, 8192 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: __ex_table already sorted, skipping sort
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing CPU#0
    Jun 14 16:13:03 wishthinkpad.loc kernel: allocated 851576 bytes of page_cgroup
    Jun 14 16:13:03 wishthinkpad.loc kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing HighMem for node 0 (00000000:00000000)
    Jun 14 16:13:03 wishthinkpad.loc kernel: Memory: 409236k/425792k available (4177k kernel code, 16164k reserved, 1706k data, 572k init, 0k highmem)
    Jun 14 16:13:03 wishthinkpad.loc kernel: [379B blob data]
    Jun 14 16:13:03 wishthinkpad.loc kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Jun 14 16:13:03 wishthinkpad.loc kernel: SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Jun 14 16:13:03 wishthinkpad.loc kernel: Preemptible hierarchical RCU implementation.
    Jun 14 16:13:03 wishthinkpad.loc kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Jun 14 16:13:03 wishthinkpad.loc kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
    Jun 14 16:13:03 wishthinkpad.loc kernel: NR_IRQS:2304 nr_irqs:256 16
    Jun 14 16:13:03 wishthinkpad.loc kernel: CPU 0 irqstacks, hard=d9406000 soft=d9408000
    Jun 14 16:13:03 wishthinkpad.loc kernel: Console: colour dummy device 80x25
    Jun 14 16:13:03 wishthinkpad.loc kernel: console [tty0] enabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: tsc: Fast TSC calibration using PIT
    Jun 14 16:13:03 wishthinkpad.loc kernel: tsc: Detected 363.989 MHz processor
    Jun 14 16:13:03 wishthinkpad.loc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 728.31 BogoMIPS (lpj=1213296)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pid_max: default: 32768 minimum: 301
    Jun 14 16:13:03 wishthinkpad.loc kernel: Security Framework initialized
    Jun 14 16:13:03 wishthinkpad.loc kernel: AppArmor: AppArmor disabled by boot time parameter
    Jun 14 16:13:03 wishthinkpad.loc kernel: Mount-cache hash table entries: 512
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys cpuacct
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys memory
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys devices
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys freezer
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys net_cls
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys blkio
    Jun 14 16:13:03 wishthinkpad.loc kernel: mce: CPU supports 5 MCE banks
    Jun 14 16:13:03 wishthinkpad.loc kernel: [113B blob data]
    Jun 14 16:13:03 wishthinkpad.loc kernel: Freeing SMP alternatives: 16k freed
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Core revision 20130117
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: All ACPI Tables successfully acquired
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: setting ELCR to 0a00 (from 0800)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ftrace: allocating 18428 entries in 36 pages
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: weird, boot CPU (#0) not listed by the BIOS
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: SMP motherboard not detected
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: Local APIC not detected. Using dummy APIC emulation.
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: SMP disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: Performance Events:
    Jun 14 16:13:03 wishthinkpad.loc kernel: no APIC, boot with the "lapic" boot parameter to force-enable it.
    Jun 14 16:13:03 wishthinkpad.loc kernel: no hardware sampling interrupt available.
    Jun 14 16:13:03 wishthinkpad.loc kernel: p6 PMU driver.
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... version: 0
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... bit width: 32
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... generic registers: 2
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... value mask: 00000000ffffffff
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... max period: 000000007fffffff
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... fixed-purpose events: 0
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... event mask: 0000000000000003
    Jun 14 16:13:03 wishthinkpad.loc kernel: Brought up 1 CPUs
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: Total of 1 processors activated (728.31 BogoMIPS)
    Jun 14 16:13:03 wishthinkpad.loc kernel: NMI watchdog: disabled (cpu0): not supported (no LAPIC?)
    Jun 14 16:13:03 wishthinkpad.loc kernel: devtmpfs: initialized
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Registering ACPI NVS region [mem 0x19fdf000-0x19fdffff] (4096 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: RTC time: 15:12:55, date: 06/14/13
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 16
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type PCI registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: PCI BIOS revision 2.10 entry at 0xfd880, last bus=7
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: Using configuration type 1 for base access
    Jun 14 16:13:03 wishthinkpad.loc kernel: bio: create slab <bio-0> at 0
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Added _OSI(Module Device)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Added _OSI(Processor Device)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: EC: Look up EC in DSDT
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Interpreter enabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: (supports S0 S1 S2 S3 S4 S5)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Using PIC for interrupt routing
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PVID] (on)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PSIO] (on)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PRSD] (off)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PFN0] (off)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PFN1] (off)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PDCK] (on)
    Jun 14 16:13:03 wishthinkpad.loc kernel: acpi root: \_SB_.PCI0 notify handler is installed
    Jun 14 16:13:03 wishthinkpad.loc kernel: Found 1 acpi root devices
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: ACPI Dock Station Driver: 1 docks/bays found
    Jun 14 16:13:03 wishthinkpad.loc kernel: vgaarb: loaded
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: Probing PCI hardware
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: root bus 00: using default resources
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: Probing PCI hardware (bus 00)
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI host bridge to bus 0000:00
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:00.0: reg 10: [mem 0x40000000-0x43ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: [104c:ac1d] type 02 class 0x060700
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: reg 10: [mem 0x50102000-0x50102fff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: supports D1 D2
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: [104c:ac1d] type 02 class 0x060700
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: reg 10: [mem 0x50101000-0x50101fff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: supports D1 D2
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:06.0: [1013:6001] type 00 class 0x040100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:06.0: reg 10: [mem 0x50100000-0x50100fff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:06.0: reg 14: [mem 0x50000000-0x500fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x068000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x010180
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.1: reg 20: [io 0xfcf0-0xfcff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.2: [8086:7112] type 00 class 0x0c0300
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.2: reg 20: [io 0x8400-0x841f]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
    Jun 14 16:13:03 wishthinkpad.loc kernel: [131B blob data]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: quirk: [io 0xef00-0xef3f] claimed by PIIX4 ACPI
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: quirk: [io 0xefa0-0xefaf] claimed by PIIX4 SMB
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres B PIO at 02f8-02ff
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres C PIO at 15e8-15ef
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres E PIO at 0538-053f
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres G PIO at 0130-013f
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres I PIO at 002e-002f
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: [10c8:0005] type 00 class 0x030000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe0ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: reg 14: [mem 0x70000000-0x703fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: reg 18: [mem 0x70400000-0x704fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: supports D1 D2
    Jun 14 16:13:03 wishthinkpad.loc kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [mem 0x70000000-0xdfffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf7ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 09
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 09
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.0: PIIX/ICH IRQ router [8086:7110]
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: pci_cache_line_size set to 32 bytes
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: reserve RAM buffer [mem 0x19fd0000-0x1bffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: NetLabel: Initializing
    Jun 14 16:13:03 wishthinkpad.loc kernel: NetLabel: domain hash size = 128
    Jun 14 16:13:03 wishthinkpad.loc kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jun 14 16:13:03 wishthinkpad.loc kernel: NetLabel: unlabeled traffic allowed by default
    Jun 14 16:13:03 wishthinkpad.loc kernel: Switching to clocksource pit
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp: PnP ACPI init
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type PNP registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0x000c0000-0x000cbfff] could not be reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0x00100000-0x19ffffff] could not be reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0xfffe0000-0xffffffff] has been reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:02: [dma 2]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (disabled)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:05: [dma 3]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:05: Plug and Play ACPI device, IDs IBM0071 PNP0511 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:06: Plug and Play ACPI device, IDs CSC0110 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:07: [dma 1]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:07: [dma 0]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:07: Plug and Play ACPI device, IDs CSC0100 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:08: Plug and Play ACPI device, IDs CSC0101 PNPb02f (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:09: Plug and Play ACPI device, IDs CSC0103 (disabled)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0a: [dma 7]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0a: Plug and Play ACPI device, IDs IBM3765 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0b: [dma 4]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0200 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0c: Plug and Play ACPI device, IDs PNP0800 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:0d: [io 0x15e0-0x15ef] has been reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:0d: [io 0xef00-0xef3f] has been reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:0d: [io 0xefa0-0xefaf] has been reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0e: Plug and Play ACPI device, IDs PNP0c04 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0f: Plug and Play ACPI device, IDs PNP0303 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:10: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:11: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp: PnP ACPI: found 18 devices
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type PNP unregistered
    Jun 14 16:13:03 wishthinkpad.loc kernel: Switching to clocksource acpi_pm
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: BAR 15: assigned [mem 0x1c000000-0x1fffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: BAR 16: assigned [mem 0x20000000-0x23ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: BAR 15: assigned [mem 0x24000000-0x27ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: BAR 16: assigned [mem 0x28000000-0x2bffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x10ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: BAR 14: assigned [io 0x1400-0x14ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: BAR 13: assigned [io 0x1800-0x18ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: BAR 14: assigned [io 0x1c00-0x1cff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [mem 0x70000000-0xdfffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf7ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: CardBus bridge to [bus 02-05]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: bridge window [io 0x1000-0x10ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: bridge window [io 0x1400-0x14ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: bridge window [mem 0x1c000000-0x1fffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: bridge window [mem 0x20000000-0x23ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: CardBus bridge to [bus 06-09]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: bridge window [io 0x1800-0x18ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: bridge window [io 0x1c00-0x1cff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: bridge window [mem 0x24000000-0x27ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: bridge window [mem 0x28000000-0x2bffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: setting IRQ 11 as level-triggered
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: found PCI INT A -> IRQ 11
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: sharing IRQ 11 with 0000:01:00.0
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: found PCI INT B -> IRQ 11
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:01: resource 1 [mem 0x70000000-0xdfffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf7ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: resource 0 [io 0x1000-0x10ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: resource 1 [io 0x1400-0x14ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: resource 2 [mem 0x1c000000-0x1fffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: resource 3 [mem 0x20000000-0x23ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: resource 0 [io 0x1800-0x18ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: resource 1 [io 0x1c00-0x1cff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: resource 2 [mem 0x24000000-0x27ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: resource 3 [mem 0x28000000-0x2bffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 2
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP: Hash tables configured (established 4096 bind 4096)
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP: reno registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: UDP hash table entries: 256 (order: 1, 8192 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 1
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.2: found PCI INT D -> IRQ 11
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: Boot video device
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: CLS 32 bytes, default 32
    Jun 14 16:13:03 wishthinkpad.loc kernel: Unpacking initramfs...
    Jun 14 16:13:03 wishthinkpad.loc kernel: Freeing initrd memory: 4020k freed
    Jun 14 16:13:03 wishthinkpad.loc kernel: IBM machine detected. Enabling interrupts during APM calls.
    Jun 14 16:13:03 wishthinkpad.loc kernel: apm: BIOS not found.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Scanning for low memory corruption every 60 seconds
    Jun 14 16:13:03 wishthinkpad.loc kernel: audit: initializing netlink socket (disabled)
    Jun 14 16:13:03 wishthinkpad.loc kernel: type=2000 audit(1371222775.660:1): initialized
    Jun 14 16:13:03 wishthinkpad.loc kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Jun 14 16:13:03 wishthinkpad.loc kernel: VFS: Disk quotas dquot_6.5.2
    Jun 14 16:13:03 wishthinkpad.loc kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: msgmni has been set to 807
    Jun 14 16:13:03 wishthinkpad.loc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Jun 14 16:13:03 wishthinkpad.loc kernel: io scheduler noop registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: io scheduler deadline registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: io scheduler cfq registered (default)
    Jun 14 16:13:03 wishthinkpad.loc kernel: vesafb: mode is 1024x768x24, linelength=3072, pages=0
    Jun 14 16:13:03 wishthinkpad.loc kernel: vesafb: scrolling: redraw
    Jun 14 16:13:03 wishthinkpad.loc kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    Jun 14 16:13:03 wishthinkpad.loc kernel: vesafb: framebuffer at 0xe0000000, mapped to 0xda800000, using 2304k, total 2304k
    Jun 14 16:13:03 wishthinkpad.loc kernel: Console: switching to colour frame buffer device 128x48
    Jun 14 16:13:03 wishthinkpad.loc kernel: fb0: VESA VGA frame buffer device
    Jun 14 16:13:03 wishthinkpad.loc kernel: intel_idle: does not run on family 6 model 6
    Jun 14 16:13:03 wishthinkpad.loc kernel: GHES: HEST is not enabled!
    Jun 14 16:13:03 wishthinkpad.loc kernel: isapnp: Scanning for PnP cards...
    Jun 14 16:13:03 wishthinkpad.loc kernel: isapnp: No Plug & Play device found
    Jun 14 16:13:03 wishthinkpad.loc kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial 00:03: [io 0x03e8-0x03ef]
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial 00:03: [io 0x02e8-0x02ef]
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial 00:03: unable to assign resources
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial: probe of 00:03 failed with error -16
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
    Jun 14 16:13:03 wishthinkpad.loc kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:MOU0] at 0x60,0x64 irq 1,12
    Jun 14 16:13:03 wishthinkpad.loc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jun 14 16:13:03 wishthinkpad.loc kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Jun 14 16:13:03 wishthinkpad.loc kernel: mousedev: PS/2 mouse device common for all mice
    Jun 14 16:13:03 wishthinkpad.loc kernel: rtc_cmos 00:11: RTC can wake from S4
    Jun 14 16:13:03 wishthinkpad.loc kernel: rtc_cmos 00:11: rtc core: registered rtc_cmos as rtc0
    Jun 14 16:13:03 wishthinkpad.loc kernel: rtc_cmos 00:11: alarms up to one month, y3k, 242 bytes nvram
    Jun 14 16:13:03 wishthinkpad.loc kernel: cpuidle: using governor ladder
    Jun 14 16:13:03 wishthinkpad.loc kernel: cpuidle: using governor menu
    Jun 14 16:13:03 wishthinkpad.loc kernel: EFI Variables Facility v0.08 2004-May-17
    Jun 14 16:13:03 wishthinkpad.loc kernel: drop_monitor: Initializing network drop monitor service
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP: cubic registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 10
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 17
    Jun 14 16:13:03 wishthinkpad.loc kernel: Key type dns_resolver registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: Using IPI No-Shortcut mode
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Hibernation image not present or could not be loaded.
    Jun 14 16:13:03 wishthinkpad.loc kernel: registered taskstats version 1
    Jun 14 16:13:03 wishthinkpad.loc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Jun 14 16:13:03 wishthinkpad.loc kernel: Magic number: 1:809:234
    Jun 14 16:13:03 wishthinkpad.loc kernel: rtc_cmos 00:11: setting system clock to 2013-06-14 15:12:57 UTC (1371222777)
    Jun 14 16:13:03 wishthinkpad.loc kernel: Freeing unused kernel memory: 572k freed
    Jun 14 16:13:03 wishthinkpad.loc kernel: Write protecting the kernel text: 4180k
    Jun 14 16:13:03 wishthinkpad.loc kernel: Write protecting the kernel read-only data: 1300k
    Jun 14 16:13:03 wishthinkpad.loc systemd-udevd[37]: starting version 204
    Jun 14 16:13:03 wishthinkpad.loc kernel: tsc: Refined TSC clocksource calibration: 363.959 MHz
    Jun 14 16:13:03 wishthinkpad.loc kernel: Switching to clocksource tsc
    Jun 14 16:13:03 wishthinkpad.loc kernel: Floppy drive(s): fd0 is 1.44M
    Jun 14 16:13:03 wishthinkpad.loc kernel: FDC 0 is a National Semiconductor PC87306
    Jun 14 16:13:03 wishthinkpad.loc kernel: SCSI subsystem initialized
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type USB registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new interface driver usbfs
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new interface driver hub
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new device driver usb
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd 0000:00:07.2: found PCI INT D -> IRQ 11
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd 0000:00:07.2: UHCI Host Controller
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd 0000:00:07.2: irq 11, io base 0x00008400
    Jun 14 16:13:03 wishthinkpad.loc kernel: hub 1-0:1.0: USB hub found
    Jun 14 16:13:03 wishthinkpad.loc kernel: hub 1-0:1.0: 2 ports detected
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type ATA registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: libata version 3.00 loaded.
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata_piix 0000:00:07.1: version 2.13
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi0 : ata_piix
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi1 : ata_piix
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xfcf0 irq 14
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xfcf8 irq 15
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata2.00: ATAPI: QSI CD-RW/DVD-ROM SBW-242, UD22, max UDMA/33
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata1.00: ATA-6: TOSHIBA MK4032GAX, AD101A, max UDMA/100
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata1.00: 78140160 sectors, multi 16: LBA48
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata2.00: configured for UDMA/33
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata1.00: configured for UDMA/33
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK4032GA AD10 PQ: 0 ANSI: 5
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi 1:0:0:0: CD-ROM QSI CDRW/DVD SBW-242 UD22 PQ: 0 ANSI: 5
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] Write Protect is off
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jun 14 16:13:03 wishthinkpad.loc kernel: sr0: scsi3-mmc drive: 4x/24x writer cd/rw xa/form2 cdda tray
    Jun 14 16:13:03 wishthinkpad.loc kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Jun 14 16:13:03 wishthinkpad.loc kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Jun 14 16:13:03 wishthinkpad.loc kernel: sda: sda1 sda2 < sda5 sda6 sda7 >
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Jun 14 16:13:03 wishthinkpad.loc kernel: hub 1-1:1.0: USB hub found
    Jun 14 16:13:03 wishthinkpad.loc kernel: hub 1-1:1.0: 4 ports detected
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1.1: new full-speed USB device number 3 using uhci_hcd
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1.2: new low-speed USB device number 4 using uhci_hcd
    Jun 14 16:13:03 wishthinkpad.loc kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new interface driver usbhid
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbhid: USB HID core driver
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1.4: new full-speed USB device number 5 using uhci_hcd
    Jun 14 16:13:03 wishthinkpad.loc kernel: input: MLK Silvercrest OM1008 as /devices/pci0000:00/0000:00:07.2/usb1/1-1/1-1.2/1-1.2:1.0/input/input1
    Jun 14 16:13:03 wishthinkpad.loc kernel: hid-generic 0003:04FC:0538.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Silvercrest OM1008] on usb-0000:00:07.2-1.2/input0
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1.4: Parent hub missing LPM exit latency info. Power management will be impacted.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing USB Mass Storage driver...
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi2 : usb-storage 1-1.4:1.0
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new interface driver usb-storage
    Jun 14 16:13:03 wishthinkpad.loc kernel: USB Mass Storage support registered.
    Jun 14 16:13:03 wishthinkpad.loc kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi 2:0:0:0: Direct-Access Corsair Voyager GT 3.0 1.00 PQ: 0 ANSI: 4
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] 31334400 512-byte logical blocks: (16.0 GB/14.9 GiB)
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] Write Protect is off
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] Mode Sense: bf 00 00 00
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    Jun 14 16:13:03 wishthinkpad.loc kernel: sdb: sdb1
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Set hostname to <wishthinkpad.loc>.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Cannot add dependency job for unit syslog-ng.service, ignoring: Unit syslog-ng.service failed to load: No such file or directory. See system logs and 'systemctl status syslog-ng.service' for details.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Remote File Systems.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Reached target Remote File Systems.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Delayed Shutdown Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on Delayed Shutdown Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Device-mapper event daemon FIFOs.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting LVM2 metadata daemon socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on LVM2 metadata daemon socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Encrypted Volumes.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Reached target Encrypted Volumes.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Paths.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Reached target Paths.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting udev Kernel Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on udev Kernel Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting udev Control Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on udev Control Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Journal Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on Journal Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounting Huge Pages File System...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Create static device nodes in /dev...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Apply Kernel Variables...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Load Kernel Modules.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted FUSE Control File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounting Configuration File System...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting udev Coldplug all Devices...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Journal Service...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Journal Service.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Set Up Additional Binary Formats.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounting Debug File System...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounting POSIX Message Queue File System...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Setup Virtual Console...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device dev-disk-by\x2duuid-0a64bde1\x2d82c3\x2d4cfb\x2dab68\x2d7178564d8ed5.device...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started File System Check on Root Device.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Remount Root and Kernel File Systems...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device dev-disk-by\x2duuid-567947ca\x2dcba3\x2d42e4\x2d9677\x2de9ddeecd2c26.device...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device dev-disk-by\x2duuid-e4eb21d7\x2d8ea8\x2d4059\x2db44b\x2d778690e44675.device...
    Jun 14 16:13:03 wishthinkpad.loc kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
    Jun 14 16:13:03 wishthinkpad.loc systemd-udevd[99]: starting version 204
    Jun 14 16:13:03 wishthinkpad.loc systemd-journal[90]: Journal started
    Jun 14 16:13:03 wishthinkpad.loc systemd-sysctl[87]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Apply Kernel Variables.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started udev Coldplug all Devices.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Create static device nodes in /dev.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting udev Kernel Device Manager...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted Huge Pages File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted POSIX Message Queue File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted Debug File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted Configuration File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Remount Root and Kernel File Systems.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Load Random Seed...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted /tmp.
    Jun 14 16:13:04 wishthinkpad.loc systemd[1]: Started Load Random Seed.
    Jun 14 16:13:04 wishthinkpad.loc systemd[1]: Started Setup Virtual Console.
    Jun 14 16:13:05 wishthinkpad.loc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    Jun 14 16:13:05 wishthinkpad.loc kernel: ACPI: Lid Switch [LID0]
    Jun 14 16:13:05 wishthinkpad.loc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    Jun 14 16:13:05 wishthinkpad.loc kernel: ACPI: Sleep Button [SLPB]
    Jun 14 16:13:05 wishthinkpad.loc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Jun 14 16:13:05 wishthinkpad.loc kernel: ACPI: Power Button [PWRF]
    Jun 14 16:13:05 wishthinkpad.loc kernel: Linux agpgart interface v0.103
    Jun 14 16:13:05 wishthinkpad.loc kernel: tsc: Marking TSC unstable due to TSC halts in idle
    Jun 14 16:13:05 wishthinkpad.loc kernel: Switching to clocksource acpi_pm
    Jun 14 16:13:05 wishthinkpad.loc kernel: ACPI: acpi_idle registered with cpuidle
    Jun 14 16:13:05 wishthinkpad.loc kernel: piix4_smbus 0000:00:07.3: IBM system detected; this module may corrupt your serial eeprom! Refusing to load module!
    Jun 14 16:13:05 wishthinkpad.loc kernel: piix4_smbus: probe of 0000:00:07.3 failed with error -1
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: CardBus bridge found [1014:00eb]
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: Enabling burst memory read transactions
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: Using CSCINT to route CSC interrupts to PCI
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: Routing CardBus interrupts to PCI
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: TI: mfunc 0xfba97543, devctl 0x62
    Jun 14 16:13:06 wishthinkpad.loc kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Jun 14 16:13:06 wishthinkpad.loc kernel: gameport gameport0: NS558 PnP Gameport is pnp00:08/gameport0, io 0x200, speed 685kHz
    Jun 14 16:13:06 wishthinkpad.loc kernel: parport_pc 00:04: reported by Plug and Play ACPI
    Jun 14 16:13:06 wishthinkpad.loc kernel: parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    Jun 14 16:13:06 wishthinkpad.loc kernel: NET: Registered protocol family 23
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: AC Adapter [AC] (on-line)
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: ISA IRQ mask 0x0418, PCI irq 11
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: Socket status: 30000006
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, chip->init
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, Found chip at base=0x02e
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, driver loaded (Dag Brattli)
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc_ircc_open(), can't get iobase of 0x3f8
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, Found chip at base=0x02e
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, driver loaded (Dag Brattli)
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc_ircc_open(), can't get iobase of 0x3f8
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc 00:05: disabled
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: CardBus bridge found [1014:00eb]
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: Using CSCINT to route CSC interrupts to PCI
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: Routing CardBus interrupts to PCI
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: TI: mfunc 0xfba97543, devctl 0x62
    Jun 14 16:13:06 wishthinkpad.loc kernel: thermal LNXTHERM:00: registered as thermal_zone0
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Thermal Zone [THM0] (77 C)
    Jun 14 16:13:06 wishthinkpad.loc kernel: thermal LNXTHERM:01: registered as thermal_zone1
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Thermal Zone [THM2] (35 C)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN00] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN01] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN20] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN21] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN60] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN61] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN70] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN71] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: thermal LNXTHERM:02: registered as thermal_zone2
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Thermal Zone [THM6] (27 C)
    Jun 14 16:13:06 wishthinkpad.loc kernel: thermal LNXTHERM:03: registered as thermal_zone3
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Thermal Zone [THM7] (27 C)
    Jun 14 16:13:06 wishthinkpad.loc systemd[1]: Starting Sound Card.
    Jun 14 16:13:06 wishthinkpad.loc systemd[1]: Reached target Sound Card.
    Jun 14 16:13:07 wishthinkpad.loc kernel: cfg80211: Calling CRDA to update world regulatory domain
    Jun 14 16:13:07 wishthinkpad.loc kernel: microcode: CPU0 sig=0x66a, pf=0x8, revision=0xa
    Jun 14 16:13:07 wishthinkpad.loc kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Jun 14 16:13:07 wishthinkpad.loc kernel: psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    Jun 14 16:13:07 wishthinkpad.loc kernel: psmouse serio1: hgpk: ID: 10 00 64
    Jun 14 16:13:08 wishthinkpad.loc kernel: psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0b, buttons: 3/3
    Jun 14 16:13:08 wishthinkpad.loc kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input5
    Jun 14 16:13:08 wishthinkpad.loc kernel: usb 1-1.1: reset full-speed USB device number 3 using uhci_hcd
    Jun 14 16:13:08 wishthinkpad.loc systemd[1]: Found device TOSHIBA_MK4032GAX.
    Jun 14 16:13:08 wishthinkpad.loc systemd[1]: Starting File System Check on /dev/disk/by-uuid/567947ca-cba3-42e4-9677-e9ddeecd2c26...
    Jun 14 16:13:09 wishthinkpad.loc kernel: phy0 -> rt2x00_set_chip: Info - Chipset detected - rt: 2573, rf: 0002, rev: 000a.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Found device TOSHIBA_MK4032GAX.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Activating swap /dev/disk/by-uuid/0a64bde1-82c3-4cfb-ab68-7178564d8ed5...
    Jun 14 16:13:09 wishthinkpad.loc kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    Jun 14 16:13:09 wishthinkpad.loc kernel: usbcore: registered new interface driver rt73usb
    Jun 14 16:13:09 wishthinkpad.loc kernel: Adding 995992k swap on /dev/sda5. Priority:-1 extents:1 across:995992k
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Activated swap /dev/disk/by-uuid/0a64bde1-82c3-4cfb-ab68-7178564d8ed5.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Starting Swap.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Reached target Swap.
    Jun 14 16:13:09 wishthinkpad.loc systemd-fsck[140]: /dev/sda6: clean, 62025/65280 files, 185105/261048 blocks
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Found device TOSHIBA_MK4032GAX.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Starting File System Check on /dev/disk/by-uuid/e4eb21d7-8ea8-4059-b44b-778690e44675...
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Started File System Check on /dev/disk/by-uuid/567947ca-cba3-42e4-9677-e9ddeecd2c26.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Mounting /home...
    Jun 14 16:13:09 wishthinkpad.loc kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Mounted /home.
    Jun 14 16:13:09 wishthinkpad.loc kernel: ppdev: user-space parallel port driver
    Jun 14 16:13:09 wishthinkpad.loc systemd-fsck[152]: Data: clean, 249/1692432 files, 5642949/6757332 blocks
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started File System Check on /dev/disk/by-uuid/e4eb21d7-8ea8-4059-b44b-778690e44675.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Mounting /media/Extra...
    Jun 14 16:13:10 wishthinkpad.loc systemd-sysctl[165]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Mounted /media/Extra.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Local File Systems.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Reached target Local File Systems.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Recreate Volatile Files and Directories...
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Found device RT2501/RT2573 Wireless Adapter.
    Jun 14 16:13:10 wishthinkpad.loc kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started Recreate Volatile Files and Directories.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Update UTMP about System Reboot/Shutdown...
    Jun 14 16:13:10 wishthinkpad.loc systemd-journal[90]: Allowing system journal files to grow to 948.4M.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started Update UTMP about System Reboot/Shutdown.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting System Initialization.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Reached target System Initialization.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting D-Bus System Message Bus Socket.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Listening on D-Bus System Message Bus Socket.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Sockets.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Reached target Sockets.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Daily Cleanup of Temporary Directories.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started Daily Cleanup of Temporary Directories.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Timers.
    Jun 14 16:13:19 wishthinkpad.loc kernel: phy0 -> rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'.
    Jun 14 16:13:11 wishthinkpad.loc crond[176]: (CRON) INFO (Syslog will be used instead of sendmail.)
    Jun 14 16:13:11 wishthinkpad.loc crond[176]: (CRON) INFO (running with inotify support)
    Jun 14 16:13:13 wishthinkpad.loc sshd[178]: Server listening on 0.0.0.0 port 50505.
    Jun 14 16:13:14 wishthinkpad.loc ntpd[200]: ntpd [email protected] Mon May 6 10:21:04 UTC 2013 (1)
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: proto: precision = 4.469 usec
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen and drop on 1 v6wildcard :: UDP 123
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen normally on 2 lo 127.0.0.1 UDP 123
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen normally on 3 wlan0 192.168.0.102 UDP 123
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: peers refreshed
    Jun 14 16:13:19 wishthinkpad.loc kernel: phy0 -> rt2x00lib_request_firmware: Info - Firmware detected - version: 1.7.
    Jun 14 16:13:19 wishthinkpad.loc kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jun 14 16:13:19 wishthinkpad.loc systemd-logind[179]: Watching system buttons on /dev/input/event4 (Power Button)
    Jun 14 16:13:19 wishthinkpad.loc systemd-logind[179]: Watching system buttons on /dev/input/event2 (Lid Switch)
    Jun 14 16:13:19 wishthinkpad.loc systemd-logind[179]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: authenticate with 00:18:39:a0:db:3e
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: send auth to 00:18:39:a0:db:3e (try 1/3)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: authenticated
    Jun 14 16:13:19 wishthinkpad.loc kernel: rt73usb 1-1.1:1.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Jun 14 16:13:19 wishthinkpad.loc kernel: rt73usb 1-1.1:1.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: associate with 00:18:39:a0:db:3e (try 1/3)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: RX AssocResp from 00:18:39:a0:db:3e (capab=0x411 status=0 aid=1)
    Jun 14 16:13:19 wishthinkpad.loc kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Jun 14 16:13:19 wishthinkpad.loc shorewall[199]: Starting Shorewall....
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: associated
    Jun 14 16:13:19 wishthinkpad.loc kernel: ACPI: Fatal opcode executed
    Jun 14 16:13:19 wishthinkpad.loc kernel: ACPI: Battery Slot [BAT0] (battery present)
    Jun 14 16:13:19 wishthinkpad.loc kernel: ACPI: Battery Slot [BAT1] (battery absent)
    Jun 14 16:13:19 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: ISA IRQ mask 0x0418, PCI irq 11
    Jun 14 16:13:19 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: Socket status: 30000006
    Jun 14 16:13:19 wishthinkpad.loc kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
    Jun 14 16:13:19 wishthinkpad.loc kernel: agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0x40000000
    Jun 14 16:13:19 wishthinkpad.loc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af:
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    Jun 14 16:13:19 wishthinkpad.loc shorewall[199]: Initializing...
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding 0x130-0x137 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x370-0x377 0x388-0x38f
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding
    Jun 14 16:13:19 wishthinkpad.loc kernel: 0x130-0x137 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x370-0x377 0x388-0x38f 0x3a0-0x3a7
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    Jun 14 16:13:19 wishthinkpad.loc kernel:
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff:
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding 0x3f0-0x3ff
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding
    Jun 14 16:13:19 wishthinkpad.loc kernel: 0x3f0-0x3ff 0x4d0-0x4d7
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff:
    Jun 14 16:13:19 wishthinkpad.loc kernel: clean.
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7:
    Jun 14 16:13:19 wishthinkpad.loc kernel: clean.
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff:
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding 0xc0000-0xcbfff 0xf0000-0xfffff
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff:
    Jun 14 16:13:19 wishthinkpad.loc kernel:

  • Weird behaviour while inserting in a table

    Hi All,
    I am coming across a wierd problem.
    We are using Oracle 10.2.0.3.0.
    There is a collection system where by we give snapshot of the entire database in a pre-requisite format.
    Recently a strange thing is happenning.
    When we try to insert into a table data for 3 Lac individual (1 row per customer shud be inserted) customers from 12 different tables, it inserts more than 4 million rows.
    Another observation is that for one account there are 39,98,300 rows and rest has data for some customers and not all.
    When i printed the count of the select query, it returned exactly 3 Lac rows.
    But when i run the proc from SQL prompt, it inserted exactly 3 Lac rows.
    Has anyone come across such a problem.
    Thanks in advance.
    Ameya.

    Ameya wrote:
    I am coming across a wierd problem.Problems are always weird,interesting etc until you know how to fix them.
    Recently a strange thing is happenning.Since when, was there a change in your code, table re-org, some objects/code dropped etc.
    When we try to insert into a table data for 3 Lac individual (1 row per customer shud be inserted) customers from 12 different tables, it inserts more than 4 million rows.How do you define individual customer, do you have unique constraint on the table, what is your business rule for unique customer identification etc.?
    Does your 12 different tables same structure or 12 different structures.
    What process inserts data - list the code.
    Another observation is that for one account there are 39,98,300 rows and rest has data for some customers and not all.
    When i printed the count of the select query, it returned exactly 3 Lac rows.Your code ?
    But when i run the proc from SQL prompt, it inserted exactly 3 Lac rows.can you recreate problem using some sample representative code.
    SS

  • Everytime my phone vibrates it makes this loud noise from inside that sounds like a weird cracking noise or something help!!

    Okay so I noticed a week or two ago that there was something lose on the inside of my iPhone 5s and ever since then when my phone vibrates sometimes there is this weird noise. It sounds almost like a cracking noise from the inside or a weird electrical noise. I think something is wrong with the vibrating part. Does anyone know if this is fixable or what it is?

    Hello ashliz17,
    After reviewing your post, it sounds like the phone makes a cracking noise when it vibrates. I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
    iPhone Other Repair Options - Apple Support
    Apple - Support - Service Answer Center
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Weird Bug Still On Going

    I have recently upgraded my home PC with new motherboard, CPU and RAM. Since then i have a weird bug that i cant seem to get my head around to fix.
    Basically whenever i am in the metro UI start screen, at random times when i left or right click it will hang my system with NO BSOD. My monitors go  to sleep my PC is still on and the fans are still on as well as the LEDS andmy keyboard and mouse but
    they are frozen.
    I cant remote onto it from my logmein account to see what is going on.
    I have tried the following:
    change power options to disable sleep timeout
    re installed fresh windows 8 then update to 8.1
    changed my main HDD and re installed windows 8 then updated to 8.1
    installed and updated all of my hardware (mouse, keyboard, motherboard chipset)
    It is very random and frustrating as i am an IT engineer and i cannot figure out what is going on. I have estimated that my system at peak load pulls around 590W of power and i have a 750W Modular Gaming PSU.
    I also have a NVIDIA GTX 295 Pre watercooled.
    I really cannot think what this could be and would really appreciate some guidance/assistance with this. In my opinion I do not think it is to do with my PSU or GPU as it is ONLY doing this in WINDOWS 8.1 METRO Screen and nowhere elese not even the metro
    screen in windows 8 before I update to 8.1
    Many thanks in advance for this.

    try to check whether this issue also happen in safe mode or BIOS, if still hang there than high possibility hardware compatibility or HW issue itself
    try to remove all 3rd party HW like printer, LAN cable, usb dongle and do power cycle to isolate 3rd party HW compatibility or HW issue
    if you suspected this is windows issue, I suggest create 1 partition and installed windows 7 or any others OS to proof that this is not HDD or any other HW related issue
    because you already reformat your OS, I suggest try to troubleshoot from the hardware side first (HDD, RAM, connection cable SATA and power etc)

  • Weird open command stuck under menu bar for just one specific file

    I'm having a weird problem where a little arrow in a small grey box sits under the menu bar, no matter which program is active. If I roll over it, an icon for a quicktime file shows. Clicking it open a specific file. It's one I had dragged to the desktop from the trash. If I click the icon, it opens the file from the trash. If I delete the trash, the little grey box and arrow stays there, pointing to the file in the trash even though it doesn't exist anymore. I cannot get rid of it!
    Here are some screenshots since this is hard to explain.
    MacBook   Mac OS X (10.4.9)  

    Hi Jerymander , Welcome to Apple Discussions,
    Have you tried starting in "Safe Mode"?
    Let us know.
    -mj
    [email protected]

  • Weird secondary sync menu in iTunes

    I hate having to manage my music in that weird sub-menu under "Briana's iPhone". It's really confusing and unnecessary given that the SAME menu is already under "Library". And checking my items under Artists (on the right) is impossible because I can't scroll down to view all my artists.
    I'm used to checking/unchecking files via my "Library". I tried syncing the old fashioned way and it just doesn't work. iTunes only syncs what's checked under "Artists" (in this case, Afghan Wigs and Against Me! because those are the only artists I can view with this wonky scroll feature.)
    I should mention that I recently did a factory restore to get rid of 2 GB of "Other" that had accumulated over time. It got rid of most of the build-up, but the restore is also what started this problem.
    Any advice for deauthorizing that sub-menu under "Briana's iPhone" and syncing the old fashioned way would be greatly appreciated. Thanks!

    Try resetting your sync history - launch Applications > iSync, select iSync menu > Preferences, wait a few seconds for the Reset Sync History button to change from grayed out to active, then click it.
    If that doesn't help, follow the steps here: http://support.apple.com/kb/TS2481.

  • Weird siebel 8.0 console mode installation problem on OEL 4

    Hi There,
    When I tried to install Siebel 8.0 SIA build on Oracle Enterprise Linux (OEL 4), I encountered a weird problem. It is a sandbox for QA to do testing, everything is on the same machine: oracle database 10.2.0.3, gateway, siebel server and SWSE. I installed oracle database, and make sure the database connection is fine, then I did the following :
    1) run install by command "./setuplinux -is:javaconsole -console", it compeleted fine.
    2) go to gateway directory, source cfgenv.sh
    3) run "ssincfgw -is:javaconsole -console" to do gateway server, enterprise and SWSE logical profile configuration. Gateway configuration is fine, gateway started up successfully. But during enterprise configuration, it throws out a bunch of error messages like :
    Error creating Parameter:MaxEntrTasks for Comp:TxnProc in CompGroup:Remote
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:MaxEntrTasks for Comp:RepAgent in CompGroup:Remote
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Component:MsgBroadcastMgr in CompGroup:CommMgmt
    Strict Flag set to FALSE, continuing with the next Object...
    SBL-ADM-02071: Enterprise server siebel not found in gateway server
    But at the end, it still shows "Execution Successful!"
    The SWSE logical profile configuration went through fine
    4) go to siebel server directory and source cfgenv.sh
    5) launch the ssincfgw in siebsrvr/bin directory to config siebel server, it also throws a bunch of error messages like:
    Error creating Parameter:AllowAnonUsers for Comp:SMObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:AllowAnonUsers for Comp:eMarketObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:AllowAnonUsers for Comp:eEventsObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    But again, at the end it still shows "Execution Successful!".
    6) go to siebsrvr directory, source siebenv.sh
    7) Launch srvrmgr in command line mode:
    srvrmgr /g $GATEWAY /e $SIEBEL_ENTERPRISE /u $USERNAME /p $PASSWD
    and it shows "connected to 0 server"
    In the SiebSrvr.log file, it shows " SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used."
    In the sw_cfg_util.log file, it shows "SBL-SVR-03005: No server connect string for Siebel Component servermgr in Siebel Enterprise siebel, Siebel Server sdc60002sems".
    The weirdest part is, if I clean up and uninstall everything, run the install and configure in GUI mode, give the same parameters, I don't get any error messages and siebel server can be up and running fine.
    I searched the forum and found people have reported the same error message during enterprise configuration, but says it does not affect them from bring up the siebel server. Since I'm developing an automation to do the installation, I cannot use GUI mode to install. I have to make the command line console mode work and then record the response file for silent install. Does anyone know what might cause my siebel server fail to be up and running ? Thanks a lot for any suggestions and helps.

    hi,
    Make sure that your network uses DNS naming.
    This error occurs when a machine is not correctly configured to use DNS naming. The default fully qualified host and domain name presented during installation is not correct.
    To successfully install, you need to provide a fully qualified domain name that consists of a local host name along with its domain name.
    for example yoursystem is a host name and yourdomain.com is a fully qualified domain name.
    regards,
    saravanan

Maybe you are looking for

  • Sap pi b2b add-on

    Hello We are currently planning on getting on SAP PI B2B ADD-ON. Currently we generate the EDI formatted file using file content conversion in the receiver file adapter. It is a very laborious task. Does getting the B2B ADD-ON eliminate the file cont

  • Can't access .mac Web gallery on iPod touch

    Hi. I cannot access any .mac web gallery using Safari on my iPod touch. I just get a blank page, with /iphone/ in the URL. I find it annoying, since .mac web gallery is heavily advertised as working with iPhone, and I thought Safari was the same on i

  • Using the Process.getOutputStream() method

    Hi all, i have written a java program that executes System commands and returns output... this program works fine if you want to only execute the command and returns output... but suppose that the program that you executed waits for you to input some

  • Basic workflow questions

    1. After opening a raw file in ACR CS5, and doing some basic editing to it, what format should it be saved into to work further on it in Photoshop? 2. After opening a .jpg, .tiff or .psd in ACR CS5, and doing some basic editing to it, what format sho

  • Rio system software conflict resolution

    I noticed the following Conflict Resolution report when trying to start running a LabVIEW 2012 application on an NI-9074 cRIO. Errors were detected in the target log when connecting to the target: LabVIEW:  Failed to load shared library vxsntpc.out.