Click to See Complete Forum and Search --> : "failed to execute child process" "Input/output error"


fl.bratu
12-06-2008, 11:01 AM
I have a Dell laptop running Linux Fedora Core 7 Moonshine. I am running Gnome desktop. I get very strange errors from time to time, of the type:

Failed to execute child process: [process-name] Input/output error

where [process-name] has happened up until now to be:
* gnome-screensaver - this used to happen a lot after I was booting. It annoyed me so I disabled the screensaver. However, the problem is not solved, read on...
* gnome-terminal - I try to open a new terminal, and I get the above-mentioned error.

I also mention that, after this error is displayed, I notice an important degratation is system response time: any GUI interaction is seriously delayed( 1-2 minutes ), and also from the terminal (Ctrl+Alt+F1) keyboard input is very slow.

Any suggestions regarding this behaviour?
Uname info:
Linux 2.6.23.17-88.fc7 #1 SMP i686

bwkaz
12-06-2008, 08:20 PM
Shortly after this happens, what does dmesg | tail -n 20 say? Is it complaining about stuff that looks like a hard drive might be dying, or an IDE cable is bad? (E.g., BadCRC errors are almost always due to a problematic cable, not a dying drive. But not quite always...)

DanceMan
12-15-2008, 03:39 AM
If you suspect a failing hard drive, you should check it with the manufacturer's test utility. The easiest way is to download and burn the Ultimate Boot CD. It contains all of them and every freeware diagnostic they could find. Boot with it, and navigate through the menus to the one you need. If you don't know which brand you have, UBCD has hardware ID utilities.

fl.bratu
12-15-2008, 06:01 AM
I don't suspect a HDD error. I/O is not only HDD. And besides, when this happens, the keyboard response is really, really sloow - I tried opening a terminal and it's hell.

I suspect it has something to to with some driver or smth, but i don't know where/how to check, that's why I post here, maybe someone can help me trace the source of this problem.

TheCatMan
12-15-2008, 09:34 AM
It could still be an HDD (or CD) error. If the system keeps trying to access the drive in the background it can slow everything else to a crawl and, in my experience, you get no error report unless you're looking at a console.

I've had that happen at least twice, the first time it was a software problem, the second it was a drive starting to die. I usually get one or two error messages repeated ad nausiem on the terminal, making it hard to type anything, and the same messages show up on dmesg|tail.

If it is a drive problem, make friends with the hdparm command. Some older systems behave better if you disable DMA, for example, and I once cured the problem by using the "forbidden" -w switch. :p

fl.bratu
12-15-2008, 10:39 AM
k, I'll look into it. 10x!