KDE 4.9.4 login times

So, I just got a snazzy new system with an SSD and a great processor and it loads the kernel and gets to awesome/openbox in about 4 or 5 seconds from hitting the power button. It's great. It's incredible in fact compared to my 6 year old Dell that I've been repeatedly fixing. Anyhow. The problem really is that my desktop of choice is KDE and that it takes KDE about 10-15 seconds to load from login to useability on first login. In fact, it almost seems like something is hanging.
I've done some snooping and created a profile using bootchart but I'm sort of lost on how to interpret it/where to go from here. It doesn't appear that any one thing is taking 10 seconds (hence the hang hypothesis) but I don't know how to investigate it further.
Here's said bootchart: http://i.imgur.com/vckls.png
I have a fairly minimal desktop (one bar, menu, wifi) at the moment so I don't think any of the widgets are causing the problem, I also read a bunch of posts in the KDE forums about specific issues but none seem to apply to me. Am I missing something, or do I have unrealistic expectations of KDE boot speeds?
Last edited by gobostone (2012-12-08 07:48:46)

Since i start to use suspend to disk, i never worried about boot time anymore.
It went down from 90seconds to 10 (grub to firefox).
From the bug report:
We had several failed attempts to improve startup time. With the continuous requests for more features and more configurability, any optimization on existing code is canceled sooner or later with new code. You can improve startup time by removing some functionality or merging multiple modules into a single file (e.g. a complete basic desktop into a single executable, like other environments use). Not sure if this is the right direction, given that you can start once, and simply use suspend/standby for subsequent starts. Nevertheless, the obvious "Patches welcome" conclusion applies here, too.
Last edited by kokoko3k (2013-01-23 12:29:18)

Similar Messages

  • User Login Time in obiee 11g

    Hi all,
    we can get get the user login time using
    *@{session.loginTime}*
    But my requirement is to get the last login time ie., Previous login time.
    How to achieve this.
    Thanks,
    Haree.

    Hi MK,
    Thanks a lot for your response.
    I am not aware about that. Can you please explain me in brief.
    Possibly if you have any document related to it please share with me.
    Thanks,
    Haree.

  • Help with exception: A connection could not be obtained in the specified login time of 5 seconds

    Hi Kodo gurus,
    I run into following problem:
    Since I start to use JDOQL queries, the system I am developing start to
    throw Exception saying:
    javax.jdo.JDODataStoreException:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode1']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5
    seconds. [code=0;state=null]
    NestedThrowables:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode1']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5 seconds.
         at
    com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions.throwDataStore(SQLExceptions.java:23)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:732)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
         at com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
         at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
         at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    It seems it always happens when we are doing a query. I had the
    "javax.jdo.option.MaxPool=20" and for postgresql I have "max_connections
    = 80", the action I am doing at that time is quite simple (and the
    system is just freshly started) and I would not expect it is using more
    than 2 connections since there is only one read and one write going on.
    Do you guys have any clue how could this happen? do I miss something
    obvious? and how are the connections managed for the query?
    thanks a lot!
    Tao

    Hi, Steve,
    Sorry I am late on the responding - was distracted by some other stuff -
    here is the stack trace I got:
    // STATCK TRACE
    //###############################################################javax.jdo.JDODataStoreException:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode3']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5
    seconds. [code=0;state=null]
    NestedThrowables:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode3']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5 seconds.
    at
    com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions.throwDataStore(SQLExceptions.java:23)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:732)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
    at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    at
    com.cloverworxs.impl.as.profile.PropertyHelperImpl.findPropertyDefByName(PropertyHelperImpl.java:37)
    at
    com.cloverworxs.impl.as.profile.ProfileBase.getStringProperty(ProfileBase.java:103)
    at
    com.cloverworxs.app.struts.handler.ProfileHelper.getLearningModes(ProfileHelper.java:177)
    at
    com.cloverworxs.app.struts.handler.KuarkHandler.handleTree(KuarkHandler.java:106)
    at
    com.cloverworxs.app.struts.handler.MovableKuarkHandler.handleTree(MovableKuarkHandler.java:89)
    at
    com.cloverworxs.app.struts.handler.RecorderKuarkHandler.handle(RecorderKuarkHandler.java:111)
    at
    com.cloverworxs.app.struts.action.RecorderController.detail(RecorderController.java:251)
    at
    com.cloverworxs.app.struts.action.AbstractModelAction.execute(AbstractModelAction.java:118)
    at
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
    at
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at
    com.cloverworxs.app.struts.RequestProcessor.process(RequestProcessor.java:44)
    at
    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
    at
    org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
    at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
    at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
    at java.lang.Thread.run(Thread.java:536)
    NestedThrowablesStackTrace:
    java.sql.SQLException: A connection could not be obtained in the
    specified login time of 5 seconds.
    at
    com.solarmetric.datasource.DataSourceImpl$AbstractPool.timeout(DataSourceImpl.java:615)
    at
    com.solarmetric.datasource.DataSourceImpl$AbstractPool.getConnection(DataSourceImpl.java:589)
    at
    com.solarmetric.datasource.DataSourceImpl.getConnection(DataSourceImpl.java:326)
    at
    com.solarmetric.datasource.DataSourceImpl.getConnection(DataSourceImpl.java:319)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.DataSourceConnector.getConnection(DataSourceConnector.java:51)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.getConnectionFromFactory(SQLExecutionManagerImpl.java:183)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.getConnection(SQLExecutionManagerImpl.java:142)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.prepareStatementInternal(SQLExecutionManagerImpl.java:807)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executePreparedQueryInternal(SQLExecutionManagerImpl.java:761)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQueryInternal(SQLExecutionManagerImpl.java:691)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQuery(SQLExecutionManagerImpl.java:372)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQuery(SQLExecutionManagerImpl.java:356)
    at
    com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.selectPrimaryMappings(ClassMapping.java:1221)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:707)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
    at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    at
    com.cloverworxs.impl.as.profile.PropertyHelperImpl.findPropertyDefByName(PropertyHelperImpl.java:37)
    at
    com.cloverworxs.impl.as.profile.ProfileBase.getStringProperty(ProfileBase.java:103)
    at
    com.cloverworxs.app.struts.handler.ProfileHelper.getLearningModes(ProfileHelper.java:177)
    at
    com.cloverworxs.app.struts.handler.KuarkHandler.handleTree(KuarkHandler.java:106)
    at
    com.cloverworxs.app.struts.handler.MovableKuarkHandler.handleTree(MovableKuarkHandler.java:89)
    at
    com.cloverworxs.app.struts.handler.RecorderKuarkHandler.handle(RecorderKuarkHandler.java:111)
    at
    com.cloverworxs.app.struts.action.RecorderController.detail(RecorderController.java:251)
    at
    com.cloverworxs.app.struts.action.AbstractModelAction.execute(AbstractModelAction.java:118)
    at
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
    at
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    And following is the code of "findPropertyDefByName" method:
    // SOURCE CODE
    public PropertyDef findPropertyDefByName(String propertyName) {
    Extent propertyExtent = pm.getExtent(PropertyDef.class, true);
    String filter = "name == propertyName";
    Query q = pm.newQuery(propertyExtent, filter);
    q.declareParameters("java.lang.String propertyName");
    Collection c = (Collection) q.execute(propertyName);
    int size = c.size();
    if (size == 0) {
    return null;
    if (size > 1) {
    // bad exception type
    if (logger.isWarnEnabled()) {
    Iterator iter = c.iterator();
    while (iter.hasNext()) {
    Object obj = iter.next();
    logger.warn("result=" + obj);
    throw new RuntimeException(
    "Assertion of Uniqueness of propertyName failed");
    PropertyDef pdef = (PropertyDef) c.iterator().next();
    q.closeAll();
    propertyExtent.closeAll();
    return pdef;
    The transaction is started and committed outside of this call.
    Hope this helps you understanding my problem, and Thanks a lot!
    cheers,
    Tao
    Steve Kim wrote:
    Can you post or send me a test case or the applicable portion of the code?

  • How to track the login time and logout times of clients

    hai
    please give me the solution
    suppose there are 5 systems connected in LAN.
    how to track the login time and logout times of clients
    for a given time(may be one day or 1 hour) using any programming language.
    please give me the solution

    When the client logs in you write the client's ID and the current time to a database. Likewise when the client logs out. Assuming of course that you have a program that knows when those events occur.

  • Very Slow VDI Client Login Time

    Hi,
    My environment contains two Hyper-V Servers for DCs, Connection Broker, RD-Web, and two Hyper-V servers as virtualization host to thin clients. All Hyper-V servers are only 35% utilized and all client VMs don't have a performance issue.
    After setting up the roles and creating the "Personalized Pools", I open the RD-Web, click on the collection and here it takes a very long time in securing connection part, then a warning message appears for the connection broker self-signed certificate,
    I accept it and again a very long time to open the VM.
    After searching the internet I figured out that I should install "PFX" certificates for the connection broker (SSO, Publisher). In my environment, we don't use a public certificate from trusted root CAs, however, we have our own "Enterprise
    Root CA".
    I then figured that I should create a certificate with the following attributes:
    Advanced Key Usage: Server Authentication, Client Authentication
    Key Usage: Data encipherment, Digital Signature, Key Agreement
    I created the certificate and imported it to the RD CB, however, the "securing connection" part was even slower than before, so I duplicated the "Computer" certificate, and configured 1024 bit certificate instead of the old one "2048".
    The "securing connection" part is taking half the time now, however it is still very long "+60 seconds" to open the VM.
    I still suspect that it is a certificate issue and not sure if I have done the correct certificate.
    Would anyone help in this case and providing the correct steps to install a certificate for the RD CB from internal CA.
    Thanks.

    Hi,
    To avoid confusion, let's focus on the same thread.
    http://social.technet.microsoft.com/Forums/en-US/17fb24d7-61a7-49be-83b3-35bd9d8b6863/very-slow-vdi-login-time?forum=winserverTS
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Increased Login Time

    Hi Everybody,
    I have a macbook(intel processor with mac os x 10.6.1) bought it last February, it was working perfectly fine, up until a few weeks ago, that it crashed. I had put it into sleep, after some time when i tried to login, it took too much time in verifying the password, i did a forced shutdown, but after restarting i couldn't login. I repaired with the OS X DVD. Since then my computer hasn't been like what it used to be. I thought maybe a reinstallation might solve the problem. I reinstalled it two weeks ago, it worked find for the first week, but after that it started taking time in every single process.
    Now since last night the login time has increased(by login i mean, from the login window that i write my user/pass it takes more than one minute before its usable!). and also while doing something in finder or launching applications it freezes for some seconds! I tried repairing disk permissions/emptying caches (with Onyx) but the problem still persist.
    Have anyone encountered such a problem? or can anyone atleast give me a clue what the cause might be?
    Thanks

    zap PRAM (restart hold option, command, P and R)
    safe boot (restart holding shift)
    check smart status from disk utility. it should say "verified" if the hard drive is okay

  • Portal Users Login Time during a particular interval

    Hello,
    I have gone through many forums and blogs but didn't find any helpful comments on how do I get the list of users and their respective login times during a particular time interval. All my users are stored inside the portal only, I am not using a dual stack system. Please tell me if there is some way to find out the solution to this problem.
    Thanks  & Regards
    Ashish Patel

    Dear Ashish
    Have you checked the Portal DB Tables ?
    For example this table WCR_USERSTAT  might be of use to you (but there are others).
    But you might not find the information for "a particular interval". I believe you will have to do some development for that.
    Kind Regards
    /Ricardo Quintas

  • ADS application login time takes 2 minutes

    Hi we have deployed 6 applications in one of our managed server and among the 6 applications is the ADS login application which connects to other application modules after loggin in.
    We are using wls-10.3.3. We have given 2GB heap space to that managed server. We are using these applications in our Test environment.
    When ever any single user trying to login in to the ADS login application in windows, it takes about 2 minutes to login and then home page of the application is displayed.
    Please any one give suggestions on how to decrease the login time.

    Hi Rene,
    After giving the userid and password in ads login application and click login we see the browser connecting to the application and we get the message "http://pstest/psadslogin/faces/login/ldappsverify.jspx-Windows Internet Explorer" on the top of the white page and it is displayed for long time, where ps(project sundaram) is the name of our project. It is taking time in authentication and in verifying the ldap directory. The home page of the application is displayed after 2 minutes, some times 1 min,sometimes 30sec, sometimes less than 30 sec and in rare times it displays fast in 5 to 10 seconds. I am not understanding why it is taking long time to login. Suggest any parameters to be set in Weblogic server side.
    Please suggest any ideas on this. We have deployed the applications in Oracle weblogic server 10.3.3, in linux server. And we are using Oracle 11gR2 database.
    Thank you.
    Edited by: yrk16 on Sep 5, 2011 6:11 PM
    Edited by: yrk16 on Sep 5, 2011 8:41 PM

  • Linotype FontExplorer X auto-activation slows login time

    Hello folks,
    My problem is not that the core application FontExplorer X automatically opens at login. I have 'deactivated.. at login' - so the application itself only opens whenever I click it in the dock. However, the application's 'AutoLoad' plug-in starts at login. This is presumably a built-in feature that allows the core application FontExplorer X to load very quickly when selected at a later time. However, as a result, this seriously slows down my computer's login times.
    I've tried to remove it from login items, but it's only a temporary solution - as the next time I select the core application during the course of the day, I've found that the 'AutoLoad' plug-in 'reinstalls' itself in login items. Is there a way I could stop this 'AutoLoad' plug-in from starting up when I login and remove it permanently from 'login items'?
    Thanks.

    Here is the official work-around for this problem.
    1. Locate "FontExplorer X Pro.app" in Applications
    2. Right-click on "FontExplorer X Pro.app" and select "Show Package Contents"
    3. Navigate to /Contents/Helpers/
    4. Double-click "FontExplorerXLauncher-3.app" or right-click and "Open" to launch it manually. This is needed only once, afterwards the plugins will work normally.
    Please make sure you open the version with the "-3" suffix, the other one does not fix the problem.

  • GW Export - Login Time conversion

    Hi,
    When I use GW Import/Export to get the Login Time it is displayed as a very large number. I learned this is actually the number of seconds since January 1, 1970. I'm no math major so is there anyone who has a formula that I could use in Excel to convert this number into a useable and recognizable Date & time value? Thanks in advance.
    Mike

    Take a look @ this thread:
    http://groups.google.dk/group/micros...browse_thread/
    thread/1f645fba2b1a76b3/14eae6665bdbcb65?lnk=st&q=unix+start+date+excel&
    rnum=4#14eae6665bdbcb65
    Best Regards
    Tommy Mikkelsen
    IT Quality A/S
    Denmark
    Novell Support Forums SYSOP
    Please Report back any success or failure, That way we all learn
    Sorry, but no support through email
    "I hate bugs".......Tommy Lee Jones, MIB
    Be a GroupWiseR, go http://www.groupwiser.net

  • Alert at login time

    Hi Experts,
    We want to create an Alert at the time of Oracle Applications Login time for specific user and responsibility only.
    How can I accomplish this ?
    Can anyone help me in this regards ?
    Thanks in advance
    Sanjay

    Create an alter on FND_LOGS table -- http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_LOGINS&c_owner=APPLSYS&c_type=TABLE
    What is the Relationship Between the ICX_SESSIONS Table and the FND_LOGINS Table? (Doc ID 358823.1)
    Oracle Alert User's Guide
    http://docs.oracle.com/cd/E18727_01/doc.121/e12951/toc.htm
    Thanks,
    Hussein

  • Long login times on solaris 10

    I had this nested in another thread, pulling it out to be seen
    easier I hope...
    I have a solaris 10 install that has a very long login time.
    If you telnet or ssh to the machine, you are prompted for the username
    and then password, then the system takes 4-5 minutes
    to get you into the system. (to a prompt)
    We do not use NIS and the home directory is on the local
    root disk, so I don't think it would be an issue of finding
    the home dir.
    Initially I saw this problem above, where I would get a username
    prompt, then the many minute pause, then the password prompt.
    Once I'm in past this point, I have no problems. I don't see any errors
    in the logs either.
    I initally thought it might be the pam.conf causing problems.
    (was just doing ssh) but I've seen the same issue from telnet
    and I've removed the one call in sshd_conf to pam that I
    could find.

    how is the resolver working? Can you reverse-lookup IP addresses?
    When you logon to the machine using ssh SSH will try and reverselookup your IP-address, if this doesn't succeed there will be a timeout of a few minutes.
    So, try and run nslookup <an ip address> to test your resolver.
    Also verify you resolv configuration:
    grep ^hosts /etc/nsswitch.conf
    cat /etc/resolv.conf
    7/M.

  • User Last Login Time

    I'm trying to use DS6 built-in functionality for tracking user's last login time. I created a new password policy and enabled pwdKeepLastAuthTime attribute. Then I tried signing into Access Manager.
    According to the documentation, an attribute pwdLastAuthTime should be added to the user entry, but it is not there.
    Any ideas how I can get this to work?

    Last login time is a feature provided with the new Directory Server password policy implementation introduced in DS 6 and is not part of the compatibility mode. Check the Directory Server password policy compatibility mode:
    $ dsconf get-server-prop ... | grep 'pwd-compat'
    pwd-compat-mode : DS5-compatible-mode
    The Directory Server password policy compatibility mode must be advanced past DS5-compatible-mode:
    $ ldapmodify ...
    dn: cn=Password Policy,cn=config
    changetype:modify
    replace:pwdkeeplastauthtime
    pwdkeeplastauthtime:TRUE
    modifying entry cn=Password Policy,cn=config
    ldap_modify: DSA is unwilling to perform
    ldap_modify: additional info: (Password Policy: modify policy entry) "pwdKeepLastAuthTime: TRUE" is not supported in server mode DS5-compatible-mode ("cn=config" pwdCompat: 0).
    $ dsconf pwd-compat ... to-DS6-migration-mode
    $ dsconf get-server-prop ... | grep 'pwd-compat'
    pwd-compat-mode : DS6-migration-mode
    Now it should work. If not, please try binding directly to the directory server as the user (e.g., do an ldapsearch as that user) and check the entry.

  • LDAP attribute for user's last login time?

    Hi all,
    Is there an LDAP attribute that I could return (via an "ldapsearch" query) that would contain the user's last login time?
    We have:
    Directory Server Version: 5.2_Patch_2 ; Build number: 2004.107.0034
    other...
    Identity Server 2004Q2
    sparc-sun-solaris2.9
    Thanks in advance!

    Hello,
    If you need this info, you will have to create a password policy that log last logon time.
    But be carefull with this function, it can create a lot of cpu load.
    <http://docs.sun.com/app/docs/doc/820-4809/fhkrj?l=en&n=1&a=view>
    Regards
    Eric.

  • Oblix audit logs to track last login time in Sun DS

    Hi,
    I would like to use oblix audit logs to track last login time in Sun DS.
    Is there a straightforward procedure to do that other than parsing the logs and using custom script to update Sun DS.
    Please advice.
    Thanks.

    Hi,
    In OAM you can define your own plugins to run during the authentication (you include them in the relevant authentication schemes) - you could write one that updates the user profile of the logged-in user. You would be pretty much on your own, though, all that OAM would give you is the DN of the logged in user. You would need to include libraries that connect to ldap (or maybe the plugin could send a web service call) and perform the necessary attribute updates. Authn plugins are documented in the Developer Guide: http://docs.oracle.com/cd/E15217_01/doc.1014/e12491/authnapi.htm#BABDABCG (actually that's for 10.1.4.3).
    Regards,
    Colin

Maybe you are looking for

  • To track: "User, Login ID or PC ref"

    Dear Sirs, Im facing problem now a days.... I created GRNs daily but sumbody deleted that everyday... i want to track that person or pc from which  it had been done. regds dev...

  • Re-sort in PDF form

    Hi experts, I'm using transaction SFP to develop PDF forms. Is it possible to re-sort an internal table in a PDF form. Thanks, Anja

  • Audio Video Front Panel m8277c

    I bought an HP Pavillion Media Center model m8277c and it has front panel input for video, svideo, and audio. Is this connection directly connected to the motherboard? Or is this connection passing through the PCI TV Tuner at the back? I tried to con

  • Display in Scripts

    Hi all, I have a requirement in script where the output should be displayed as follows : ProdOrder     Material     Serialno     Compnonet     compsrno                     60003345     SFP_01     1502     SFP_R1          1 60003345     SFP_01     150

  • Safely remove pics in finder/iphoto library

    I moved some photos from our pc to my imac. I have 8 videos from a friends camera that downloaded okay. Now everytime I open iphoto, I have a message saying that there are 8 photos in the library that were not imported and do I want to import them ye