1 logged in user,shows 2

After logging into KDE(Chakra kde i.e), am using gkrellm and also in "users" command output, it shows 2 users whereas in reality only 1 user i.e me and only one login has been performed as I directly start into KDE on boot so no tty->startx.
Why 2 users? I remember on kubuntu atleast in prev. version(haven't seen in Karmic) I always saw 1 users.
Is this a bug or there is some explanation?

When you open up Konsole (or whatever terminal program you are using) it logs you in automatically for the terminal session. So you are logged in to KDE and also Konsole. As a test, open up more Konsoles and see how many users you have.
Last edited by michy99 (2010-03-20 01:47:23)

Similar Messages

  • Terminal log for users shows crash

    Hi there,
    I wanted to check the security log on my iMac to work out if it had been logged into when I was not using it. Its running the latest version of Mavericks.
    I opened terminal and ran last > last.txt to give me a list of all user logons.
    One line in particular interested me as the date shown was a date when I did not have the system.
    It shows:
    MyUsername     Console     Tue March 18 12:13 - crash (10+01:27)
    A normal entry would look like this:
    Guest     Console     Tue March 18 07.34 - 12.11 (04.37)
    My question is, what happened during my above user session. What does crash mean? Was the plug pulled, did Mavericks just crash - it has never done that before. How long was the session running for, +10 hours?
    Any help would be wonderful.

    AnyBODY?!!?!?!?!?!?!?!?!!!!

  • Log In User always fails even when i know that the mysql database is registering the login informati

    ok here is my issue. im setting up a login page for my site. i have my other pages restriced to access without the session validated. i register a test user and when i input the info into the correct fields it redirects back on itself and says accessdenied. i know the registration page is updating my mysql tables but it wont let me log in. also right after i create the server side behaviour i get a syntax error on line 2 and exclamation points next to Log In User plus log in user shows up twice in the behaviours panel. below is the form and php script
    <?php
    @@UrlFormat@@('Connections/tonyreaper.php');
    // *** Start the session
    session_start();
    // *** Validate request to log in to this site.
    $FF_LoginAction = $PHP_SELF;
    if (isset($QUERY_STRING) && $QUERY_STRING!="") $FF_LoginAction .= "?".$QUERY_STRING;
    if (isset($user_name)) {
      $FF_valUsername=$user_name;
      $FF_fldUserAuthorization="";
      $FF_redirectLoginSuccess="index.php";
      $FF_redirectLoginFailed="login.php";
      $FF_rsUser_Source="SELECT user_name, password ";
      if ($FF_fldUserAuthorization != "") $FF_rsUser_Source .= "," . $FF_fldUserAuthorization;
      $FF_rsUser_Source .= " FROM users WHERE user_name='" . $FF_valUsername . "' AND password='" . $password . "'";
      mysql_select_db($database_tonyreaper, $tonyreaper);
      $FF_rsUser=mysql_query($FF_rsUser_Source, $tonyreaper) or die(mysql_error());
      $row_FF_rsUser = mysql_fetch_assoc($FF_rsUser);
      if(mysql_num_rows($FF_rsUser) > 0) {
        // username and password match - this is a valid user
        $MM_Username=$FF_valUsername;
        session_register("MM_Username");
        if ($FF_fldUserAuthorization != "") {
          $MM_UserAuthorization=$row_FF_rsUser[$FF_fldUserAuthorization];
        } else {
          $MM_UserAuthorization="";
        session_register("MM_UserAuthorization");
        if (isset($accessdenied) && false) {
          $FF_redirectLoginSuccess = $accessdenied;
        mysql_free_result($FF_rsUser);
        session_register("FF_login_failed");
    $FF_login_failed = false;
        header ("Location: $FF_redirectLoginSuccess");
        exit;
      mysql_free_result($FF_rsUser);
      session_register("FF_login_failed");
      $FF_login_failed = true;
      header ("Location: $FF_redirectLoginFailed");
      exit;
    ?>
    <form action="<?php echo $FF_LoginAction?>" id="form1" name="form1" method="POST">
           <p> </p>
           <table width="200" border="0">
             <tr>
               <td>Username:</td>
               <td><label for="user_name"></label>
                <input type="text" name="user_name" id="user_name" /></td>
             </tr>
             <tr>
               <td>Password:</td>
               <td><span id="sprypassword1">
               <label for="password"></label>
               <input type="password" name="password" id="password" />
               <span class="passwordRequiredMsg">A value is required.</span><span class="passwordInvalidStrengthMsg">The password must have at least 5 letters and 1 number.</span></span></td>
             </tr>
             <tr>
               <td> </td>
               <td><input type="submit" name="submit" id="submit" value="Log In" /></td>
             </tr>
           </table>
           <p> </p>
         </form>
    im really trying to get this fixed but i am at an utter loss

    The $user_name has not been set, thus the login will always fail.
    Have a look this example http://forums.adobe.com/message/3795422#3795422 where I have used
    if (isset($_POST['user_name'])) {
    Gramps

  • I'm new to Mac, have had for approx.  I put my iPhone and iPad and my wifes in iTunes and now when i start my system on.  I now have a Guest user show up at the log on screen.  Is this normal.  And how can I take it off.   Tried the help and no luck

    I'm new to Mac, have had for approx.  I put my iPhone and iPad and my wifes in iTunes and now when i start my system on.  I now have a Guest user show up at the log on screen.  Is this normal.  And how can I take it off.   Tried the help and no luck

    Tatanka11 wrote:
    I'm new to Mac,...
    Then...  You may find these Links of Interest and Value...
    Show me how to set up my Mac.
    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/     Switching from PC
    http://www.apple.com/findouthow/mac/
    Enjoy your Mac...

  • SCCM report to show last logged on user and the Active Directory department attribute of that user.

    I need to create an SCCM report to show last logged on user on all machines and the Active Directory department attribute of that last logged on user.

    You problem is here.
    right
    join v_R_User USR on USR.ResourceID
    = CS.ResourceID
    USR.ResourceID != CS.ResourceID, you need to map the username to the user logon to the PC. By using the user’s department information you will
    end up with unreliable results.
    Anyways you need to make these changes to your query.
    left
    join v_R_User USR on USR.Unique_User_Name0
    = CS.UserName0
    http://www.enhansoft.com/

  • How to show current logged in user image in Master Page

    Hi,
    I am trying to show logged in user image next to his name, following this article 
    http://erikswenson.blogspot.in/2011/04/display-user-profile-picture-next-to.html
    I am trying to do this in SharePoint 2013, so i put Reference
    in .Master file & Control in . html file
    Picture is not visible and when i tried to find whether the control has been loaded or not, the control also hasn't been loaded.
    Please tell me, how could i do this?

    This is not that hard to do, simply go into your masterpage (Design Manager) and copy and paste this on the top of the page:
    <%@ Register tagprefix="SPSWC" namespace="Microsoft.SharePoint.Portal.WebControls" assembly="Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    Once that is done, you can now add this:
    <SPSWC:ProfilePropertyLoader runat="server" />
    <SPSWC:ProfilePropertyImage PropertyName="PictureUrl" ResizeToFit="115" ShowPlaceholder="true" id="PictureUrlImage" runat="server"/>
    To the location where you want the image to be shown. If you have a custom HTML page that you built out, just add it the same way. Let me know if you have any questions.
    -G

  • Show logged in users

    Hello,
    I'd like o create an iView that shows a list of users logged into the portal. The list should refresh itself continuously and that should be controlled by the iView properties. Does anybody already develop that? I'm a developing newbie and I need some example code...
    Thanks a lot
    Steffen

    Hi Ami,
    Can you please tell me whether u are working on WAS Java or both Java+Abap?
    If latter then please refer to this forum post: Re: List all users who are logged in
    Also, do try this code but currently this wud only give one user who is logged in EP:
    import com.sapportals.portal.prt.component.AbstractPortalComponent;
    import com.sapportals.portal.prt.component.IPortalComponentRequest;
    import com.sapportals.portal.prt.component.IPortalComponentResponse;
    import com.sapportals.portal.security.usermanagement.UMFactory;
    import com.sap.security.api.logon.*;
    import com.sap.security.api.*;
    import javax.servlet.http.*;
    public class TestServlet extends AbstractPortalComponent
    {     public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
         {     IUserFactory userfactory = com.sap.security.api.UMFactory.getUserFactory();
              IUser iuser;               
              String uniqueid, userid, roleroot;
              IRole superRole = null;
              IRoleFactory ir;
              // counting & displaying all existing Portal users.
              try
              {          IAuthentication iau = com.sap.security.api.UMFactory.getAuthenticator();
                        ILogonAuthentication ilogonauth = com.sap.security.api.UMFactory.getLogonAuthenticator();
                        HttpServletRequest req = request.getServletRequest();
                        HttpServletResponse res = request.getServletResponse(false);
                        response.write("<br> Currently Logged In User -> " + iau.getLoggedInUser(req,res).getFirstName()+ "<br>");
              catch(Exception e)
              {     response.write(e.getMessage());     
    Am working on as to loop it to get all logged users.
    And also would like to know ur EP version???
    Can also try this (checked this on EP6 SP9:
    <b>System Administration -> Support -> Wed Dynpto Test Tools -> User Management</b>.
    This gives you details on currently logged users.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu
    Message was edited by: Ritu  Hunjan

  • How to show logged in users in ACS 5.1

    After some time no using Cisco ACS5.1, I still don't know how I can see all logged in users. I can see logging and check why an log in goes wrong, but in ACS 3.2 I just clicked on Reports and Activity and I could choose to see logged in users, or failed attempts, etc.
    Can anybody help me out or give me some tips?
    Kind regards,
    Rizal Meijer

    Nicolas, thank you very much for your fast reply.
    Kind regards,
    Rizal Meijer
    CZ
    The Netherlands

  • ZCC Logged In Users keep showing after user logout

    ZCM 11.2.4 with matching clients. Workstations still reflecting logged in users after they've logged out and even restarted their computer. I've logged out and logged back in to ZCC and still don't reflect no one logged in to PC. It changes when next person logs in to PC though. This is new behavior since our update to 11.2.4.
    Is there a setting to change, or is this something new to work around?

    Merlyn,
    > This
    > is new behavior since our update to 11.2.4.
    you might think that, but it's been like that since day 1 of ZCM, and
    you've been lucky It's supposed to "clean up", but doesn't always
    achieve that
    Shaun Pond
    newly reminted as a Knowledge Partner

  • Getting Logged on User'Information in an Oracle-Form SSO Partner Application

    Hi.
    I could run Flight-of Fancy Application and capture user's information by calling the
    "Parse_cookie " Procedure.(use the Scenario 2 - Access the Portal and then the FOF App)
    and defined an Oracle-Form application as Partner application like FOF.
    I want to have Logged on user'Information in the "Oracle-Form" . But the Fucntion owa_cookie.get dosen't work correctly.please let me know what can I do ?
    Thanks in advanced.

    Hi.
    I could run Flight-of Fancy Application and capture user's information by calling the
    "Parse_cookie " Procedure.(use the Scenario 2 - Access the Portal and then the FOF App)
    and defined an Oracle-Form application as Partner application like FOF.
    I want to have Logged on user'Information in the "Oracle-Form" . But the Fucntion owa_cookie.get dosen't work correctly.please let me know what can I do ?
    Thanks in advanced. If you're writing your own partner application, then you are correct to get the user information from the output variables
    from the parse_url_cookie procedure. You should then set the information you want to keep track of in the cookie, or combination
    of cookie and persistent storage in the database. Take care of the security implications while doing this.
    On subsequent calls to your application, the user info should be obtained from the cookie and the database, if you
    are using a combination of the cookie and database storage to keep your info.
    The owa_cookie.get routine is used to read the cookie, which is generated with owa_cookie.send.
    These routines work fine, when invoked correctly.
    If you are having trouble with them, you're probably not using the calls properly.
    The following code provides an example of how to use the owa_cookie calls...
    create or replace package testcookie
    is
        procedure show (p_name IN VARCHAR2);
        procedure send
            p_name    IN VARCHAR2,
            p_value   IN VARCHAR2,
            p_path    IN VARCHAR2 default null,
            p_expires IN VARCHAR2 default null
    end testcookie;
    show error package testcookie
    create or replace package body testcookie is
        procedure show (p_name IN VARCHAR2) is
            v_cookie owa_cookie.cookie;
        begin
            v_cookie := owa_cookie.get(upper(p_name));
            htp.htmlopen;
            htp.bodyopen;
            htp.print(v_cookie.vals(1));
            htp.bodyclose;
            htp.htmlclose;
        exception
            when others then
                htp.htmlopen;
                htp.bodyopen;
                htp.print('NO COOKIE FOUND.');
                htp.print(SQLERRM);
                htp.bodyclose;
                htp.htmlclose;
        end;
        procedure send
            p_name    IN VARCHAR2,
            p_value   IN VARCHAR2,
            p_path    IN VARCHAR2 default null,
            p_expires IN VARCHAR2 default null
        is
            v_cookie owa_cookie.cookie;
            l_agent varchar2(30);
            l_expires varchar2(30);
            l_path varchar2(100);
        begin
            if p_expires is null then
                l_expires := null;
            else
               l_expires := to_date(p_expires, 'MMDDYYYY');
            end if;
            if p_path = 'ALL' then
                l_path := '/';
            else
                l_path := null;
            end if;
            owa_util.mime_header('text/html', FALSE);
            l_agent := owa_util.get_owa_service_path;
            l_agent := substr(l_agent, 1, length(l_agent) - 1 ) ;
            owa_cookie.send(
                name    => upper(p_name),
                value   => p_value,
                expires => l_expires,
                path    => l_path
            owa_util.http_header_close;
            htp.htmlopen;
            htp.headopen;
            htp.headclose;
            htp.bodyopen;
            htp.print ('Cookie set.');
            htp.bodyclose;
            htp.htmlclose;
        end;
    end testcookie;
    show error package body testcookie;
    grant execute on testcookie to public;If you load this into a schema which a DAD can access, then you can invoke the show and send procedures to view and
    generate cookies.
    To generate a cookie, issue the following from your browser ...
    http://server.domain.com/pls/dad/schema.testcookies.send?p_name=test&p_value=hello
    To view the cookie:
    http://server.domain.com/pls/dad/schema.testcookies.show?p_name=test

  • Login to Jabber Client (Windows/Mac) with current logged in user account.

    We are deploying Jabber Client for Windows and will eventually be deploying for Macintosh.  I have no problem building the thinapp deployment package for the Jabber client.  However, when the thinapp is ran, it always shows the account that was used to initially login to the client and setup the server connection.
    Is there a way for the client to use the current logged in user in the sign in field?  I am trying to automate or SSO the process of logging into Jabber.
    Any and all ideas, tips, and/or tricks are greatly appreciated!
    Thank you,
    Wes

    This is nothing to do with the TC. This is your user issues on the Mac.
    I would do a major fix on the computer.. copy your user files to another location.. create a new administrator account.. login with the new admin account and delete the old one. Delete all the files associated with that account, so you are effectively starting with a clean Mac.
    I have just sold off a couple of computers and that is how I prepared it for the next person.. it seemed to work easily and removed all my stuff from the computer whilst still giving them full admin access.
    Please I am far from expert in doing this kind of stuff in OSX so just look up deleting original user accounts in whatever OS you run.

  • Populating the Lookup values in AD Child Form based logged in user

    HI,
    Below is the Lookup code(AD Groups) format.
    Codekey , Decodekey
    IT-Development , IT-Development
    IT-Testing , IT-Testing
    IT-Production , IT-Production
    HR-system , HR-system
    HR-Finance , HR-Finance
    My requirement is I need to filter the data being presented in the lookup according to the logged in user in ad child form,
    If i am logged in as xelsysadm the lookup presents all groups.
    If i am logged in as IT administroter the lookup presents only the IT Related groups(EX:IT-Development,IT-Testing....).
    If i am logged in as HR administroter the lookup presents only the HR Related groups(EX:HR-System,HR-Finance...).
    like this we have contains so many administrators.
    We are desiding the administrators based on user form field.
    The Field contains the value like HR-Related,IT-Information Technology.....
    How can i achive this?
    Thanks in advance.
    Edited by: 790561 on 4/12/2011 17:48
    Edited by: 790561 on 5/12/2011 12:02

    Hi Rajiv,
    Thank you for quick reply,
    When i am login as IT administrator and i provisioned user to AD it showing the IT Related groups in ad child form based on your Suggestion.
    If i logout and login as a HR administrator and i edit the child process form of the same user still its showing IT Related Groups only.If I revoke and provision user to ad again with HR administrator this time its showing HR Related groups in AD Child form.
    I think based on the requester its showing the values.
    But i want to filter groups based on logged in user.
    EX:If i login as IT administrator and provision the user to AD in Child form its showing the IT Related groups only its correct.
    If I logout and login as HR administrator and i edit the same user AD Child form its showing the IT related groups only its not correct.this time it shows only HR Related.
    Any solution....
    Thanks in advance.

  • My Tasks View in my custom task list fails to display the tasks assigned to me (that is the currently logged in user)

    Hi
    I am new to sharepoint 2010.
    I created a custom task list, where I  have many tasks assigned to users (I had tasks assigned to me as well). I created a view as "My tasks "and having a filter as Assigned To is equal to [Me]. When I do that my view fails to show the
    tasks assigned to me. This happens same with the Sharepoints 'My Tasks' view as well. I tested by creating some test tasks under my name and when I selected 'My Tasks' view no tasks are getting displayed.
    Please help.
    Thanks,
    Gokulkumar.

    Hi,
    According to your post, my understanding is that you wanted to display the tasks assigned the current logged in user.
    In my environment, if I used the System Account, My Task view didn’t display any tasks.
    However , if I used other users except the System Account, My Task view could display current user tasks correctly.
    I recommend to use other accounts except System Account to log in site. Then everything will work well.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to get current logged in user's star rating in SharePoint 2013

    Hi,
    Currently,  I am developing a custom web part to show star rating for documents, everything is done.
    However,when user hover on the star I want a tooltip message("Your current rating is 1..."), similar to what we have 
    in libraries(or what the sharepoint by default provides in libraries) . So can I get the user specific rating depending upon 
    the logged in user using code(.net or CSOM anything will work)

    using the below code you can get the rated by user along with the rating , it's easier to just notify the user that her already rated the document 
    var acontext = new SP.ClientContext.get_current();
    var lists=acontext.get_web().get_lists();
    var l =lists.getByTitle("Documents"); //your document libraty
    var aitem=l.getItemById(27);//Item id
    acontext.load(aitem, "RatedBy", "ID", "Ratings");
    acontext.executeQueryAsync(function(){
    var RatedBy= aitem.get_item('RatedBy');
    if (!SP.ScriptHelpers.isNullOrUndefined(ratings)) {
    for (var i = 0; i < RatedBy.length; i++) {
    var user = RatedBy[i];
    if (user.get_lookupId() == _spPageContextInfo.userId) {
    //show that you already rate it
    break;
    },function(s,e){alert(e.get_message());});
    another way is to use CAML query to check if the current user id is within the RatedBy multi user field
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • Adobe Flash Player 15.0.0.16 on Win 8.1 64bit ES logs out user at the end of Youtube film

    Dear Players.
    My Adobe Flash Player 15.0.0.167 on Win 8.1 64bit ES (Spanish) in IE11 logs out user at the end of Youtube film. In Event viewer there is apparently no error information. I use Fujitsu Siemens Lifebook S6410, where on Windows Vista 32 bit and IE9 with current Flash there was no problem on Youtube films.
    I have a feeling that initially after installing Windows 8 and 8.1 the films of Youtube finished correctly showing a mosaic of proposed next films. Now when the film ends, and the mosaic of the proposals should appear, the user is logged out.
    I did all the Adobe recommendations, and it does not help. Yet the problem is only with Youtube for the moment. All other Flash content on other pages shows ok.
    Any suggested solution?
    Kind regards
    Marcin Balcerzyk, Seville, Spain.

    Hello,
    Microsoft has been changing how they identify IE in the UserAgent string in IE11 (and in more recent versions of IE10). This has been occurring over various releases and it's not new to the latest updates.  As you see, sometimes they identify as Netscape/Mozilla instead of IE.  You can Google 'Microsoft User-agent string' the search will return various MSDN articles on this topic.  Long story short, most websites use OS/browser version in the user-agent string to display content for that particular combination, however, Microsoft wants content developers to use feature detection, not browser detection.  Compatibility view will work because Microsoft will change the user-agent string properties to something prior to the changes they've made.  By doing this, Microsoft leaves it up to the content developer to update their site.  Some have, some have not.
    Maria

Maybe you are looking for

  • What distortion is this....and how is it fixed?

    Thanks in advance.

  • Mountain Lion and Active Directory

    Hi Group! We recently moved our Macs to Mountain Lion in our domain, all with an Active Directory bind. Since our deployment, we are noticing account AD lockouts typically from the login window. We first noticed this with 10.8. Each deployment was up

  • Font not showing up in xfontsel [SOLVED]

    Hello everybody, I've been trying to install Anonymous Pro from the AUR, and while I can use it from certain programs (LibreOffice, for instance), it won't show up in xfontsel. Reading through the wiki and other posts, the only two possible solutions

  • PXI-2575 faults randomly

    Hi,   I am using PXI-2575 mux with PXI-1044 chasis. I am using .NET C# to control 2575 during a year. In my setup, I am using the mux to read DC voltage or 2-wire resistance generally.  It seemed work successfully up to last 2 mounts. Suddenly, some

  • Repeated refresh or regeneration of clip thumbnails

    When I'm editing in PPRO CC 2014.2 I have noticed now that each time I set a IN AND OUT MARKERS either in the SOURCE WINDOW or do a insert clip onto the SEQUENCE PANE,  all the thumbnails of each clip in the Project window and on the sequence complet