|Also, do a
|
|   /sbin/chkconfig  --list | grep on
|
|and see what services are on.

This will also show anything that has "on"
in its name regardless of whether it's on
or not.  While you can of course look across
the level list to see if these really are on,

   /sbin/chkconfig --list | grep ':on'

takes care of that.

Just today's helpful, if nitpicky, hint.

-Miles