XFCE session locked

Hi all,
this goes to a problem with XFCE as the new GNOME desktop did not suit my needs.
XFCE was run fine until a recent update of GNOME packages but it may also be due to incorrect shutdown. Now there's a locked XFCE session (GDM in use) which I cannot terminate or unlock.
Which steps do I need to undertake to kill the session and/or screensaver manually from terminal?
Kind regards,
scoona

You did help me until now, thanks. Alas, the error is still here. /var/lock is clean except firewall entry, which is fine. A reboot didn't kill the session/lock situation. The session directory in .config (homedir) is empty.
Two other details may be important:
- Starting gdm from command line displays the login screen fine, but the pointer changes to a watch and reflects my user as logged in.
- Logging in as user after init 3 immediately starts up X, which is not intended as I don't like autologin. I dunno the reason for this one.
I've changed inittab to use gdm instead of xdm but this does not help.
Any remarks please?

Similar Messages

  • Acrobat Std v9.5 browser session locks up past 2nd page

    I updated to v9.5 Acrobat Std. yesterday (from v9.45 --> 9.46 -->9.47 to 9.50). 
    I opened a PDF linked inside a webpage to a new tab (using 32 bit IE9). The webpage PDF opens fine. But when I scroll to the second page (which is black), the browser session locks up (including all open tabs). I have to use Task Manager to kill the particular non-responsive IE9 session (i.e., other, independent IE9 browser sessions do NOT lockup, and do remain running when I kill the errant session ...just guessing, but the non-locked up sessions may be an artifact of independent memory spaces from using W7 64 bit).
    I tried this several times, opening a new browser session each time, trying to view the document past the first page (and if I do not scroll to the second page, the session does not lock up), and the lockup happened each time (i.e., the error is duplicable).
    Testing, I opened another new session, clicked on the PDF link and chose to Save As, and placed the document on my desktop. It downloaded almost instantly, and opened just fine (and I was able to read the entire 7 pages of mixed texts & charts).
    I did not experience this problem with Acrobat v9.45, ever ...and yes, I use that feature often (so I would have known if there had been an issue). I never really tested the issue under Acrobat v.9.46/9.47 (I didn't open those versions at all ...I was doing Adobe updates manually as per my usual routine, and generally follow the sequential order "just in case").
    ...and if no one can point me to a solution, then I suppose I'll have to try removing the update (if that's possible), or deleting Acrobat 9 (after deactivating the license - I read within this forum that you can do that, if you need to uninstall for some reason) and re-installing Acrobat 9.0 from scratch (I'd really rather not do that, but if that's what it takes).
    NOTE: I do not have Adobe Reader installed. My OS is Windows 7 Pro (64 bit) w/8GB of RAM, and Intel Core 2 Quad. My preferred browser is IE9. All software and OS patches are current [to-the-version]. I'm an experienced user (20 years plus as a systems administrator); and non-gamer (i.e., malware free). This is a work box (primarily used for client remote support).
    Cross posted from the Adobe Reader discussion forum (as I didn't get any responses there).

    In reference to this change in the Custom Reports... Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    What is the customer confusion we are trying to stop here? I've got even more confused customers at the moment because all of a sudden they can't find the export to excel option but know it exists if they log in on a PC?
    Mark

  • Xfce session not saving

    xfce session isn't saving at the logout... even though i've checked the save at logout option.  i abs-ed xfce4-session to make sure that --disable-legacy-sm wasn't used during the compile and it wasn't.  i don't quite understand what the problem is.  i edit the panels, wallpaper, etc. and it call comes back to the default settings when i restart xfce.

    check permission of ~/.cache and ~/.config files ... if they are owned by root, change that to your user to read/write
    regards, Tim

  • Create and Save a filter BW7.3 IP : session locks up

    We are upgrading to 7.3. [ patch 5] on our Dev box at the moment. Love the new ABAP stack functionality for IP. BUT we have an issue
    I've created my cubes, and an appropriate agg level -> No problem here.
    Created a filter on the agg level -> no issues thus far.
    SAVE the filter and the session locks up =>> Big problem.
    I've looked in SM50 and there does not appear to be any activity, no log in ST22 either.
    Just the locked up session and in the end having to kill it and retry.
    Subsequent attempts yeild the same result.
    Is anyone aware of issues in the back-end, an OSS note perhaps that might address this. As I mentioned at the top we are on patch 5.
    Thanks

    Thanks Gregor. SP07 may well hold the answer but we are just in the process of implementing and upgrading using SP5 so moving to 7 right now is not a consideration.
    We did find an answer, or at least a favourable outcome. It seems a GUI patch that relates to transaction /RRMX not working also has a positive outcome with this filter save.  Rolling out a GUI patch for all users is problematic given the client and environment issues.
    At least we can continue to develop the IP solutions and get moving again, albeit in an awkward fashion till such time as they decide what to do about the GUI issue or move to SP7.
    Thanks again.

  • [solved] Autostarting apps only in xfce session

    Been a problem for me when playing around with multiple DEs that they all parse the same autostart folder. I don't need fusion-icon or nm-applet to start up when I boot into KDE, but I do need them when booting into xfce.
    Is there a way I can set apps to autostart in xfce alone but not in other Desktop environments?
    Last edited by b9anders (2012-03-15 19:15:29)

    spoke too soon. It only launched the first application listed in the script. Here's what I made:
    $ cat .xfcestart.sh
    #!/bin/bash
    if [ "$DESKTOP_SESSION" = "Xfce Session" ]; then
    /usr/bin/fusion-icon && /usr/bin/nm-applet && /usr/bin/xfce4-clipman && /usr/bin/xfce4-power-manager && /usr/bin/avant-window-navigator && /usr/bin/liferea && /usr/bin/xfce4-volumed
    fi
    Only fusion icon gets loaded with this.

  • How to retrieve the owner of a session lock ?

    Hi,
    I'm building a custom application in Java using CMSDK 9.0.3.1.0. I'm using many session locks, and I'd like to know which DirectoryUser put a session lock on a given object.
    There's an 'LOCKEDFORSESSION_ATTRIBUTE' attribute holding the session id associated to the lock, but I found nowhere in the javadoc a way to get all the sessions opened on the server.
    Does anybody know if there's a way to do this ?
    Thanks for your help,
    Roger

    oracle.ifs.server.S_LibraryService has a method getSessionManagers() which returns oracle.ifs.management.domain.SessionManagerInterface[]. For each LibrarySession connected to this particular LibraryService, there will exist an an associated SessionManager that is essentially a non-published read-only administration API for an iFS session.
    oracle.ifs.server.SessionManager (which implements the SessionManagerInterface) has a method getId() that returns the id of the associated librarysession.
    It also has the following 2 methods that should be useful:
         * Gets the name of the DIRECTORYUSER for which this session
         * was authenticated.
         * @return                    the user name
         * @exception IfsException if the operation fails
         * @nopub
         public String getAuthenticatedUserName()
              throws IfsException
              return m_AuthenticatedUserName;
         * Gets the current DIRECTORYUSER for this session.
         * <p>
         * This is the same as the authenticated user, unless a
         * "feign user" operation has been performed.
         * @return                    the user name
         * @exception IfsException if the operation fails
         * @nopub
         public String getUserName()
              throws IfsException
              return m_UserName;
          LockObject lo = ....
          AttributeValue value = lo.getAttributeByUpperCaseName(LockObject.LOCKEDFORSESSION_ATTRIBUTE);
          long sessionid = (value.isNullValue() ? 0L : value.getLong(m_Session));
          SessionManagerInterface[] sessionMgrs =
            [XXXXX.]getSessionManagers();
          // for every session in the current service...
          for( int k = 0; k < sessionMgrs.length; k++ )
            if (sessionMgrs[k].getId() == sessionid)
          }Matt.

  • Session Locks... Please help this is urgent...

    Hi,
    I've created web application in ASP.NET and I'm connecting to one of our Oracle server which resides in other country. I only have read access to it. I can only do select statements.
    After couple of months that the application was running, their database admin told me that my application was creating session locks in the database.
    I only have 4 select statements that's connection to their oracle server. Below one of the query that I'm using.
    IDataReader r = null;
    try
    using (OracleConnection conn = new OracleConnection(this.ConnectionString))
    string _return;
    conn.Open();
    OracleCommand command = new OracleCommand("select site from mashreq_employees where employee_code='" + emplid + "'", conn);
    r = this.ExecuteReader(command);
    if (r.Read())
    _return = r.ToString();
    else
    _return = "";
    return _return;
    finally
    if (r != null)
    r.Close();
    My question is, Can I create Session Locks even if I'm only using SELECT STATEMENT?
    They send me the screen shot of their Enterprise Manager but I cannot paste it here. The Lock Type was "TX".
    Please help me...
    Thanks,
    Liezl

    I didn't see a FOR UPDATE in the code you posted but I don't know what the rest of your code/application does. For all I know the below code adds a FOR UPDATE at the end?
    OracleCommand command = new OracleCommand("select site from mashreq_employees where employee_code='" + emplid + "'", conn); Am trying to say that just because you're using SELECT only doesn't necessarily mean it's non-destructive, in nobody elses way "read-only", it is still possible to do a SELECT FOR UPDATE if you have the SELECT privilege for a table which might explain any TX locks for your session.
    SQL> create table a1 as (select * from user_tables);
    Table created.
    SQL> create table b1 as (select * from user_tables);
    Table created.
    SQL> select * from b1 where table_name = 'A1' for update;Now go to another session and try to update the table
    update b1 set table_name = 'Z';Session will hang, until original session either commits or rolls back. Investigating further:
    SQL> select session_id, object_id from v$locked_object;
    SESSION_ID  OBJECT_ID
            25      17552
    SQL> column object_name format a30
    SQL> select owner, object_id, object_name from dba_objects where object_id = 17552
    OWNER                           OBJECT_ID OBJECT_NAME
    TESTUSER                            17552 B1
    SQL> select sid, type, lmode, id1, id2 from v$lock where sid = 25;
           SID TY      LMODE        ID1        ID2
            25 TM          3      17552          0     <---- see the 17552 which is the B1 table and session 25 which is the session that did the FOR UPDATE?
            25 TX          6     589824        424So, see if you can track down which session is creating the locks from the data dictionary tables and whether it is your code.

  • Appropriate Session Locking

    Our site framework creates a User.cfc object and assigns it
    to the session variable SESSION.User. The User object has all the
    usual CRUD methods plus instance variables for if the user is
    logged in and various other account flags. The object is created in
    the Application.cfc onRequestStartMethod() and is wrapped in a
    session lock tag. When a user logs in, the
    SESSION.User.UserLogin(useranme,password) method is called, the db
    lookups are made, all the instance variables are set, so forth.
    Then, all over the site various methods such as
    SESSION.User.GetUserID() and SESSION.User.IsUserLoggedIn() are
    called for specific actions.For instance, a form post to update an
    email address would be SESSION.User.SetEmail(FORM.Email) and then
    SESSION.User.SaveUser(). Logging out of the system just clears the
    session struct and sets the SESSION.User var to a fresh instance of
    the User.cfc.
    My question is it is safe to be making calls to the
    SESSION.User methods without locking the session scope. I've never
    had an issue with memory or race conditions before but a recent
    server move and increased traffic has caused some unexplained
    results. Just trying to narrow the problem down and am wondering
    about best practices in user of objects stored in the SESSION
    scope.
    Anthony

    I set the session like this:
    <cffunction name="onSessionStart" returnType="void"
    output="false">
    <cflock scope="session" timeout="20" >
    <cfset StructClear(session)>
    <cfset SESSION.User =
    CreateObject("component","lib.UserObject")>
    <cfset SESSION.Company =
    CreateObject("component","lib.CompanyObject")>
    </cflock>
    </cffunction>
    And then yes, I just call SESSION.User.GetUserID() or any
    other method as appropriate.
    I'm just wondering if any memory or race conditions could
    occur if calling the get/set methods of SESSION.User with out
    locking it. Is it enough to just lock the assignment of the User
    cfc to the SESSION scope.

  • Imexpire cannot get session lock when run with scheduler

    When imexpire runs at the scheduled time, it produces:
    [15/Nov/2007:22:01:00 -0800] vmpm1 imexpire[7946]: General Error: Could not get expire session lock. Possibly another imexpire is running
    I found an imexpire.lck file and deleted it, but got the same error the next day. Next, I restarted messaging, then ran imexpire interactively with no problems. The imexpire.lck file remained and was not removed afterward. Our imexpire policy was migrated from ims5.2 and is housed in configutil. Can you give me any suggestions for how to allow imexpire to run correctly via the scheduler?
    We're running ims 6 2005Q4:
    -bash-3.00$ ./imsimta version
    Sun Java(tm) System Messaging Server 6.2-8.04 (built Feb 28 2007)
    libimta.so 6.2-8.04 (built 19:28:07, Feb 28 2007)
    SunOS vmpm1 5.10 Generic_125100-10 sun4u sparc SUNW,Sun-Fire-V490
    David.

    dpelinka wrote:
    When imexpire runs at the scheduled time, it produces:
    [15/Nov/2007:22:01:00 -0800] vmpm1 imexpire[7946]: General Error: Could not get expire session lock. Possibly another imexpire is runningAre you sure another imexpire isn't running?
    Do you have coreadm enabled on your system and if so has any messaging server processes core dumped since you last restart messaging server?
    I found an imexpire.lck file and deleted it, but got the same error the next day. The imexpire.lck file is supposed to be there. Processes obtain a file-level lock on this file. If you run fuser /opt/SUNWmsgsr/config/imexpire.lck does it return a value?
    Next, I restarted messaging, then ran imexpire interactively with no problems. The imexpire.lck file remained and was not removed afterward. Our imexpire policy was migrated from ims5.2 and is housed in configutil. Can you give me any suggestions for how to allow imexpire to run correctly via the scheduler?You need to determine why the lock was left in the first place. Has it been working since you restarted messaging server i.e. do you see something like the following in your /opt/SUNWmsgsr/log/default log?:
    [17/Nov/2007:23:00:01 +1100] mailserver imexpire[26309]: General Notice: Expire
    started (0)
    [17/Nov/2007:23:00:01 +1100] mailserver imexpire[26309]: General Notice: Expire
    finished
    Regards,
    Shane.

  • Mobile Server Session lock

    Hello Guru's,
    Since last few days our MGP cycle is not finishing and everytime there is a transaction level session lock held by 2 different Mobileadmin user in our mobile server.
    After few hours we have to forcefully killed blocking SID and then only MGP cycle finishes on Mobile server.
    Does anybody had face the same problem on their if yes kindly can you please share your experience and how to resolve this issues.
    Few thechincal details:
    1. We are running windows server 2003 with Olite database 10.2.0.2
    Thanks,
    Nirms
    Message was edited by:
    rapchik301

    We are having probably the same problem (we run on linux).
    tends to be one of two issues
    1) table C$ALL_SID_LOGGED_TABLES has a level 6 lock by an INACTIVE mobile session. killing the inactive session allows processing to continue - SR raised with Oracle
    2) contention for C$ALL_CLIENT_ITEMS in setting the dirty flag for objects that need to be processed MAY result from multiple MGP threads attampting to process the same transaction, two different transactions in the in queue for the same user or user sync around the MGP processing, but reason not yet tracked down. We have switched to a single thread until we can identify the problem

  • Stopping xfce panel autostarting in xfce session...

    OK, I've looked OVER ALL THE INTERWEBZ for this one and I've found nothing, not even in this forum, unless I'm doing it wrong.
    I prefer to use pypanel over the xfce4-panel. I have pypanel autostarting when I log into my xfce session. Problem is is that the xfce4-panel also autostarts, and I don't want it to. The xfce4-panel doesn't appear in my "Autostarted Applications" list neither.
    How do I resolve this?
    /izo\

    kclive18 wrote:Try removing all the panels in the XFCE Panel Manager so that only pypanel will show up.
    Hi! When the xfce panel is running, I open up the panel manager, try to remove teh panel and get "You can't remove the last panel. Quit program?" So I do. But still the panel still boots on startup.
    Origynet wrote:
    One (very) ugly way to do it would be to "pkill xfce4-panel" at startup and then "exec pypanel" afterwards...
    (By the way glad to see you on Arch, Izo )
    Ah, never thought of that one. Cheers, will give it a whirl.
    Also, thanks for the welcome! Are you "pimpmoth"?
    fwojciec wrote:Is removing all panels and then saving session while exiting xfce not working?
    I'm afraid not.
    /izo\

  • Xfce-session-logout from gnome-panel

    hello i use xfce...i got tired of xfce taskbar and i installed gnome-panel
    but when i click on system and then log out
    nothing happens
    i made a launcher to log out.. but i would like to hit System and Log out
    How could i do that?
    with this launcher im able to logout
    [Desktop Entry]
    Version=1.0
    Encoding=UTF-8
    Type=Application
    Name=xfce4-session-logout
    Comment=xfce4-session-logout
    Categories=Application;GNOME;GTK;Core;Utility;
    Exec=xfce4-session-logout
    Icon=application-exit
    Terminal=false
    StartupNotify=false
    GenericName=xfce session logout
    OnlyShowIn=GNOME;
    StartupNotify=true
    NoDisplay=true
    but i would like to log out from hitting system option then log out
    http://img22.imageshack.us/img22/3959/menu002.png

    #!bin/sh
    #~/.xinitrc
    #Executed by startx (run your window manager from here)
    #exec wmaker
    #exec startkde
    #exec icewm
    #exec blackbox
    #exec fluxbox
    exec ck-launch-session startxfce4
    but thats not the problem..thanks anyway

  • Current Session Lock Entries

    Hi,
    I want to read the locked objects, which are locked in other sessions other than the current session.
    I don't need current session locking entries.
    I tried with fm ENQUEUE_READ but it is giving all locked entries including current sesstion.
    Any info on this.
    Thanks
    aRs

    Hi,
    I am facing the same sitauation but SM30 does lock by considering parallal sessions by same user.But it uses VIEW_ENQUEUE to check the locks.
    So SAP does tracks locks by sessions.I hope i am right here in saying this.
    Manish.
    Message was edited by:
            Manish Verma

  • Disable session lock screen

    when i awaken from a suspend to disk i don't want to have to log in....
    is there any way to disable it? i know this seems like a simple question... but help?

    im using kdemod and  maybe session lock was not the proper term...
    it's like a plasma login screen (it uses my plasma theme anyways) that forces me to log in. i mean i can still get in... it is just an annoyance.
    here is the ouiput:
    dmesg | grep resume -i
    Command line: root=/dev/disk/by-uuid/8d9b5e49-d8c2-40c1-974b-3c850ea10366 resume=/dev/sda8 ro
    Kernel command line: root=/dev/disk/by-uuid/8d9b5e49-d8c2-40c1-974b-3c850ea10366 resume=/dev/sda8 ro
    PM: Starting manual resume from disk

  • Xfce-session blacklist?

    Hi there,
    is it possible to blacklist programs from being started by xfce-session?
    My problem is, I'm not able to use pidgin-libnotify if I don't launch pidgin with /usr/bin/dbus-launch /usr/bin/pidgin. Unfortunately xfce-session just launches pidgin without dbus-launch. Can I block pidgin from being handled by xfce-session?
    Thanks,
    Pavel

    check permission of ~/.cache and ~/.config files ... if they are owned by root, change that to your user to read/write
    regards, Tim

Maybe you are looking for

  • Clearing customer

    Hi all open item for particular custmar..... she got selelcted partial payment..taths why lal item showing as open item As per your words using tcode f-32 manual clearing,  I got slected custmar and document … I got selected processed item…. That tha

  • Dreamweaver fatal error after photoshop cs4 install

    I have upgraded and installed photoshop cs4 today, now i have a problem with dreamweaver mx, whenever i try and insert an image to a html page, dreamweaver gets a fatal error and terminates. Any advice and assistance would be appreciated.

  • The max number of simultaneous active connections

    Hi. We have a 4x NT server running Weblogic 4.5.1 with the performance pack enabled. We can only get about 7 or 8 active simultaneous connections in our tests (using LoadRunner with 50 users). The app server log, on startup, records that 8 native thr

  • .mp4 files not playing on 5130 xpressmusic

    I have some captured video files from my 6720c cellphone which I've copied over to my new 5130 xpressmusic phone. When I try to play them, I can only hear the sound but can't see the video file. Whats the matter as theyw ork perfectly in my 6720c pho

  • Clearing out my hard drive and starting over

    I'd like to basically wipe my macbook clean and start over from scratch. There was a user on it who is no longer using it, and his logins are taking up a lot of space. Any tips on how to do this?