From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eumx.net ([91.82.101.43]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TxJQE-0006D5-B0 for openembedded-core@lists.openembedded.org; Mon, 21 Jan 2013 16:36:36 +0100 Message-ID: <50FD5CDC.6080604@communistcode.co.uk> Date: Mon, 21 Jan 2013 15:21:00 +0000 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130109 Thunderbird/17.0.2 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer Subject: SSH Login Delay X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: ml@communistcode.co.uk List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 15:36:36 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have recently noticed that when SSH'ing to my BeagleBone it has a 3-5 second delay before the bash prompt shows. I have looked in /var/log/messages and noticed: Jan 18 15:47:12 beaglebone auth.info sshd[12389]: Accepted none for root from 192.168.0.51 port 37905 ssh2 Jan 18 15:47:12 beaglebone auth.info sshd[12399]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory Jan 18 15:47:12 beaglebone auth.info sshd[12399]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory I was wondering if these stat commands had a timeout on them and therefore causing the delay. If so, why do these logs not exist? I have also noticed that avahi has crept into my image recently and if it was possibly something to do with dns resolution or similar? Has anyone else noticed issues or is a problem with my specific build? I am running near HEAD oe-core master with a custom distro based on Poky. Regards, Jack. -- Jack Mitchell (jack@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk --