Always says "System information disabled due to load higher than 1" upon login

Asked by jgreenso

Linux blofeld 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 i686 GNU/Linux
Ubuntu 10.10

Welcome to Ubuntu!
 * Documentation: https://help.ubuntu.com/

 System information disabled due to load higher than 1
Last login: Fri Jan 21 09:49:40 2011 from 10.0.0.84

That's what I usually see on this 10.10 box. Yet the load is less than 0.5 even during the login procedure.

jamesg@blofeld:~$ ls -l /etc/motd
lrwxrwxrwx 1 root root 13 2008-10-30 18:26 /etc/motd -> /var/run/motd
jamesg@blofeld:~$ ls -l /var/run/motd
-rw-r--r-- 1 root root 223 2011-01-12 11:09 /var/run/motd
jamesg@blofeld:~$ cat /var/run/motd
Linux blofeld 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 i686 GNU/Linux
Ubuntu 10.10

Welcome to Ubuntu!
 * Documentation: https://help.ubuntu.com/

 System information disabled due to load higher than 1

jamesg@blofeld:/etc/update-motd.d$ ls -l
total 28
-rwxr-xr-x 1 root root 57 2010-04-23 10:45 00-header
-rwxr-xr-x 1 root root 248 2010-04-23 10:45 10-help-text
-rwxr-xr-x 1 root root 65 2010-04-13 21:45 20-cpu-checker
lrwxrwxrwx 1 root root 46 2010-11-22 11:27 50-landscape-sysinfo -> /usr/share/landscape/landscape-sysinfo.wrapper
-rwxr-xr-x 1 root root 71 2010-04-13 21:45 90-updates-available
-rwxr-xr-x 1 root root 61 2010-10-13 08:40 91-release-upgrade
-rwxr-xr-x 1 root root 69 2010-04-13 21:45 98-reboot-required
-rwxr-xr-x 1 root root 261 2010-04-23 10:45 99-footer
jamesg@blofeld:/etc/update-motd.d$ ./50-landscape-sysinfo

  System information as of Fri Jan 21 10:50:43 GMT 2011

  System load: 0.45 Processes: 120
  Usage of /: 40.8% of 72.65GB Users logged in: 1
  Memory usage: 57% IP address for eth0: 10.0.0.29
  Swap usage: 0%

  Graph this data and manage this system at https://landscape.canonical.com/

jamesg@blofeld:/etc/pam.d$ grep motd login
# Prints the motd upon succesful login
session optional pam_motd.so

Any ideas? This is not the only server this is happening on and asking on IRC I am not the only person observing it.

I just adjusted the script to read "if [ $(echo "`cut -f1 -d ' ' /proc/loadavg` < 2.0" | bc) -eq 1 ]; then" but it still happens.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-notifier Edit question
Assignee:
No assignee Edit question
Solved by:
jgreenso
Solved:
Last query:
Last reply:
Revision history for this message
jgreenso (james-green-mjog) said :
#1

This fixed it:

sudo apt-get install update-notifier-common