Xorg update: conflicting memory types

Hi,
Since new Xorg update, I can see the folowing message at /var/log/messages.log:
Dec 11 14:36:03 Xorg:2480 conflicting memory types e8000000-f0000000 write-combining<->uncached-minus
Dec 11 14:36:03 reserve_memtype failed 0xe8000000-0xf0000000, track write-combining, req write-combining
Dec 11 14:36:03 Xorg:2480 conflicting memory types e8000000-f0000000 write-combining<->uncached-minus
Dec 11 14:36:03 reserve_memtype failed 0xe8000000-0xf0000000, track write-combining, req write-combining
Dec 11 14:36:03 Xorg:2499 freeing invalid memtype e8000000-f0000000
I don't know if it is relative but, from time to time, the screen and keyboard freezes and need to reboot. Another times, if I click, for example, over a xfce-terminal icon on panel (or whatever application), it opens two or three terminal windows instead of only one.
Thanks in advance.

Afaik that is cause by PAT being enabled, append nopat to your kernel startup string

Similar Messages

  • Update conflict resoltion ORA-01403: no data found

    I have set up multimaster replication environment with two database and I have implemented Update conflict resolution on a table using DISCARD method(Oracle provided) as below.
    Some how it is not able to resolve the conflict and I am getting erro ORA-01403: no data found.
    On MDS(M1) I run the follwing SQL
    update menu_code
    set ipp_uid = 20
    where id = 4;
    commit;
    on master(M2) database in table menu_code row with ID=4 doesn't exsit.
    When I apply deffred transaction that gnerated by above SQL
    I get ORA-01403: no data found and ofcourse trnsaction doesn't apply to db and goes to deferror. Since I am using DISCARD method
    it should be resolved and not to gnerate error message.
    Here is detail info.
    Table name: menu_code
    --creating column group
    BEGIN
    DBMS_REPCAT.MAKE_COLUMN_GROUP (
    sname => 'SYNAPSE',
    oname => 'MENU_CODE',
    column_group => 'MENU_CODE_CG1',
    list_of_column_names => 'id,ipp_uid');
    END;
    -- adding update conflict resolution
    BEGIN
    DBMS_REPCAT.ADD_UPDATE_RESOLUTION (
    sname => 'SYNAPSE',
    oname => 'MENU_CODE',
    column_group => 'MENU_CODE_CG1',
    sequence_no => 1,
    method => 'DISCARD',
    parameter_column_name => 'id,ipp_uid');
    END;
    --regenerating support for the table.
    BEGIN
    DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT (
    sname => 'SYNAPSE',
    oname => 'MENU_CODE',
    type => 'TABLE',
    min_communication => TRUE);
    END;
    Thanks.
    Pravin

    You are absolutely right. Now we decided not to write any conflict resolution routine at all.
    Non MDS database is read-only till fail over. After fail over non MDS (other master) will allow insert/update operation.
    To fail back to MDS we will write our procedure/function, out side of Oracle conflict resolution( both database will be in Read only mode during synchronizing).
    We will delete all deferred transaction/error form the queue and once data transfer is complete, again MDS becomes primary database to use.
    Oracle conflict resolutions are to complicated and has lots of overhead and maintenance.
    Thanks.
    Pravin

  • [Solved-ish] problem with autologin after xorg update

    Hi
    I use auto login like described on "Automatic login to virtual console", with the exception that i login as user on VT7 rather than VT1.
    Then execute startx on VT7 from zprofile, as shown in Start X at Login.
    After updating xorg this morning, I was on VT1 after boot. The screen was kind of blinking once a second, and totally unresponsive.
    Booting from the install image on an USB-stick, I commented startx in ~/.zprofile.
    After that I was again on VT1 but able to login and then run startx on VT1. Later I found out that I had a login on VT7 and was able to run startx there as well.
    Why wouldn't startx run automatically, when it runs fine manually.
    This is my [email protected]/autologin.conf
    nagual% cat [email protected]/autologin.conf
    [Service]
    ExecStart=
    ExecStart=-/sbin/agetty --autologin leo --noclear %I 38400 linux
    Type=simple
    startx is run from zprofile with:
    #[[ -z $DISPLAY && $XDG_VTNR == 7 ]] && exec startx -- vt$XDG_VTNR
    could it be because the display doesn't change to VT7, and why would an xorg update change that?
    Last edited by Leo Laursen (2014-07-30 17:54:14)

    mrunion wrote:When the upgrade to xorg-server occurred there was a warning about X starting on the appropriate VT. There was also news on the Arch Linux front page (https://www.archlinux.org/news/xorg-ser … available/). You may want to read that news and then look into an xorg.wrap file if necessary.
    Thanks. I did see this. As far as I can tell, it shouldn't matter in my case, but of course I could be wrong. I'm starting X on VT7, same as the login. I don't do any redirecting of stderr.
    And it is very curious that auto login is affected.

  • Oracle Replication update conflict handler creating notifications

    Hi All,
    I want to use an update conflict handler that overwrites the records in the destination database, while notifying the dba about the conflict by creating a log entry to a log file (alert log or other custom log file).
    I know that I can use prebuilt overwrite update conflict handler to overwrite the conflicting record. As far as I know there is no way to create a log entry using this prebuilt conflict handlers.
    Is there a way to create a log entry via prebuilt conflict handlers?
    Or else I can use pl/sql to create a log entry and a pl/sql can be used as conflict handler.
    But how can I create a pl/sql overwrite conflict handler?
    Thank you,
    Sasika.

    You must create your own update conflict handler.
    Conflict handler is a PL/SQL procedure (usually in package). For given conflict type is defined what parameters this procedure must have.
    And in procedure you simply put locig you need:
    1/ write a log entry
    2/ update (overwrite) data in table

  • [SOLVED] One last remaining hurdle with Xorg update

    [SOLVED] -- apparently one more reboot needed   Well, anyways, here's a working config for an nvidia laptop w/ Synaptics touchpad running LXDE/openbox
    Ok -- I fought through the Xorg update along with everyone else, and with the help of the wiki and the forums, managed to get everything working using the input hotplugging through hal. I have the nvidia driver & synaptics touchpad configured and working properly. The keyboard, including multimedia keys are working (with no .Xmodmap now) with one exception -- when I hit C-Esc to trigger the openbox menu, the menu opens up, but I can only scroll through it using the mouse - can't use the cursor arrows. Before the update, I could use the cursor arrows to scroll through the OB menu. Otherwise, the cursor arrows work normally in the terminal and firefox and other apps -- just that one instance I've found where they don't work. Any ideas? I've restarted X, hal, and the computer several times
    /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Jul 17 18:39:00 PDT 2008
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "glx"
    Load "xtrap"
    Load "record"
    Load "freetype"
    Load "synaptics"
    Load "evdev"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "GeForce Go 7200"
    BusID "PCI:5:0:0"
    Option "NoLogo" "true"
    Option "MigrationHeuristic" "greedy"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "MCP51 PMU"
    BusID "PCI:0:10:3"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    /etc/hal/fdi/policy/10-keymap.fdi
    <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.keymap">
    <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
    </match>
    <match key="info.capabilities" contains="input.keys">
    <merge key="input.Xkb.rules" type="string">base</merge>
    <!-- If we're using Linux, we use evdev by default (falling back to
    keyboard otherwise). -->
    <merge key="input.Xkb.model" type="string">keyboard</merge>
    <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
    string="Linux">
    <merge key="input.x11_driver" type="string">evdev</merge>
    <merge key="input.Xkb.model" type="string">evdev</merge>
    </match>
    <merge key="input.xkb.layout" type="string">us</merge>
    </match>
    </device>
    </deviceinfo>
    /etc/hal/fdi/policy/11-x11-synaptics.fdi
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLE:
    -->
    <merge key="input.x11_options.AlwaysCore" type="string">true</merge>
    <merge key="input.x11_options.Protocol" type="string">auto-dev</merge>
    <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
    <merge key="input.x11_options.SHMConfig" type="string">false</merge>
    <merge key="input.x11_options.LeftEdge" type="string">1700</merge>
    <merge key="input.x11_options.RightEdge" type="string">5300</merge>
    <merge key="input.x11_options.TopEdge" type="string">1700</merge>
    <merge key="input.x11_options.BottomEdge" type="string">4200</merge>
    <merge key="input.x11_options.FingerLow" type="string">25</merge>
    <merge key="input.x11_options.FingerHigh" type="string">30</merge>
    <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    <merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
    <merge key="input.x11_options.CornerCoasting" type="string">true</merge>
    <merge key="input.x11_options.CoastingSpeed" type="string">0.30</merge>
    <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.HorizScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.MinSpeed" type="string">0.10</merge>
    <merge key="input.x11_options.MaxSpeed" type="string">0.60</merge>
    <merge key="input.x11_options.AccelFactor" type="string">0.0020</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    </match>
    <match key="info.product" contains="appletouch">
    </match>
    <match key="info.product" contains="bcm5974">
    </match>
    </match>
    </device>
    </deviceinfo>
    Xorg.log
    Thanks!
    Scott
    Last edited by firecat53 (2008-12-01 20:45:09)

    https://bbs.archlinux.org/viewtopic.php?id=116791

  • [SOLVED] xorg update has broken nvidia-173xx driver

    Hi,
    I've been using arch for around 2 and a half months on 2 computers (a dell Inspiron 2200 and an old home built pc). So far I've been able to figure out most things myself.  However, following today's xorg update x seems to be broken. My laptop, which does not use nvidia, seems to be fine. On the pc i installed the i686 version and am running kde 4.5.1
    I have reinstalled nvidia-173xx and nvidia-173xx-utils, and run nvidia-xconfig but this has not helped any.
    Although the installation is carried out there is an error stating:
    ERROR: Module nvidia does not exist in /proc/modules In order to use the new nvidia driver, exit xserver and unload it manually
    A google search on the above error didn't advance me any further, either.
    I have also waited for today's kernel update but that hasn't seemed to fix things.
    If I run "startkde" i get an error message stating that it can't connect to the x server.
    "startx" says much the same only more verbose.
    /var/log/Xorg.0.log has the following information :
    dlopen: /usr/lib/xorg/modules/drivers/nvidia_dvr.so undefined sym$
    failed to load /usr/lib/xorg/modules/drivers/nvidia_dvr.so
    unloadable module "nvidia"
    failed to load module "nvidia" (loader failed, 7)
    I've done a lot of esearch but can't find any solutions to my issue. The following thread seems to be related :
    https://bbs.archlinux.org/viewtopic.php?id=103716
    but i can't seem to find an answer there either.
    Any help would be appreciated.
    Cheers
    Last edited by rabid_works (2010-09-29 19:32:42)

    ok, went to downgrade using
    #pacman -U ...
    but i have yet another error due to a conflict between files :
    xorg-server: /usr/lib/xorg/protocol.txt is already present in the file system
              xorg-server: /usr/share/man/Xserver.1.gz is already present on the file system
              xorg-server; /usr/share/xkb/README.compiled is afready present in the file system
    is it possible to safely force the installation?
    sorry if thatś a lazy question but I've been looking at this for so long that i can't fathom the idea of futher searching.
    EDIT: ok, i had a break and realised it'd be safer to simply rename and the delete the problematic files. The downgrade went fine. I have X back.
    thanks for the help.
    Last edited by rabid_works (2010-09-29 18:52:27)

  • Unable to create web app with PowerShell - An update conflict has occurred

    I am trying to create a new Web Application using PowerShell. I need to use PowerShell because I need to create the Web App using classic authentication and not Claims authentication. the first time I created the Web App, everything went great. Ever since
    the first time, I get an error and the web app creation does not complete. Just as an FYI, I can create a new Web App using Central Admin, but that creates it with Claims authentication which I cannot use.
    Here is my PowerShell script
    New-SPWebApplication -Name "SharePoint2013 (82)" -ApplicationPool "SharePoint2013-82" -AuthenticationMethod "NTLM" -ApplicationPoolAccount (Get-SPManagedAccount "GLOBAL\SP_AppPool") -Port 82 -URL "http://sharepoint2013"
    Here is the error I get in PowerShell
    New-SPWebApplication : An update conflict has occurred, and you must re-try this action. The object SPWebApplication
    Name=SharePoint2013 (82) was updated by DOMAIN\SP_Administrator, in the powershell (13020) process, on machine SPWEB01.
     View the tracing log for more information about the conflict.
    At line:1 char:1
    + New-SPWebApplication -Name "SharePoint2013 (82)" -ApplicationPool "SharePoint201 ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidData: (Microsoft.Share...PWebApplication:SPCmdletNewSPWebApplication) [New-SPWebA
       pplication], SPUpdatedConcurrencyException
        + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPWebApplicationUnknown SQL Exception 547 occurred. Additional error information from SQL Server is included below.
    The DELETE statement conflicted with the REFERENCE constraint "FK_Dependencies1_Objects". The conflict occurred in database "SP_Config", table "dbo.Dependencies", column 'ObjectId'.
    The statement has been terminated.
    I also get  this error from the trace
    Unknown SQL Exception 547 occurred. Additional error information from SQL Server is included below.
    The DELETE statement conflicted with the REFERENCE constraint "FK_Dependencies1_Objects". The conflict occurred in database "SP_Config", table "dbo.Dependencies", column 'ObjectId'.
    The statement has been terminated.
    I have tried to resolve the issue by performing the following:
    Delete the partially created web app using Central Admin or PowerShell
    Clear the file system cache on all servers in the farm (Stopping wss timer job, Saving Copy of the
    cache.ini file from C:\Documents and Settings\All Users\application data\Microsoft\SharePoint\Config folder. Clearing all the .xml files from the location except cache.ini but Edit the cache.ini to have value 1. Starting the timer job)
    Use Products Configuration Wizard (no detach, just 'upgrade') - People have said to select the option to disconnect the server from server farm and revert back again at next step (so you actually do not disconnect), but there is no next step that I have
    encountered. You select 'disconnect', hit next, and the server disconnects.
    Restart all the servers in the farm
    Run the PowerShell script again...still get the same error
    I have tried it on multiple servers in the farm too.

    Hi Michael,
    I found a similar thread for you reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9ccef7bf-87a9-4849-b086-4db2d898f1d7/cannot-create-new-web-application-wss-30?forum=sharepointadminlegacy 
    If it doesn’t work, sometimes the issue might be caused by long time keep powershell opening and generating some cache files. So please try re-opening the powershell and test the issue again.
    http://blogs.msdn.com/b/ronalg/archive/2011/06/24/mount-spcontentdatabase-errors-on-2nd-and-subsequent-attempts-of-same-database.aspx?Redirected=true 
    http://www.oakwoodinsights.com/sharepoint-powershell-surprise/
    In addition, here is an article which explains the possible reason of the SQL error:
    http://technet.microsoft.com/en-us/library/ee513056(v=office.14).aspx
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • XFCE Keyboard Layout applet not working after latest xorg update..

    Is this a bug in the xorg update or most the kbd layou be reompiled or? I am not able to swtich between my two kbd layouts anymore.. Downgrading the org packages made it work again but I guess that's not a long term solution...
    Regards,
    BTJ

    Hi mattywix - can you add any more detail please ?
    I have a recent experience that sounds related to your problem - I have a 15" macbook pro bought new in the UK a couple of years ago (macbookpro 5,3), which has been running perfectly under snow leopard until a couple of days ago when my trackpad stopped recognising the standard "left" click.
    "Right" click, scroll and pointer movement continued to work fine.
    Booting in safe mode seemed to give me back the left click but this was immediately lost when I returned to standard boot up.
    Doing a full reinstall from original disks, all seemed fine. Over 1.6Gb of software updates and everything worked great. Then the final run of S/W update took me from os-x 10.6.6 to 10.6.7 plus a few other changes and again the trackpad stopped recognising "left" click.
    Plugging in an external drive which had a copy of my system as at OS-X 10.6.3 and booting off that - everything works fine again.
    I can only conclude that there's an issue with the 10.6.7 upgrade and my 2 year old MBP hardware so will have to reinstall yet again but stop at 10.6.6
    My concern is that after the first upgrade to 10.6.7 I put the laptop on charge to top it up from about 70% and came back to find the machine abnormally hot. With your comment about toasting the logic board, I wonder if there's a bug in the power control software too which I was lucky enough to catch before my machine suffered the same damage as yours ?
    Sorry to hear about your bad luck but thanks for warning us about it.
    Alick

  • Error while updating to target type INFOCUBE

    Hi,
    After BI SP16 Upgrade, we noticed that data load to a cube with DTP (7X DS) with partioning active, it would error out saying, "Error while updating to target " " type INFOCUBE....we applied note '1148007' and did reactivation of related structures and objects but still same error....As soon as we deactivate partioning, data load would go thru easily and successfully but we want to have partioning "Active"......I was wondering if anybody ran into this issue and get it resolved...Any help or helpful hints would be appreciated...
    Thanks..

    Hi,
    take a look:
    Error while updating to target ZXXX (type INFOCUBE)
    Error while trying to make infoobject as data target
    Regards
    Andreas

  • IW41: automatic update of activity type when changing the work center?

    Hello colleagues,
    when doing a time confirmation with IW41, we have following problem:
    In the PM order the operations are assigned to a neutral executing work center, as it not known which individual technician is completing the operation later on.
    Now when the individual technician is entering the time confirmation with IW41, system is proposing the work center indicated in the operation from the PM order, then technician is overwriting the work center proposal with his own individual work center ID (and pressing Enter), but the activity type is not getting updated automatically. So the technician must jump to field "activity type" and choose the correct activity type.
    Is there any solution (hopefully with user exits!) to have the field "activity type" automatically updated with the one indicated in the work center, which was entered manually?
    Thanks for your ideas!
    Regards,
    Patrick

    Hi Maheswaran,
    yes, as usual all PM work centers have only 1 activity type assigned in the costing tab.
    We also checked the settings of the activity type (KL03), but we just found one difference: the price indicator was set on 3 "Determined manually" - we've changed to 1 "Plan price, automatically based on activity" (..same setting as for the act. type of the work center with working update of act.type).
    We tested already all possible constellations and scenarios, but we have not found any good reason for the behaviour.
    Thanks for your efforts so far!
    Patrick

  • Updation of condition type in conditions tab while creation of sales order

    Hi folks
    I have added one field called  price key in Sales B screen of VA01 in item level.
    When user will input price key here and then put enter. Then the Price should be updated in Conditions tab i.e the condition type will be updated in conditions tab.
    I need to maintain this price key in VK11. So As per the Price key i need to update condition types in conditions tab.
      here i am using a user exit  SAPMV45A. i can get condition type for the specified price key from A905 table.Then how to update this condition type in conditions tab through user exit.
    Plz suggest.
    Thanks
    pmr

    Dear friend,
        if the sales order is saved and you want to change the pricing click on update which will be on the lower level of your condition tab in va02.
    and if you are trying to create a new sales order  and if the value is greyed our - check whether in pricing procedure - control data - you would have maintained statistics against that condtion tab.
    check this out and get back
    regard,
    Sudhir

  • X does not start automatically after xorg update (1.16)

    Hello,
    Yesterday after a system update and a reboot, my screen stayed desperatly black. Then I logged in to a console as root and started X by doing:
    systemctl isolate multi-user.target
    systemctl isolate graphical.target
    This means root can start X. So I created the file /etc/X11/Xwrapper.config:
    allowed_users = anybody
    needs_root_rights = yes
    but no change. I'm using the Intel GPU (xf86-video-intel driver).
    Any idea?
    Last edited by zorggy (2014-07-30 06:50:46)

    Oops, I did not search enough in the journal. Here is what looks like a bug:
    Jul 30 10:12:09 xxx kernel: ------------[ cut here ]------------
    Jul 30 10:12:09 xxx kernel: WARNING: CPU: 2 PID: 343 at drivers/gpu/drm/i915/intel_display.c:860 intel_wait_for_pipe_off+0x1a6/0x1b0 [i915]()
    Jul 30 10:12:09 xxx kernel: pipe_off wait timed out
    Jul 30 10:12:09 xxx kernel: Modules linked in: hid_generic snd_usb_audio usbhid snd_usbmidi_lib snd_rawmidi hid snd_seq_device tpm_infineon ipt_REJECT xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 coretemp hwmon xt_conntrack nf_conntrack iptable_filter ip_tables
    Jul 30 10:12:09 xxx kernel: nfs lockd sunrpc fscache ext4 crc16 mbcache jbd2 sd_mod sr_mod crc_t10dif crct10dif_common cdrom atkbd libps2 ahci libahci libata ehci_pci xhci_hcd ehci_hcd scsi_mod usbcore usb_common i8042 serio
    Jul 30 10:12:09 xxx kernel: CPU: 2 PID: 343 Comm: Xorg.bin Not tainted 3.15.7-1-ARCH #1
    Jul 30 10:12:09 xxx kernel: Hardware name: Hewlett-Packard HP Compaq Elite 8300 CMT/3396, BIOS K01 v02.05 05/07/2012
    Jul 30 10:12:09 xxx kernel: 0000000000000000 00000000900babe8 ffff880211fafa38 ffffffff8150880e
    Jul 30 10:12:09 xxx kernel: ffff880211fafa80 ffff880211fafa70 ffffffff81069b2d ffff88020f0ac000
    Jul 30 10:12:09 xxx kernel: 0000000000070008 00000000fffea31e 0000000000000000 ffff88020d530b48
    Jul 30 10:12:09 xxx kernel: Call Trace:
    Jul 30 10:12:09 xxx kernel: [<ffffffff8150880e>] dump_stack+0x4d/0x6f
    Jul 30 10:12:09 xxx kernel: [<ffffffff81069b2d>] warn_slowpath_common+0x7d/0xa0
    Jul 30 10:12:09 xxx kernel: [<ffffffff81069bac>] warn_slowpath_fmt+0x5c/0x80
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06e64b6>] intel_wait_for_pipe_off+0x1a6/0x1b0 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06e656b>] intel_disable_pipe+0xab/0xc0 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06e7814>] ironlake_crtc_disable+0xe4/0xa00 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06eeac7>] __intel_set_mode+0x287/0x16b0 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffff81077bc4>] ? mod_timer+0x114/0x250
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06f2686>] intel_set_mode+0x16/0x30 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06f3740>] intel_crtc_set_config+0xa90/0xde0 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa05dbe71>] drm_mode_set_config_internal+0x61/0xf0 [drm]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa05df40b>] drm_mode_setcrtc+0x2ab/0x620 [drm]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa05cfb9f>] drm_ioctl+0x1df/0x680 [drm]
    Jul 30 10:12:09 xxx kernel: [<ffffffff811c7b10>] do_vfs_ioctl+0x2d0/0x4b0
    Jul 30 10:12:09 xxx kernel: [<ffffffff811d221e>] ? __fget+0x6e/0xb0
    Jul 30 10:12:09 xxx kernel: [<ffffffff811c7d71>] SyS_ioctl+0x81/0xa0
    Jul 30 10:12:09 xxx kernel: [<ffffffff815165a9>] system_call_fastpath+0x16/0x1b
    Jul 30 10:12:09 xxx kernel: ---[ end trace 614c784f88b552da ]---
    I have another computer running the same driver which succeeded the xorg update. So now I don't know what to do. Re-installing the driver? What package is it exactly?

  • Snapshot isolation transaction aborted due to update conflict

    Hi Forum,
    Can anyone help me to give the solution for this below problem.
    We are developing MVC3 application with SQL Server 2008, we are facing as
    Snapshot isolation transaction aborted due to update conflict
    Snapshot isolation transaction aborted due to update conflict. You cannot use snapshot isolation to access table 'dbo.Tb_M_Print' directly or indirectly in database 'DB_Production' to update, delete, or insert the row that has been modified or deleted
    by another transaction. Retry the transaction or change the isolation level for the update/delete statement .
    Please tell me the solution how to proceed for the above problem
    Rama

    change the isolation level for the update/delete statement .
    The error message already mentions the solution.
    See also MSDN
    Lesson 1: Understanding the Available Transaction Isolation Levels => Update Conflicts
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to know which stock type updated within movement type

    Expert,
    I need to know which stock type updated within each movement type.
    I'm using two different system (SAP and Oracle) which is in each system updating stock. So i need to do stock calculation manually from that two systems.
    I'm planning to imported material document data (from MKPF & MSEG) to Oracle and then combine the stock calculation.
    And then i'm facing this :
    Ilustration :
    MIGO transaction - Goods Receipt PO - Stock Type Unrest
    in MSEG field BWART : 101, SHKZG : S, INSMK : blank --> no problem
    MIGO transaction - Goods Receipt PO - change Stock Type to Quality Inspection
    in MSEG field BWART : 101, SHKZG : S, INSMK : 2 --> no problem
    MIGO transaction - Transfer Posting - movement type 322 (reversal QI to Unrest.)
    in MSEG field BWART : 322, SHKZG : S, INSMK : blank --> problem
    in MSEG field BWART : 322, SHKZG : H, INSMK : blank --> problem
    I have a problem that in MKPF & MSEG there is no indicator which stock type updated within movement type (BWART) 322.
    How to know that first row will be updating stock QI and second row will be updating stock Unrest.??
    I've already checked to OMJJ, SM30-V_156SC_VC, table T156... and still having no clue.
    Or is it just a 'hardcode' ? And i need to do 'hardcode' too in Oracle system?
    Thank you so much.

    The stock type indicator doesn't update for the movement type 322 in table MSEG.
    At the time of transferring, you do not have to enter the stock type for movement type 322.
    I can give you one clue, check can it fulfill your requirement.
    You have two line items for movement type 322 in MSEG table, There are a field XAUTO will be updated as X for credit entry.
    You can assume, the line item (without value for XAUTO) is for less from QI stock and the line item (with value X for XAUTO) is for add to unrestricted stock.

  • Issue with UPDATE/INSERT Loading type

    Hi ,
    i am using the owb11g
    all that i am trying to do is load in to Target table using update/insert loading type.
    there are duplicates in the src table, and i have PK defined on the Target table.
    when ever i execute the mapping it says NO DATA TO READ FROM SOCKET.
    what is the solution? can there be a better way of doing this?
    please help

    why do you keep posting duplicate posts for the same problem?
    Please continue with your post (link below)
    No more data to read from socket

Maybe you are looking for

  • Flat Panel LCD Computer Monitor Advice

    I'm building an FCP workstation and have been thinking about what type of computer monitor to purchase. My current monitor is a bulky CRT, so if anyone has any advice as far as what to look for in an LCD or good brands that have worked well for you i

  • Manual rebuild of iPhoto library

    Yesterday when opening iPhoto 2.0.1 none of the photos were visible in the Organize window. All the photos seem to be there, I just can see them in iPhoto. I've tried deleting the .plst file. No change. I've tried holding Option+Shift when opening an

  • How do I launch an attachment from my email?

    I am trying to open a pdf attachment. It used to go to my download file. Now it goes into email heaven. Is there a setting I need to fix?

  • Problem with OSX Migration Tool

    after changing the MacBook Pro with the osx migration tool, the creative cloud app dos not work. Removing all apps, reinstalling including the adobe cleaner tool. After this the creative cloud app window is completely empty. What to do??

  • Pivot function and Missing expression error

    select * from ( select T.PAT_MRN_ID, T.ABBREVIATION,CONCEPT_VALUE from TBL_WORKLFOw T pivot max(concept_value) for ABBREVIATION in (select ABBREVIATION from TBL_WORKLFOW ) this query is throwing "missing expression"..error. Can some one help figuring