Tuesday, October 23, 2012

ssh/su Hung ubuntu

Problem: ssh/su hung on ubuntu:


debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/sajan.tharayil/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.

Answer:

This is because of the high CPU utilization of console-kit-daemon on the machine which you are log on to. This is a Bug filed in ubuntu developers forum and fixed in release Jaunty. (Please See Bug). This can be fixed by restarting /etc/init.d/dbus temporarily.

#sudo /etc/init.d/dbus restart

No comments:

Post a Comment