the corner office : tech blog

a tech blog, by Colin Pretorius

« More git links | Main | YAML »

# Slow Ubuntu server logins

Getting rid of all the login startup gumpf in recent versions of Ubuntu server: (see eg. Ubuntu forums Server 10.04: How to Eradicate the MOTD System?)

sudo apt-get purge landscape-common landscape-client
sudo chmod -x /etc/update-motd.d/*

You can probably delete 'em just as easily. Put something friendly in /etc/motd to compensate.

(As a reminder, the other slow login culprit can often be if the server can't resolve the client's hostname, usually fixed on local machines or VMs by adding an entry to /etc/hosts.)

File under: linux : {2010.05.30 - 03:08}

Add a comment

Your name (mandatory):

Your email:
Your email address is not displayed
Your home page:

Comment (sorry, no HTML):

Remember details?
Yes No

meta

about
main blog

Categories

eclipse
java
linux
programming

RSS Feeds

rssfeed all posts
rssfeed all comments

Archives

2012.01
2011.12
2011.11
2011.10
2011.09
2011.08
2011.07
2011.06
2011.05
2011.04
2011.03
2011.02
2011.01
2010.12
2010.11
2010.10
2010.09
2010.08
2010.07
2010.06
2010.05
2010.04
2010.03
2010.02
2010.01
2009.12
2009.11
2009.10
2009.09
2009.08
2009.07
2009.06
2009.05
2009.02
2009.01
2008.12
2008.11
2008.08
2008.07
2008.06
2008.05
2008.04
2008.03
2008.02
2008.01
2007.12
2007.11
2007.10
2007.09
2007.08
2007.07

© Colin Pretorius