Announcement

Collapse
No announcement yet.

Annoying delay after login...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Annoying delay after login...

    Hi there - just went from 9.10 to 10.04. Had some wrinkles (didn't update menu.lst, bad entry in fstab preventing boot, etc) but basically lookin' good.

    One last annoyance: when i log in, there is a variable delay, sometimes up to 15 or 20 seconds. Using bootchart, i see that it's in kdeinit4, and when i tail .xsession-errors while logging in (in tty1) i see the delay in the following place:

    Code:
    ...
    kbuildsycoca4(1287) KBuildSycoca::checkTimestamps: timestamps check ok
    kbuildsycoca4(1287) kdemain: Emitting notifyDatabaseChanged ()
    kdeinit4: preparing to launch /usr/lib/libkdeinit4_kconf_update.so
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kded(1286)/kdecore (KLibrary) kde4Factory: The library "/usr/lib/kde4/solid_hal_power.so" does not offer a qt_plugin_instance function.
    
    <------DELAY HAPPENS HERE --->
    
    Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    kdeinit4: preparing to launch /usr/lib/libkdeinit4_kglobalaccel.so
    kglobalaccel(1339) GlobalShortcutsRegistry::loadSettings: Loading group "kmix"
    kglobalaccel(1339) GlobalShortcutsRegistry::loadSettings: Loading group "kwin"
    kglobalaccel(1339) GlobalShortcutsRegistry::loadSettings: Loading group "krunner"
    ...
    ...so that led me to think that the D-BUS messages indicated some kind of problem that may be causing the delay. Then again, i thought HAL was gone in 10.04, so maybe the line just before the pause has something to do with it? Like maybe i should turn some service off?

    Thanks for any ideas!
    -c

    #2
    Re: Annoying delay after login...

    Oh and this: the second time i log in (without restart), the delay is not present, though when tailing the log the same log lines are present. Not sure if this is relevant.

    -c

    Comment

    Working...
    X