Disconnect session Vs kill -9

Hello
Is there any difference between "alter system disconnect session" and kill -9.
As far as I know, both kill the dedicated server process.

oradba wrote:
For 'alter system disconnect session' refer to the documentation for your unknown database versionIn documentation we can find this
http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_2013.htm#BABEBJFA
"The IMMEDIATE setting disconnects the session and recovers the entire session state immediately, without waiting for ongoing transactions to complete."
I've tried to reproduce this
session 1
SQL> create table t_big as select lpad('*',4000,'*') id from dual connect by level <= 100000;
Table created.
Elapsed: 00:00:24.52
SQL> update t_big set id = lpad('+',4000,'+');
100000 rows updated.
Elapsed: 00:12:58.66
SQL> select sid, serial# from v$session where sid = userenv('sid');
       SID    SERIAL#
       147       3489
Elapsed: 00:00:00.12
SQL> rollback;
session 2
SQL> select t.USED_UBLK, z.SID, z.SERIAL#, z.status, p.SPID
  2    from v$transaction t, v$session z, v$process p
  3   where t.ADDR = z.tADDR(+)
  4     and z.pADDR = p.addr(+);
USED_UBLK        SID    SERIAL# STATUS   SPID
     55431        147       3489 ACTIVE   3024
Elapsed: 00:00:00.01
SQL>
SQL> alter system disconnect session '147,3489' immediate;
alter system disconnect session '147,3489' immediate
ERROR at line 1:
ORA-00031: session marked for kill
Elapsed: 00:00:00.02
SQL>
SQL> begin dbms_lock.sleep(5); end;
  2  /
PL/SQL procedure successfully completed.
Elapsed: 00:00:05.03
SQL>
SQL> select t.USED_UBLK, z.SID, z.SERIAL#, z.status, p.SPID
  2    from v$transaction t, v$session z, v$process p
  3   where t.ADDR = z.tADDR(+)
  4     and z.pADDR = p.addr(+);
USED_UBLK        SID    SERIAL# STATUS   SPID
     52754        147       3489 KILLED   3024
Elapsed: 00:00:00.02
SQL>As you can see, "alter system disconnect session ... immediate" have the same effect as "alter system kill session ... immediate".
But
C:\Windows\system32>orakill ora10db 3024
Kill of thread id 3024 in instance ora10db successfully signalled.disconnects session immediately.
Can anyone explain what is the difference between "alter system disconnect session ... immediate" and "alter system kill session ... immediate"?
p.s. oracle 10.2.0.4, 11.2.0.1; oracle dedicated server mode; windows;

Similar Messages

  • Disconnect session and kill session

    Hi
    what is the difference between
    disconnect session and kill session
    Edited by: Pascal Nouma on 21/10/2009 16:23

    Hi,
    You can use the supplied package [dbms_metadata|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_metada.htm#i1015856] to get the DDL for database objects, including sequences.
    If you want to continue working on this query, then I think you need a CASE expression to do one thing for 0 vlaues, and another for values >0.
    Something like this:
    select  'create sequence '
    ||     SEQUENCE_NAME
    ||     ' minvalue '
    ||      MIN_VALUE
    ||     ' maxvalue '
    ||     MAX_VALUE
    ||      ' increment by '
    ||      INCREMENT_BY
    ||     decode      ( CYCLE_FLAG
              , 'N'     , ' nocycle '
                   , ' cycle '
    ||     CASE
              WHEN  cache_size = 0
              THEN  ' NOCACHE'
              ELSE  ' cache ' || cache_size
                        || ' start with '
                        || LAST_NUMBER
         END
    ||     ';'
    from      user_sequences;You can also use DECODE instead of CASE (and vice-versa).
    Edited by: Frank Kulash on Oct 21, 2009 7:34 PM
    A few minutes ago this question was about re-creating sequences. What happened?

  • Can I execute "Alter System Disconnect Session" in a OLE VB Script?

    Will this work? If not - How to do it?
    The speadsheet contains a list of sid's and serial#. I want to highlight a cell containing a username, then run the kill session macro on it.
    Sub Kill_Session()
    Dim KillStatement As Object
    DBPassword = "uuuu/pppppppp"
    DatabaseName = "dddd"
    Set objSession = CreateObject("OracleInProcServer.XOraSession")
    Set objdatabase = objSession.opendatabase(DatabaseName, DBPassword, 0&)
    objdatabase.Parameters.Add "SERIAL", 0, 2
    objdatabase.Parameters("SERIAL").ServerType = 1
    objdatabase.Parameters.Add "SID", 0, 2
    objdatabase.Parameters("SID").ServerType = 1
    Inputdata = ActiveCell.Value
    RowNo = ActiveCell.Row
    objdatabase.Parameters("SERIAL").Value = Worksheets("Sheet1").Cells(RowNo, 13)
    objdatabase.Parameters("SID").Value = Worksheets("Sheet1").Cells(RowNo, 12)
    Set OraSqlStmt = objdatabase.CreateSQL("ALTER SYSTEM DISCONNECT SESSION ':SID, :SERIAL' IMMEDIATE;", 0&)
    MsgBox objdatabase.Parameters("SID").Value
    MsgBox objdatabase.Parameters("SERIAL").Value
    objdatabase.Parameters.Remove ("SERIAL")
    objdatabase.Parameters.Remove ("SID")
    End Sub

    on 10gR1/10gR2, you can not use
    ALTER SYSTEM KILL SESSION ‘115,9779,@1';that start from 11gR1
    Only
    * For integer1, specify the value of the SID column.
    * For integer2, specify the value of the SERIAL# column.
    ALTER SYSTEM KILL SESSION ‘115,9779';http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_2013.htm#SQLRF00902
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_2013.htm#SQLRF00902
    You may use crontab to help ....
    Example about blocking (SID):
    select 'ALTER SYSTEM KILL SESSION ''' ||sid||','||serial#|| ''' IMMEDIATE;' from gv$session s where sid in (
    select distinct(l1.sid) from
    gv$lock l1, gv$lock l2
    where l1.block = 1 and l2.request > 0
    and l1.id1=l2.id1
    and l1.id2=l2.id2
    ) AND INST_ID = (select INSTANCE_NUMBER from v$instance )and ....
    Good Luck

  • How to redirect a JSP page after the session is killed

    Hello!
    I am quite new to JSP. I have a question about how to redirect a jsp page after the session is killed. Could anyone help?
    thanks a lot in advance!

    You can't, directly. There's no connection betweenthe server and browser.
    even after invalidating the session. we can do it
    directly using the statement
    response.sendRedirect("....");
    or we can use the meta refresh tag.if session is invalidated and if we try to do response.sendRedirect(".. ") it throws IllegalStateException

  • How to prevent session getting  killed

    Hi All,
    I am trying to execute a procedure which contains a long running query .
    The query takes so much time to execute that the session gets killed .
    Can anybody please let me know what should I do to prevent my session being killed/
    Is there any parameter to be set to do so?
    Many thanks in advance.

    try to avoid posting 2 questions for the same subject
    Can I alter the default profile

  • RemoteApps still reconnecting to disconnected sessions, disableconnectionsharing:i:1 changes nothing.

    I have a scenario where multiple users run a 2008R2 remoteapp, and they all use the same windows credentials.  Multiple sessions is enabled, and I have it set to immediate logoff when the remoteapp is disconnected, and set to 1 minute logoff (the
    minimum) when any remote desktop sessions are disconnected.  In the remoteapp manager I have disableconnectionsharing:i:1 keyed in the custom rdp settings box, and I have this set in the icons as well.
    With all this in place, users should never be rejoining anyone else's sessions.  I thought it was all working fine until users started complaining that they were rejoining other people's sessions, and feared that users could possibly rejoin to their own. 
    I tested a bunch of scenarios and I can make it happen.  If User1 x's out of his session, logs off, or closes the app, it logs out the session just fine and can never be rejoined.  But, if he loses his internet, or for some reason the connection
    is severed such as someone pulled his ethernet cable out, it will put the session into a disconnected state.  This disconnected session is supposed to log itself off after 1 minute, but doesn't always.  I can't make this happen myself, but I've seen
    sessions that are there and they never go away.  But the real problem is, when there is a disconnected session still left there, User2 logs in and it joins to User1's session for him.  Even though I have disableconnectionsharing:i:1 in the rdp settings,
    and in the rdp icon itself, it still reconnects the existing session every time.  What am I missing here?

    I've done a lot more testing, and on multiple servers, so it's not just this one server.   In the local policy under Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session
    Time Limits,   I have the following;
    Set time limit for disconnected sessions -  "Enabled"  End a disconnected session "1 minute"
    Terminate session when time limits are reached "Enabled"
    Set time limit for logoff of RemoteApp sessions "Enabled" "Immediately"
    These settings work well, and they usually log off the sessions within one minute.  It's not perfect 100% of the time, I've seen sessions that never end before, but it's good enough.  Let's just say it works 99% of the time.  The problem isn't
    that sessions don't close, the problem is that you can rejoin ANY disconnected session even though the icons are set to always start a new session.  The session time limits should keep this to a minimum since the users only have a 1 minute window to reconnect
    to a disconnected session, but it is still 1 minute, and a reconnect will happen eventually given the amount of people that connect to this server.
    My rdp icon (edited with notepad) has the setting disableconnectionsharing:i:1
    The server's custom rdp settings has disableconnectionsharing:i:1
    If there is a disconnected session lingering out there, it may be only for a minute, but if anyone connects to the server within that time, it ALWAYS takes over that existing session.  It is my understanding from Microsoft, 3rd parties, and forums, that
    this disableconnectionsharing setting is supposed to eliminate this issue. That's it's whole purpose. But it does not actually do anything.  It changes nothing.  What is it used for then?
    Maybe I'm using the wrong setting.  If so, what is the proper setting so that when you log in remotely, it will always start a new session?
    Dave

  • Systemd/user: tmux sessions get killed when stopping systemd session

    Following the wiki guide on systemd/user, I am now starting my X sessions using systemd unit files for my user.
    My problem: when I quit X or exit the systemd session (for example through $ systemctl --user exit), my tmux sessions get killed along with it. Note, I do not start tmux with unit files, but simply through invoking “tmux” in a virtual terminal. I have also tried detaching the tmux session before quitting the systemd session, but to no avail.
    How can I make my tmux sessions survive X closing?

    That is beacuse tmux becomes a child process of the systemd --user session.  So it gets caught up in the cgroup and everything.  What I have done is I start a system service of tmux as my user (I have creatively come up with the name "[email protected]").  Here is what I've got, that has been working for me:
    % cat /etc/systemd/system/[email protected]
    [Unit]
    Description=Start detached tmux session
    After=multi-user.target
    Before=shutdown.target
    [Service]
    Type=forking
    User=%I
    WorkingDirectory=%h
    ExecStart=/usr/bin/tmux new-session -d -s %u
    ExecStop=/usr/bin/tmux kill-session -t %u
    Restart=always
    [Install]
    WantedBy=multi-user.target
    Last edited by WonderWoofy (2013-04-27 22:35:27)

  • RDP Disconnected sessions Azure VM's

    Support Case MS Azure
    Case:
    User s are disconnected from RDS. The session is disconnected, and reconnected. This happens ca.
    15 times during a workday. (per user)
    Case details:
    Last year we started to use VM’s at the MS Azure environment. We created a W2008r2 domain controller,
    and 2 Terminal servers (W2012). This worked properly. We only experienced disconnections when a session was minimalized. But then we created a new environment because we had a new azure subscription. Since then we are suffering from disconnected sessions.
    We tried to tweak our environment, by optimizing the keep-alive settings and the tcp-ip settings.
    This improved slightly the experience, but the problem remains. Further research came up with a number of errors in the event viewer.  
    This is the main error:
    Log
    Name: Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational Source: Microsoft-Windows-TerminalServices-RemoteConnectionManager Date: 22-01-2013 16:28:11 Event ID: 1152 Task Category: None Level: Error Keywords:  User:
    SYSTEM Computer: TS01.companycloud.local Description: Failed to create KVP sessions string. Error Code 0x8007007A Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-TerminalServices-RemoteConnectionManager"
    Guid="{C76BAA63-AE81-421C-B425-340B4B24157F}" /> <EventID>1152</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x1000000000000000</Keywords>
    <TimeCreated SystemTime="2013-01-22T15:28:11.970697100Z" /> <EventRecordID>55796</EventRecordID> <Correlation /> <Execution ProcessID="1004" ThreadID="1008" /> <Channel>Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational</Channel>
    <Computer>TS01.companycloud.local</Computer> <Security UserID="S-1-5-18" /> </System> <UserData> <EventXML xmlns="Event_NS"> <Param1>2147942522</Param1> </EventXML> </UserData>
    </Event>
    Then we see a user disconnected, en then we see in the event viewer that the session has been
    rebuild. The user experience a ‘freeze’, black screen and then the message that the session is disconnected. The session automatically reconnect and the user can work further from the point where the session has been frozen.
    After more research, we found more errors, and we pointed to a Hyper-V problem. Foregoing error
    is a error that reports a problem between the Hyper-V host and the guest.
    We also created a Windows 2008 server in the same network. And the problems are appear also. The
    main error on the W2008 server is:
    Log
    Name:      System
    Source:       
    TermDD
    Date:         
    24-01-2013 08:38:19
    Event
    ID:      50
    Task
    Category: None
    Level:        
    Error
    Keywords:     
    Classic
    User:         
    N/A
    Computer:     
    COMPANY-TS03.companycloud.local
    Description:
    The
    RDP protocol component X.224 detected an error in the protocol stream and has disconnected the client.
    Event
    Xml:
    <Event
    xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="TermDD" />
    <EventID Qualifiers="49162">50</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-01-24T08:38:19.410777900Z" />
    <EventRecordID>6049</EventRecordID>
    <Channel>System</Channel>
    <Computer>COMPANY-TS03.companycloud.local</Computer>
    <Security />
    </System>
    <EventData>
    <Data>\Device\Termdd</Data>
    <Data>X.224</Data>
    <Binary>00050800020030000000000032000AC00000000032000AC0000000000000000000000000000000002200000000000000</Binary>
    </EventData>
    </Event>
    Together with a partner of us, we tried to find the cause of this errors. We created on another
    Azure subscription a similar environment. The fact is that the problems not exist on the other environment. We also concluded, that when we stay within the Virtual Network of Azure, the connection remains!
    Our conclusion is that our problems can be ascribed to a defect in the Windows Azure Virtual Network,
    or in the Hyper-V solution from Windows Azure.  We think that, when we rebuild our complete environment ( approximately 4 days of work) and create a new network (or even a new subscription) the problem is solved.
    An resume of our environment:
    Company-dc01 (Windows Server 2012)
    Primary Domain Controller
    Fileserver
    Company-dc02 (Windows Server 2012)
    Secondary  domain controller
    Company-ws01 (Windows Server 2012)
    RD Gateway
    RD Web Access
    RD Licensing
    RD connection broker
    Company-ts01 (Windows Server 2012)
    RD Session host
    Company-ts02 (Windows Server 2012)
    RD Session host
    Company-ts03 (Windows Server 2008)
    RD Session host

    Additional information:
    This error shows up in other VM's (in the same subscription, not in the same network or affinity group) and in the main hosts.
    Log Name:      System
    Source:        Microsoft-Windows-Hyper-V-Netvsc
    Date:          23-01-2013 07:44:51
    Event ID:      2
    Task Category: (1001)
    Level:         Error
    Keywords:      
    User:          SYSTEM
    Computer:      company-TS01.companycloud.local
    Description:
    The VM and host networking components failed to negotiate protocol version '4.0'
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Hyper-V-Netvsc" Guid="{152FBE4B-C7AD-4F68-BADA-A4FCC1464F6C}" />
        <EventID>2</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>1001</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2013-01-23T06:44:51.036165500Z" />
        <EventRecordID>51108</EventRecordID>
        <Correlation />
        <Execution ProcessID="4" ThreadID="108" />
        <Channel>System</Channel>
        <Computer>company-TS01.companycloud.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="VersionLen">3</Data>
        <Data Name="Version">4.0</Data>
        <Data Name="Status">3221225473</Data>
      </EventData>
    </Event>

  • RDS 2012 (non-R2) Unable to Logoff/Reset/Kill A Disconnected Session

    I am running a Remote Desktop Services deployment with HA on Windows Server 2012 (not R2).  This occurs weekly for me, a user will be logged into server running a remote application, the user will report that they were disconnected during their session
    and when they try to reconnect they are unable to do so.  On the server side the user will either have a disconnected OR a couple days old active session (which should not be possible as I have GPO session time limits configured to kill the session in
    12 hours).  I have tried to kill the session may different ways:
    1) Task Manager > Users Tab > Right click logoff
    2) Server Manager > RDS > Collection > Right click user and select logoff
    3) Open CMD run - rwinsta ##  (## being the user
    session ID)
    4) Open CMD run - logoff ## (##
    being the user session ID)
    5) Open CMD run - reset session
    rdp-tcp#XX  (XX being the user rdp-tcp# session ID)
    All of this yields no result, i
    have also opened task manager and killed all running applications however this leaves
    a few running applications: rdpclip.exe, taskhostex.exe, rdpinit.exe, rdpshell.exe, mstsc.exe
    when i try to kill these, I get a warning that this
    may cause the server to shutdown OR access denied.
    Has anyone found a solution to this problem?

    Hi,
    Did you receive any useful event id during this issue?
    Have you applied group policy session setting for computer configuration or User configuration?
    Note: If both the Computer Configuration and the User Configuration policy settings are configured, the Computer Configuration policy settings take precedence.
    Also recheck whether there is setting applied under collection properties. In addition, try below PowerShell command with sysinternal tools (psexec) whether it will work for you.
    psexec [\\computer[,computer2[,...] | @file]][-u user [-p psswd][-n s][-r servicename][-h][-l][-s|-e][-x][-i [session]][-c [-f|-v]][-w directory][-d][-<priority>][-a n,n,...] cmd [arguments]
    You can download the Software from here.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    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 Support, contact [email protected]

  • Killing ODI Users Disconnected sessions

    Hi,
    We are accessing ODI via Citrix. More often then not some of the users simply close the application without disconnecting from the repository. This leads to performance degradation as there are many sessions which are not disconnected.
    How do I kill those sessions?
    Please suggest.
    Regards,
    Prerna

    Hi Prema,
    I think you can kill user session ffrom backend. Below URl may helps you
    http://www.dba-oracle.com/t_alter_system_kill_session.htm
    Hope it will helps you
    If you want to kill ODI execution session( I mean like user executed any scenario or package or interface or procedure from ODI), go to Operator >right click on execution session > click stop normal or stop immediate
    Regards,
    Phanikanth

  • Killing inactive and disconnected sessions

    hi all
    how can i kill inactive sessions from server, can someone provide me query for both selecting and killing inactive sessions.
    Thanks in advance.
    piyush

    There is no valid reason for killing a session simply because it is INACTIVE. It is plain wrong. Bad DBA'ing. Silly.. Clueless.. etc.
    The correct approach is to IDENTIFY the problem (e.g. too many dedicated server connections for the db platform to handle) and then the solution (e.g. using shared server).
    Simply identifying and killing idle sessions? That is fighting a symptom. It is not fixing a problem.

  • Session went Killed / Rollback state in sql server

    Hi ,
    I have sql server 2008 on my infra.
    There one backup job was running more than a day, so i killed the session and it went to killed/rollback state.
    And it was consuming more resources in terms of CPU and Disk I/O. I have restarted the sql server service to free the resources.
    I just want to know,
    Is there any way to clear the session without restarting the sql services ?
    Or Is there any way to free the resources on the server or terminate the session ?
    Regards,
    Vinodh Selvaraj

    Is there any way to clear the session without restarting the sql services ?
    Or Is there any way to free the resources on the server or terminate the session ?
    Before killing(although that was not a good option) did you noted what was the wait type from sys.dm_exec_requests. Wait type would have told you why and on what resource it was waiting.
    A rollback for backup should be easy a rollback for query is more complex and yes rollback can take more time and resource than a original query to run if you killed it in between you have no option but to wait.
    Before killing you should have run
    Kill SPID with statusonly to know tentative time required to rollback. Start backup again and see the waitype and revert
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Tuxonice suspends/resumes ok but my X session gets killed on resume

    The weirdest of problems... Up until yesterday my tuxonice setup used to suspend/resume flawlessly. Some very rare lockups occured but I didn't mind. Since 2 days ago, my laptop resumes but the saved X session (xfce4) is killed and I'm presented with the gdm login screen. The only thing I can remember that changed is a regular update of the system:
    [2010-02-14 16:21] installed beautiful-soup (3.1.0.1-1)
    [2010-02-14 16:21] upgraded anki (0.9.9.8.5-2 -> 0.9.9.8.6-2)
    [2010-02-14 16:21] upgraded bin32-wine (1.1.37-1 -> 1.1.38-1)
    [2010-02-14 16:21] upgraded diffutils (2.8.1-6 -> 2.9-1)
    [2010-02-14 16:21] upgraded zlib (1.2.3.7-2 -> 1.2.3.8-1)
    [2010-02-14 16:21] upgraded ffmpeg-svn (21736-1 -> 21817-1)
    [2010-02-14 16:21] upgraded filesystem (2010.02-1 -> 2010.02-2)
    [2010-02-14 16:21] upgraded flashplugin (10.0.42.34-1 -> 10.0.45.2-1)
    [2010-02-14 16:21] upgraded fuse (2.8.1-1 -> 2.8.3-1)
    [2010-02-14 16:21] upgraded ghostscript (8.70-4 -> 8.71-1)
    [2010-02-14 16:21] upgraded gnome-screensaver (2.28.1-1 -> 2.28.3-1)
    [2010-02-14 16:21] upgraded gqview (2.0.4-2 -> 2.0.4-3)
    [2010-02-14 16:21] upgraded gstreamer0.10 (0.10.25-1 -> 0.10.26-1)
    [2010-02-14 16:21] upgraded gstreamer0.10-base (0.10.25-1 -> 0.10.26-1)
    [2010-02-14 16:21] upgraded gstreamer0.10-base-plugins (0.10.25-1 -> 0.10.26-1)
    [2010-02-14 16:21] upgraded gstreamer0.10-good (0.10.17-2 -> 0.10.18-1)
    [2010-02-14 16:21] upgraded gstreamer0.10-good-plugins (0.10.17-2 -> 0.10.18-1)
    [2010-02-14 16:21] upgraded kdebase-workspace (4.4.0-3 -> 4.4.0-4)
    [2010-02-14 16:21] upgraded kdelibs (4.4.0-3 -> 4.4.0-4)
    [2010-02-14 16:21] upgraded libidn (1.15-1 -> 1.16-1)
    [2010-02-14 16:21] upgraded libisofs (0.6.26-1 -> 0.6.28-1)
    [2010-02-14 16:21] upgraded mc (4.6.1-5 -> 4.7.0.2-3)
    [2010-02-14 16:21] upgraded mlt-git (20100208-1 -> 20100213-1)
    [2010-02-14 16:21] upgraded nano (2.2.2-1 -> 2.2.3-1)
    [2010-02-14 16:21] upgraded networkmanager (0.7.999-2 -> 0.7.999-3)
    [2010-02-14 16:21] upgraded ntfs-3g (2009.11.14-1 -> 2010.1.16-1)
    [2010-02-14 16:21] upgraded perl-cgi (3.48-1 -> 3.49-1)
    [2010-02-14 16:21] upgraded tzdata (2010a-1 -> 2010b-1)
    [2010-02-14 16:21] upgraded vlc (1.0.5-2 -> 1.0.5-3)
    [2010-02-14 16:21] upgraded xfburn (0.4.2-1 -> 0.4.3-1)
    [2010-02-14 16:21] upgraded youtube-dl (2010.01.06-1 -> 2010.02.13-1)
    [2010-02-15 04:03] upgraded filesystem (2010.02-2 -> 2010.02-3)
    [2010-02-15 04:03] upgraded mkinitcpio (0.6-1 -> 0.6.1-1)
    [2010-02-17 09:41] upgraded google-chrome-dev (4.0.249.11-1 -> 5.0.322.2-1)
    [2010-02-17 09:45] upgraded babl (0.1.0-1 -> 0.1.2-1)
    [2010-02-17 09:45] upgraded bluefish (1.0.7-4 -> 2.0.0-1)
    [2010-02-17 09:45] upgraded ffmpeg-svn (21817-1 -> 21859-1)
    [2010-02-17 09:45] upgraded geany (0.18-1 -> 0.18.1-1)
    [2010-02-17 09:45] upgraded gegl (0.1.0-2 -> 0.1.2-1)
    [2010-02-17 09:45] upgraded gimp (2.6.8-2 -> 2.6.8-3)
    [2010-02-17 09:45] upgraded git (1.6.6.1-1 -> 1.7.0-1)
    [2010-02-17 09:45] upgraded imagemagick (6.5.9.0-2 -> 6.5.9.5-1)
    [2010-02-17 09:45] upgraded lib32-curl (7.19.7-1 -> 7.20.0-1)
    [2010-02-17 09:45] upgraded lib32-glibc (2.11.1-1 -> 2.11.1-1.1)
    [2010-02-17 09:45] upgraded lib32-libdrm (2.4.17-2 -> 2.4.17-4)
    [2010-02-17 09:45] upgraded lib32-libjpeg (8-1 -> 8-2)
    [2010-02-17 09:45] upgraded lib32-libx11 (1.3.2-1 -> 1.3.3-1)
    [2010-02-17 09:45] upgraded lib32-sqlite3 (3.6.21-1 -> 3.6.22-1)
    [2010-02-17 09:45] upgraded lib32-qt (4.5.3-4 -> 4.6.1-1)
    [2010-02-17 09:45] upgraded libarchive (2.7.1-1 -> 2.8.0-1)
    [2010-02-17 09:45] upgraded libssh (0.4.0-1 -> 0.4.1-1)
    [2010-02-17 09:45] upgraded mkinitcpio (0.6.1-1 -> 0.6.2-1)
    [2010-02-17 09:45] upgraded mkvtoolnix (3.1.0-1 -> 3.2.0-1)
    [2010-02-17 09:45] upgraded qt (4.6.1-1 -> 4.6.2-1)
    [2010-02-17 09:45] upgraded sudo (1.7.2p2-1 -> 1.7.2p3-1)
    [2010-02-17 15:17] upgraded gstreamer0.10-ugly-plugins (0.10.13-3 -> 0.10.13-4)
    I run a tailored-to-laptop vanilla kernel with the tuxonice patch and nvidia-beta-all, but neither was touched in any way before the problem started. During my tests, I left a screen session running
    while sleep 1; do date >>/tmp/log ; ps ax >>/tmp/log ;echo ==================" >>/tmp/log; done
    in case it caught anything strange, but it didn't. One ps ax showed xfce4 up, the next nothing. I realize of course this would be a long shot, given the 1s interval, but since the logs and dmesg didn't show anything, I grew kind of desperate.
    Any ideas?

    I dug a little deeper and found some more info, in daemon.log:
    Feb 17 23:23:00 orion gdm-binary[2884]: WARNING: gdm_slave_xioerror_handler: Fatal X error - Restarting :0
    And in Xorg.0.log.old:
    Backtrace:
    0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x45a848]
    1: /usr/bin/Xorg (0x400000+0x61989) [0x461989]
    2: /lib/libpthread.so.0 (0x7f405f7c1000+0xee80) [0x7f405f7cfe80]
    3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (_nv001465X+0x16) [0x7f405ae1c256]
    4: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0xa6d2) [0x7f405fe366d2]
    5: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x34a09) [0x7f405fe60a09]
    6: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x2f13b) [0x7f405fe5b13b]
    7: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x36e72) [0x7f405fe62e72]
    8: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x381e0) [0x7f405fe641e0]
    9: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x2ee4a) [0x7f405fe5ae4a]
    10: /usr/lib/libpixman-1.so.0 (pixman_image_composite+0x17c) [0x7f405fe5bc7c]
    11: /usr/lib/xorg/modules/libwfb.so (wfbComposite+0x1c0) [0x7f405a50eab0]
    12: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f405ad4b000+0x32b8a5) [0x7f405b0768a5]
    13: /usr/lib/xorg/modules/libxaa.so (0x7f405a0a2000+0x52a75) [0x7f405a0f4a75]
    14: /usr/bin/Xorg (0x400000+0xaa720) [0x4aa720]
    15: /usr/bin/Xorg (0x400000+0x11d7a9) [0x51d7a9]
    16: /usr/bin/Xorg (0x400000+0x11da75) [0x51da75]
    17: /usr/bin/Xorg (0x400000+0x11d276) [0x51d276]
    18: /usr/bin/Xorg (0x400000+0x2f656) [0x42f656]
    19: /usr/bin/Xorg (MapWindow+0x153) [0x4317c3]
    20: /usr/bin/Xorg (0x400000+0x452f6) [0x4452f6]
    21: /usr/bin/Xorg (0x400000+0x46024) [0x446024]
    22: /usr/bin/Xorg (0x400000+0x219ec) [0x4219ec]
    23: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f405ea6cb6d]
    24: /usr/bin/Xorg (0x400000+0x21599) [0x421599]
    Segmentation fault at address 0x2f0185
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting

  • Kill session not killing.

    I have searched the forum and could not find anyone with this problem.
    I have many sql tools to get the serial# and session data to kill sessions that have been connected for more than 3-7 days.
    I alter system kill session 'sid, serial';
    result: system altered.
    But when I query again the same "killed" session is still showing. Has anyone had this issue before? Is there such a thing as "zombie" sessions that hit Oracle. Most of theses sessions I am trying to kill are more than 2 weeks old and I assume idle.
    We are running 10g (10.1.0.2.0) on Linux AS3.

    Hi,
    54 ?? Then you you can kill these processes on OS level: kill <spid>
    Be sure you do not kill background processes such as below:
    SYSTEM@ORACLE10> select c.name, b.spid, a.sid
      2  from v$session a, v$process b, v$bgprocess c
      3  where c.paddr  <> '00'
      4  and c.paddr =  b.addr
      5  and b.addr  =  a.paddr;
    NAME  SPID                SID
    PMON  3313                280
    MMAN  3315                279
    DBW0  3317                278
    LGWR  3319                277
    CKPT  3321                276
    SMON  3323                275
    RECO  3325                274
    CJQ0  3327                273
    QMNC  3333                269
    MMON  3335                268
    MMNL  3337                266Cheers

  • Idle and disconnected session timings are not working

    Hi,
    We have configured idle and disconnected time limits as 1 hour each. But are not disconnected, when session exceeds 1 hour or session disconnected from the server.
    Any suggestions???

    Can you please let us know how have you configured this ? using TS manager ?
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

Maybe you are looking for

  • Posting Purchase order through DTW template

    Hi Good Morning I am importing po through DTW templete. after import,  Item in a PO is taking price which is link to pricelist attachwith BP (BP ->Payment tab) and showing adjusted price as discount.  so total value of item is matched But total value

  • Getting "The connection was reset" on several sites

    I just updated from FF21 to FF22. Immediately after doing so, I was unable to get into my Comcast email, the Google search page, Facebook, and even the Mozilla community. On some of them (such as Google and Facebook) I immediately got: The connection

  • Artist in order "HELP"

    My itunes libary used to have the artist names in alphabetely order,now its changed to name of song in alphabetely order.How do I change it back? THANKS custum   Windows XP  

  • Is there any place in Pages that will let me make a family tree chart?

    Is there any place in Pages that will let me make a family tree chart?

  • BOM Calendar

    Want to change manufacturing calendar from 5 working days to 4 days a week. Modifying an existing calendar has limitations as calendar form does not allow deleting the shifts. Copying over another 4 day calendar does not replace calendar shifts. Crea