On Wed, Jun 18, 2008 at 07:10:36PM +0900, Dietrich Bollmann wrote:
> Hi Ron,
> 
> On Wed, 2008-06-18 at 04:40 -0500, Ron Johnson wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > On 06/18/08 03:50, Dietrich Bollmann wrote:

[snip]

> > 
> > I hate to say this, but what happens if you reboot?
> 
> Still the same problem after rebooting.  Sometimes I had the impression
> that things are worse after rebooting and become better if I wait for a
> while.  Than I thought 'beagle' might be the reason and deinstalled it -
> without any change. Today my computer runs for hours already and the
> little "System Monitor" applet in my gnome panel is at least half
> blue all the time (blue is used for showing activity). The system
> monitor shows peaks, not a constant activity pattern. If it was Windows
> I would think about some virus - but I am using linux...
> 
> Could this be related to the new kernel?
> 
> Thanks (will try to reboot once more now)
> 

can I suggest if it doesn't go away, try rebooting into an old kernel.
if the problem still exists (and you are using grub).  Stop grub at boot
up edit your boot line and add in init=/bin/bash, see if you are having
the same problem from here.

What you have done is started a command line shell instead of init (I
find this much better than going into single user mode as nothing else
is started).

Then work through the /etc/rc* files starting them one by one (have a
look in /etc/inittab it will tell you what is started in what order).


for example on my machine 
========================================
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~:S:wait:/sbin/sulogin

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin
======================

so level 2 is my default level

/etc/init.d/rcS - get run on boot up so start here
then run through each S??* scripts in rc2.d and check after each one to
make sure you cpu usage is okay



Alex


> Dietrich
> 
> PS: I wrote about the same problem another email already - with the
> subject: repeated input by holding down a key doesn't work when using a
> USB keyboard
> 

[snip]

> 
> 
> > - --
> > Ron Johnson, Jr.
> > Jefferson LA  USA
> > 
> > "Kittens give Morbo gas.  In lighter news, the city of New New
> > York is doomed."
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.9 (GNU/Linux)
> > 
> > iEYEARECAAYFAkhY2BwACgkQS9HxQb37XmcGBgCeNDVG5rlMLnLG0f8wnQ7d4ZHi
> > 24EAmwb7exiRvR7czSyU0ddxcr0a70uQ
> > =wjYq
> > -----END PGP SIGNATURE-----
> > 
> > 
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 

-- 
Lady Astor was giving a costume ball and Winston Churchill asked her what
disguise she would recommend for him.  She replied, "Why don't you come
sober, Mr. Prime Minister?"

Attachment: signature.asc
Description: Digital signature

Reply via email to