Writeback Issues

Hi All,
I have been trying to get the Writeback feature working ... I have followed a few examples on the internet but am stuck with the same error when I actually try and save to the DB
Generic error so I don't really know where to look ... any thoughts.
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27024] The EXECUTE PHYSICAL statement must specify a physical SQL statement to execute. (HY000)
SQL Issued: EXECUTE PHYSICAL CONNECTION POOL "Connection Pool"
My xml is:
<?xml version="1.0" encoding="utf-8"?>
<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
<WebMessageTable lang="en-us" system="writeback" table="Messages">
<WebMessage name="TestWriteBack">
<XML>
<writeBack connectionPool="Connection Pool">
<insert> </insert>
<update> UPDATE TEST_WRITEBACK SET NOTE= @{c2} WHERE IDENT='@{c1}' </update>
</writeBack>
</XML>
</WebMessage>
</WebMessageTable>
</WebMessageTables>
My DB table is:
EFFDATE DATE
NOTE VARCHAR2(100)
IDENT NUMBER

Resolved
Had to rebuild the answer. For some reason the column references were messed up. It was looking for c2, c1, c3 etc ...
removed everything and saved the answer. Then I rebuilt the answer and now it references c0, and c1.
Changed my xml to the following and everything worked fine. Looks like the DB shouldn't have null values in it ...
<?xml version="1.0" encoding="utf-8"?>
<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
<WebMessageTable lang="en-us" system="writeback" table="Messages">
<WebMessage name="TestWB">
<XML>
<writeBack connectionPool="Connection Pool">
<insert> </insert>
<update> UPDATE TEST_WRITEBACK SET NOTE= '@{c1}' WHERE ident= @{c0} </update>
</writeBack>
</XML>
</WebMessage>
</WebMessageTable>
</WebMessageTables>
Edited by: clueless on Mar 9, 2010 3:16 PM

Similar Messages

  • 10g Writeback issues

    Hi,
    I'm new to OB and new to this forum. I was asked to add the writeback function to a subject area I created, so I did some research and found a couple walkthroughs. I did everything I thought I was supposed to do, but when i go into the frontend, the writeback button does not show in the column I setup.
    I setup my writeback simply for making the xml simple.
    http://img35.imageshack.us/img35/60/image001ta.png
    http://img84.imageshack.us/img84/3275/image002qy.png
    you can see the setup in the backend. The subject area is FOLSUM_TEST, the connection pool is called folsum, and in the table AIF I am trying to make a simple report with account number and last comment 1. I want last comment 1 to be able to do the writeback. I set up AIF as non-cacheable. I am using an admin login so i have the "execute direct database request" ability. Last Comment 1 is VARCHAR 255 length.
    Here is my XML -
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="WriteBack">
    <XML>
    <writeBack connectionPool="folsum">
    <insert>INSERT INTO FOLSUM_TEST.AIF ‘Last Comment 1’ (@{c1})</insert>
    <update>UPDATE FOLSUM_TEST.AIF SET ‘Last Comment 1’='@{c1}' WHERE ‘Account Number’=@{c0}</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    So I put this in the right location, and I get no writeback ability when I load the report. I am thinking that the possible problem is that the column is named Last Comment 1 instead of LAST_COMMENT_1 as one word? I put single ticks and double ticks around the column header but neither worked. I have double checked the columns label as c1 and c0,in short I am at a loss as to what could be wrong here. Oh yeah, the server is on XP and my pc is on win7. I followed these 2 walkthroughs.
    http://satyaobieesolutions.blogspot.in/2012/06/obiee-10g11g-writeback-capabilities.html and
    http://www.eeblog.org/index.php/understand-and-configure-the-writeback-option-in-obiee-10g/
    Thanks for your help.
    Matt
    Edited by: 970703 on Nov 11, 2012 6:28 PM

    I have gotten the writeback button to show, and it is not greyed out. I get an error message when I try to save the data though-
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 16001] ODBC error state: 01000 code: 3621 message: [Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been terminated.. [nQSError: 16001] ODBC error state: 22003 code: 248 message: [Microsoft][ODBC SQL Server Driver][SQL Server]The conversion of the nvarchar value '010134848600000' overflowed an int column. Maximum integer value exceeded.. [nQSError: 16015] SQL statement execution failed. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL folsum UPDATE AIF SET "Last Comment 1"= 'CBCS Nationa' WHERE "Account Number"=0000030857
    I'm assuming I have some setting wrong having to do with the nvarchar value mentioned, but I have no idea why and can't find this issue on searching. The database column is varchar type with 255 characters if that helps.
    thank you

  • Writeback issue

    Hi,
    i'm implementing writeback functionality. I have a table with an update button. Clicking on i update table with modification made by users on records.
    My table contains also a flag column. If user insert YES, it means that modifications are accepted and can be updated in table, otherwhise modified record doesn't have to stored in the table. This point works.
    Actually users must set FLAG COLUMN for each record. So my customer want a new button ("Confirm") that update FLAG column to Y automatically for ALL records. Have you ideas?
    Thanks
    Giancarlo

    I am able to view the results before adding the column I want for writeback.
    I tried making the change you suggested.
    1. already done
    2. already done
    3. changed to mention total level for employee dimension
    Checked consistency and no warnings or errors returned.
    When I try to access the report I now receive the following error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14020] None of the fact tables are compatible with the query request Total Expense:[DAggr(Fact - Employee Expense.Total Expense by [ Dim - Employee.Employee Name, Dim - Employee.Employee ROW_ID, Dim - Employee.Employee Number, Fact - Employee Expense.Comment] )]. (HY000)
    SQL Issued: SELECT Employee."Employee Name" saw_0, Employee."Employee Number" saw_1, "Employee Expense Facts"."Total Expense" saw_2, Facts.Comment saw_3 FROM "Employee Expenses" ORDER BY saw_0, saw_1, saw_3
    I appreciate your help. I'm not familiar with adding an unrelated table/column into our model to use for writeback.

  • Writeback issue - Admin tool question

    I'm trying to configure writeback per pg 90 of the BI Presentation Service Admin Guide. I am having an issue on the steps related to the Admin tool. I created a new table, set up the connection pool and made the table noncacheable.
    Can someone explain in detail the steps I need to take to add this table in the logical and presentation layers? I dragged this table into my logical fact table and then to my presentation layer. No rpd warnings or errors, but am I missing a step? Do I need to create any physical/logical joins?
    When I create my report in Answers, I get the following error.
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: Dim - Employee.Employee Name. Please fix the metadata consistency warnings. (HY000)
    SQL Issued: SELECT Employee."Employee Name" saw_0, Employee."Employee Number" saw_1, Facts.Comment saw_2, "Employee Expense Facts"."Total Expense" saw_3 FROM "Employee Expenses" ORDER BY saw_0, saw_1, saw_2

    I am able to view the results before adding the column I want for writeback.
    I tried making the change you suggested.
    1. already done
    2. already done
    3. changed to mention total level for employee dimension
    Checked consistency and no warnings or errors returned.
    When I try to access the report I now receive the following error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14020] None of the fact tables are compatible with the query request Total Expense:[DAggr(Fact - Employee Expense.Total Expense by [ Dim - Employee.Employee Name, Dim - Employee.Employee ROW_ID, Dim - Employee.Employee Number, Fact - Employee Expense.Comment] )]. (HY000)
    SQL Issued: SELECT Employee."Employee Name" saw_0, Employee."Employee Number" saw_1, "Employee Expense Facts"."Total Expense" saw_2, Facts.Comment saw_3 FROM "Employee Expenses" ORDER BY saw_0, saw_1, saw_3
    I appreciate your help. I'm not familiar with adding an unrelated table/column into our model to use for writeback.

  • Writeback-Issue OBIEE 11g

    Hello togehter,
    i have implemented the writeback-function but i get an error if i excute an update in Oracle Business Intelligence . What funny is that the update can be seen in the database, but is not in the table view of Oracle Business Intelligence.
    The follow messge is from nqsserver.log
    [2012-09-28T12:05:16.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 53836aab15161259:-7a9ce585:13a08aa27d7:-8000-0000000000004a31] [tid: 444] [nQSError: 27024] The EXECUTE PHYSICAL statement must specify a physical SQL statement to execute. [[
    [nQSError: 43113] Message returned from OBIS.
    I hope anybody can help me :)

    Hi,
    can you share/paste it your writeback xml file...by the way try to remove commit/postcommit and try again then test it.
    Thanks
    Deva
    Edited by: Devarasu on Sep 28, 2012 6:47 PM

  • Nakisa Orgmodeler Writeback issue

    Hi
    I am new to NAKISA and i have few queries in Orgmodeler.I am using SOVN 4.0 . I created a scenario, finalized it and it is approved. There are no conflicts during validation. When i clicked Writeback All, it asked me confirmation and i gave Yes. Then nothing came up. Why is the writeback functionality not working. Am i missing anything?
    Kindly Advice.

    Hi Kiruthika,
    I beleive it should be one of the below reasons.
    1. No sufficient Authorizations to perform the write back.
    2. In the Build\.delta\IdocSettings.xml, we need to cross check the sender, receiver configurations. Below to the reciever configurations you have some parameters for writeback config like which system you need write back and with whichplan version. Here the sender system 'LS800' and write back plan version '08' defaulted from Nakisa. You can try changing these parameters to the respective sender system maintained in your distribution model.
    Thanks,
    Manohar

  • Issue with Writeback in OBIEE 11g

    Hello,
    I have a created writeback report and it is working fine as of now .Now I changed the writeback template to use stored procedure to update the data.When I am trying to update integer columns it is working fine but when I try to update varchar columns it is giving the error instantly without generating the log.
    "An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists, contact your system administrator."
    When I try to update the procedure in DB ,it is working as expected. Can anyone tell me what is way I can troubleshoot the issue?
    Thanks,
    Prasanna

    Hi Prasanna,
    Can you try paasing the varchar values with single quote.
    Regards
    Raj

  • Issue with update command in writeback...

    I am not able to get an Update working as expected using the write back feature. Any help appreciated.
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="XXExample1">
    <XML>
         <writeBack connectionPool="ORA11_SH">
              <insert> </insert>
              <update>UPDATE sales SET update_col=@{c1} WHERE prod_id=@{c0}
              </update>
         </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    My error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27024] The EXECUTE PHYSICAL statement must specify a physical SQL statement to execute. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL ORA11_SH

    The template name should be same as Web message name...
    They are both XXExample1
    Make sure that the column position in criteria same as you mentioned...
    I have verified them to be as they show up in the "Results Page". I.e. co =prod_id and c1=update_col.
    Make sure that there are Update permissions for this user for that particular table..
    It is actually using a ODBC data source name, ORA11_SH and the user I am logging in is "Administrator". I think they are covered.
    Make sure that there exist * update_col* in your physical table...
    Of course.
    John:
    <update>UPDATE sales SET update_col='@{c1}' WHERE prod_id='@{c0}'</update>
    the quotes are needed only for char datatype columns in my case the columns are numeric.

  • Writeback error in OBIEE 11g

    I am using the writeback template below. It works fine if my browser is set to English language.
    *<?xml version="1.0" encoding="utf-8" ?>*
    *<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">*
    *<WebMessageTable lang="en-us" system="WriteBack" table="Messages">*
    *<WebMessage name="PartyItemNoteTemplate">*
    *<XML>*
    *<writeBack connectionPool="WriteBackCP">*
    *<insert> </insert>*
    *<update>*
    INSERT INTO PARTY_ITEM_NOTES (note_key, item_num, party_id, note_text, latest_party_item_note_flag, created_by) VALUES (bi_party_notes_s.NEXTVAL, '@3', @17, '@15', 'Y', '@16');
    *</update>*
    *</writeBack>*
    *</XML>*
    *</WebMessage>*
    *<WebMessage name="PartyItemNoteEditTemplate">*
    *<XML>*
    *<writeBack connectionPool="WriteBackCP">*
    *<insert> </insert>*
    *<update>*
    INSERT INTO PARTY_ITEM_NOTES (note_key, item_num, party_id, note_text, latest_party_item_note_flag, created_by) VALUES (bi_party_notes_s.NEXTVAL, '@2', @7, '@6', 'Y', '@8');
    *</update>*
    *</writeBack>*
    *</XML>*
    *</WebMessage>*
    *</WebMessageTable>*
    *</WebMessageTables>*
    The problem is when I try this using other browser languages, I get a red box with a generic 'Write-back Error' error message in it, and the writeback does not work.
    German error: Rückschreib-Fehler
    French error: Erreur de réécriture
    etc...
    The party_item_notes table is defined as follows:
    CREATE TABLE warehouse.party_item_notes
    note_key                     NUMBER(10),
    item_num                     VARCHAR2(32 BYTE),
    party_id                     NUMBER(15),
    note_text                    VARCHAR2(150 BYTE),
    latest_party_item_note_flag  CHAR(1 BYTE),
    created_by                   VARCHAR2(15 BYTE),
    created_date                 DATE             DEFAULT SYSDATE
    I tried executing the insert statements in TOAD after running ALTER SESSION SET NLS_LANGUAGE= 'FRENCH' - and it worked fine, the row was inserted without errors. Has anyone else run across this issue, or does anyone have any ideas what might be causing it?
    -Nick

    <WebMessage name="TROUBLE_TICKETS_New">
    <XML>
    <writeBack connectionPool="GSC_SMR_CP">
    <INSERT> UPDATE GSC_TGT_TROUBLE_TICKETS
    SET
    OTG_CAUSE=UPPER('@{c9227d804691e9716}'),
    Total_TICKET_TIME='@{cf19c99ecc1414eb9}',
    ELAPSED_REPAIR_TIME_HRS =('@{cf19c99ecc1414eb9}'/60),
    APPROVED=UPPER('@{cb45e48c440ebf89e}'),
    SLA_EXCLUSION=UPPER('@{c10a102137164cf12}'),
    PRIORITY='@{c74265fdc727ff6fa}',
    RESOLUTION_CODE=UPPER('@{cd3316a358092e99a}'),
    RESOLUTION_DESCRIPTION=UPPER('@{cfad893d1d5324d1a}'),
    ALT_NEID =UPPER('@{cc2288d55a477ddea}'),
    RESPONSIBLE_PARTY =UPPER('@{c9e6e09ec96da547d}'),
    USER_COMMENTS='@{c6a96d76497318e04}'
    WHERE TKT_ID= '@{cb5ebeface51c760a}'AND NEARSUBSCRIBEROID =  '@{c16b6d1fc868f2304}'
    </INSERT>
    <UPDATE>UPDATE GSC_TGT_TROUBLE_TICKETS
    SET
    OTG_CAUSE=UPPER('@{c9227d804691e9716}'),
    Total_TICKET_TIME='@{cf19c99ecc1414eb9}',
    ELAPSED_REPAIR_TIME_HRS =('@{cf19c99ecc1414eb9}'/60),
    APPROVED=UPPER('@{cb45e48c440ebf89e}'),
    SLA_EXCLUSION=UPPER('@{c10a102137164cf12}'),
    PRIORITY='@{c74265fdc727ff6fa}',
    RESOLUTION_CODE=UPPER('@{cd3316a358092e99a}'),
    RESOLUTION_DESCRIPTION=UPPER('@{cfad893d1d5324d1a}'),
    ALT_NEID =UPPER('@{cc2288d55a477ddea}'),
    RESPONSIBLE_PARTY =UPPER('@{c9e6e09ec96da547d}'),
    USER_COMMENTS='@{c6a96d76497318e04}'
    WHERE TKT_ID= '@{cb5ebeface51c760a}'AND NEARSUBSCRIBEROID =  '@{c16b6d1fc868f2304}'
    </UPDATE>
    </writeBack>
    </XML>
    </WebMessage>

  • Issue with Write Back

    Hi All,
    I have a requirement where the user can writeback to a field.
    The table has two columns COMBI and SERVICE_REV.
    COMBI is the key cloumn .
    Below is the code in the writeback template.
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="writeBack" table="Messages">
    <WebMessage name="CUST_FPP_REV1">
    <XML>
    <writeBack connectionPool="RecoPool">
    <insert>INSERT into DAILY.REVRECAT SERVICE_REV=@(c4) where COMBI='@(c17)'</insert>
    <update> UPDATE DAILY.REVRECAT set SERVICE_REV=@(c4) where COMBI='@(c17)'</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    I am getting the error message as
    "An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists, contact your system administrator.
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 17001] Oracle Error code: 904, message: ORA-00904: "C4": invalid identifier at OCI call OCIStmtExecute: UPDATE DAILY.REVRECAT set SERVICE_REV=(c4) where COMBI='(c17)'. [nQSError: 17011] SQL statement execution failed. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL RecoPool UPDATE DAILY.REVRECAT set SERVICE_REV=(c4) where COMBI='(c17)'"
    Also i tried by hardcoding the values.
    instead of c4 i used 123456 and for c17 i took the value in the table
    It worked .
    Thus writeback happens when i hardcode the values.
    Is the xml code i have used is proper.
    Please help me
    Appreciate your immediate response.
    Regards,
    Veena A

    use { and } instead of ( and ) for your column references:
    <insert>INSERT into DAILY.REVRECAT SERVICE_REV=@{c4} where COMBI='@{c17}'</insert>
    <update> UPDATE DAILY.REVRECAT set SERVICE_REV=@{c4} where COMBI='@{c17}'</update>
    Regards John
    http://obiee101.blogspot.com/

  • Mobility Radeon 7500 OpenGL issues

    Whenever I attempt to use anything involving openGL, my CPU usage hits 100%. Complex openGL programs will drop to a framerate of less than 10, and sometimes crash Xorg.  How can I fix this?
    General system info:
    lspci
    00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04)
    00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04)
    00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801CA/CAM USB Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801CA/CAM USB Controller #3 (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42)
    00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801CA/CAM SMBus Controller (rev 02)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02)
    00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02)
    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
    02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
    02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
    02:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
    02:08.0 Ethernet controller: Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
    lsmod
    Module Size Used by
    ipv6 279604 16
    oss_usb 106284 2
    oss_ich 18832 4
    osscore 552820 4 oss_usb,oss_ich
    ext2 68964 1
    fan 4448 0
    fuse 64856 2
    arc4 1756 2
    ecb 2812 2
    b43 137208 0
    radeon 666112 2
    ttm 37164 1 radeon
    joydev 10528 0
    drm 156160 4 radeon,ttm
    i2c_algo_bit 5888 1 radeon
    e100 34308 0
    ssb 45988 1 b43
    ppdev 7008 0
    yenta_socket 25384 2
    rsrc_nonstatic 12316 1 yenta_socket
    mii 4892 1 e100
    thinkpad_acpi 67988 0
    battery 10816 0
    nvram 6984 1 thinkpad_acpi
    video 20116 0
    output 2908 1 video
    pcmcia 36168 2 b43,ssb
    parport_pc 37060 1
    irtty_sir 5564 0
    sir_dev 11712 1 irtty_sir
    psmouse 60084 0
    ac 4224 0
    processor 36076 1
    iTCO_wdt 11072 0
    iTCO_vendor_support 3136 1 iTCO_wdt
    mac80211 155788 1 b43
    irda 126744 1 sir_dev
    crc_ccitt 1724 1 irda
    thermal 13912 0
    uhci_hcd 23692 0
    button 5612 0
    ehci_hcd 36620 0
    serio_raw 5792 0
    shpchp 34384 0
    intel_agp 28604 1
    lp 9732 0
    parport 34412 3 ppdev,parport_pc,lp
    evdev 10240 15
    cfg80211 90364 2 b43,mac80211
    pci_hotplug 28732 1 shpchp
    pcspkr 2492 0
    i2c_i801 9616 0
    i2c_core 21808 4 radeon,drm,i2c_algo_bit,i2c_i801
    rfkill 19696 2 thinkpad_acpi,cfg80211
    sg 27728 0
    agpgart 32660 3 ttm,drm,intel_agp
    led_class 4000 2 b43,thinkpad_acpi
    usbcore 154032 5 oss_usb,uhci_hcd,ehci_hcd
    pcmcia_core 35920 5 b43,ssb,yenta_socket,rsrc_nonstatic,pcmcia
    rtc_cmos 11344 0
    rtc_core 17976 1 rtc_cmos
    rtc_lib 2524 1 rtc_core
    ext4 334112 2
    mbcache 7104 2 ext2,ext4
    jbd2 82016 1 ext4
    crc16 1660 1 ext4
    sr_mod 16644 0
    cdrom 36032 1 sr_mod
    sd_mod 28344 5
    pata_acpi 4252 0
    ata_piix 23268 4
    ata_generic 4704 0
    libata 169548 3 pata_acpi,ata_piix,ata_generic
    floppy 56356 0
    scsi_mod 112468 4 sg,sr_mod,sd_mod,libata
    dmesg
    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
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003ff70000 (usable)
    BIOS-e820: 000000003ff70000 - 000000003ff7e000 (ACPI data)
    BIOS-e820: 000000003ff7e000 - 000000003ff80000 (ACPI NVS)
    BIOS-e820: 000000003ff80000 - 0000000040000000 (reserved)
    BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
    DMI present.
    last_pfn = 0x3ff70 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-DBFFF uncachable
    DC000-DFFFF write-back
    E0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask FC0000000 write-back
    1 base 03FF80000 mask FFFF80000 uncachable
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000006000 (reserved)
    modified: 0000000000006000 - 000000000009f000 (usable)
    modified: 000000000009f000 - 00000000000a0000 (reserved)
    modified: 00000000000dc000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003ff70000 (usable)
    modified: 000000003ff70000 - 000000003ff7e000 (ACPI data)
    modified: 000000003ff7e000 - 000000003ff80000 (ACPI NVS)
    modified: 000000003ff80000 - 0000000040000000 (reserved)
    modified: 00000000ff800000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 7000-c000
    RAMDISK: 3fea7000 - 3ff5fb2e
    Allocated new RAMDISK: 00100000 - 001b8b2e
    Move RAMDISK from 000000003fea7000 - 000000003ff5fb2d to 00100000 - 001b8b2d
    ACPI: RSDP 000f7010 00024 (v02 IBM )
    ACPI: XSDT 3ff731cd 0004C (v01 IBM TP-1I 00002080 LTP 00000000)
    ACPI: FACP 3ff73300 00081 (v01 IBM TP-1I 00002080 IBM 00000001)
    ACPI: DSDT 3ff733e7 0AAD5 (v01 IBM TP-1I 00002080 MSFT 0100000D)
    ACPI: FACS 3ff7f000 00040
    ACPI: SSDT 3ff733b4 00033 (v01 IBM TP-1I 00002080 MSFT 0100000D)
    ACPI: ECDT 3ff7debc 00052 (v01 IBM TP-1I 00002080 IBM 00000001)
    ACPI: TCPA 3ff7df0e 00032 (v01 IBM TP-1I 00002080 PTL 00000001)
    ACPI: BOOT 3ff7dfd8 00028 (v01 IBM TP-1I 00002080 LTP 00000001)
    135MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    node 0 low ram: 00000000 - 377fe000
    node 0 bootmap 00008000 - 0000ef00
    (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0001000000 - 000156da44] TEXT DATA BSS ==> [0001000000 - 000156da44]
    #4 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
    #5 [000156e000 - 0001574128] BRK ==> [000156e000 - 0001574128]
    #6 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
    #7 [0000100000 - 00001b8b2e] NEW RAMDISK ==> [0000100000 - 00001b8b2e]
    #8 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0003ff70
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x00000002
    0: 0x00000006 -> 0x0000009f
    0: 0x00000100 -> 0x0003ff70
    On node 0 totalpages: 261899
    free_area_init_node: node 0, pgdat c141b740, node_mem_map c1575000
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3963 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 271 pages used for memmap
    HighMem zone: 34403 pages, LIFO batch:7
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x1008
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    APIC: disable apic facility
    nr_irqs_gsi: 16
    PM: Registered nosave memory: 0000000000002000 - 0000000000006000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 40000000:bf800000)
    NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 14 pages at c1d7a000, static data 34332 bytes
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259852
    Kernel command line: root=/dev/disk/by-uuid/ce79e597-2b00-4812-95b4-eda62758ab6c ro vga=792 nomodeset
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    Initializing HighMem for node 0 (000377fe:0003ff70)
    Memory: 1031828k/1048000k available (3111k kernel code, 15416k reserved, 1120k data, 416k init, 138696k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1422000 - 0xc148a000 ( 416 kB)
    .data : 0xc1309ddd - 0xc1421ea8 (1120 kB)
    .text : 0xc1000000 - 0xc1309ddd (3111 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    NR_IRQS:512
    Fast TSC calibration using PIT
    Detected 2192.708 MHz processor.
    Console: colour dummy device 80x25
    console [tty0] enabled
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4387.14 BogoMIPS (lpj=7309026)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: Trace cache: 12K uops, L1 D cache: 8K
    CPU: L2 cache: 512K
    CPU: Hyper-Threading is disabled
    mce: CPU supports 4 MCE banks
    ------------[ cut here ]------------
    WARNING: at arch/x86/kernel/apic/apic.c:247 native_apic_write_dummy+0x4b/0x60()
    Hardware name: 236686U
    Modules linked in:
    Pid: 0, comm: swapper Not tainted 2.6.31-ARCH #1
    Call Trace:
    [<c10464da>] ? warn_slowpath_common+0x7a/0xc0
    [<c101f2ab>] ? native_apic_write_dummy+0x4b/0x60
    [<c1046540>] ? warn_slowpath_null+0x20/0x40
    [<c101f2ab>] ? native_apic_write_dummy+0x4b/0x60
    [<c1016601>] ? intel_init_thermal+0xd1/0x1d0
    [<c10149c3>] ? mce_init+0xc3/0xf0
    [<c10ed693>] ? __kmalloc+0x93/0x210
    [<c1015bc5>] ? mce_intel_feature_init+0x15/0x70
    [<c13014ed>] ? mcheck_init+0x261/0x2b5
    [<c12ff55a>] ? identify_cpu+0x377/0x386
    [<c10ecabf>] ? kmem_cache_alloc+0x6f/0x170
    [<c1429dc9>] ? identify_boot_cpu+0xa/0x1e
    [<c1429f90>] ? check_bugs+0x14/0x108
    [<c109add0>] ? __delayacct_tsk_init+0x20/0x50
    [<c1422a31>] ? start_kernel+0x332/0x353
    [<c14224f0>] ? unknown_bootoption+0x0/0x1bd
    ---[ end trace a7919e7f17c0a725 ]---
    CPU0: Thermal monitoring enabled (TM1)
    Performance Counters: no PMU driver, software counters only.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 11k freed
    ACPI: Core revision 20090521
    ACPI: setting ELCR to 0200 (from 0800)
    weird, boot CPU (#0) not listed by the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (4387.14 BogoMIPS).
    CPU0 attaching NULL sched-domain.
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd8fe, last bus=8
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: EC description table is found, configuring boot EC
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in interrupt mode
    ACPI: Power Resource [PUBS] (on)
    ACPI: ACPI Dock Station Driver: 3 docks/bays found
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:00.0: reg 10 32bit mmio: [0xe0000000-0xe3ffffff]
    pci 0000:00:1d.0: reg 20 io port: [0x1800-0x181f]
    pci 0000:00:1d.1: reg 20 io port: [0x1820-0x183f]
    pci 0000:00:1d.2: reg 20 io port: [0x1840-0x185f]
    pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
    pci 0000:00:1f.1: reg 10 io port: [0x1f0-0x1f7]
    pci 0000:00:1f.1: reg 14 io port: [0x3f4-0x3f7]
    pci 0000:00:1f.1: reg 18 io port: [0x170-0x177]
    pci 0000:00:1f.1: reg 1c io port: [0x374-0x377]
    pci 0000:00:1f.1: reg 20 io port: [0x1860-0x186f]
    pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff]
    pci 0000:00:1f.3: reg 20 io port: [0x1880-0x189f]
    pci 0000:00:1f.5: reg 10 io port: [0x1c00-0x1cff]
    pci 0000:00:1f.5: reg 14 io port: [0x18c0-0x18ff]
    pci 0000:00:1f.6: reg 10 io port: [0x2400-0x24ff]
    pci 0000:00:1f.6: reg 14 io port: [0x2000-0x207f]
    pci 0000:01:00.0: reg 10 32bit mmio: [0xe8000000-0xefffffff]
    pci 0000:01:00.0: reg 14 io port: [0x3000-0x30ff]
    pci 0000:01:00.0: reg 18 32bit mmio: [0xd0100000-0xd010ffff]
    pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:01:00.0: supports D1 D2
    pci 0000:00:01.0: bridge io port: [0x3000-0x3fff]
    pci 0000:00:01.0: bridge 32bit mmio: [0xd0100000-0xd01fffff]
    pci 0000:00:01.0: bridge 32bit mmio pref: [0xe8000000-0xefffffff]
    pci 0000:02:00.0: reg 10 32bit mmio: [0x50000000-0x50000fff]
    pci 0000:02:00.0: supports D1 D2
    pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:00.0: PME# disabled
    pci 0000:02:00.1: reg 10 32bit mmio: [0x51000000-0x51000fff]
    pci 0000:02:00.1: supports D1 D2
    pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:00.1: PME# disabled
    pci 0000:02:02.0: reg 10 32bit mmio: [0xd0200000-0xd0201fff]
    pci 0000:02:08.0: reg 10 32bit mmio: [0xd0202000-0xd0202fff]
    pci 0000:02:08.0: reg 14 io port: [0x8000-0x803f]
    pci 0000:02:08.0: supports D1 D2
    pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:08.0: PME# disabled
    pci 0000:00:1e.0: transparent bridge
    pci 0000:00:1e.0: bridge io port: [0x4000-0x8fff]
    pci 0000:00:1e.0: bridge 32bit mmio: [0xd0200000-0xdfffffff]
    pci 0000:00:1e.0: bridge 32bit mmio pref: [0xf0000000-0xf7ffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:00: iomem range 0x0-0x9ffff could not be reserved
    system 00:00: iomem range 0xc0000-0xc3fff could not be reserved
    system 00:00: iomem range 0xc4000-0xc7fff could not be reserved
    system 00:00: iomem range 0xc8000-0xcbfff could not be reserved
    system 00:00: iomem range 0xcc000-0xcffff could not be reserved
    system 00:00: iomem range 0xdc000-0xdffff could not be reserved
    system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
    system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
    system 00:00: iomem range 0xe8000-0xebfff could not be reserved
    system 00:00: iomem range 0xec000-0xeffff could not be reserved
    system 00:00: iomem range 0xf0000-0xfffff could not be reserved
    system 00:00: iomem range 0x100000-0x3fffffff could not be reserved
    system 00:00: iomem range 0xfec00000-0xffffffff could not be reserved
    system 00:02: ioport range 0x1000-0x107f has been reserved
    system 00:02: ioport range 0x1180-0x11bf has been reserved
    system 00:02: ioport range 0x15e0-0x15ef has been reserved
    system 00:02: ioport range 0x1600-0x167f has been reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0: IO window: 0x3000-0x3fff
    pci 0000:00:01.0: MEM window: 0xd0100000-0xd01fffff
    pci 0000:00:01.0: PREFETCH window: 0xe8000000-0xefffffff
    pci 0000:02:00.0: CardBus bridge, secondary bus 0000:03
    pci 0000:02:00.0: IO window: 0x004000-0x0040ff
    pci 0000:02:00.0: IO window: 0x004400-0x0044ff
    pci 0000:02:00.0: PREFETCH window: 0xf0000000-0xf3ffffff
    pci 0000:02:00.0: MEM window: 0xd4000000-0xd7ffffff
    pci 0000:02:00.1: CardBus bridge, secondary bus 0000:07
    pci 0000:02:00.1: IO window: 0x004800-0x0048ff
    pci 0000:02:00.1: IO window: 0x004c00-0x004cff
    pci 0000:02:00.1: PREFETCH window: 0xf4000000-0xf7ffffff
    pci 0000:02:00.1: MEM window: 0xd8000000-0xdbffffff
    pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:1e.0: IO window: 0x4000-0x8fff
    pci 0000:00:1e.0: MEM window: 0xd0200000-0xdfffffff
    pci 0000:00:1e.0: PREFETCH window: 0xf0000000-0xf7ffffff
    pci 0000:00:1e.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    pci 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
    pci 0000:02:00.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    pci_bus 0000:01: resource 0 io: [0x3000-0x3fff]
    pci_bus 0000:01: resource 1 mem: [0xd0100000-0xd01fffff]
    pci_bus 0000:01: resource 2 pref mem [0xe8000000-0xefffffff]
    pci_bus 0000:02: resource 0 io: [0x4000-0x8fff]
    pci_bus 0000:02: resource 1 mem: [0xd0200000-0xdfffffff]
    pci_bus 0000:02: resource 2 pref mem [0xf0000000-0xf7ffffff]
    pci_bus 0000:02: resource 3 io: [0x00-0xffff]
    pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
    pci_bus 0000:03: resource 0 io: [0x4000-0x40ff]
    pci_bus 0000:03: resource 1 io: [0x4400-0x44ff]
    pci_bus 0000:03: resource 2 pref mem [0xf0000000-0xf3ffffff]
    pci_bus 0000:03: resource 3 mem: [0xd4000000-0xd7ffffff]
    pci_bus 0000:07: resource 0 io: [0x4800-0x48ff]
    pci_bus 0000:07: resource 1 io: [0x4c00-0x4cff]
    pci_bus 0000:07: resource 2 pref mem [0xf4000000-0xf7ffffff]
    pci_bus 0000:07: resource 3 mem: [0xd8000000-0xdbffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 738k freed
    Simple Boot Flag at 0x35 set to 0x1
    IBM machine detected. Enabling interrupts during APM calls.
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1259350175.183:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1746
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:01:00.0: Boot video device
    pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
    vesafb: framebuffer at 0xe8000000, mapped to 0xf8080000, using 4608k, total 16320k
    vesafb: mode is 1024x768x24, linelength=3072, pages=6
    vesafb: protected mode interface info at c000:5701
    vesafb: pmi: set display start = c00c5795, set palette = c00c57e1
    vesafb: pmi: ports = 3010 3016 3054 3038 303c 305c 3000 3004 30b0 30b2 30b4
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
    00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
    serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
    serial 0000:00:1f.6: PCI INT B disabled
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    Switched to high resolution mode on CPU 0
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 416k freed
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    Floppy drive(s): fd0 is 1.44M
    SCSI subsystem initialized
    FDC 0 is a National Semiconductor PC87306
    libata version 3.00 loaded.
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
    ata1.00: ATA-7: SAMSUNG MP0201H, YP200-06, max UDMA/100
    ata2.00: ATAPI: HL-DT-STCD-RW/DVD DRIVE GCC-4240N, 0211, max UDMA/33
    ata1.00: 39179952 sectors, multi 16: LBA48
    ata1.00: configured for UDMA/100
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA SAMSUNG MP0201H YP20 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST RW/DVD GCC-4240N 0211 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 39179952 512-byte logical blocks: (20.0 GB/18.6 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    EXT4-fs (sda3): INFO: recovery required on readonly filesystem
    EXT4-fs (sda3): write access will be enabled during recovery
    EXT4-fs (sda3): barriers enabled
    kjournald2 starting: pid 500, dev sda3:8, commit interval 5 seconds
    EXT4-fs (sda3): delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs (sda3): orphan cleanup on readonly fs
    EXT4-fs (sda3): ext4_orphan_cleanup: deleting unreferenced inode 212034
    EXT4-fs (sda3): 1 orphan inode deleted
    EXT4-fs (sda3): recovery complete
    EXT4-fs (sda3): mounted filesystem with ordered data mode
    rtc_cmos 00:06: RTC can wake from S4
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 114 bytes nvram
    udev: starting version 146
    intel_rng: FWH not detected
    Linux agpgart interface v0.103
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
    input: PC Speaker as /devices/platform/pcspkr/input/input2
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    agpgart-intel 0000:00:00.0: Intel 845G Chipset
    agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    cfg80211: Using static regulatory domain info
    cfg80211: Regulatory domain: US
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
    (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
    cfg80211: Calling CRDA for country: US
    lp: driver loaded but no devices found
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001840
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THM0] (58 C)
    ACPI: Lid Switch [LID]
    input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
    ACPI: Sleep Button [SLPB]
    NET: Registered protocol family 23
    usb 2-2: new full speed USB device using uhci_hcd and address 2
    iTCO_vendor_support: vendor-support=0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    iTCO_wdt: Found a ICH3-M TCO device (Version=1, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Marking TSC unstable due to TSC halts in idle
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    processor LNXCPU:00: registered as cooling_device0
    ACPI: Processor [CPU0] (supports 8 throttling states)
    ACPI: AC Adapter [AC] (on-line)
    parport_pc 00:0b: reported by Plug and Play ACPI
    parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    usb 2-2: configuration #1 chosen from 4 choices
    lp0: using parport0 (interrupt-driven).
    nsc-ircc, chip->init
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    nsc_ircc_open(), can't get iobase of 0x2f8
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    nsc_ircc_open(), can't get iobase of 0x2f8
    nsc-ircc 00:0c: disabled
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:03/device:04/input/input6
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    Non-volatile memory driver v1.3
    thinkpad_acpi: ThinkPad ACPI Extras v0.23
    thinkpad_acpi: http://ibm-acpi.sf.net/
    thinkpad_acpi: ThinkPad BIOS 1IET69WW (2.08 ), EC 1IHT20WW-1.07
    ACPI: Battery Slot [BAT0] (battery present)
    Registered led device: tpacpi::thinklight
    Registered led device: tpacpi::power
    Registered led device: tpacpi::standby
    input: ThinkPad Extra Buttons as /devices/virtual/input/input7
    ppdev: user-space parallel port driver
    yenta_cardbus 0000:02:00.0: CardBus bridge found [1014:0512]
    yenta_cardbus 0000:02:00.0: Using INTVAL to route CSC interrupts to PCI
    yenta_cardbus 0000:02:00.0: Routing CardBus interrupts to PCI
    yenta_cardbus 0000:02:00.0: TI: mfunc 0x01d21022, devctl 0x64
    e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    Synaptics Touchpad, model: 1, fw: 5.9, id: 0x2c6ab1, caps: 0x884793/0x0
    serio: Synaptics pass-through port at isa0060/serio1/input0
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
    yenta_cardbus 0000:02:00.0: ISA IRQ mask 0x0438, PCI irq 11
    yenta_cardbus 0000:02:00.0: Socket status: 30000006
    yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge I/O window: 0x4000 - 0x8fff
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0x4000-0x8fff: clean.
    yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xdfffffff
    yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge Memory window: 0xf0000000 - 0xf7ffffff
    [drm] Initialized drm 1.1.0 20060810
    [drm] VGACON disable radeon kernel modesetting.
    pci 0000:01:00.0: power state changed by ACPI to D0
    pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    [drm] Initialized radeon 1.31.0 20080528 for 0000:01:00.0 on minor 0
    ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
    e100 0000:02:08.0: PCI INT A -> Link[LNKE] -> GSI 11 (level, low) -> IRQ 11
    e100 0000:02:08.0: PME# disabled
    e100: eth0: e100_probe: addr 0xd0202000, irq 11, MAC addr 00:0d:60:37:df:cb
    b43-pci-bridge 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    ssb: Sonics Silicon Backplane found on PCI device 0000:02:02.0
    yenta_cardbus 0000:02:00.1: CardBus bridge found [1014:0512]
    yenta_cardbus 0000:02:00.1: Using INTVAL to route CSC interrupts to PCI
    yenta_cardbus 0000:02:00.1: Routing CardBus interrupts to PCI
    yenta_cardbus 0000:02:00.1: TI: mfunc 0x01d21022, devctl 0x64
    b43-phy0: Broadcom 4318 WLAN found (core revision 9)
    phy0: Selected rate control algorithm 'minstrel'
    Broadcom 43xx driver loaded [ Features: PML, Firmware-ID: FW13 ]
    yenta_cardbus 0000:02:00.1: ISA IRQ mask 0x0438, PCI irq 11
    yenta_cardbus 0000:02:00.1: Socket status: 30000006
    yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge I/O window: 0x4000 - 0x8fff
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0x4000-0x8fff: clean.
    yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xdfffffff
    yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge Memory window: 0xf0000000 - 0xf7ffffff
    fuse init (API version 7.12)
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff: clean.
    psmouse serio2: ID: 10 00 64
    EXT4-fs (sda3): internal journal on sda3:8
    EXT4-fs (sda4): barriers enabled
    kjournald2 starting: pid 2051, dev sda4:8, commit interval 5 seconds
    EXT4-fs (sda4): internal journal on sda4:8
    EXT4-fs (sda4): delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs (sda4): mounted filesystem with ordered data mode
    Adding 265064k swap on /dev/sda2. Priority:-1 extents:1 across:265064k
    usb 2-2: USB disconnect, address 2
    IBM TrackPoint firmware: 0x0e, buttons: 3/3
    input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input9
    Clocksource tsc unstable (delta = -78033180 ns)
    oss_ich 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
    usbcore: registered new interface driver oss_usb
    ttyS1: LSR safety check engaged!
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    agpgart-intel 0000:00:00.0: AGP 2.0 bridge
    agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
    pci 0000:01:00.0: putting AGP V2 device into 4x mode
    [drm] Setting GART location based on new memory map
    [drm] Loading R100 Microcode
    [drm] writeback test succeeded in 1 usecs
    b43 ssb0:0: firmware: requesting b43/ucode5.fw
    b43 ssb0:0: firmware: requesting b43/pcm5.fw
    b43 ssb0:0: firmware: requesting b43/b0g0initvals5.fw
    b43 ssb0:0: firmware: requesting b43/b0g0bsinitvals5.fw
    b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    Registered led device: b43-phy0::tx
    Registered led device: b43-phy0::rx
    Registered led device: b43-phy0::radio
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    wlan0: authenticate with AP 00:1e:e5:79:4e:41
    wlan0: authenticated
    wlan0: associate with AP 00:1e:e5:79:4e:41
    wlan0: RX AssocResp from 00:1e:e5:79:4e:41 (capab=0x11 status=0 aid=1)
    wlan0: associated
    ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    wlan0: no IPv6 routers present
    usb 2-2: new full speed USB device using uhci_hcd and address 3
    usb 2-2: configuration #1 chosen from 4 choices
    Consoledump from an openGL game:
    [nick@myhost nick]# tremulous
    tremulous 1.1.0 linux-x86 Mar 17 2009
    ----- FS_Startup -----
    Current search path:
    /root/.tremulous/base
    /opt/tremulous/base/vms-1.1.0.pk3 (4 files)
    /opt/tremulous/base/map-uncreation-1.1.0.pk3 (110 files)
    /opt/tremulous/base/map-tremor-1.1.0.pk3 (45 files)
    /opt/tremulous/base/map-transit-1.1.0.pk3 (135 files)
    /opt/tremulous/base/map-niveus-1.1.0.pk3 (134 files)
    /opt/tremulous/base/map-nexus6-1.1.0.pk3 (151 files)
    /opt/tremulous/base/map-karith-1.1.0.pk3 (118 files)
    /opt/tremulous/base/map-atcs-1.1.0.pk3 (87 files)
    /opt/tremulous/base/map-arachnid2-1.1.0.pk3 (67 files)
    /opt/tremulous/base/data-1.1.0.pk3 (1229 files)
    /opt/tremulous/base
    2080 files in pk3 files
    execing default.cfg
    couldn't exec autogen.cfg
    couldn't exec autoexec.cfg
    Hunk_Clear: reset the hunk ok
    ----- Client Initialization -----
    ----- Initializing Renderer ----
    ----- Client Initialization Complete -----
    ----- R_Init -----
    ------- Input Initialization -------
    Joystick is not active.
    ...loading libGL.so.1:
    Calling SDL_Init(SDL_INIT_VIDEO)...
    SDL_Init(SDL_INIT_VIDEO) passed.
    Initializing OpenGL display
    ...setting mode 3: 640 480
    Using 8/8/8 Color bits, 24 depth, 8 stencil display.
    GL_RENDERER: Mesa DRI R100 (RV200 4C57) 20090101 AGP 4x x86/MMX/SSE2 TCL
    Initializing OpenGL extensions
    ...GL_S3_s3tc not found
    ...ignoring GL_EXT_texture_env_add
    ...using GL_ARB_multitexture
    ...using GL_EXT_compiled_vertex_array
    GL_VENDOR: Tungsten Graphics, Inc.
    GL_RENDERER: Mesa DRI R100 (RV200 4C57) 20090101 AGP 4x x86/MMX/SSE2 TCL
    GL_VERSION: 1.3 Mesa 7.6
    GL_EXTENSIONS: GL_ARB_draw_buffers GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_convolution GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_histogram GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_pixels GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_IBM_multimode_draw_arrays GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texture_rectangle GL_NV_texgen_reflection GL_OES_read_format GL_SGI_color_matrix GL_SGI_color_table GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SUN_multi_draw_arrays
    GL_MAX_TEXTURE_SIZE: 2048
    GL_MAX_ACTIVE_TEXTURES_ARB: 3
    PIXELFORMAT: color(24-bits) Z(24-bit) stencil(8-bits)
    MODE: 3, 640 x 480 fullscreen hz:N/A
    GAMMA: hardware w/ 0 overbright bits
    CPU:
    rendering primitives: single glDrawElements
    texturemode: GL_LINEAR_MIPMAP_LINEAR
    picmip: 0
    texture bits: 0
    multitexture: enabled
    compiled vertex arrays: enabled
    texenv add: disabled
    compressed textures: disabled
    Initializing Shaders
    ...loading 'scripts/uncreation.shader'
    ...loading 'scripts/q3map2_tremor.shader'
    ...loading 'scripts/tremor.shader'
    ...loading 'scripts/transit.shader'
    ...loading 'scripts/niveus.shader'
    ...loading 'scripts/nexus6.shader'
    ...loading 'scripts/karith.shader'
    ...loading 'scripts/atcs.shader'
    ...loading 'scripts/arachnid2.shader'
    ...loading 'scripts/jetpack.shader'
    ...loading 'scripts/core.shader'
    ...loading 'scripts/flame.shader'
    ...loading 'scripts/misc.shader'
    ...loading 'scripts/common-trem.shader'
    ...loading 'scripts/titan.shader'
    ...loading 'scripts/water.shader'
    ...loading 'scripts/displays.shader'
    ...loading 'scripts/plant_life.shader'
    ...loading 'scripts/stasis.shader'
    ...loading 'scripts/booster.shader'
    ...loading 'scripts/eggpod.shader'
    ...loading 'scripts/medistat.shader'
    ...loading 'scripts/mgturret.shader'
    ...loading 'scripts/reactor.shader'
    ...loading 'scripts/telenode.shader'
    ...loading 'scripts/trapper.shader'
    ...loading 'scripts/overmind.shader'
    ...loading 'scripts/tesla.shader'
    ...loading 'scripts/dcc.shader'
    ...loading 'scripts/hive.shader'
    ...loading 'scripts/level2.shader'
    ...loading 'scripts/human.shader'
    ...loading 'scripts/null.shader'
    ...loading 'scripts/weapons.shader'
    ...loading 'scripts/conkit.shader'
    ...loading 'scripts/advckit.shader'
    ...loading 'scripts/psaw.shader'
    ...loading 'scripts/mdriver.shader'
    ...loading 'scripts/flamer.shader'
    ...loading 'scripts/crosshairs.shader'
    ...loading 'scripts/grenade.shader'
    ...loading 'scripts/splash.shader'
    ...loading 'scripts/marks.shader'
    ...loading 'scripts/sprites.shader'
    ...loading 'scripts/muzzleflashes.shader'
    ----- finished R_Init -----
    ------ Initializing Sound ------
    Initializing SDL audio driver...
    ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
    ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
    ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
    ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
    ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
    ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
    ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
    ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
    SDL audio driver is "dsp".
    SDL_AudioSpec:
    Format: AUDIO_S16LSB
    Freq: 22050
    Samples: 512
    Channels: 2
    Starting SDL audio callback...
    SDL audio initialized.
    ----- Sound Info -----
    1 stereo
    16384 samples
    16 samplebits
    1 submission_chunk
    22050 speed
    0xa4241f8 dma buffer
    No background file.
    Sound intialization successful.
    Sound memory manager started
    Loading vm file vm/ui.qvm...
    ...which has vmMagic VM_MAGIC_VER2
    Loading 1075 jump table targets
    VM file ui compiled to 786313 bytes of code
    ui loaded in 4596672 bytes on the hunk
    UI menu load time = 705 milli seconds
    UI menu load time = 55 milli seconds
    UI menu load time = 51 milli seconds
    --- Common Initialization Complete ---
    Opening IP socket: localhost:30720
    Hostname: myhost.localdomain
    Alias: myhost
    IP: 127.0.0.1
    Started tty console (use +set ttycon 0 to disable)
    *********************************WARN_ONCE*********************************
    File radeon_tcl.c function radeon_run_tcl_render line 499
    Rendering was 734 commands larger than predicted size. We might overflow command buffer.
    ----- CL_Shutdown -----
    Closing SDL audio device...
    SDL audio device shut down.
    RE_Shutdown( 1 )
    ----- CL_Shutdown -----
    Shutdown tty console
    [nick@myhost nick]#
    Display all 3035 possibilities? (y or n)

    radionecrotic wrote:
    Has this always been the case for you or did you update recently and it started happening?  There appears to be some sort of conflict with some machines and new changes to the kernel to allow quicker mode setting.  See http://bbs.archlinux.org/viewtopic.php? … 47#p659347.  I had to add !radeon to my MODULES list in /etc/rc.conf to get X to even work at all.  I don't run anything that uses OpenGL so I don't know if it'll address your issue.
    You may also want to take a look at http://bbs.archlinux.org/viewtopic.php? … 20#p662920 and add intel_agp radeon (that's two modules, in that order) to your MODULES list.
    Well, I was having the graphical corruption issue in that first thread until I added the nomodeset boot flag. As for the modesetting, I think it directly conflicts with my boot flag, and without it, I get corruption. =/

  • Having Issues with High CPU Usage with fluxbox & pekwm

    Greetings,
    I have searched for this issue and it seems that something similar has happened in the past with an old xorg, and it seems that someone is having a similar issue that they can point to kde as being the culrpit. However in my case, this is a fresh install and is not using any kde libs. Please allow me to explain the issue.
    The power supply on my main computer finally gave out, and being incredibly poor at the moment I can not yet replace it. So, I pull out an older computer that I had once set up for my kids, but took it away from them when they were abusing it. I always make backup dvds and such monthly so I didn't have to worry about any lose of data, however I desired to keep my larger hard drives from my main computer. After testing to ensure that the hard drives were fine, I did some minor surgery, and did a fresh install of arch linux onto my back up computer. Since I prefer pekwm, I installed pekwm as my wm of choice, and outfitted it quickly with mpd+sonata, firefox, pcmanfm, and tint2. Then I rebooted into my pekwm 'desktop'.
    It was running sluggish. Firefox was easily maxing the cpu up and beyond 100% and it felt ten times worse than any heavy DE I used in the past. I checked to make sure I had the right video driver installed. As this computer runs a 64MB nVidia GeForce2 MX with TV out video card, I searched nvidia's page and the arch wiki, noting that the driver needed is nvidia-96xx. Well I had already suspected that during install, and thus had installed such driver. I double checked my xorg.config and it has the right driver listed.
    So I checked out some lighter browsers. I tried both Midori and Iron (which is similar to Chrome but without google spyware or whatever). Well both run better than firefox, Midori being the lightest one, but Iron quickly being my favorite. Still, the problem remained. Moving windows caused cpu spikes, opening more than one tab, or more than one program caused cpu spikes and the computer to slow down and sputter, freezing at times.
    So I tried out another wm, fluxbos, which is another of my favorites. Seemed somewhat better but only fractionally, which I consider odd because pekwm has always seemed snappier than fluxbox to me in the past. Running lxtask (still mouse dependent, sorry lol), I was able to take note of the following...
    FLUXBOX
    lxtask 6% CPU usage average
    PCManFM 5% CPU Average
    Fluxbox 1% to 2% cpu usage
    gksu 3% cpu usage
    pidgin 3% to 7% cpu usage
    firefox up to 62% cpu usage
    midori up to 38% cpu usage
    iron up to 50% cpu usage
    mpd 11% cpu uage
    Xorg (with no window movement) 2% cpu usage
    Xorg (moving windows around) up to 80% cpu usage
    PEKWM
    lxtask 6% CPU
    pidgin 7% cpu
    tint2 1% cpu
    pekwm 1% to 5% cpu
    pcmanfm 7% cpu
    firefox up to 85% cpu
    python 1% cpu
    midori up to 38% cpu
    iron up to 25% cpu (odd...)
    Xorg (with no window movement) 1% cpu
    Xorg (when moving windows around) up to 80% cpu
    Both were using around 118 MB RAm and weren't yet touching swap. As I see it I am  thinking xorg  or video driver related, yet I already made sure that I had the correct video driver. Here's my Xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Jun 25 18:57:07 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1600x900" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Here's some specs on this computer, including video cards and such...
    Computer
    Summary
    Computer
    Processor Intel(R) Pentium(R) 4 CPU 1.60GHz
    Memory 1034MB (239MB used)
    Operating System Arch Linux
    User Name mythus (Travis K. Randall)
    Date/Time Thu 08 Oct 2009 05:24:52 PM CDT
    Display
    Resolution 1600x900 pixels
    OpenGL Renderer GeForce2 MX/AGP/SSE2
    X11 Vendor The X.Org Foundation
    Multimedia
    Audio Adapter ICH - Intel 82801BA-ICH2
    Input Devices
    Macintosh mouse button emulation
    AT Translated Set 2 keyboard
    Power Button
    Power Button
    PC Speaker
    Logitech USB Optical Mouse
    Printers
    No printers found
    SCSI Disks
    ATA ST3160212A
    ATA IC35L090AVV207-0
    LITE-ON LTR-16102B
    TSSTcorp CD/DVDW TS-H552D
    Operating System
    Version
    Kernel Linux 2.6.30-ARCH (i686)
    Compiled #1 SMP PREEMPT Wed Sep 9 12:37:32 UTC 2009
    C Library GNU C Library version 2.10.1 (stable)
    Default C Compiler GNU C Compiler version 4.4.1 (GCC)
    Distribution Arch Linux
    Current Session
    Computer Name norova
    User Name mythus (Travis K. Randall)
    Home Directory /home/mythus
    Desktop Environment Unknown (Window Manager: Fluxbox)
    Misc
    Uptime 11 hours, 38 minutes
    Load Average 0.20, 0.38, 0.34
    Kernel Modules
    Loaded Modules
    ipv6 IPv6 protocol stack for Linux
    reiserfs ReiserFS journaled filesystem
    usbhid USB HID core driver
    hid
    arc4 ARC4 Cipher Algorithm
    ecb ECB block cipher algorithm
    snd_seq_dummy ALSA sequencer MIDI-through client
    rt2500pci Ralink RT2500 PCI & PCMCIA Wireless LAN driver.
    snd_seq_oss OSS-compatible sequencer module
    rt2x00pci rt2x00 pci library
    snd_seq_midi_event MIDI byte <-> sequencer event coder
    rt2x00lib rt2x00 library
    snd_seq Advanced Linux Sound Architecture sequencer.
    led_class LED Class Interface
    snd_seq_device ALSA sequencer device management
    input_polldev Generic implementation of a polled input device
    mac80211 IEEE 802.11 subsystem
    snd_intel8x0 Intel 82801AA,82901AB,i810,i820,i830,i840,i845,MX440; SiS 7012; Ali 5455
    uhci_hcd USB Universal Host Controller Interface driver
    snd_pcm_oss PCM OSS emulation for ALSA.
    fan ACPI Fan Driver
    cfg80211 wireless configuration support
    ppdev
    ehci_hcd USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    snd_mixer_oss Mixer OSS emulation for ALSA.
    snd_ac97_codec Universal interface for Audio Codec '97
    nvidia
    lp
    eeprom_93cx6 EEPROM 93cx6 chip driver
    parport_pc PC-style parallel port driver
    ohci1394 Driver for PCI OHCI IEEE-1394 controllers
    parport
    psmouse PS/2 mouse driver
    ac97_bus
    ieee1394
    serio_raw Raw serio driver
    8139too RealTek RTL-8139 Fast Ethernet driver
    e100 Intel(R) PRO/100 Network Driver
    snd_pcm Midlevel PCM code for ALSA.
    pcspkr PC Speaker beeper driver
    battery ACPI Battery Driver
    8139cp RealTek RTL-8139C+ series 10/100 PCI Ethernet driver
    snd_timer ALSA timer interface
    i2c_core I2C-Bus main module
    iTCO_wdt Intel TCO WatchDog Timer Driver
    mii MII hardware support library
    evdev Input driver event char devices
    snd Advanced Linux Sound Architecture driver for soundcards.
    ac ACPI AC Adapter Driver
    iTCO_vendor_support Intel TCO Vendor Specific WatchDog Timer Driver Support
    usbcore
    soundcore Core sound module
    sg SCSI generic (sg) driver
    shpchp Standard Hot Plug PCI Controller Driver
    snd_page_alloc Memory allocator for ALSA system.
    processor ACPI Processor Driver
    thermal ACPI Thermal Zone Driver
    pci_hotplug PCI Hot Plug PCI Core
    intel_agp
    button ACPI Button Driver
    agpgart AGP GART driver
    rtc_cmos Driver for PC-style 'CMOS' RTCs
    rtc_core RTC class support
    rtc_lib
    ext4 Fourth Extended Filesystem
    mbcache Meta block cache (for extended attributes)
    jbd2
    crc16 CRC16 calculations
    sr_mod SCSI cdrom (sr) driver
    cdrom
    sd_mod SCSI disk (sd) driver
    ata_piix SCSI low-level driver for Intel PIIX/ICH ATA controllers
    ata_generic low-level driver for generic ATA
    pata_acpi SCSI low-level driver for ATA in ACPI mode
    libata Library module for ATA devices
    floppy
    scsi_mod SCSI core
    Display
    Display
    Display
    Resolution 1600x900 pixels
    Vendor The X.Org Foundation
    Version 1.6.3.901
    Monitors
    Monitor 0 1600x900 pixels
    Extensions
    BIG-REQUESTS
    Composite
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    DRI2
    GLX
    Generic Event Extension
    MIT-SCREEN-SAVER
    MIT-SHM
    NV-CONTROL
    NV-GLX
    RANDR
    RECORD
    RENDER
    SECURITY
    SHAPE
    SYNC
    X-Resource
    XC-MISC
    XFIXES
    XFree86-DGA
    XFree86-VidModeExtension
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
    OpenGL
    Vendor NVIDIA Corporation
    Renderer GeForce2 MX/AGP/SSE2
    Version 1.5.8 NVIDIA 96.43.13
    Direct Rendering Yes
    Processor
    Processor
    Processor
    Name Intel(R) Pentium(R) 4 CPU 1.60GHz
    Family, model, stepping 15, 1, 2 (Pentium 4)
    Vendor Intel
    Configuration
    Cache Size 256kb
    Frequency 1594.77MHz
    BogoMIPS 3190.44
    Byte Order Little Endian
    Features
    FDIV Bug no
    HLT Bug no
    F00F Bug no
    Coma Bug no
    Has FPU yes
    Cache
    Cache information not available
    Capabilities
    fpu Floating Point Unit
    vme Virtual 86 Mode Extension
    de Debug Extensions - I/O breakpoints
    pse Page Size Extensions (4MB pages)
    tsc Time Stamp Counter and RDTSC instruction
    msr Model Specific Registers
    pae Physical Address Extensions
    mce Machine Check Architeture
    cx8 CMPXCHG8 instruction
    apic Advanced Programmable Interrupt Controller
    sep Fast System Call (SYSENTER/SYSEXIT)
    mtrr Memory Type Range Registers
    pge Page Global Enable
    mca Machine Check Architecture
    cmov Conditional Move instruction
    pat Page Attribute Table
    pse36 36bit Page Size Extensions
    clflush Cache Line Flush instruction
    dts Debug Store
    acpi Thermal Monitor and Software Controlled Clock
    mmx MMX technology
    fxsr FXSAVE and FXRSTOR instructions
    sse SSE instructions
    sse2 SSE2 (WNI) instructions
    ss Self Snoop
    ht HyperThreading
    tm Thermal Monitor
    up smp kernel running on up
    pebs Precise-Event Based Sampling
    bts Branch Trace Store
    Memory
    Memory
    Total Memory 1034084 kB
    Free Memory 94276 kB
    Buffers 40536 kB
    Cached 700112 kB
    Cached Swap 0 kB
    Active 170788 kB
    Inactive 726844 kB
    Active(anon) 74112 kB
    Inactive(anon) 88348 kB
    Active(file) 96676 kB
    Inactive(file) 638496 kB
    Unevictable 12 kB
    Mlocked 12 kB
    High Memory 139144 kB
    Free High Memory 252 kB
    Low Memory 894940 kB
    Free Low Memory 94024 kB
    Virtual Memory 2931852 kB
    Free Virtual Memory 2931852 kB
    Dirty 12 kB
    Writeback 0 kB
    AnonPages 156996 kB
    Mapped 57392 kB
    Slab 24260 kB
    SReclaimable 18864 kB
    SUnreclaim 5396 kB
    PageTables 1376 kB
    NFS_Unstable 0 kB
    Bounce 0 kB
    WritebackTmp 0 kB
    CommitLimit 3448892 kB
    Committed_AS 404212 kB
    VmallocTotal 122880 kB
    VmallocUsed 27648 kB
    VmallocChunk 52368 kB
    DirectMap4k 32760 kB
    DirectMap4M 876544 kB
    Benchmarks
    CPU Blowfish
    CPU Blowfish
    This Machine 1595 MHz 50.176
    Intel(R) Celeron(R) M processor 1.50GHz (null) 26.1876862
    PowerPC 740/750 (280.00MHz) (null) 172.816713
    CPU CryptoHash
    CPU CryptoHash
    This Machine 1595 MHz 11.071
    CPU Fibonacci
    CPU Fibonacci
    This Machine 1595 MHz 74.202
    Intel(R) Celeron(R) M processor 1.50GHz (null) 8.1375674
    PowerPC 740/750 (280.00MHz) (null) 58.07682
    CPU N-Queens
    CPU N-Queens
    This Machine 1595 MHz 132.704
    FPU FFT
    FPU FFT
    This Machine 1595 MHz 104.630
    FPU Raytracing
    FPU Raytracing
    This Machine 1595 MHz 212.639
    Intel(R) Celeron(R) M processor 1.50GHz (null) 40.8816714
    PowerPC 740/750 (280.00MHz) (null) 161.312647
    So what I am wanting help with is finding the solution to the cpu usage so that I can use this computer at least until I can afford a new power supply or whatever. I am open to any good suggestions, though I must state I am not really interested in tiling wm's at the moment. I am just not a true minimalist.
    Thanks in advance for any and all help. I understand that there is a lot of info in this post, but it is my hope that with this info the problem can be solved. If there is info I didn't provide that is needed, please let me know.

    also check that you have
    session.screen0.opaqueMove false
    in your .fluxbox/init  this will probably help a bit if it is currently true,
    Last edited by Cyrusm (2009-01-26 13:52:13)

  • WriteBack Error in OBIEE 10g

    Hi Friends,
    I got an error while executing the writeback Template.I am using simple SH schema.
    Please Help me to fix the error.
    The Template I have given is below..
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="write">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> </insert>
    <update>UPDATE SALES SET PK=@4 WHERE TIMES.CALENDAR_YEAR='@1' PRODUCTS.PROD_NAME='@2' SALES.AMOUNT_SOLD=@3</update>
         </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The Updated Colomn here is "PK" present in SALES Table.
    The Error I got is ....
    An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists, contact your system administrator.
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 16001] ODBC error state: S1000 code: 933 message: [Oracle][ODBC][Ora]ORA-00933: SQL command not properly ended. [nQSError: 16015] SQL statement execution failed. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL "Connection Pool" UPDATE SALES SET PK=123 WHERE TIMES.CALENDAR_YEAR='1998' PRODUCTS.PROD_NAME='1.44MB External 3.5" Diskette' SALES.AMOUNT_SOLD=64464.83
    Please Help me to fix the Error.
    Thanks in Advance....
    Regards,
    Pamidi.

    Hi JD,
    Thank you for your good Reply.
    I already recognized the Error with Update Command.No need to end ';' to Update Commad.
    I know the Simple Update command like <update>UPDATE SALES SET PK=@2 WHERE PROD_ID='@1'</update> . this command will be worked.
    But in this case(This Error with previous Update Command) , I am not able to write correct Update Command.
    If you know please let me know.Thanks in Advance.
    Regards,
    Pamidi.

  • Cache-flush VM-related performance issue

    Dear forum,
    I've got a peculiar performance issue going on with the BDB pagecache being flushed to disk. I've managed to reproduce the issue perfectly on three out of three quite different systems that I've tried on, so it is at least quite well-defined.
    My usage pattern for the database in question is such that I periodically (perhaps once every 10-60 seconds or so) need to read through an amount of values (around 500-2000 or so) from a database containing a rather large amount (in the millions, at least) of keys. There are a few writes for every such batch, but not very many (a couple of tens). The keys that are read each batch are quite random, and very likely to be completely different from batch to batch. The database is a DB_HASH.
    When I do that, BDB seems to dirty a lot of pages in the page cache (which I have currently sized at 512 MB so that pages don't have to be forced out from it), from what I can tell by manipulating refcounts and stuff, so all in all, a single batch seems to dirty some 10-40 MB or so of the mmapped cache region. (I check this using pmap -x on Linux.) Note that when I speak of pages and the dirtying of them here, I mean at the VM level, not the BDB level.
    A while after this has happened, the VM comes around and wants to flush the dirty pages to disk, so it batches writes of large portions (often the entire set of dirty pages, but sometimes it only does 10-20 MB or so at a time; this detail shouldn't matter) of the dirtied pages to the backing block device. Since the dirty pages are often rather interspersed in the region file, such a flush usually requires a couple of thousands of write ops, so it might sometimes take up to 10-20 seconds for the requests to complete.
    If the program, then, again tries to dirty any of the pages while they are waiting to be flushed, which is often the case, the VM will block it until the page in question is flushed. This means that the thread in question might very well be blocked for up to 20 seconds, causing quite annoying wait times.
    How to deal with this problem? I've considered trying to put the region files on tmpfs or so, but that seems like such an excessive measure for a problem which, from what I can tell, should be commonplace.
    On a very related note, I've noticed a large discrepancy in the I/O performance between the systems I've tried this on. Two of the systems in question manage to carry out some 200-500 write ops per second on my test load, while the third manages closer to 2000-3000 write ops per second, which makes quite a difference. What makes it very weird is that the faster system uses the exact same hard drive as one of the slower systems. I know this isn't exactly a BDB-specific question, but I thought someone around here might have experience in the matter. All three systems use Linux and S-ATA hard disks (not SSDs), but they use different S-ATA host adapters, different kernel versions and are configured in quite different ways.
    Thanks for reading my wall of text! I'm sorry for dragging on so long, but I didn't know how to describe the situation more briefly.
    Edited by: Dolda2000 on Mar 23, 2013 8:08 AM

    As a follow-up on this, it appears that the blocking behavior was introduced in Linux 3.0 to stabilize pages under writeback:
    http://lwn.net/Articles/486311/
    It seems that the commits that introduced the behavior can be safely patched away, and also that it is due to change in 3.9, but for now, this is not the route I took to solve it.
    Rather, I wrote a patch to Berkeley DB to allow me to store the region files in another directory than the environment root directory, and used it to store them in /dev/shm -- that is, on tmpfs, which avoids writeback of the region files altogether.
    If you want the patch, it is here for db4.8 (which what Debian Stable uses), and here for 5.1, which is what Debian Testing uses.
    (For some reason, the hyperlink format suggested by the forum doesn't seem to be working?)

  • My N900 issues

    Those are my issues:
    1) In some applications (such as photos,web...) suddenly quit app. with message internal error application "web or xxx" closed (I flashed my device with eMMS.
    2)Sometimes does not open conversation text --->> youtube link: Video
    3)When I shoot picture with my camera in gallery picture shows up many times(like 10-15 times)in thumbnail view,also in normal view,when i change picture to the next one its again same picture many times.
    Can anybody help me solve this? Thank you.

    here is full log after Phone application was closed:
    [ 5.937500] hci_h4p hci_h4p: Registering HCI H4P device 
    [ 5.966766] lp5523 2-0032: got interrupt from led chip 
    [ 5.967346] lp5523 2-0032: interrupt from led chip 4f 
    [ 5.967376] lp5523 2-0032: all engines configured 
    [ 5.967437] lp5523 2-0032: disabling engines 
    [ 5.968017] Registered led device: lp5523:kb1 
    [ 5.968170] Registered led device: lp5523:kb2 
    [ 5.968322] Registered led device: lp5523:kb3 
    [ 5.968475] Registered led device: lp5523:kb4 
    [ 5.968627] Registered led device: lp5523:b 
    [ 5.968750] Registered led device: lp5523:g 
    [ 5.968902] Registered led device: lp5523:r 
    [ 5.969024] Registered led device: lp5523:kb5 
    [ 5.969177] Registered led device: lp5523:kb6 
    [ 6.045196] nokia-av nokia-av: accessory detect module initialized 
    [ 6.067230] radio-si4713 2-0063: Detected Si4713 (0x0d) Firmware: 3.0 Patch ID: 00:00 Component: 3.0 Chip Rev.: unknown 
    [ 6.162048] mmci-omap-hs mmci-omap-hs.0: Failed to get debounce clock 
    [ 6.168395] TSC2005 driver initializing 
    [ 6.169097] input: TSC2005 touchscreen as /class/input/input3 
    [ 6.269531] mmci-omap-hs mmci-omap-hs.1: Failed to get debounce clock 
    [ 6.428100] omap_wdt omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec, nowayout is on 
    [ 6.433807] SSI DRIVER Version 1.1-rc2 
    [ 6.434265] omap_ssi omap_ssi: SSI Hardware REVISION 1.0 
    [ 6.540161] phy0: Selected rate control algorithm 'minstrel' 
    [ 6.572235] wl1251: loaded 
    [ 6.572967] wl1251: initialized 
    [ 6.591674] smc91x: not found (-19). 
    [ 6.737213] mmc1: new high speed MMC card at address 0001 
    [ 6.742462] mmcblk0: mmc1:0001 MMC32G 29.8 GiB 
    [ 6.742797] mmcblk0: p1 p2 p3 
    [ 6.976776] CMT speech driver v0.2.0 
    [ 6.979553] NET: Registered protocol family 35 
    [ 7.005249] SSI McSAAB PROTOCOL Version: 2.0-rc1 
    [ 7.282928] dspbridge_init: 412800 bytes @ 80600000 
    [ 7.368438] omap-iommu omap-iommu.1: isp registered 
    [ 7.528015] omap-iommu omap-iommu.1: isp: version 1.1 
    [ 7.678039] smia-sensor 2-0010: firmware: requesting smia-sensor-01-022b-04.bin 
    [ 7.702697] smia_reglist_import: meta_reglist version 2009-07-27 
    [ 7.702789] smia_reglist_import: type 10 w 648 h 488fmt 30314142 ival 100/1502 ptr d0cbc2a0 
    [ 7.702819] smia_reglist_import: type 10 w 648 h 488fmt 30314142 ival 100/3003 ptr d0cbc228 
    [ 7.702819] smia_reglist_import: type 1 w 0 h 0 fmt 30314142 ival 100/0 ptr d0cbc090 
    [ 7.702850] smia_reglist_import: type 0 w 0 h 0 fmt 30314142 ival 100/0 ptr d0cbc038 
    [ 7.715759] et8ek8 3-003e: firmware: requesting et8ek8-0002.bin 
    [ 7.740203] smia_reglist_import: meta_reglist version V14 03-June-2008 
    [ 7.740295] smia_reglist_import: type 10 w 2592 h 1968 fmt 30314442 ival 100/1292 ptr d0cbf1f4 
    [ 7.740325] smia_reglist_import: type 10 w 2592 h 1968 fmt 30314142 ival 100/399 ptr d0cbf454 
    [ 7.740356] smia_reglist_import: type 10 w 1296 h 984fmt 30314142 ival 100/501 ptr d0cbf57c 
    [ 7.740356] smia_reglist_import: type 10 w 1296 h 984fmt 30314442 ival 100/2500 ptr d0cbf614 
    [ 7.740386] smia_reglist_import: type 10 w 1296 h 984fmt 30314442 ival 100/3000 ptr d0cbf28c 
    [ 7.740386] smia_reglist_import: type 10 w 864 h 656fmt 30314142 ival 100/2988 ptr d0cbf324 
    [ 7.740417] smia_reglist_import: type 10 w 648 h 492fmt 30314142 ival 100/499 ptr d0cbf4e4 
    [ 7.740447] smia_reglist_import: type 10 w 648 h 492fmt 30314142 ival 100/2993 ptr d0cbf3bc 
    [ 7.740447] smia_reglist_import: type 1 w 2592 h 1968 fmt 30314142 ival 100/1207 ptr d0cbf04c 
    [ 8.372436] g_file_storage gadget: File-backed Storage Gadget, version: 7 August 2007 
    [ 8.372497] g_file_storage gadget: Number of LUNs=2 Number of buffers=16 
    [ 8.372558] musb_hdrc musb_hdrc: MUSB HDRC host driver 
    [ 8.373138] musb_hdrc musb_hdrc: new USB bus registered, assigned bus number 1 
    [ 8.373596] usb usb1: configuration #1 chosen from 1 choice 
    [ 8.373809] hub 1-0:1.0: USB hub found 
    [ 8.373901] hub 1-0:1.0: 1 port detected 
    [ 10.538604] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use) 
    [ 14.890167] kjournald starting. Commit interval 1 seconds 
    [ 14.901306] EXT3 FS on mmcblk0p2, internal journal 
    [ 14.901336] EXT3-fs: mounted filesystem with writeback data mode. 
    [ 15.078582] McSAAB: ACWAKE DOWN 
    [ 15.078643] McSAAB: ACWAKE UP 
    [ 15.078704] McSAAB: WAKELINES TEST OK 
    [ 15.368133] Adding 786424k swap on /dev/mmcblk0p3. Priority:-1 extents:1 across:786424k 
    [ 15.678039] Bluetooth: L2CAP ver 2.13 
    [ 15.678070] Bluetooth: L2CAP socket layer initialized 
    [ 15.870300] Bluetooth: SCO (Voice Link) ver 0.6 
    [ 15.870330] Bluetooth: SCO socket layer initialized 
    [ 15.887512] hci_h4p hci_h4p: firmware: requesting bcmfw.bin 
    [ 16.526489] Bluetooth: RFCOMM socket layer initialized 
    [ 16.526550] Bluetooth: RFCOMM TTY layer initialized 
    [ 16.526580] Bluetooth: RFCOMM ver 1.11 
    [ 20.548400] misc iphb: Module registered in 2.6.28-omap1, built Dec 17 2009 09:42:15 
    [ 44.723297] cfg80211: Regulatory domain changed to country: EU 
    [ 44.723327] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) 
    [ 44.723358] (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm) 
    [ 44.723358] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) 
    [ 44.723388] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) 
    [ 44.723388] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) 
    [ 44.723419] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2000 mBm) 
    [ 44.723419] (5490000 KHz - 5710000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) 
    [ 46.546722] SCSI subsystem initialized 
    [ 46.921691] Driver 'sd' needs updating - please use bus_type methods 
    [ 99.214660] kb_lock (GPIO 113) is now closed 
    [ 99.448822] kb_lock (GPIO 113) is now open 
    [ 118.191131] slide (GPIO 71) is now open 
    [ 313.191406] kb_lock (GPIO 113) is now closed 
    [ 313.433471] kb_lock (GPIO 113) is now open 
    [ 314.550781] kb_lock (GPIO 113) is now closed 
    [ 314.941040] kb_lock (GPIO 113) is now open 
    [ 509.792694] slide (GPIO 71) is now closed 
    [ 515.503662] kb_lock (GPIO 113) is now closed 
    [ 515.714416] kb_lock (GPIO 113) is now open 
    [ 1039.714752] kb_lock (GPIO 113) is now closed 
    [ 1039.964355] kb_lock (GPIO 113) is now open 
    [ 1063.480102] slide (GPIO 71) is now open 
    [ 1075.151947] slide (GPIO 71) is now closed 
    [ 1087.050231] kb_lock (GPIO 113) is now closed 
    [ 1087.378387] kb_lock (GPIO 113) is now open 
    [11009.042968] kb_lock (GPIO 113) is now closed 
    [11009.230194] kb_lock (GPIO 113) is now open 
    [11014.840057] wl12xx spi4.0: firmware: requesting wl1251-fw.bin 
    [11015.910095] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [11015.910400] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [11017.300537] wl1251: down 
    [11019.246520] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [11019.246856] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [11020.152038] wlan0: authenticate with AP 00:26:5a:32:b1:e3 
    [11020.156829] wlan0: authenticated 
    [11020.156860] wlan0: associate with AP 00:26:5a:32:b1:e3 
    [11020.161071] wlan0: RX AssocResp from 00:26:5a:32:b1:e3 (capab=0x431 status=0 aid=2) 
    [11020.161102] wlan0: associated 
    [11330.370849] kb_lock (GPIO 113) is now closed 
    [11330.636291] kb_lock (GPIO 113) is now open 
    [11366.847198] kb_lock (GPIO 113) is now closed 
    [11367.089324] kb_lock (GPIO 113) is now open 
    [11642.065979] slide (GPIO 71) is now open 
    [12063.503540] slide (GPIO 71) is now closed 
    [12168.643798] slide (GPIO 71) is now open 
    [12239.867095] wlan0: deauthenticating by local choice (reason=3) 
    [12240.089660] wl1251: down 
    [12241.643951] slide (GPIO 71) is now closed 
    [13538.956970] kb_lock (GPIO 113) is now closed 
    [13539.128509] kb_lock (GPIO 113) is now open 
    [13558.433227] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [13558.448883] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [13559.480194] wl1251: down 
    [13573.370697] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [13573.386383] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [13574.355255] wl1251: down 
    [13576.370788] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [13576.386413] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [13577.308349] wlan0: authenticate with AP 00:26:5a:32:b1:e3 
    [13577.314331] wlan0: authenticated 
    [13577.314361] wlan0: associate with AP 00:26:5a:32:b1:e3 
    [13577.318572] wlan0: RX AssocResp from 00:26:5a:32:b1:e3 (capab=0x431 status=0 aid=2) 
    [13577.318603] wlan0: associated 
    [13590.628387] slide (GPIO 71) is now open 
    [14125.112792] slide (GPIO 71) is now closed 
    [14163.659820] kb_lock (GPIO 113) is now closed 
    [14163.956481] kb_lock (GPIO 113) is now open 
    [15059.808319] kb_lock (GPIO 113) is now closed 
    [15060.073699] kb_lock (GPIO 113) is now open 
    [15079.183135] slide (GPIO 71) is now open 

Maybe you are looking for