I've been testing 2.4.24-rc1 the past few days and I think I may have found an issue. The load on my machine is hovering steadily at 1 but it's not running anything to cause it, not anything I can see anyway: > w 12:32:40 up 4:56, 1 user, load average: 1.00, 1.00, 0.93 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT destiney pts/0 pluto.localdomai 09:30 0.00s 0.54s 0.08s sshd: destiney [priv] > ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.1 1940 644 ? Ss 07:35 0:00 init [2] root 2 0.0 0.0 0 0 ? S< 07:35 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? S< 07:35 0:00 [ksoftirqd/0] root 4 0.0 0.0 0 0 ? S< 07:35 0:00 [events/0] root 5 0.0 0.0 0 0 ? S< 07:35 0:00 [khelper] root 29 0.0 0.0 0 0 ? S< 07:35 0:00 [kblockd/0] root 53 0.0 0.0 0 0 ? S< 07:35 0:00 [kseriod] root 90 0.0 0.0 0 0 ? S 07:35 0:00 [pdflush] root 91 0.0 0.0 0 0 ? D 07:35 0:00 [pdflush] root 92 0.0 0.0 0 0 ? S< 07:35 0:00 [kswapd0] root 93 0.0 0.0 0 0 ? S< 07:35 0:00 [aio/0] root 231 0.0 0.0 0 0 ? S< 07:35 0:00 [kpsmoused] root 866 0.0 0.0 0 0 ? S< 07:35 0:00 [reiserfs/0] root 1021 0.0 0.1 2176 604 ? S<s 07:35 0:00 udevd --daemon root 1566 0.0 0.0 0 0 ? S< 07:36 0:00 [kjournald] root 1947 0.0 0.1 1624 624 ? Ss 07:36 0:00 /sbin/syslogd root 1953 0.0 0.0 1576 384 ? Ss 07:36 0:00 /sbin/klogd -x root 2127 0.0 0.2 4920 1100 ? Ss 07:36 0:00 /usr/sbin/sshd root 2147 0.0 0.1 2192 872 ? Ss 07:36 0:00 /usr/sbin/cron root 2171 0.0 0.0 1572 492 tty1 Ss+ 07:36 0:00 /sbin/getty 38400 tty1 root 2173 0.0 0.0 1572 496 tty2 Ss+ 07:36 0:00 /sbin/getty 38400 tty2 root 2176 0.0 0.0 1572 496 tty3 Ss+ 07:36 0:00 /sbin/getty 38400 tty3 root 2177 0.0 0.0 1572 492 tty4 Ss+ 07:36 0:00 /sbin/getty 38400 tty4 root 2179 0.0 0.0 1572 492 tty5 Ss+ 07:36 0:00 /sbin/getty 38400 tty5 root 2181 0.0 0.0 1572 492 tty6 Ss+ 07:36 0:00 /sbin/getty 38400 tty6 root 2297 0.0 0.4 7668 2232 ? Ss 09:30 0:00 sshd: destiney [priv] destiney 2302 0.0 0.3 7828 1560 ? R 09:30 0:00 sshd: destiney@pts/0 destiney 2305 0.0 0.6 5764 3312 pts/0 Ss 09:30 0:00 -bash root 2334 0.0 0.2 3712 1080 pts/0 S 09:32 0:00 su - root 2335 0.0 0.3 4012 1788 pts/0 S 09:32 0:00 -su root 2531 0.0 0.1 3424 984 pts/0 R+ 12:33 0:00 ps aux > uname -a Linux saturn 2.6.24-rc1-11 #1 Fri Oct 26 00:47:54 CDT 2007 i686 GNU/Linux At first I thought it was the kernel debugging stuff I had turned on for a while, but I removed all that in my current version and it still has the same load. When I boot another kernel, say 2.6.23.1 using the 2.6.18 distro config I don't see this load issue. This is on Debian 4.0 and I'm using make-kpkg, which I will admit is a little new to me personally: make-kpkg clean && \ screen fakeroot make-kpkg --initrd --append-to-version=-11 \ kernel_image kernel_headers How would I go about tracking down this load issue? What else can I provide? It's very minimal but would seeing my .config help? Thanks, -- Greg Donald http://destiney.com/ -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ