Invalid UTF-8

Hi,
In startsap_<name>.log of a ECC6 appear the next error:
(2377) Local: /usr/sap/PRD/SYS/exe/run/sapmscsa -n pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ap-s-sap
--- Unicode interface [u16_get.c line 227] pid = 2378 :
Invalid UTF-8 encountered by fgetcU16 (fileno 0x5)
f3 6e                                           |.n              |
--- Unicode interface -
End of message -
--- Unicode interface [u16_get.c line 227] pid = 2378 :
Invalid UTF-8 encountered by fgetcU16 (fileno 0x5)
Anybody has some idea of where can solve this error?
Thanks,
jose

Hi,
fgetc is an C function to read your file bytes and is detecting a problem with charset encoding.
Check your profile file =/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ap-s-sap is encoded with UTF-8 charset. You can use "file" command (see man file) or your text editor (Are you on unix or linux?).
You may also check the default encoding for your system with command "locale charmap" (maybe it is iso-8859-1 or ASCII if you are using unix). Check also whether your system has UTF-8 locale support enabled (command "locale -a"). Check the contents of the env valiable LANG, because you are using the locale informed in this variable.
C libraries use the encoding specified in env variable LC_CTYPE or LANG (In that order)
Your SAP system expects UTF-8 because your SAP installation may be Unicode.
I hope this help,
Jorge Linares

Similar Messages

  • Unexpected XMP_Error Invalid UTF-8 data byte

    Hi all,
    I'm using the XMP SDK 4.4.2 and with it the sample application "xmpcommands". This one is extremely helpful - but it fails when using files that have Umlauts(öäü) in the name. When calling, i.e.
    xmpcommand.exe get c:\Fileöäü.jpg
    the command returns:
    Unexpected XMP_Error Invalid UTF-8 data byte
    As soon as I remove the umlauts all is fine. I tracked to problem down to the function ToUTF16Native called from GetFileMode in xmpfiles_impl.cpp:
        FileMode GetFileMode ( const char * path )
            std::string utf16;    // GetFileAttributes wants native UTF-16.
            ToUTF16Native ( (UTF8Unit*)path, strlen(path), &utf16 );
            utf16.append ( 2, '\0' );    // Make sure there are at least 2 final zero bytes.
    It seems that the file path is NOT UTF8 encoded. This very likely as I'm working on Windows and there the command line encoding is ANSI.
    Is there something special I need to set when compiling on Windows?
    Does anyone have a solution for this?
    [UPDATE]
    I've converted the file path to UTF8 and now this error does not occure BUT now I get the error, that the file was not found! Grrr.....
    Cheers & THANKS,
    Jens
    www.finalcandidate.com

    Hi,
    Input to OpenFile() function needs to be a UTF8 string. "flówér.jpg" is in WinANSI, and needs to be converted to UTF8 string so that OpenFile can correctly find the file.
    For example, on Windows OS, you need to define a function as:
    void WinEncodingToUTF8 ( UINT codePage, const XMP_Uns8 * hostPtr, size_t hostLen, std::string * utf8 )
    int utf16Len = MultiByteToWideChar ( codePage, 0, (LPCSTR)hostPtr, (int)hostLen, 0, 0 );
    std::vector<UTF16Unit> utf16 ( utf16Len, 0 );   // MultiByteToWideChar returns native UTF-16.
    (void) MultiByteToWideChar ( codePage, 0, (LPCSTR)hostPtr, (int)hostLen, (LPWSTR)&utf16[0], utf16Len );
    FromUTF16Native ( &utf16[0], (int)utf16Len, utf8 );
    This function requires a function which is present in the file "UnicodeConversions.cpp". So you need to include a file "source/UnicodeConversions.hpp" in your project.
    The sample usage could be:
    std::string outputPath;
    WinEncodingToUTF8( 1252, (const XMP_Uns8 *)inputFile.c_str(), inputFile.size(), &outputPath );

  • OracleXMLQuery fails with invalid UTF-8 character

    All -
    While using OracleXMLQuery API to pull the data back as a DOM. The internal parser has a fatal error with invalid UTF-8 data stored in the XML data.
    Is it possible to use the setXSLT() method to transform the data before the DOM is attempted to be built. Or some other method within the OracleXMLQuery API to alter the invalid XML data before an attempt is made to parse it?
    Note: The database will have non-UTF-8 data; Presently beyond our control.

    Hi,
    Are the files from the Java-CD fully readable and fully copied, for instance the java-dumpfile ?
    Ensure JVM settings of note # 716604 area applied. Also, is connect possible to database by 'configtool' or does it throw an error ?
    Br,
    Javier

  • Invalid UTF-8 middle byte 0x6f (at char #3309, byte #2895)

    Hello Oracle Support/ SOA Experts,
    Please guide me on how to resolve this issue.
    Issue Description : We are using ATG,Oracle SoA SUite 11g as the Front and Middleware applications for our current website project.The project is basically for latin america(Portuguese Language) and we are facing encoding issue while sending the request from ATG(Front End) to SOA (Middleware).We have an SOA-xsd [customer.xsd) that contains FirstName,LastName,MiddleName as elements.Front End application(ATG) sends the customer xsd in ISO-8859-1 encoding format as we understood that only encoding format for sending the portuguese names is this format.Front is able to send the request to SOA Without any issues however the only format which SOA Suite accepts in our BPEL process is UTF-8 and hence we are seeing this invalid UTF-8 error.Can anyone of you please explain us on how to resolve this issue or please guide us which encoding format can we use for passing portuguese characters from front end to SOA Suite.
    *Exception*:
                java.lang.RuntimeException: [com.ctc.wstx.exc.WstxLazyException] com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte 0x6f (at char #3309, byte #2895): [com.ctc.wstx.exc.WstxLazyException] com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte 0x6f (at char #3309, byte #2895)
    What we tried :
    Since ATG or front end is using the ISO-8859-1 format to send the request to SOA,we tried to use the encoding format in all the SOA BPEL XSD but we are unable to deploy after changing the encoding and we see the below error :
    Exception:
    Redeploying on /Farm_soa2_domain/soa2_domain/soa_server1 ...
    Redeploying on "/Farm_soa2_domain/soa2_domain/soa_server1" failed!
    Error during deployment/undeployment: oracle.mds.transfer.TransferException:
    MDS-00001: exception in Metadata Services layer
    MDS-00521: error while reading document /deployed-composites/default/ManageCustomerOrderOrchestration_rev1.0/xsd/ManageContract.xsd from metadata repository
    IS0-8859-1
    IS0-8859-1
    MDS-00001: exception in Metadata Services layer
    MDS-00521: error while reading document /deployed-composites/default/ManageCustomerOrderOrchestration_rev1.0/xsd/ManageContract.xsd from metadata repository
    IS0-8859-1
    IS0-8859-1

    Hello Oracle Support/ SOA Experts,
    Please guide me on how to resolve this issue.
    Issue Description : We are using ATG,Oracle SoA SUite 11g as the Front and Middleware applications for our current website project.The project is basically for latin america(Portuguese Language) and we are facing encoding issue while sending the request from ATG(Front End) to SOA (Middleware).We have an SOA-xsd [customer.xsd) that contains FirstName,LastName,MiddleName as elements.Front End application(ATG) sends the customer xsd in ISO-8859-1 encoding format as we understood that only encoding format for sending the portuguese names is this format.Front is able to send the request to SOA Without any issues however the only format which SOA Suite accepts in our BPEL process is UTF-8 and hence we are seeing this invalid UTF-8 error.Can anyone of you please explain us on how to resolve this issue or please guide us which encoding format can we use for passing portuguese characters from front end to SOA Suite.
    *Exception*:
                java.lang.RuntimeException: [com.ctc.wstx.exc.WstxLazyException] com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte 0x6f (at char #3309, byte #2895): [com.ctc.wstx.exc.WstxLazyException] com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte 0x6f (at char #3309, byte #2895)
    What we tried :
    Since ATG or front end is using the ISO-8859-1 format to send the request to SOA,we tried to use the encoding format in all the SOA BPEL XSD but we are unable to deploy after changing the encoding and we see the below error :
    Exception:
    Redeploying on /Farm_soa2_domain/soa2_domain/soa_server1 ...
    Redeploying on "/Farm_soa2_domain/soa2_domain/soa_server1" failed!
    Error during deployment/undeployment: oracle.mds.transfer.TransferException:
    MDS-00001: exception in Metadata Services layer
    MDS-00521: error while reading document /deployed-composites/default/ManageCustomerOrderOrchestration_rev1.0/xsd/ManageContract.xsd from metadata repository
    IS0-8859-1
    IS0-8859-1
    MDS-00001: exception in Metadata Services layer
    MDS-00521: error while reading document /deployed-composites/default/ManageCustomerOrderOrchestration_rev1.0/xsd/ManageContract.xsd from metadata repository
    IS0-8859-1
    IS0-8859-1

  • Any recommendations for an editor to help find invalid UTF-8 characters?

    I'm generating some XML programmatically. The content has some old invalid characters which are not encoded as UTF-8. For example, in one case there is a long dash character that I can clearly see is ISO-8859-1 in a browser, because if I force the browser to view in ISO-8859-1 I can see the character, but if I view in UTF-8 the characters look like the black-diamond-with-a-question-mark.
    BBEdit will warn me that the the file contains invalid UTF-8. But it doesn't show me where those characters are.
    If I try to load the XML in a browser, like Chrome, it will tell me where the first instance is of an invalid character, but not where all of them are. So I was able to locate the one you see in the screenshot and go in and manually fix that one entry.. But in BBEdit it again just shows a default invalid character symbol.
    What I'd like to be able to do are two things:
    (1) Find all invalid characters so I can then go and fix them all at once without repeated "find the first invalid character" fails when loading the XML in a browser.
    (2) Know what the characters are (rather than generically seeing a bad character symbold) so  I can programmatically strip them out or substitute them when generating the XML. So I need to know what the character values (e.g. the hex values) are for those characters so I can use the replace() method in my server-side JavaScript to get rid of them.
    Anybody know a good editor I can use for these purposes?
    Thanks,
    Doug

    Well, now BBEdit doesn't complain anymore about invalid UTF-8 characters. I've gotten rid of all as far as BBEdit is concerned. But Chrome and other browsers still report a few. I'm trying to quash them now, but because the browsers only report them one-by-one I have to generate the XML multiple times to track them down, which takes one hour per run.
    I think there are only a few left. One at line 180,000. The next at like 450,000. There are only about 600,000 lines in the file, so I think I'll be done soon. Still... it would be nice to have a Mac tool that would locate all the invalid characters the browsers are choking on so I could fix them in one sweep. It would save hours.
    Does anybody know of such a tool for the Mac?
    Thanks,
    Doug

  • 11g Client installation errror - Unable to construct admin data&Invalid UTF

    I am trying to install Oracle 11g Client on Windows 7 (version is Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit)). I already have installed Oracle 10g Client and it is working without problem. I read few articles that say it can be used simultaneously on single machine.
    I get following error:
    "ERROR!! Unable to construct admin data segment. java.io.UTFDataFormatException:Invalid UTF8 encoding."
    I have full admin rights on machine, Windows is updated and latest Java is installed. Searched all over the net but can't find what could be the problem.
    Thank you in advance.

    This may be helpfull:
    http://download.oracle.com/javase/1.4.2/docs/api/java/lang/class-use/Exception.html
    its look like you have a problem with java
    Edited by: Fran on 12-jul-2011 5:02

  • Exception:java.io.UTFDataFormatException: invalid byte 2 of 2-byte UTF-8 se

    While feeding the parser with the xml string returned , the present data found contains some invalid UTF-8 characters(e.g, "�"). This would amount to a "java.io.UTFDataFormatException" exception.
    This is the code where I initialize the parser & feed the InputSource:
    public class ISEGeneralSearchResultsParser extends DefaultHandler{
    private static final String DEFAULT_PARSER_NAME     = "org.apache.xerces.parsers.SAXParser";
    private static final String VALIDATION               = "http://xml.org/sax/features/validation";
    private static final String NAMESPACE               = "http://xml.org/sax/features/namespaces";
    private static final String SCHEMA                    = "http://apache.org/xml/features/validation/schema";
    protected static boolean cbSetValidation           = false;
    protected static boolean cbSetNameSpaces           = false;
    protected static boolean cbSetSchemaSupport           = false;
    public void toRecord(String asXML)
              throws Exception
              try
                   ByteArrayInputStream byteStream = new ByteArrayInputStream(asXML.getBytes());
                   String lsParserName = DEFAULT_PARSER_NAME;          
                   try
                        lParser = (XMLReader)Class.forName(lsParserName).newInstance();
                        lParser.setFeature( VALIDATION, cbSetValidation);
         lParser.setFeature( NAMESPACE, cbSetNameSpaces);
         lParser.setFeature( SCHEMA, cbSetSchemaSupport);
         lParser.setContentHandler((DefaultHandler)this);
         lParser.setErrorHandler((DefaultHandler)this);
                   catch(Exception parserException)
                        throw new SNETException("ISE011");
                   lParser.parse(new InputSource((InputStream)byteStream));
              catch (Exception xmlStringException)
                   throw new SNETException("ISE012");
    My question how would I make the parser understand that the characters allowed could be also � for example?
    Thanking you in anitcipation!!
    Cheers

    My question how would I make the parser understand
    that the characters allowed could be also � for
    example?You would give it an XML file that declares its encoding properly. If it doesn't declare its encoding at all, you'd make sure it was really encoded in UTF-8. Hint: just stating an encoding in the XML's prologue doesn't mean that the data is really encoded that way. That's the responsibility of the creator of the file.

  • Servlet receiving UTF-16 parameter

    I am attempting to build a servlet to receive a parameter encoded in UTF-16. At this stage, I am able to receive and process UTF-8 parameters but not UTF-16. I believe this is due to the request.getParameter() method not finding the encoded parameter name. My servlet code is:
    request.setCharacterEncoding("UTF-16");
    String xmlStr = request.getParameter("xml");When I send the encoded request I do:
    System.out.println("Parameters:");
    for (Enumeration e = request.getParameterNames() ; e.hasMoreElements() ;)
        String s = (String)e.nextElement();
        System.out.println(s);
         for (int i=0; i< s.length(); i++)
             System.out.println(s.codePointAt(i));
    }and via the Tomcat stdout log get:
    Parameters:
    30720
    27904
    27648
    which would indicate it received the parameter xml yet the request.getParameter("xml") returns null.
    How can I retrieve the encoded parameter value?

    I believe the previous problem was a combination of two issues:
    1) The UTF-16 was being encoded in little endian, Java was reading it as big endian.
    2) The JVM appears to append the character <fffd> to each query parameter and each value. This is defined in Unicode to be a 'Replacement Character' and since it is included as part of the parameter causes that parameter not to match that being searched for.
    My new issue is this:
    I can find and thus retrieve the xml parameter from the request, however, it appears to take no notice of the encoding specified. I have printed the bytes contained in the complete input string and verified they contain the null (00) character for the half width latin characters. However, once request.getParameter() is called, these characters are lost and the resultant string is invalid UTF-16.
    So <xml> goes from x00 x3c, x00 x78, x00 x6d, x00 x6e, x00 x3e (10 bytes) to x3c, x78, x6d, x6e, x3e (5 bytes)
    How can I correctly parse my request parameter as being UTF-16 encoded?

  • Ignore invalid byte sequence

    I am reading in XML in my Java program using the Xerces library and am receiving an error "Invalid byte 2 of 2-byte UTF-8 sequence". It is caused because there is a two-byte sequence in the file "C2 3F" which is not a valid UTF-8 encoding. Is there any way to get the parser to ignore these invalid sequences? The XML files come from an external source so, aside from writing my own filtering routines to detect and fix errors like this, I cannot modify the content. Removing one or both of the bytes, or replacing them with valid characters, would work fine.

    FYI, this is the solution:
    private Reader prepareInputStreamReader(InputStream inputStream)
    // Strip all invalid UTF-8 sequences from input
    CharsetDecoder decoder = Charset.forName("UTF-8").newDecoder();
    decoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
    decoder.onMalformedInput(CodingErrorAction.REPLACE);
    decoder.replaceWith("?");
    return new InputStreamReader(inputStream, decoder);
    }

  • File Formating in UTF-8

    Hello,
    I am generating CSV file with different API, and by using COPY query in Postgres I am populating database. But while reading such file database gives error like "invalid UTF-8 byte sequence detected near byte 0xa0". So can we change file format to UTF with any of the JAVA or org.apache API??
    Thanks & Regards,
    Kasturi Karlekar.

    If your CSV API offers the option of saving as UTF-8 (and it should), that would be the best way to go. Otherwise, you can use InputStreamReader and OutputStreamWriter to convert the file.

  • [Solved] Gnome 3.14 crashes on session start

    Hello,
    I'm currently experimenting issues on my PC after making an update to gnome 3.14.
    After the update, I'm no longer able to launch any gnome session.
    GDM seems to work fine, but after the login the session launch always crash as I get the famous but not very informative "Oops! Something went wrong..." message.
    ( I also work with 2 others machine under Arch, and this is only time I've encountered such problem with this same update )
    I have little clue on the origin of my problem, but here is the
    journalctl output:
    -- Logs begin at ven. 2014-08-01 20:18:25 CEST, end at mar. 2014-10-21 23:54:03 CEST. --
    oct. 21 23:53:25 BigPC kernel: Initializing cgroup subsys cpuset
    oct. 21 23:53:25 BigPC kernel: Initializing cgroup subsys cpu
    oct. 21 23:53:25 BigPC kernel: Initializing cgroup subsys cpuacct
    oct. 21 23:53:25 BigPC kernel: Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
    oct. 21 23:53:25 BigPC kernel: Command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdb3 rw initrd=../initramfs-linux.img
    oct. 21 23:53:25 BigPC kernel: e820: BIOS-provided physical RAM map:
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000b242cfff] usable
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000b242d000-0x00000000b2433fff] ACPI NVS
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000b2434000-0x00000000b2ee9fff] usable
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000b2eea000-0x00000000b33e1fff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000b33e2000-0x00000000d38d4fff] usable
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000d38d5000-0x00000000d3962fff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000d3963000-0x00000000d39c9fff] usable
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000d39ca000-0x00000000d3b0cfff] ACPI NVS
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000d3b0d000-0x00000000deffefff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000defff000-0x00000000deffffff] usable
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    oct. 21 23:53:25 BigPC kernel: BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
    oct. 21 23:53:25 BigPC kernel: NX (Execute Disable) protection: active
    oct. 21 23:53:25 BigPC kernel: SMBIOS 2.7 present.
    oct. 21 23:53:25 BigPC kernel: DMI: Gigabyte Technology Co., Ltd. Z97X-Gaming 5/Z97X-Gaming 5, BIOS F3 04/25/2014
    oct. 21 23:53:25 BigPC kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    oct. 21 23:53:25 BigPC kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    oct. 21 23:53:25 BigPC kernel: AGP: No AGP bridge found
    oct. 21 23:53:25 BigPC kernel: e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
    oct. 21 23:53:25 BigPC kernel: MTRR default type: uncachable
    oct. 21 23:53:25 BigPC kernel: MTRR fixed ranges enabled:
    oct. 21 23:53:25 BigPC kernel: 00000-9FFFF write-back
    oct. 21 23:53:25 BigPC kernel: A0000-BFFFF uncachable
    oct. 21 23:53:25 BigPC kernel: C0000-CFFFF write-protect
    oct. 21 23:53:25 BigPC kernel: D0000-E7FFF uncachable
    oct. 21 23:53:25 BigPC kernel: E8000-FFFFF write-protect
    oct. 21 23:53:25 BigPC kernel: MTRR variable ranges enabled:
    oct. 21 23:53:25 BigPC kernel: 0 base 0000000000 mask 7E00000000 write-back
    oct. 21 23:53:25 BigPC kernel: 1 base 0200000000 mask 7FF0000000 write-back
    oct. 21 23:53:25 BigPC kernel: 2 base 0210000000 mask 7FF8000000 write-back
    oct. 21 23:53:25 BigPC kernel: 3 base 0218000000 mask 7FFC000000 write-back
    oct. 21 23:53:25 BigPC kernel: 4 base 021C000000 mask 7FFE000000 write-back
    oct. 21 23:53:25 BigPC kernel: 5 base 021E000000 mask 7FFF000000 write-back
    oct. 21 23:53:25 BigPC kernel: 6 base 00E0000000 mask 7FE0000000 uncachable
    oct. 21 23:53:25 BigPC kernel: 7 disabled
    oct. 21 23:53:25 BigPC kernel: 8 disabled
    oct. 21 23:53:25 BigPC kernel: 9 disabled
    oct. 21 23:53:25 BigPC kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    oct. 21 23:53:25 BigPC kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
    oct. 21 23:53:25 BigPC kernel: e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
    oct. 21 23:53:25 BigPC kernel: found SMP MP-table at [mem 0x000fd730-0x000fd73f] mapped at [ffff8800000fd730]
    oct. 21 23:53:25 BigPC kernel: Scanning 1 areas for low memory corruption
    oct. 21 23:53:25 BigPC kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    oct. 21 23:53:25 BigPC kernel: Using GB pages for direct mapping
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    oct. 21 23:53:25 BigPC kernel: [mem 0x00000000-0x000fffff] page 4k
    oct. 21 23:53:25 BigPC kernel: BRK [0x01b23000, 0x01b23fff] PGTABLE
    oct. 21 23:53:25 BigPC kernel: BRK [0x01b24000, 0x01b24fff] PGTABLE
    oct. 21 23:53:25 BigPC kernel: BRK [0x01b25000, 0x01b25fff] PGTABLE
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0x21ee00000-0x21effffff]
    oct. 21 23:53:25 BigPC kernel: [mem 0x21ee00000-0x21effffff] page 2M
    oct. 21 23:53:25 BigPC kernel: BRK [0x01b26000, 0x01b26fff] PGTABLE
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0x21c000000-0x21edfffff]
    oct. 21 23:53:25 BigPC kernel: [mem 0x21c000000-0x21edfffff] page 2M
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0x200000000-0x21bffffff]
    oct. 21 23:53:25 BigPC kernel: [mem 0x200000000-0x21bffffff] page 2M
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0x00100000-0xb242cfff]
    oct. 21 23:53:25 BigPC kernel: [mem 0x00100000-0x001fffff] page 4k
    oct. 21 23:53:25 BigPC kernel: [mem 0x00200000-0x3fffffff] page 2M
    oct. 21 23:53:25 BigPC kernel: [mem 0x40000000-0x7fffffff] page 1G
    oct. 21 23:53:25 BigPC kernel: [mem 0x80000000-0xb23fffff] page 2M
    oct. 21 23:53:25 BigPC kernel: [mem 0xb2400000-0xb242cfff] page 4k
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0xb2434000-0xb2ee9fff]
    oct. 21 23:53:25 BigPC kernel: [mem 0xb2434000-0xb25fffff] page 4k
    oct. 21 23:53:25 BigPC kernel: [mem 0xb2600000-0xb2dfffff] page 2M
    oct. 21 23:53:25 BigPC kernel: [mem 0xb2e00000-0xb2ee9fff] page 4k
    oct. 21 23:53:25 BigPC kernel: BRK [0x01b27000, 0x01b27fff] PGTABLE
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0xb33e2000-0xd38d4fff]
    oct. 21 23:53:25 BigPC kernel: [mem 0xb33e2000-0xb33fffff] page 4k
    oct. 21 23:53:25 BigPC kernel: [mem 0xb3400000-0xd37fffff] page 2M
    oct. 21 23:53:25 BigPC kernel: [mem 0xd3800000-0xd38d4fff] page 4k
    oct. 21 23:53:25 BigPC kernel: BRK [0x01b28000, 0x01b28fff] PGTABLE
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0xd3963000-0xd39c9fff]
    oct. 21 23:53:25 BigPC kernel: [mem 0xd3963000-0xd39c9fff] page 4k
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0xdefff000-0xdeffffff]
    oct. 21 23:53:25 BigPC kernel: [mem 0xdefff000-0xdeffffff] page 4k
    oct. 21 23:53:25 BigPC kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    oct. 21 23:53:25 BigPC kernel: [mem 0x100000000-0x1ffffffff] page 1G
    oct. 21 23:53:25 BigPC kernel: RAMDISK: [mem 0x7f74a000-0x7fffffff]
    oct. 21 23:53:25 BigPC kernel: ACPI: Early table checksum verification disabled
    oct. 21 23:53:25 BigPC kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
    oct. 21 23:53:25 BigPC kernel: ACPI: XSDT 0x00000000D3AD2078 000074 (v01 ALASKA A M I 01072009 AMI 00010013)
    oct. 21 23:53:25 BigPC kernel: ACPI: FACP 0x00000000D3AE2B60 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    oct. 21 23:53:25 BigPC kernel: ACPI: DSDT 0x00000000D3AD2188 0109D8 (v02 ALASKA A M I 00000088 INTL 20120711)
    oct. 21 23:53:25 BigPC kernel: ACPI: FACS 0x00000000D3B0B080 000040
    oct. 21 23:53:25 BigPC kernel: ACPI: APIC 0x00000000D3AE2C70 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    oct. 21 23:53:25 BigPC kernel: ACPI: FPDT 0x00000000D3AE2D08 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    oct. 21 23:53:25 BigPC kernel: ACPI: SSDT 0x00000000D3AE2D50 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
    oct. 21 23:53:25 BigPC kernel: ACPI: SSDT 0x00000000D3AE3940 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    oct. 21 23:53:25 BigPC kernel: ACPI: SSDT 0x00000000D3AE3E80 000B74 (v01 CpuRef CpuSsdt 00003000 INTL 20051117)
    oct. 21 23:53:25 BigPC kernel: ACPI: MCFG 0x00000000D3AE49F8 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    oct. 21 23:53:25 BigPC kernel: ACPI: HPET 0x00000000D3AE4A38 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    oct. 21 23:53:25 BigPC kernel: ACPI: SSDT 0x00000000D3AE4A70 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
    oct. 21 23:53:25 BigPC kernel: ACPI: SSDT 0x00000000D3AE4DE0 005B5E (v01 SaSsdt SaSsdt 00003000 INTL 20120711)
    oct. 21 23:53:25 BigPC kernel: ACPI: Local APIC address 0xfee00000
    oct. 21 23:53:25 BigPC kernel: No NUMA configuration found
    oct. 21 23:53:25 BigPC kernel: Faking a node at [mem 0x0000000000000000-0x000000021effffff]
    oct. 21 23:53:25 BigPC kernel: Initmem setup node 0 [mem 0x00000000-0x21effffff]
    oct. 21 23:53:25 BigPC kernel: NODE_DATA [mem 0x21eff6000-0x21effafff]
    oct. 21 23:53:25 BigPC kernel: [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216600000-ffff88021e5fffff] on node 0
    oct. 21 23:53:25 BigPC kernel: Zone ranges:
    oct. 21 23:53:25 BigPC kernel: DMA [mem 0x00001000-0x00ffffff]
    oct. 21 23:53:25 BigPC kernel: DMA32 [mem 0x01000000-0xffffffff]
    oct. 21 23:53:25 BigPC kernel: Normal [mem 0x100000000-0x21effffff]
    oct. 21 23:53:25 BigPC kernel: Movable zone start for each node
    oct. 21 23:53:25 BigPC kernel: Early memory node ranges
    oct. 21 23:53:25 BigPC kernel: node 0: [mem 0x00001000-0x0009cfff]
    oct. 21 23:53:25 BigPC kernel: node 0: [mem 0x00100000-0xb242cfff]
    oct. 21 23:53:25 BigPC kernel: node 0: [mem 0xb2434000-0xb2ee9fff]
    oct. 21 23:53:25 BigPC kernel: node 0: [mem 0xb33e2000-0xd38d4fff]
    oct. 21 23:53:25 BigPC kernel: node 0: [mem 0xd3963000-0xd39c9fff]
    oct. 21 23:53:25 BigPC kernel: node 0: [mem 0xdefff000-0xdeffffff]
    oct. 21 23:53:25 BigPC kernel: node 0: [mem 0x100000000-0x21effffff]
    oct. 21 23:53:25 BigPC kernel: On node 0 totalpages: 2040794
    oct. 21 23:53:25 BigPC kernel: DMA zone: 64 pages used for memmap
    oct. 21 23:53:25 BigPC kernel: DMA zone: 21 pages reserved
    oct. 21 23:53:25 BigPC kernel: DMA zone: 3996 pages, LIFO batch:0
    oct. 21 23:53:25 BigPC kernel: DMA32 zone: 13457 pages used for memmap
    oct. 21 23:53:25 BigPC kernel: DMA32 zone: 861246 pages, LIFO batch:31
    oct. 21 23:53:25 BigPC kernel: Normal zone: 18368 pages used for memmap
    oct. 21 23:53:25 BigPC kernel: Normal zone: 1175552 pages, LIFO batch:31
    oct. 21 23:53:25 BigPC kernel: ACPI: PM-Timer IO Port: 0x1808
    oct. 21 23:53:25 BigPC kernel: ACPI: Local APIC address 0xfee00000
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    oct. 21 23:53:25 BigPC kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    oct. 21 23:53:25 BigPC kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    oct. 21 23:53:25 BigPC kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    oct. 21 23:53:25 BigPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    oct. 21 23:53:25 BigPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    oct. 21 23:53:25 BigPC kernel: ACPI: IRQ0 used by override.
    oct. 21 23:53:25 BigPC kernel: ACPI: IRQ2 used by override.
    oct. 21 23:53:25 BigPC kernel: ACPI: IRQ9 used by override.
    oct. 21 23:53:25 BigPC kernel: Using ACPI (MADT) for SMP configuration information
    oct. 21 23:53:25 BigPC kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    oct. 21 23:53:25 BigPC kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    oct. 21 23:53:25 BigPC kernel: nr_irqs_gsi: 40
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xb242d000-0xb2433fff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xb2eea000-0xb33e1fff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xd38d5000-0xd3962fff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xd39ca000-0xd3b0cfff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xd3b0d000-0xdeffefff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    oct. 21 23:53:25 BigPC kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    oct. 21 23:53:25 BigPC kernel: e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices
    oct. 21 23:53:25 BigPC kernel: Booting paravirtualized kernel on bare hardware
    oct. 21 23:53:25 BigPC kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    oct. 21 23:53:25 BigPC kernel: PERCPU: Embedded 29 pages/cpu @ffff88021ec00000 s86784 r8192 d23808 u262144
    oct. 21 23:53:25 BigPC kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    oct. 21 23:53:25 BigPC kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    oct. 21 23:53:25 BigPC kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2008884
    oct. 21 23:53:25 BigPC kernel: Policy zone: Normal
    oct. 21 23:53:25 BigPC kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdb3 rw initrd=../initramfs-linux.img
    oct. 21 23:53:25 BigPC kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    oct. 21 23:53:25 BigPC kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    oct. 21 23:53:25 BigPC kernel: AGP: Checking aperture...
    oct. 21 23:53:25 BigPC kernel: AGP: No AGP bridge found
    oct. 21 23:53:25 BigPC kernel: Calgary: detecting Calgary via BIOS EBDA area
    oct. 21 23:53:25 BigPC kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    oct. 21 23:53:25 BigPC kernel: Memory: 7944400K/8163176K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 218776K reserved)
    oct. 21 23:53:25 BigPC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    oct. 21 23:53:25 BigPC kernel: Preemptible hierarchical RCU implementation.
    oct. 21 23:53:25 BigPC kernel: RCU dyntick-idle grace-period acceleration is enabled.
    oct. 21 23:53:25 BigPC kernel: Dump stacks of tasks blocking RCU-preempt GP.
    oct. 21 23:53:25 BigPC kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    oct. 21 23:53:25 BigPC kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    oct. 21 23:53:25 BigPC kernel: NR_IRQS:8448 nr_irqs:744 16
    oct. 21 23:53:25 BigPC kernel: Console: colour VGA+ 80x25
    oct. 21 23:53:25 BigPC kernel: console [tty0] enabled
    oct. 21 23:53:25 BigPC kernel: allocated 33554432 bytes of page_cgroup
    oct. 21 23:53:25 BigPC kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    oct. 21 23:53:25 BigPC kernel: hpet clockevent registered
    oct. 21 23:53:25 BigPC kernel: tsc: Fast TSC calibration using PIT
    oct. 21 23:53:25 BigPC kernel: spurious 8259A interrupt: IRQ7.
    oct. 21 23:53:25 BigPC kernel: tsc: Detected 3500.186 MHz processor
    oct. 21 23:53:25 BigPC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7003.05 BogoMIPS (lpj=11667286)
    oct. 21 23:53:25 BigPC kernel: pid_max: default: 32768 minimum: 301
    oct. 21 23:53:25 BigPC kernel: ACPI: Core revision 20140424
    oct. 21 23:53:25 BigPC kernel: ACPI: All ACPI Tables successfully acquired
    oct. 21 23:53:25 BigPC kernel: Security Framework initialized
    oct. 21 23:53:25 BigPC kernel: Yama: becoming mindful.
    oct. 21 23:53:25 BigPC kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    oct. 21 23:53:25 BigPC kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    oct. 21 23:53:25 BigPC kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    oct. 21 23:53:25 BigPC kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    oct. 21 23:53:25 BigPC kernel: Initializing cgroup subsys memory
    oct. 21 23:53:25 BigPC kernel: Initializing cgroup subsys devices
    oct. 21 23:53:25 BigPC kernel: Initializing cgroup subsys freezer
    oct. 21 23:53:25 BigPC kernel: Initializing cgroup subsys net_cls
    oct. 21 23:53:25 BigPC kernel: Initializing cgroup subsys blkio
    oct. 21 23:53:25 BigPC kernel: CPU: Physical Processor ID: 0
    oct. 21 23:53:25 BigPC kernel: CPU: Processor Core ID: 0
    oct. 21 23:53:25 BigPC kernel: mce: CPU supports 9 MCE banks
    oct. 21 23:53:25 BigPC kernel: CPU0: Thermal monitoring enabled (TM1)
    oct. 21 23:53:25 BigPC kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    tlb_flushall_shift: 6
    oct. 21 23:53:25 BigPC kernel: Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    oct. 21 23:53:25 BigPC kernel: ftrace: allocating 20445 entries in 80 pages
    oct. 21 23:53:25 BigPC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    oct. 21 23:53:25 BigPC kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (fam: 06, model: 3c, stepping: 03)
    oct. 21 23:53:25 BigPC kernel: TSC deadline timer enabled
    oct. 21 23:53:25 BigPC kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    oct. 21 23:53:25 BigPC kernel: ... version: 3
    oct. 21 23:53:25 BigPC kernel: ... bit width: 48
    oct. 21 23:53:25 BigPC kernel: ... generic registers: 4
    oct. 21 23:53:25 BigPC kernel: ... value mask: 0000ffffffffffff
    oct. 21 23:53:25 BigPC kernel: ... max period: 0000ffffffffffff
    oct. 21 23:53:25 BigPC kernel: ... fixed-purpose events: 3
    oct. 21 23:53:25 BigPC kernel: ... event mask: 000000070000000f
    oct. 21 23:53:25 BigPC kernel: x86: Booting SMP configuration:
    oct. 21 23:53:25 BigPC kernel: .... node #0, CPUs: #1
    oct. 21 23:53:25 BigPC kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    oct. 21 23:53:25 BigPC kernel: #2 #3 #4 #5 #6 #7
    oct. 21 23:53:25 BigPC kernel: x86: Booted up 1 node, 8 CPUs
    oct. 21 23:53:25 BigPC kernel: smpboot: Total of 8 processors activated (56025.43 BogoMIPS)
    oct. 21 23:53:25 BigPC kernel: devtmpfs: initialized
    oct. 21 23:53:25 BigPC kernel: PM: Registering ACPI NVS region [mem 0xb242d000-0xb2433fff] (28672 bytes)
    oct. 21 23:53:25 BigPC kernel: PM: Registering ACPI NVS region [mem 0xd39ca000-0xd3b0cfff] (1323008 bytes)
    oct. 21 23:53:25 BigPC kernel: pinctrl core: initialized pinctrl subsystem
    oct. 21 23:53:25 BigPC kernel: RTC time: 21:53:24, date: 10/21/14
    oct. 21 23:53:25 BigPC kernel: NET: Registered protocol family 16
    oct. 21 23:53:25 BigPC kernel: cpuidle: using governor ladder
    oct. 21 23:53:25 BigPC kernel: cpuidle: using governor menu
    oct. 21 23:53:25 BigPC kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    oct. 21 23:53:25 BigPC kernel: ACPI: bus type PCI registered
    oct. 21 23:53:25 BigPC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    oct. 21 23:53:25 BigPC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    oct. 21 23:53:25 BigPC kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    oct. 21 23:53:25 BigPC kernel: PCI: Using configuration type 1 for base access
    oct. 21 23:53:25 BigPC kernel: ACPI: Added _OSI(Module Device)
    oct. 21 23:53:25 BigPC kernel: ACPI: Added _OSI(Processor Device)
    oct. 21 23:53:25 BigPC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    oct. 21 23:53:25 BigPC kernel: ACPI: Added _OSI(Processor Aggregator Device)
    oct. 21 23:53:25 BigPC kernel: ACPI: Executed 15 blocks of module-level executable AML code
    oct. 21 23:53:25 BigPC kernel: ACPI: Dynamic OEM Table Load:
    oct. 21 23:53:25 BigPC kernel: ACPI: SSDT 0xFFFF880212E52C00 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    oct. 21 23:53:25 BigPC kernel: ACPI: Dynamic OEM Table Load:
    oct. 21 23:53:25 BigPC kernel: ACPI: SSDT 0xFFFF880212EA8800 0005AA (v01 PmRef ApIst 00003000 INTL 20051117)
    oct. 21 23:53:25 BigPC kernel: ACPI: Dynamic OEM Table Load:
    oct. 21 23:53:25 BigPC kernel: ACPI: SSDT 0xFFFF880212E8D800 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    oct. 21 23:53:25 BigPC kernel: ACPI: Interpreter enabled
    oct. 21 23:53:25 BigPC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    oct. 21 23:53:25 BigPC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    oct. 21 23:53:25 BigPC kernel: ACPI: (supports S0 S3 S4 S5)
    oct. 21 23:53:25 BigPC kernel: ACPI: Using IOAPIC for interrupt routing
    oct. 21 23:53:25 BigPC kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Resource [PG00] (on)
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Resource [PG01] (on)
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Resource [PG02] (on)
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Resource [FN00] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Resource [FN01] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Resource [FN02] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Resource [FN03] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Resource [FN04] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    oct. 21 23:53:25 BigPC kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    oct. 21 23:53:25 BigPC kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    oct. 21 23:53:25 BigPC kernel: PCI host bridge to bus 0000:00
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7218000-0xf721800f 64bit]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7217000-0xf72173ff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7210000-0xf7213fff 64bit]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: [8086:8c94] type 01 class 0x060400
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.3: [8086:8c96] type 01 class 0x060400
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7216000-0xf72163ff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.0: [8086:8cc4] type 00 class 0x060100
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7215000-0xf72157ff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.2: PME# supported from D3hot
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7214000-0xf72140ff 64bit]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: [10de:1004] type 00 class 0x030000
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.1: [10de:0e1a] type 00 class 0x040300
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
    oct. 21 23:53:25 BigPC kernel: acpiphp: Slot [1] registered
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    oct. 21 23:53:25 BigPC kernel: pci 0000:03:00.0: [1969:e091] type 00 class 0x020000
    oct. 21 23:53:25 BigPC kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf7100000-0xf713ffff 64bit]
    oct. 21 23:53:25 BigPC kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd07f]
    oct. 21 23:53:25 BigPC kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:04:00.0: [8086:244e] type 01 class 0x060401
    oct. 21 23:53:25 BigPC kernel: pci 0000:04:00.0: supports D1 D2
    oct. 21 23:53:25 BigPC kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    oct. 21 23:53:25 BigPC kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05]
    oct. 21 23:53:25 BigPC kernel: pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
    oct. 21 23:53:25 BigPC kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 6 10 *11 12 14 15)
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 6 *10 11 12 14 15)
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 6 *10 11 12 14 15)
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 6 10 *11 12 14 15)
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 6 10 11 12 14 15) *0, disabled.
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 6 10 11 12 14 15) *0, disabled.
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 6 10 *11 12 14 15)
    oct. 21 23:53:25 BigPC kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 6 *10 11 12 14 15)
    oct. 21 23:53:25 BigPC kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
    oct. 21 23:53:25 BigPC kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    oct. 21 23:53:25 BigPC kernel: vgaarb: loaded
    oct. 21 23:53:25 BigPC kernel: vgaarb: bridge control possible 0000:01:00.0
    oct. 21 23:53:25 BigPC kernel: PCI: Using ACPI for IRQ routing
    oct. 21 23:53:25 BigPC kernel: PCI: pci_cache_line_size set to 64 bytes
    oct. 21 23:53:25 BigPC kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    oct. 21 23:53:25 BigPC kernel: e820: reserve RAM buffer [mem 0xb242d000-0xb3ffffff]
    oct. 21 23:53:25 BigPC kernel: e820: reserve RAM buffer [mem 0xb2eea000-0xb3ffffff]
    oct. 21 23:53:25 BigPC kernel: e820: reserve RAM buffer [mem 0xd38d5000-0xd3ffffff]
    oct. 21 23:53:25 BigPC kernel: e820: reserve RAM buffer [mem 0xd39ca000-0xd3ffffff]
    oct. 21 23:53:25 BigPC kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
    oct. 21 23:53:25 BigPC kernel: e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
    oct. 21 23:53:25 BigPC kernel: NetLabel: Initializing
    oct. 21 23:53:25 BigPC kernel: NetLabel: domain hash size = 128
    oct. 21 23:53:25 BigPC kernel: NetLabel: protocols = UNLABELED CIPSOv4
    oct. 21 23:53:25 BigPC kernel: NetLabel: unlabeled traffic allowed by default
    oct. 21 23:53:25 BigPC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    oct. 21 23:53:25 BigPC kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    oct. 21 23:53:25 BigPC kernel: Switched to clocksource hpet
    oct. 21 23:53:25 BigPC kernel: pnp: PnP ACPI init
    oct. 21 23:53:25 BigPC kernel: ACPI: bus type PNP registered
    oct. 21 23:53:25 BigPC kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    oct. 21 23:53:25 BigPC kernel: system 00:01: [io 0x0800-0x087f] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    oct. 21 23:53:25 BigPC kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    oct. 21 23:53:25 BigPC kernel: system 00:03: [io 0x1854-0x1857] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    oct. 21 23:53:25 BigPC kernel: system 00:04: [io 0x0a00-0x0a0f] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:04: [io 0x0a30-0x0a3f] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:04: [io 0x0a20-0x0a2f] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    oct. 21 23:53:25 BigPC kernel: pnp 00:05: [dma 0 disabled]
    oct. 21 23:53:25 BigPC kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
    oct. 21 23:53:25 BigPC kernel: system 00:06: [io 0x04d0-0x04d1] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
    oct. 21 23:53:25 BigPC kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    oct. 21 23:53:25 BigPC kernel: pnp: PnP ACPI: found 8 devices
    oct. 21 23:53:25 BigPC kernel: ACPI: bus type PNP unregistered
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff]
    oct. 21 23:53:25 BigPC kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
    oct. 21 23:53:25 BigPC kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    oct. 21 23:53:25 BigPC kernel: pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
    oct. 21 23:53:25 BigPC kernel: NET: Registered protocol family 2
    oct. 21 23:53:25 BigPC kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    oct. 21 23:53:25 BigPC kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    oct. 21 23:53:25 BigPC kernel: TCP: Hash tables configured (established 65536 bind 65536)
    oct. 21 23:53:25 BigPC kernel: TCP: reno registered
    oct. 21 23:53:25 BigPC kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    oct. 21 23:53:25 BigPC kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    oct. 21 23:53:25 BigPC kernel: NET: Registered protocol family 1
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: Boot video device
    oct. 21 23:53:25 BigPC kernel: pci 0000:03:00.0: set MSI_INTX_DISABLE_BUG flag
    oct. 21 23:53:25 BigPC kernel: PCI: CLS 64 bytes, default 64
    oct. 21 23:53:25 BigPC kernel: Unpacking initramfs...
    oct. 21 23:53:25 BigPC kernel: Freeing initrd memory: 8920K (ffff88007f74a000 - ffff880080000000)
    oct. 21 23:53:25 BigPC kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    oct. 21 23:53:25 BigPC kernel: software IO TLB [mem 0xcf8d5000-0xd38d5000] (64MB) mapped at [ffff8800cf8d5000-ffff8800d38d4fff]
    oct. 21 23:53:25 BigPC kernel: RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    oct. 21 23:53:25 BigPC kernel: Scanning for low memory corruption every 60 seconds
    oct. 21 23:53:25 BigPC kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
    oct. 21 23:53:25 BigPC kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    oct. 21 23:53:25 BigPC kernel: zbud: loaded
    oct. 21 23:53:25 BigPC kernel: VFS: Disk quotas dquot_6.5.2
    oct. 21 23:53:25 BigPC kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    oct. 21 23:53:25 BigPC kernel: msgmni has been set to 15533
    oct. 21 23:53:25 BigPC kernel: Key type big_key registered
    oct. 21 23:53:25 BigPC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    oct. 21 23:53:25 BigPC kernel: io scheduler noop registered
    oct. 21 23:53:25 BigPC kernel: io scheduler deadline registered
    oct. 21 23:53:25 BigPC kernel: io scheduler cfq registered (default)
    oct. 21 23:53:25 BigPC kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    oct. 21 23:53:25 BigPC kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    oct. 21 23:53:25 BigPC kernel: pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    oct. 21 23:53:25 BigPC kernel: pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    oct. 21 23:53:25 BigPC kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    oct. 21 23:53:25 BigPC kernel: pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
    oct. 21 23:53:25 BigPC kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    oct. 21 23:53:25 BigPC kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    oct. 21 23:53:25 BigPC kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    oct. 21 23:53:25 BigPC kernel: pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    oct. 21 23:53:25 BigPC kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    oct. 21 23:53:25 BigPC kernel: pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    oct. 21 23:53:25 BigPC kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    oct. 21 23:53:25 BigPC kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    oct. 21 23:53:25 BigPC kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    oct. 21 23:53:25 BigPC kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    oct. 21 23:53:25 BigPC kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    oct. 21 23:53:25 BigPC kernel: intel_idle: MWAIT substates: 0x42120
    oct. 21 23:53:25 BigPC kernel: intel_idle: v0.4 model 0x3C
    oct. 21 23:53:25 BigPC kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    oct. 21 23:53:25 BigPC kernel: GHES: HEST is not enabled!
    oct. 21 23:53:25 BigPC kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    oct. 21 23:53:25 BigPC kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    oct. 21 23:53:25 BigPC kernel: Linux agpgart interface v0.103
    oct. 21 23:53:25 BigPC kernel: rtc_cmos 00:02: RTC can wake from S4
    oct. 21 23:53:25 BigPC kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    oct. 21 23:53:25 BigPC kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    oct. 21 23:53:25 BigPC kernel: Intel P-state driver initializing.
    oct. 21 23:53:25 BigPC kernel: Intel pstate controlling: cpu 0
    oct. 21 23:53:25 BigPC kernel: Intel pstate controlling: cpu 1
    oct. 21 23:53:25 BigPC kernel: Intel pstate controlling: cpu 2
    oct. 21 23:53:25 BigPC kernel: Intel pstate controlling: cpu 3
    oct. 21 23:53:25 BigPC kernel: Intel pstate controlling: cpu 4
    oct. 21 23:53:25 BigPC kernel: Intel pstate controlling: cpu 5
    oct. 21 23:53:25 BigPC kernel: Intel pstate controlling: cpu 6
    oct. 21 23:53:25 BigPC kernel: Intel pstate controlling: cpu 7
    oct. 21 23:53:25 BigPC kernel: ledtrig-cpu: registered to indicate activity on CPUs
    oct. 21 23:53:25 BigPC kernel: TCP: cubic registered
    oct. 21 23:53:25 BigPC kernel: NET: Registered protocol family 10
    oct. 21 23:53:25 BigPC kernel: NET: Registered protocol family 17
    oct. 21 23:53:25 BigPC kernel: registered taskstats version 1
    oct. 21 23:53:25 BigPC kernel: Magic number: 2:172:905
    oct. 21 23:53:25 BigPC kernel: rtc_cmos 00:02: setting system clock to 2014-10-21 21:53:24 UTC (1413928404)
    oct. 21 23:53:25 BigPC kernel: PM: Hibernation image not present or could not be loaded.
    oct. 21 23:53:25 BigPC kernel: Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    oct. 21 23:53:25 BigPC kernel: Write protecting the kernel read-only data: 8192k
    oct. 21 23:53:25 BigPC kernel: Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
    oct. 21 23:53:25 BigPC kernel: Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    oct. 21 23:53:25 BigPC kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    oct. 21 23:53:25 BigPC systemd-udevd[78]: starting version 216
    oct. 21 23:53:25 BigPC kernel: [drm] Initialized drm 1.1.0 20060810
    oct. 21 23:53:25 BigPC kernel: nvidia: module license 'NVIDIA' taints kernel.
    oct. 21 23:53:25 BigPC kernel: Disabling lock debugging due to kernel taint
    oct. 21 23:53:25 BigPC kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    oct. 21 23:53:25 BigPC kernel: [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    oct. 21 23:53:25 BigPC kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 343.22 Thu Sep 11 16:27:43 PDT 2014
    oct. 21 23:53:25 BigPC kernel: sdhci: Secure Digital Host Controller Interface driver
    oct. 21 23:53:25 BigPC kernel: sdhci: Copyright(c) Pierre Ossman
    oct. 21 23:53:25 BigPC kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    oct. 21 23:53:25 BigPC kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    oct. 21 23:53:25 BigPC kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    oct. 21 23:53:25 BigPC kernel: ACPI: bus type USB registered
    oct. 21 23:53:25 BigPC kernel: usbcore: registered new interface driver usbfs
    oct. 21 23:53:25 BigPC kernel: usbcore: registered new interface driver hub
    oct. 21 23:53:25 BigPC kernel: usbcore: registered new device driver usb
    oct. 21 23:53:25 BigPC kernel: SCSI subsystem initialized
    oct. 21 23:53:25 BigPC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    oct. 21 23:53:25 BigPC kernel: ehci-pci: EHCI PCI platform driver
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1a.0: debug port 2
    oct. 21 23:53:25 BigPC kernel: libata version 3.00 loaded.
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7217000
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    oct. 21 23:53:25 BigPC kernel: hub 1-0:1.0: USB hub found
    oct. 21 23:53:25 BigPC kernel: hub 1-0:1.0: 2 ports detected
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1d.0: debug port 2
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7216000
    oct. 21 23:53:25 BigPC kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    oct. 21 23:53:25 BigPC kernel: hub 2-0:1.0: USB hub found
    oct. 21 23:53:25 BigPC kernel: hub 2-0:1.0: 2 ports detected
    oct. 21 23:53:25 BigPC kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    oct. 21 23:53:25 BigPC kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    oct. 21 23:53:25 BigPC kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    oct. 21 23:53:25 BigPC kernel: xhci_hcd 0000:00:14.0: irq 44 for MSI/MSI-X
    oct. 21 23:53:25 BigPC kernel: hub 3-0:1.0: USB hub found
    oct. 21 23:53:25 BigPC kernel: hub 3-0:1.0: 14 ports detected
    oct. 21 23:53:25 BigPC kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    oct. 21 23:53:25 BigPC kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    oct. 21 23:53:25 BigPC kernel: hub 4-0:1.0: USB hub found
    oct. 21 23:53:25 BigPC kernel: hub 4-0:1.0: 6 ports detected
    oct. 21 23:53:25 BigPC kernel: ahci 0000:00:1f.2: version 3.0
    oct. 21 23:53:25 BigPC kernel: ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
    oct. 21 23:53:25 BigPC kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x34 impl SATA mode
    oct. 21 23:53:25 BigPC kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    oct. 21 23:53:25 BigPC kernel: scsi0 : ahci
    oct. 21 23:53:25 BigPC kernel: scsi1 : ahci
    oct. 21 23:53:25 BigPC kernel: scsi2 : ahci
    oct. 21 23:53:25 BigPC kernel: scsi3 : ahci
    oct. 21 23:53:25 BigPC kernel: scsi4 : ahci
    oct. 21 23:53:25 BigPC kernel: scsi5 : ahci
    oct. 21 23:53:25 BigPC kernel: ata1: DUMMY
    oct. 21 23:53:25 BigPC kernel: ata2: DUMMY
    oct. 21 23:53:25 BigPC kernel: ata3: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215200 irq 45
    oct. 21 23:53:25 BigPC kernel: ata4: DUMMY
    oct. 21 23:53:25 BigPC kernel: ata5: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215300 irq 45
    oct. 21 23:53:25 BigPC kernel: ata6: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215380 irq 45
    oct. 21 23:53:25 BigPC kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    oct. 21 23:53:25 BigPC kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    oct. 21 23:53:25 BigPC kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    oct. 21 23:53:25 BigPC kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    oct. 21 23:53:25 BigPC kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    oct. 21 23:53:25 BigPC kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    oct. 21 23:53:25 BigPC kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    oct. 21 23:53:25 BigPC kernel: ata5.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
    oct. 21 23:53:25 BigPC kernel: ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    oct. 21 23:53:25 BigPC kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    oct. 21 23:53:25 BigPC kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    oct. 21 23:53:25 BigPC kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    oct. 21 23:53:25 BigPC kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    oct. 21 23:53:25 BigPC kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    oct. 21 23:53:25 BigPC kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    oct. 21 23:53:25 BigPC kernel: ata6.00: supports DRM functions and may not be fully accessible
    oct. 21 23:53:25 BigPC kernel: ata6.00: failed to get NCQ Send/Recv Log Emask 0x1
    oct. 21 23:53:25 BigPC kernel: ata6.00: ATA-9: Samsung SSD 840 EVO 250GB, EXT0BB6Q, max UDMA/133
    oct. 21 23:53:25 BigPC kernel: ata6.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    oct. 21 23:53:25 BigPC kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    oct. 21 23:53:25 BigPC kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    oct. 21 23:53:25 BigPC kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    oct. 21 23:53:25 BigPC kernel: ata5.00: configured for UDMA/133
    oct. 21 23:53:25 BigPC kernel: ata6.00: supports DRM functions and may not be fully accessible
    oct. 21 23:53:25 BigPC kernel: ata6.00: failed to get NCQ Send/Recv Log Emask 0x1
    oct. 21 23:53:25 BigPC kernel: ata6.00: configured for UDMA/133
    oct. 21 23:53:25 BigPC kernel: ata3.00: ATAPI: ASUS BW-16D1HT, 1.01, max UDMA/100
    oct. 21 23:53:25 BigPC kernel: ata3.00: configured for UDMA/100
    oct. 21 23:53:25 BigPC kernel: scsi 2:0:0:0: CD-ROM ASUS BW-16D1HT 1.01 PQ: 0 ANSI: 5
    oct. 21 23:53:25 BigPC kernel: scsi 4:0:0:0: Direct-Access ATA WDC WD20EZRX-00D 0A80 PQ: 0 ANSI: 5
    oct. 21 23:53:25 BigPC kernel: scsi 5:0:0:0: Direct-Access ATA Samsung SSD 840 BB6Q PQ: 0 ANSI: 5
    oct. 21 23:53:25 BigPC kernel: sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    oct. 21 23:53:25 BigPC kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    oct. 21 23:53:25 BigPC kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
    oct. 21 23:53:25 BigPC kernel: sd 4:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
    oct. 21 23:53:25 BigPC kernel: sd 4:0:0:0: [sda] 4096-byte physical blocks
    oct. 21 23:53:25 BigPC kernel: sd 4:0:0:0: [sda] Write Protect is off
    oct. 21 23:53:25 BigPC kernel: sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    oct. 21 23:53:25 BigPC kernel: sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    oct. 21 23:53:25 BigPC kernel: sd 5:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    oct. 21 23:53:25 BigPC kernel: sd 5:0:0:0: [sdb] Write Protect is off
    oct. 21 23:53:25 BigPC kernel: sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    oct. 21 23:53:25 BigPC kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    oct. 21 23:53:25 BigPC kernel: sdb: sdb1 sdb2 sdb3
    oct. 21 23:53:25 BigPC kernel: sd 5:0:0:0: [sdb] Attached SCSI disk
    oct. 21 23:53:25 BigPC kernel: hub 1-1:1.0: USB hub found
    oct. 21 23:53:25 BigPC kernel: hub 1-1:1.0: 6 ports detected
    oct. 21 23:53:25 BigPC kernel: sda: sda1
    oct. 21 23:53:25 BigPC kernel: sd 4:0:0:0: [sda] Attached SCSI disk
    oct. 21 23:53:25 BigPC kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    oct. 21 23:53:25 BigPC kernel: EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
    oct. 21 23:53:25 BigPC kernel: hub 2-1:1.0: USB hub found
    oct. 21 23:53:25 BigPC kernel: hub 2-1:1.0: 8 ports detected
    oct. 21 23:53:25 BigPC systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
    oct. 21 23:53:25 BigPC systemd[1]: Detected architecture 'x86-64'.
    oct. 21 23:53:25 BigPC systemd[1]: Set hostname to <BigPC>.
    oct. 21 23:53:25 BigPC systemd[1]: /etc/locale.conf:2: invalid UTF-8 value for key LANG: 'fr_FR.UTF-8', ignoring.
    oct. 21 23:53:25 BigPC systemd[1]: Failed to read /etc/locale.conf: Invalid argument
    oct. 21 23:53:25 BigPC kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
    oct. 21 23:53:25 BigPC systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    oct. 21 23:53:25 BigPC systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Login Prompts.
    oct. 21 23:53:25 BigPC systemd[1]: Reached target Login Prompts.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Remote File Systems.
    oct. 21 23:53:25 BigPC systemd[1]: Reached target Remote File Systems.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Encrypted Volumes.
    oct. 21 23:53:25 BigPC systemd[1]: Reached target Encrypted Volumes.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    oct. 21 23:53:25 BigPC systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Paths.
    oct. 21 23:53:25 BigPC systemd[1]: Reached target Paths.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    oct. 21 23:53:25 BigPC systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Swap.
    oct. 21 23:53:25 BigPC systemd[1]: Reached target Swap.
    oct. 21 23:53:25 BigPC systemd[1]: Expecting device dev-disk-by\x2duuid-e2d041ba\x2d8488\x2d495c\x2dbab6\x2d0689ff20eac7.device...
    oct. 21 23:53:25 BigPC systemd[1]: Expecting device dev-disk-by\x2duuid-2c455de8\x2da64a\x2d4751\x2daf5d\x2d7aff4613b496.device...
    oct. 21 23:53:25 BigPC systemd[1]: Starting Root Slice.
    oct. 21 23:53:25 BigPC systemd[1]: Created slice Root Slice.
    oct. 21 23:53:25 BigPC systemd[1]: Starting User and Session Slice.
    oct. 21 23:53:25 BigPC systemd[1]: Created slice User and Session Slice.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Delayed Shutdown Socket.
    oct. 21 23:53:25 BigPC systemd[1]: Listening on Delayed Shutdown Socket.
    oct. 21 23:53:25 BigPC systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    oct. 21 23:53:25 BigPC systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Device-mapper event daemon FIFOs.
    oct. 21 23:53:25 BigPC systemd[1]: Listening on Device-mapper event daemon FIFOs.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Journal Socket (/dev/log).
    oct. 21 23:53:25 BigPC systemd[1]: Listening on Journal Socket (/dev/log).
    oct. 21 23:53:25 BigPC systemd[1]: Starting LVM2 metadata daemon socket.
    oct. 21 23:53:25 BigPC systemd[1]: Listening on LVM2 metadata daemon socket.
    oct. 21 23:53:25 BigPC systemd[1]: Starting udev Kernel Socket.
    oct. 21 23:53:25 BigPC systemd[1]: Listening on udev Kernel Socket.
    oct. 21 23:53:25 BigPC systemd[1]: Starting udev Control Socket.
    oct. 21 23:53:25 BigPC systemd[1]: Listening on udev Control Socket.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Journal Socket.
    oct. 21 23:53:25 BigPC systemd[1]: Listening on Journal Socket.
    oct. 21 23:53:25 BigPC systemd[1]: Starting System Slice.
    oct. 21 23:53:25 BigPC systemd[1]: Created slice System Slice.
    oct. 21 23:53:25 BigPC systemd[1]: Started File System Check on Root Device.
    oct. 21 23:53:25 BigPC systemd[1]: Starting system-systemd\x2dfsck.slice.
    oct. 21 23:53:25 BigPC systemd[1]: Created slice system-systemd\x2dfsck.slice.
    oct. 21 23:53:25 BigPC systemd[1]: Mounting Temporary Directory...
    oct. 21 23:53:25 BigPC systemd[1]: Starting system-getty.slice.
    oct. 21 23:53:25 BigPC systemd[1]: Created slice system-getty.slice.
    oct. 21 23:53:25 BigPC systemd[1]: Mounting Debug File System...
    oct. 21 23:53:25 BigPC systemd[1]: Starting Setup Virtual Console...
    oct. 21 23:53:25 BigPC systemd[1]: Started Set Up Additional Binary Formats.
    oct. 21 23:53:25 BigPC systemd[1]: Started Load Kernel Modules.
    oct. 21 23:53:25 BigPC systemd[1]: Starting Apply Kernel Variables...
    oct. 21 23:53:25 BigPC systemd[1]: Mounted FUSE Control File System.
    oct. 21 23:53:25 BigPC systemd[1]: Mounting Huge Pages File System...
    oct. 21 23:53:25 BigPC systemd[1]: Mounting POSIX Message Queue File System...
    oct. 21 23:53:25 BigPC systemd[1]: Mounting Configuration File System...
    oct. 21 23:53:25 BigPC systemd[1]: Starting Create list of required static device nodes for the current kernel...
    oct. 21 23:53:25 BigPC systemd[1]: Starting udev Coldplug all Devices...
    oct. 21 23:53:25 BigPC systemd[1]: Starting Journal Service...
    oct. 21 23:53:25 BigPC systemd[1]: Started Journal Service.
    oct. 21 23:53:25 BigPC kernel: EXT4-fs (sdb3): re-mounted. Opts: data=ordered
    oct. 21 23:53:25 BigPC kernel: tsc: Refined TSC clocksource calibration: 3499.997 MHz
    oct. 21 23:53:25 BigPC systemd-udevd[195]: starting version 216
    oct. 21 23:53:25 BigPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Button [PWRB]
    oct. 21 23:53:25 BigPC kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    oct. 21 23:53:25 BigPC kernel: ACPI: Sleep Button [SLPB]
    oct. 21 23:53:25 BigPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    oct. 21 23:53:25 BigPC kernel: ACPI: Power Button [PWRF]
    oct. 21 23:53:25 BigPC kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    oct. 21 23:53:25 BigPC kernel: mei_me 0000:00:16.0: irq 46 for MSI/MSI-X
    oct. 21 23:53:25 BigPC kernel: wmi: Mapper loaded
    oct. 21 23:53:25 BigPC kernel: hidraw: raw HID events driver (C) Jiri Kosina
    oct. 21 23:53:25 BigPC kernel: ACPI: Fan [FAN0] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: Fan [FAN1] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: Fan [FAN2] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: Fan [FAN3] (off)
    oct. 21 23:53:25 BigPC kernel: ACPI: Fan [FAN4] (off)
    oct. 21 23:53:25 BigPC kernel: thermal LNXTHERM:00: registered as thermal_zone0
    oct. 21 23:53:25 BigPC kernel: ACPI: Thermal Zone [TZ00] (28 C)
    oct. 21 23:53:25 BigPC kernel: thermal LNXTHERM:01: registered as thermal_zone1
    oct. 21 23:53:25 BigPC kernel: ACPI: Thermal Zone [TZ01] (30 C)
    oct. 21 23:53:25 BigPC kernel: snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    oct. 21 23:53:25 BigPC kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
    oct. 21 23:53:25 BigPC kernel: snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
    oct. 21 23:53:25 BigPC kernel: microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x17
    oct. 21 23:53:25 BigPC kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
    oct. 21 23:53:25 BigPC kernel: microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x17
    oct. 21 23:53:25 BigPC kernel: microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x17
    oct. 21 23:53:25 BigPC kernel: microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x17
    oct. 21 23:53:25 BigPC kernel: microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x17
    oct. 21 23:53:25 BigPC kernel: microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x17
    oct. 21 23:53:25 BigPC kernel: microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x17
    oct. 21 23:53:25 BigPC kernel: microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x17
    oct. 21 23:53:25 BigPC kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    oct. 21 23:53:25 BigPC kernel: alx 0000:03:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [74:d4:35:e6:96:6d]
    oct. 21 23:53:25 BigPC kernel: AVX2 version of gcm_enc/dec engaged.
    oct. 21 23:53:25 BigPC systemd-udevd[205]: renamed network interface eth0 to enp3s0
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: ALC1150: SKU not ready 0x00000000
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: autoconfig: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: mono: mono_out=0x0
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: dig-out=0x11/0x1e
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: inputs:
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: Front Mic=0x19
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: Rear Mic=0x18
    oct. 21 23:53:25 BigPC kernel: sound hdaudioC0D2: Line=0x1a
    oct. 21 23:53:25 BigPC kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D2/input7
    oct. 21 23:53:25 BigPC kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    oct. 21 23:53:25 BigPC kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    oct. 21 23:53:25 BigPC kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    oct. 21 23:53:25 BigPC kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    oct. 21 23:53:25 BigPC kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    oct. 21 23:53:25 BigPC kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    oct. 21 23:53:25 BigPC kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    oct. 21 23:53:25 BigPC kernel: kvm: disabled by bios
    oct. 21 23:53:25 BigPC kernel: intel_rapl: RAPL domain uncore detection failed
    oct. 21 23:53:25 BigPC kernel: EXT4-fs (sdb1): mounting ext2 file system using the ext4 subsystem
    oct. 21 23:53:25 BigPC kernel: random: nonblocking pool is initialized
    oct. 21 23:53:25 BigPC kernel: EXT4-fs (sdb1): mounted filesystem without journal. Opts: (null)
    oct. 21 23:53:25 BigPC kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
    oct. 21 23:53:25 BigPC kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: data=ordered
    oct. 21 23:53:25 BigPC kernel: cfg80211: Calling CRDA to update world regulatory domain
    oct. 21 23:53:25 BigPC kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
    oct. 21 23:53:25 BigPC kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
    oct. 21 23:53:25 BigPC kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
    oct. 21 23:53:25 BigPC kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
    oct. 21 23:53:26 BigPC kernel: alx 0000:03:00.0: irq 48 for MSI/MSI-X
    oct. 21 23:53:26 BigPC kernel: IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    oct. 21 23:53:26 BigPC kernel: usb 3-6: new full-speed USB device number 4 using xhci_hcd
    oct. 21 23:53:26 BigPC kernel: Bluetooth: Core ver 2.19
    oct. 21 23:53:26 BigPC kernel: NET: Registered protocol family 31
    oct. 21 23:53:26 BigPC kernel: Bluetooth: HCI device and connection manager initialized
    oct. 21 23:53:26 BigPC kernel: Bluetooth: HCI socket layer initialized
    oct. 21 23:53:26 BigPC kernel: Bluetooth: L2CAP socket layer initialized
    oct. 21 23:53:26 BigPC kernel: Bluetooth: SCO socket layer initialized
    oct. 21 23:

    ewaller wrote:
    [ 765.737] (EE) Server terminated successfully (0). Closing log file.
    It is not Xorg.  It looks like Gnome gave up the ghost and exited.  After that, Xorg did what it is supposed to do and exited normally.
    Try deleting or renaming ~/.config/gnome-session and ~/.config/gconf and try again.  (BTW, they are both directories)
    Hello! Thanks for your help.
    Yes, I suspect also the problem isn't within Xorg, since gdm show up fine (it the session launch itself that crashes (with every user though)), and since
    echo "xterm & sleep 10" > ~/.xinitrc ; startx also works fine.
    Unfortunately, I already tried something like that earlier (and tried again after reading your answer), but the session launch crash remains

  • Repeating kernel panics

    Hi there.
    Yesterday about at the same time I had a first kernel panic about 1-2 min after gnome loaded (my caps-lock and scroll-lock blinked).
    Today during the boot I had a kernel panic after the line "Doing something with ACPI" - there was a long message and after 30 (60?) seconds the pc rebooted. I dug all the logs I have and couldn't fine anything related, if you could point me to a specific log to look at would be nice.
    Last updates:
    [2010-02-01 21:29] synchronizing package lists
    [2010-02-01 21:29] starting full system upgrade
    [2010-02-01 21:30] removed firefox-branded (3.5.7-1)
    [2010-02-01 21:30] synchronizing package lists
    [2010-02-01 21:33] installed firefox (3.5.7-1)
    [2010-02-01 21:34] synchronizing package lists
    [2010-02-01 21:34] starting full system upgrade
    [2010-02-01 21:37] upgraded bash (4.0.035-1 -> 4.1.002-1)
    [2010-02-01 21:43] upgraded bash (4.1.002-1 -> 4.0.033-1)
    [2010-02-01 21:45] upgraded bash (4.0.033-1 -> 4.1.002-1)
    [2010-02-01 21:47] upgraded bash (4.1.002-1 -> 4.0.033-1)
    [2010-02-01 22:04] installed automake (1.11.1-1)
    uname -a
    Linux werewolf 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
    everything.log for today
    Feb 4 08:32:49 werewolf syslog-ng[3239]: syslog-ng starting up; version='3.0.4'
    Feb 4 08:32:49 werewolf kernel: Linux version 2.6.31-ARCH (root@architect) (gcc version 4.4.2 (GCC) ) #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009
    Feb 4 08:32:49 werewolf kernel: KERNEL supported cpus:
    Feb 4 08:32:49 werewolf kernel: Intel GenuineIntel
    Feb 4 08:32:49 werewolf kernel: AMD AuthenticAMD
    Feb 4 08:32:49 werewolf kernel: NSC Geode by NSC
    Feb 4 08:32:49 werewolf kernel: Cyrix CyrixInstead
    Feb 4 08:32:49 werewolf kernel: Centaur CentaurHauls
    Feb 4 08:32:49 werewolf kernel: Transmeta GenuineTMx86
    Feb 4 08:32:49 werewolf kernel: Transmeta TransmetaCPU
    Feb 4 08:32:49 werewolf kernel: UMC UMC UMC UMC
    Feb 4 08:32:50 werewolf kernel: BIOS-provided physical RAM map:
    Feb 4 08:32:50 werewolf kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Feb 4 08:32:50 werewolf kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Feb 4 08:32:50 werewolf kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Feb 4 08:32:50 werewolf kernel: BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
    Feb 4 08:32:50 werewolf kernel: BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
    Feb 4 08:32:50 werewolf kernel: BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
    Feb 4 08:32:50 werewolf kernel: BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
    Feb 4 08:32:50 werewolf kernel: BIOS-e820: 00000000ffba0000 - 0000000100000000 (reserved)
    Feb 4 08:32:50 werewolf kernel: DMI 2.3 present.
    Feb 4 08:32:50 werewolf kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    Feb 4 08:32:50 werewolf kernel: e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    Feb 4 08:32:50 werewolf kernel: last_pfn = 0x3ffb0 max_arch_pfn = 0x100000
    Feb 4 08:32:50 werewolf kernel: MTRR default type: uncachable
    Feb 4 08:32:50 werewolf kernel: MTRR fixed ranges enabled:
    Feb 4 08:32:50 werewolf kernel: 00000-9FFFF write-back
    Feb 4 08:32:50 werewolf kernel: A0000-DFFFF uncachable
    Feb 4 08:32:50 werewolf kernel: E0000-EFFFF write-through
    Feb 4 08:32:50 werewolf kernel: F0000-FFFFF write-protect
    Feb 4 08:32:50 werewolf kernel: MTRR variable ranges enabled:
    Feb 4 08:32:50 werewolf kernel: 0 base 000000000 mask FC0000000 write-back
    Feb 4 08:32:50 werewolf kernel: 1 disabled
    Feb 4 08:32:50 werewolf kernel: 2 disabled
    Feb 4 08:32:50 werewolf kernel: 3 disabled
    Feb 4 08:32:50 werewolf kernel: 4 disabled
    Feb 4 08:32:50 werewolf kernel: 5 disabled
    Feb 4 08:32:50 werewolf kernel: 6 disabled
    Feb 4 08:32:50 werewolf kernel: 7 disabled
    Feb 4 08:32:50 werewolf kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 4 08:32:50 werewolf kernel: Scanning 0 areas for low memory corruption
    Feb 4 08:32:50 werewolf kernel: modified physical RAM map:
    Feb 4 08:32:50 werewolf kernel: modified: 0000000000000000 - 0000000000010000 (reserved)
    Feb 4 08:32:50 werewolf kernel: modified: 0000000000010000 - 000000000009fc00 (usable)
    Feb 4 08:32:50 werewolf kernel: modified: 000000000009fc00 - 00000000000a0000 (reserved)
    Feb 4 08:32:50 werewolf kernel: modified: 00000000000e0000 - 0000000000100000 (reserved)
    Feb 4 08:32:50 werewolf kernel: modified: 0000000000100000 - 000000003ffb0000 (usable)
    Feb 4 08:32:50 werewolf kernel: modified: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
    Feb 4 08:32:50 werewolf kernel: modified: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
    Feb 4 08:32:50 werewolf kernel: modified: 000000003fff0000 - 0000000040000000 (reserved)
    Feb 4 08:32:50 werewolf kernel: modified: 00000000ffba0000 - 0000000100000000 (reserved)
    Feb 4 08:32:50 werewolf kernel: initial memory mapped : 0 - 01800000
    Feb 4 08:32:50 werewolf kernel: init_memory_mapping: 0000000000000000-00000000377fe000
    Feb 4 08:32:50 werewolf kernel: 0000000000 - 0000400000 page 4k
    Feb 4 08:32:50 werewolf kernel: 0000400000 - 0037400000 page 2M
    Feb 4 08:32:50 werewolf kernel: 0037400000 - 00377fe000 page 4k
    Feb 4 08:32:50 werewolf kernel: kernel direct mapping tables up to 377fe000 @ 10000-15000
    Feb 4 08:32:50 werewolf kernel: RAMDISK: 3ff00000 - 3ff9fae9
    Feb 4 08:32:50 werewolf kernel: Allocated new RAMDISK: 00100000 - 0019fae9
    Feb 4 08:32:50 werewolf kernel: Move RAMDISK from 000000003ff00000 - 000000003ff9fae8 to 00100000 - 0019fae8
    Feb 4 08:32:50 werewolf kernel: ACPI: RSDP 000fac50 00014 (v00 ACPIAM)
    Feb 4 08:32:50 werewolf kernel: ACPI: RSDT 3ffb0000 00030 (v01 A M I OEMRSDT 05000529 MSFT 00000097)
    Feb 4 08:32:50 werewolf kernel: ACPI: FACP 3ffb0200 00081 (v02 A M I OEMFACP 05000529 MSFT 00000097)
    Feb 4 08:32:50 werewolf kernel: ACPI: DSDT 3ffb03f0 03864 (v01 A0165 A0165011 00000011 INTL 02002026)
    Feb 4 08:32:50 werewolf kernel: ACPI: FACS 3ffc0000 00040
    Feb 4 08:32:50 werewolf kernel: ACPI: APIC 3ffb0390 0005C (v01 A M I OEMAPIC 05000529 MSFT 00000097)
    Feb 4 08:32:50 werewolf kernel: ACPI: OEMB 3ffc0040 0003F (v01 A M I OEMBIOS 05000529 MSFT 00000097)
    Feb 4 08:32:50 werewolf kernel: ACPI: Local APIC address 0xfee00000
    Feb 4 08:32:50 werewolf kernel: 135MB HIGHMEM available.
    Feb 4 08:32:50 werewolf kernel: 887MB LOWMEM available.
    Feb 4 08:32:50 werewolf kernel: mapped low ram: 0 - 377fe000
    Feb 4 08:32:50 werewolf kernel: low ram: 0 - 377fe000
    Feb 4 08:32:50 werewolf kernel: node 0 low ram: 00000000 - 377fe000
    Feb 4 08:32:50 werewolf kernel: node 0 bootmap 00011000 - 00017f00
    Feb 4 08:32:50 werewolf kernel: (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
    Feb 4 08:32:50 werewolf kernel: #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    Feb 4 08:32:50 werewolf kernel: #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    Feb 4 08:32:50 werewolf kernel: #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    Feb 4 08:32:50 werewolf kernel: #3 [0001000000 - 000156da44] TEXT DATA BSS ==> [0001000000 - 000156da44]
    Feb 4 08:32:50 werewolf kernel: #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    Feb 4 08:32:50 werewolf kernel: #5 [000156e000 - 0001574228] BRK ==> [000156e000 - 0001574228]
    Feb 4 08:32:50 werewolf kernel: #6 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
    Feb 4 08:32:50 werewolf kernel: #7 [0000100000 - 000019fae9] NEW RAMDISK ==> [0000100000 - 000019fae9]
    Feb 4 08:32:50 werewolf kernel: #8 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000]
    Feb 4 08:32:50 werewolf kernel: found SMP MP-table at [c00ff780] ff780
    Feb 4 08:32:50 werewolf kernel: Zone PFN ranges:
    Feb 4 08:32:50 werewolf kernel: DMA 0x00000010 -> 0x00001000
    Feb 4 08:32:50 werewolf kernel: Normal 0x00001000 -> 0x000377fe
    Feb 4 08:32:50 werewolf kernel: HighMem 0x000377fe -> 0x0003ffb0
    Feb 4 08:32:50 werewolf kernel: Movable zone start PFN for each node
    Feb 4 08:32:50 werewolf kernel: early_node_map[2] active PFN ranges
    Feb 4 08:32:50 werewolf kernel: 0: 0x00000010 -> 0x0000009f
    Feb 4 08:32:50 werewolf kernel: 0: 0x00000100 -> 0x0003ffb0
    Feb 4 08:32:50 werewolf kernel: On node 0 totalpages: 261951
    Feb 4 08:32:50 werewolf kernel: free_area_init_node: node 0, pgdat c141b740, node_mem_map c1575200
    Feb 4 08:32:50 werewolf kernel: DMA zone: 32 pages used for memmap
    Feb 4 08:32:50 werewolf kernel: DMA zone: 0 pages reserved
    Feb 4 08:32:50 werewolf kernel: DMA zone: 3951 pages, LIFO batch:0
    Feb 4 08:32:50 werewolf kernel: Normal zone: 1744 pages used for memmap
    Feb 4 08:32:50 werewolf kernel: Normal zone: 221486 pages, LIFO batch:31
    Feb 4 08:32:50 werewolf kernel: HighMem zone: 272 pages used for memmap
    Feb 4 08:32:50 werewolf kernel: HighMem zone: 34466 pages, LIFO batch:7
    Feb 4 08:32:50 werewolf kernel: Using APIC driver default
    Feb 4 08:32:50 werewolf kernel: ACPI: PM-Timer IO Port: 0x808
    Feb 4 08:32:50 werewolf kernel: ACPI: Local APIC address 0xfee00000
    Feb 4 08:32:50 werewolf kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 4 08:32:50 werewolf kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Feb 4 08:32:50 werewolf kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Feb 4 08:32:50 werewolf kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Feb 4 08:32:50 werewolf kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 4 08:32:50 werewolf kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Feb 4 08:32:50 werewolf kernel: ACPI: IRQ0 used by override.
    Feb 4 08:32:50 werewolf kernel: ACPI: IRQ2 used by override.
    Feb 4 08:32:50 werewolf kernel: ACPI: IRQ9 used by override.
    Feb 4 08:32:50 werewolf kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Feb 4 08:32:50 werewolf kernel: Using ACPI (MADT) for SMP configuration information
    Feb 4 08:32:50 werewolf kernel: SMP: Allowing 2 CPUs, 0 hotplug CPUs
    Feb 4 08:32:50 werewolf kernel: nr_irqs_gsi: 24
    Feb 4 08:32:50 werewolf kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Feb 4 08:32:50 werewolf kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Feb 4 08:32:50 werewolf kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Feb 4 08:32:50 werewolf kernel: Allocating PCI resources starting at 40000000 (gap: 40000000:bfba0000)
    Feb 4 08:32:50 werewolf kernel: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    Feb 4 08:32:50 werewolf kernel: PERCPU: Embedded 14 pages at c1d7a000, static data 34332 bytes
    Feb 4 08:32:50 werewolf kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259903
    Feb 4 08:32:50 werewolf kernel: Kernel command line: root=/dev/disk/by-uuid/4733c52b-9f33-47c5-aa40-7deb3c9ff6b3 ro vga=773
    Feb 4 08:32:50 werewolf kernel: PID hash table entries: 4096 (order: 12, 16384 bytes)
    Feb 4 08:32:50 werewolf kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Feb 4 08:32:50 werewolf kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Feb 4 08:32:50 werewolf kernel: Enabling fast FPU save and restore... done.
    Feb 4 08:32:50 werewolf kernel: Enabling unmasked SIMD FPU exception support... done.
    Feb 4 08:32:50 werewolf kernel: Initializing CPU#0
    Feb 4 08:32:50 werewolf kernel: Initializing HighMem for node 0 (000377fe:0003ffb0)
    Feb 4 08:32:50 werewolf kernel: Memory: 1032144k/1048256k available (3111k kernel code, 15364k reserved, 1120k data, 416k init, 138952k highmem)
    Feb 4 08:32:50 werewolf kernel: virtual kernel memory layout:
    Feb 4 08:32:50 werewolf kernel: fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    Feb 4 08:32:50 werewolf kernel: pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    Feb 4 08:32:50 werewolf kernel: vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    Feb 4 08:32:50 werewolf kernel: lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    Feb 4 08:32:50 werewolf kernel: .init : 0xc1422000 - 0xc148a000 ( 416 kB)
    Feb 4 08:32:50 werewolf kernel: .data : 0xc1309ddd - 0xc1421ea8 (1120 kB)
    Feb 4 08:32:50 werewolf kernel: .text : 0xc1000000 - 0xc1309ddd (3111 kB)
    Feb 4 08:32:50 werewolf kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Feb 4 08:32:50 werewolf kernel: SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Feb 4 08:32:50 werewolf kernel: NR_IRQS:512
    Feb 4 08:32:50 werewolf kernel: Fast TSC calibration using PIT
    Feb 4 08:32:50 werewolf kernel: Detected 2998.577 MHz processor.
    Feb 4 08:32:50 werewolf kernel: Console: colour dummy device 80x25
    Feb 4 08:32:50 werewolf kernel: console [tty0] enabled
    Feb 4 08:32:50 werewolf kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5999.03 BogoMIPS (lpj=9995256)
    Feb 4 08:32:50 werewolf kernel: Security Framework initialized
    Feb 4 08:32:50 werewolf kernel: Mount-cache hash table entries: 512
    Feb 4 08:32:50 werewolf kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
    Feb 4 08:32:50 werewolf kernel: CPU: L2 cache: 2048K
    Feb 4 08:32:50 werewolf kernel: CPU: Physical Processor ID: 0
    Feb 4 08:32:50 werewolf kernel: CPU: Processor Core ID: 0
    Feb 4 08:32:50 werewolf kernel: mce: CPU supports 4 MCE banks
    Feb 4 08:32:50 werewolf kernel: Disabling lock debugging due to kernel taint
    Feb 4 08:32:50 werewolf kernel: CPU0: Thermal monitoring enabled (TM1)
    Feb 4 08:32:50 werewolf kernel: using mwait in idle threads.
    Feb 4 08:32:50 werewolf kernel: Performance Counters: no PMU driver, software counters only.
    Feb 4 08:32:50 werewolf kernel: Checking 'hlt' instruction... OK.
    Feb 4 08:32:50 werewolf kernel: ACPI: Core revision 20090521
    Feb 4 08:32:50 werewolf kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 4 08:32:50 werewolf kernel: CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
    Feb 4 08:32:50 werewolf kernel: APIC calibration not consistent with PM-Timer: 313ms instead of 100ms
    Feb 4 08:32:50 werewolf kernel: APIC delta adjusted to PM-Timer: 1249396 (3914523)
    Feb 4 08:32:50 werewolf kernel: Booting processor 1 APIC 0x1 ip 0x6000
    Feb 4 08:32:50 werewolf kernel: Initializing CPU#1
    Feb 4 08:32:50 werewolf kernel: Calibrating delay using timer specific routine.. 5999.95 BogoMIPS (lpj=9995124)
    Feb 4 08:32:50 werewolf kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
    Feb 4 08:32:50 werewolf kernel: CPU: L2 cache: 2048K
    Feb 4 08:32:50 werewolf kernel: CPU: Physical Processor ID: 0
    Feb 4 08:32:50 werewolf kernel: CPU: Processor Core ID: 0
    Feb 4 08:32:50 werewolf kernel: mce: CPU supports 4 MCE banks
    Feb 4 08:32:50 werewolf kernel: CPU1: Thermal monitoring enabled (TM1)
    Feb 4 08:32:50 werewolf kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    Feb 4 08:32:50 werewolf kernel: CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
    Feb 4 08:32:50 werewolf kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Feb 4 08:32:50 werewolf kernel: Brought up 2 CPUs
    Feb 4 08:32:50 werewolf kernel: Total of 2 processors activated (11999.98 BogoMIPS).
    Feb 4 08:32:50 werewolf kernel: CPU0 attaching sched-domain:
    Feb 4 08:32:50 werewolf kernel: domain 0: span 0-1 level SIBLING
    Feb 4 08:32:50 werewolf kernel: groups: 0 1
    Feb 4 08:32:50 werewolf kernel: CPU1 attaching sched-domain:
    Feb 4 08:32:50 werewolf kernel: domain 0: span 0-1 level SIBLING
    Feb 4 08:32:50 werewolf kernel: groups: 1 0
    Feb 4 08:32:50 werewolf kernel: Booting paravirtualized kernel on bare hardware
    Feb 4 08:32:50 werewolf kernel: NET: Registered protocol family 16
    Feb 4 08:32:50 werewolf kernel: ACPI: bus type pci registered
    Feb 4 08:32:50 werewolf kernel: PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
    Feb 4 08:32:50 werewolf kernel: PCI: Using configuration type 1 for base access
    Feb 4 08:32:50 werewolf kernel: bio: create slab <bio-0> at 0
    Feb 4 08:32:50 werewolf kernel: ACPI: EC: Look up EC in DSDT
    Feb 4 08:32:50 werewolf kernel: ACPI: Interpreter enabled
    Feb 4 08:32:50 werewolf kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Feb 4 08:32:50 werewolf kernel: ACPI: Using IOAPIC for interrupt routing
    Feb 4 08:32:50 werewolf kernel: ACPI Warning: Incorrect checksum in table [OEMB] - 08, should be FB 20090521 tbutils-246
    Feb 4 08:32:50 werewolf kernel: ACPI: No dock devices found.
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:00.0: Enabling MCH 'Overflow' Device
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:00.0: reg 10 32bit mmio: [0xdc000000-0xdfffffff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:06.0: reg 10 32bit mmio: [0xfecf0000-0xfecf0fff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1d.0: reg 20 io port: [0xc480-0xc49f]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1d.1: reg 20 io port: [0xc800-0xc81f]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1d.2: reg 20 io port: [0xc880-0xc89f]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1d.3: reg 20 io port: [0xcc00-0xcc1f]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1d.7: reg 10 32bit mmio: [0xf8fffc00-0xf8ffffff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1d.7: PME# disabled
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH4 GPIO
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.1: reg 20 io port: [0xfc00-0xfc0f]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.2: reg 10 io port: [0xbc00-0xbc07]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.2: reg 14 io port: [0xb880-0xb883]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.2: reg 18 io port: [0xb800-0xb807]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.2: reg 1c io port: [0xb480-0xb483]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.2: reg 20 io port: [0xb400-0xb40f]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.5: reg 10 io port: [0xc000-0xc0ff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.5: reg 14 io port: [0xc400-0xc43f]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.5: reg 18 32bit mmio: [0xf8fff800-0xf8fff9ff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.5: reg 1c 32bit mmio: [0xf8fff400-0xf8fff4ff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1f.5: PME# disabled
    Feb 4 08:32:50 werewolf kernel: pci 0000:01:00.0: reg 10 32bit mmio: [0xfa000000-0xfaffffff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:01:00.0: reg 14 32bit mmio: [0xe0000000-0xefffffff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:01:00.0: reg 18 32bit mmio: [0xf9000000-0xf9ffffff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:01:00.0: reg 30 32bit mmio: [0xfbee0000-0xfbefffff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:01.0: bridge io port: [0xd000-0xdfff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:01.0: bridge 32bit mmio: [0xf9000000-0xfbefffff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:01.0: bridge 32bit mmio pref: [0xe0000000-0xf7ffffff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:02:05.0: reg 10 io port: [0xe800-0xe8ff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:02:05.0: reg 14 32bit mmio: [0xfbfffc00-0xfbfffcff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:02:05.0: supports D1 D2
    Feb 4 08:32:50 werewolf kernel: pci 0000:02:05.0: PME# supported from D1 D2 D3hot D3cold
    Feb 4 08:32:50 werewolf kernel: pci 0000:02:05.0: PME# disabled
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1e.0: transparent bridge
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1e.0: bridge io port: [0xe000-0xefff]
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1e.0: bridge 32bit mmio: [0xfbf00000-0xfbffffff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:00: on NUMA node 0
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Feb 4 08:32:50 werewolf kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Feb 4 08:32:50 werewolf kernel: PCI: Using ACPI for IRQ routing
    Feb 4 08:32:50 werewolf kernel: NetLabel: Initializing
    Feb 4 08:32:50 werewolf kernel: NetLabel: domain hash size = 128
    Feb 4 08:32:50 werewolf kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Feb 4 08:32:50 werewolf kernel: NetLabel: unlabeled traffic allowed by default
    Feb 4 08:32:50 werewolf kernel: hpet clockevent registered
    Feb 4 08:32:50 werewolf kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Feb 4 08:32:50 werewolf kernel: pnp: PnP ACPI init
    Feb 4 08:32:50 werewolf kernel: ACPI: bus type pnp registered
    Feb 4 08:32:50 werewolf kernel: pnp: PnP ACPI: found 13 devices
    Feb 4 08:32:50 werewolf kernel: ACPI: ACPI bus type pnp unregistered
    Feb 4 08:32:50 werewolf kernel: system 00:09: ioport range 0x290-0x297 has been reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0a: ioport range 0x4d0-0x4d1 has been reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0a: ioport range 0x800-0x87f has been reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0a: ioport range 0x480-0x4bf has been reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0a: iomem range 0xfed20000-0xfed8ffff has been reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0a: iomem range 0xffb00000-0xffbfffff could not be reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0b: iomem range 0xfec00000-0xfec00fff could not be reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0b: iomem range 0xfee00000-0xfee00fff has been reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0c: iomem range 0x0-0x9ffff could not be reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0c: iomem range 0xc0000-0xdffff could not be reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0c: iomem range 0x100000-0x3ffeffff could not be reserved
    Feb 4 08:32:50 werewolf kernel: system 00:0c: iomem range 0xfff00000-0xffffffff has been reserved
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:01.0: IO window: 0xd000-0xdfff
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:01.0: MEM window: 0xf9000000-0xfbefffff
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:01.0: PREFETCH window: 0xe0000000-0xf7ffffff
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1e.0: IO window: 0xe000-0xefff
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1e.0: MEM window: 0xfbf00000-0xfbffffff
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1e.0: PREFETCH window: disabled
    Feb 4 08:32:50 werewolf kernel: pci 0000:00:1e.0: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:01: resource 0 io: [0xd000-0xdfff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:01: resource 1 mem: [0xf9000000-0xfbefffff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:01: resource 2 pref mem [0xe0000000-0xf7ffffff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:02: resource 0 io: [0xe000-0xefff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:02: resource 1 mem: [0xfbf00000-0xfbffffff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:02: resource 3 io: [0x00-0xffff]
    Feb 4 08:32:50 werewolf kernel: pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
    Feb 4 08:32:50 werewolf kernel: NET: Registered protocol family 2
    Feb 4 08:32:50 werewolf kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    Feb 4 08:32:50 werewolf kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Feb 4 08:32:50 werewolf kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    Feb 4 08:32:50 werewolf kernel: TCP: Hash tables configured (established 131072 bind 65536)
    Feb 4 08:32:50 werewolf kernel: TCP reno registered
    Feb 4 08:32:50 werewolf kernel: NET: Registered protocol family 1
    Feb 4 08:32:50 werewolf kernel: Unpacking initramfs...
    Feb 4 08:32:50 werewolf kernel: Freeing initrd memory: 638k freed
    Feb 4 08:32:50 werewolf kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    Feb 4 08:32:50 werewolf kernel: apm: disabled - APM is not SMP safe.
    Feb 4 08:32:50 werewolf kernel: Scanning for low memory corruption every 60 seconds
    Feb 4 08:32:50 werewolf kernel: audit: initializing netlink socket (disabled)
    Feb 4 08:32:50 werewolf kernel: type=2000 audit(1265272359.270:1): initialized
    Feb 4 08:32:50 werewolf kernel: highmem bounce pool size: 64 pages
    Feb 4 08:32:50 werewolf kernel: VFS: Disk quotas dquot_6.5.2
    Feb 4 08:32:50 werewolf kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Feb 4 08:32:50 werewolf kernel: msgmni has been set to 1746
    Feb 4 08:32:50 werewolf kernel: alg: No test for stdrng (krng)
    Feb 4 08:32:50 werewolf kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Feb 4 08:32:50 werewolf kernel: io scheduler noop registered
    Feb 4 08:32:50 werewolf kernel: io scheduler anticipatory registered
    Feb 4 08:32:50 werewolf kernel: io scheduler deadline registered
    Feb 4 08:32:50 werewolf kernel: io scheduler cfq registered (default)
    Feb 4 08:32:50 werewolf kernel: pci 0000:01:00.0: Boot video device
    Feb 4 08:32:50 werewolf kernel: vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 1536k, total 262144k
    Feb 4 08:32:50 werewolf kernel: vesafb: mode is 1024x768x8, linelength=1024, pages=3
    Feb 4 08:32:50 werewolf kernel: vesafb: protected mode interface info at c000:d600
    Feb 4 08:32:50 werewolf kernel: vesafb: pmi: set display start = c00cd636, set palette = c00cd6a0
    Feb 4 08:32:50 werewolf kernel: vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
    Feb 4 08:32:50 werewolf kernel: vesafb: scrolling: redraw
    Feb 4 08:32:50 werewolf kernel: vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    Feb 4 08:32:50 werewolf kernel: Console: switching to colour frame buffer device 128x48
    Feb 4 08:32:50 werewolf kernel: fb0: VESA VGA frame buffer device
    Feb 4 08:32:50 werewolf kernel: isapnp: Scanning for PnP cards...
    Feb 4 08:32:50 werewolf kernel: isapnp: No Plug & Play device found
    Feb 4 08:32:50 werewolf kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 4 08:32:50 werewolf kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Feb 4 08:32:50 werewolf kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Feb 4 08:32:50 werewolf kernel: input: Macintosh mouse button emulation as /devices/virtual/input/input0
    Feb 4 08:32:50 werewolf kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    Feb 4 08:32:50 werewolf kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    Feb 4 08:32:50 werewolf kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 4 08:32:50 werewolf kernel: mice: PS/2 mouse device common for all mice
    Feb 4 08:32:50 werewolf kernel: cpuidle: using governor ladder
    Feb 4 08:32:50 werewolf kernel: cpuidle: using governor menu
    Feb 4 08:32:50 werewolf kernel: TCP cubic registered
    Feb 4 08:32:50 werewolf kernel: NET: Registered protocol family 17
    Feb 4 08:32:50 werewolf kernel: Using IPI No-Shortcut mode
    Feb 4 08:32:50 werewolf kernel: registered taskstats version 1
    Feb 4 08:32:50 werewolf kernel: Initalizing network drop monitor service
    Feb 4 08:32:50 werewolf kernel: Freeing unused kernel memory: 416k freed
    Feb 4 08:32:50 werewolf kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    Feb 4 08:32:50 werewolf kernel: Switched to high resolution mode on CPU 1
    Feb 4 08:32:50 werewolf kernel: Switched to high resolution mode on CPU 0
    Feb 4 08:32:50 werewolf kernel: SCSI subsystem initialized
    Feb 4 08:32:50 werewolf kernel: libata version 3.00 loaded.
    Feb 4 08:32:50 werewolf kernel: Floppy drive(s): fd0 is 1.44M
    Feb 4 08:32:50 werewolf kernel: pata_acpi 0000:00:1f.1: enabling device (0005 -> 0007)
    Feb 4 08:32:50 werewolf kernel: pata_acpi 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Feb 4 08:32:50 werewolf kernel: pata_acpi 0000:00:1f.1: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: pata_acpi 0000:00:1f.1: PCI INT A disabled
    Feb 4 08:32:50 werewolf kernel: pata_acpi 0000:00:1f.2: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Feb 4 08:32:50 werewolf kernel: pata_acpi 0000:00:1f.2: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: pata_acpi 0000:00:1f.2: PCI INT A disabled
    Feb 4 08:32:50 werewolf kernel: ata_piix 0000:00:1f.1: version 2.13
    Feb 4 08:32:50 werewolf kernel: ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Feb 4 08:32:50 werewolf kernel: ata_piix 0000:00:1f.1: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: scsi0 : ata_piix
    Feb 4 08:32:50 werewolf kernel: scsi1 : ata_piix
    Feb 4 08:32:50 werewolf kernel: FDC 0 is a post-1991 82077
    Feb 4 08:32:50 werewolf kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14
    Feb 4 08:32:50 werewolf kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 15
    Feb 4 08:32:50 werewolf kernel: ata_piix 0000:00:1f.2: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Feb 4 08:32:50 werewolf kernel: ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
    Feb 4 08:32:50 werewolf kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: scsi2 : ata_piix
    Feb 4 08:32:50 werewolf kernel: scsi3 : ata_piix
    Feb 4 08:32:50 werewolf kernel: ata3: SATA max UDMA/133 cmd 0xbc00 ctl 0xb880 bmdma 0xb400 irq 18
    Feb 4 08:32:50 werewolf kernel: ata4: SATA max UDMA/133 cmd 0xb800 ctl 0xb480 bmdma 0xb408 irq 18
    Feb 4 08:32:50 werewolf kernel: ata1.00: ATA-7: ExcelStor Technology J880, PF2OA21B, max UDMA/133
    Feb 4 08:32:50 werewolf kernel: ata1.00: 160836480 sectors, multi 16: LBA48
    Feb 4 08:32:50 werewolf kernel: ata1.01: ATA-6: HDS722516VLAT80, V34OA6EA, max UDMA/100
    Feb 4 08:32:50 werewolf kernel: ata1.01: 321672960 sectors, multi 16: LBA48
    Feb 4 08:32:50 werewolf kernel: ata3.00: ATAPI: HL-DT-ST DVDRAM GH20NS10, EL00, max UDMA/100
    Feb 4 08:32:50 werewolf kernel: ata3.00: configured for UDMA/100
    Feb 4 08:32:50 werewolf kernel: ata1.00: configured for UDMA/100
    Feb 4 08:32:50 werewolf kernel: ata1.01: configured for UDMA/100
    Feb 4 08:32:50 werewolf kernel: scsi 0:0:0:0: Direct-Access ATA ExcelStor Techno PF2O PQ: 0 ANSI: 5
    Feb 4 08:32:50 werewolf kernel: scsi 0:0:1:0: Direct-Access ATA HDS722516VLAT80 V34O PQ: 0 ANSI: 5
    Feb 4 08:32:50 werewolf kernel: scsi 2:0:0:0: CD-ROM HL-DT-ST DVDRAM GH20NS10 EL00 PQ: 0 ANSI: 5
    Feb 4 08:32:50 werewolf kernel: sd 0:0:0:0: [sda] 160836480 512-byte logical blocks: (82.3 GB/76.6 GiB)
    Feb 4 08:32:50 werewolf kernel: sd 0:0:1:0: [sdb] 321672960 512-byte logical blocks: (164 GB/153 GiB)
    Feb 4 08:32:50 werewolf kernel: sd 0:0:1:0: [sdb] Write Protect is off
    Feb 4 08:32:50 werewolf kernel: sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    Feb 4 08:32:50 werewolf kernel: sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 4 08:32:50 werewolf kernel: sdb: sdb1 sdb2 sdb3 sdb4
    Feb 4 08:32:50 werewolf kernel: sd 0:0:0:0: [sda] Write Protect is off
    Feb 4 08:32:50 werewolf kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Feb 4 08:32:50 werewolf kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 4 08:32:50 werewolf kernel: sda: sda1 sda2 < sda5 >
    Feb 4 08:32:50 werewolf kernel: sd 0:0:1:0: [sdb] Attached SCSI disk
    Feb 4 08:32:50 werewolf kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 4 08:32:50 werewolf kernel: sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    Feb 4 08:32:50 werewolf kernel: Uniform CD-ROM driver Revision: 3.20
    Feb 4 08:32:50 werewolf kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
    Feb 4 08:32:50 werewolf kernel: EXT3-fs: mounted filesystem with writeback data mode.
    Feb 4 08:32:50 werewolf kernel: kjournald starting. Commit interval 5 seconds
    Feb 4 08:32:50 werewolf kernel: rtc_cmos 00:02: RTC can wake from S4
    Feb 4 08:32:50 werewolf kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    Feb 4 08:32:50 werewolf kernel: rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    Feb 4 08:32:50 werewolf kernel: udev: starting version 146
    Feb 4 08:32:50 werewolf kernel: usbcore: registered new interface driver usbfs
    Feb 4 08:32:50 werewolf kernel: usbcore: registered new interface driver hub
    Feb 4 08:32:50 werewolf kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
    Feb 4 08:32:50 werewolf kernel: sd 0:0:1:0: Attached scsi generic sg1 type 0
    Feb 4 08:32:50 werewolf kernel: sr 2:0:0:0: Attached scsi generic sg2 type 5
    Feb 4 08:32:50 werewolf kernel: Linux agpgart interface v0.103
    Feb 4 08:32:50 werewolf kernel: agpgart-intel 0000:00:00.0: Intel 865 Chipset
    Feb 4 08:32:50 werewolf kernel: agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xdc000000
    Feb 4 08:32:50 werewolf kernel: usbcore: registered new device driver usb
    Feb 4 08:32:50 werewolf kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Feb 4 08:32:50 werewolf kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
    Feb 4 08:32:50 werewolf kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Feb 4 08:32:50 werewolf kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    Feb 4 08:32:50 werewolf kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Feb 4 08:32:50 werewolf kernel: ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported
    Feb 4 08:32:50 werewolf kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf8fffc00
    Feb 4 08:32:50 werewolf kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Feb 4 08:32:50 werewolf kernel: usb usb1: configuration #1 chosen from 1 choice
    Feb 4 08:32:50 werewolf kernel: hub 1-0:1.0: USB hub found
    Feb 4 08:32:50 werewolf kernel: hub 1-0:1.0: 8 ports detected
    Feb 4 08:32:50 werewolf kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000c480
    Feb 4 08:32:50 werewolf kernel: usb usb2: configuration #1 chosen from 1 choice
    Feb 4 08:32:50 werewolf kernel: hub 2-0:1.0: USB hub found
    Feb 4 08:32:50 werewolf kernel: hub 2-0:1.0: 2 ports detected
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c800
    Feb 4 08:32:50 werewolf kernel: usb usb3: configuration #1 chosen from 1 choice
    Feb 4 08:32:50 werewolf kernel: hub 3-0:1.0: USB hub found
    Feb 4 08:32:50 werewolf kernel: hub 3-0:1.0: 2 ports detected
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c880
    Feb 4 08:32:50 werewolf kernel: usb usb4: configuration #1 chosen from 1 choice
    Feb 4 08:32:50 werewolf kernel: hub 4-0:1.0: USB hub found
    Feb 4 08:32:50 werewolf kernel: hub 4-0:1.0: 2 ports detected
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.3: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    Feb 4 08:32:50 werewolf kernel: uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000cc00
    Feb 4 08:32:50 werewolf kernel: usb usb5: configuration #1 chosen from 1 choice
    Feb 4 08:32:50 werewolf kernel: hub 5-0:1.0: USB hub found
    Feb 4 08:32:50 werewolf kernel: hub 5-0:1.0: 2 ports detected
    Feb 4 08:32:50 werewolf kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Feb 4 08:32:50 werewolf kernel: intel_rng: FWH not detected
    Feb 4 08:32:50 werewolf kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Feb 4 08:32:50 werewolf kernel: usb 1-1: new high speed USB device using ehci_hcd and address 2
    Feb 4 08:32:50 werewolf kernel: i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Feb 4 08:32:50 werewolf kernel: lp: driver loaded but no devices found
    Feb 4 08:32:50 werewolf kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    Feb 4 08:32:50 werewolf kernel: ACPI: Power Button [PWRF]
    Feb 4 08:32:50 werewolf kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    Feb 4 08:32:50 werewolf kernel: ACPI: Power Button [PWRB]
    Feb 4 08:32:50 werewolf kernel: parport_pc 00:08: reported by Plug and Play ACPI
    Feb 4 08:32:50 werewolf kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
    Feb 4 08:32:50 werewolf kernel: ACPI: SSDT 3ffb3c60 002FC (v01 AMI CPU1PM 00000001 INTL 02002026)
    Feb 4 08:32:50 werewolf kernel: processor LNXCPU:00: registered as cooling_device0
    Feb 4 08:32:50 werewolf kernel: ACPI: Processor [CPU0] (supports 8 throttling states)
    Feb 4 08:32:50 werewolf kernel: ACPI Warning: Incorrect checksum in table [SSDT] - C5, should be E7 20090521 tbutils-246
    Feb 4 08:32:50 werewolf kernel: ACPI: SSDT 3ffb3f60 002FC (v01 AMI CPU2PM 00000001 INTL 02002026)
    Feb 4 08:32:50 werewolf kernel: processor LNXCPU:01: registered as cooling_device1
    Feb 4 08:32:50 werewolf kernel: iTCO_vendor_support: vendor-support=0
    Feb 4 08:32:50 werewolf kernel: lp0: using parport0 (interrupt-driven).
    Feb 4 08:32:50 werewolf kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    Feb 4 08:32:50 werewolf kernel: iTCO_wdt: Found a ICH5 or ICH5R TCO device (Version=1, TCOBASE=0x0860)
    Feb 4 08:32:50 werewolf kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Feb 4 08:32:50 werewolf kernel: usb 1-1: configuration #1 chosen from 1 choice
    Feb 4 08:32:50 werewolf kernel: Intel ICH 0000:00:1f.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Feb 4 08:32:50 werewolf kernel: Intel ICH 0000:00:1f.5: setting latency timer to 64
    Feb 4 08:32:50 werewolf kernel: <6>8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
    Feb 4 08:32:50 werewolf kernel: 8139cp 0000:02:05.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
    Feb 4 08:32:50 werewolf kernel: ppdev: user-space parallel port driver
    Feb 4 08:32:50 werewolf kernel: 8139too Fast Ethernet driver 0.9.28
    Feb 4 08:32:50 werewolf kernel: 8139too 0000:02:05.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Feb 4 08:32:50 werewolf kernel: eth0: RealTek RTL8139 at 0xf857ac00, 00:11:d8:41:89:b6, IRQ 22
    Feb 4 08:32:50 werewolf kernel: usb 3-2: new low speed USB device using uhci_hcd and address 2
    Feb 4 08:32:50 werewolf kernel: intel8x0_measure_ac97_clock: measured 51251 usecs (2470 samples)
    Feb 4 08:32:50 werewolf kernel: intel8x0: clocking to 48000
    Feb 4 08:32:50 werewolf kernel: usb 3-2: configuration #1 chosen from 1 choice
    Feb 4 08:32:50 werewolf kernel: nvidia: module license 'NVIDIA' taints kernel.
    Feb 4 08:32:50 werewolf kernel: Linux video capture interface: v2.00
    Feb 4 08:32:50 werewolf kernel: uvcvideo: Found UVC 1.00 device Vega USB 2.0 Camera. (0ac8:332d)
    Feb 4 08:32:50 werewolf kernel: input: Vega USB 2.0 Camera. as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/input/input4
    Feb 4 08:32:50 werewolf kernel: usbcore: registered new interface driver uvcvideo
    Feb 4 08:32:50 werewolf kernel: USB Video Class driver (v0.1.0)
    Feb 4 08:32:50 werewolf kernel: usbcore: registered new interface driver snd-usb-audio
    Feb 4 08:32:50 werewolf kernel: usbcore: registered new interface driver hiddev
    Feb 4 08:32:50 werewolf kernel: input: Dell Dell USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input5
    Feb 4 08:32:50 werewolf kernel: generic-usb 0003:413C:3012.0001: input,hidraw0: USB HID v1.11 Mouse [Dell Dell USB Optical Mouse] on usb-0000:00:1d.1-2/input0
    Feb 4 08:32:50 werewolf kernel: usbcore: registered new interface driver usbhid
    Feb 4 08:32:50 werewolf kernel: usbhid: v2.6:USB HID core driver
    Feb 4 08:32:50 werewolf kernel: nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Feb 4 08:32:50 werewolf kernel: NVRM: loading NVIDIA UNIX x86 Kernel Module 190.42 Tue Oct 20 20:18:32 PDT 2009
    Feb 4 08:32:50 werewolf kernel: EXT3 FS on sdb3, internal journal
    Feb 4 08:32:50 werewolf kernel: kjournald starting. Commit interval 5 seconds
    Feb 4 08:32:50 werewolf kernel: EXT3 FS on sdb4, internal journal
    Feb 4 08:32:50 werewolf kernel: EXT3-fs: mounted filesystem with writeback data mode.
    Feb 4 08:32:50 werewolf kernel: Adding 1132572k swap on /dev/sdb2. Priority:-1 extents:1 across:1132572k
    Feb 4 08:32:50 werewolf kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    Feb 4 08:32:43 werewolf load-modules.sh: Not loading module alias 'pcspkr' because it is blacklisted
    Feb 4 08:32:43 werewolf load-modules.sh: 'acpi:LNXSYSTM:' is not a valid module or alias name
    Feb 4 08:32:43 werewolf load-modules.sh: 'dmi:bvnAmericanMegatrendsInc.:bvr1004.001:bd05/29/2005:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASUSTeKComputerInc.:rnP5P800S:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'pci:v00008086d00002576sv00000000sd00000000bc08sc80i00' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0000:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: Not loading module 'pcspkr' for alias 'platform:pcspkr' because it is blacklisted
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0200:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0501:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0303:PNP030B:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0C02:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0C04:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0800:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0100:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'acpi:PNP0C01:' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'platform:parport_pc' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'platform:parport_pc' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'platform:parport_pc' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'platform:iTCO_wdt' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'usb:v0AC8p332Dd0100dcEFdsc02dp01ic01isc02ip00' is not a valid module or alias name
    Feb 4 08:32:44 werewolf load-modules.sh: 'usb:v0AC8p332Dd0100dcEFdsc02dp01ic0Eisc02ip00' is not a valid module or alias name
    Feb 4 08:32:49 werewolf init: Entering runlevel: 3
    Feb 4 08:32:57 werewolf kernel: NET: Registered protocol family 10
    Feb 4 08:32:57 werewolf kernel: lo: Disabled Privacy Extensions
    Feb 4 08:33:03 werewolf kernel: agpgart-intel 0000:00:00.0: AGP 3.0 bridge
    Feb 4 08:33:03 werewolf kernel: agpgart-intel 0000:00:00.0: putting AGP V3 device into 8x mode
    Feb 4 08:33:03 werewolf kernel: nvidia 0000:01:00.0: putting AGP V3 device into 8x mode
    Feb 4 08:33:06 werewolf kernel: CPU0 attaching NULL sched-domain.
    Feb 4 08:33:06 werewolf kernel: CPU1 attaching NULL sched-domain.
    Feb 4 08:33:06 werewolf kernel: CPU0 attaching sched-domain:
    Feb 4 08:33:06 werewolf kernel: domain 0: span 0-1 level SIBLING
    Feb 4 08:33:06 werewolf kernel: groups: 0 1
    Feb 4 08:33:06 werewolf kernel: CPU1 attaching sched-domain:
    Feb 4 08:33:06 werewolf kernel: domain 0: span 0-1 level SIBLING
    Feb 4 08:33:06 werewolf kernel: groups: 1 0
    Feb 4 08:33:08 werewolf gdm-simple-greeter[3554]: GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
    Feb 4 08:33:08 werewolf gdm-simple-greeter[3554]: GLib-GObject-CRITICAL: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
    Feb 4 08:33:08 werewolf kernel: eth0: no IPv6 routers present
    Feb 4 08:33:09 werewolf gdm-simple-greeter[3554]: WARNING: Unable to read from file /etc/arch-release
    Feb 4 08:33:09 werewolf gdm-simple-greeter[3554]: Pango-WARNING: Invalid UTF-8 string passed to pango_layout_set_text()
    Feb 4 08:34:33 werewolf kernel: fuse init (API version 7.12)
    Feb 4 08:37:38 werewolf kernel: Machine check events logged
    Thanks for any help!
    Last edited by skwo (2010-02-04 06:44:23)

    Ok one more update.
    Kernel panic occurs only first time I boot the pc. I.E. I woke up today, turned the pc on and got kernel panic. No matter how much times Il reboot today, or even if I power down the pc it wont happen anymore. Next panic will be tomorrow after Ill turn the pc (after night that it was off). I know it sounds strange but this is the behavior.   
    Now the error:
    During boot looks like this:
    a lot of sutff.
    Arch linux welcome screen
    ::Starting udev events
    ::Triggering udev events
    ::Loading modules
    ::Loading standard acpi modules
    ::Waiting for udev event to be processed
    KERNEL PANIC
    The title of the panic says Hardware Error
    There is a lot info, with hexadecimal numbers, and a stack-trace in the end, but I was able to retrieve only few line (well after 30s it will reboot)
    Hardware Error
    CPU Machine check exception
    ????? processor context corrupt
    Kernel Panic: ???? not syncing
    Where dots represent a lot of info, and question marks a words that I probably missed.
    I wouldn't worry that much if it was after I changed the hardware, or installed some new kernel, but i DIDN'T :( Its just happend 4-5days ago and keeps happening every day, once a day.
    Any help please?
    Last edited by skwo (2010-02-06 12:15:46)

  • Error installing SAP NetWeaver 7.2 ABAP Trial Version

    Hi,
    At the beginning of the installation of SAP NetWeaver 7.2 ABAP Trial Version the following error occurred:
    Program is starting... Please wait!
    ERROR      2010-12-28 18:58:18.804 syxxcniwrapper.cpp:105
    NI::CNIInit::CNIInit() lib=syslib module=syslib
    FSL-03000  Error initializing network library. SAPRETURN: 0xffffffff
    Opened sylib721.dll
    exe dir is C:UsersVINCIU~1AppDataLocalTempsapinst_exe.3164.1293569860
    MessageLib initialized successfully.
    Creating file C:UsersViníciusAppDataLocalTempsapinst_exe.3164.1293569860dev_sap_kernel_test_28_Dec_2010_18_58_18.
    Removed file C:UsersViníciusAppDataLocalTempsapinst_exe.3164.1293569860dev_sap_kernel_test_28_Dec_2010_18_58_18.
    Initialized SAP kernel tracing to file C:UsersVINCIU~1AppDataLocalTempsapinst_exe.3164.1293569860dev_sap_kernel
    Creating file C:UsersViníciusAppDataLocalTempsapinst_exe.3164.1293569860dev_sap_kernel_test_28_Dec_2010_18_58_18.
    Removed file C:UsersViníciusAppDataLocalTempsapinst_exe.3164.1293569860dev_sap_kernel_test_28_Dec_2010_18_58_18.
    Initialized SAP kernel tracing to file C:UsersVINCIU~1AppDataLocalTempsapinst_exe.3164.1293569860dev_sap_kernel
    Opened C:UsersVINCIU~1AppDataLocalTempsapinst_exe.3164.1293569860/iaguieng721.dll
    Error initializing network library. SAPRETURN: 0xffffffff
    Exception thrown near line 107 in file syxxcniwrapper.cpp
    Stack trace:
    iaxxcrunenv.cpp: 65: CController::getServerHostName()
    syxxcniwrapper.cpp: 88: NI::CNIInit::CNIInit()
    At line 107 file syxxcniwrapper.cpp
    Call stack:
    iaxxcrunenv.cpp: 65: CController::getServerHostName()
    syxxcniwrapper.cpp: 88: NI::CNIInit::CNIInit()
    Error initializing network library. SAPRETURN: 0xffffffff
    Failed action:  with parameters
    Error number 4294967295 error type SAP_RETURN
    --- Unicode interface pid = 2700 :
    gethostnameU16 encountered invalid UTF-8
    ed 63 69                                        |.ci             |
    Characters previously read:
    0056 0069 006e                           |Vin     |
    *--- Unicode interface -
    End of message -
    Exit status of child: 1
    what's the solution?
    thanks!

    to install SAP it is necessary to have your host in a network.
    If you are installing on a stand alone machine then you will have to install a loop back adapter if you are installing on windows.
    Also make below entry in the host file
    127.0.0.1           <host-name>
    Now ping 127.0.0.1 and see its giving proper response.

  • Unicode kernel upgrade problem in XI server

    Hi
    I'm trying to upgrade the Brtools in XI server and getting the following problem:
    rx2n0v4:xdvadm 23> SAPCAR -xvf DBATL640O92_45-10002837.SAR
    stderr initialized
    processing archive DBATL640O92_45-10002837.SAR...
    --- Unicode interface [u16_get.c line 233] pid = 6963 :
    Invalid UTF-8 encountered by fgetsU16 (fileno 0x4)
    fd
    Characters previously read:
    0043 0041 0052 0020 0032 002e 0030 0031
    0052 0047                      030 0031
    --- Unicode interface -
    End of message -
    Illegal byte sequence DBATL640O92_45-10002837.SAR
    Couple of times, i downloaded the kernel today and tried but get the same error. Here XI (6.40)is the unicode server and i downloaded the unicode kernel from sapnet (brtools and SAPCAR kernel). I tried with version 7.00 kernel but get the same problem.
    Any solution of this problem?
    Regards
    Amar

    Confusion About SP16 Unicode Kernel Patch/Upgrade
    Problem with updating XI 3.0 (Kernel etc.)
    Check this might be useful.

  • Eterm crashes - malloc(): memory corruption (fast): 0x08080318

    Lately Eterm started to just "disappear" from the screen. I checked the ~/.xsessionerrors and the last messages are:
    *** glibc detected *** Eterm: malloc(): memory corruption (fast): 0x08080318 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0xb7ac9c06]
    /lib/libc.so.6[0xb7acc35d]
    /lib/libc.so.6(__libc_malloc+0x97)[0xb7acd467]
    /usr/lib/libX11.so.6(_XReply+0x8f)[0xb7c00a2f]
    /usr/lib/libX11.so.6(XSync+0x6a)[0xb7bf4d3a]
    /usr/lib/libEterm-0.9.4.so(scr_refresh+0x1aa7)[0xb7eda4d7]
    /usr/lib/libEterm-0.9.4.so(scr_rvideo_mode+0xcc)[0xb7edbb4c]
    /usr/lib/libEterm-0.9.4.so(scr_bell+0x6d)[0xb7edbcdd]
    /usr/lib/libEterm-0.9.4.so(main_loop+0x417)[0xb7ea8307]
    /usr/lib/libEterm-0.9.4.so(eterm_bootstrap+0x8ee)[0xb7ee85be]
    Eterm[0x8048522]
    /lib/libc.so.6(__libc_start_main+0xe0)[0xb7a79f90]
    Eterm[0x8048471]
    ======= Memory map: ========
    08048000-08049000 r-xp 00000000 08:01 1081392 /usr/bin/Eterm
    08049000-0804a000 rw-p 00000000 08:01 1081392 /usr/bin/Eterm
    0804a000-080c7000 rw-p 0804a000 00:00 0 [heap]
    b7600000-b7621000 rw-p b7600000 00:00 0
    b7621000-b7700000 ---p b7621000 00:00 0
    b77cd000-b77d5000 r-xp 00000000 08:01 34197 /lib/libnss_files-2.6.1.so
    b77d5000-b77d7000 rw-p 00007000 08:01 34197 /lib/libnss_files-2.6.1.so
    b77ec000-b77f6000 r-xp 00000000 08:01 1077345 /usr/lib/libgcc_s.so.1
    b77f6000-b77f7000 rw-p 00009000 08:01 1077345 /usr/lib/libgcc_s.so.1
    b77f7000-b78b8000 r--s 00000000 00:08 54165514 /SYSV00000000 (deleted)
    b78b8000-b78c7000 r-xp 00000000 08:01 364494 /lib/libbz2.so.1.0.4
    b78c7000-b78c8000 rw-p 0000f000 08:01 364494 /lib/libbz2.so.1.0.4
    b78c8000-b78ca000 r-xp 00000000 08:01 1094853 /usr/lib/gconv/ISO8859-2.so
    b78ca000-b78cc000 rw-p 00001000 08:01 1094853 /usr/lib/gconv/ISO8859-2.so
    b78cc000-b78d0000 r-xp 00000000 08:01 1082780 /usr/lib/libXfixes.so.3.1.0
    b78d0000-b78d1000 rw-p 00003000 08:01 1082780 /usr/lib/libXfixes.so.3.1.0
    b78d1000-b78d8000 r-xp 00000000 08:01 1075970 /usr/lib/libXrender.so.1.3.0
    b78d8000-b78d9000 rw-p 00007000 08:01 1075970 /usr/lib/libXrender.so.1.3.0
    b78d9000-b78e1000 r-xp 00000000 08:01 1089143 /usr/lib/libXcursor.so.1.0.2
    b78e1000-b78e2000 rw-p 00007000 08:01 1089143 /usr/lib/libXcursor.so.1.0.2
    b78e2000-b78e3000 r-xp 00000000 08:01 1147850 /usr/lib/imlib2/loaders/argb.so
    b78e3000-b78e4000 rw-p 00000000 08:01 1147850 /usr/lib/imlib2/loaders/argb.so
    b78e4000-b78e7000 r-xp 00000000 08:01 1147838 /usr/lib/imlib2/loaders/bmp.so
    b78e7000-b78e8000 rw-p 00002000 08:01 1147838 /usr/lib/imlib2/loaders/bmp.so
    b78e8000-b78e9000 r-xp 00000000 08:01 1147839 /usr/lib/imlib2/loaders/bz2.so
    b78e9000-b78ea000 rw-p 00000000 08:01 1147839 /usr/lib/imlib2/loaders/bz2.so
    b78ea000-b78f1000 r-xp 00000000 08:01 1085895 /usr/lib/libungif.so.4.1.4
    b78f1000-b78f2000 rw-p 00007000 08:01 1085895 /usr/lib/libungif.so.4.1.4
    b78f2000-b7902000 r-xp 00000000 08:01 1086532 /usr/lib/libid3tag.so.0.3.0
    b7902000-b7904000 rw-p 0000f000 08:01 1086532 /usr/lib/libid3tag.so.0.3.0
    b7904000-b7926000 r-xp 00000000 08:01 1082925 /usr/lib/libpng12.so.0.22.0
    b7926000-b7927000 rw-p 00021000 08:01 1082925 /usr/lib/libpng12.so.0.22.0
    b7927000-b7946000 r-xp 00000000 08:01 1082939 /usr/lib/libjpeg.so.62.0.0
    b7946000-b7947000 rw-p 0001e000 08:01 1082939 /usr/lib/libjpeg.so.62.0.0
    b7947000-b7999000 r-xp 00000000 08:01 1084025 /usr/lib/libtiff.so.3.8.2
    b7999000-b799b000 rw-p 00052000 08:01 1084025 /usr/lib/libtiff.so.3.8.2
    b799b000-b79f1000 r--p 00000000 08:01 1089076 /usr/lib/locale/locale-archive
    b79f1000-b79f3000 rw-p b79f1000 00:00 0
    b79f3000-b79f7000 r-xp 00000000 08:01 1081182 /usr/lib/libXdmcp.so.6.0.0
    b79f7000-b79f8000 rw-p 00003000 08:01 1081182 /usr/lib/libXdmcp.so.6.0.0
    b79f8000-b7a0e000 r-xp 00000000 08:01 603521 /usr/lib/libxcb.so.1.0.0
    b7a0e000-b7a0f000 rw-p 00016000 08:01 603521 /usr/lib/libxcb.so.1.0.0
    b7a0f000-b7a10000 r-xp 00000000 08:01 603525 /usr/lib/libxcb-xlib.so.0.0.0
    b7a10000-b7a11000 rw-p 00000000 08:01 603525 /usr/lib/libxcb-xlib.so.0.0.0
    b7a11000-b7a13000 r-xp 00000000 08:01 1075750 /usr/lib/libXau.so.6.0.0
    b7a13000-b7a14000 rw-p 00001000 08:01 1075750 /usr/lib/libXau.so.6.0.0
    b7a14000-b7a15000 rw-p b7a14000 00:00 0
    b7a15000-b7a60000 r-xp 00000000 08:01 1082177 /usr/lib/libXt.so.6.0.0
    b7a60000-b7a64000 rw-p 0004a000 08:01 1082177 /usr/lib/libXt.so.6.0.0
    b7a64000-b7b8f000 r-xp 00000000 08:01 34177 /lib/libc-2.6.1.so
    b7b8f000-b7b90000 r--p 0012b000 08:01 34177 /lib/libc-2.6.1.so
    b7b90000-b7b92000 rw-p 0012c000 08:01 34177 /lib/libc-2.6.1.so
    b7b92000-b7b95000 rw-p b7b92000 00:00 0
    b7b95000-b7bb8000 r-xp 00000000 08:01 34172 /lib/libm-2.6.1.so
    b7bb8000-b7bba000 rw-p 00022000 08:01 34172 /lib/libm-2.6.1.so
    b7bba000-b7bbc000 r-xp 00000000 08:01 34173 /lib/libutil-2.6.1.so
    b7bbc000-b7bbe000 rw-p 00001000 08:01 34173 /lib/libutil-2.6.1.so
    b7bbe000-b7ca3000 r-xp 00000000 08:01 1073106 /usr/lib/libX11.so.6.2.0
    b7ca3000-b7ca7000 rw-p 000e4000 08:01 1073106 /usr/lib/libX11.so.6.2.0
    b7ca7000-b7ca8000 rw-p b7ca7000 00:00 0
    b7ca8000-b7cb5000 r-xp 00000000 08:01 1082251 /usr/lib/libXext.so.6.4.0
    b7cb5000-b7cb6000 rw-p 0000c000 08:01 1082251 /usr/lib/libXext.so.6.4.0
    b7cb6000-b7cf7000 r-xp 00000000 08:01 1086554 /usr/lib/libast.so.2.0.1
    b7cf7000-b7cf8000 rw-p 00041000 08:01 1086554 /usr/lib/libast.so.2.0.1
    b7cf8000-b7cfa000 rw-p b7cf8000 00:00 0
    b7cfa000-b7d0e000 r-xp 00000000 08:01 1082346 /usr/lib/libXmu.so.6.2.0
    b7d0e000-b7d0f000 rw-p 00014000 08:01 1082346 /usr/lib/libXmu.so.6.2.0
    b7d0f000-b7d23000 r-xp 00000000 08:01 1087401 /usr/lib/libICE.so.6.3.0
    b7d23000-b7d24000 rw-p 00014000 08:01 1087401 /usr/lib/libICE.so.6.3.0
    b7d24000-b7d26000 rw-p b7d24000 00:00 0
    b7d26000-b7d2d000 r-xp 00000000 08:01 605740 /usr/lib/libSM.so.6.0.0
    b7d2d000-b7d2e000 rw-p 00006000 08:01 605740 /usr/lib/libSM.so.6.0.0
    b7d2e000-b7d54000 r-xp 00000000 08:01 32974 /lib/libpcre.so.0.0.1
    b7d54000-b7d55000 rw-p 00025000 08:01 32974 /lib/libpcre.so.0.0.1
    b7d55000-b7d56000 rw-p b7d55000 00:00 0
    b7d56000-b7d58000 r-xp 00000000 08:01 32545 /lib/libdl-2.6.1.so
    b7d58000-b7d5a000 rw-p 00001000 08:01 32545 /lib/libdl-2.6.1.so
    b7d5a000-b7d6b000 r-xp 00000000 08:01 32798 /lib/libz.so.1.2.3
    b7d6b000-b7d6c000 rw-p 00010000 08:01 32798 /lib/libz.so.1.2.3
    b7d6c000-b7d6d000 r-xp 00000000 08:01 1147840 /usr/lib/imlib2/loaders/gif.so
    b7d6d000-b7d6e000 rw-p 00001000 08:01 1147840 /usr/lib/imlib2/loaders/gif.so
    b7d6e000-b7d71000 r-xp 00000000 08:01 1147841 /usr/lib/imlib2/loaders/id3.so
    b7d71000-b7d72000 rw-p 00002000 08:01 1147841 /usr/lib/imlib2/loaders/id3.so
    b7d72000-b7d74000 r-xp 00000000 08:01 1140742 /usr/lib/imlib2/loaders/jpeg.so
    b7d74000-b7d75000 rw-p 00001000 08:01 1140742 /usr/lib/imlib2/loaders/jpeg.so
    b7d75000-b7d77000 r-xp 00000000 08:01 1147843 /usr/lib/imlib2/loaders/lbm.so
    b7d77000-b7d78000 rw-p 00001000 08:01 1147843 /usr/lib/imlib2/loaders/lbm.so
    b7d78000-b7d7a000 r-xp 00000000 08:01 1147844 /usr/lib/imlib2/loaders/png.so
    b7d7a000-b7d7b000 rw-p 00002000 08:01 1147844 /usr/lib/imlib2/loaders/png.so
    b7d7b000-b7d7e000 r-xp 00000000 08:01 1147845 /usr/lib/imlib2/loaders/pnm.so
    b7d7e000-b7d7f000 rw-p 00002000 08:01 1147845 /usr/lib/imlib2/loaders/pnm.so
    b7d7f000-b7d81000 r-xp 00000000 08:01 1147846 /usr/lib/imlib2/loaders/tga.so
    b7d81000-b7d82000 rw-p 00001000 08:01 1147846 /usr/lib/imlib2/loaders/tga.so
    b7d82000-b7d84000 r-xp 00000000 08:01 1147836 /usr/lib/imlib2/loaders/tiff.so
    b7d84000-b7d85000 rw-p 00001000 08:01 1147836 /usr/lib/imlib2/loaders/tiff.so
    b7d85000-b7d88000 r-xp 00000000 08:01 1147848 /usr/lib/imlib2/loaders/xpm.so
    b7d88000-b7d89000 rw-p 00002000 08:01 1147848 /usr/lib/imlib2/loaders/xpm.so
    b7d89000-b7d8a000 r-xp 00000000 08:01 1147835 /usr/lib/imlib2/loaders/zlib.so
    b7d8a000-b7d8b000 rw-p 00000000 08:01 1147835 /usr/lib/imlib2/loaders/zlib.so
    b7d8c000-b7e03000 r-xp 00000000 08:01 1075218 /usr/lib/libfreetype.so.6.3.16
    b7e03000-b7e07000 rw-p 00077000 08:01 1075218 /usr/lib/libfreetype.so.6.3.16
    b7e07000-b7e53000 r-xp 00000000 08:01 1084197 /usr/lib/libImlib2.so.1.4.0
    b7e53000-b7e54000 rw-p 0004b000 08:01 1084197 /usr/lib/libImlib2.so.1.4.0
    b7e54000-b7e68000 rw-p b7e54000 00:00 0
    b7e68000-b7e8e000 r-xp 00000000 08:01 1086529 /usr/lib/libttf.so.2.2.0
    b7e8e000-b7e8f000 rw-p 00026000 08:01 1086529 /usr/lib/libttf.so.2.2.0
    b7e8f000-b7f12000 r-xp 00000000 08:01 1084286 /usr/lib/libEterm-0.9.4.so
    b7f12000-b7f17000 rw-p 00083000 08:01 1084286 /usr/lib/libEterm-0.9.4.so
    b7f17000-b7f22000 rw-p b7f17000 00:00 0
    b7f22000-b7f23000 r-xp b7f22000 00:00 0 [vdso]
    b7f23000-b7f3d000 r-xp 00000000 08:01 34182 /lib/ld-2.6.1.so
    b7f3d000-b7f3e000 r--p 00019000 08:01 34182 /lib/ld-2.6.1.so
    b7f3e000-b7f3f000 rw-p 0001a000 08:01 34182 /lib/ld-2.6.1.so
    bfd99000-bfdac000 rwxp bfd99000 00:00 0 [stack]
    bfdac000-bfdaf000 rw-p bfdac000 00:00 0
    Eterm: Error: Received terminal signal SIGABRT (6)
    Eterm: Error: Attempting to dump a stack trace....
    Eterm: Error: Your system does not support any of the methods Eterm uses. Exiting.
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 19
    Minor opcode: 0
    Resource id: 0x6200003
    (emerald:26202): Wnck-WARNING **: Property _NET_STARTUP_ID contained invalid UTF-8
    (emerald:26202): Wnck-WARNING **: Property _NET_STARTUP_ID contained invalid UTF-8
    Last edited by MAC!EK (2007-10-15 15:01:03)

    I'm getting a similar crash message when I run su.  It errs this way only the first time I run it, however.  The second su works:
    % su -
    Password or swipe finger:
    *** glibc detected *** su: malloc(): memory corruption: 0x09d63050 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0xb7ef7ee4]
    /lib/libc.so.6[0xb7efa510]
    /lib/libc.so.6(__libc_malloc+0x9c)[0xb7efc18c]
    /lib/libc.so.6[0xb7f20d6b]
    /lib/libc.so.6(opendir+0x63)[0xb7f20f03]
    /usr/lib/libusb-0.1.so.4(usb_os_find_busses+0x22)[0xb7ff34d2]
    /usr/lib/libusb-0.1.so.4(usb_find_busses+0x1f)[0xb7ff09ff]
    /usr/lib/libthinkfinger.so.0[0xb7ff8740]
    /usr/lib/libthinkfinger.so.0(libthinkfinger_verify+0x26)[0xb7ff8cf6]
    /lib/security/pam_thinkfinger.so[0xb7ffc591]
    /lib/libpthread.so.0[0xb7ccd155]
    /lib/libc.so.6(clone+0x5e)[0xb7f5ca5e]
    ======= Memory map: ========
    08048000-08050000 r-xp 00000000 08:07 212591 /bin/su
    08050000-08051000 rw-p 00007000 08:07 212591 /bin/su
    09d5d000-09d7e000 rw-p 09d5d000 00:00 0 [heap]
    b6c5d000-b6c5e000 ---p b6c5d000 00:00 0
    b6c5e000-b745e000 rw-p b6c5e000 00:00 0
    b745e000-b745f000 ---p b745e000 00:00 0
    b745f000-b7c5f000 rw-p b745f000 00:00 0
    b7c5f000-b7c68000 r-xp 00000000 08:07 2289484 /lib/libcrypt-2.9.so
    b7c68000-b7c69000 r--p 00008000 08:07 2289484 /lib/libcrypt-2.9.so
    b7c69000-b7c6a000 rw-p 00009000 08:07 2289484 /lib/libcrypt-2.9.so
    b7c6a000-b7c91000 rw-p b7c6a000 00:00 0
    b7c91000-b7ca4000 r-xp 00000000 08:07 2289485 /lib/libnsl-2.9.so
    b7c68000-b7c69000 r--p 00008000 08:07 2289484 /lib/libcrypt-2.9.so
    b7c69000-b7c6a000 rw-p 00009000 08:07 2289484 /lib/libcrypt-2.9.so
    b7c6a000-b7c91000 rw-p b7c6a000 00:00 0
    b7c91000-b7ca4000 r-xp 00000000 08:07 2289485 /lib/libnsl-2.9.so
    b7ca4000-b7ca5000 r--p 00012000 08:07 2289485 /lib/libnsl-2.9.so
    b7ca5000-b7ca6000 rw-p 00013000 08:07 2289485 /lib/libnsl-2.9.so
    b7ca6000-b7ca8000 rw-p b7ca6000 00:00 0
    b7cc7000-b7cdb000 r-xp 00000000 08:07 2551021 /lib/libpthread-2.9.so
    b7cdb000-b7cdc000 r--p 00014000 08:07 2551021 /lib/libpthread-2.9.so
    b7cdc000-b7cdd000 rw-p 00015000 08:07 2551021 /lib/libpthread-2.9.so
    b7cdd000-b7cdf000 rw-p b7cdd000 00:00 0
    b7ce7000-b7cf1000 r-xp 00000000 08:07 3074372 /lib/security/pam_unix.so
    b7cf1000-b7cf2000 rw-p 00009000 08:07 3074372 /lib/security/pam_unix.so
    b7cf2000-b7cfe000 rw-p b7cf2000 00:00 0
    b7cfe000-b7d07000 r-xp 00000000 08:07 2485525 /lib/libnss_files-2.9.so
    b7d07000-b7d08000 r--p 00008000 08:07 2485525 /lib/libnss_files-2.9.so
    b7d08000-b7d09000 rw-p 00009000 08:07 2485525 /lib/libnss_files-2.9.so
    b7d09000-b7e87000 r--p 00000000 08:07 1815223 /usr/lib/locale/locale-archive
    b7e87000-b7e88000 rw-p b7e87000 00:00 0
    b7e88000-b7e8a000 r-xp 00000000 08:07 2551022 /lib/libdl-2.9.so
    b7e8a000-b7e8b000 r--p 00001000 08:07 2551022 /lib/libdl-2.9.so
    b7e8b000-b7e8c000 rw-p 00002000 08:07 2551022 /lib/libdl-2.9.so
    b7e8c000-b7fcc000 r-xp 00000000 08:07 2289562 /lib/libc-2.9.so
    b7fcc000-b7fcd000 ---p 00140000 08:07 2289562 /lib/libc-2.9.so
    b7fcd000-b7fcf000 r--p 00140000 08:07 2289562 /lib/libc-2.9.so
    b7fcf000-b7fd0000 rw-p 00142000 08:07 2289562 /lib/libc-2.9.so
    b7fd0000-b7fd3000 rw-p b7fd0000 00:00 0
    b7fd3000-b7fd5000 r-xp 00000000 08:07 3074336 /lib/libpam_misc.so.0.81.3
    b7fd5000-b7fd6000 rw-p 00001000 08:07 3074336 /lib/libpam_misc.so.0.81.3
    b7fd6000-b7fe0000 r-xp 00000000 08:07 3074340 /lib/libpam.so.0.81.12
    b7fe0000-b7fe1000 rw-p 00009000 08:07 3074340 /lib/libpam.so.0.81.12
    b7fe1000-b7fe2000 rw-p b7fe1000 00:00 0
    b7fe2000-b7fee000 r-xp 00000000 08:07 638583 /usr/lib/libgcc_s.so.1
    b7fee000-b7fef000 rw-p 0000c000 08:07 638583 /usr/lib/libgcc_s.so.1
    b7fef000-b7ff5000 r-xp 00000000 08:07 509123 /usr/lib/libusb-0.1.so.4.4.4
    b7ff5000-b7ff7000 rw-p 00005000 08:07 509123 /usr/lib/libusb-0.1.so.4.4.4
    b7ff7000-b7ffa000 r-xp 00000000 08:07 540079 /usr/lib/libthinkfinger.so.0.0.0
    b7ffa000-b7ffb000 rw-p 00002000 08:07 540079 /usr/lib/libthinkfinger.so.0.0.0
    b7ffb000-b7ffd000 r-xp 00000000 08:07 2485513 /lib/security/pam_thinkfinger.so
    b7ffd000-b7ffe000 rw-p 00001000 08:07 2485513 /lib/security/pam_thinkfinger.so
    b7ffe000-b7fff000 r-xp 00000000 08:07 3074371 /lib/security/pam_rootok.so
    b7fff000-b8000000 rw-p 00000000 08:07 3074371 /lib/security/pam_rootok.so
    b8001000-b8002000 r-xp b8001000 00:00 0 [vdso]
    b8002000-b801e000 r-xp 00000000 08:07 2485519 /lib/ld-2.9.so
    b801e000-b801f000 r--p 0001b000 08:07 2485519 /lib/ld-2.9.so
    b801f000-b8020000 rw-p 0001c000 08:07 2485519 /lib/ld-2.9.so
    bfb0a000-bfb1f000 rw-p bffeb000 00:00 0 [stack]
    zsh: abort su -
    TIA

Maybe you are looking for

  • EBS running on Solaris 8 container (on a Solaris 10 box)

    As per doc ID 567849.1, Oracle has started supporting Oracle 8 containers. The doc mostly talks about Oracle Server Enterprise edition and not about FND/AOL Has anyone every installed E-Business Suite on a Solaris 8 container and experienced any issu

  • Ranking and Date dimensions

    Hello everyone, I am trying to sort some values descending in order with addtional time dimensions so i can prompt them on my dashboard. I can get it to rank correctly when I omit the Date fields (Year,Qtr,Month) however, if these are present then i

  • Attachment Tab for first user?

    Is it possible to display the attachment tab for the first user(before initiate a process) in the task manager? I mean, when I try open the form from the category (through Start Process icon), it does not display the attachment tab. any suggessions?

  • Sidebar folder after migration

    After migrating files from my old mac (with Snow leopard) to my new mac (with Lion) I noticed that one of the folders (let's call it Research) in the sidebar of the Finder is not working. Folder "Research" originally lives in My documents folder and

  • Can you add podcasts or radio stations to itunes?

    Is it possible to add podcasts or radio stations to iTunes that aren't already available there? If so, how is this done? Thanks.